Recommendations AI v1beta1 API - Class ImportUserEventsRequest (2.0.0-beta05)

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.

Inheritance

object > ImportUserEventsRequest

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ImportUserEventsRequest()

public ImportUserEventsRequest()

ImportUserEventsRequest(ImportUserEventsRequest)

public ImportUserEventsRequest(ImportUserEventsRequest other)
Parameter
NameDescription
otherImportUserEventsRequest

Properties

ErrorsConfig

public ImportErrorsConfig ErrorsConfig { get; set; }

Optional. The desired location of errors incurred during the Import.

Property Value
TypeDescription
ImportErrorsConfig

InputConfig

public InputConfig InputConfig { get; set; }

Required. The desired input location of the data.

Property Value
TypeDescription
InputConfig

Parent

public string Parent { get; set; }

Required. projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store

Property Value
TypeDescription
string

ParentAsEventStoreName

public EventStoreName ParentAsEventStoreName { get; set; }

EventStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
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
TypeDescription
string