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