ImageClassificationJobConfig — AWS SDK for Ruby V3 (original) (raw)

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

Inherits:

Struct

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 Summarycollapse

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.

25485 25486 25487 25488 25489 # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25485 class ImageClassificationJobConfig < Struct.new( :completion_criteria) SENSITIVE = [] include Aws::Structure end