public static interface CreateProvisionedModelThroughputRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<CreateProvisionedModelThroughputRequest.Builder,CreateProvisionedModelThroughputRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProvisionedModelThroughputRequest.Builder clientRequestToken(String clientRequestToken)
Unique token value that you can provide. If this token matches a previous request, Bedrock ignores the request, but does not return an error.
clientRequestToken - Unique token value that you can provide. If this token matches a previous request, Bedrock ignores the
request, but does not return an error.CreateProvisionedModelThroughputRequest.Builder modelUnits(Integer modelUnits)
Number of model units to allocate.
modelUnits - Number of model units to allocate.CreateProvisionedModelThroughputRequest.Builder provisionedModelName(String provisionedModelName)
Unique name for this provisioned throughput.
provisionedModelName - Unique name for this provisioned throughput.CreateProvisionedModelThroughputRequest.Builder modelId(String modelId)
Name or ARN of the model to associate with this provisioned throughput.
modelId - Name or ARN of the model to associate with this provisioned throughput.CreateProvisionedModelThroughputRequest.Builder commitmentDuration(String commitmentDuration)
Commitment duration requested for the provisioned throughput.
commitmentDuration - Commitment duration requested for the provisioned throughput.CommitmentDuration,
CommitmentDurationCreateProvisionedModelThroughputRequest.Builder commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration requested for the provisioned throughput.
commitmentDuration - Commitment duration requested for the provisioned throughput.CommitmentDuration,
CommitmentDurationCreateProvisionedModelThroughputRequest.Builder tags(Collection<Tag> tags)
Tags to associate with this provisioned throughput.
tags - Tags to associate with this provisioned throughput.CreateProvisionedModelThroughputRequest.Builder tags(Tag... tags)
Tags to associate with this provisioned throughput.
tags - Tags to associate with this provisioned throughput.CreateProvisionedModelThroughputRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to associate with this provisioned throughput.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateProvisionedModelThroughputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProvisionedModelThroughputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.