AWSMachineLearningDescribeDataSourcesOutput Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSMachineLearningModel.h AWSMachineLearningModel.m |
Overview
Represents the query results from a DescribeDataSources operation. The content is essentially a list of DataSource
.
nextToken
An ID of the next page in the paginated results that indicates at least one more page follows.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSMachineLearningModel.h
results
A list of DataSource
that meet the search criteria.
@property (nonatomic, strong) NSArray<AWSMachineLearningDataSource*> *results
Declared In
AWSMachineLearningModel.h