classe finale publique RunConfiguration
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration
de type Protobuf.RunConfiguration Classes imbriquées
classe | RunConfiguration.Builder | Run-specific items such as arguments to the test / benchmark. |
Constantes
int | ARGUMENT_FIELD_NUMBER | |
int | ENV_VARS_FIELD_NUMBER |
Méthodes publiques
booléen | contientEnvVars (clé de chaîne) Environment variables used to run the test/benchmark. |
booléen | est égal (Obj objet) |
Chaîne | getArgument (index int) repeated string argument = 1; |
com.google.protobuf.ByteString | getArgumentBytes (index int) repeated string argument = 1; |
int | getArgumentCount () repeated string argument = 1; |
com.google.protobuf.ProtocolStringList | getArgumentList () repeated string argument = 1; |
configuration d'exécution statique | |
Exécuter la configuration | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Carte<String, String> | getEnvVars () Utilisez plutôt getEnvVarsMap() . |
int | getEnvVarsCount () Environment variables used to run the test/benchmark. |
Carte<String, String> | getEnvVarsMap () Environment variables used to run the test/benchmark. |
Chaîne | getEnvVarsOrDefault (clé de chaîne, chaîne valeur par défaut) Environment variables used to run the test/benchmark. |
Chaîne | getEnvVarsOrThrow (clé de chaîne) Environment variables used to run the test/benchmark. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
statique RunConfiguration.Builder | |
statique RunConfiguration.Builder | newBuilder (prototype RunConfiguration ) |
RunConfiguration.Builder | |
configuration d'exécution statique | parseDelimitedFrom (entrée InputStream) |
configuration d'exécution statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
configuration d'exécution statique | parseFrom (données ByteBuffer) |
configuration d'exécution statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
configuration d'exécution statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
configuration d'exécution statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
configuration d'exécution statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
configuration d'exécution statique | parseFrom (données com.google.protobuf.ByteString) |
configuration d'exécution statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
configuration d'exécution statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
RunConfiguration.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int ARGUMENT_FIELD_NUMBER
Valeur constante : 1
public statique final int ENV_VARS_FIELD_NUMBER
Valeur constante : 2
Méthodes publiques
public boolean containEnvVars (clé de chaîne)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public booléen égal (Objet obj)
chaîne publique getArgument (index int)
repeated string argument = 1;
public com.google.protobuf.ByteString getArgumentBytes (index int)
repeated string argument = 1;
public int getArgumentCount ()
repeated string argument = 1;
public com.google.protobuf.ProtocolStringList getArgumentList ()
repeated string argument = 1;
public statique 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;
chaîne publique getEnvVarsOrDefault (clé de chaîne, valeur par défaut de chaîne)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
chaîne publique getEnvVarsOrThrow (clé de chaîne)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
publique getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public static RunConfiguration parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique RunConfiguration parseFrom (données ByteBuffer)
Jetés
InvalidProtocolBufferException |
---|
public statique RunConfiguration parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static RunConfiguration parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique RunConfiguration parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public statique RunConfiguration parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique RunConfiguration parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public statique RunConfiguration parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique RunConfiguration parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|