public static interface ProvisionedModelSummary.Builder extends SdkPojo, CopyableBuilder<ProvisionedModelSummary.Builder,ProvisionedModelSummary>
| Modifier and Type | Method and Description |
|---|---|
ProvisionedModelSummary.Builder |
commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration for the provisioned throughput.
|
ProvisionedModelSummary.Builder |
commitmentDuration(String commitmentDuration)
Commitment duration for the provisioned throughput.
|
ProvisionedModelSummary.Builder |
commitmentExpirationTime(Instant commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
ProvisionedModelSummary.Builder |
creationTime(Instant creationTime)
The time that this provisioned throughput was created.
|
ProvisionedModelSummary.Builder |
desiredModelArn(String desiredModelArn)
Desired model ARN.
|
ProvisionedModelSummary.Builder |
desiredModelUnits(Integer desiredModelUnits)
Desired model units.
|
ProvisionedModelSummary.Builder |
foundationModelArn(String foundationModelArn)
Foundation model ARN.
|
ProvisionedModelSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time that this provisioned throughput was last modified.
|
ProvisionedModelSummary.Builder |
modelArn(String modelArn)
The ARN of the model associated with this provisioned throughput.
|
ProvisionedModelSummary.Builder |
modelUnits(Integer modelUnits)
The number of model units allocated.
|
ProvisionedModelSummary.Builder |
provisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
ProvisionedModelSummary.Builder |
provisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
ProvisionedModelSummary.Builder |
status(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
ProvisionedModelSummary.Builder |
status(String status)
Status of the provisioned throughput.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionedModelSummary.Builder provisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
provisionedModelName - The name of the provisioned throughput.ProvisionedModelSummary.Builder provisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
provisionedModelArn - The ARN of the provisioned throughput.ProvisionedModelSummary.Builder modelArn(String modelArn)
The ARN of the model associated with this provisioned throughput.
modelArn - The ARN of the model associated with this provisioned throughput.ProvisionedModelSummary.Builder desiredModelArn(String desiredModelArn)
Desired model ARN.
desiredModelArn - Desired model ARN.ProvisionedModelSummary.Builder foundationModelArn(String foundationModelArn)
Foundation model ARN.
foundationModelArn - Foundation model ARN.ProvisionedModelSummary.Builder modelUnits(Integer modelUnits)
The number of model units allocated.
modelUnits - The number of model units allocated.ProvisionedModelSummary.Builder desiredModelUnits(Integer desiredModelUnits)
Desired model units.
desiredModelUnits - Desired model units.ProvisionedModelSummary.Builder status(String status)
Status of the provisioned throughput.
status - Status of the provisioned throughput.ProvisionedModelStatus,
ProvisionedModelStatusProvisionedModelSummary.Builder status(ProvisionedModelStatus status)
Status of the provisioned throughput.
status - Status of the provisioned throughput.ProvisionedModelStatus,
ProvisionedModelStatusProvisionedModelSummary.Builder commitmentDuration(String commitmentDuration)
Commitment duration for the provisioned throughput.
commitmentDuration - Commitment duration for the provisioned throughput.CommitmentDuration,
CommitmentDurationProvisionedModelSummary.Builder commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration for the provisioned throughput.
commitmentDuration - Commitment duration for the provisioned throughput.CommitmentDuration,
CommitmentDurationProvisionedModelSummary.Builder commitmentExpirationTime(Instant commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
commitmentExpirationTime - Commitment expiration time for the provisioned throughput.ProvisionedModelSummary.Builder creationTime(Instant creationTime)
The time that this provisioned throughput was created.
creationTime - The time that this provisioned throughput was created.ProvisionedModelSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time that this provisioned throughput was last modified.
lastModifiedTime - The time that this provisioned throughput was last modified.Copyright © 2023. All rights reserved.