C# Class Amazon.MachineLearning.MLModelFilterVariable

Constants used for properties of type MLModelFilterVariable.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Algorithm MLModelFilterVariable
CreatedAt MLModelFilterVariable
IAMUser MLModelFilterVariable
LastUpdatedAt MLModelFilterVariable
MLModelType MLModelFilterVariable
Name MLModelFilterVariable
RealtimeEndpointStatus MLModelFilterVariable
Status MLModelFilterVariable
TrainingDataSourceId MLModelFilterVariable
TrainingDataURI MLModelFilterVariable

Public Methods

Method Description
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.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : MLModelFilterVariable
value string The unique value for the constant
return MLModelFilterVariable

MLModelFilterVariable() public method

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
return System

Property Details

Algorithm public static property

Constant Algorithm for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning Algorithm
return MLModelFilterVariable

CreatedAt public static property

Constant CreatedAt for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning CreatedAt
return MLModelFilterVariable

IAMUser public static property

Constant IAMUser for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning IAMUser
return MLModelFilterVariable

LastUpdatedAt public static property

Constant LastUpdatedAt for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning LastUpdatedAt
return MLModelFilterVariable

MLModelType public static property

Constant MLModelType for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning MLModelType
return MLModelFilterVariable

Name public static property

Constant Name for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning Name
return MLModelFilterVariable

RealtimeEndpointStatus public static property

Constant RealtimeEndpointStatus for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning RealtimeEndpointStatus
return MLModelFilterVariable

Status public static property

Constant Status for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning Status
return MLModelFilterVariable

TrainingDataSourceId public static property

Constant TrainingDataSourceId for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning TrainingDataSourceId
return MLModelFilterVariable

TrainingDataURI public static property

Constant TrainingDataURI for MLModelFilterVariable
public static MLModelFilterVariable,Amazon.MachineLearning TrainingDataURI
return MLModelFilterVariable