AutoMlProblemTypeConfig
A collection of settings specific to the problem type used to configure an AutoML job V2. There must be one and only one config of the following type.
Inheritors
Types
Settings used to configure an AutoML job V2 for the image classification problem type.
Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
Settings used to configure an AutoML job V2 for the text classification problem type.
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
Functions
Casts this AutoMlProblemTypeConfig as a ImageClassificationJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.ImageClassificationJobConfig value. Throws an exception if the AutoMlProblemTypeConfig is not a ImageClassificationJobConfig.
Casts this AutoMlProblemTypeConfig as a ImageClassificationJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.ImageClassificationJobConfig value. Returns null if the AutoMlProblemTypeConfig is not a ImageClassificationJobConfig.
Casts this AutoMlProblemTypeConfig as a TabularJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TabularJobConfig value. Throws an exception if the AutoMlProblemTypeConfig is not a TabularJobConfig.
Casts this AutoMlProblemTypeConfig as a TabularJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TabularJobConfig value. Returns null if the AutoMlProblemTypeConfig is not a TabularJobConfig.
Casts this AutoMlProblemTypeConfig as a TextClassificationJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TextClassificationJobConfig value. Throws an exception if the AutoMlProblemTypeConfig is not a TextClassificationJobConfig.
Casts this AutoMlProblemTypeConfig as a TextClassificationJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TextClassificationJobConfig value. Returns null if the AutoMlProblemTypeConfig is not a TextClassificationJobConfig.
Casts this AutoMlProblemTypeConfig as a TextGenerationJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TextGenerationJobConfig value. Throws an exception if the AutoMlProblemTypeConfig is not a TextGenerationJobConfig.
Casts this AutoMlProblemTypeConfig as a TextGenerationJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TextGenerationJobConfig value. Returns null if the AutoMlProblemTypeConfig is not a TextGenerationJobConfig.
Casts this AutoMlProblemTypeConfig as a TimeSeriesForecastingJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TimeSeriesForecastingJobConfig value. Throws an exception if the AutoMlProblemTypeConfig is not a TimeSeriesForecastingJobConfig.
Casts this AutoMlProblemTypeConfig as a TimeSeriesForecastingJobConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.TimeSeriesForecastingJobConfig value. Returns null if the AutoMlProblemTypeConfig is not a TimeSeriesForecastingJobConfig.