default GetJobResponse.Builder |
GetJobResponse.Builder.algorithmSpecification(Consumer<AlgorithmSpecification.Builder> algorithmSpecification) |
Definition of the Amazon Braket job created.
|
GetJobResponse.Builder |
GetJobResponse.Builder.algorithmSpecification(AlgorithmSpecification algorithmSpecification) |
Definition of the Amazon Braket job created.
|
GetJobResponse.Builder |
GetJobResponse.Builder.associations(Collection<Association> associations) |
The list of Amazon Braket resources associated with the hybrid job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.associations(Consumer<Association.Builder>... associations) |
The list of Amazon Braket resources associated with the hybrid job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.associations(Association... associations) |
The list of Amazon Braket resources associated with the hybrid job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.billableDuration(Integer billableDuration) |
The billable time the Amazon Braket job used to complete.
|
static GetJobResponse.Builder |
GetJobResponse.builder() |
|
default GetJobResponse.Builder |
GetJobResponse.Builder.checkpointConfig(Consumer<JobCheckpointConfig.Builder> checkpointConfig) |
Information about the output locations for job checkpoint data.
|
GetJobResponse.Builder |
GetJobResponse.Builder.checkpointConfig(JobCheckpointConfig checkpointConfig) |
Information about the output locations for job checkpoint data.
|
GetJobResponse.Builder |
GetJobResponse.Builder.createdAt(Instant createdAt) |
The date and time that the Amazon Braket job was created.
|
default GetJobResponse.Builder |
GetJobResponse.Builder.deviceConfig(Consumer<DeviceConfig.Builder> deviceConfig) |
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.deviceConfig(DeviceConfig deviceConfig) |
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.endedAt(Instant endedAt) |
The date and time that the Amazon Braket job ended.
|
GetJobResponse.Builder |
GetJobResponse.Builder.events(Collection<JobEventDetails> events) |
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.events(Consumer<JobEventDetails.Builder>... events) |
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.events(JobEventDetails... events) |
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.failureReason(String failureReason) |
A description of the reason why an Amazon Braket job failed, if it failed.
|
GetJobResponse.Builder |
GetJobResponse.Builder.hyperParameters(Map<String,String> hyperParameters) |
Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the traiing job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.inputDataConfig(Collection<InputFileConfig> inputDataConfig) |
A list of parameters that specify the name and type of input data and where it is located.
|
GetJobResponse.Builder |
GetJobResponse.Builder.inputDataConfig(Consumer<InputFileConfig.Builder>... inputDataConfig) |
A list of parameters that specify the name and type of input data and where it is located.
|
GetJobResponse.Builder |
GetJobResponse.Builder.inputDataConfig(InputFileConfig... inputDataConfig) |
A list of parameters that specify the name and type of input data and where it is located.
|
default GetJobResponse.Builder |
GetJobResponse.Builder.instanceConfig(Consumer<InstanceConfig.Builder> instanceConfig) |
The resource instances to use while running the hybrid job on Amazon Braket.
|
GetJobResponse.Builder |
GetJobResponse.Builder.instanceConfig(InstanceConfig instanceConfig) |
The resource instances to use while running the hybrid job on Amazon Braket.
|
GetJobResponse.Builder |
GetJobResponse.Builder.jobArn(String jobArn) |
The ARN of the Amazon Braket job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.jobName(String jobName) |
The name of the Amazon Braket job.
|
default GetJobResponse.Builder |
GetJobResponse.Builder.outputDataConfig(Consumer<JobOutputDataConfig.Builder> outputDataConfig) |
The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
|
GetJobResponse.Builder |
GetJobResponse.Builder.outputDataConfig(JobOutputDataConfig outputDataConfig) |
The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
|
default GetJobResponse.Builder |
GetJobResponse.Builder.queueInfo(Consumer<HybridJobQueueInfo.Builder> queueInfo) |
Queue information for the requested job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.queueInfo(HybridJobQueueInfo queueInfo) |
Queue information for the requested job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role that Amazon Braket can assume to perform tasks on behalf of a
user.
|
GetJobResponse.Builder |
GetJobResponse.Builder.startedAt(Instant startedAt) |
The date and time that the Amazon Braket job was started.
|
GetJobResponse.Builder |
GetJobResponse.Builder.status(String status) |
The status of the Amazon Braket job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.status(JobPrimaryStatus status) |
The status of the Amazon Braket job.
|
default GetJobResponse.Builder |
GetJobResponse.Builder.stoppingCondition(Consumer<JobStoppingCondition.Builder> stoppingCondition) |
The user-defined criteria that specifies when to stop a job running.
|
GetJobResponse.Builder |
GetJobResponse.Builder.stoppingCondition(JobStoppingCondition stoppingCondition) |
The user-defined criteria that specifies when to stop a job running.
|
GetJobResponse.Builder |
GetJobResponse.Builder.tags(Map<String,String> tags) |
A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket
resources.
|
GetJobResponse.Builder |
GetJobResponse.toBuilder() |
|