| 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 |
|---|---|
Future<GetModelCustomizationJobResult> |
AmazonBedrockAsyncClient.getModelCustomizationJobAsync(GetModelCustomizationJobRequest request,
AsyncHandler<GetModelCustomizationJobRequest,GetModelCustomizationJobResult> asyncHandler) |
Future<GetModelCustomizationJobResult> |
AbstractAmazonBedrockAsync.getModelCustomizationJobAsync(GetModelCustomizationJobRequest request,
AsyncHandler<GetModelCustomizationJobRequest,GetModelCustomizationJobResult> asyncHandler) |
Future<GetModelCustomizationJobResult> |
AmazonBedrockAsync.getModelCustomizationJobAsync(GetModelCustomizationJobRequest getModelCustomizationJobRequest,
AsyncHandler<GetModelCustomizationJobRequest,GetModelCustomizationJobResult> asyncHandler)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
GetModelCustomizationJobRequest |
GetModelCustomizationJobRequest.clone() |
GetModelCustomizationJobRequest |
GetModelCustomizationJobRequest.withJobIdentifier(String jobIdentifier)
Identifier for the customization job.
|
Copyright © 2024. All rights reserved.