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."],[[["The latest version of the `ImportDataRequest` class is 3.4.0, as shown by the version navigation links provided at the top of the content."],["The `ImportDataRequest` class is used as a request message for the `AutoMl.ImportData` method within the Google AutoML v1 API, and it inherits from the object class while implementing multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class is part of the `Google.Cloud.AutoML.V1` namespace and is found within the `Google.Cloud.AutoML.V1.dll` assembly."],["There are two constructors available for `ImportDataRequest`: one with no parameters and one that accepts another `ImportDataRequest` object as an argument."],["The `ImportDataRequest` class includes properties like `DatasetName`, `InputConfig`, and `Name`, each serving specific purposes in defining the import operation."]]],[]]