Uses of Class
software.amazon.awssdk.services.sagemaker.model.TextGenerationResolvedAttributes
-
Packages that use TextGenerationResolvedAttributes Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TextGenerationResolvedAttributes in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TextGenerationResolvedAttributes Modifier and Type Method Description TextGenerationResolvedAttributesAutoMLProblemTypeResolvedAttributes. textGenerationResolvedAttributes()The resolved attributes for the text generation problem type.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TextGenerationResolvedAttributes Modifier and Type Method Description static AutoMLProblemTypeResolvedAttributesAutoMLProblemTypeResolvedAttributes. fromTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)Create an instance of this class withAutoMLProblemTypeResolvedAttributes.textGenerationResolvedAttributes()initialized to the given value.AutoMLProblemTypeResolvedAttributes.BuilderAutoMLProblemTypeResolvedAttributes.Builder. textGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)The resolved attributes for the text generation problem type.
-