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)


2483
2484
2485
2486
2487
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2483

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