| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| software.amazon.awssdk.services.bedrock.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomModelsResponse |
BedrockClient.listCustomModels(Consumer<ListCustomModelsRequest.Builder> listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default ListCustomModelsResponse |
BedrockClient.listCustomModels(ListCustomModelsRequest listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCustomModelsResponse> |
BedrockAsyncClient.listCustomModels(Consumer<ListCustomModelsRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCustomModelsResponse> |
ListCustomModelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomModelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCustomModelsResponse> subscriber) |
Copyright © 2023. All rights reserved.