| Package | Description | 
|---|---|
| com.amazonaws.services.machinelearning.model | 
| Modifier and Type | Method and Description | 
|---|---|
| DataSource | DataSource. clone() | 
| DataSource | DataSource. withComputeStatistics(Boolean computeStatistics)
 The parameter is  trueif statistics need to be generated from the observation data. | 
| DataSource | DataSource. withComputeTime(Long computeTime) | 
| DataSource | DataSource. withCreatedAt(Date createdAt)
 The time that the  DataSourcewas created. | 
| DataSource | DataSource. withCreatedByIamUser(String createdByIamUser)
 The AWS user account from which the  DataSourcewas 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 and rearrangement requirement used when this  DataSourcewas created. | 
| DataSource | DataSource. withDataSizeInBytes(Long dataSizeInBytes)
 The total number of observations contained in the data files that the  DataSourcereferences. | 
| DataSource | DataSource. withDataSourceId(String dataSourceId)
 The ID that is assigned to the  DataSourceduring creation. | 
| DataSource | DataSource. withFinishedAt(Date finishedAt) | 
| 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. withStartedAt(Date startedAt) | 
| DataSource | DataSource. withStatus(EntityStatus status)
 The current status of the  DataSource. | 
| DataSource | DataSource. withStatus(String status)
 The current status of the  DataSource. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DataSource> | DescribeDataSourcesResult. getResults()
 A list of  DataSourcethat meet the search criteria. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeDataSourcesResult | DescribeDataSourcesResult. withResults(DataSource... results)
 A list of  DataSourcethat meet the search criteria. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeDataSourcesResult. setResults(Collection<DataSource> results)
 A list of  DataSourcethat meet the search criteria. | 
| DescribeDataSourcesResult | DescribeDataSourcesResult. withResults(Collection<DataSource> results)
 A list of  DataSourcethat meet the search criteria. | 
Copyright © 2024. All rights reserved.