Uses of Class
com.amazonaws.services.machinelearning.model.DataSource
Packages that use DataSource
-
Uses of DataSource in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DataSourceModifier and TypeMethodDescriptionDataSource.clone()
DataSource.withComputeStatistics
(Boolean computeStatistics) The parameter istrue
if statistics need to be generated from the observation data.DataSource.withCreatedAt
(Date createdAt) The time that theDataSource
was created.DataSource.withCreatedByIamUser
(String createdByIamUser) The AWS user account from which theDataSource
was created.DataSource.withDataLocationS3
(String dataLocationS3) The location and name of the data in Amazon Simple Storage Service (Amazon S3) that is used by aDataSource
.DataSource.withDataRearrangement
(String dataRearrangement) A JSON string that represents the splitting requirement of aDatasource
.DataSource.withDataSizeInBytes
(Long dataSizeInBytes) The total number of observations contained in the data files that theDataSource
references.DataSource.withDataSourceId
(String dataSourceId) The ID that is assigned to theDataSource
during creation.DataSource.withLastUpdatedAt
(Date lastUpdatedAt) The time of the most recent edit to theBatchPrediction
.DataSource.withMessage
(String message) A description of the most recent details about creating theDataSource
.A user-supplied name or description of theDataSource
.DataSource.withNumberOfFiles
(Long numberOfFiles) The number of data files referenced by theDataSource
.DataSource.withRDSMetadata
(RDSMetadata rDSMetadata) DataSource.withRedshiftMetadata
(RedshiftMetadata redshiftMetadata) DataSource.withRoleARN
(String roleARN) DataSource.withStatus
(EntityStatus status) The current status of theDataSource
.DataSource.withStatus
(String status) The current status of theDataSource
.Methods in com.amazonaws.services.machinelearning.model that return types with arguments of type DataSourceModifier and TypeMethodDescriptionDescribeDataSourcesResult.getResults()
A list ofDataSource
that meet the search criteria.Methods in com.amazonaws.services.machinelearning.model with parameters of type DataSourceModifier and TypeMethodDescriptionDescribeDataSourcesResult.withResults
(DataSource... results) A list ofDataSource
that meet the search criteria.Method parameters in com.amazonaws.services.machinelearning.model with type arguments of type DataSourceModifier and TypeMethodDescriptionvoid
DescribeDataSourcesResult.setResults
(Collection<DataSource> results) A list ofDataSource
that meet the search criteria.DescribeDataSourcesResult.withResults
(Collection<DataSource> results) A list ofDataSource
that meet the search criteria.