Skip to main content
Version: 1.0

aixplain.enums.asset_status

__author__

Copyright 2024 The aiXplain SDK authors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author: Duraikrishna Selvaraju, Thiago Castro Ferreira, Shreyas Sharma and Lucas Pavanelli Date: February 21st 2024 Description: Asset Enum

AssetStatus Objects

class AssetStatus(Text, Enum)

[view_source]

Enumeration of possible status values for an asset in the aiXplain system.

This enum defines all possible states that an asset can be in throughout its lifecycle, from creation to deletion. Each enum value corresponds to a specific state in the asset's lifecycle.

Attributes:

  • DRAFT str - Initial state for a newly created asset.
  • HIDDEN str - Asset is hidden from public view.
  • SCHEDULED str - Asset is scheduled for processing.
  • ONBOARDING str - Asset is in the process of being onboarded.
  • ONBOARDED str - Asset has been successfully onboarded.
  • PENDING str - Asset is waiting for processing.
  • FAILED str - Asset processing has failed.
  • TRAINING str - Asset is currently in training.
  • REJECTED str - Asset has been rejected.
  • ENABLING str - Asset is in the process of being enabled.
  • HIDDEN0 str - Asset is in the process of being deleted.
  • HIDDEN1 str - Asset has been disabled.
  • HIDDEN2 str - Asset has been deleted.
  • HIDDEN3 str - Asset is currently being processed.
  • HIDDEN4 str - Asset has completed processing.
  • HIDDEN5 str - Asset operation is being canceled.
  • HIDDEN6 str - Asset operation has been canceled.
  • HIDDEN7 str - Draft state that has been deprecated.