tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.Cluster

Documentation

data JobDef Source #

Constructors

JobDef 

Fields

Instances

Eq JobDef Source # 

Methods

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

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

Ord JobDef Source # 
Show JobDef Source # 
Message JobDef Source # 

Methods

descriptor :: MessageDescriptor JobDef

Default JobDef Source # 

Methods

def :: JobDef

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

Methods

lensOf :: Proxy# Symbol "name" -> (a -> f b) -> JobDef -> f JobDef

((~) * a (Map Int32 Text), (~) * b (Map Int32 Text), Functor f) => HasLens "tasks" f JobDef JobDef a b Source # 

Methods

lensOf :: Proxy# Symbol "tasks" -> (a -> f b) -> JobDef -> f JobDef

data JobDef'TasksEntry Source #

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

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

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

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

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