Class GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest
Request message for the ImportUserEvents request.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorsConfig
Optional. The desired location of errors incurred during the Import.
Declaration
[JsonProperty("errorsConfig")]
public virtual GoogleCloudRecommendationengineV1beta1ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommendationengineV1beta1ImportErrorsConfig |
InputConfig
Required. The desired input location of the data.
Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudRecommendationengineV1beta1InputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommendationengineV1beta1InputConfig |
RequestId
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.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |