מחלקה סופית סטטית ציבורית RunConfiguration.Builder
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration
מסוג Protobuf.RunConfiguration שיטות ציבוריות
RunConfiguration.Builder | addAllArgument (ערכי <String> שניתן לבצע) repeated string argument = 1; |
RunConfiguration.Builder | addArgument (ערך מחרוזת) repeated string argument = 1; |
RunConfiguration.Builder | addArgumentBytes (ערך com.google.protobuf.ByteString) repeated string argument = 1; |
RunConfiguration.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
RunConfiguration | לבנות () |
RunConfiguration | buildPartial () |
RunConfiguration.Builder | ברור () |
RunConfiguration.Builder | clearArgument () repeated string argument = 1; |
RunConfiguration.Builder | clearEnvVars () |
RunConfiguration.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
RunConfiguration.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RunConfiguration.Builder | שיבוט () |
בוליאני | containsEnvVars (מפתח מחרוזת) Environment variables used to run the test/benchmark. |
חוּט | 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 | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
מפה<String, String> | getEnvVars () השתמש ב- getEnvVarsMap() במקום זאת. |
int | getEnvVarsCount () Environment variables used to run the test/benchmark. |
מפה<String, String> | getEnvVarsMap () Environment variables used to run the test/benchmark. |
חוּט | getEnvVarsOrDefault (מפתח מחרוזת, מחרוזת defaultValue) Environment variables used to run the test/benchmark. |
חוּט | getEnvVarsOrThrow (מפתח מחרוזת) Environment variables used to run the test/benchmark. |
מפה<String, String> | getMutableEnvVars () השתמש במקום זאת באביזרי מוטציה חלופיים. |
בוליאנית סופית | |
RunConfiguration.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunConfiguration.Builder | mergeFrom (com.google.protobuf.Message אחר) |
Final RunConfiguration.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
RunConfiguration.Builder | putAllEnvVars (ערכי מפה<String, String>) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | putEnvVars (מפתח מחרוזת, ערך מחרוזת) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | removeEnvVars (מפתח מחרוזת) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | setArgument (int index, ערך מחרוזת) repeated string argument = 1; |
RunConfiguration.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
RunConfiguration.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
Final RunConfiguration.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public RunConfiguration.Builder addAllArgument (ערכי <String> שניתן לבצע)
repeated string argument = 1;
public RunConfiguration.Builder addArgumentBytes (ערך com.google.protobuf.ByteString)
repeated string argument = 1;
public RunConfiguration.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
בוליאני ציבורי מכילEnvVars (מפתח מחרוזת)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
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 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getEnvVarsCount ()
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
מפה ציבורית<String, String> getEnvVarsMap ()
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
מחרוזת ציבורית getEnvVarsOrDefault (מפתח מחרוזת, מחרוזת defaultValue)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
מחרוזת ציבורית getEnvVarsOrThrow (מפתח מחרוזת)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
מפה ציבורית<String, String> getMutableEnvVars ()
השתמש במקום זאת באביזרי מוטציה חלופיים.
בוליאני הסופי הציבורי הוא אתחול ()
public RunConfiguration.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public final RunConfiguration.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public RunConfiguration.Builder putAllEnvVars (ערכי מפה<String, String>)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public RunConfiguration.Builder putEnvVars (מפתח מחרוזת, ערך מחרוזת)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public RunConfiguration.Builder removeEnvVars (מפתח מחרוזת)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;