public sealed class ImportUserEventsRequest : IMessage<ImportUserEventsRequest>, IEquatable<ImportUserEventsRequest>, IDeepCloneable<ImportUserEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportUserEventsRequest.
Request message for the ImportUserEvents request.
Implements
IMessageImportUserEventsRequest, IEquatableImportUserEventsRequest, IDeepCloneableImportUserEventsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
ImportUserEventsRequest()
public ImportUserEventsRequest()
ImportUserEventsRequest(ImportUserEventsRequest)
public ImportUserEventsRequest(ImportUserEventsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ImportUserEventsRequest |
Properties
ErrorsConfig
public ImportErrorsConfig ErrorsConfig { get; set; }
Optional. The desired location of errors incurred during the Import.
Property Value | |
---|---|
Type | Description |
ImportErrorsConfig |
InputConfig
public InputConfig InputConfig { get; set; }
Required. The desired input location of the data.
Property Value | |
---|---|
Type | Description |
InputConfig |
Parent
public string Parent { get; set; }
Required.
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Property Value | |
---|---|
Type | Description |
string |
ParentAsEventStoreName
public EventStoreName ParentAsEventStoreName { get; set; }
EventStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EventStoreName |
RequestId
public string RequestId { get; set; }
Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.
Property Value | |
---|---|
Type | Description |
string |