@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBatchPredictionResponse extends MachineLearningResponse implements ToCopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>
Represents the output of an UpdateBatchPrediction operation.
You can see the updated content by using the GetBatchPrediction operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBatchPredictionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchPredictionId()
The ID assigned to the
BatchPrediction during creation. |
static UpdateBatchPredictionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBatchPredictionResponse.Builder> |
serializableBuilderClass() |
UpdateBatchPredictionResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String batchPredictionId()
The ID assigned to the BatchPrediction during creation. This value should be identical to the value
of the BatchPredictionId in the request.
BatchPrediction during creation. This value should be identical to
the value of the BatchPredictionId in the request.public UpdateBatchPredictionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>toBuilder in class AwsResponsepublic static UpdateBatchPredictionResponse.Builder builder()
public static Class<? extends UpdateBatchPredictionResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.