static ProvisionedModelSummary.Builder |
ProvisionedModelSummary.builder() |
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.commitmentDuration(String commitmentDuration) |
The duration for which the Provisioned Throughput was committed.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.commitmentDuration(CommitmentDuration commitmentDuration) |
The duration for which the Provisioned Throughput was committed.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.commitmentExpirationTime(Instant commitmentExpirationTime) |
The timestamp for when the commitment term of the Provisioned Throughput expires.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.creationTime(Instant creationTime) |
The time that the Provisioned Throughput was created.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.desiredModelArn(String desiredModelArn) |
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.desiredModelUnits(Integer desiredModelUnits) |
The number of model units that was requested to be allocated to the Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.foundationModelArn(String foundationModelArn) |
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the
base model that the custom model for which the Provisioned Throughput was created was customized.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time that the Provisioned Throughput was last modified.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.modelArn(String modelArn) |
The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.modelUnits(Integer modelUnits) |
The number of model units allocated to the Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.provisionedModelArn(String provisionedModelArn) |
The Amazon Resource Name (ARN) of the Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.provisionedModelName(String provisionedModelName) |
The name of the Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.status(String status) |
The status of the Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.status(ProvisionedModelStatus status) |
The status of the Provisioned Throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.toBuilder() |
|