Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AiProcessModelStatus

This is an enumeration type constant that refers to the status of AI Process Model, and is defined as follows.

api-version

2

user

Index

Enumeration Members

AVAILABLE: 1

The model has completed training.

api-version

2

user
CANCELED_TO_TRAINING: 3

The model training cancelled.

api-version

2

user
FAILED_TO_TRAINING: 2

The model training failed.

api-version

2

user
INSTALLED_IN_INFERENCE_ENGINE: 65536

The model has been installed in inference engine.

api-version

2

user
LOADED_IN_INFERENCE_ENGINE: 65537

The model has been loaded in inference engine. It can be used to inference.

api-version

2

user
TRAINING: 0

The model is training on the server now.

api-version

2

user

Generated using TypeDoc