Uses of Class
software.amazon.awssdk.services.bedrock.model.GetModelImportJobResponse
-
Packages that use GetModelImportJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of GetModelImportJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetModelImportJobResponse Modifier and Type Method Description default GetModelImportJobResponseBedrockClient. getModelImportJob(Consumer<GetModelImportJobRequest.Builder> getModelImportJobRequest)Retrieves the properties associated with import model job, including the status of the job.default GetModelImportJobResponseBedrockClient. getModelImportJob(GetModelImportJobRequest getModelImportJobRequest)Retrieves the properties associated with import model job, including the status of the job.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetModelImportJobResponse Modifier and Type Method Description default CompletableFuture<GetModelImportJobResponse>BedrockAsyncClient. getModelImportJob(Consumer<GetModelImportJobRequest.Builder> getModelImportJobRequest)Retrieves the properties associated with import model job, including the status of the job.default CompletableFuture<GetModelImportJobResponse>BedrockAsyncClient. getModelImportJob(GetModelImportJobRequest getModelImportJobRequest)Retrieves the properties associated with import model job, including the status of the job.
-