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 void setBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction
. This value is identical to the value of the
BatchPredictionId
in the request.
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 getBatchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction
. This value is identical to the value of the
BatchPredictionId
in the request.
BatchPrediction
. This value is identical to the
value of the BatchPredictionId
in the request.public CreateBatchPredictionResult withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction
. This value is identical to the value of the
BatchPredictionId
in the request.
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 Object
Object.toString()
public CreateBatchPredictionResult clone()
Copyright © 2015. All rights reserved.