Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Describes a job.
See: Cloud Machine Learning Engine Reference for ml.projects.jobs.get
.
Synopsis
- type ProjectsJobsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleCloudMlV1__Job)))))))
- projectsJobsGet :: Text -> ProjectsJobsGet
- data ProjectsJobsGet
- pjgXgafv :: Lens' ProjectsJobsGet (Maybe Xgafv)
- pjgUploadProtocol :: Lens' ProjectsJobsGet (Maybe Text)
- pjgAccessToken :: Lens' ProjectsJobsGet (Maybe Text)
- pjgUploadType :: Lens' ProjectsJobsGet (Maybe Text)
- pjgName :: Lens' ProjectsJobsGet Text
- pjgCallback :: Lens' ProjectsJobsGet (Maybe Text)
REST Resource
type ProjectsJobsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleCloudMlV1__Job))))))) Source #
A resource alias for ml.projects.jobs.get
method which the
ProjectsJobsGet
request conforms to.
Creating a Request
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
Request Lenses
pjgUploadProtocol :: Lens' ProjectsJobsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pjgAccessToken :: Lens' ProjectsJobsGet (Maybe Text) Source #
OAuth access token.
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.
pjgCallback :: Lens' ProjectsJobsGet (Maybe Text) Source #
JSONP