public static interface StudySpec.ParameterSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StudySpec.ParameterSpec.CategoricalValueSpec |
getCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.
|
StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder |
getCategoricalValueSpecOrBuilder()
The value spec for a 'CATEGORICAL' parameter.
|
StudySpec.ParameterSpec.ConditionalParameterSpec |
getConditionalParameterSpecs(int index)
A conditional parameter node is active if the parameter's value matches
the conditional node's parent_value_condition.
|
int |
getConditionalParameterSpecsCount()
A conditional parameter node is active if the parameter's value matches
the conditional node's parent_value_condition.
|
List<StudySpec.ParameterSpec.ConditionalParameterSpec> |
getConditionalParameterSpecsList()
A conditional parameter node is active if the parameter's value matches
the conditional node's parent_value_condition.
|
StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder |
getConditionalParameterSpecsOrBuilder(int index)
A conditional parameter node is active if the parameter's value matches
the conditional node's parent_value_condition.
|
List<? extends StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder> |
getConditionalParameterSpecsOrBuilderList()
A conditional parameter node is active if the parameter's value matches
the conditional node's parent_value_condition.
|
StudySpec.ParameterSpec.DiscreteValueSpec |
getDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.
|
StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder |
getDiscreteValueSpecOrBuilder()
The value spec for a 'DISCRETE' parameter.
|
StudySpec.ParameterSpec.DoubleValueSpec |
getDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.
|
StudySpec.ParameterSpec.DoubleValueSpecOrBuilder |
getDoubleValueSpecOrBuilder()
The value spec for a 'DOUBLE' parameter.
|
StudySpec.ParameterSpec.IntegerValueSpec |
getIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
|
StudySpec.ParameterSpec.IntegerValueSpecOrBuilder |
getIntegerValueSpecOrBuilder()
The value spec for an 'INTEGER' parameter.
|
String |
getParameterId()
Required.
|
com.google.protobuf.ByteString |
getParameterIdBytes()
Required.
|
StudySpec.ParameterSpec.ParameterValueSpecCase |
getParameterValueSpecCase() |
StudySpec.ParameterSpec.ScaleType |
getScaleType()
How the parameter should be scaled.
|
int |
getScaleTypeValue()
How the parameter should be scaled.
|
boolean |
hasCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.
|
boolean |
hasDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.
|
boolean |
hasDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.
|
boolean |
hasIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
StudySpec.ParameterSpec.DoubleValueSpec getDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
StudySpec.ParameterSpec.DoubleValueSpecOrBuilder getDoubleValueSpecOrBuilder()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
boolean hasIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
StudySpec.ParameterSpec.IntegerValueSpec getIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
StudySpec.ParameterSpec.IntegerValueSpecOrBuilder getIntegerValueSpecOrBuilder()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
boolean hasCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
StudySpec.ParameterSpec.CategoricalValueSpec getCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder getCategoricalValueSpecOrBuilder()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
boolean hasDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
StudySpec.ParameterSpec.DiscreteValueSpec getDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder getDiscreteValueSpecOrBuilder()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
String getParameterId()
Required. The ID of the parameter. Must not contain whitespaces and must be unique amongst all ParameterSpecs.
string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParameterIdBytes()
Required. The ID of the parameter. Must not contain whitespaces and must be unique amongst all ParameterSpecs.
string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];int getScaleTypeValue()
How the parameter should be scaled. Leave unset for `CATEGORICAL` parameters.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
StudySpec.ParameterSpec.ScaleType getScaleType()
How the parameter should be scaled. Leave unset for `CATEGORICAL` parameters.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
List<StudySpec.ParameterSpec.ConditionalParameterSpec> getConditionalParameterSpecsList()
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
StudySpec.ParameterSpec.ConditionalParameterSpec getConditionalParameterSpecs(int index)
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
int getConditionalParameterSpecsCount()
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
List<? extends StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder> getConditionalParameterSpecsOrBuilderList()
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder getConditionalParameterSpecsOrBuilder(int index)
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
StudySpec.ParameterSpec.ParameterValueSpecCase getParameterValueSpecCase()
Copyright © 2025 Google LLC. All rights reserved.