AutoMLCandidateStep — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::SageMaker::Types::AutoMLCandidateStep
Inherits:
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLCandidateStep show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Information about the steps for a candidate and what step it is working on.
Constant Summarycollapse
SENSITIVE =
[]
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.
2044 2045 2046 2047 2048 2049 2050 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2044 class AutoMLCandidateStep < Struct.new( :candidate_step_type, :candidate_step_arn, :candidate_step_name) SENSITIVE = [] include Aws::Structure end |
---|
#candidate_step_name ⇒ String
The name for the candidate's step.
2044 2045 2046 2047 2048 2049 2050 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2044 class AutoMLCandidateStep < Struct.new( :candidate_step_type, :candidate_step_arn, :candidate_step_name) SENSITIVE = [] include Aws::Structure end |
---|
#candidate_step_type ⇒ String
Whether the candidate is at the transform, training, or processing step.
2044 2045 2046 2047 2048 2049 2050 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2044 class AutoMLCandidateStep < Struct.new( :candidate_step_type, :candidate_step_arn, :candidate_step_name) SENSITIVE = [] include Aws::Structure end |
---|