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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]