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

Inherits:
Struct
  • Object
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 Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_step_arnString

The ARN for the candidate's step.

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1935

class AutoMLCandidateStep < Struct.new(
  :candidate_step_type,
  :candidate_step_arn,
  :candidate_step_name)
  SENSITIVE = []
  include Aws::Structure
end

#candidate_step_nameString

The name for the candidate's step.

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1935

class AutoMLCandidateStep < Struct.new(
  :candidate_step_type,
  :candidate_step_arn,
  :candidate_step_name)
  SENSITIVE = []
  include Aws::Structure
end

#candidate_step_typeString

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

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1935

class AutoMLCandidateStep < Struct.new(
  :candidate_step_type,
  :candidate_step_arn,
  :candidate_step_name)
  SENSITIVE = []
  include Aws::Structure
end