public sealed class StudySpec.Types.ParameterSpec.Types.CategoricalValueSpec : IMessage<StudySpec.Types.ParameterSpec.Types.CategoricalValueSpec>, IEquatable<StudySpec.Types.ParameterSpec.Types.CategoricalValueSpec>, IDeepCloneable<StudySpec.Types.ParameterSpec.Types.CategoricalValueSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StudySpec.Types.ParameterSpec.Types.CategoricalValueSpec.
Value specification for a parameter in CATEGORICAL type.
Implements
IMessageStudySpecTypesParameterSpecTypesCategoricalValueSpec, IEquatableStudySpecTypesParameterSpecTypesCategoricalValueSpec, IDeepCloneableStudySpecTypesParameterSpecTypesCategoricalValueSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CategoricalValueSpec()
public CategoricalValueSpec()CategoricalValueSpec(CategoricalValueSpec)
public CategoricalValueSpec(StudySpec.Types.ParameterSpec.Types.CategoricalValueSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
StudySpecTypesParameterSpecTypesCategoricalValueSpec |
Properties
DefaultValue
public string DefaultValue { get; set; }A default value for a CATEGORICAL 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 |
string |
|
HasDefaultValue
public bool HasDefaultValue { get; }Gets whether the "default_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Values
public RepeatedField<string> Values { get; }Required. The list of possible categories.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|