All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.util.TaggedRunMetadataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorboard/src/event.proto

package org.tensorflow.util;

public interface TaggedRunMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorboard.TaggedRunMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Tag name associated with this metadata.
   * 
* * optional string tag = 1; */ java.lang.String getTag(); /** *
   * Tag name associated with this metadata.
   * 
* * optional string tag = 1; */ com.google.protobuf.ByteString getTagBytes(); /** *
   * Byte-encoded version of the `RunMetadata` proto in order to allow lazy
   * deserialization.
   * 
* * optional bytes run_metadata = 2; */ com.google.protobuf.ByteString getRunMetadata(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy