Uses of Class
software.amazon.awssdk.services.bedrock.model.GetModelCustomizationJobResponse
-
Packages that use GetModelCustomizationJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of GetModelCustomizationJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetModelCustomizationJobResponse Modifier and Type Method Description default GetModelCustomizationJobResponseBedrockClient. getModelCustomizationJob(Consumer<GetModelCustomizationJobRequest.Builder> 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.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetModelCustomizationJobResponse Modifier and Type Method Description default CompletableFuture<GetModelCustomizationJobResponse>BedrockAsyncClient. getModelCustomizationJob(Consumer<GetModelCustomizationJobRequest.Builder> getModelCustomizationJobRequest)Retrieves the properties associated with a model-customization job, including the status of the job.default CompletableFuture<GetModelCustomizationJobResponse>BedrockAsyncClient. getModelCustomizationJob(GetModelCustomizationJobRequest getModelCustomizationJobRequest)Retrieves the properties associated with a model-customization job, including the status of the job.
-