Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Trial::Parameter (v0.5.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Trial::Parameter.

A message representing a parameter to be tuned.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parameter_id

def parameter_id() -> ::String
Returns
  • (::String) — Output only. The ID of the parameter. The parameter should be defined in [StudySpec's Parameters][google.cloud.aiplatform.v1.StudySpec.parameters].

#value

def value() -> ::Google::Protobuf::Value
Returns
  • (::Google::Protobuf::Value) — Output only. The value of the parameter. number_value will be set if a parameter defined in StudySpec is in type 'INTEGER', 'DOUBLE' or 'DISCRETE'. string_value will be set if a parameter defined in StudySpec is in type 'CATEGORICAL'.