Trial_Parameter class final

A message representing a parameter to be tuned.

Inheritance
  • Object
  • ProtoMessage
  • Trial_Parameter

Constructors

Trial_Parameter({String parameterId = '', Value? value})
Trial_Parameter.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
parameterId String
Output only. The ID of the parameter. The parameter should be defined in google.cloud.aiplatform.v1beta1.StudySpec.parameters.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → 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'.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String