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

Represents a single parameter to optimize. More...

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

Properties

virtual GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec CategoricalValueSpec [get, set]
 The value spec for a 'CATEGORICAL' parameter. More...
 
virtual System.Collections.Generic.IList< GoogleCloudMlV1StudyConfigParameterSpecChildParameterSpecs [get, set]
 A child node is active if the parameter's value matches the child node's matching_parent_values. More...
 
virtual GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec DiscreteValueSpec [get, set]
 The value spec for a 'DISCRETE' parameter. More...
 
virtual GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec DoubleValueSpec [get, set]
 The value spec for a 'DOUBLE' parameter. More...
 
virtual GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec IntegerValueSpec [get, set]
 The value spec for an 'INTEGER' parameter. More...
 
virtual string Parameter [get, set]
 Required. The parameter name must be unique amongst all ParameterSpecs. More...
 
virtual GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec ParentCategoricalValues [get, set]
 
virtual GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec ParentDiscreteValues [get, set]
 
virtual GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec ParentIntValues [get, set]
 
virtual string ScaleType [get, set]
 How the parameter should be scaled. Leave unset for categorical parameters. More...
 
virtual string Type [get, set]
 Required. The type of the 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 a single parameter to optimize.

Property Documentation

◆ CategoricalValueSpec

virtual GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.CategoricalValueSpec
getset

The value spec for a 'CATEGORICAL' parameter.

◆ ChildParameterSpecs

virtual System.Collections.Generic.IList<GoogleCloudMlV1StudyConfigParameterSpec> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.ChildParameterSpecs
getset

A child node is active if the parameter's value matches the child node's matching_parent_values.

If two items in child_parameter_specs have the same name, they must have disjoint matching_parent_values.

◆ DiscreteValueSpec

virtual GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.DiscreteValueSpec
getset

The value spec for a 'DISCRETE' parameter.

◆ DoubleValueSpec

virtual GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.DoubleValueSpec
getset

The value spec for a 'DOUBLE' parameter.

◆ ETag

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

The ETag of the item.

◆ IntegerValueSpec

virtual GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.IntegerValueSpec
getset

The value spec for an 'INTEGER' parameter.

◆ Parameter

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.Parameter
getset

Required. The parameter name must be unique amongst all ParameterSpecs.

◆ ScaleType

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.ScaleType
getset

How the parameter should be scaled. Leave unset for categorical parameters.

◆ Type

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1StudyConfigParameterSpec.Type
getset

Required. The type of the parameter.


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