public final class
RunConfiguration
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration
Nested Classes
class | RunConfiguration.Builder | Run-specific items such as arguments to the test / benchmark. |
Constants
int | ARGUMENT_FIELD_NUMBER | |
int | ENV_VARS_FIELD_NUMBER |
Public Methods
boolean |
containsEnvVars(String key)
Environment variables used to run the test/benchmark. |
boolean |
equals(Object obj)
|
String |
getArgument(int index)
repeated string argument = 1;
|
com.google.protobuf.ByteString |
getArgumentBytes(int index)
repeated string argument = 1;
|
int |
getArgumentCount()
repeated string argument = 1;
|
com.google.protobuf.ProtocolStringList |
getArgumentList()
repeated string argument = 1;
|
static RunConfiguration | |
RunConfiguration | |
final static com.google.protobuf.Descriptors.Descriptor | |
Map<String, String> |
getEnvVars()
Use
getEnvVarsMap() instead. |
int |
getEnvVarsCount()
Environment variables used to run the test/benchmark. |
Map<String, String> |
getEnvVarsMap()
Environment variables used to run the test/benchmark. |
String |
getEnvVarsOrDefault(String key, String defaultValue)
Environment variables used to run the test/benchmark. |
String |
getEnvVarsOrThrow(String key)
Environment variables used to run the test/benchmark. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static RunConfiguration.Builder | |
static RunConfiguration.Builder |
newBuilder(RunConfiguration prototype)
|
RunConfiguration.Builder | |
static RunConfiguration |
parseDelimitedFrom(InputStream input)
|
static RunConfiguration |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunConfiguration |
parseFrom(ByteBuffer data)
|
static RunConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunConfiguration |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static RunConfiguration |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunConfiguration |
parseFrom(com.google.protobuf.ByteString data)
|
static RunConfiguration |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunConfiguration |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
RunConfiguration.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ARGUMENT_FIELD_NUMBER
Constant Value:
1
public static final int ENV_VARS_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean containsEnvVars (String key)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public boolean equals (Object obj)
public String getArgument (int index)
repeated string argument = 1;
public com.google.protobuf.ByteString getArgumentBytes (int index)
repeated string argument = 1;
public int getArgumentCount ()
repeated string argument = 1;
public com.google.protobuf.ProtocolStringList getArgumentList ()
repeated string argument = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getEnvVarsCount ()
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public Map<String, String> getEnvVarsMap ()
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public String getEnvVarsOrDefault (String key, String defaultValue)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public String getEnvVarsOrThrow (String key)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static RunConfiguration parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunConfiguration parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunConfiguration parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RunConfiguration parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static RunConfiguration parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RunConfiguration parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static RunConfiguration parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunConfiguration parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|