App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google
appengine
ext
mapreduce
status
UserParam
Static Public Attributes
|
List of all members
google.appengine.ext.mapreduce.status.UserParam Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.status.UserParam:
Static Public Attributes
dictionary
ATTRIBUTES
Detailed Description
A user-supplied parameter to a mapreduce job.
Member Data Documentation
dictionary google.appengine.ext.mapreduce.status.UserParam.ATTRIBUTES
static
Initial value:
1
= {
2
"name"
:
r"[a-zA-Z0-9_\.]+"
,
3
"default"
: validation.Optional(
r".*"
),
4
"value"
: validation.Optional(
r".*"
),
5
}
The documentation for this class was generated from the following file:
code/googleappengine-read-only/python/google/appengine/ext/mapreduce/status.py
Maintained by
tzmartin