classe final pública QueueRunnerDef
Protocol buffer representing a QueueRunner.
tensorflow.QueueRunnerDef tipo tensorflow.QueueRunnerDef Classes aninhadas
| aula | QueueRunnerDef.Builder | Protocol buffer representing a QueueRunner. | |
Constantes
| int | CANCEL_OP_NAME_FIELD_NUMBER | |
| int | CLOSE_OP_NAME_FIELD_NUMBER | |
| int | ENQUEUE_OP_NAME_FIELD_NUMBER | |
| int | QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER | |
| int | QUEUE_NAME_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| Fragmento | getCancelOpName () The operation to run to cancel the queue. |
| com.google.protobuf.ByteString | getCancelOpNameBytes () The operation to run to cancel the queue. |
| Fragmento | getCloseOpName () The operation to run to close the queue. |
| com.google.protobuf.ByteString | getCloseOpNameBytes () The operation to run to close the queue. |
| static QueueRunnerDef | |
| QueueRunnerDef | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getEnqueueOpName (int index) A list of enqueue operations. |
| com.google.protobuf.ByteString | getEnqueueOpNameBytes (índice int) A list of enqueue operations. |
| int | getEnqueueOpNameCount () A list of enqueue operations. |
| com.google.protobuf.ProtocolStringList | getEnqueueOpNameList () A list of enqueue operations. |
| Código | getQueueClosedExceptionTypes (int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| int | getQueueClosedExceptionTypesCount () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Listar < Código > | getQueueClosedExceptionTypesList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| int | getQueueClosedExceptionTypesValue (int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| List <Integer> | getQueueClosedExceptionTypesValueList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Fragmento | getQueueName () Queue name. |
| com.google.protobuf.ByteString | getQueueNameBytes () Queue name. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static QueueRunnerDef.Builder | newBuilder (protótipo QueueRunnerDef ) |
| static QueueRunnerDef.Builder | newBuilder () |
| QueueRunnerDef.Builder | |
| static QueueRunnerDef | parseDelimitedFrom (input InputStream) |
| static QueueRunnerDef | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static QueueRunnerDef | parseFrom (dados ByteBuffer) |
| static QueueRunnerDef | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static QueueRunnerDef | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static QueueRunnerDef | parseFrom (com.google.protobuf.CodedInputStream input) |
| static QueueRunnerDef | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static QueueRunnerDef | parseFrom (com.google.protobuf.ByteString data) |
| static QueueRunnerDef | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static QueueRunnerDef | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| QueueRunnerDef.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int CANCEL_OP_NAME_FIELD_NUMBER
Valor constante: 4
público estático final int CLOSE_OP_NAME_FIELD_NUMBER
Valor Constante: 3
public static final int ENQUEUE_OP_NAME_FIELD_NUMBER
Valor constante: 2
public static final int QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER
Valor constante: 5
public static final int QUEUE_NAME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean equals (Object obj)
public String getCancelOpName ()
The operation to run to cancel the queue.
string cancel_op_name = 4;public com.google.protobuf.ByteString getCancelOpNameBytes ()
The operation to run to cancel the queue.
string cancel_op_name = 4;public String getCloseOpName ()
The operation to run to close the queue.
string close_op_name = 3;public com.google.protobuf.ByteString getCloseOpNameBytes ()
The operation to run to close the queue.
string close_op_name = 3;public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getEnqueueOpName (índice int)
A list of enqueue operations.
repeated string enqueue_op_name = 2;public com.google.protobuf.ByteString getEnqueueOpNameBytes (int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;public int getEnqueueOpNameCount ()
A list of enqueue operations.
repeated string enqueue_op_name = 2;public com.google.protobuf.ProtocolStringList getEnqueueOpNameList ()
A list of enqueue operations.
repeated string enqueue_op_name = 2; público getParserForType ()
public Code getQueueClosedExceptionTypes (int index)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;public int getQueueClosedExceptionTypesCount ()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;public List < Code > getQueueClosedExceptionTypesList ()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;public int getQueueClosedExceptionTypesValue (int index)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;public List <Integer> getQueueClosedExceptionTypesValueList ()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;public String getQueueName ()
Queue name.
string queue_name = 1;public com.google.protobuf.ByteString getQueueNameBytes ()
Queue name.
string queue_name = 1;public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static QueueRunnerDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static QueueRunnerDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static QueueRunnerDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static QueueRunnerDef parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static QueueRunnerDef parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static QueueRunnerDef parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static QueueRunnerDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static QueueRunnerDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|