Cloud AI Platform v1 API - Class StudySpec.Types.ParameterSpec.Types.IntegerValueSpec (2.27.0)

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, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class StudySpec.Types.ParameterSpec.Types.IntegerValueSpec.

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(IntegerValueSpec)

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

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
TypeDescription
long

HasDefaultValue

public bool HasDefaultValue { get; }

Gets whether the "default_value" field is set

Property Value
TypeDescription
bool

MaxValue

public long MaxValue { get; set; }

Required. Inclusive maximum value of the parameter.

Property Value
TypeDescription
long

MinValue

public long MinValue { get; set; }

Required. Inclusive minimum value of the parameter.

Property Value
TypeDescription
long