JobDeviceFiltersOrBuilder

パブリック インターフェイスJobDeviceFiltersOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsTasks (int キー)
 Mapping from task ID to task device filters.
抽象文字列
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.
抽象的なTaskDeviceFilters
getTasksOrDefault (int キー、 TaskDeviceFilters のデフォルト値)
 Mapping from task ID to task device filters.
抽象的なTaskDeviceFilters
getTasksOrThrow (int キー)
 Mapping from task ID to task device filters.

パブリックメソッド

public abstract boolean containsTasks (int キー)

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

パブリック抽象 String getName ()

 The name of this job.
 
string name = 1;

パブリック抽象 com.google.protobuf.ByteString getNameBytes ()

 The name of this job.
 
string name = 1;

public abstract Map<Integer, TaskDeviceFilters > getTasks ()

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

public abstract int getTasksCount ()

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

public abstract Map<Integer, TaskDeviceFilters > getTasksMap ()

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

public abstract TaskDeviceFilters getTasksOrDefault (int キー、 TaskDeviceFilters defaultValue)

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

public abstract TaskDeviceFilters getTasksOrThrow (int キー)

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