GoogleCloudAiplatformV1Artifact constructor

GoogleCloudAiplatformV1Artifact({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? etag,
  5. Map<String, String>? labels,
  6. Map<String, Object?>? metadata,
  7. String? name,
  8. String? schemaTitle,
  9. String? schemaVersion,
  10. String? state,
  11. String? updateTime,
  12. String? uri,
})

Implementation

GoogleCloudAiplatformV1Artifact({
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.metadata,
  this.name,
  this.schemaTitle,
  this.schemaVersion,
  this.state,
  this.updateTime,
  this.uri,
});