@Generated(value="software.amazon.awssdk:codegen") public final class CreateBatchPredictionRequest extends MachineLearningRequest implements ToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBatchPredictionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchPredictionDataSourceId()
The ID of the
DataSource that points to the group of observations to predict. |
String |
batchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction. |
String |
batchPredictionName()
A user-supplied name or description of the
BatchPrediction. |
static CreateBatchPredictionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
The ID of the
MLModel that will generate predictions for the group of observations. |
String |
outputUri()
The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction
results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBatchPredictionRequest.Builder> |
serializableBuilderClass() |
CreateBatchPredictionRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String batchPredictionId()
A user-supplied ID that uniquely identifies the BatchPrediction.
BatchPrediction.public String batchPredictionName()
A user-supplied name or description of the BatchPrediction. BatchPredictionName can
only use the UTF-8 character set.
BatchPrediction. BatchPredictionName
can only use the UTF-8 character set.public String mlModelId()
The ID of the MLModel that will generate predictions for the group of observations.
MLModel that will generate predictions for the group of observations.public String batchPredictionDataSourceId()
The ID of the DataSource that points to the group of observations to predict.
DataSource that points to the group of observations to predict.public String outputUri()
The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction
results. The following substrings are not allowed in the s3 key portion of the
outputURI field: ':', '//', '/./', '/../'.
Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
s3 key portion of the
outputURI field: ':', '//', '/./', '/../'.
Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
public CreateBatchPredictionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>toBuilder in class MachineLearningRequestpublic static CreateBatchPredictionRequest.Builder builder()
public static Class<? extends CreateBatchPredictionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.