| Package | Description |
|---|---|
| com.amazonaws.services.braket |
The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.
|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
GetJobResult |
AWSBraketClient.getJob(GetJobRequest request)
Retrieves the specified Amazon Braket job.
|
GetJobResult |
AbstractAWSBraket.getJob(GetJobRequest request) |
GetJobResult |
AWSBraket.getJob(GetJobRequest getJobRequest)
Retrieves the specified Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobResult> |
AbstractAWSBraketAsync.getJobAsync(GetJobRequest request) |
Future<GetJobResult> |
AWSBraketAsyncClient.getJobAsync(GetJobRequest request) |
Future<GetJobResult> |
AWSBraketAsync.getJobAsync(GetJobRequest getJobRequest)
Retrieves the specified Amazon Braket job.
|
Future<GetJobResult> |
AbstractAWSBraketAsync.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSBraketAsyncClient.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSBraketAsync.getJobAsync(GetJobRequest getJobRequest,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
Retrieves the specified Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobResult> |
AbstractAWSBraketAsync.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSBraketAsyncClient.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSBraketAsync.getJobAsync(GetJobRequest getJobRequest,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
Retrieves the specified Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResult |
GetJobResult.addHyperParametersEntry(String key,
String value)
Add a single HyperParameters entry
|
GetJobResult |
GetJobResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetJobResult |
GetJobResult.clearHyperParametersEntries()
Removes all the entries added into HyperParameters.
|
GetJobResult |
GetJobResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetJobResult |
GetJobResult.clone() |
GetJobResult |
GetJobResult.withAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job created.
|
GetJobResult |
GetJobResult.withBillableDuration(Integer billableDuration)
The billable time the Amazon Braket job used to complete.
|
GetJobResult |
GetJobResult.withCheckpointConfig(JobCheckpointConfig checkpointConfig)
Information about the output locations for job checkpoint data.
|
GetJobResult |
GetJobResult.withCreatedAt(Date createdAt)
The date and time that the Amazon Braket job was created.
|
GetJobResult |
GetJobResult.withDeviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
GetJobResult |
GetJobResult.withEndedAt(Date endedAt)
The date and time that the Amazon Braket job ended.
|
GetJobResult |
GetJobResult.withEvents(Collection<JobEventDetails> events)
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResult |
GetJobResult.withEvents(JobEventDetails... events)
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResult |
GetJobResult.withFailureReason(String failureReason)
A description of the reason why an Amazon Braket job failed, if it failed.
|
GetJobResult |
GetJobResult.withHyperParameters(Map<String,String> hyperParameters)
Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the traiing job.
|
GetJobResult |
GetJobResult.withInputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
GetJobResult |
GetJobResult.withInputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
GetJobResult |
GetJobResult.withInstanceConfig(InstanceConfig instanceConfig)
The resource instances to use while running the hybrid job on Amazon Braket.
|
GetJobResult |
GetJobResult.withJobArn(String jobArn)
The ARN of the Amazon Braket job.
|
GetJobResult |
GetJobResult.withJobName(String jobName)
The name of the Amazon Braket job.
|
GetJobResult |
GetJobResult.withOutputDataConfig(JobOutputDataConfig outputDataConfig)
The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
|
GetJobResult |
GetJobResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that Amazon Braket can assume to perform tasks on behalf of a user.
|
GetJobResult |
GetJobResult.withStartedAt(Date startedAt)
The date and time that the Amazon Braket job was started.
|
GetJobResult |
GetJobResult.withStatus(JobPrimaryStatus status)
The status of the Amazon Braket job.
|
GetJobResult |
GetJobResult.withStatus(String status)
The status of the Amazon Braket job.
|
GetJobResult |
GetJobResult.withStoppingCondition(JobStoppingCondition stoppingCondition)
The user-defined criteria that specifies when to stop a job running.
|
GetJobResult |
GetJobResult.withTags(Map<String,String> tags)
A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
|
Copyright © 2022. All rights reserved.