@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.