C# Class Amazon.MachineLearning.EvaluationFilterVariable

Constants used for properties of type EvaluationFilterVariable.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CreatedAt EvaluationFilterVariable
DataSourceId EvaluationFilterVariable
DataURI EvaluationFilterVariable
IAMUser EvaluationFilterVariable
LastUpdatedAt EvaluationFilterVariable
MLModelId EvaluationFilterVariable
Name EvaluationFilterVariable
Status EvaluationFilterVariable

Public Methods

Method Description
EvaluationFilterVariable ( 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 ) : EvaluationFilterVariable

Finds the constant for the unique value.

Method Details

EvaluationFilterVariable() 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 EvaluationFilterVariable ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

CreatedAt public_oe static_oe property

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

DataSourceId public_oe static_oe property

Constant DataSourceId for EvaluationFilterVariable
public static EvaluationFilterVariable,Amazon.MachineLearning DataSourceId
return EvaluationFilterVariable

DataURI public_oe static_oe property

Constant DataURI for EvaluationFilterVariable
public static EvaluationFilterVariable,Amazon.MachineLearning DataURI
return EvaluationFilterVariable

IAMUser public_oe static_oe property

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

LastUpdatedAt public_oe static_oe property

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

MLModelId public_oe static_oe property

Constant MLModelId for EvaluationFilterVariable
public static EvaluationFilterVariable,Amazon.MachineLearning MLModelId
return EvaluationFilterVariable

Name public_oe static_oe property

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

Status public_oe static_oe property

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