DataSource |
DataSource.clone() |
|
DataSource |
DataSource.withComputeStatistics(Boolean computeStatistics) |
The parameter is true if statistics need to be generated
from the observation data.
|
DataSource |
DataSource.withCreatedAt(Date createdAt) |
The time that the DataSource was created.
|
DataSource |
DataSource.withCreatedByIamUser(String createdByIamUser) |
The AWS user account from which the DataSource was created.
|
DataSource |
DataSource.withDataLocationS3(String dataLocationS3) |
The location and name of the data in Amazon Simple Storage Service
(Amazon S3) that is used by a DataSource .
|
DataSource |
DataSource.withDataRearrangement(String dataRearrangement) |
A JSON string that represents the splitting requirement of a
Datasource .
|
DataSource |
DataSource.withDataSizeInBytes(Long dataSizeInBytes) |
The total number of observations contained in the data files that the
DataSource references.
|
DataSource |
DataSource.withDataSourceId(String dataSourceId) |
The ID that is assigned to the DataSource during creation.
|
DataSource |
DataSource.withLastUpdatedAt(Date lastUpdatedAt) |
The time of the most recent edit to the BatchPrediction .
|
DataSource |
DataSource.withMessage(String message) |
A description of the most recent details about creating the
DataSource .
|
DataSource |
DataSource.withName(String name) |
A user-supplied name or description of the DataSource .
|
DataSource |
DataSource.withNumberOfFiles(Long numberOfFiles) |
The number of data files referenced by the DataSource .
|
DataSource |
DataSource.withRDSMetadata(RDSMetadata rDSMetadata) |
|
DataSource |
DataSource.withRedshiftMetadata(RedshiftMetadata redshiftMetadata) |
|
DataSource |
DataSource.withRoleARN(String roleARN) |
|
DataSource |
DataSource.withStatus(EntityStatus status) |
The current status of the DataSource .
|
DataSource |
DataSource.withStatus(String status) |
The current status of the DataSource .
|