@Generated(value="software.amazon.awssdk:codegen") public final class CreateDataSourceFromS3Request extends MachineLearningRequest implements ToCopyableBuilder<CreateDataSourceFromS3Request.Builder,CreateDataSourceFromS3Request>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateDataSourceFromS3Request.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateDataSourceFromS3Request.Builder |
builder() |
Boolean |
computeStatistics()
The compute statistics for a
DataSource . |
String |
dataSourceId()
A user-supplied identifier that uniquely identifies the
DataSource . |
String |
dataSourceName()
A user-supplied name or description of the
DataSource . |
S3DataSpec |
dataSpec()
The data specification of a
DataSource : |
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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDataSourceFromS3Request.Builder> |
serializableBuilderClass() |
CreateDataSourceFromS3Request.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String dataSourceId()
A user-supplied identifier that uniquely identifies the DataSource
.
DataSource
.public String dataSourceName()
A user-supplied name or description of the DataSource
.
DataSource
.public S3DataSpec dataSpec()
The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is
specified.
DataRearrangement - A JSON string that represents the splitting and rearrangement requirements for the
Datasource
.
Sample - "{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"
DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is
specified.
DataRearrangement - A JSON string that represents the splitting and rearrangement requirements for the
Datasource
.
Sample - "{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"
public Boolean computeStatistics()
The compute statistics for a DataSource
. The statistics are generated from the observation data
referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the DataSource
needs to be
used for
MLModel
training.
DataSource
. The statistics are generated from the observation
data referenced by a DataSource
. Amazon ML uses the statistics internally during
MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training.public CreateDataSourceFromS3Request.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDataSourceFromS3Request.Builder,CreateDataSourceFromS3Request>
toBuilder
in class MachineLearningRequest
public static CreateDataSourceFromS3Request.Builder builder()
public static Class<? extends CreateDataSourceFromS3Request.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. 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 SdkRequest
fieldName
- 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.