Uses of Class
software.amazon.awssdk.services.bedrock.model.GetModelCopyJobResponse
-
Packages that use GetModelCopyJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of GetModelCopyJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetModelCopyJobResponse Modifier and Type Method Description default GetModelCopyJobResponseBedrockClient. getModelCopyJob(Consumer<GetModelCopyJobRequest.Builder> getModelCopyJobRequest)Retrieves information about a model copy job.default GetModelCopyJobResponseBedrockClient. getModelCopyJob(GetModelCopyJobRequest getModelCopyJobRequest)Retrieves information about a model copy job.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetModelCopyJobResponse Modifier and Type Method Description default CompletableFuture<GetModelCopyJobResponse>BedrockAsyncClient. getModelCopyJob(Consumer<GetModelCopyJobRequest.Builder> getModelCopyJobRequest)Retrieves information about a model copy job.default CompletableFuture<GetModelCopyJobResponse>BedrockAsyncClient. getModelCopyJob(GetModelCopyJobRequest getModelCopyJobRequest)Retrieves information about a model copy job.
-