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