ClusterDefOrBuilder

interfaz pública ClusterDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

JobDef abstracto
getJob (índice int)
 The jobs that comprise the cluster.
int abstracto
getJobCount ()
 The jobs that comprise the cluster.
Lista abstracta < JobDef >
getJobList ()
 The jobs that comprise the cluster.
Resumen JobDefOrBuilder
getJobOrBuilder (índice int)
 The jobs that comprise the cluster.
Resumen Lista <? extiende JobDefOrBuilder >
getJobOrBuilderList ()
 The jobs that comprise the cluster.

Métodos públicos

Resumen público JobDef getJob (índice int)

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

public abstract int getJobCount ()

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

Lista pública abstracta < JobDef > getJobList ()

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

Resumen público JobDefOrBuilder getJobOrBuilder (índice int)

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

Lista de resumen público <? extiende JobDefOrBuilder > getJobOrBuilderList ()

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;