tfma.metrics.PlotKey

A PlotKey is a metric key that uniquely identifies a plot.

Inherits From: MetricKey

name A namedtuple alias for field number 0
model_name A namedtuple alias for field number 1
output_name A namedtuple alias for field number 2
sub_key A namedtuple alias for field number 3
aggregation_type A namedtuple alias for field number 4
example_weighted A namedtuple alias for field number 5
is_diff A namedtuple alias for field number 6

Methods

from_proto

View source

Configures class from proto.

make_baseline_key

View source

make_diff_key

View source

to_proto

View source

Converts key to proto.