/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the machinelearning-2014-12-12.normal.json service model. */ using System; using Amazon.Runtime; namespace Amazon.MachineLearning { /// /// Constants used for properties of type Algorithm. /// public class Algorithm : ConstantClass { /// /// Constant Sgd for Algorithm /// public static readonly Algorithm Sgd = new Algorithm("sgd"); /// /// 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 Algorithm(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static Algorithm FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator Algorithm(string value) { return FindValue(value); } } /// /// Constants used for properties of type BatchPredictionFilterVariable. /// public class BatchPredictionFilterVariable : ConstantClass { /// /// Constant CreatedAt for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable CreatedAt = new BatchPredictionFilterVariable("CreatedAt"); /// /// Constant DataSourceId for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable DataSourceId = new BatchPredictionFilterVariable("DataSourceId"); /// /// Constant DataURI for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable DataURI = new BatchPredictionFilterVariable("DataURI"); /// /// Constant IAMUser for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable IAMUser = new BatchPredictionFilterVariable("IAMUser"); /// /// Constant LastUpdatedAt for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable LastUpdatedAt = new BatchPredictionFilterVariable("LastUpdatedAt"); /// /// Constant MLModelId for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable MLModelId = new BatchPredictionFilterVariable("MLModelId"); /// /// Constant Name for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable Name = new BatchPredictionFilterVariable("Name"); /// /// Constant Status for BatchPredictionFilterVariable /// public static readonly BatchPredictionFilterVariable Status = new BatchPredictionFilterVariable("Status"); /// /// 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 BatchPredictionFilterVariable(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static BatchPredictionFilterVariable FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator BatchPredictionFilterVariable(string value) { return FindValue(value); } } /// /// Constants used for properties of type DataSourceFilterVariable. /// public class DataSourceFilterVariable : ConstantClass { /// /// Constant CreatedAt for DataSourceFilterVariable /// public static readonly DataSourceFilterVariable CreatedAt = new DataSourceFilterVariable("CreatedAt"); /// /// Constant DataLocationS3 for DataSourceFilterVariable /// public static readonly DataSourceFilterVariable DataLocationS3 = new DataSourceFilterVariable("DataLocationS3"); /// /// Constant IAMUser for DataSourceFilterVariable /// public static readonly DataSourceFilterVariable IAMUser = new DataSourceFilterVariable("IAMUser"); /// /// Constant LastUpdatedAt for DataSourceFilterVariable /// public static readonly DataSourceFilterVariable LastUpdatedAt = new DataSourceFilterVariable("LastUpdatedAt"); /// /// Constant Name for DataSourceFilterVariable /// public static readonly DataSourceFilterVariable Name = new DataSourceFilterVariable("Name"); /// /// Constant Status for DataSourceFilterVariable /// public static readonly DataSourceFilterVariable Status = new DataSourceFilterVariable("Status"); /// /// 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 DataSourceFilterVariable(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static DataSourceFilterVariable FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator DataSourceFilterVariable(string value) { return FindValue(value); } } /// /// Constants used for properties of type DetailsAttributes. /// public class DetailsAttributes : ConstantClass { /// /// Constant Algorithm for DetailsAttributes /// public static readonly DetailsAttributes Algorithm = new DetailsAttributes("Algorithm"); /// /// Constant PredictiveModelType for DetailsAttributes /// public static readonly DetailsAttributes PredictiveModelType = new DetailsAttributes("PredictiveModelType"); /// /// 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 DetailsAttributes(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static DetailsAttributes FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator DetailsAttributes(string value) { return FindValue(value); } } /// /// Constants used for properties of type EntityStatus. /// public class EntityStatus : ConstantClass { /// /// Constant COMPLETED for EntityStatus /// public static readonly EntityStatus COMPLETED = new EntityStatus("COMPLETED"); /// /// Constant DELETED for EntityStatus /// public static readonly EntityStatus DELETED = new EntityStatus("DELETED"); /// /// Constant FAILED for EntityStatus /// public static readonly EntityStatus FAILED = new EntityStatus("FAILED"); /// /// Constant INPROGRESS for EntityStatus /// public static readonly EntityStatus INPROGRESS = new EntityStatus("INPROGRESS"); /// /// Constant PENDING for EntityStatus /// public static readonly EntityStatus PENDING = new EntityStatus("PENDING"); /// /// 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 EntityStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static EntityStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator EntityStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type EvaluationFilterVariable. /// public class EvaluationFilterVariable : ConstantClass { /// /// Constant CreatedAt for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable CreatedAt = new EvaluationFilterVariable("CreatedAt"); /// /// Constant DataSourceId for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable DataSourceId = new EvaluationFilterVariable("DataSourceId"); /// /// Constant DataURI for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable DataURI = new EvaluationFilterVariable("DataURI"); /// /// Constant IAMUser for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable IAMUser = new EvaluationFilterVariable("IAMUser"); /// /// Constant LastUpdatedAt for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable LastUpdatedAt = new EvaluationFilterVariable("LastUpdatedAt"); /// /// Constant MLModelId for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable MLModelId = new EvaluationFilterVariable("MLModelId"); /// /// Constant Name for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable Name = new EvaluationFilterVariable("Name"); /// /// Constant Status for EvaluationFilterVariable /// public static readonly EvaluationFilterVariable Status = new EvaluationFilterVariable("Status"); /// /// 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) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static EvaluationFilterVariable FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator EvaluationFilterVariable(string value) { return FindValue(value); } } /// /// Constants used for properties of type MLModelFilterVariable. /// public class MLModelFilterVariable : ConstantClass { /// /// Constant Algorithm for MLModelFilterVariable /// public static readonly MLModelFilterVariable Algorithm = new MLModelFilterVariable("Algorithm"); /// /// Constant CreatedAt for MLModelFilterVariable /// public static readonly MLModelFilterVariable CreatedAt = new MLModelFilterVariable("CreatedAt"); /// /// Constant IAMUser for MLModelFilterVariable /// public static readonly MLModelFilterVariable IAMUser = new MLModelFilterVariable("IAMUser"); /// /// Constant LastUpdatedAt for MLModelFilterVariable /// public static readonly MLModelFilterVariable LastUpdatedAt = new MLModelFilterVariable("LastUpdatedAt"); /// /// Constant MLModelType for MLModelFilterVariable /// public static readonly MLModelFilterVariable MLModelType = new MLModelFilterVariable("MLModelType"); /// /// Constant Name for MLModelFilterVariable /// public static readonly MLModelFilterVariable Name = new MLModelFilterVariable("Name"); /// /// Constant RealtimeEndpointStatus for MLModelFilterVariable /// public static readonly MLModelFilterVariable RealtimeEndpointStatus = new MLModelFilterVariable("RealtimeEndpointStatus"); /// /// Constant Status for MLModelFilterVariable /// public static readonly MLModelFilterVariable Status = new MLModelFilterVariable("Status"); /// /// Constant TrainingDataSourceId for MLModelFilterVariable /// public static readonly MLModelFilterVariable TrainingDataSourceId = new MLModelFilterVariable("TrainingDataSourceId"); /// /// Constant TrainingDataURI for MLModelFilterVariable /// public static readonly MLModelFilterVariable TrainingDataURI = new MLModelFilterVariable("TrainingDataURI"); /// /// 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) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static MLModelFilterVariable FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator MLModelFilterVariable(string value) { return FindValue(value); } } /// /// Constants used for properties of type MLModelType. /// public class MLModelType : ConstantClass { /// /// Constant BINARY for MLModelType /// public static readonly MLModelType BINARY = new MLModelType("BINARY"); /// /// Constant MULTICLASS for MLModelType /// public static readonly MLModelType MULTICLASS = new MLModelType("MULTICLASS"); /// /// Constant REGRESSION for MLModelType /// public static readonly MLModelType REGRESSION = new MLModelType("REGRESSION"); /// /// 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 MLModelType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static MLModelType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator MLModelType(string value) { return FindValue(value); } } /// /// Constants used for properties of type RealtimeEndpointStatus. /// public class RealtimeEndpointStatus : ConstantClass { /// /// Constant FAILED for RealtimeEndpointStatus /// public static readonly RealtimeEndpointStatus FAILED = new RealtimeEndpointStatus("FAILED"); /// /// Constant NONE for RealtimeEndpointStatus /// public static readonly RealtimeEndpointStatus NONE = new RealtimeEndpointStatus("NONE"); /// /// Constant READY for RealtimeEndpointStatus /// public static readonly RealtimeEndpointStatus READY = new RealtimeEndpointStatus("READY"); /// /// Constant UPDATING for RealtimeEndpointStatus /// public static readonly RealtimeEndpointStatus UPDATING = new RealtimeEndpointStatus("UPDATING"); /// /// 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 RealtimeEndpointStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static RealtimeEndpointStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator RealtimeEndpointStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type SortOrder. /// public class SortOrder : ConstantClass { /// /// Constant Asc for SortOrder /// public static readonly SortOrder Asc = new SortOrder("asc"); /// /// Constant Dsc for SortOrder /// public static readonly SortOrder Dsc = new SortOrder("dsc"); /// /// 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 SortOrder(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SortOrder FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SortOrder(string value) { return FindValue(value); } } /// /// Constants used for properties of type TaggableResourceType. /// public class TaggableResourceType : ConstantClass { /// /// Constant BatchPrediction for TaggableResourceType /// public static readonly TaggableResourceType BatchPrediction = new TaggableResourceType("BatchPrediction"); /// /// Constant DataSource for TaggableResourceType /// public static readonly TaggableResourceType DataSource = new TaggableResourceType("DataSource"); /// /// Constant Evaluation for TaggableResourceType /// public static readonly TaggableResourceType Evaluation = new TaggableResourceType("Evaluation"); /// /// Constant MLModel for TaggableResourceType /// public static readonly TaggableResourceType MLModel = new TaggableResourceType("MLModel"); /// /// 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) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static TaggableResourceType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator TaggableResourceType(string value) { return FindValue(value); } } }