public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage
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."],[[["The `ImportDataRequest` class is used to send a request to import data in Google Cloud AutoML, and it is a part of version 2.6.0 of the Google.Cloud.AutoML.V1 namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["`ImportDataRequest` includes properties such as `DatasetName`, `InputConfig`, and `Name` to specify the dataset, input location, and the dataset name for the import operation."],["There are two constructors available: a default one, and another which takes an `ImportDataRequest` object as parameter."],["The documentation shows the current version (2.6.0) and various versions in descending order, including the latest (3.4.0) all the way down to 2.2.0, with links to their respective documentation."]]],[]]