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