url property

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

Required. Download URL or file path. Routed straight into ModelInfoMakeRequest.url; format/artifact inference and id/name generation reuse the same factory semantics.

Implementation

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

Implementation

@$pb.TagNumber(1)
set url($core.String value) => $_setString(0, value);