ClusterDef

public final class ClusterDef

 Defines a TensorFlow cluster as a set of jobs.
 
tensorflow.ClusterDef tipo tensorflow.ClusterDef

Classes aninhadas

aula ClusterDef.Builder
 Defines a TensorFlow cluster as a set of jobs. 

Constantes

int JOB_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
ClusterDef estático
ClusterDef
final static com.google.protobuf.Descriptors.Descriptor
JobDef
getJob (int index)
 The jobs that comprise the cluster.
int
getJobCount ()
 The jobs that comprise the cluster.
Lista < JobDef >
getJobList ()
 The jobs that comprise the cluster.
JobDefOrBuilder
getJobOrBuilder (índice interno )
 The jobs that comprise the cluster.
Lista <? estende JobDefOrBuilder >
getJobOrBuilderList ()
 The jobs that comprise the cluster.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static ClusterDef.Builder
newBuilder (protótipo ClusterDef )
static ClusterDef.Builder
ClusterDef.Builder
ClusterDef estático
parseDelimitedFrom (input InputStream)
ClusterDef estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (dados ByteBuffer)
ClusterDef estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (com.google.protobuf.CodedInputStream input)
ClusterDef estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (com.google.protobuf.ByteString data)
ClusterDef estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ClusterDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int JOB_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static ClusterDef getDefaultInstance ()

public ClusterDef getDefaultInstanceForType ()

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

public JobDef getJob (int index)

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

public int getJobCount ()

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

public List < JobDef > getJobList ()

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

public JobDefOrBuilder getJobOrBuilder (índice interno )

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

Lista pública <? estende JobDefOrBuilder > getJobOrBuilderList ()

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

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static ClusterDef.Builder newBuilder (protótipo ClusterDef )

public static ClusterDef.Builder newBuilder ()

public ClusterDef.Builder newBuilderForType ()

public static ClusterDef parseDelimitedFrom (InputStream input)

Lança
IOException

public static ClusterDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ClusterDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static ClusterDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ClusterDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static ClusterDef parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static ClusterDef parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static ClusterDef parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static ClusterDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ClusterDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public ClusterDef.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException