public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ImportDataRequest.
Request message for [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData].
[[["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 document provides reference documentation for the `ImportDataRequest` class within the Google AutoML v1 API, specifically version 3.3.0."],["`ImportDataRequest` is a message class used for importing data into AutoML, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DatasetName`, `InputConfig`, and `Name`, which are used to specify the dataset and input data for the import operation."],["There is a list of previous versions of the AutoML v1 API, with the most recent being 3.4.0."],["There are two constructors provided, a default constructor and one that takes an `ImportDataRequest` parameter."]]],[]]