| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
problemType |
str |
The problem type to get details on
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
ProblemType |
| KEY |
TYPE |
Description |
| problemType |
str |
Name of the problem type |
| requiredFeatureGroupType |
str |
The required feature group types to train for this problem type |
| optionalFeatureGroupTypes |
List[str] |
The optional feature group types can be used to train for this problem type |
| useCasesSupportCustomAlgorithm |
list |
A list of use cases that support custom algorithms |
|