| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TextGenerationJobConfig |
AutoMLProblemTypeConfig.textGenerationJobConfig()
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
|
| Modifier and Type | Method and Description |
|---|---|
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromTextGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)
Create an instance of this class with
AutoMLProblemTypeConfig.textGenerationJobConfig() initialized to the given value. |
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.textGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
|
Copyright © 2023. All rights reserved.