org.tensorflow.util.testlog.RunConfigurationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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);
}