ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec Class Reference
Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< System.Nullable< double > > Values [get, set]
 Must be specified if type is DISCRETE. A list of feasible points. The list should be in strictly increasing order. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ETag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec.ETag
getset

The ETag of the item.

◆ Values

virtual System.Collections.Generic.IList<System.Nullable<double> > Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec.Values
getset

Must be specified if type is DISCRETE. A list of feasible points. The list should be in strictly increasing order. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.


The documentation for this class was generated from the following file: