public sealed class ImportProductSetsInputConfig : IMessage<ImportProductSetsInputConfig>, IEquatable<ImportProductSetsInputConfig>, IDeepCloneable<ImportProductSetsInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ImportProductSetsInputConfig.
The input content for the ImportProductSets method.
[[["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-04-17 UTC."],[[["This page provides reference documentation for the `ImportProductSetsInputConfig` class within the Google Cloud Vision v1 API, specifically for version 3.4.0."],["`ImportProductSetsInputConfig` is designed to configure the input for the `ImportProductSets` method, facilitating the import of product set data."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties like `GcsSource`, which specifies the Google Cloud Storage location for a CSV file containing a list of ImportProductSetRequests, and `SourceCase` to determine the source of the product set."],["The documentation also details the available constructors for the `ImportProductSetsInputConfig` class, including a default constructor and a copy constructor."]]],[]]