| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock.model | |
| software.amazon.awssdk.services.bedrock.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CustomModelSummary> |
ListCustomModelsResponse.modelSummaries()
Model summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomModelsResponse.Builder |
ListCustomModelsResponse.Builder.modelSummaries(CustomModelSummary... modelSummaries)
Model summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomModelsResponse.Builder |
ListCustomModelsResponse.Builder.modelSummaries(Collection<CustomModelSummary> modelSummaries)
Model summaries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CustomModelSummary> |
ListCustomModelsPublisher.modelSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CustomModelSummary> |
ListCustomModelsIterable.modelSummaries()
Returns an iterable to iterate through the paginated
ListCustomModelsResponse.modelSummaries() member. |
Copyright © 2023. All rights reserved.