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 latest version of the `ImportDataRequest` class is 3.4.0, with version 3.0.0 also listed among the available versions."],["The `ImportDataRequest` class is part of the `Google.Cloud.AutoML.V1` namespace and is used for sending requests to the AutoMl.ImportData service."],["`ImportDataRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `ImportDataRequest` class contains properties such as `DatasetName`, `InputConfig`, and `Name`, which are essential for configuring and defining data import operations."],["There are two constructors for the `ImportDataRequest` class: a default constructor and one that takes another `ImportDataRequest` object as a parameter."]]],[]]