简体   繁体   English

将图像摄取到 GCP Vertex AI Feature Store

[英]Ingest image to GCP Vertex AI Feature Store

I want to ingest images to Vertex AI Feature Store from Cloud Storage.我想从 Cloud Storage 提取图像到 Vertex AI Feature Store。 In what format can I ingest images?我可以摄取什么格式的图像?

As documentation says:正如文档所说:

For batch ingestion, Vertex AI Feature Store can ingest data from tables in BigQuery or files in Cloud Storage.对于批量摄取,Vertex AI Feature Store 可以从 BigQuery 中的表或 Cloud Storage 中的文件中摄取数据。 For files in Cloud Storage, they must be in the Avro or CSV format.对于 Cloud Storage 中的文件,它们必须采用 Avro 或 CSV 格式。

For streaming ingestion, you provide the feature values to ingest as part of the API request.对于流式摄取,您提供要摄取的特征值作为 API 请求的一部分。 These source data requirements don't apply.这些源数据要求不适用。 For more information, see the writeFeatureValues API reference.有关详细信息,请参阅 writeFeatureValues API 参考。

Image data cannot be ingested into Vertex Feature Store.无法将图像数据摄取到顶点特征存储中。 Only tabular data is supported.仅支持表格数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM