Class StudySpec.ParameterSpec.CategoricalValueSpec (3.13.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 3.13.0keyboard_arrow_down
public static final class StudySpec . ParameterSpec . CategoricalValueSpec extends GeneratedMessageV3 implements StudySpec . ParameterSpec . CategoricalValueSpecOrBuilder
Value specification for a parameter in CATEGORICAL
type.
Protobuf type
google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.CategoricalValueSpec
Static Fields
public static final int DEFAULT_VALUE_FIELD_NUMBER
Field Value
public static final int VALUES_FIELD_NUMBER
Field Value
Static Methods
public static StudySpec . ParameterSpec . CategoricalValueSpec getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static StudySpec . ParameterSpec . CategoricalValueSpec . Builder newBuilder ()
Returns
public static StudySpec . ParameterSpec . CategoricalValueSpec . Builder newBuilder ( StudySpec . ParameterSpec . CategoricalValueSpec prototype )
Parameter
Returns
public static StudySpec . ParameterSpec . CategoricalValueSpec parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static StudySpec . ParameterSpec . CategoricalValueSpec parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<StudySpec . ParameterSpec . CategoricalValueSpec > parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public StudySpec . ParameterSpec . CategoricalValueSpec getDefaultInstanceForType ()
Returns
public String getDefaultValue ()
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.
optional string default_value = 3;
Returns
Type
Description
String
The defaultValue.
public ByteString getDefaultValueBytes ()
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.
optional string default_value = 3;
Returns
Type
Description
ByteString
The bytes for defaultValue.
public Parser<StudySpec . ParameterSpec . CategoricalValueSpec > getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
public String getValues ( int index )
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The values at the given index.
public ByteString getValuesBytes ( int index )
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the values at the given index.
public int getValuesCount ()
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The count of values.
public ProtocolStringList getValuesList ()
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public boolean hasDefaultValue ()
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.
optional string default_value = 3;
Returns
Type
Description
boolean
Whether the defaultValue field is set.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public StudySpec . ParameterSpec . CategoricalValueSpec . Builder newBuilderForType ()
Returns
protected StudySpec . ParameterSpec . CategoricalValueSpec . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public StudySpec . ParameterSpec . CategoricalValueSpec . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,[]]