public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ImportDataRequest.
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."],[[["This document provides reference documentation for the `ImportDataRequest` class within the Google AutoML v1 API, detailing its purpose in importing data into datasets."],["The `ImportDataRequest` class is part of the `Google.Cloud.AutoML.V1` namespace and is included in the `Google.Cloud.AutoML.V1.dll` assembly."],["`ImportDataRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cImportDataRequest\u003e`, `IDeepCloneable\u003cImportDataRequest\u003e`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `DatasetName`, `InputConfig`, and `Name`, which are used to define the dataset to import data into and specify the input location."],["There are multiple previous versions of `ImportDataRequest` available, ranging from version 2.2.0 to the latest 3.4.0."]]],[]]