static CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.builder() |
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.clientRequestToken(String clientRequestToken) |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.commitmentDuration(String commitmentDuration) |
The commitment duration requested for the Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.commitmentDuration(CommitmentDuration commitmentDuration) |
The commitment duration requested for the Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.modelId(String modelId) |
The Amazon Resource Name (ARN) or name of the model to associate with this Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.modelUnits(Integer modelUnits) |
Number of model units to allocate.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.provisionedModelName(String provisionedModelName) |
The name for this Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Collection<Tag> tags) |
Tags to associate with this Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to associate with this Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Tag... tags) |
Tags to associate with this Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.toBuilder() |
|