Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
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)
Sets the value of the RDSMetadata property for this object.
|
DataSource |
DataSource.withRedshiftMetadata(RedshiftMetadata redshiftMetadata)
Sets the value of the RedshiftMetadata property for this object.
|
DataSource |
DataSource.withRoleARN(String roleARN)
Sets the value of the RoleARN property for this object.
|
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
DataSource that meet the search criteria. |
Modifier and Type | Method and Description |
---|---|
DescribeDataSourcesResult |
DescribeDataSourcesResult.withResults(DataSource... results)
A list of
DataSource that meet the search criteria. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeDataSourcesResult.setResults(Collection<DataSource> results)
A list of
DataSource that meet the search criteria. |
DescribeDataSourcesResult |
DescribeDataSourcesResult.withResults(Collection<DataSource> results)
A list of
DataSource that meet the search criteria. |
Copyright © 2015. All rights reserved.