Create a Amazon Braket Hybrid Jobs using boto3 (python)

0

Hello everyone,

I saw the examples on GitHub on how to create an Amazon Braket Hybrid Jobs using the SDK. Since I am using a docker container I need to use boto3. But based on the description of the method 'create_job' (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/braket.html#Braket.Client.create_job) I am not sure if I am creating an Amazon Braket Hybrid Jobs or just an Amazon Braket. Thanks in advance!

已提問 2 年前檢視次數 312 次
1 個回答
1

When you use the create_job method, it creates an instance of Amazon Braket Hybrid Job. Sometime, people refer the instance of "Amazon Braket Hybrid Job" as "job" (lower case). So I think "Creates an Amazon Braket job" in the API doc you linked means creating an instance of Amazon Braket Hybrid Job.

AWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南