Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3DataSpec |
CreateDataSourceFromS3Request.dataSpec
The data specification of a
DataSource : |
Modifier and Type | Method and Description |
---|---|
S3DataSpec |
S3DataSpec.clone() |
S3DataSpec |
CreateDataSourceFromS3Request.getDataSpec()
The data specification of a
DataSource : |
S3DataSpec |
S3DataSpec.withDataLocationS3(java.lang.String dataLocationS3)
The location of the data file(s) used by a
DataSource . |
S3DataSpec |
S3DataSpec.withDataRearrangement(java.lang.String dataRearrangement)
Describes the splitting requirement of a
Datasource . |
S3DataSpec |
S3DataSpec.withDataSchema(java.lang.String dataSchema)
A JSON string that represents the schema for an Amazon S3
DataSource . |
S3DataSpec |
S3DataSpec.withDataSchemaLocationS3(java.lang.String dataSchemaLocationS3)
Describes the schema Location in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDataSourceFromS3Request.setDataSpec(S3DataSpec dataSpec)
The data specification of a
DataSource : |
CreateDataSourceFromS3Request |
CreateDataSourceFromS3Request.withDataSpec(S3DataSpec dataSpec)
The data specification of a
DataSource : |
Modifier and Type | Method and Description |
---|---|
S3DataSpec |
S3DataSpecJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3DataSpecJsonMarshaller.marshall(S3DataSpec s3DataSpec,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|