Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProblemType
-
Packages that use ProblemType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProblemType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProblemType Modifier and Type Method Description static ProblemTypeProblemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProblemTypeCreateAutoMlJobRequest. problemType()Defines the type of supervised learning problem available for the candidates.ProblemTypeDescribeAutoMlJobResponse. problemType()Returns the job's problem type.ProblemTypeResolvedAttributes. problemType()The problem type.ProblemTypeTabularJobConfig. problemType()The type of supervised learning problem available for the model candidates of the AutoML job V2.ProblemTypeTabularResolvedAttributes. problemType()The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression).static ProblemTypeProblemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProblemType[]ProblemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProblemType Modifier and Type Method Description static Set<ProblemType>ProblemType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProblemType Modifier and Type Method Description CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. problemType(ProblemType problemType)Defines the type of supervised learning problem available for the candidates.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. problemType(ProblemType problemType)Returns the job's problem type.ResolvedAttributes.BuilderResolvedAttributes.Builder. problemType(ProblemType problemType)The problem type.TabularJobConfig.BuilderTabularJobConfig.Builder. problemType(ProblemType problemType)The type of supervised learning problem available for the model candidates of the AutoML job V2.TabularResolvedAttributes.BuilderTabularResolvedAttributes.Builder. problemType(ProblemType problemType)The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression).
-