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].
Implements
IMessageImportDataRequest, IEquatableImportDataRequest, IDeepCloneableImportDataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ImportDataRequest()
public ImportDataRequest()
ImportDataRequest(ImportDataRequest)
public ImportDataRequest(ImportDataRequest other)
Parameter | |
---|---|
Name | Description |
other |
ImportDataRequest |
Properties
DatasetName
public DatasetName DatasetName { get; set; }
DatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldImportDataConfig |
Name
public string Name { get; set; }
Required. The name of the Dataset resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
Property Value | |
---|---|
Type | Description |
string |