Cloud AI Platform v1 API - Class ImportDataRequest (2.27.0)

public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ImportDataRequest.

Request message for [DatasetService.ImportData][google.cloud.aiplatform.v1.DatasetService.ImportData].

Inheritance

object > ImportDataRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ImportDataRequest()

public ImportDataRequest()

ImportDataRequest(ImportDataRequest)

public ImportDataRequest(ImportDataRequest other)
Parameter
NameDescription
otherImportDataRequest

Properties

DatasetName

public DatasetName DatasetName { get; set; }

DatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetName

ImportConfigs

public RepeatedField<ImportDataConfig> ImportConfigs { get; }

Required. The desired input locations. The contents of all input locations will be imported in one batch.

Property Value
TypeDescription
RepeatedFieldImportDataConfig

Name

public string Name { get; set; }

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

Property Value
TypeDescription
string