Uses of Class
software.amazon.awssdk.services.bedrock.model.ServiceQuotaExceededException
-
Packages that use ServiceQuotaExceededException Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of ServiceQuotaExceededException in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that throw ServiceQuotaExceededException Modifier and Type Method Description default CreateModelCustomizationJobResponseBedrockClient. createModelCustomizationJob(Consumer<CreateModelCustomizationJobRequest.Builder> createModelCustomizationJobRequest)Creates a fine-tuning job to customize a base model.default CreateModelCustomizationJobResponseBedrockClient. createModelCustomizationJob(CreateModelCustomizationJobRequest createModelCustomizationJobRequest)Creates a fine-tuning job to customize a base model.default CreateProvisionedModelThroughputResponseBedrockClient. createProvisionedModelThroughput(Consumer<CreateProvisionedModelThroughputRequest.Builder> createProvisionedModelThroughputRequest)Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.default CreateProvisionedModelThroughputResponseBedrockClient. createProvisionedModelThroughput(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest)Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.
-