ClusterDef.Builder

clase final estática pública ClusterDef.Builder

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

Métodos públicos

ClusterDef.Builder
addAllJob (Iterable <? extiende los valores de JobDef >)
 The jobs that comprise the cluster.
ClusterDef.Builder
addJob (valor JobDef )
 The jobs that comprise the cluster.
ClusterDef.Builder
addJob ( JobDef.Builder builderForValue)
 The jobs that comprise the cluster.
ClusterDef.Builder
addJob (índice int, JobDef.Builder builderForValue)
 The jobs that comprise the cluster.
ClusterDef.Builder
addJob (índice int, valor JobDef )
 The jobs that comprise the cluster.
JobDef.Builder
addJobBuilder (índice int)
 The jobs that comprise the cluster.
JobDef.Builder
addJobBuilder ()
 The jobs that comprise the cluster.
ClusterDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ClusterDef
ClusterDef
ClusterDef.Builder
claro ()
ClusterDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ClusterDef.Builder
clearJob ()
 The jobs that comprise the cluster.
ClusterDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ClusterDef.Builder
clonar ()
ClusterDef
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
JobDef
getJob (índice int)
 The jobs that comprise the cluster.
JobDef.Builder
getJobBuilder (índice int)
 The jobs that comprise the cluster.
Lista < JobDef.Builder >
getJobBuilderList ()
 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.
booleano final
ClusterDef.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClusterDef.Builder
mergeFrom (com.google.protobuf.Message otro)
ClusterDef.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ClusterDef.Builder
removeJob (índice int)
 The jobs that comprise the cluster.
ClusterDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ClusterDef.Builder
setJob (índice int, JobDef.Builder builderForValue)
 The jobs that comprise the cluster.
ClusterDef.Builder
setJob (índice int, valor JobDef )
 The jobs that comprise the cluster.
ClusterDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
ClusterDef.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public ClusterDef.Builder addAllJob (Iterable <? extiende los valores de JobDef >)

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

public ClusterDef.Builder addJob (valor de JobDef )

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

public ClusterDef.Builder addJob ( JobDef.Builder builderForValue)

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

public ClusterDef.Builder addJob (int index, JobDef.Builder builderForValue)

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

public ClusterDef.Builder addJob (índice int, valor JobDef )

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

public JobDef.Builder addJobBuilder (índice int)

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

public JobDef.Builder addJobBuilder ()

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

public ClusterDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public ClusterDef build ()

public ClusterDef buildPartial ()

public ClusterDef.Builder clear ()

public ClusterDef.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public ClusterDef.Builder clearJob ()

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

public ClusterDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public ClusterDef.Builder clone ()

public ClusterDef getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public JobDef getJob (índice int)

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

public JobDef.Builder getJobBuilder (índice int)

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

Lista pública < JobDef.Builder > getJobBuilderList ()

 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;

public final boolean isInitialized ()

public ClusterDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public ClusterDef.Builder mergeFrom (com.google.protobuf.Message other)

public final ClusterDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public ClusterDef.Builder removeJob (índice int)

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

public ClusterDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public ClusterDef.Builder setJob (int index, JobDef.Builder builderForValue)

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

public ClusterDef.Builder setJob (índice int, valor JobDef )

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

public ClusterDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público final ClusterDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)