Class: Aws::SageMaker::Types::TrialComponentStatus

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

Overview

The status of the trial component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

If the component failed, a message describing why.

Returns:

  • (String)


42467
42468
42469
42470
42471
42472
# File 'lib/aws-sdk-sagemaker/types.rb', line 42467

class TrialComponentStatus < Struct.new(
  :primary_status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#primary_statusString

The status of the trial component.

Returns:

  • (String)


42467
42468
42469
42470
42471
42472
# File 'lib/aws-sdk-sagemaker/types.rb', line 42467

class TrialComponentStatus < Struct.new(
  :primary_status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end