public sealed class StudySpec.Types.ParameterSpec.Types.IntegerValueSpec : IMessage<StudySpec.Types.ParameterSpec.Types.IntegerValueSpec>, IEquatable<StudySpec.Types.ParameterSpec.Types.IntegerValueSpec>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.IntegerValueSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StudySpec.Types.ParameterSpec.Types.IntegerValueSpec.
Value specification for a parameter in INTEGER type.
Implements
IMessageStudySpecTypesParameterSpecTypesIntegerValueSpec, IEquatableStudySpecTypesParameterSpecTypesIntegerValueSpec, IDeepCloneableStudySpecTypesParameterSpecTypesIntegerValueSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
IntegerValueSpec()
public IntegerValueSpec()IntegerValueSpec(IntegerValueSpec)
public IntegerValueSpec(StudySpec.Types.ParameterSpec.Types.IntegerValueSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
StudySpecTypesParameterSpecTypesIntegerValueSpec |
Properties
DefaultValue
public long DefaultValue { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
long |
|
HasDefaultValue
public bool HasDefaultValue { get; }Gets whether the "default_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
MaxValue
public long MaxValue { get; set; }Required. Inclusive maximum value of the parameter.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MinValue
public long MinValue { get; set; }Required. Inclusive minimum value of the parameter.
| Property Value | |
|---|---|
| Type | Description |
long |
|