ClusterDef

clase final pública ClusterDef

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

Clases anidadas

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

Constantes

En t JOB_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
ClusterDef estático
ClusterDef
com.google.protobuf.Descriptors.Descriptor estático final
JobDef
getJob (índice int)
 The jobs that comprise the cluster.
En t
getJobCount ()
 The jobs that comprise the cluster.
Lista < JobDef >
getJobList ()
 The jobs that comprise the cluster.
JobDefOrBuilder
getJobOrBuilder (índice int)
 The jobs that comprise the cluster.
Lista <? extiende JobDefOrBuilder >
getJobOrBuilderList ()
 The jobs that comprise the cluster.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
ClusterDef.Builder estático
newBuilder (prototipo ClusterDef )
ClusterDef.Builder estático
ClusterDef.Builder
ClusterDef estático
parseDelimitedFrom (entrada InputStream)
ClusterDef estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (datos ByteBuffer)
ClusterDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
ClusterDef estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (datos com.google.protobuf.ByteString)
ClusterDef estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ClusterDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int JOB_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static ClusterDef getDefaultInstance ()

public ClusterDef getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public JobDef getJob (índice int)

 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;

Lista pública < JobDef > getJobList ()

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

public JobDefOrBuilder getJobOrBuilder (índice int)

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

Lista pública <? extiende 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 (prototipo de ClusterDef )

public static ClusterDef.Builder newBuilder ()

public ClusterDef.Builder newBuilderForType ()

public static ClusterDef parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

público estático ClusterDef parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático ClusterDef parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático ClusterDef parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public ClusterDef.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException