nemo_microservices.types.customization.customization_target_filter#

Module Contents#

Classes#

API#

class nemo_microservices.types.customization.customization_target_filter.CustomizationTargetFilter(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

base_model: Optional[str]#

None

Filter by name of the base model.

enabled: Optional[bool]#

None

Filter by enabled state of models

name: Optional[str]#

None

Filter by the name of the customization target

namespace: Optional[str]#

None

The namespace of the customization target

status: Optional[nemo_microservices.types.target_status.TargetStatus]#

None

Normalized statuses for targets.

  • CREATED: The target is created, but not yet scheduled.

  • PENDING: The target is waiting for resource allocation.

  • DOWNLOADING: The target is downloading.

  • FAILED: The target failed to execute and terminated.

  • READY: The target is ready to be used.

  • CANCELLED: The target download was cancelled.

  • UNKNOWN: The target status is unknown.

  • DELETED: The target is deleted.

  • DELETING: The target is currently being deleted.

  • DELETE_FAILED: Failed to delete the target.