gpt4 book ai didi

python - 如何使用 Boto 将 UniqueRequestToken 传递给 AWS Mechanical Turk

转载 作者:行者123 更新时间:2023-12-01 05:36:53 25 4
gpt4 key购买 nike

我正在尝试使用 create_hit 的 UniqueRequestToken 参数,如文档 here 所示。 。它不会作为参数显示在 boto.mturk.connection.MTurkConnection.create_hit 中。我尝试使用它,猜测它会被称为 unique_request_token,并得到以下结果:

TypeError: create_hit() got an unexpected keyword argument 'unique_request_token'

boto 是否根本不支持该参数?除了给 boto 客户端打补丁之外,有什么办法可以解决这个问题吗?

最佳答案

It is not implemented by Boto.如果您想继续使用 Boto,您需要修补 Boto 以添加此内容。

或者,您可以使用我的 Python mTurk API 。您可以像这样提出此请求:

from mturkcore import MechanicalTurk
m = MechanicalTurk()
m.create_request("CreateHIT", {..."UniqueRequestToken":"..."})

我个人认为我的是更好的选择,因为它使用文档中的确切名称并支持整个 API。如果添加了新名称,即使我不更新,它也会(希望)得到我的支持:)

祝你好运!

关于python - 如何使用 Boto 将 UniqueRequestToken 传递给 AWS Mechanical Turk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18744445/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com