|
| virtual GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec | CategoricalValueSpec [get, set] |
| | The value spec for a 'CATEGORICAL' parameter. More...
|
| |
| virtual System.Collections.Generic.IList< GoogleCloudMlV1StudyConfigParameterSpec > | ChildParameterSpecs [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...
|
| |
|
string | ETag |
| |
Represents a single parameter to optimize.