/AWS1/CL_ML_CREATEMLMODELOUT¶
Represents the output of a CreateMLModel operation, and is an acknowledgement that Amazon ML received the request.
The CreateMLModel operation is asynchronous. You can poll for status updates by using the
GetMLModel operation and checking the Status parameter.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_mlmodelid TYPE /AWS1/ML_ENTITYID /AWS1/ML_ENTITYID¶
A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value of theMLModelIdin the request.
Queryable Attributes¶
MLModelId¶
A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value of theMLModelIdin the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MLMODELID() |
Getter for MLMODELID, with configurable default |
ASK_MLMODELID() |
Getter for MLMODELID w/ exceptions if field has no value |
HAS_MLMODELID() |
Determine if MLMODELID has a value |