public class UpdateBatchPredictionResult extends Object implements Serializable, Cloneable
Represents the output of an UpdateBatchPrediction operation.
You can see the updated content by using the GetBatchPrediction operation.
Constructor and Description |
---|
UpdateBatchPredictionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBatchPredictionResult |
clone() |
boolean |
equals(Object obj) |
String |
getBatchPredictionId()
The ID assigned to the
BatchPrediction during creation. |
int |
hashCode() |
void |
setBatchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateBatchPredictionResult |
withBatchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
public String getBatchPredictionId()
BatchPrediction
during creation.
This value should be identical to the value of the
BatchPredictionId
in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
BatchPrediction
during creation.
This value should be identical to the value of the
BatchPredictionId
in the request.public void setBatchPredictionId(String batchPredictionId)
BatchPrediction
during creation.
This value should be identical to the value of the
BatchPredictionId
in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
batchPredictionId
- The ID assigned to the BatchPrediction
during creation.
This value should be identical to the value of the
BatchPredictionId
in the request.public UpdateBatchPredictionResult withBatchPredictionId(String batchPredictionId)
BatchPrediction
during creation.
This value should be 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
- The ID assigned to the BatchPrediction
during creation.
This value should be identical to the value of the
BatchPredictionId
in the request.public String toString()
toString
in class Object
Object.toString()
public UpdateBatchPredictionResult clone()
Copyright © 2015. All rights reserved.