
org.tensorflow.util.testlog.RunConfigurationOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy