Class StudySpec.Types.ParameterSpec.Types.IntegerValueSpec (1.6.0)

public sealed class IntegerValueSpec : IMessage<StudySpec.Types.ParameterSpec.Types.IntegerValueSpec>, IEquatable<StudySpec.Types.ParameterSpec.Types.IntegerValueSpec>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.IntegerValueSpec>, IBufferMessage, IMessage

Value specification for a parameter in INTEGER type.

Inheritance

Object > StudySpec.Types.ParameterSpec.Types.IntegerValueSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IntegerValueSpec()

public IntegerValueSpec()

IntegerValueSpec(StudySpec.Types.ParameterSpec.Types.IntegerValueSpec)

public IntegerValueSpec(StudySpec.Types.ParameterSpec.Types.IntegerValueSpec other)
Parameter
NameDescription
otherStudySpec.Types.ParameterSpec.Types.IntegerValueSpec

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 HyperparamterTuningJob or TrainingPipeline.

Property Value
TypeDescription
Int64

HasDefaultValue

public bool HasDefaultValue { get; }

Gets whether the "default_value" field is set

Property Value
TypeDescription
Boolean

MaxValue

public long MaxValue { get; set; }

Required. Inclusive maximum value of the parameter.

Property Value
TypeDescription
Int64

MinValue

public long MinValue { get; set; }

Required. Inclusive minimum value of the parameter.

Property Value
TypeDescription
Int64