@Generated(value="software.amazon.awssdk:codegen") public class DescribeMLModelsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>
Represents the output of a DescribeMLModels operation. The content is essentially a list of
MLModel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeMLModelsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeMLModelsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
The ID of the next page in the paginated results that indicates at least one more page follows.
|
List<MLModel> |
results()
A list of
MLModel that meet the search criteria. |
static Class<? extends DescribeMLModelsResponse.Builder> |
serializableBuilderClass() |
DescribeMLModelsResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<MLModel> results()
A list of MLModel that meet the search criteria.
MLModel that meet the search criteria.public String nextToken()
The ID of the next page in the paginated results that indicates at least one more page follows.
public DescribeMLModelsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>public static DescribeMLModelsResponse.Builder builder()
public static Class<? extends DescribeMLModelsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.