Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateGuardrailVersionResponse
-
Packages that use CreateGuardrailVersionResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of CreateGuardrailVersionResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return CreateGuardrailVersionResponse Modifier and Type Method Description default CreateGuardrailVersionResponseBedrockClient. createGuardrailVersion(Consumer<CreateGuardrailVersionRequest.Builder> createGuardrailVersionRequest)Creates a version of the guardrail.default CreateGuardrailVersionResponseBedrockClient. createGuardrailVersion(CreateGuardrailVersionRequest createGuardrailVersionRequest)Creates a version of the guardrail.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type CreateGuardrailVersionResponse Modifier and Type Method Description default CompletableFuture<CreateGuardrailVersionResponse>BedrockAsyncClient. createGuardrailVersion(Consumer<CreateGuardrailVersionRequest.Builder> createGuardrailVersionRequest)Creates a version of the guardrail.default CompletableFuture<CreateGuardrailVersionResponse>BedrockAsyncClient. createGuardrailVersion(CreateGuardrailVersionRequest createGuardrailVersionRequest)Creates a version of the guardrail.
-