GoogleCloudAiplatformV1SavedQuery constructor

GoogleCloudAiplatformV1SavedQuery({
  1. String? annotationFilter,
  2. int? annotationSpecCount,
  3. String? createTime,
  4. String? displayName,
  5. String? etag,
  6. Object? metadata,
  7. String? name,
  8. String? problemType,
  9. bool? supportAutomlTraining,
  10. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1SavedQuery({
  this.annotationFilter,
  this.annotationSpecCount,
  this.createTime,
  this.displayName,
  this.etag,
  this.metadata,
  this.name,
  this.problemType,
  this.supportAutomlTraining,
  this.updateTime,
});