@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBatchPredictionRequest extends MachineLearningRequest implements ToCopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBatchPredictionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchPredictionId()
The ID assigned to the
BatchPrediction during creation. |
String |
batchPredictionName()
A new user-supplied name or description of the
BatchPrediction. |
static UpdateBatchPredictionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBatchPredictionRequest.Builder> |
serializableBuilderClass() |
UpdateBatchPredictionRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String batchPredictionId()
The ID assigned to the BatchPrediction during creation.
BatchPrediction during creation.public String batchPredictionName()
A new user-supplied name or description of the BatchPrediction.
BatchPrediction.public UpdateBatchPredictionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>toBuilder in class MachineLearningRequestpublic static UpdateBatchPredictionRequest.Builder builder()
public static Class<? extends UpdateBatchPredictionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.