| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model | |
| software.amazon.awssdk.services.machinelearning.transform |
| 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 |
|---|---|
MLModel |
MLModelUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MLModelMarshaller.marshall(MLModel mlModel,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.