Class: Aws::Types::AutoMLCandidateStep
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLCandidateStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#candidate_step_arn ⇒ ::String
Returns the value of attribute candidate_step_arn.
-
#candidate_step_name ⇒ ::String
Returns the value of attribute candidate_step_name.
-
#candidate_step_type ⇒ "AWS::SageMaker::TrainingJob", ...
Returns the value of attribute candidate_step_type.
Instance Attribute Details
#candidate_step_arn ⇒ ::String
Returns the value of attribute candidate_step_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def candidate_step_arn @candidate_step_arn end |
#candidate_step_name ⇒ ::String
Returns the value of attribute candidate_step_name.
607 608 609 |
# File 'sig/types.rbs', line 607 def candidate_step_name @candidate_step_name end |
#candidate_step_type ⇒ "AWS::SageMaker::TrainingJob", ...
Returns the value of attribute candidate_step_type.
605 606 607 |
# File 'sig/types.rbs', line 605 def candidate_step_type @candidate_step_type end |