public static interface StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParameterSpec()
public abstract 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 | |
---|---|
Type | Description |
StudySpec.ParameterSpec |
The parameterSpec. |
getParameterSpecOrBuilder()
public abstract StudySpec.ParameterSpecOrBuilder getParameterSpecOrBuilder()
Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
StudySpec.ParameterSpecOrBuilder |
getParentCategoricalValues()
public abstract 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 | |
---|---|
Type | Description |
StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition |
The parentCategoricalValues. |
getParentCategoricalValuesOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueConditionOrBuilder |
getParentDiscreteValues()
public abstract 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 | |
---|---|
Type | Description |
StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition |
The parentDiscreteValues. |
getParentDiscreteValuesOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueConditionOrBuilder |
getParentIntValues()
public abstract 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 | |
---|---|
Type | Description |
StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition |
The parentIntValues. |
getParentIntValuesOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueConditionOrBuilder |
getParentValueConditionCase()
public abstract StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase getParentValueConditionCase()
Returns | |
---|---|
Type | Description |
StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase |
hasParameterSpec()
public abstract boolean hasParameterSpec()
Required. The spec for a conditional parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec parameter_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the parameterSpec field is set. |
hasParentCategoricalValues()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the parentCategoricalValues field is set. |
hasParentDiscreteValues()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the parentDiscreteValues field is set. |
hasParentIntValues()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the parentIntValues field is set. |