Class GoogleCloudAiplatformV1StudySpecParameterSpec
Represents a single parameter to optimize.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1StudySpecParameterSpec : IDirectResponseSchema
Properties
CategoricalValueSpec
The value spec for a 'CATEGORICAL' parameter.
Declaration
[JsonProperty("categoricalValueSpec")]
public virtual GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec CategoricalValueSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec |
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<GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec> ConditionalParameterSpecs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec> |
DiscreteValueSpec
The value spec for a 'DISCRETE' parameter.
Declaration
[JsonProperty("discreteValueSpec")]
public virtual GoogleCloudAiplatformV1StudySpecParameterSpecDiscreteValueSpec DiscreteValueSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpecDiscreteValueSpec |
DoubleValueSpec
The value spec for a 'DOUBLE' parameter.
Declaration
[JsonProperty("doubleValueSpec")]
public virtual GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec DoubleValueSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec |
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 GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec IntegerValueSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec |
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 |