Uses of Class
software.amazon.awssdk.services.bedrock.model.GetModelImportJobRequest
-
Packages that use GetModelImportJobRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of GetModelImportJobRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type GetModelImportJobRequest Modifier and Type Method Description default CompletableFuture<GetModelImportJobResponse>BedrockAsyncClient. getModelImportJob(GetModelImportJobRequest 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. -
Uses of GetModelImportJobRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type GetModelImportJobRequest Modifier and Type Method Description SdkHttpFullRequestGetModelImportJobRequestMarshaller. marshall(GetModelImportJobRequest getModelImportJobRequest)
-