QueueRunnerDefOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
|
abstract
List<String>
|
|
abstract
Code
|
getQueueClosedExceptionTypes(int index)
A list of exception types considered to signal a safely closed queue
if raised during enqueue operations.
|
abstract
int
|
|
abstract
List<Code>
|
|
abstract
int
|
|
abstract
List<Integer>
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
Public Methods
public
abstract
String
getCancelOpName
()
The operation to run to cancel the queue.
string cancel_op_name = 4;
public
abstract
com.google.protobuf.ByteString
getCancelOpNameBytes
()
The operation to run to cancel the queue.
string cancel_op_name = 4;
public
abstract
String
getCloseOpName
()
The operation to run to close the queue.
string close_op_name = 3;
public
abstract
com.google.protobuf.ByteString
getCloseOpNameBytes
()
The operation to run to close the queue.
string close_op_name = 3;
public
abstract
String
getEnqueueOpName
(int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public
abstract
com.google.protobuf.ByteString
getEnqueueOpNameBytes
(int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public
abstract
int
getEnqueueOpNameCount
()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public
abstract
List<String>
getEnqueueOpNameList
()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public
abstract
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
abstract
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
abstract
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
abstract
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
abstract
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
abstract
String
getQueueName
()
Queue name.
string queue_name = 1;
public
abstract
com.google.protobuf.ByteString
getQueueNameBytes
()
Queue name.
string queue_name = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# QueueRunnerDefOrBuilder\n\npublic interface **QueueRunnerDefOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [QueueRunnerDef](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDef), [QueueRunnerDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDef.Builder) |----------------------------------------------------------------------------------------------------|------------------------------------------------------| | [QueueRunnerDef](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDef) | ``` Protocol buffer representing a QueueRunner. ``` | | [QueueRunnerDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDef.Builder) | ``` Protocol buffer representing a QueueRunner. ``` | |||\n\n### Public Methods\n\n|---------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getCancelOpName](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getCancelOpName())() ``` The operation to run to cancel the queue. ``` |\n| abstract com.google.protobuf.ByteString | [getCancelOpNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getCancelOpNameBytes())() ``` The operation to run to cancel the queue. ``` |\n| abstract String | [getCloseOpName](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getCloseOpName())() ``` The operation to run to close the queue. ``` |\n| abstract com.google.protobuf.ByteString | [getCloseOpNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getCloseOpNameBytes())() ``` The operation to run to close the queue. ``` |\n| abstract String | [getEnqueueOpName](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getEnqueueOpName(int))(int index) ``` A list of enqueue operations. ``` |\n| abstract com.google.protobuf.ByteString | [getEnqueueOpNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getEnqueueOpNameBytes(int))(int index) ``` A list of enqueue operations. ``` |\n| abstract int | [getEnqueueOpNameCount](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getEnqueueOpNameCount())() ``` A list of enqueue operations. ``` |\n| abstract List\\\u003cString\\\u003e | [getEnqueueOpNameList](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getEnqueueOpNameList())() ``` A list of enqueue operations. ``` |\n| abstract [Code](/jvm/api_docs/java/org/tensorflow/proto/framework/Code) | [getQueueClosedExceptionTypes](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getQueueClosedExceptionTypes(int))(int index) ``` A list of exception types considered to signal a safely closed queue if raised during enqueue operations. ``` |\n| abstract int | [getQueueClosedExceptionTypesCount](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getQueueClosedExceptionTypesCount())() ``` A list of exception types considered to signal a safely closed queue if raised during enqueue operations. ``` |\n| abstract List\\\u003c[Code](/jvm/api_docs/java/org/tensorflow/proto/framework/Code)\\\u003e | [getQueueClosedExceptionTypesList](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getQueueClosedExceptionTypesList())() ``` A list of exception types considered to signal a safely closed queue if raised during enqueue operations. ``` |\n| abstract int | [getQueueClosedExceptionTypesValue](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getQueueClosedExceptionTypesValue(int))(int index) ``` A list of exception types considered to signal a safely closed queue if raised during enqueue operations. ``` |\n| abstract List\\\u003cInteger\\\u003e | [getQueueClosedExceptionTypesValueList](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getQueueClosedExceptionTypesValueList())() ``` A list of exception types considered to signal a safely closed queue if raised during enqueue operations. ``` |\n| abstract String | [getQueueName](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getQueueName())() ``` Queue name. ``` |\n| abstract com.google.protobuf.ByteString | [getQueueNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/QueueRunnerDefOrBuilder#getQueueNameBytes())() ``` Queue name. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getCancelOpName**\n()\n\n\u003cbr /\u003e\n\n```\n The operation to run to cancel the queue.\n \n```\n`string cancel_op_name = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getCancelOpNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n The operation to run to cancel the queue.\n \n```\n`string cancel_op_name = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getCloseOpName**\n()\n\n\u003cbr /\u003e\n\n```\n The operation to run to close the queue.\n \n```\n`string close_op_name = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getCloseOpNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n The operation to run to close the queue.\n \n```\n`string close_op_name = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getEnqueueOpName**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A list of enqueue operations.\n \n```\n`repeated string enqueue_op_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getEnqueueOpNameBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A list of enqueue operations.\n \n```\n`repeated string enqueue_op_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getEnqueueOpNameCount**\n()\n\n\u003cbr /\u003e\n\n```\n A list of enqueue operations.\n \n```\n`repeated string enqueue_op_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getEnqueueOpNameList**\n()\n\n\u003cbr /\u003e\n\n```\n A list of enqueue operations.\n \n```\n`repeated string enqueue_op_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [Code](/jvm/api_docs/java/org/tensorflow/proto/framework/Code)\n**getQueueClosedExceptionTypes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A list of exception types considered to signal a safely closed queue\n if raised during enqueue operations.\n \n```\n`repeated .tensorflow.error.Code queue_closed_exception_types = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getQueueClosedExceptionTypesCount**\n()\n\n\u003cbr /\u003e\n\n```\n A list of exception types considered to signal a safely closed queue\n if raised during enqueue operations.\n \n```\n`repeated .tensorflow.error.Code queue_closed_exception_types = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c[Code](/jvm/api_docs/java/org/tensorflow/proto/framework/Code)\\\u003e\n**getQueueClosedExceptionTypesList**\n()\n\n\u003cbr /\u003e\n\n```\n A list of exception types considered to signal a safely closed queue\n if raised during enqueue operations.\n \n```\n`repeated .tensorflow.error.Code queue_closed_exception_types = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getQueueClosedExceptionTypesValue**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A list of exception types considered to signal a safely closed queue\n if raised during enqueue operations.\n \n```\n`repeated .tensorflow.error.Code queue_closed_exception_types = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cInteger\\\u003e\n**getQueueClosedExceptionTypesValueList**\n()\n\n\u003cbr /\u003e\n\n```\n A list of exception types considered to signal a safely closed queue\n if raised during enqueue operations.\n \n```\n`repeated .tensorflow.error.Code queue_closed_exception_types = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getQueueName**\n()\n\n\u003cbr /\u003e\n\n```\n Queue name.\n \n```\n`string queue_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getQueueNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Queue name.\n \n```\n`string queue_name = 1;`\n\n\u003cbr /\u003e"]]