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)
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.HIDDEN
0 str - Asset is in the process of being deleted.HIDDEN
1 str - Asset has been disabled.HIDDEN
2 str - Asset has been deleted.HIDDEN
3 str - Asset is currently being processed.HIDDEN
4 str - Asset has completed processing.HIDDEN
5 str - Asset operation is being canceled.HIDDEN
6 str - Asset operation has been canceled.HIDDEN
7 str - Draft state that has been deprecated.