ToCopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeMLModelsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>
Represents the output of a DescribeMLModels
operation. The content is essentially a list of
MLModel
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeMLModelsResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>
public static DescribeMLModelsResponse.Builder builder()
public static Class<? extends DescribeMLModelsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.