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, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StudySpec.Types.ParameterSpec.Types.DoubleValueSpec.
Value specification for a parameter in DOUBLE type.
Implements
IMessageStudySpecTypesParameterSpecTypesDoubleValueSpec, IEquatableStudySpecTypesParameterSpecTypesDoubleValueSpec, IDeepCloneableStudySpecTypesParameterSpecTypesDoubleValueSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DoubleValueSpec()
public DoubleValueSpec()DoubleValueSpec(DoubleValueSpec)
public DoubleValueSpec(StudySpec.Types.ParameterSpec.Types.DoubleValueSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
StudySpecTypesParameterSpecTypesDoubleValueSpec |
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 | |
|---|---|
| Type | Description |
double |
|
HasDefaultValue
public bool HasDefaultValue { get; }Gets whether the "default_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
MaxValue
public double MaxValue { get; set; }Required. Inclusive maximum value of the parameter.
| Property Value | |
|---|---|
| Type | Description |
double |
|
MinValue
public double MinValue { get; set; }Required. Inclusive minimum value of the parameter.
| Property Value | |
|---|---|
| Type | Description |
double |
|