Interface protos.google.cloud.aiplatform.v1beta1.IImportFeatureValuesRequest (1.7.2)

Properties of an ImportFeatureValuesRequest.

Package

@google-cloud/aiplatform!

Properties

avroSource

avroSource?: (google.cloud.aiplatform.v1beta1.IAvroSource|null);

ImportFeatureValuesRequest avroSource

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IAvroSource|null)

bigquerySource

bigquerySource?: (google.cloud.aiplatform.v1beta1.IBigQuerySource|null);

ImportFeatureValuesRequest bigquerySource

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IBigQuerySource|null)

csvSource

csvSource?: (google.cloud.aiplatform.v1beta1.ICsvSource|null);

ImportFeatureValuesRequest csvSource

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ICsvSource|null)

disableOnlineServing

disableOnlineServing?: (boolean|null);

ImportFeatureValuesRequest disableOnlineServing

Property Value
TypeDescription
(boolean|null)

entityIdField

entityIdField?: (string|null);

ImportFeatureValuesRequest entityIdField

Property Value
TypeDescription
(string|null)

entityType

entityType?: (string|null);

ImportFeatureValuesRequest entityType

Property Value
TypeDescription
(string|null)

featureSpecs

featureSpecs?: (google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.IFeatureSpec[]|null);

ImportFeatureValuesRequest featureSpecs

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.IFeatureSpec[]|null)

featureTime

featureTime?: (google.protobuf.ITimestamp|null);

ImportFeatureValuesRequest featureTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

featureTimeField

featureTimeField?: (string|null);

ImportFeatureValuesRequest featureTimeField

Property Value
TypeDescription
(string|null)

workerCount

workerCount?: (number|null);

ImportFeatureValuesRequest workerCount

Property Value
TypeDescription
(number|null)