パブリック最終クラスRunConfiguration
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration ネストされたクラス
| クラス | RunConfiguration.Builder | Run-specific items such as arguments to the test / benchmark. | |
定数
| 整数 | ARGUMENT_FIELD_NUMBER | |
| 整数 | ENV_VARS_FIELD_NUMBER |
パブリックメソッド
| ブール値 | containsEnvVars (文字列キー) Environment variables used to run the test/benchmark. |
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 弦 | getArgument (int インデックス) repeated string argument = 1; |
| com.google.protobuf.ByteString | getArgumentBytes (int インデックス) repeated string argument = 1; |
| 整数 | getArgumentCount () repeated string argument = 1; |
| com.google.protobuf.ProtocolStringList | getArgumentList () repeated string argument = 1; |
| 静的RunConfiguration | |
| 実行構成 | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| マップ<文字列, 文字列> | getEnvVars () 代わりに getEnvVarsMap()を使用してください。 |
| 整数 | getEnvVarsCount () Environment variables used to run the test/benchmark. |
| マップ<文字列, 文字列> | 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. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的RunConfiguration.Builder | newBuilder () |
| 静的RunConfiguration.Builder | newBuilder ( RunConfigurationプロトタイプ) |
| RunConfiguration.Builder | |
| 静的RunConfiguration | parseDelimitedFrom (InputStream 入力) |
| 静的RunConfiguration | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RunConfiguration | parseFrom (ByteBuffer データ) |
| 静的RunConfiguration | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RunConfiguration | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RunConfiguration | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的RunConfiguration | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RunConfiguration | parseFrom (com.google.protobuf.ByteString データ) |
| 静的RunConfiguration | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RunConfiguration | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| RunConfiguration.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数ARGUMENT_FIELD_NUMBER
定数値: 1
パブリック静的最終整数ENV_VARS_FIELD_NUMBER
定数値: 2
パブリックメソッド
public boolean containsEnvVars (文字列キー)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; public booleanに等しい(オブジェクト obj)
public String getArgument (int インデックス)
repeated string argument = 1;
public com.google.protobuf.ByteString getArgumentBytes (int インデックス)
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 (文字列キー、文字列defaultValue)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; public String getEnvVarsOrThrow (文字列キー)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; 公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static RunConfiguration parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static RunConfiguration parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static RunConfiguration parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static RunConfiguration parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static RunConfiguration parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static RunConfiguration parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|