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."],[[["This documentation covers the `ImportErrorsConfig` class, which is part of the Recommendations AI v1beta1 API within the Google Cloud environment, specifically for handling import-related errors."],["The `ImportErrorsConfig` class is used to configure the destination for errors that occur during the import process, implemented as a sealed class inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor `ImportErrorsConfig()` and a copy constructor `ImportErrorsConfig(ImportErrorsConfig other)`."],["`ImportErrorsConfig` includes properties like `DestinationCase` to manage different error destination options and `GcsPrefix` to specify a Google Cloud Storage location for storing error messages."],["The latest version of the `ImportErrorsConfig` is 2.0.0-beta06, and this documentation also provides links to the two older versions: 2.0.0-beta05 and 1.0.0-beta03."]]],[]]