uri property

  1. @TagNumber.new(1)
String get uri

URI for the output file(s). For example, gs://my-bucket/outputs/. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

Implementation

@$pb.TagNumber(1)
$core.String get uri => $_getSZ(0);
  1. @TagNumber.new(1)
set uri (String v)

Implementation

@$pb.TagNumber(1)
set uri($core.String v) { $_setString(0, v); }