Class ConditionalParameterSpec (1.15.1)

ConditionalParameterSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a parameter spec with condition from its parent parameter.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
parent_discrete_values google.cloud.aiplatform_v1.types.StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueCondition
The spec for matching values from a parent parameter of ``DISCRETE`` type. This field is a member of `oneof`_ ``parent_value_condition``.
parent_int_values google.cloud.aiplatform_v1.types.StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueCondition
The spec for matching values from a parent parameter of ``INTEGER`` type. This field is a member of `oneof`_ ``parent_value_condition``.
parent_categorical_values google.cloud.aiplatform_v1.types.StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueCondition
The spec for matching values from a parent parameter of ``CATEGORICAL`` type. This field is a member of `oneof`_ ``parent_value_condition``.
parameter_spec google.cloud.aiplatform_v1.types.StudySpec.ParameterSpec
Required. The spec for a conditional parameter.

Inheritance

builtins.object > proto.message.Message > ConditionalParameterSpec

Classes

CategoricalValueCondition

CategoricalValueCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the spec to match categorical values from parent parameter.

DiscreteValueCondition

DiscreteValueCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the spec to match discrete values from parent parameter.

IntValueCondition

IntValueCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the spec to match integer values from parent parameter.