url property
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);
Implementation
@$pb.TagNumber(1)
set url($core.String value) => $_setString(0, value);