Class: Aws::SageMaker::Types::AutoMLCandidateStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLCandidateStep
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Information about the steps for a Candidate, and what step it is working on.
Instance Attribute Summary collapse
-
#candidate_step_arn ⇒ String
The ARN for the Candidate’s step.
-
#candidate_step_name ⇒ String
The name for the Candidate’s step.
-
#candidate_step_type ⇒ String
Whether the Candidate is at the transform, training, or processing step.
Instance Attribute Details
#candidate_step_arn ⇒ String
The ARN for the Candidate’s step.
935 936 937 938 939 940 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 935 class AutoMLCandidateStep < Struct.new( :candidate_step_type, :candidate_step_arn, :candidate_step_name) include Aws::Structure end |
#candidate_step_name ⇒ String
The name for the Candidate’s step.
935 936 937 938 939 940 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 935 class AutoMLCandidateStep < Struct.new( :candidate_step_type, :candidate_step_arn, :candidate_step_name) include Aws::Structure end |
#candidate_step_type ⇒ String
Whether the Candidate is at the transform, training, or processing step.
935 936 937 938 939 940 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 935 class AutoMLCandidateStep < Struct.new( :candidate_step_type, :candidate_step_arn, :candidate_step_name) include Aws::Structure end |