![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | kind |
def | get_root_key |
![]() | |
def | __new__ |
def | __init__ |
def | key |
def | put |
def | delete |
def | is_saved |
def | has_key |
def | dynamic_properties |
def | instance_properties |
def | parent |
def | parent_key |
def | to_xml |
def | get |
def | get_by_key_name |
def | get_by_id |
def | get_or_insert |
def | all |
def | gql |
def | from_entity |
def | kind |
def | entity_type |
def | properties |
def | fields |
Additional Inherited Members | |
![]() | |
save = put | |
Entity to store output filenames of pipelines. These entities are always children of key returned by get_root_key().
def google.appengine.ext.mapreduce.shuffler._OutputFile.get_root_key | ( | cls, | |
job_id | |||
) |
Get root key to store output files. Args: job_id: pipeline's job id. Returns: root key for a given job id to store output file entities.
def google.appengine.ext.mapreduce.shuffler._OutputFile.kind | ( | cls | ) |
Returns entity kind.