Uses of Class
software.amazon.awssdk.services.bedrock.model.StopModelCustomizationJobRequest
-
Packages that use StopModelCustomizationJobRequest 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 StopModelCustomizationJobRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type StopModelCustomizationJobRequest Modifier and Type Method Description default CompletableFuture<StopModelCustomizationJobResponse>BedrockAsyncClient. stopModelCustomizationJob(StopModelCustomizationJobRequest stopModelCustomizationJobRequest)Stops an active model customization job.default StopModelCustomizationJobResponseBedrockClient. stopModelCustomizationJob(StopModelCustomizationJobRequest stopModelCustomizationJobRequest)Stops an active model customization job. -
Uses of StopModelCustomizationJobRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type StopModelCustomizationJobRequest Modifier and Type Method Description SdkHttpFullRequestStopModelCustomizationJobRequestMarshaller. marshall(StopModelCustomizationJobRequest stopModelCustomizationJobRequest)
-