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

org.tensorflow.util.testlog.RunConfigurationOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/test_log.proto

package org.tensorflow.util.testlog;

public interface RunConfigurationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.RunConfiguration)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string argument = 1;
   */
  java.util.List
      getArgumentList();
  /**
   * repeated string argument = 1;
   */
  int getArgumentCount();
  /**
   * repeated string argument = 1;
   */
  java.lang.String getArgument(int index);
  /**
   * repeated string argument = 1;
   */
  com.google.protobuf.ByteString
      getArgumentBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy