| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| software.amazon.awssdk.services.bedrock.paginators | |
| software.amazon.awssdk.services.bedrock.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomModelsResponse |
BedrockClient.listCustomModels(ListCustomModelsRequest listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default CompletableFuture<ListCustomModelsResponse> |
BedrockAsyncClient.listCustomModels(ListCustomModelsRequest listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default ListCustomModelsIterable |
BedrockClient.listCustomModelsPaginator(ListCustomModelsRequest listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default ListCustomModelsPublisher |
BedrockAsyncClient.listCustomModelsPaginator(ListCustomModelsRequest listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
| Constructor and Description |
|---|
ListCustomModelsIterable(BedrockClient client,
ListCustomModelsRequest firstRequest) |
ListCustomModelsPublisher(BedrockAsyncClient client,
ListCustomModelsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCustomModelsRequestMarshaller.marshall(ListCustomModelsRequest listCustomModelsRequest) |
Copyright © 2023. All rights reserved.