classe finale statique publique RunConfiguration.Builder
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration
de type Protobuf.RunConfiguration Méthodes publiques
RunConfiguration.Builder | addAllArgument (valeurs Iterable<String>) repeated string argument = 1; |
RunConfiguration.Builder | addArgument (valeur de chaîne) repeated string argument = 1; |
RunConfiguration.Builder | addArgumentBytes (valeur com.google.protobuf.ByteString) repeated string argument = 1; |
RunConfiguration.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
Exécuter la configuration | construire () |
Exécuter la configuration | buildPartial () |
RunConfiguration.Builder | clair () |
RunConfiguration.Builder | argument clair () repeated string argument = 1; |
RunConfiguration.Builder | clearEnvVars () |
RunConfiguration.Builder | clearField (champ com.google.protobuf.Descriptors.FieldDescriptor) |
RunConfiguration.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RunConfiguration.Builder | cloner () |
booléen | contientEnvVars (clé de chaîne) Environment variables used to run the test/benchmark. |
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; |
Exécuter la configuration | |
final statique com.google.protobuf.Descriptors.Descriptor | |
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. |
Carte<String, String> | getMutableEnvVars () Utilisez plutôt d’autres accesseurs de mutation. |
booléen final | |
RunConfiguration.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunConfiguration.Builder | mergeFrom (com.google.protobuf.Message autre) |
final RunConfiguration.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
RunConfiguration.Builder | putAllEnvVars (valeurs Map<String, String>) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | putEnvVars (clé de chaîne, valeur de chaîne) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | RemoveEnvVars (clé de chaîne) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | setArgument (index int, valeur de chaîne) repeated string argument = 1; |
RunConfiguration.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
RunConfiguration.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
final RunConfiguration.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public RunConfiguration.Builder addAllArgument (valeurs Iterable<String>)
repeated string argument = 1;
public RunConfiguration.Builder addArgumentBytes (valeur com.google.protobuf.ByteString)
repeated string argument = 1;
public RunConfiguration.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public boolean containEnvVars (clé de chaîne)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
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 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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;
public Map<String, String> getMutableEnvVars ()
Utilisez plutôt d’autres accesseurs de mutation.
public final booléen isInitialized ()
public RunConfiguration.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public final RunConfiguration.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public RunConfiguration.Builder putAllEnvVars (valeurs Map<String, String>)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public RunConfiguration.Builder putEnvVars (clé de chaîne, valeur de chaîne)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public RunConfiguration.Builder removeEnvVars (clé de chaîne)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public RunConfiguration.Builder setArgument (index int, valeur de chaîne)
repeated string argument = 1;