public sealed class 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 Cloud AI Platform v1 API class StudySpec.Types.ParameterSpec.Types.DoubleValueSpec.
Value specification for a parameter in DOUBLE type.
Implements
IMessage<StudySpec.Types.ParameterSpec.Types.DoubleValueSpec>, IEquatable<StudySpec.Types.ParameterSpec.Types.DoubleValueSpec>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.DoubleValueSpec>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
DoubleValueSpec()
public DoubleValueSpec()DoubleValueSpec(StudySpec.Types.ParameterSpec.Types.DoubleValueSpec)
public DoubleValueSpec(StudySpec.Types.ParameterSpec.Types.DoubleValueSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
StudySpec.Types.ParameterSpec.Types.DoubleValueSpec |
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 |
Boolean |
|
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 |
|