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:



412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 412

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:



412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 412

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:



412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 412

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:



412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 412

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