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
- Struct
- Aws::SageMaker::Types::TrialComponentStatus
- 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
-
#message ⇒ String
If the component failed, a message describing why.
-
#primary_status ⇒ String
The status of the trial component.
Instance Attribute Details
#message ⇒ String
If the component failed, a message describing why.
#primary_status ⇒ String
The status of the trial component.
Possible values:
- InProgress
- Completed
- Failed
- Stopping
- Stopped