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

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.

Inheritance

object > ImportErrorsConfig

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ImportErrorsConfig()

public ImportErrorsConfig()

ImportErrorsConfig(ImportErrorsConfig)

public ImportErrorsConfig(ImportErrorsConfig other)
Parameter
NameDescription
otherImportErrorsConfig

Properties

DestinationCase

public ImportErrorsConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
ImportErrorsConfigDestinationOneofCase

GcsPrefix

public string GcsPrefix { get; set; }

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.

Property Value
TypeDescription
string

HasGcsPrefix

public bool HasGcsPrefix { get; }

Gets whether the "gcs_prefix" field is set

Property Value
TypeDescription
bool