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 content focuses on the `ImportDataRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.3.0 of the library, with links to newer and older versions available."],["`ImportDataRequest` is a request message for `AutoMl.ImportData` operations and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportDataRequest` class inherits from `Object` and has constructors to create an empty instance or clone from another `ImportDataRequest` object."],["The class exposes properties such as `DatasetName`, `InputConfig`, and `Name`, all of which are used to specify the details for importing data."],["The latest version available in the provided content is 3.4.0, with several prior versions listed, dating as far back as version 2.2.0."]]],[]]