| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model | |
| software.amazon.awssdk.services.lookoutvision.paginators |
| Modifier and Type | Method and Description |
|---|---|
ModelMetadata |
CreateModelResponse.modelMetadata()
The response from a call to
CreateModel. |
| Modifier and Type | Method and Description |
|---|---|
List<ModelMetadata> |
ListModelsResponse.models()
A list of model versions in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelResponse.Builder |
CreateModelResponse.Builder.modelMetadata(ModelMetadata modelMetadata)
The response from a call to
CreateModel. |
ListModelsResponse.Builder |
ListModelsResponse.Builder.models(ModelMetadata... models)
A list of model versions in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelsResponse.Builder |
ListModelsResponse.Builder.models(Collection<ModelMetadata> models)
A list of model versions in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ModelMetadata> |
ListModelsIterable.models()
Returns an iterable to iterate through the paginated
ListModelsResponse.models() member. |
SdkPublisher<ModelMetadata> |
ListModelsPublisher.models()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.