nemo_microservices.types.customization.customization_target_filter_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.customization.customization_target_filter_param.CustomizationTargetFilterParam#

Bases: typing_extensions.TypedDict

base_model: str#

None

Filter by name of the base model.

enabled: bool#

None

Filter by enabled state of models

name: str#

None

Filter by the name of the customization target

namespace: str#

None

The namespace of the customization target

status: 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.