@Generated(value="software.amazon.awssdk:codegen") public class DescribeBatchPredictionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeBatchPredictionsResponse.Builder,DescribeBatchPredictionsResponse>
Represents the output of a DescribeBatchPredictions operation. The content is essentially a list of
BatchPredictions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeBatchPredictionsResponse.Builder |
| Modifier and Type | Method and 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() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeBatchPredictionsResponse.Builder,DescribeBatchPredictionsResponse>public static DescribeBatchPredictionsResponse.Builder builder()
public static Class<? extends DescribeBatchPredictionsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.