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