public static interface GetProvisionedModelThroughputResponse.Builder extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<GetProvisionedModelThroughputResponse.Builder,GetProvisionedModelThroughputResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedModelThroughputResponse.Builder |
commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
commitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
commitmentExpirationTime(Instant commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
creationTime(Instant creationTime)
The timestamp of the creation time for this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
desiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
desiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
failureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
|
GetProvisionedModelThroughputResponse.Builder |
foundationModelArn(String foundationModelArn)
ARN of the foundation model.
|
GetProvisionedModelThroughputResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
modelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
modelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
provisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
provisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
status(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
status(String status)
Status of the provisioned throughput.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProvisionedModelThroughputResponse.Builder modelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
modelUnits - The current number of model units requested to be available for this provisioned throughput.GetProvisionedModelThroughputResponse.Builder desiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
desiredModelUnits - The desired number of model units that was requested to be available for this provisioned throughput.GetProvisionedModelThroughputResponse.Builder provisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
provisionedModelName - The name of the provisioned throughput.GetProvisionedModelThroughputResponse.Builder provisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
provisionedModelArn - The ARN of the provisioned throughput.GetProvisionedModelThroughputResponse.Builder modelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
modelArn - The ARN or name of the model associated with this provisioned throughput.GetProvisionedModelThroughputResponse.Builder desiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
desiredModelArn - The ARN of the new model to asssociate with this provisioned throughput.GetProvisionedModelThroughputResponse.Builder foundationModelArn(String foundationModelArn)
ARN of the foundation model.
foundationModelArn - ARN of the foundation model.GetProvisionedModelThroughputResponse.Builder status(String status)
Status of the provisioned throughput.
status - Status of the provisioned throughput.ProvisionedModelStatus,
ProvisionedModelStatusGetProvisionedModelThroughputResponse.Builder status(ProvisionedModelStatus status)
Status of the provisioned throughput.
status - Status of the provisioned throughput.ProvisionedModelStatus,
ProvisionedModelStatusGetProvisionedModelThroughputResponse.Builder creationTime(Instant creationTime)
The timestamp of the creation time for this provisioned throughput.
creationTime - The timestamp of the creation time for this provisioned throughput.GetProvisionedModelThroughputResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
lastModifiedTime - The timestamp of the last modified time of this provisioned throughput.GetProvisionedModelThroughputResponse.Builder failureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
failureMessage - Failure message for any issues that the create operation encounters.GetProvisionedModelThroughputResponse.Builder commitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
commitmentDuration - Commitment duration of the provisioned throughput.CommitmentDuration,
CommitmentDurationGetProvisionedModelThroughputResponse.Builder commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
commitmentDuration - Commitment duration of the provisioned throughput.CommitmentDuration,
CommitmentDurationGetProvisionedModelThroughputResponse.Builder commitmentExpirationTime(Instant commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
commitmentExpirationTime - Commitment expiration time for the provisioned throughput.Copyright © 2023. All rights reserved.