Class Metric (1.1.1)

  Metric 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

A message representing a metric in the measurement. .. attribute:: metric_id

Output only. The ID of the Metric. The Metric should be defined in [StudySpec's Metrics][google.cloud.aiplatform.v1beta1.StudySpec.metrics].

:type: str

Attribute

Name Description
value float
Output only. The value for this metric.

Inheritance

builtins.object > proto.message.Message > Metric