Uses of Class
com.amazonaws.services.machinelearning.model.GetDataSourceResult
Packages that use GetDataSourceResult
Package
Description
-
Uses of GetDataSourceResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return GetDataSourceResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.getDataSource
(GetDataSourceRequest request) AmazonMachineLearning.getDataSource
(GetDataSourceRequest getDataSourceRequest) Returns aDataSource
that includes metadata and data file information, as well as the current status of theDataSource
.AmazonMachineLearningClient.getDataSource
(GetDataSourceRequest getDataSourceRequest) Returns aDataSource
that includes metadata and data file information, as well as the current status of theDataSource
.Methods in com.amazonaws.services.machinelearning that return types with arguments of type GetDataSourceResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.getDataSourceAsync
(GetDataSourceRequest request) AbstractAmazonMachineLearningAsync.getDataSourceAsync
(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest, GetDataSourceResult> asyncHandler) AmazonMachineLearningAsync.getDataSourceAsync
(GetDataSourceRequest getDataSourceRequest) Returns aDataSource
that includes metadata and data file information, as well as the current status of theDataSource
.AmazonMachineLearningAsync.getDataSourceAsync
(GetDataSourceRequest getDataSourceRequest, AsyncHandler<GetDataSourceRequest, GetDataSourceResult> asyncHandler) Returns aDataSource
that includes metadata and data file information, as well as the current status of theDataSource
.AmazonMachineLearningAsyncClient.getDataSourceAsync
(GetDataSourceRequest request) AmazonMachineLearningAsyncClient.getDataSourceAsync
(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest, GetDataSourceResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetDataSourceResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.getDataSourceAsync
(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest, GetDataSourceResult> asyncHandler) AmazonMachineLearningAsync.getDataSourceAsync
(GetDataSourceRequest getDataSourceRequest, AsyncHandler<GetDataSourceRequest, GetDataSourceResult> asyncHandler) Returns aDataSource
that includes metadata and data file information, as well as the current status of theDataSource
.AmazonMachineLearningAsyncClient.getDataSourceAsync
(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest, GetDataSourceResult> asyncHandler) -
Uses of GetDataSourceResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetDataSourceResultModifier and TypeMethodDescriptionGetDataSourceResult.clone()
GetDataSourceResult.withComputeStatistics
(Boolean computeStatistics) The parameter istrue
if statistics need to be generated from the observation data.GetDataSourceResult.withCreatedAt
(Date createdAt) The time that theDataSource
was created.GetDataSourceResult.withCreatedByIamUser
(String createdByIamUser) The AWS user account from which theDataSource
was created.GetDataSourceResult.withDataLocationS3
(String dataLocationS3) The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).GetDataSourceResult.withDataRearrangement
(String dataRearrangement) A JSON string that captures the splitting rearrangement requirement of theDataSource
.GetDataSourceResult.withDataSizeInBytes
(Long dataSizeInBytes) The total size of observations in the data files.GetDataSourceResult.withDataSourceId
(String dataSourceId) The ID assigned to theDataSource
at creation.GetDataSourceResult.withDataSourceSchema
(String dataSourceSchema) The schema used by all of the data files of thisDataSource
.GetDataSourceResult.withLastUpdatedAt
(Date lastUpdatedAt) The time of the most recent edit to theDataSource
.GetDataSourceResult.withLogUri
(String logUri) A link to the file containining logs of either createDataSource
operation.GetDataSourceResult.withMessage
(String message) The description of the most recent details about creating theDataSource
.A user-supplied name or description of theDataSource
.GetDataSourceResult.withNumberOfFiles
(Long numberOfFiles) The number of data files referenced by theDataSource
.GetDataSourceResult.withRDSMetadata
(RDSMetadata rDSMetadata) GetDataSourceResult.withRedshiftMetadata
(RedshiftMetadata redshiftMetadata) GetDataSourceResult.withRoleARN
(String roleARN) GetDataSourceResult.withStatus
(EntityStatus status) The current status of theDataSource
.GetDataSourceResult.withStatus
(String status) The current status of theDataSource
.