classe final pública RunConfiguration
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration type tensorflow.RunConfiguration Classes aninhadas
| aula | RunConfiguration.Builder | Run-specific items such as arguments to the test / benchmark. | |
Constantes
| int | ARGUMENT_FIELD_NUMBER | |
| int | ENV_VARS_FIELD_NUMBER |
Métodos Públicos
| boleano | containsEnvVars (chave String) Environment variables used to run the test/benchmark. |
| boleano | igual a (objeto obj) |
| Fragmento | 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; |
| RunConfiguration estático | |
| RunConfiguration | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Map <String, String> | getEnvVars () getEnvVarsMap() vez disso, use getEnvVarsMap() . |
| int | getEnvVarsCount () Environment variables used to run the test/benchmark. |
| Map <String, String> | getEnvVarsMap () Environment variables used to run the test/benchmark. |
| Fragmento | getEnvVarsOrDefault (String key, String defaultValue) Environment variables used to run the test/benchmark. |
| Fragmento | getEnvVarsOrThrow (String key) Environment variables used to run the test/benchmark. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static RunConfiguration.Builder | newBuilder () |
| static RunConfiguration.Builder | newBuilder (protótipo RunConfiguration ) |
| RunConfiguration.Builder | |
| RunConfiguration estático | parseDelimitedFrom (InputStream input) |
| RunConfiguration estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RunConfiguration estático | parseFrom (dados ByteBuffer) |
| RunConfiguration estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RunConfiguration estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RunConfiguration estático | parseFrom (com.google.protobuf.CodedInputStream input) |
| RunConfiguration estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RunConfiguration estático | parseFrom (com.google.protobuf.ByteString data) |
| RunConfiguration estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RunConfiguration estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| RunConfiguration.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int ARGUMENT_FIELD_NUMBER
Valor Constante: 1
public static final int ENV_VARS_FIELD_NUMBER
Valor constante: 2
Métodos Públicos
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; público 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)
Lança
| IOException |
|---|
public static RunConfiguration parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RunConfiguration parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static RunConfiguration parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static RunConfiguration parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static RunConfiguration parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static RunConfiguration parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RunConfiguration parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|