RunConfiguration

パブリック最終クラスRunConfiguration

 Run-specific items such as arguments to the test / benchmark.
 
Protobuf 型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
静的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
空所
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 RunConfiguration getDefaultInstance ()

public RunConfiguration getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Map<String, String> getEnvVars ()

代わりにgetEnvVarsMap()を使用してください。

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.Builder newBuilder ()

public static RunConfiguration.Builder newBuilder ( RunConfigurationプロトタイプ)

public RunConfiguration.Builder newBuilderForType ()

public static RunConfiguration parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static RunConfiguration parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static RunConfiguration parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static RunConfiguration parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static RunConfiguration parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

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 RunConfiguration.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外