gogol-ml-0.2.0: 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.List

Contents

Description

Lists the jobs in the project.

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

Synopsis

REST Resource

type ProjectsJobsListResource = "v1beta1" :> (Capture "parent" Text :> ("jobs" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleCloudMlV1beta1__ListJobsResponse))))))))))))) Source #

A resource alias for ml.projects.jobs.list method which the ProjectsJobsList request conforms to.

Creating a Request

projectsJobsList Source #

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

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

data ProjectsJobsList Source #

Lists the jobs in the project.

See: projectsJobsList smart constructor.

Instances

Eq ProjectsJobsList Source # 
Data ProjectsJobsList Source # 

Methods

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

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

toConstr :: ProjectsJobsList -> Constr #

dataTypeOf :: ProjectsJobsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsJobsList Source # 
Generic ProjectsJobsList Source # 
GoogleRequest ProjectsJobsList Source # 
type Rep ProjectsJobsList Source # 
type Rep ProjectsJobsList = D1 (MetaData "ProjectsJobsList" "Network.Google.Resource.Ml.Projects.Jobs.List" "gogol-ml-0.2.0-FeCBucD4LHN7amOInAZjsr" False) (C1 (MetaCons "ProjectsJobsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pjlParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pjlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_pjlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pjlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pjlFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_pjlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsJobsList Source # 
type Scopes ProjectsJobsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsJobsList Source # 

Request Lenses

pjlParent :: Lens' ProjectsJobsList Text Source #

Required. The name of the project for which to list jobs. Authorization: requires `Viewer` role on the specified project.

pjlUploadProtocol :: Lens' ProjectsJobsList (Maybe Text) Source #

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

pjlPp :: Lens' ProjectsJobsList Bool Source #

Pretty-print response.

pjlUploadType :: Lens' ProjectsJobsList (Maybe Text) Source #

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

pjlFilter :: Lens' ProjectsJobsList (Maybe Text) Source #

Optional. Specifies the subset of jobs to retrieve.

pjlPageToken :: Lens' ProjectsJobsList (Maybe Text) Source #

Optional. A page token to request the next page of results. You get the token from the `next_page_token` field of the response from the previous call.

pjlPageSize :: Lens' ProjectsJobsList (Maybe Int32) Source #

Optional. The number of jobs to retrieve per "page" of results. If there are more remaining results than this number, the response message will contain a valid value in the `next_page_token` field. The default value is 20, and the maximum page size is 100.