genel statik son sınıf RunConfiguration.Builder
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration
Genel Yöntemler
RunConfiguration.Builder | addAllArgument (Yinelenebilir<String> değerleri) repeated string argument = 1; |
RunConfiguration.Builder | addArgument (Dize değeri) repeated string argument = 1; |
RunConfiguration.Builder | addArgumentBytes (com.google.protobuf.ByteString değeri) repeated string argument = 1; |
RunConfiguration.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
Yapılandırmayı Çalıştır | inşa etmek () |
Yapılandırmayı Çalıştır | inşaKısmi () |
RunConfiguration.Builder | temizlemek () |
RunConfiguration.Builder | clearArgüman () repeated string argument = 1; |
RunConfiguration.Builder | clearEnvVars () |
RunConfiguration.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
RunConfiguration.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RunConfiguration.Builder | klon () |
boolean | içerirEnvVars (Dize anahtarı) Environment variables used to run the test/benchmark. |
Sicim | getArgument (int dizini) repeated string argument = 1; |
com.google.protobuf.ByteString | getArgumentBytes (int dizini) repeated string argument = 1; |
int | getArgumentCount () repeated string argument = 1; |
com.google.protobuf.ProtocolStringList | getArgumentList () repeated string argument = 1; |
Yapılandırmayı Çalıştır | |
final statik com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Harita<Dize, Dize> | getEnvVars () Bunun yerine getEnvVarsMap() işlevini kullanın. |
int | getEnvVarsCount () Environment variables used to run the test/benchmark. |
Harita<Dize, Dize> | getEnvVarsMap () Environment variables used to run the test/benchmark. |
Sicim | getEnvVarsOrDefault (Dize anahtarı, Dize defaultValue) Environment variables used to run the test/benchmark. |
Sicim | getEnvVarsOrThrow (Dize tuşu) Environment variables used to run the test/benchmark. |
Harita<Dize, Dize> | getMutableEnvVars () Bunun yerine alternatif mutasyon erişimcilerini kullanın. |
son boole değeri | Başlatıldı () |
RunConfiguration.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunConfiguration.Builder | mergeFrom (com.google.protobuf.Message other) |
son RunConfiguration.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
RunConfiguration.Builder | putAllEnvVars (Map<String, String> değerleri) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | putEnvVars (Dize anahtarı, Dize değeri) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | kaldırEnvVars (Dize anahtarı) Environment variables used to run the test/benchmark. |
RunConfiguration.Builder | setArgument (int indeksi, Dize değeri) repeated string argument = 1; |
RunConfiguration.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
RunConfiguration.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
son RunConfiguration.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public RunConfiguration.Builder addAllArgument (Yinelenebilir<String> değerleri)
repeated string argument = 1;
public RunConfiguration.Builder addArgumentBytes (com.google.protobuf.ByteString değeri)
repeated string argument = 1;
public RunConfiguration.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public boolean includeEnvVars (Dize anahtarı)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public String getArgument (int indeksi)
repeated string argument = 1;
public com.google.protobuf.ByteString getArgumentBytes (int dizini)
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;
genel Harita<String, String> getEnvVarsMap ()
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public String getEnvVarsOrDefault (Dize anahtarı, String defaultValue)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public String getEnvVarsOrThrow (Dize anahtarı)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
genel Harita<String, String> getMutableEnvVars ()
Bunun yerine alternatif mutasyon erişimcilerini kullanın.
genel final boolean isInitialized ()
public RunConfiguration.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel final RunConfiguration.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public RunConfiguration.Builder putAllEnvVars (Map<String, String> değerleri)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public RunConfiguration.Builder putEnvVars (Dize anahtarı, Dize değeri)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;
public RunConfiguration.Builder kaldırEnvVars (Dize anahtarı)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2;