| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
ProvisionedModelSummary |
ProvisionedModelSummary.clone() |
ProvisionedModelSummary |
ProvisionedModelSummary.withCommitmentDuration(CommitmentDuration commitmentDuration)
The duration for which the Provisioned Throughput was committed.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withCommitmentDuration(String commitmentDuration)
The duration for which the Provisioned Throughput was committed.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withCommitmentExpirationTime(Date commitmentExpirationTime)
The timestamp for when the commitment term of the Provisioned Throughput expires.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withCreationTime(Date creationTime)
The time that the Provisioned Throughput was created.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withDesiredModelArn(String desiredModelArn)
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withDesiredModelUnits(Integer desiredModelUnits)
The number of model units that was requested to be allocated to the Provisioned Throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withFoundationModelArn(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.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withLastModifiedTime(Date lastModifiedTime)
The time that the Provisioned Throughput was last modified.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withModelUnits(Integer modelUnits)
The number of model units allocated to the Provisioned Throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withProvisionedModelArn(String provisionedModelArn)
The Amazon Resource Name (ARN) of the Provisioned Throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withProvisionedModelName(String provisionedModelName)
The name of the Provisioned Throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withStatus(ProvisionedModelStatus status)
The status of the Provisioned Throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withStatus(String status)
The status of the Provisioned Throughput.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProvisionedModelSummary> |
ListProvisionedModelThroughputsResult.getProvisionedModelSummaries()
A list of summaries, one for each Provisioned Throughput in the response.
|
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProvisionedModelThroughputsResult.setProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
Copyright © 2024. All rights reserved.