Class GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec
Value specification for a parameter in INTEGER
type.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec : IDirectResponseSchema
Properties
DefaultValue
A default value for an INTEGER
parameter that is assumed to be a relatively good starting point. Unset
value signals that there is no offered starting point. Currently only supported by the Vertex AI Vizier
service. Not supported by HyperparameterTuningJob or TrainingPipeline.
Declaration
[JsonProperty("defaultValue")]
public virtual long? DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxValue
Required. Inclusive maximum value of the parameter.
Declaration
[JsonProperty("maxValue")]
public virtual long? MaxValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
MinValue
Required. Inclusive minimum value of the parameter.
Declaration
[JsonProperty("minValue")]
public virtual long? MinValue { get; set; }
Property Value
Type | Description |
---|---|
long? |