AWSMachineLearningDescribeEvaluationsOutput
Objective-C
@interface AWSMachineLearningDescribeEvaluationsOutput
Swift
class AWSMachineLearningDescribeEvaluationsOutput
Represents the query results from a DescribeEvaluations
operation. The content is essentially a list of Evaluation
.
-
The ID of the next page in the paginated results that indicates at least one more page follows.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
A list of
Evaluation
that meet the search criteria.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSMachineLearningEvaluation *> *_Nullable results;
Swift
var results: [AWSMachineLearningEvaluation]? { get set }