C# Class Amazon.MachineLearning.TaggableResourceType

Constants used for properties of type TaggableResourceType.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
BatchPrediction TaggableResourceType
DataSource TaggableResourceType
Evaluation TaggableResourceType
MLModel TaggableResourceType

Public Methods

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

Method Details

FindValue() public static method

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

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

Property Details

BatchPrediction public_oe static_oe property

Constant BatchPrediction for TaggableResourceType
public static TaggableResourceType,Amazon.MachineLearning BatchPrediction
return TaggableResourceType

DataSource public_oe static_oe property

Constant DataSource for TaggableResourceType
public static TaggableResourceType,Amazon.MachineLearning DataSource
return TaggableResourceType

Evaluation public_oe static_oe property

Constant Evaluation for TaggableResourceType
public static TaggableResourceType,Amazon.MachineLearning Evaluation
return TaggableResourceType

MLModel public_oe static_oe property

Constant MLModel for TaggableResourceType
public static TaggableResourceType,Amazon.MachineLearning MLModel
return TaggableResourceType