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

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

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

Свойство Тип Описание
BatchPrediction TaggableResourceType
DataSource TaggableResourceType
Evaluation TaggableResourceType
MLModel TaggableResourceType

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

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

Finds the constant for the unique value.

TaggableResourceType ( 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() публичный статический метод

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

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

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 TaggableResourceType ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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

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

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