Returns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel.
GetMLModel provides results in normal or verbose format.
Headers
Request body
The ID assigned to the <code>MLModel</code> at creation.
Response
Success
The MLModel ID, which is same as the <code>MLModelId</code> in the request.
The ID of the training <code>DataSource</code>.
The AWS user account from which the <code>MLModel</code> was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
The time that the <code>MLModel</code> was created. The time is expressed in epoch time.
The time of the most recent edit to the <code>MLModel</code>. The time is expressed in epoch time.
A user-supplied name or description of the <code>MLModel</code>.
Long integer type that is a 64-bit signed number.
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
The time of the most recent edit to the <code>ScoreThreshold</code>. The time is expressed in epoch time.
A link to the file that contains logs of the <code>CreateMLModel</code> operation.
A description of the most recent details about accessing the <code>MLModel</code>.
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the <code>MLModel</code>, normalized and scaled on computation resources. <code>ComputeTime</code> is only available if the <code>MLModel</code> is in the <code>COMPLETED</code> state.
The epoch time when Amazon Machine Learning marked the <code>MLModel</code> as <code>COMPLETED</code> or <code>FAILED</code>. <code>FinishedAt</code> is only available when the <code>MLModel</code> is in the <code>COMPLETED</code> or <code>FAILED</code> state.
The epoch time when Amazon Machine Learning marked the <code>MLModel</code> as <code>INPROGRESS</code>. <code>StartedAt</code> isn't available if the <code>MLModel</code> is in the <code>PENDING</code> state.