| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.builder() |
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.commitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.commitmentExpirationTime(Instant commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.creationTime(Instant creationTime)
The timestamp of the creation time for this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.desiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.desiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.failureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.foundationModelArn(String foundationModelArn)
ARN of the foundation model.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.modelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.modelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.provisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.provisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.status(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.status(String status)
Status of the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetProvisionedModelThroughputResponse.Builder> |
GetProvisionedModelThroughputResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.