Enumeration ModelCard_ModelCardConsiderations_EnergyConsumption_ActivityType

An activity that is part of a machine learning model development or operational lifecycle.

Generated

from enum cyclonedx.v1_6.ModelCard.ModelCardConsiderations.EnergyConsumption.ActivityType

Enumeration Members

DATA_COLLECTION: 3

model data acquisition including search, selection and transfer.

Generated

from enum value: ACTIVITY_TYPE_DATA_COLLECTION = 3;

DATA_PREPARATION: 4

model data preparation including data cleaning, labeling and conversion.

Generated

from enum value: ACTIVITY_TYPE_DATA_PREPARATION = 4;

DEPLOYMENT: 8

explicit model deployment to a target hosting infrastructure.

Generated

from enum value: ACTIVITY_TYPE_DEPLOYMENT = 8;

DESIGN: 2

model design including problem framing, goal definition and algorithm selection.

Generated

from enum value: ACTIVITY_TYPE_DESIGN = 2;

FINE_TUNING: 6

refining a trained model to produce desired outputs for a given problem space.

Generated

from enum value: ACTIVITY_TYPE_FINE_TUNING = 6;

INFERENCE: 9

generating an output response from a hosted model from a set of inputs.

Generated

from enum value: ACTIVITY_TYPE_INFERENCE = 9;

OTHER: 1

a lifecycle activity type whose description does not match currently defined values (the default type).

Generated

from enum value: ACTIVITY_TYPE_OTHER = 1;

TRAINING: 5

model building, training and generalized tuning.

Generated

from enum value: ACTIVITY_TYPE_TRAINING = 5;

UNSPECIFIED: 0

Generated

from enum value: ACTIVITY_TYPE_UNSPECIFIED = 0;

VALIDATION: 7

model validation including model output evaluation and testing.

Generated

from enum value: ACTIVITY_TYPE_VALIDATION = 7;