gogol-ml-0.1.1: Google Cloud Machine Learning SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Ml.Projects.Jobs.Get

Contents

Description

Describes a job.

See: Google Cloud Machine Learning Reference for ml.projects.jobs.get.

Synopsis

REST Resource

type ProjectsJobsGetResource = "v1beta1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleCloudMlV1beta1__Job))))))))) Source #

A resource alias for ml.projects.jobs.get method which the ProjectsJobsGet request conforms to.

Creating a Request

projectsJobsGet Source #

Creates a value of ProjectsJobsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ProjectsJobsGet Source #

Describes a job.

See: projectsJobsGet smart constructor.

Instances

Eq ProjectsJobsGet Source # 
Data ProjectsJobsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsJobsGet -> c ProjectsJobsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsJobsGet #

toConstr :: ProjectsJobsGet -> Constr #

dataTypeOf :: ProjectsJobsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsJobsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsJobsGet) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsJobsGet -> ProjectsJobsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsJobsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsJobsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsJobsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsJobsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsJobsGet -> m ProjectsJobsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsJobsGet -> m ProjectsJobsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsJobsGet -> m ProjectsJobsGet #

Show ProjectsJobsGet Source # 
Generic ProjectsJobsGet Source # 
GoogleRequest ProjectsJobsGet Source # 
type Rep ProjectsJobsGet Source # 
type Scopes ProjectsJobsGet Source # 
type Scopes ProjectsJobsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsJobsGet Source # 

Request Lenses

pjgUploadProtocol :: Lens' ProjectsJobsGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pjgPp :: Lens' ProjectsJobsGet Bool Source #

Pretty-print response.

pjgUploadType :: Lens' ProjectsJobsGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pjgName :: Lens' ProjectsJobsGet Text Source #

Required. The name of the job to get the description of. Authorization: requires `Viewer` role on the parent project.