| 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 |
|---|---|
GetCustomModelResult |
AmazonBedrockClient.getCustomModel(GetCustomModelRequest request)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the Amazon
Bedrock User Guide.
|
GetCustomModelResult |
AmazonBedrock.getCustomModel(GetCustomModelRequest getCustomModelRequest)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the Amazon
Bedrock User Guide.
|
GetCustomModelResult |
AbstractAmazonBedrock.getCustomModel(GetCustomModelRequest request) |
Future<GetCustomModelResult> |
AmazonBedrockAsyncClient.getCustomModelAsync(GetCustomModelRequest request) |
Future<GetCustomModelResult> |
AmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest getCustomModelRequest)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the Amazon
Bedrock User Guide.
|
Future<GetCustomModelResult> |
AbstractAmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest request) |
Future<GetCustomModelResult> |
AmazonBedrockAsyncClient.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
Future<GetCustomModelResult> |
AmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest getCustomModelRequest,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the Amazon
Bedrock User Guide.
|
Future<GetCustomModelResult> |
AbstractAmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCustomModelResult> |
AmazonBedrockAsyncClient.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
Future<GetCustomModelResult> |
AmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest getCustomModelRequest,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the Amazon
Bedrock User Guide.
|
Future<GetCustomModelResult> |
AbstractAmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCustomModelRequest |
GetCustomModelRequest.clone() |
GetCustomModelRequest |
GetCustomModelRequest.withModelIdentifier(String modelIdentifier)
Name or Amazon Resource Name (ARN) of the custom model.
|
Copyright © 2025. All rights reserved.