App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.ext.mapreduce.pipeline_base._OutputSlotsMixin Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.pipeline_base._OutputSlotsMixin:
google.appengine.ext.mapreduce.mapper_pipeline.MapperPipeline google.appengine.ext.mapreduce.mapreduce_pipeline._ReturnPipeline google.appengine.ext.mapreduce.mapreduce_pipeline.MapPipeline google.appengine.ext.mapreduce.mapreduce_pipeline.MapreducePipeline google.appengine.ext.mapreduce.mapreduce_pipeline.ReducePipeline

Static Public Attributes

list output_names = ["result_status"]
 

Detailed Description

Defines common output slots for all MR user facing pipelines.

result_status: one of model.MapreduceState._RESULTS. When a MR pipeline
  finishes, user should check this for the status of the MR job.

The documentation for this class was generated from the following file: