Class: Aws::SageMaker::Types::TabularResolvedAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TabularResolvedAttributes
- 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
-
#problem_type ⇒ String
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression).
Instance Attribute Details
#problem_type ⇒ String
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].
42214 42215 42216 42217 42218 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42214 class TabularResolvedAttributes < Struct.new( :problem_type) SENSITIVE = [] include Aws::Structure end |