| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ImageClassificationJobConfig |
ImageClassificationJobConfig.clone() |
ImageClassificationJobConfig |
AutoMLProblemTypeConfig.getImageClassificationJobConfig()
Settings used to configure an AutoML job V2 for the image classification problem type.
|
ImageClassificationJobConfig |
ImageClassificationJobConfig.withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long a job is allowed to run, or how many candidates a job is allowed to generate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLProblemTypeConfig.setImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
Copyright © 2024. All rights reserved.