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

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

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

Свойство Тип Описание
Algorithm MLModelFilterVariable
CreatedAt MLModelFilterVariable
IAMUser MLModelFilterVariable
LastUpdatedAt MLModelFilterVariable
MLModelType MLModelFilterVariable
Name MLModelFilterVariable
RealtimeEndpointStatus MLModelFilterVariable
Status MLModelFilterVariable
TrainingDataSourceId MLModelFilterVariable
TrainingDataURI MLModelFilterVariable

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

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

Finds the constant for the unique value.

MLModelFilterVariable ( 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 ) : MLModelFilterVariable
value string The unique value for the constant
Результат MLModelFilterVariable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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