Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1StudySpecParameterSpec

Represents a single parameter to optimize.

Inheritance
object
GoogleCloudAiplatformV1beta1StudySpecParameterSpec
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.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1StudySpecParameterSpec : IDirectResponseSchema

Properties

CategoricalValueSpec

The value spec for a 'CATEGORICAL' parameter.

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

ConditionalParameterSpecs

A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.

Declaration
[JsonProperty("conditionalParameterSpecs")]
public virtual IList<GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec> ConditionalParameterSpecs { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec>

DiscreteValueSpec

The value spec for a 'DISCRETE' parameter.

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

DoubleValueSpec

The value spec for a 'DOUBLE' parameter.

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

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 GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec IntegerValueSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec

ParameterId

Required. The ID of the parameter. Must not contain whitespaces and must be unique amongst all ParameterSpecs.

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX