Show / Hide Table of Contents

Class GoogleCloudMlV1StudyConfigParameterSpec

Represents a single parameter to optimize.

Inheritance
object
GoogleCloudMlV1StudyConfigParameterSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1StudyConfigParameterSpec : IDirectResponseSchema

Properties

CategoricalValueSpec

The value spec for a 'CATEGORICAL' parameter.

Declaration
[JsonProperty("categoricalValueSpec")]
public virtual GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec CategoricalValueSpec { get; set; }
Property Value
Type Description
GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec

ChildParameterSpecs

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.

Declaration
[JsonProperty("childParameterSpecs")]
public virtual IList<GoogleCloudMlV1StudyConfigParameterSpec> ChildParameterSpecs { get; set; }
Property Value
Type Description
IList<GoogleCloudMlV1StudyConfigParameterSpec>

DiscreteValueSpec

The value spec for a 'DISCRETE' parameter.

Declaration
[JsonProperty("discreteValueSpec")]
public virtual GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec DiscreteValueSpec { get; set; }
Property Value
Type Description
GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec

DoubleValueSpec

The value spec for a 'DOUBLE' parameter.

Declaration
[JsonProperty("doubleValueSpec")]
public virtual GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec DoubleValueSpec { get; set; }
Property Value
Type Description
GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IntegerValueSpec

The value spec for an 'INTEGER' parameter.

Declaration
[JsonProperty("integerValueSpec")]
public virtual GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec IntegerValueSpec { get; set; }
Property Value
Type Description
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec

Parameter

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

Declaration
[JsonProperty("parameter")]
public virtual string Parameter { get; set; }
Property Value
Type Description
string

ParentCategoricalValues

Declaration
[JsonProperty("parentCategoricalValues")]
public virtual GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec ParentCategoricalValues { get; set; }
Property Value
Type Description
GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec

ParentDiscreteValues

Declaration
[JsonProperty("parentDiscreteValues")]
public virtual GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec ParentDiscreteValues { get; set; }
Property Value
Type Description
GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec

ParentIntValues

Declaration
[JsonProperty("parentIntValues")]
public virtual GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec ParentIntValues { get; set; }
Property Value
Type Description
GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec

ScaleType

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

Declaration
[JsonProperty("scaleType")]
public virtual string ScaleType { get; set; }
Property Value
Type Description
string

Type

Required. The type of the parameter.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX