Class: Aws::SageMaker::Types::AutoMLResolvedAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The resolved attributes used to configure an AutoML job V2.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_objectiveTypes::AutoMLJobObjective

Specifies a metric to minimize or maximize as the objective of an AutoML job.



2600
2601
2602
2603
2604
2605
2606
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2600

class AutoMLResolvedAttributes < Struct.new(
  :auto_ml_job_objective,
  :completion_criteria,
  :auto_ml_problem_type_resolved_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#auto_ml_problem_type_resolved_attributesTypes::AutoMLProblemTypeResolvedAttributes

Defines the resolved attributes specific to a problem type.



2600
2601
2602
2603
2604
2605
2606
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2600

class AutoMLResolvedAttributes < Struct.new(
  :auto_ml_job_objective,
  :completion_criteria,
  :auto_ml_problem_type_resolved_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#completion_criteriaTypes::AutoMLJobCompletionCriteria

How long a job is allowed to run, or how many candidates a job is allowed to generate.



2600
2601
2602
2603
2604
2605
2606
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2600

class AutoMLResolvedAttributes < Struct.new(
  :auto_ml_job_objective,
  :completion_criteria,
  :auto_ml_problem_type_resolved_attributes)
  SENSITIVE = []
  include Aws::Structure
end