C# Класс Amazon.MachineLearning.EntityStatus

Constants used for properties of type EntityStatus.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
COMPLETED EntityStatus
DELETED EntityStatus
FAILED EntityStatus
INPROGRESS EntityStatus
PENDING EntityStatus

Открытые методы

Метод Описание
EntityStatus ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : EntityStatus

Finds the constant for the unique value.

Описание методов

EntityStatus() публичный метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public EntityStatus ( string value ) : System
value string
Результат System

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : EntityStatus
value string The unique value for the constant
Результат EntityStatus

Описание свойств

COMPLETED публичное статическое свойство

Constant COMPLETED for EntityStatus
public static EntityStatus,Amazon.MachineLearning COMPLETED
Результат EntityStatus

DELETED публичное статическое свойство

Constant DELETED for EntityStatus
public static EntityStatus,Amazon.MachineLearning DELETED
Результат EntityStatus

FAILED публичное статическое свойство

Constant FAILED for EntityStatus
public static EntityStatus,Amazon.MachineLearning FAILED
Результат EntityStatus

INPROGRESS публичное статическое свойство

Constant INPROGRESS for EntityStatus
public static EntityStatus,Amazon.MachineLearning INPROGRESS
Результат EntityStatus

PENDING публичное статическое свойство

Constant PENDING for EntityStatus
public static EntityStatus,Amazon.MachineLearning PENDING
Результат EntityStatus