You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::AutoMLCandidateStep

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the steps for a Candidate, and what step it is working on.

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_step_arnString

The ARN for the Candidate\'s step.

Returns:

  • (String)

    The ARN for the Candidate\'s step.

#candidate_step_nameString

The name for the Candidate\'s step.

Returns:

  • (String)

    The name for the Candidate\'s step.

#candidate_step_typeString

Whether the Candidate is at the transform, training, or processing step.

Possible values:

  • AWS::SageMaker::TrainingJob
  • AWS::SageMaker::TransformJob
  • AWS::SageMaker::ProcessingJob

Returns:

  • (String)

    Whether the Candidate is at the transform, training, or processing step.