Smaws_Client_SageMaker.DescribeAutoMLJobReturns information about an AutoML job created by calling CreateAutoMLJob.
AutoML jobs created by calling CreateAutoMLJobV2 cannot be described by DescribeAutoMLJob.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ResourceNotFound of Types.resource_not_found ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_auto_ml_job_request ->
(Types.describe_auto_ml_job_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceNotFound of Types.resource_not_found ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_auto_ml_job_request ->
(Types.describe_auto_ml_job_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceNotFound of Types.resource_not_found ]
* Smaws_Lib.Response.metadata)
Stdlib.result