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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


2415
2416
2417
2418
2419
# File 'lib/aws-sdk-sagemaker/types.rb', line 2415

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