| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedModelThroughputResult |
AbstractAmazonBedrock.getProvisionedModelThroughput(GetProvisionedModelThroughputRequest request) |
GetProvisionedModelThroughputResult |
AmazonBedrock.getProvisionedModelThroughput(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest)
Returns details for a Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
AmazonBedrockClient.getProvisionedModelThroughput(GetProvisionedModelThroughputRequest request)
Returns details for a Provisioned Throughput.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetProvisionedModelThroughputResult> |
AmazonBedrockAsyncClient.getProvisionedModelThroughputAsync(GetProvisionedModelThroughputRequest request,
AsyncHandler<GetProvisionedModelThroughputRequest,GetProvisionedModelThroughputResult> asyncHandler) |
Future<GetProvisionedModelThroughputResult> |
AbstractAmazonBedrockAsync.getProvisionedModelThroughputAsync(GetProvisionedModelThroughputRequest request,
AsyncHandler<GetProvisionedModelThroughputRequest,GetProvisionedModelThroughputResult> asyncHandler) |
Future<GetProvisionedModelThroughputResult> |
AmazonBedrockAsync.getProvisionedModelThroughputAsync(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest,
AsyncHandler<GetProvisionedModelThroughputRequest,GetProvisionedModelThroughputResult> asyncHandler)
Returns details for a Provisioned Throughput.
|
| 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)
The timestamp for when the commitment term for the Provisioned Throughput expires.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withCreationTime(Date creationTime)
The timestamp of the creation time for this Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withDesiredModelArn(String desiredModelArn)
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withDesiredModelUnits(Integer desiredModelUnits)
The number of model units that was requested for this Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withFailureMessage(String failureMessage)
A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned
Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.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.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp of the last time that this Provisioned Throughput was modified.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withModelUnits(Integer modelUnits)
The number of model units allocated to this Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withProvisionedModelArn(String provisionedModelArn)
The Amazon Resource Name (ARN) of the Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withProvisionedModelName(String provisionedModelName)
The name of the Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withStatus(ProvisionedModelStatus status)
The status of the Provisioned Throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withStatus(String status)
The status of the Provisioned Throughput.
|
Copyright © 2024. All rights reserved.