Class: Aws::SageMaker::Types::TrialComponentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentStatus
- 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
-
#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.
44720 44721 44722 44723 44724 44725 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44720 class TrialComponentStatus < Struct.new( :primary_status, :message) SENSITIVE = [] include Aws::Structure end |
#primary_status ⇒ String
The status of the trial component.
44720 44721 44722 44723 44724 44725 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44720 class TrialComponentStatus < Struct.new( :primary_status, :message) SENSITIVE = [] include Aws::Structure end |