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

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

Overview

Stores the configuration information for the image classification problem of an AutoML job V2.

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.



21290
21291
21292
21293
21294
# File 'lib/aws-sdk-sagemaker/types.rb', line 21290

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