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)


39967
39968
39969
39970
39971
39972
# File 'lib/aws-sdk-sagemaker/types.rb', line 39967

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

#primary_statusString

The status of the trial component.

Returns:

  • (String)


39967
39968
39969
39970
39971
39972
# File 'lib/aws-sdk-sagemaker/types.rb', line 39967

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