@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDataSourceFromS3Request.Builder> |
serializableBuilderClass() |
CreateDataSourceFromS3Request.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<CreateDataSourceFromS3Request.Builder,CreateDataSourceFromS3Request>toBuilder in class MachineLearningRequestpublic static CreateDataSourceFromS3Request.Builder builder()
public static Class<? extends CreateDataSourceFromS3Request.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.