Class: Aws::SageMaker::Types::ResolvedAttributes

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

Overview

The resolved attributes.

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.



37437
37438
37439
37440
37441
37442
37443
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37437

class ResolvedAttributes < Struct.new(
  :auto_ml_job_objective,
  :problem_type,
  :completion_criteria)
  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.



37437
37438
37439
37440
37441
37442
37443
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37437

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

#problem_typeString

The problem type.

Returns:

  • (String)


37437
37438
37439
37440
37441
37442
37443
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37437

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