| 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 |
|---|---|
SdkPublisher<MLModel> |
DescribeMLModelsPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MLModel> |
DescribeMLModelsIterable.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.