App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google
appengine
ext
mapreduce
status
MapreduceInfo
Static Public Attributes
|
List of all members
google.appengine.ext.mapreduce.status.MapreduceInfo Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.status.MapreduceInfo:
Static Public Attributes
dictionary
ATTRIBUTES
Detailed Description
Mapreduce description in mapreduce.yaml.
Member Data Documentation
dictionary google.appengine.ext.mapreduce.status.MapreduceInfo.ATTRIBUTES
static
Initial value:
1
= {
2
"name"
:
r".+"
,
3
"mapper"
: MapperInfo,
4
"params"
: validation.Optional(validation.Repeated(UserParam)),
5
"params_validator"
: validation.Optional(
r".+"
),
6
}
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