Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
Modifier and Type | Method and Description |
---|---|
S3DataSpec |
S3DataSpec.clone() |
S3DataSpec |
CreateDataSourceFromS3Request.getDataSpec()
The data specification of a
DataSource :
|
S3DataSpec |
S3DataSpec.withDataLocationS3(String dataLocationS3)
The location of the data file(s) used by a
DataSource . |
S3DataSpec |
S3DataSpec.withDataRearrangement(String dataRearrangement)
Describes the splitting requirement of a
Datasource . |
S3DataSpec |
S3DataSpec.withDataSchema(String dataSchema)
Describes the schema for an Amazon S3
DataSource . |
S3DataSpec |
S3DataSpec.withDataSchemaLocationS3(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 :
|
Copyright © 2015. All rights reserved.