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-04-17 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."]]],[]]