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

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

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

Value specification for a parameter in DOUBLE type.

Inheritance

object > StudySpec.Types.ParameterSpec.Types.DoubleValueSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DoubleValueSpec()

public DoubleValueSpec()

DoubleValueSpec(DoubleValueSpec)

public DoubleValueSpec(StudySpec.Types.ParameterSpec.Types.DoubleValueSpec other)
Parameter
NameDescription
otherStudySpecTypesParameterSpecTypesDoubleValueSpec

Properties

DefaultValue

public double DefaultValue { get; set; }

A default value for a DOUBLE 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
double

HasDefaultValue

public bool HasDefaultValue { get; }

Gets whether the "default_value" field is set

Property Value
TypeDescription
bool

MaxValue

public double MaxValue { get; set; }

Required. Inclusive maximum value of the parameter.

Property Value
TypeDescription
double

MinValue

public double MinValue { get; set; }

Required. Inclusive minimum value of the parameter.

Property Value
TypeDescription
double