Uses of Class
org.tensorflow.framework.Code
-
Packages that use Code Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of Code in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return Code Modifier and Type Method Description CodeRunGraphResponse.Builder. getStatusCode()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.CodeRunGraphResponse. getStatusCode()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.CodeRunGraphResponseOrBuilder. getStatusCode()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.CodeRunStepResponse.Builder. getStatusCode()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.CodeRunStepResponse. getStatusCode()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.CodeRunStepResponseOrBuilder. getStatusCode()If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.Methods in org.tensorflow.distruntime with parameters of type Code Modifier and Type Method Description RunGraphResponse.BuilderRunGraphResponse.Builder. setStatusCode(Code value)If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.RunStepResponse.BuilderRunStepResponse.Builder. setStatusCode(Code value)If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata. -
Uses of Code in org.tensorflow.framework
Methods in org.tensorflow.framework that return Code Modifier and Type Method Description static CodeCode. forNumber(int value)CodeQueueRunnerDef.Builder. getQueueClosedExceptionTypes(int index)A list of exception types considered to signal a safely closed queue if raised during enqueue operations.CodeQueueRunnerDef. getQueueClosedExceptionTypes(int index)A list of exception types considered to signal a safely closed queue if raised during enqueue operations.CodeQueueRunnerDefOrBuilder. getQueueClosedExceptionTypes(int index)A list of exception types considered to signal a safely closed queue if raised during enqueue operations.static CodeCode. valueOf(int value)Deprecated.static CodeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeCode. valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Code[]Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.framework that return types with arguments of type Code Modifier and Type Method Description List<Code>QueueRunnerDef.Builder. getQueueClosedExceptionTypesList()A list of exception types considered to signal a safely closed queue if raised during enqueue operations.List<Code>QueueRunnerDef. getQueueClosedExceptionTypesList()A list of exception types considered to signal a safely closed queue if raised during enqueue operations.List<Code>QueueRunnerDefOrBuilder. getQueueClosedExceptionTypesList()A list of exception types considered to signal a safely closed queue if raised during enqueue operations.static org.nd4j.shade.protobuf.Internal.EnumLiteMap<Code>Code. internalGetValueMap()Methods in org.tensorflow.framework with parameters of type Code Modifier and Type Method Description QueueRunnerDef.BuilderQueueRunnerDef.Builder. addQueueClosedExceptionTypes(Code value)A list of exception types considered to signal a safely closed queue if raised during enqueue operations.QueueRunnerDef.BuilderQueueRunnerDef.Builder. setQueueClosedExceptionTypes(int index, Code value)A list of exception types considered to signal a safely closed queue if raised during enqueue operations.Method parameters in org.tensorflow.framework with type arguments of type Code Modifier and Type Method Description QueueRunnerDef.BuilderQueueRunnerDef.Builder. addAllQueueClosedExceptionTypes(Iterable<? extends Code> values)A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
-