Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLProblemTypeResolvedAttributes
-
Packages that use AutoMLProblemTypeResolvedAttributes Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLProblemTypeResolvedAttributes in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLProblemTypeResolvedAttributes Modifier and Type Method Description AutoMLProblemTypeResolvedAttributesAutoMLResolvedAttributes. autoMLProblemTypeResolvedAttributes()Defines the resolved attributes specific to a problem type.static AutoMLProblemTypeResolvedAttributesAutoMLProblemTypeResolvedAttributes. fromTabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)Create an instance of this class withtabularResolvedAttributes()initialized to the given value.static AutoMLProblemTypeResolvedAttributesAutoMLProblemTypeResolvedAttributes. fromTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)Create an instance of this class withtabularResolvedAttributes()initialized to the given value.static AutoMLProblemTypeResolvedAttributesAutoMLProblemTypeResolvedAttributes. fromTextGenerationResolvedAttributes(Consumer<TextGenerationResolvedAttributes.Builder> textGenerationResolvedAttributes)Create an instance of this class withtextGenerationResolvedAttributes()initialized to the given value.static AutoMLProblemTypeResolvedAttributesAutoMLProblemTypeResolvedAttributes. fromTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)Create an instance of this class withtextGenerationResolvedAttributes()initialized to the given value.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLProblemTypeResolvedAttributes Modifier and Type Method Description AutoMLResolvedAttributes.BuilderAutoMLResolvedAttributes.Builder. autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)Defines the resolved attributes specific to a problem type.
-