GoogleCloudAiplatformV1IngestEventsRequest constructor

GoogleCloudAiplatformV1IngestEventsRequest({
  1. GoogleCloudAiplatformV1IngestionDirectContentsSource? directContentsSource,
  2. bool? disableMemoryRevisions,
  3. bool? forceFlush,
  4. GoogleCloudAiplatformV1MemoryGenerationTriggerConfig? generationTriggerConfig,
  5. Map<String, GoogleCloudAiplatformV1MemoryMetadataValue>? metadata,
  6. String? metadataMergeStrategy,
  7. String? revisionExpireTime,
  8. Map<String, String>? revisionLabels,
  9. String? revisionTtl,
  10. Map<String, String>? scope,
  11. String? streamId,
})

Implementation

GoogleCloudAiplatformV1IngestEventsRequest({
  this.directContentsSource,
  this.disableMemoryRevisions,
  this.forceFlush,
  this.generationTriggerConfig,
  this.metadata,
  this.metadataMergeStrategy,
  this.revisionExpireTime,
  this.revisionLabels,
  this.revisionTtl,
  this.scope,
  this.streamId,
});