כיתת גמר ציבורית QueueRunnerDef
Protocol buffer representing a QueueRunner.
tensorflow.QueueRunnerDef
מסוג Protobuf.QueueRunnerDef כיתות מקוננות
מַחלָקָה | QueueRunnerDef.Builder | Protocol buffer representing a QueueRunner. |
קבועים
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 |
שיטות ציבוריות
בוליאני | שווה (Object obj) |
חוּט | getCancelOpName () The operation to run to cancel the queue. |
com.google.protobuf.ByteString | getCancelOpNameBytes () The operation to run to cancel the queue. |
חוּט | getCloseOpName () The operation to run to close the queue. |
com.google.protobuf.ByteString | getCloseOpNameBytes () The operation to run to close the queue. |
סטטי QueueRunnerDef | |
QueueRunnerDef | |
final static com.google.protobuf.Descriptors.Descriptor | |
חוּט | getEnqueueOpName (int index) A list of enqueue operations. |
com.google.protobuf.ByteString | getEnqueueOpNameBytes (int index) A list of enqueue operations. |
int | getEnqueueOpNameCount () A list of enqueue operations. |
com.google.protobuf.ProtocolStringList | getEnqueueOpNameList () A list of enqueue operations. |
קוד | 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. |
רשימה< קוד > | 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. |
רשימה <מספר שלם> | getQueueClosedExceptionTypesValueList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
חוּט | getQueueName () Queue name. |
com.google.protobuf.ByteString | getQueueNameBytes () Queue name. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int | hashcode () |
בוליאנית סופית | |
סטטי QueueRunnerDef.Builder | newBuilder (אב-טיפוס QueueRunnerDef ) |
סטטי QueueRunnerDef.Builder | newBuilder () |
QueueRunnerDef.Builder | |
סטטי QueueRunnerDef | parseDelimitedFrom (קלט InputStream) |
סטטי QueueRunnerDef | parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי QueueRunnerDef | parseFrom (נתוני ByteBuffer) |
סטטי QueueRunnerDef | parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי QueueRunnerDef | parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי QueueRunnerDef | parseFrom (קלט com.google.protobuf.CodedInputStream) |
סטטי QueueRunnerDef | parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי QueueRunnerDef | parseFrom (נתוני com.google.protobuf.ByteString) |
סטטי QueueRunnerDef | parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי QueueRunnerDef | parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטָטִי | מנתח () |
QueueRunnerDef.Builder | toBuilder () |
בָּטֵל | writeTo (פלט com.google.protobuf.CodedOutputStream) |
שיטות בירושה
קבועים
גמר סטטי ציבורי CANCEL_OP_NAME_FIELD_NUMBER
ערך קבוע: 4
גמר סטטי ציבורי CLOSE_OP_NAME_FIELD_NUMBER
ערך קבוע: 3
גמר סטטי ציבורי ENQUEUE_OP_NAME_FIELD_NUMBER
ערך קבוע: 2
אינט סופי סטטי ציבורי QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER
ערך קבוע: 5
גמר סטטי ציבורי QUEUE_NAME_FIELD_NUMBER
ערך קבוע: 1
שיטות ציבוריות
שווה ערך בוליאני ציבורי (Object obj)
מחרוזת ציבורית 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;
מחרוזת ציבורית 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 ()
מחרוזת ציבורית getEnqueueOpName (int index)
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;
פּוּמְבֵּי getParserForType ()
קוד ציבורי 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;
רשימה ציבורית< 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;
רשימה ציבורית<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;
מחרוזת ציבורית 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 static QueueRunnerDef parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static QueueRunnerDef parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static QueueRunnerDef parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static QueueRunnerDef parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
סטטי QueueRunnerDef parseFrom (נתוני com.google.protobuf.ByteString)
זורק
InvalidProtocolBufferException |
---|
public static QueueRunnerDef parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static QueueRunnerDef parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
IOException |
---|