| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
ProvisionedModelSummary |
ProvisionedModelSummary.clone() |
ProvisionedModelSummary |
ProvisionedModelSummary.withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration for the provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withCommitmentDuration(String commitmentDuration)
Commitment duration for the provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withCreationTime(Date creationTime)
The time that this provisioned throughput was created.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withDesiredModelArn(String desiredModelArn)
Desired model ARN.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withDesiredModelUnits(Integer desiredModelUnits)
Desired model units.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withFoundationModelArn(String foundationModelArn)
Foundation model ARN.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withLastModifiedTime(Date lastModifiedTime)
The time that this provisioned throughput was last modified.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withModelArn(String modelArn)
The ARN of the model associated with this provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withModelUnits(Integer modelUnits)
The number of model units allocated.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withStatus(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withStatus(String status)
Status of the provisioned throughput.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProvisionedModelSummary> |
ListProvisionedModelThroughputsResult.getProvisionedModelSummaries()
List of summaries, one for each provisioned throughput in the response.
|
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProvisionedModelThroughputsResult.setProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
Copyright © 2023. All rights reserved.