JobDeviceFilters

パブリック最終クラスJobDeviceFilters

 Defines the device filters for tasks in a job.
 
Protobuf 型tensorflow.JobDeviceFilters

ネストされたクラス

クラスJobDeviceFilters.Builder
 Defines the device filters for tasks in a job. 

定数

整数NAME_FIELD_NUMBER
整数TASKS_FIELD_NUMBER

パブリックメソッド

ブール値
containsTasks (int キー)
 Mapping from task ID to task device filters.
ブール値
等しい(オブジェクトオブジェクト)
静的JobDeviceFilters
ジョブデバイスフィルター
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getName ()
 The name of this job.
com.google.protobuf.ByteString
getNameBytes ()
 The name of this job.
整数
Map<Integer, TaskDeviceFilters >
getTask ()
代わりにgetTasksMap()を使用してください。
整数
getTasksCount ()
 Mapping from task ID to task device filters.
Map<Integer, TaskDeviceFilters >
getTasksMap ()
 Mapping from task ID to task device filters.
タスクデバイスフィルター
getTasksOrDefault (int キー、 TaskDeviceFilters のデフォルト値)
 Mapping from task ID to task device filters.
タスクデバイスフィルター
getTasksOrThrow (int キー)
 Mapping from task ID to task device filters.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的JobDeviceFilters.Builder
newBuilder ( JobDeviceFiltersプロトタイプ)
静的JobDeviceFilters.Builder
JobDeviceFilters.Builder
静的JobDeviceFilters
parseDelimitedFrom (InputStream 入力)
静的JobDeviceFilters
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的JobDeviceFilters
parseFrom (ByteBuffer データ)
静的JobDeviceFilters
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的JobDeviceFilters
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的JobDeviceFilters
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的JobDeviceFilters
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的JobDeviceFilters
parseFrom (com.google.protobuf.ByteString データ)
静的JobDeviceFilters
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的JobDeviceFilters
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
JobDeviceFilters.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数NAME_FIELD_NUMBER

定数値: 1

パブリック静的最終整数TASKS_FIELD_NUMBER

定数値: 2

パブリックメソッド

public boolean containsTasks (int キー)

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

public booleanに等しい(オブジェクト obj)

public static JobDeviceFilters getDefaultInstance ()

public JobDeviceFilters getDefaultInstanceForType ()

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

public String getName ()

 The name of this job.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 The name of this job.
 
string name = 1;

公共getParserForType ()

public int getSerializedSize ()

public Map<Integer, TaskDeviceFilters > getTasks ()

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

public int getTasksCount ()

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

public Map<Integer, TaskDeviceFilters > getTasksMap ()

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

public TaskDeviceFilters getTasksOrDefault (int キー、 TaskDeviceFilters defaultValue)

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

public TaskDeviceFilters getTasksOrThrow (int キー)

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

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

public static JobDeviceFilters.Builder newBuilder ()

public JobDeviceFilters.Builder newBuilderForType ()

public static JobDeviceFilters parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static JobDeviceFilters parseFrom (ByteBuffer データ)

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

public static JobDeviceFilters parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static JobDeviceFilters parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

public static JobDeviceFilters parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

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

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

public static JobDeviceFilters parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static JobDeviceFilters parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

パブリック静的パーサー()

public JobDeviceFilters.Builder toBuilder ()

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

投げる
IO例外