GoogleCloudAiplatformV1IngestEventsRequest constructor
GoogleCloudAiplatformV1IngestEventsRequest({
- GoogleCloudAiplatformV1IngestionDirectContentsSource? directContentsSource,
- bool? disableMemoryRevisions,
- bool? forceFlush,
- GoogleCloudAiplatformV1MemoryGenerationTriggerConfig? generationTriggerConfig,
- Map<
String, GoogleCloudAiplatformV1MemoryMetadataValue> ? metadata, - String? metadataMergeStrategy,
- String? revisionExpireTime,
- Map<
String, String> ? revisionLabels, - String? revisionTtl,
- Map<
String, String> ? scope, - 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,
});