Uses of Class
software.amazon.awssdk.services.sagemaker.model.TextGenerationJobConfig
-
Packages that use TextGenerationJobConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TextGenerationJobConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TextGenerationJobConfig Modifier and Type Method Description TextGenerationJobConfigAutoMLProblemTypeConfig. textGenerationJobConfig()Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TextGenerationJobConfig Modifier and Type Method Description static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTextGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)Create an instance of this class withAutoMLProblemTypeConfig.textGenerationJobConfig()initialized to the given value.AutoMLProblemTypeConfig.BuilderAutoMLProblemTypeConfig.Builder. textGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
-