C# Class Amazon.MachineLearning.MLModelFilterVariable

Constants used for properties of type MLModelFilterVariable.
Inheritance: ConstantClass
ファイルを表示 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_oe static_oe property

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

CreatedAt public_oe static_oe property

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

IAMUser public_oe static_oe property

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

LastUpdatedAt public_oe static_oe property

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

MLModelType public_oe static_oe property

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

Name public_oe static_oe property

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

RealtimeEndpointStatus public_oe static_oe property

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

Status public_oe static_oe property

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

TrainingDataSourceId public_oe static_oe property

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

TrainingDataURI public_oe static_oe property

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