Properties of an ImportFeatureValuesRequest.
Package
@google-cloud/aiplatformProperties
avroSource
avroSource?: (google.cloud.aiplatform.v1beta1.IAvroSource|null);
ImportFeatureValuesRequest avroSource
Type | Description |
(google.cloud.aiplatform.v1beta1.IAvroSource|null) |
bigquerySource
bigquerySource?: (google.cloud.aiplatform.v1beta1.IBigQuerySource|null);
ImportFeatureValuesRequest bigquerySource
Type | Description |
(google.cloud.aiplatform.v1beta1.IBigQuerySource|null) |
csvSource
csvSource?: (google.cloud.aiplatform.v1beta1.ICsvSource|null);
ImportFeatureValuesRequest csvSource
Type | Description |
(google.cloud.aiplatform.v1beta1.ICsvSource|null) |
disableOnlineServing
disableOnlineServing?: (boolean|null);
ImportFeatureValuesRequest disableOnlineServing
Type | Description |
(boolean|null) |
entityIdField
entityIdField?: (string|null);
ImportFeatureValuesRequest entityIdField
Type | Description |
(string|null) |
entityType
entityType?: (string|null);
ImportFeatureValuesRequest entityType
Type | Description |
(string|null) |
featureSpecs
featureSpecs?: (google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.IFeatureSpec[]|null);
ImportFeatureValuesRequest featureSpecs
Type | Description |
(google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.IFeatureSpec[]|null) |
featureTime
featureTime?: (google.protobuf.ITimestamp|null);
ImportFeatureValuesRequest featureTime
Type | Description |
(google.protobuf.ITimestamp|null) |
featureTimeField
featureTimeField?: (string|null);
ImportFeatureValuesRequest featureTimeField
Type | Description |
(string|null) |
workerCount
workerCount?: (number|null);
ImportFeatureValuesRequest workerCount
Type | Description |
(number|null) |