Uses of Class
software.amazon.awssdk.services.bedrock.model.GetModelCustomizationJobRequest
-
Packages that use GetModelCustomizationJobRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of GetModelCustomizationJobRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type GetModelCustomizationJobRequest Modifier and Type Method Description default CompletableFuture<GetModelCustomizationJobResponse>BedrockAsyncClient. getModelCustomizationJob(GetModelCustomizationJobRequest getModelCustomizationJobRequest)Retrieves the properties associated with a model-customization job, including the status of the job.default GetModelCustomizationJobResponseBedrockClient. getModelCustomizationJob(GetModelCustomizationJobRequest getModelCustomizationJobRequest)Retrieves the properties associated with a model-customization job, including the status of the job. -
Uses of GetModelCustomizationJobRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type GetModelCustomizationJobRequest Modifier and Type Method Description SdkHttpFullRequestGetModelCustomizationJobRequestMarshaller. marshall(GetModelCustomizationJobRequest getModelCustomizationJobRequest)
-