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

org.tensorflow.distruntime.LoggingResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto

package org.tensorflow.distruntime;

public interface LoggingResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.LoggingResponse)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * repeated .tensorflow.LabeledStepStats step = 1;
   */
  java.util.List 
      getStepList();
  /**
   * repeated .tensorflow.LabeledStepStats step = 1;
   */
  org.tensorflow.distruntime.LabeledStepStats getStep(int index);
  /**
   * repeated .tensorflow.LabeledStepStats step = 1;
   */
  int getStepCount();
  /**
   * repeated .tensorflow.LabeledStepStats step = 1;
   */
  java.util.List 
      getStepOrBuilderList();
  /**
   * repeated .tensorflow.LabeledStepStats step = 1;
   */
  org.tensorflow.distruntime.LabeledStepStatsOrBuilder getStepOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy