¶
ApiKeyExpirationTime¶
Fields:
- ONE_MONTH
- THREE_MONTHS
- SIX_MONTHS
- ONE_YEAR
- NEVER
BaseML3Enum¶
Base class for all enums in the ML3 Platform SDK
ColumnRole¶
Column role enum Describe the role of a column
Fields: - INPUT - INPUT_MASK - METADATA - PREDICTION - TARGET - ERROR - ID - TIME_ID - INPUT_ADDITIONAL_EMBEDDING - TARGET_ADDITIONAL_EMBEDDING - PREDICTION_ADDITIONAL_EMBEDDING - USER_INPUT - RETRIEVED_CONTEXT
ColumnSubRole¶
Column subrole enum Describe the subrole of a column
Subroles for ColumnRole.INPUT in RAG settings:
- RAG_USER_INPUT
- RAG_RETRIEVED_CONTEXT
- RAG_SYS_PROMPT
Subroles for ColumnRole.PREDICTION:
- MODEL_PROBABILITY
- OBJECT_LABEL_PREDICTION
Subroles for ColumnRole.TARGET:
- OBJECT_LABEL_TARGET
Currency¶
Currency of to use for the Task
Fields: - EURO - DOLLAR
DataStructure¶
Represents the typology of the data to send
Fields:
- TABULAR
- IMAGE
- TEXT
- EMBEDDING
DataType¶
Data type enum Describe data type of input
Fields: - FLOAT - STRING - CATEGORICAL - ARRAY_1 - ARRAY_2 - ARRAY_3
DetectionEventActionType¶
Fields:
- DISCORD_NOTIFICATION
- SLACK_NOTIFICATION
- EMAIL_NOTIFICATION
- TEAMS_NOTIFICATION
- MQTT_NOTIFICATION
- RETRAIN
- NEW_PLOT_CONFIGURATION
DetectionEventSeverity¶
Fields:
- LOW
- MEDIUM
- HIGH
DetectionEventType¶
Fields:
- WARNING_OFF
- WARNING_ON
- DRIFT_ON
- DRIFT_OFF
ExternalIntegration¶
An integration with a 3rd party service provider
Fields: - AWS - GCP - AZURE - AWS_COMPATIBLE
FileType¶
Fields:
- CSV
- JSON
- PARQUET
- PNG
- JPG
- NPY
FolderType¶
Type of folder
Fields
- UNCOMPRESSED
- TAR
- ZIP
ImageMode¶
Image mode enumeration
Fields: - RGB - RGBA - GRAYSCALE
JobStatus¶
Enum containing all the job's status that a client can see
Fields:
- IDLE
- STARTING
- RUNNING
- COMPLETED
- ERROR
KPIStatus¶
Fields:
- NOT_INITIALIZED
- OK
- WARNING
- DRIFT
ModelMetricName¶
Name of the model metrics that is associated with the model
Fields: - RMSE - RSQUARE - ACCURACY - AVERAGE_PRECISION
MonitoringMetric¶
Tabular: - FEATURE
Text: - TEXT_TOXICITY - TEXT_EMOTION - TEXT_SENTIMENT - TEXT_LENGTH
Model probabilistic output: - MODEL_PERPLEXITY - MODEL_ENTROPY
Image: - IMAGE_BRIGHTNESS - IMAGE_CONTRAST - IMAGE_FOCUS - IMAGE_COLOR_VARIATION_RED - IMAGE_COLOR_VARIATION_GREEN - IMAGE_COLOR_VARIATION_BLUE
Object detection and semantic segmentation: - TRACKING_OBJECT_POSITION: polar coordinates of farther object from the center of the image
MonitoringStatus¶
Fields:
- OK
- WARNING
- DRIFT
MonitoringTarget¶
Fields:
- ERROR
- INPUT
- CONCEPT
- PREDICTION
- INPUT_PREDICTION
- USER_INPUT
- RETRIEVED_CONTEXT
- USER_INPUT_RETRIEVED_CONTEXT
- USER_INPUT_MODEL_OUTPUT
- MODEL_OUTPUT_RETRIEVED_CONTEXT
ProductKeyStatus¶
Status of a product key
Fields:: - NEW = generated but not yet used product key - VALIDATING = validation requested from client - IN_USE = validated product key, client activated
RetrainTriggerType¶
Enumeration of the possible retrain triggers
Fields:: - AWS_EVENT_BRIDGE - GCP_PUBSUB - AZURE_EVENT_GRID
SegmentOperator¶
Segment operator for segmentation rules. Fields: - IN: the given rule is verified if the field is in the list of values - OUT: the given rule is verified if the field is not in the list of values
SemanticSegTargetType¶
Format of the target and prediction for the semantic segmentation task.
POLYGON: each identified object is represented by the vertices of the polygon
StoragePolicy¶
Enumeration that specifies the storage policy for the data sent to ML cube Platform
Fields: cloud it needs to read data
StoringDataType¶
Fields:
- HISTORICAL
- REFERENCE
- PRODUCTION
- KPI
SubscriptionType¶
Type of subscription plan of a company
Fields:: - CLOUD: subscription plan for web app or sdk access - EDGE: subscription plan for edge deployment
SuggestionType¶
Enum to specify the preferred type of suggestion
Fields: - SAMPLE_WEIGHTS - RESAMPLED_DATASET
TaskType¶
Fields:
- REGRESSION
- CLASSIFICATION_BINARY
- CLASSIFICATION_MULTICLASS
- CLASSIFICATION_MULTILABEL
- RAG
- OBJECT_DETECTION
- SEMANTIC_SEGMENTATION
TextLanguage¶
Enumeration of text language used in nlp tasks.
Fields: - ITALIAN - ENGLISH - MULTILANGUAGE
UserCompanyRole¶
Fields:
- COMPANY_OWNER
- COMPANY_ADMIN
- COMPANY_USER
- COMPANY_NONE
UserProjectRole¶
Fields:
- PROJECT_ADMIN
- PROJECT_USER
- PROJECT_VIEW