パブリック最終クラスJobDeviceFilters
Defines the device filters for tasks in a job.
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. |
| タスクデバイスフィルター | |
| タスクデバイスフィルター | getTasksOrThrow (int キー) Mapping from task ID to task device filters. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的JobDeviceFilters.Builder | newBuilder ( JobDeviceFiltersプロトタイプ) |
| 静的JobDeviceFilters.Builder | newBuilder () |
| 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 | toビルダー() |
| 空所 | 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 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 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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|