| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedModelThroughputResult |
AmazonBedrockClient.getProvisionedModelThroughput(GetProvisionedModelThroughputRequest request)
Get details for a provisioned throughput.
|
GetProvisionedModelThroughputResult |
AmazonBedrock.getProvisionedModelThroughput(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest)
Get details for a provisioned throughput.
|
GetProvisionedModelThroughputResult |
AbstractAmazonBedrock.getProvisionedModelThroughput(GetProvisionedModelThroughputRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProvisionedModelThroughputResult> |
AmazonBedrockAsyncClient.getProvisionedModelThroughputAsync(GetProvisionedModelThroughputRequest request,
AsyncHandler<GetProvisionedModelThroughputRequest,GetProvisionedModelThroughputResult> asyncHandler) |
Future<GetProvisionedModelThroughputResult> |
AmazonBedrockAsync.getProvisionedModelThroughputAsync(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest,
AsyncHandler<GetProvisionedModelThroughputRequest,GetProvisionedModelThroughputResult> asyncHandler)
Get details for a provisioned throughput.
|
Future<GetProvisionedModelThroughputResult> |
AbstractAmazonBedrockAsync.getProvisionedModelThroughputAsync(GetProvisionedModelThroughputRequest request,
AsyncHandler<GetProvisionedModelThroughputRequest,GetProvisionedModelThroughputResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.clone() |
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withCommitmentDuration(String commitmentDuration)
Commitment duration of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withCreationTime(Date creationTime)
The timestamp of the creation time for this provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withDesiredModelArn(String desiredModelArn)
The ARN of the new model to asssociate with this provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withDesiredModelUnits(Integer desiredModelUnits)
The desired number of model units that was requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withFailureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withFoundationModelArn(String foundationModelArn)
ARN of the foundation model.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp of the last modified time of this provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withModelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withModelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withStatus(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withStatus(String status)
Status of the provisioned throughput.
|
Copyright © 2023. All rights reserved.