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.
621 622 623 |
# File 'sig/types.rbs', line 621 def candidate_step_arn @candidate_step_arn end |
#candidate_step_name ⇒ ::String
Returns the value of attribute candidate_step_name.
622 623 624 |
# File 'sig/types.rbs', line 622 def candidate_step_name @candidate_step_name end |
#candidate_step_type ⇒ "AWS::SageMaker::TrainingJob", ...
Returns the value of attribute candidate_step_type.
620 621 622 |
# File 'sig/types.rbs', line 620 def candidate_step_type @candidate_step_type end |