GoogleCloudAiplatformV1ExamplesOverride constructor

GoogleCloudAiplatformV1ExamplesOverride({
  1. int? crowdingCount,
  2. String? dataFormat,
  3. int? neighborCount,
  4. List<GoogleCloudAiplatformV1ExamplesRestrictionsNamespace>? restrictions,
  5. bool? returnEmbeddings,
})

Implementation

GoogleCloudAiplatformV1ExamplesOverride({
  this.crowdingCount,
  this.dataFormat,
  this.neighborCount,
  this.restrictions,
  this.returnEmbeddings,
});