public class CreateBatchPredictionResult extends Object implements Serializable, Cloneable
Represents the output of a CreateBatchPrediction operation, and is an acknowledgement that Amazon ML received the request.
 The CreateBatchPrediction operation is asynchronous. You can poll for
 status updates by using the GetBatchPrediction operation and checking
 the Status parameter of the result.
 
| Constructor and Description | 
|---|
| CreateBatchPredictionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateBatchPredictionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getBatchPredictionId()A user-supplied ID that uniquely identifies the
  BatchPrediction. | 
| int | hashCode() | 
| void | setBatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies the
  BatchPrediction. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateBatchPredictionResult | withBatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies the
  BatchPrediction. | 
public String getBatchPredictionId()
BatchPrediction. This value is identical to the value of
 the BatchPredictionId in the request.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
BatchPrediction. This value is identical to the value of
         the BatchPredictionId in the request.public void setBatchPredictionId(String batchPredictionId)
BatchPrediction. This value is identical to the value of
 the BatchPredictionId in the request.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
batchPredictionId - A user-supplied ID that uniquely identifies the
         BatchPrediction. This value is identical to the value of
         the BatchPredictionId in the request.public CreateBatchPredictionResult withBatchPredictionId(String batchPredictionId)
BatchPrediction. This value is identical to the value of
 the BatchPredictionId in the request.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
batchPredictionId - A user-supplied ID that uniquely identifies the
         BatchPrediction. This value is identical to the value of
         the BatchPredictionId in the request.public String toString()
toString in class ObjectObject.toString()public CreateBatchPredictionResult clone()
Copyright © 2015. All rights reserved.