Class: Aws::SageMaker::Types::TabularResolvedAttributes

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

Overview

The resolved attributes specific to the tabular problem type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#problem_typeString

The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see [ SageMaker Autopilot problem types].

[1]: docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types

Returns:

  • (String)


40044
40045
40046
40047
40048
# File 'lib/aws-sdk-sagemaker/types.rb', line 40044

class TabularResolvedAttributes < Struct.new(
  :problem_type)
  SENSITIVE = []
  include Aws::Structure
end