Recommendations AI v1beta1 API - Class ImportUserEventsResponse (2.0.0-beta04)

public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportUserEventsResponse.

Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.

Inheritance

object > ImportUserEventsResponse

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ImportUserEventsResponse()

public ImportUserEventsResponse()

ImportUserEventsResponse(ImportUserEventsResponse)

public ImportUserEventsResponse(ImportUserEventsResponse other)
Parameter
NameDescription
otherImportUserEventsResponse

Properties

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the request.

Property Value
TypeDescription
RepeatedFieldStatus

ErrorsConfig

public ImportErrorsConfig ErrorsConfig { get; set; }

Echoes the destination for the complete errors if this field was set in the request.

Property Value
TypeDescription
ImportErrorsConfig

ImportSummary

public UserEventImportSummary ImportSummary { get; set; }

Aggregated statistics of user event import status.

Property Value
TypeDescription
UserEventImportSummary