Uses of Class
software.amazon.awssdk.services.bedrock.model.StopModelCustomizationJobResponse
-
Packages that use StopModelCustomizationJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of StopModelCustomizationJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return StopModelCustomizationJobResponse Modifier and Type Method Description default StopModelCustomizationJobResponseBedrockClient. stopModelCustomizationJob(Consumer<StopModelCustomizationJobRequest.Builder> stopModelCustomizationJobRequest)Stops an active model customization job.default StopModelCustomizationJobResponseBedrockClient. stopModelCustomizationJob(StopModelCustomizationJobRequest stopModelCustomizationJobRequest)Stops an active model customization job.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type StopModelCustomizationJobResponse Modifier and Type Method Description default CompletableFuture<StopModelCustomizationJobResponse>BedrockAsyncClient. stopModelCustomizationJob(Consumer<StopModelCustomizationJobRequest.Builder> stopModelCustomizationJobRequest)Stops an active model customization job.default CompletableFuture<StopModelCustomizationJobResponse>BedrockAsyncClient. stopModelCustomizationJob(StopModelCustomizationJobRequest stopModelCustomizationJobRequest)Stops an active model customization job.
-