snapchat.research.gbml.postprocessed_metadata_pb2#

@generated by mypy-protobuf. Do not edit manually! isort:skip_file

Attributes#

Classes#

PostProcessedMetadata

Abstract base class for protocol messages.

Module Contents#

class snapchat.research.gbml.postprocessed_metadata_pb2.PostProcessedMetadata(*, post_processor_log_metrics_uri=...)[source]#

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

Parameters:

post_processor_log_metrics_uri (str)

ClearField(field_name)[source]#

Clears the contents of a given field.

Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group, ValueError is raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Raises:

ValueError – if the field_name is not a member of this message.

Return type:

None

DESCRIPTOR: google.protobuf.descriptor.Descriptor[source]#
POST_PROCESSOR_LOG_METRICS_URI_FIELD_NUMBER: int[source]#
post_processor_log_metrics_uri: str[source]#

The path to the post processor evaluation results

snapchat.research.gbml.postprocessed_metadata_pb2.DESCRIPTOR: google.protobuf.descriptor.FileDescriptor[source]#
snapchat.research.gbml.postprocessed_metadata_pb2.global___PostProcessedMetadata[source]#