Package com.google.cloud.aiplatform.v1
Interface StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StudySpec.ParameterSpec.ConditionalParameterSpec,StudySpec.ParameterSpec.ConditionalParameterSpec.Builder
- Enclosing class:
- StudySpec.ParameterSpec
public static interface StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.The spec for matching values from a parent parameter of `CATEGORICAL` type.The spec for matching values from a parent parameter of `CATEGORICAL` type.The spec for matching values from a parent parameter of `DISCRETE` type.The spec for matching values from a parent parameter of `DISCRETE` type.The spec for matching values from a parent parameter of `INTEGER` type.The spec for matching values from a parent parameter of `INTEGER` type.booleanRequired.booleanThe spec for matching values from a parent parameter of `CATEGORICAL` type.booleanThe spec for matching values from a parent parameter of `DISCRETE` type.booleanThe spec for matching values from a parent parameter of `INTEGER` type.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasParentDiscreteValues
boolean hasParentDiscreteValues()The spec for matching values from a parent parameter of `DISCRETE` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition parent_discrete_values = 2;- Returns:
- Whether the parentDiscreteValues field is set.
-
getParentDiscreteValues
StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition getParentDiscreteValues()The spec for matching values from a parent parameter of `DISCRETE` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition parent_discrete_values = 2;- Returns:
- The parentDiscreteValues.
-
getParentDiscreteValuesOrBuilder
StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueConditionOrBuilder getParentDiscreteValuesOrBuilder()The spec for matching values from a parent parameter of `DISCRETE` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition parent_discrete_values = 2; -
hasParentIntValues
boolean hasParentIntValues()The spec for matching values from a parent parameter of `INTEGER` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition parent_int_values = 3;- Returns:
- Whether the parentIntValues field is set.
-
getParentIntValues
StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition getParentIntValues()The spec for matching values from a parent parameter of `INTEGER` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition parent_int_values = 3;- Returns:
- The parentIntValues.
-
getParentIntValuesOrBuilder
StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueConditionOrBuilder getParentIntValuesOrBuilder()The spec for matching values from a parent parameter of `INTEGER` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition parent_int_values = 3; -
hasParentCategoricalValues
boolean hasParentCategoricalValues()The spec for matching values from a parent parameter of `CATEGORICAL` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition parent_categorical_values = 4;- Returns:
- Whether the parentCategoricalValues field is set.
-
getParentCategoricalValues
StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition getParentCategoricalValues()The spec for matching values from a parent parameter of `CATEGORICAL` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition parent_categorical_values = 4;- Returns:
- The parentCategoricalValues.
-
getParentCategoricalValuesOrBuilder
StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueConditionOrBuilder getParentCategoricalValuesOrBuilder()The spec for matching values from a parent parameter of `CATEGORICAL` type.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition parent_categorical_values = 4; -
hasParameterSpec
boolean hasParameterSpec()Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the parameterSpec field is set.
-
getParameterSpec
StudySpec.ParameterSpec getParameterSpec()Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The parameterSpec.
-
getParameterSpecOrBuilder
StudySpec.ParameterSpecOrBuilder getParameterSpecOrBuilder()Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED]; -
getParentValueConditionCase
StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase getParentValueConditionCase()
-