RawOutputPaths
This interface defines the actual path where data produced by a task can be placed, providing exactly-once semantics. It guarantees a unique and constant path for each new execution of a task. The primary functionality is to retrieve the prefix where all output data can be stored.
Methods
GetRawOutputPrefix()
@classmethod
def GetRawOutputPrefix() - > storage.DataReference
GetRawOutputPrefix is the prefix (blob store prefix or directory) where all data produced can be stored.
Returns
| Type | Description |
|---|---|
storage.DataReference |