|
Coretex
|
21 class ParameterType(Enum):
25 floatingPoint =
"float"
30 imuVectors =
"IMUVectors"
33 awsSecret =
"aws_secret"
34 gitSecret =
"git_secret"
35 credentialsSecret =
"credentials_secret"
39 floatList =
"list[float]"
41 datasetList =
"list[dataset]"
42 modelList =
"list[model]"
43 enumList =
"list[enum]"
44 awsSecretList =
"list[aws_secret]"
45 gitSecretList =
"list[git_secret]"
46 credentialsSecretList =
"list[credentials_secret]"