GoogleCloudAiplatformV1UrlMetadata constructor

GoogleCloudAiplatformV1UrlMetadata({
  1. String? retrievedUrl,
  2. String? urlRetrievalStatus,
})

Implementation

GoogleCloudAiplatformV1UrlMetadata({
  this.retrievedUrl,
  this.urlRetrievalStatus,
});