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!

1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas