Class GcsDestination (0.8.0)

  GcsDestination 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

The Google Cloud Storage location where the output is to be written to.

Attribute

Name Description
output_uri_prefix str
Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.

Inheritance

builtins.object > proto.message.Message > GcsDestination