public class CreateBatchPredictionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.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.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
batchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction . |
Constructor and Description |
---|
CreateBatchPredictionResult() |
Modifier and Type | Method and Description |
---|---|
CreateBatchPredictionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBatchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction . |
int |
hashCode() |
void |
setBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateBatchPredictionResult |
withBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
private java.lang.String batchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction
. This value is identical to the value of the
BatchPredictionId
in the request.
public void setBatchPredictionId(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateBatchPredictionResult clone()
clone
in class java.lang.Object