tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Util.Event

Documentation

data Event Source #

Instances

Eq Event Source # 

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Ord Event Source # 

Methods

compare :: Event -> Event -> Ordering #

(<) :: Event -> Event -> Bool #

(<=) :: Event -> Event -> Bool #

(>) :: Event -> Event -> Bool #

(>=) :: Event -> Event -> Bool #

max :: Event -> Event -> Event #

min :: Event -> Event -> Event #

Show Event Source # 

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

Message Event Source # 

Methods

descriptor :: MessageDescriptor Event

Default Event Source # 

Methods

def :: Event

((~) * a Text, (~) * b Text, Functor f) => HasLens "fileVersion" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "fileVersion" -> (a -> f b) -> Event -> f Event

((~) * a ByteString, (~) * b ByteString, Functor f) => HasLens "graphDef" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "graphDef" -> (a -> f b) -> Event -> f Event

((~) * a LogMessage, (~) * b LogMessage, Functor f) => HasLens "logMessage" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "logMessage" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'fileVersion" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'fileVersion" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe ByteString), (~) * b (Maybe ByteString), Functor f) => HasLens "maybe'graphDef" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'graphDef" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe LogMessage), (~) * b (Maybe LogMessage), Functor f) => HasLens "maybe'logMessage" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'logMessage" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe ByteString), (~) * b (Maybe ByteString), Functor f) => HasLens "maybe'metaGraphDef" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'metaGraphDef" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe SessionLog), (~) * b (Maybe SessionLog), Functor f) => HasLens "maybe'sessionLog" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'sessionLog" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe Summary), (~) * b (Maybe Summary), Functor f) => HasLens "maybe'summary" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'summary" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe TaggedRunMetadata), (~) * b (Maybe TaggedRunMetadata), Functor f) => HasLens "maybe'taggedRunMetadata" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'taggedRunMetadata" -> (a -> f b) -> Event -> f Event

((~) * a (Maybe Event'What), (~) * b (Maybe Event'What), Functor f) => HasLens "maybe'what" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'what" -> (a -> f b) -> Event -> f Event

((~) * a ByteString, (~) * b ByteString, Functor f) => HasLens "metaGraphDef" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "metaGraphDef" -> (a -> f b) -> Event -> f Event

((~) * a SessionLog, (~) * b SessionLog, Functor f) => HasLens "sessionLog" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "sessionLog" -> (a -> f b) -> Event -> f Event

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "step" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "step" -> (a -> f b) -> Event -> f Event

((~) * a Summary, (~) * b Summary, Functor f) => HasLens "summary" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "summary" -> (a -> f b) -> Event -> f Event

((~) * a TaggedRunMetadata, (~) * b TaggedRunMetadata, Functor f) => HasLens "taggedRunMetadata" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "taggedRunMetadata" -> (a -> f b) -> Event -> f Event

((~) * a Double, (~) * b Double, Functor f) => HasLens "wallTime" f Event Event a b Source # 

Methods

lensOf :: Proxy# Symbol "wallTime" -> (a -> f b) -> Event -> f Event

data LogMessage Source #

Instances

Eq LogMessage Source # 
Ord LogMessage Source # 
Show LogMessage Source # 
Message LogMessage Source # 

Methods

descriptor :: MessageDescriptor LogMessage

Default LogMessage Source # 

Methods

def :: LogMessage

((~) * a LogMessage'Level, (~) * b LogMessage'Level, Functor f) => HasLens "level" f LogMessage LogMessage a b Source # 

Methods

lensOf :: Proxy# Symbol "level" -> (a -> f b) -> LogMessage -> f LogMessage

((~) * a Text, (~) * b Text, Functor f) => HasLens "message" f LogMessage LogMessage a b Source # 

Methods

lensOf :: Proxy# Symbol "message" -> (a -> f b) -> LogMessage -> f LogMessage

data LogMessage'Level Source #

Instances

Bounded LogMessage'Level Source # 
Enum LogMessage'Level Source # 
Eq LogMessage'Level Source # 
Ord LogMessage'Level Source # 
Show LogMessage'Level Source # 
MessageEnum LogMessage'Level Source # 
FieldDefault LogMessage'Level Source # 
Default LogMessage'Level Source # 

data SessionLog Source #

Instances

Eq SessionLog Source # 
Ord SessionLog Source # 
Show SessionLog Source # 
Message SessionLog Source # 

Methods

descriptor :: MessageDescriptor SessionLog

Default SessionLog Source # 

Methods

def :: SessionLog

((~) * a Text, (~) * b Text, Functor f) => HasLens "checkpointPath" f SessionLog SessionLog a b Source # 

Methods

lensOf :: Proxy# Symbol "checkpointPath" -> (a -> f b) -> SessionLog -> f SessionLog

((~) * a Text, (~) * b Text, Functor f) => HasLens "msg" f SessionLog SessionLog a b Source # 

Methods

lensOf :: Proxy# Symbol "msg" -> (a -> f b) -> SessionLog -> f SessionLog

((~) * a SessionLog'SessionStatus, (~) * b SessionLog'SessionStatus, Functor f) => HasLens "status" f SessionLog SessionLog a b Source # 

Methods

lensOf :: Proxy# Symbol "status" -> (a -> f b) -> SessionLog -> f SessionLog

data SessionLog'SessionStatus Source #

Instances

Bounded SessionLog'SessionStatus Source # 
Enum SessionLog'SessionStatus Source # 
Eq SessionLog'SessionStatus Source # 
Ord SessionLog'SessionStatus Source # 
Show SessionLog'SessionStatus Source # 
MessageEnum SessionLog'SessionStatus Source # 
FieldDefault SessionLog'SessionStatus Source # 
Default SessionLog'SessionStatus Source # 

data TaggedRunMetadata Source #

data WorkerHealth Source #

data WorkerHeartbeatRequest Source #

Instances

Eq WorkerHeartbeatRequest Source # 
Ord WorkerHeartbeatRequest Source # 
Show WorkerHeartbeatRequest Source # 
Message WorkerHeartbeatRequest Source # 

Methods

descriptor :: MessageDescriptor WorkerHeartbeatRequest

Default WorkerHeartbeatRequest Source # 
((~) * a (Maybe WatchdogConfig), (~) * b (Maybe WatchdogConfig), Functor f) => HasLens "maybe'watchdogConfig" f WorkerHeartbeatRequest WorkerHeartbeatRequest a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'watchdogConfig" -> (a -> f b) -> WorkerHeartbeatRequest -> f WorkerHeartbeatRequest

((~) * a WorkerShutdownMode, (~) * b WorkerShutdownMode, Functor f) => HasLens "shutdownMode" f WorkerHeartbeatRequest WorkerHeartbeatRequest a b Source # 

Methods

lensOf :: Proxy# Symbol "shutdownMode" -> (a -> f b) -> WorkerHeartbeatRequest -> f WorkerHeartbeatRequest

((~) * a WatchdogConfig, (~) * b WatchdogConfig, Functor f) => HasLens "watchdogConfig" f WorkerHeartbeatRequest WorkerHeartbeatRequest a b Source # 

Methods

lensOf :: Proxy# Symbol "watchdogConfig" -> (a -> f b) -> WorkerHeartbeatRequest -> f WorkerHeartbeatRequest

data WorkerHeartbeatResponse Source #

Instances

Eq WorkerHeartbeatResponse Source # 
Ord WorkerHeartbeatResponse Source # 
Show WorkerHeartbeatResponse Source # 
Message WorkerHeartbeatResponse Source # 

Methods

descriptor :: MessageDescriptor WorkerHeartbeatResponse

Default WorkerHeartbeatResponse Source # 
((~) * a WorkerHealth, (~) * b WorkerHealth, Functor f) => HasLens "healthStatus" f WorkerHeartbeatResponse WorkerHeartbeatResponse a b Source # 

Methods

lensOf :: Proxy# Symbol "healthStatus" -> (a -> f b) -> WorkerHeartbeatResponse -> f WorkerHeartbeatResponse

((~) * a Text, (~) * b Text, Functor f) => HasLens "hostname" f WorkerHeartbeatResponse WorkerHeartbeatResponse a b Source # 

Methods

lensOf :: Proxy# Symbol "hostname" -> (a -> f b) -> WorkerHeartbeatResponse -> f WorkerHeartbeatResponse

((~) * a [Event], (~) * b [Event], Functor f) => HasLens "workerLog" f WorkerHeartbeatResponse WorkerHeartbeatResponse a b Source # 

Methods

lensOf :: Proxy# Symbol "workerLog" -> (a -> f b) -> WorkerHeartbeatResponse -> f WorkerHeartbeatResponse

data WorkerShutdownMode Source #

Instances

Bounded WorkerShutdownMode Source # 
Enum WorkerShutdownMode Source # 
Eq WorkerShutdownMode Source # 
Ord WorkerShutdownMode Source # 
Show WorkerShutdownMode Source # 
MessageEnum WorkerShutdownMode Source # 
FieldDefault WorkerShutdownMode Source # 
Default WorkerShutdownMode Source # 

checkpointPath :: forall f s t a b. HasLens "checkpointPath" f s t a b => LensLike f s t a b Source #

fileVersion :: forall f s t a b. HasLens "fileVersion" f s t a b => LensLike f s t a b Source #

graphDef :: forall f s t a b. HasLens "graphDef" f s t a b => LensLike f s t a b Source #

healthStatus :: forall f s t a b. HasLens "healthStatus" f s t a b => LensLike f s t a b Source #

hostname :: forall f s t a b. HasLens "hostname" f s t a b => LensLike f s t a b Source #

level :: forall f s t a b. HasLens "level" f s t a b => LensLike f s t a b Source #

logMessage :: forall f s t a b. HasLens "logMessage" f s t a b => LensLike f s t a b Source #

maybe'fileVersion :: forall f s t a b. HasLens "maybe'fileVersion" f s t a b => LensLike f s t a b Source #

maybe'graphDef :: forall f s t a b. HasLens "maybe'graphDef" f s t a b => LensLike f s t a b Source #

maybe'logMessage :: forall f s t a b. HasLens "maybe'logMessage" f s t a b => LensLike f s t a b Source #

maybe'metaGraphDef :: forall f s t a b. HasLens "maybe'metaGraphDef" f s t a b => LensLike f s t a b Source #

maybe'sessionLog :: forall f s t a b. HasLens "maybe'sessionLog" f s t a b => LensLike f s t a b Source #

maybe'summary :: forall f s t a b. HasLens "maybe'summary" f s t a b => LensLike f s t a b Source #

maybe'taggedRunMetadata :: forall f s t a b. HasLens "maybe'taggedRunMetadata" f s t a b => LensLike f s t a b Source #

maybe'watchdogConfig :: forall f s t a b. HasLens "maybe'watchdogConfig" f s t a b => LensLike f s t a b Source #

maybe'what :: forall f s t a b. HasLens "maybe'what" f s t a b => LensLike f s t a b Source #

message :: forall f s t a b. HasLens "message" f s t a b => LensLike f s t a b Source #

metaGraphDef :: forall f s t a b. HasLens "metaGraphDef" f s t a b => LensLike f s t a b Source #

msg :: forall f s t a b. HasLens "msg" f s t a b => LensLike f s t a b Source #

runMetadata :: forall f s t a b. HasLens "runMetadata" f s t a b => LensLike f s t a b Source #

sessionLog :: forall f s t a b. HasLens "sessionLog" f s t a b => LensLike f s t a b Source #

shutdownMode :: forall f s t a b. HasLens "shutdownMode" f s t a b => LensLike f s t a b Source #

status :: forall f s t a b. HasLens "status" f s t a b => LensLike f s t a b Source #

step :: forall f s t a b. HasLens "step" f s t a b => LensLike f s t a b Source #

summary :: forall f s t a b. HasLens "summary" f s t a b => LensLike f s t a b Source #

tag :: forall f s t a b. HasLens "tag" f s t a b => LensLike f s t a b Source #

taggedRunMetadata :: forall f s t a b. HasLens "taggedRunMetadata" f s t a b => LensLike f s t a b Source #

timeoutMs :: forall f s t a b. HasLens "timeoutMs" f s t a b => LensLike f s t a b Source #

wallTime :: forall f s t a b. HasLens "wallTime" f s t a b => LensLike f s t a b Source #

watchdogConfig :: forall f s t a b. HasLens "watchdogConfig" f s t a b => LensLike f s t a b Source #

workerLog :: forall f s t a b. HasLens "workerLog" f s t a b => LensLike f s t a b Source #