Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DataSource> |
DescribeDataSourcesResult.results
A list of
DataSource that meet the search criteria. |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.clone() |
DataSource |
DataSource.withComputeStatistics(java.lang.Boolean computeStatistics)
The parameter is
true if statistics need to be generated
from the observation data. |
DataSource |
DataSource.withCreatedAt(java.util.Date createdAt)
The time that the
DataSource was created. |
DataSource |
DataSource.withCreatedByIamUser(java.lang.String createdByIamUser)
The AWS user account from which the
DataSource was created. |
DataSource |
DataSource.withDataLocationS3(java.lang.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(java.lang.String dataRearrangement)
A JSON string that represents the splitting requirement of a
Datasource . |
DataSource |
DataSource.withDataSizeInBytes(java.lang.Long dataSizeInBytes)
The total number of observations contained in the data files that the
DataSource references. |
DataSource |
DataSource.withDataSourceId(java.lang.String dataSourceId)
The ID that is assigned to the
DataSource during creation. |
DataSource |
DataSource.withLastUpdatedAt(java.util.Date lastUpdatedAt)
The time of the most recent edit to the
BatchPrediction . |
DataSource |
DataSource.withMessage(java.lang.String message)
A description of the most recent details about creating the
DataSource . |
DataSource |
DataSource.withName(java.lang.String name)
A user-supplied name or description of the
DataSource . |
DataSource |
DataSource.withNumberOfFiles(java.lang.Long numberOfFiles)
The number of data files referenced by the
DataSource . |
DataSource |
DataSource.withRDSMetadata(RDSMetadata rDSMetadata) |
DataSource |
DataSource.withRedshiftMetadata(RedshiftMetadata redshiftMetadata) |
DataSource |
DataSource.withRoleARN(java.lang.String roleARN) |
DataSource |
DataSource.withStatus(EntityStatus status)
The current status of the
DataSource . |
DataSource |
DataSource.withStatus(java.lang.String status)
The current status of the
DataSource . |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DataSource> results)
A list of
DataSource that meet the search criteria. |
DescribeDataSourcesResult |
DescribeDataSourcesResult.withResults(java.util.Collection<DataSource> results)
A list of
DataSource that meet the search criteria. |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSourceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceJsonMarshaller.marshall(DataSource dataSource,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|