@Generated(value="software.amazon.awssdk:codegen") public 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)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
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.
|
static Class<? extends CreateBatchPredictionRequest.Builder> |
serializableBuilderClass() |
CreateBatchPredictionRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic 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()
ToCopyableBuildertoBuilder 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)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.