Class: Aws::Types::AutoMLCandidateStep

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_step_arn::String

Returns the value of attribute candidate_step_arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def candidate_step_arn
  @candidate_step_arn
end

#candidate_step_name::String

Returns the value of attribute candidate_step_name.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def candidate_step_name
  @candidate_step_name
end

#candidate_step_type"AWS::SageMaker::TrainingJob", ...

Returns the value of attribute candidate_step_type.

Returns:

  • ("AWS::SageMaker::TrainingJob", "AWS::SageMaker::TransformJob", "AWS::SageMaker::ProcessingJob")


605
606
607
# File 'sig/types.rbs', line 605

def candidate_step_type
  @candidate_step_type
end