Class: Aws::SageMaker::Types::AutoMLPartialFailureReason

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The reason for a partial failure of an AutoML job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partial_failure_messageString

The message containing the reason for a partial failure of an AutoML job.

Returns:

  • (String)


2477
2478
2479
2480
2481
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2477

class AutoMLPartialFailureReason < Struct.new(
  :partial_failure_message)
  SENSITIVE = []
  include Aws::Structure
end