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."],[[["This webpage details the `ImportDataRequest` class, which is used to request data importation in Google Cloud's AutoML service, specifically in version 2.4.0."],["The `ImportDataRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class features two constructors, `ImportDataRequest()` and `ImportDataRequest(ImportDataRequest other)`, enabling the creation of new instances and copies of existing `ImportDataRequest` objects."],["It includes properties such as `DatasetName`, `InputConfig`, and `Name`, which are essential for specifying the target dataset and input configurations for the data import operation."],["There are several previous versions available to view including the latest version 3.4.0, which is accessible via a link."]]],[]]