Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec.
Represents a parameter spec with condition from its parent parameter.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parameter_spec
def parameter_spec() -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec
- (::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec) — Required. The spec for a conditional parameter.
#parameter_spec=
def parameter_spec=(value) -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec
- value (::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec) — Required. The spec for a conditional parameter.
- (::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec) — Required. The spec for a conditional parameter.
#parent_categorical_values
def parent_categorical_values() -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::CategoricalValueCondition
-
(::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::CategoricalValueCondition) — The spec for matching values from a parent parameter of
CATEGORICAL
type.Note: The following fields are mutually exclusive:
parent_categorical_values
,parent_discrete_values
,parent_int_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parent_categorical_values=
def parent_categorical_values=(value) -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::CategoricalValueCondition
-
value (::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::CategoricalValueCondition) — The spec for matching values from a parent parameter of
CATEGORICAL
type.Note: The following fields are mutually exclusive:
parent_categorical_values
,parent_discrete_values
,parent_int_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::CategoricalValueCondition) — The spec for matching values from a parent parameter of
CATEGORICAL
type.Note: The following fields are mutually exclusive:
parent_categorical_values
,parent_discrete_values
,parent_int_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parent_discrete_values
def parent_discrete_values() -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition
-
(::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition) — The spec for matching values from a parent parameter of
DISCRETE
type.Note: The following fields are mutually exclusive:
parent_discrete_values
,parent_int_values
,parent_categorical_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parent_discrete_values=
def parent_discrete_values=(value) -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition
-
value (::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition) — The spec for matching values from a parent parameter of
DISCRETE
type.Note: The following fields are mutually exclusive:
parent_discrete_values
,parent_int_values
,parent_categorical_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition) — The spec for matching values from a parent parameter of
DISCRETE
type.Note: The following fields are mutually exclusive:
parent_discrete_values
,parent_int_values
,parent_categorical_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parent_int_values
def parent_int_values() -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition
-
(::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition) — The spec for matching values from a parent parameter of
INTEGER
type.Note: The following fields are mutually exclusive:
parent_int_values
,parent_discrete_values
,parent_categorical_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parent_int_values=
def parent_int_values=(value) -> ::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition
-
value (::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition) — The spec for matching values from a parent parameter of
INTEGER
type.Note: The following fields are mutually exclusive:
parent_int_values
,parent_discrete_values
,parent_categorical_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition) — The spec for matching values from a parent parameter of
INTEGER
type.Note: The following fields are mutually exclusive:
parent_int_values
,parent_discrete_values
,parent_categorical_values
. If a field in that set is populated, all other fields in the set will automatically be cleared.