/AWS1/CL_ML_CREATEEVALOUTPUT¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_evaluationid TYPE /AWS1/ML_ENTITYID /AWS1/ML_ENTITYID¶
The user-supplied ID that uniquely identifies the
Evaluation. This value should be identical to the value of theEvaluationIdin the request.
Queryable Attributes¶
EvaluationId¶
The user-supplied ID that uniquely identifies the
Evaluation. This value should be identical to the value of theEvaluationIdin the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONID() |
Getter for EVALUATIONID, with configurable default |
ASK_EVALUATIONID() |
Getter for EVALUATIONID w/ exceptions if field has no value |
HAS_EVALUATIONID() |
Determine if EVALUATIONID has a value |