Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateModelCopyJobResponse
-
Packages that use CreateModelCopyJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of CreateModelCopyJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return CreateModelCopyJobResponse Modifier and Type Method Description default CreateModelCopyJobResponseBedrockClient. createModelCopyJob(Consumer<CreateModelCopyJobRequest.Builder> createModelCopyJobRequest)Copies a model to another region so that it can be used there.default CreateModelCopyJobResponseBedrockClient. createModelCopyJob(CreateModelCopyJobRequest createModelCopyJobRequest)Copies a model to another region so that it can be used there.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type CreateModelCopyJobResponse Modifier and Type Method Description default CompletableFuture<CreateModelCopyJobResponse>BedrockAsyncClient. createModelCopyJob(Consumer<CreateModelCopyJobRequest.Builder> createModelCopyJobRequest)Copies a model to another region so that it can be used there.default CompletableFuture<CreateModelCopyJobResponse>BedrockAsyncClient. createModelCopyJob(CreateModelCopyJobRequest createModelCopyJobRequest)Copies a model to another region so that it can be used there.
-