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) The timestamp for when the commitment term for the Provisioned Throughput expires.creationTime
(Instant creationTime) The timestamp of the creation time for this Provisioned Throughput.desiredModelArn
(String desiredModelArn) The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput.desiredModelUnits
(Integer desiredModelUnits) The number of model units that was requested for this Provisioned Throughput.failureMessage
(String failureMessage) A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.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.lastModifiedTime
(Instant lastModifiedTime) The timestamp of the last time that this Provisioned Throughput was modified.The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.modelUnits
(Integer modelUnits) The number of model units allocated to this Provisioned Throughput.provisionedModelArn
(String provisionedModelArn) The Amazon Resource Name (ARN) of the Provisioned Throughput.provisionedModelName
(String provisionedModelName) The name of the Provisioned Throughput.The status of the Provisioned Throughput.status
(ProvisionedModelStatus status) The 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
modelUnits
The number of model units allocated to this Provisioned Throughput.
- Parameters:
modelUnits
- The number of model units allocated to this Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelUnits
The number of model units that was requested for this Provisioned Throughput.
- Parameters:
desiredModelUnits
- The number of model units that was requested 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 Amazon Resource Name (ARN) of the Provisioned Throughput.
- Parameters:
provisionedModelArn
- The Amazon Resource Name (ARN) of the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
- Parameters:
modelArn
- The Amazon Resource Name (ARN) 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 Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the
modelArn
if updating hasn't completed.- Parameters:
desiredModelArn
- The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from themodelArn
if updating hasn't completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Provisioned Throughput.
- Parameters:
status
- The status of the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Provisioned Throughput.
- Parameters:
status
- The 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 time that this Provisioned Throughput was modified.
- Parameters:
lastModifiedTime
- The timestamp of the last time that this Provisioned Throughput was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
- Parameters:
failureMessage
- A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.- 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) The timestamp for when the commitment term for the Provisioned Throughput expires.
- Parameters:
commitmentExpirationTime
- The timestamp for when the commitment term for the Provisioned Throughput expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-