| 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<ListFoundationModelsResult> |
AbstractAmazonBedrockAsync.listFoundationModelsAsync(ListFoundationModelsRequest request,
AsyncHandler<ListFoundationModelsRequest,ListFoundationModelsResult> asyncHandler) |
Future<ListFoundationModelsResult> |
AmazonBedrockAsync.listFoundationModelsAsync(ListFoundationModelsRequest listFoundationModelsRequest,
AsyncHandler<ListFoundationModelsRequest,ListFoundationModelsResult> asyncHandler)
Lists Amazon Bedrock foundation models that you can use.
|
Future<ListFoundationModelsResult> |
AmazonBedrockAsyncClient.listFoundationModelsAsync(ListFoundationModelsRequest request,
AsyncHandler<ListFoundationModelsRequest,ListFoundationModelsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFoundationModelsRequest |
ListFoundationModelsRequest.clone() |
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByCustomizationType(ModelCustomization byCustomizationType)
Return models that support the customization type that you specify.
|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByCustomizationType(String byCustomizationType)
Return models that support the customization type that you specify.
|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByInferenceType(InferenceType byInferenceType)
Return models that support the inference type that you specify.
|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByInferenceType(String byInferenceType)
Return models that support the inference type that you specify.
|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByOutputModality(ModelModality byOutputModality)
Return models that support the output modality that you specify.
|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByOutputModality(String byOutputModality)
Return models that support the output modality that you specify.
|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByProvider(String byProvider)
Return models belonging to the model provider that you specify.
|
Copyright © 2024. All rights reserved.