Class: Aws::SageMaker::Types::ImageClassificationJobConfig

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

Overview

The collection of settings used by an AutoML job V2 for the image classification problem type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_criteriaTypes::AutoMLJobCompletionCriteria

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



22645
22646
22647
22648
22649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22645

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