Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Parameter.
A message representing a parameter to be tuned.
Generated from protobuf message google.cloud.aiplatform.v1.Trial.Parameter
Namespace
Google \ Cloud \ AIPlatform \ V1 \ TrialMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parameter_id
string
Output only. The ID of the parameter. The parameter should be defined in StudySpec's Parameters .
↳ value
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'.
getParameterId
Output only. The ID of the parameter. The parameter should be defined in StudySpec's Parameters .
string
setParameterId
Output only. The ID of the parameter. The parameter should be defined in StudySpec's Parameters .
var
string
$this
getValue
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'.
hasValue
clearValue
setValue
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'.
$this

