Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateBatchPredictionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateBatchPredictionRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
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() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>
public static CreateBatchPredictionRequest.Builder builder()
public static Class<? extends CreateBatchPredictionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.