Uses of Enum
org.tensorflow.proto.SessionLog.SessionStatus
Packages that use SessionLog.SessionStatus
-
Uses of SessionLog.SessionStatus in org.tensorflow.proto
Subclasses with type arguments of type SessionLog.SessionStatus in org.tensorflow.protoModifier and TypeClassDescriptionstatic enumProtobuf enumtensorflow.SessionLog.SessionStatusMethods in org.tensorflow.proto that return SessionLog.SessionStatusModifier and TypeMethodDescriptionstatic SessionLog.SessionStatusSessionLog.SessionStatus.forNumber(int value) SessionLog.Builder.getStatus().tensorflow.SessionLog.SessionStatus status = 1;SessionLog.getStatus().tensorflow.SessionLog.SessionStatus status = 1;SessionLogOrBuilder.getStatus().tensorflow.SessionLog.SessionStatus status = 1;static SessionLog.SessionStatusSessionLog.SessionStatus.valueOf(int value) Deprecated.static SessionLog.SessionStatusSessionLog.SessionStatus.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SessionLog.SessionStatusReturns the enum constant of this type with the specified name.static SessionLog.SessionStatus[]SessionLog.SessionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type SessionLog.SessionStatusMethods in org.tensorflow.proto with parameters of type SessionLog.SessionStatusModifier and TypeMethodDescriptionSessionLog.Builder.setStatus(SessionLog.SessionStatus value) .tensorflow.SessionLog.SessionStatus status = 1;