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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


42363
42364
42365
42366
42367
42368
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42363

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

#primary_statusString

The status of the trial component.

Returns:

  • (String)


42363
42364
42365
42366
42367
42368
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42363

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