You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TrialComponentStatus as input to an Aws::Client method, you can use a vanilla Hash:

{
  primary_status: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
  message: "TrialComponentStatusMessage",
}

The status of the trial component.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

If the component failed, a message describing why.

Returns:

  • (String)

    If the component failed, a message describing why.

#primary_statusString

The status of the trial component.

Possible values:

  • InProgress
  • Completed
  • Failed
  • Stopping
  • Stopped

Returns:

  • (String)

    The status of the trial component.