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."],[[["Version 3.4.0 is the latest version available for the `ImportDataRequest` class."],["The `ImportDataRequest` class is a request message for importing data into AutoML and is part of the `Google.Cloud.AutoML.V1` namespace."],["The `ImportDataRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `DatasetName`, `InputConfig`, and `Name` to specify the dataset and the input location for data import, with `Name` and `InputConfig` being required properties."],["There are a variety of prior versions available including 2.5.0, which is the current version being described, and many others ranging from 2.2.0 up to 3.4.0."]]],[]]