AWSMachineLearningCreateEvaluationOutput
Objective-C
@interface AWSMachineLearningCreateEvaluationOutput
Swift
class AWSMachineLearningCreateEvaluationOutput
Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received the request.
CreateEvaluation operation is asynchronous. You can poll for status updates by using the GetEvcaluation operation and checking the Status parameter.
-
The user-supplied ID that uniquely identifies the
Evaluation. This value should be identical to the value of theEvaluationIdin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationId;Swift
var evaluationId: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningCreateEvaluationOutput Class Reference