【发布时间】:2017-09-19 15:55:17
【问题描述】:
我有这个代码来创建一个数据集合:
import boto3
def createCollection():
cliente = boto3.client('rekognition')
respuesta = cliente.create_collection (CollectionId = 'Fotos')
print (respuesta)
createCollection()
但我的问题是如何在这个集合中添加一个项目。 请你帮助我好吗。 谢谢。
【问题讨论】:
标签: python amazon-web-services amazon-s3 amazon boto3