public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImportDataRequest.
Request message for
[DatasetService.ImportData][google.cloud.aiplatform.v1beta1.DatasetService.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-25 UTC."],[[["This document provides reference information for the `ImportDataRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09, with the latest version being beta21."],["The `ImportDataRequest` class is a request message used for the `DatasetService.ImportData` operation, enabling the import of data into a Dataset."],["`ImportDataRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DatasetName`, representing a typed view over the dataset resource name, `ImportConfigs` which specifies the desired input locations, and `Name` which is the required dataset name in a specified format."],["There are two constructors for this class, one being the default constructor, and the second allowing you to input another `ImportDataRequest` object."]]],[]]