| Modifier and Type | Method and Description |
|---|---|
List<MLModel> |
DescribeMLModelsResponse.results()
A list of
MLModel that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeMLModelsResponse.Builder |
DescribeMLModelsResponse.Builder.results(MLModel... results)
A list of
MLModel that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeMLModelsResponse.Builder |
DescribeMLModelsResponse.Builder.results(Collection<MLModel> results)
A list of
MLModel that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<MLModel> |
DescribeMLModelsPaginator.results()
Returns an iterable to iterate through the paginated
DescribeMLModelsResponse.results() member. |
| Modifier and Type | Method and Description |
|---|---|
MLModel |
MLModelUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MLModelMarshaller.marshall(MLModel mlModel,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.