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."],[[["This document outlines the `ImportDataRequest` class within the Google.Cloud.AutoML.V1 namespace, specifically version 2.2.0, used for initiating data import processes."],["The `ImportDataRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `ImportDataRequest` class include `DatasetName`, which provides a typed view of the dataset name, `InputConfig`, specifying the location and semantics of the input data, and `Name`, which is a string property representing the name of the dataset to import into."],["The latest version available for this request message is 3.4.0, with versions ranging down to 2.2.0, all of which are linked on the page."]]],[]]