ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec Class Reference

Represents the spec to match discrete values from parent parameter. More...

Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< System.Nullable< double > > Values [get, set]
 Matches values of the parent parameter with type 'DISCRETE'. All values must exist in discrete_value_spec of parent parameter. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Represents the spec to match discrete values from parent parameter.

Property Documentation

◆ ETag

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

The ETag of the item.

◆ Values

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

Matches values of the parent parameter with type 'DISCRETE'. All values must exist in discrete_value_spec of parent parameter.


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