public static interface StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasParentDiscreteValues()
The spec for matching values from a parent parameter of `DISCRETE` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition parent_discrete_values = 2;
StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition getParentDiscreteValues()
The spec for matching values from a parent parameter of `DISCRETE` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition parent_discrete_values = 2;
StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueConditionOrBuilder getParentDiscreteValuesOrBuilder()
The spec for matching values from a parent parameter of `DISCRETE` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition parent_discrete_values = 2;
boolean hasParentIntValues()
The spec for matching values from a parent parameter of `INTEGER` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition parent_int_values = 3;
StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition getParentIntValues()
The spec for matching values from a parent parameter of `INTEGER` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition parent_int_values = 3;
StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueConditionOrBuilder getParentIntValuesOrBuilder()
The spec for matching values from a parent parameter of `INTEGER` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition parent_int_values = 3;
boolean hasParentCategoricalValues()
The spec for matching values from a parent parameter of `CATEGORICAL` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition parent_categorical_values = 4;
StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition getParentCategoricalValues()
The spec for matching values from a parent parameter of `CATEGORICAL` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition parent_categorical_values = 4;
StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueConditionOrBuilder getParentCategoricalValuesOrBuilder()
The spec for matching values from a parent parameter of `CATEGORICAL` type.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition parent_categorical_values = 4;
boolean hasParameterSpec()
Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED];
StudySpec.ParameterSpec getParameterSpec()
Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED];
StudySpec.ParameterSpecOrBuilder getParameterSpecOrBuilder()
Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED];
StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase getParentValueConditionCase()
Copyright © 2024 Google LLC. All rights reserved.