Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/study.rb

Overview

Represents a parameter spec with condition from its parent parameter.

Defined Under Namespace

Classes: CategoricalValueCondition, DiscreteValueCondition, IntValueCondition

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_spec::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec

Returns Required. The spec for a conditional parameter.

Returns:



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 365

class ConditionalParameterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the spec to match discrete values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Float>]
  #     Required. Matches values of the parent parameter of 'DISCRETE' type.
  #     All values must exist in `discrete_value_spec` of parent parameter.
  #
  #     The Epsilon of the value matching is 1e-10.
  class DiscreteValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match integer values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Integer>]
  #     Required. Matches values of the parent parameter of 'INTEGER' type.
  #     All values must lie in `integer_value_spec` of parent parameter.
  class IntValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match categorical values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::String>]
  #     Required. Matches values of the parent parameter of 'CATEGORICAL' type.
  #     All values must exist in `categorical_value_spec` of parent
  #     parameter.
  class CategoricalValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent_categorical_values::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::CategoricalValueCondition

Returns The spec for matching values from a parent parameter of CATEGORICAL type.

Returns:



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 365

class ConditionalParameterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the spec to match discrete values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Float>]
  #     Required. Matches values of the parent parameter of 'DISCRETE' type.
  #     All values must exist in `discrete_value_spec` of parent parameter.
  #
  #     The Epsilon of the value matching is 1e-10.
  class DiscreteValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match integer values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Integer>]
  #     Required. Matches values of the parent parameter of 'INTEGER' type.
  #     All values must lie in `integer_value_spec` of parent parameter.
  class IntValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match categorical values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::String>]
  #     Required. Matches values of the parent parameter of 'CATEGORICAL' type.
  #     All values must exist in `categorical_value_spec` of parent
  #     parameter.
  class CategoricalValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent_discrete_values::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition

Returns The spec for matching values from a parent parameter of DISCRETE type.

Returns:



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 365

class ConditionalParameterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the spec to match discrete values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Float>]
  #     Required. Matches values of the parent parameter of 'DISCRETE' type.
  #     All values must exist in `discrete_value_spec` of parent parameter.
  #
  #     The Epsilon of the value matching is 1e-10.
  class DiscreteValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match integer values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Integer>]
  #     Required. Matches values of the parent parameter of 'INTEGER' type.
  #     All values must lie in `integer_value_spec` of parent parameter.
  class IntValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match categorical values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::String>]
  #     Required. Matches values of the parent parameter of 'CATEGORICAL' type.
  #     All values must exist in `categorical_value_spec` of parent
  #     parameter.
  class CategoricalValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent_int_values::Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition

Returns The spec for matching values from a parent parameter of INTEGER type.

Returns:



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 365

class ConditionalParameterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the spec to match discrete values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Float>]
  #     Required. Matches values of the parent parameter of 'DISCRETE' type.
  #     All values must exist in `discrete_value_spec` of parent parameter.
  #
  #     The Epsilon of the value matching is 1e-10.
  class DiscreteValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match integer values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::Integer>]
  #     Required. Matches values of the parent parameter of 'INTEGER' type.
  #     All values must lie in `integer_value_spec` of parent parameter.
  class IntValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the spec to match categorical values from parent parameter.
  # @!attribute [rw] values
  #   @return [::Array<::String>]
  #     Required. Matches values of the parent parameter of 'CATEGORICAL' type.
  #     All values must exist in `categorical_value_spec` of parent
  #     parameter.
  class CategoricalValueCondition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end