Interface GetProvisionedModelThroughputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<GetProvisionedModelThroughputResponse.Builder,
,GetProvisionedModelThroughputResponse> SdkBuilder<GetProvisionedModelThroughputResponse.Builder,
,GetProvisionedModelThroughputResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetProvisionedModelThroughputResponse
-
Method Summary
Modifier and TypeMethodDescriptioncommitmentDuration
(String commitmentDuration) Commitment duration of the provisioned throughput.commitmentDuration
(CommitmentDuration commitmentDuration) Commitment duration of the provisioned throughput.commitmentExpirationTime
(Instant commitmentExpirationTime) Commitment expiration time for the provisioned throughput.creationTime
(Instant creationTime) The timestamp of the creation time for this provisioned throughput.desiredModelArn
(String desiredModelArn) The ARN of the new model to asssociate with this provisioned throughput.desiredModelUnits
(Integer desiredModelUnits) The desired number of model units that was requested to be available for this provisioned throughput.failureMessage
(String failureMessage) Failure message for any issues that the create operation encounters.foundationModelArn
(String foundationModelArn) ARN of the foundation model.lastModifiedTime
(Instant lastModifiedTime) The timestamp of the last modified time of this provisioned throughput.The ARN or name of the model associated with this provisioned throughput.modelUnits
(Integer modelUnits) The current number of model units requested to be available for this provisioned throughput.provisionedModelArn
(String provisionedModelArn) The ARN of the provisioned throughput.provisionedModelName
(String provisionedModelName) The name of the provisioned throughput.Status of the provisioned throughput.status
(ProvisionedModelStatus status) Status of the provisioned throughput.Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
modelUnits
The current number of model units requested to be available for this provisioned throughput.
- Parameters:
modelUnits
- The current number of model units requested to be available for this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelUnits
The desired number of model units that was requested to be available for this provisioned throughput.
- Parameters:
desiredModelUnits
- The desired number of model units that was requested to be available for this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedModelName
The name of the provisioned throughput.
- Parameters:
provisionedModelName
- The name of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedModelArn
The ARN of the provisioned throughput.
- Parameters:
provisionedModelArn
- The ARN of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The ARN or name of the model associated with this provisioned throughput.
- Parameters:
modelArn
- The ARN or name of the model associated with this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelArn
The ARN of the new model to asssociate with this provisioned throughput.
- Parameters:
desiredModelArn
- The ARN of the new model to asssociate with this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
foundationModelArn
ARN of the foundation model.
- Parameters:
foundationModelArn
- ARN of the foundation model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of the provisioned throughput.
- Parameters:
status
- Status of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the provisioned throughput.
- Parameters:
status
- Status of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The timestamp of the creation time for this provisioned throughput.
- Parameters:
creationTime
- The timestamp of the creation time for this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp of the last modified time of this provisioned throughput.
- Parameters:
lastModifiedTime
- The timestamp of the last modified time of this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
Failure message for any issues that the create operation encounters.
- Parameters:
failureMessage
- Failure message for any issues that the create operation encounters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitmentDuration
Commitment duration of the provisioned throughput.
- Parameters:
commitmentDuration
- Commitment duration of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commitmentDuration
GetProvisionedModelThroughputResponse.Builder commitmentDuration(CommitmentDuration commitmentDuration) Commitment duration of the provisioned throughput.
- Parameters:
commitmentDuration
- Commitment duration of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commitmentExpirationTime
GetProvisionedModelThroughputResponse.Builder commitmentExpirationTime(Instant commitmentExpirationTime) Commitment expiration time for the provisioned throughput.
- Parameters:
commitmentExpirationTime
- Commitment expiration time for the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-