TextGenerationJobConfig
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.
Inherited 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.