Uses of Class
com.amazonaws.services.machinelearning.model.S3DataSpec
-
Packages that use S3DataSpec Package Description com.amazonaws.services.machinelearning.model -
-
Uses of S3DataSpec in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return S3DataSpec Modifier and Type Method Description S3DataSpec
S3DataSpec. clone()
S3DataSpec
CreateDataSourceFromS3Request. getDataSpec()
The data specification of aDataSource
:S3DataSpec
S3DataSpec. withDataLocationS3(String dataLocationS3)
The location of the data file(s) used by aDataSource
.S3DataSpec
S3DataSpec. withDataRearrangement(String dataRearrangement)
Describes the splitting requirement of aDatasource
.S3DataSpec
S3DataSpec. withDataSchema(String dataSchema)
A JSON string that represents the schema for an Amazon S3DataSource
.S3DataSpec
S3DataSpec. withDataSchemaLocationS3(String dataSchemaLocationS3)
Describes the schema Location in Amazon S3.Methods in com.amazonaws.services.machinelearning.model with parameters of type S3DataSpec Modifier and Type Method Description void
CreateDataSourceFromS3Request. setDataSpec(S3DataSpec dataSpec)
The data specification of aDataSource
:CreateDataSourceFromS3Request
CreateDataSourceFromS3Request. withDataSpec(S3DataSpec dataSpec)
The data specification of aDataSource
:
-