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-04-17 UTC."],[[["The latest version of the Google AutoML v1 API class ImportDataRequest is 3.4.0, with version 3.2.0 being the current context version."],["The `ImportDataRequest` class is a request message for importing data into Google AutoML and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes members such as `GetHashCode()`, `GetType()`, and `ToString()` but contains also custom methods such as the constructor `ImportDataRequest()`."],["`ImportDataRequest` requires a dataset name, which must already exist, and it allows setting an `InputConfig` to specify the desired input location."],["The class exposes properties like `DatasetName`, `InputConfig`, and `Name`, providing details on the dataset and input configuration."]]],[]]