public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportErrorsConfig.
Configuration of destination for Import related errors.
Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Import errors will be written to a file in
this bucket, one per line, as a JSON-encoded
google.rpc.Status message.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ImportErrorsConfig` class in the Google Cloud Recommendation Engine v1beta1 API is used to configure the destination for errors that occur during the import process."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `ImportErrorsConfig` class provides a `GcsPrefix` property, which specifies a Google Cloud Storage path for writing import errors, with each error written as a JSON-encoded `google.rpc.Status` message."],["There are two constructors available for `ImportErrorsConfig`, one is a default constructor, and the other takes an `ImportErrorsConfig` object as a parameter."],["The class has a `DestinationCase` property that indicates the current type of destination being used, and `HasGcsPrefix` which determines if the `GcsPrefix` property has been set."]]],[]]