public static interface GetJobResponse.Builder extends BraketResponse.Builder, SdkPojo, CopyableBuilder<GetJobResponse.Builder,GetJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetJobResponse.Builder |
algorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job created.
|
default GetJobResponse.Builder |
algorithmSpecification(Consumer<AlgorithmSpecification.Builder> algorithmSpecification)
Definition of the Amazon Braket job created.
|
GetJobResponse.Builder |
billableDuration(Integer billableDuration)
The billable time the Amazon Braket job used to complete.
|
default GetJobResponse.Builder |
checkpointConfig(Consumer<JobCheckpointConfig.Builder> checkpointConfig)
Information about the output locations for job checkpoint data.
|
GetJobResponse.Builder |
checkpointConfig(JobCheckpointConfig checkpointConfig)
Information about the output locations for job checkpoint data.
|
GetJobResponse.Builder |
createdAt(Instant createdAt)
The date and time that the Amazon Braket job was created.
|
default GetJobResponse.Builder |
deviceConfig(Consumer<DeviceConfig.Builder> deviceConfig)
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
GetJobResponse.Builder |
deviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
|
GetJobResponse.Builder |
endedAt(Instant endedAt)
The date and time that the Amazon Braket job ended.
|
GetJobResponse.Builder |
events(Collection<JobEventDetails> events)
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResponse.Builder |
events(Consumer<JobEventDetails.Builder>... events)
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResponse.Builder |
events(JobEventDetails... events)
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResponse.Builder |
failureReason(String failureReason)
A description of the reason why an Amazon Braket job failed, if it failed.
|
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 |
inputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
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 |
inputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
default GetJobResponse.Builder |
instanceConfig(Consumer<InstanceConfig.Builder> instanceConfig)
The resource instances to use while running the hybrid job on Amazon Braket.
|
GetJobResponse.Builder |
instanceConfig(InstanceConfig instanceConfig)
The resource instances to use while running the hybrid job on Amazon Braket.
|
GetJobResponse.Builder |
jobArn(String jobArn)
The ARN of the Amazon Braket job.
|
GetJobResponse.Builder |
jobName(String jobName)
The name of the Amazon Braket job.
|
default 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 |
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 |
queueInfo(Consumer<HybridJobQueueInfo.Builder> queueInfo)
Queue information for the requested job.
|
GetJobResponse.Builder |
queueInfo(HybridJobQueueInfo queueInfo)
Queue information for the requested job.
|
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 |
startedAt(Instant startedAt)
The date and time that the Amazon Braket job was started.
|
GetJobResponse.Builder |
status(JobPrimaryStatus status)
The status of the Amazon Braket job.
|
GetJobResponse.Builder |
status(String status)
The status of the Amazon Braket job.
|
default GetJobResponse.Builder |
stoppingCondition(Consumer<JobStoppingCondition.Builder> stoppingCondition)
The user-defined criteria that specifies when to stop a job running.
|
GetJobResponse.Builder |
stoppingCondition(JobStoppingCondition stoppingCondition)
The user-defined criteria that specifies when to stop a job running.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJobResponse.Builder algorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job created. Specifies the container image the job uses, information about the Python scripts used for entry and training, and the user-defined metrics used to evaluation the job.
algorithmSpecification - Definition of the Amazon Braket job created. Specifies the container image the job uses, information
about the Python scripts used for entry and training, and the user-defined metrics used to evaluation
the job.default GetJobResponse.Builder algorithmSpecification(Consumer<AlgorithmSpecification.Builder> algorithmSpecification)
Definition of the Amazon Braket job created. Specifies the container image the job uses, information about the Python scripts used for entry and training, and the user-defined metrics used to evaluation the job.
This is a convenience method that creates an instance of theAlgorithmSpecification.Builder avoiding
the need to create one manually via AlgorithmSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to algorithmSpecification(AlgorithmSpecification).
algorithmSpecification - a consumer that will call methods on AlgorithmSpecification.BuilderalgorithmSpecification(AlgorithmSpecification)GetJobResponse.Builder billableDuration(Integer billableDuration)
The billable time the Amazon Braket job used to complete.
billableDuration - The billable time the Amazon Braket job used to complete.GetJobResponse.Builder checkpointConfig(JobCheckpointConfig checkpointConfig)
Information about the output locations for job checkpoint data.
checkpointConfig - Information about the output locations for job checkpoint data.default GetJobResponse.Builder checkpointConfig(Consumer<JobCheckpointConfig.Builder> checkpointConfig)
Information about the output locations for job checkpoint data.
This is a convenience method that creates an instance of theJobCheckpointConfig.Builder avoiding the
need to create one manually via JobCheckpointConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to checkpointConfig(JobCheckpointConfig).
checkpointConfig - a consumer that will call methods on JobCheckpointConfig.BuildercheckpointConfig(JobCheckpointConfig)GetJobResponse.Builder createdAt(Instant createdAt)
The date and time that the Amazon Braket job was created.
createdAt - The date and time that the Amazon Braket job was created.GetJobResponse.Builder deviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
deviceConfig - The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.default GetJobResponse.Builder deviceConfig(Consumer<DeviceConfig.Builder> deviceConfig)
The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
This is a convenience method that creates an instance of theDeviceConfig.Builder avoiding the need
to create one manually via DeviceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deviceConfig(DeviceConfig).
deviceConfig - a consumer that will call methods on DeviceConfig.BuilderdeviceConfig(DeviceConfig)GetJobResponse.Builder endedAt(Instant endedAt)
The date and time that the Amazon Braket job ended.
endedAt - The date and time that the Amazon Braket job ended.GetJobResponse.Builder events(Collection<JobEventDetails> events)
Details about the type and time events occurred related to the Amazon Braket job.
events - Details about the type and time events occurred related to the Amazon Braket job.GetJobResponse.Builder events(JobEventDetails... events)
Details about the type and time events occurred related to the Amazon Braket job.
events - Details about the type and time events occurred related to the Amazon Braket job.GetJobResponse.Builder events(Consumer<JobEventDetails.Builder>... events)
Details about the type and time events occurred related to the Amazon Braket job.
This is a convenience method that creates an instance of theJobEventDetails.Builder avoiding the need to create one
manually via JobEventDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #events(List.
events - a consumer that will call methods on
JobEventDetails.Builder#events(java.util.Collection) GetJobResponse.Builder failureReason(String failureReason)
A description of the reason why an Amazon Braket job failed, if it failed.
failureReason - A description of the reason why an Amazon Braket job failed, if it failed.GetJobResponse.Builder hyperParameters(Map<String,String> hyperParameters)
Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the traiing job. The values are set with a string of JSON key:value pairs, where the key is the name of the hyperparameter and the value is the value of th hyperparameter.
hyperParameters - Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the traiing
job. The values are set with a string of JSON key:value pairs, where the key is the name of the
hyperparameter and the value is the value of th hyperparameter.GetJobResponse.Builder inputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
inputDataConfig - A list of parameters that specify the name and type of input data and where it is located.GetJobResponse.Builder inputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
inputDataConfig - A list of parameters that specify the name and type of input data and where it is located.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.
This is a convenience method that creates an instance of theInputFileConfig.Builder avoiding the need to create one
manually via InputFileConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #inputDataConfig(List.
inputDataConfig - a consumer that will call methods on
InputFileConfig.Builder#inputDataConfig(java.util.Collection) GetJobResponse.Builder instanceConfig(InstanceConfig instanceConfig)
The resource instances to use while running the hybrid job on Amazon Braket.
instanceConfig - The resource instances to use while running the hybrid job on Amazon Braket.default GetJobResponse.Builder instanceConfig(Consumer<InstanceConfig.Builder> instanceConfig)
The resource instances to use while running the hybrid job on Amazon Braket.
This is a convenience method that creates an instance of theInstanceConfig.Builder avoiding the need
to create one manually via InstanceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to instanceConfig(InstanceConfig).
instanceConfig - a consumer that will call methods on InstanceConfig.BuilderinstanceConfig(InstanceConfig)GetJobResponse.Builder jobArn(String jobArn)
The ARN of the Amazon Braket job.
jobArn - The ARN of the Amazon Braket job.GetJobResponse.Builder jobName(String jobName)
The name of the Amazon Braket job.
jobName - The name of the Amazon Braket job.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.
outputDataConfig - The path to the S3 location where job artifacts are stored and the encryption key used to store them
there.default 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.
This is a convenience method that creates an instance of theJobOutputDataConfig.Builder avoiding the
need to create one manually via JobOutputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to outputDataConfig(JobOutputDataConfig).
outputDataConfig - a consumer that will call methods on JobOutputDataConfig.BuilderoutputDataConfig(JobOutputDataConfig)GetJobResponse.Builder queueInfo(HybridJobQueueInfo queueInfo)
Queue information for the requested job. Only returned if QueueInfo is specified in the
additionalAttributeNames" field in the GetJob API request.
queueInfo - Queue information for the requested job. Only returned if QueueInfo is specified in the
additionalAttributeNames" field in the GetJob API request.default GetJobResponse.Builder queueInfo(Consumer<HybridJobQueueInfo.Builder> queueInfo)
Queue information for the requested job. Only returned if QueueInfo is specified in the
additionalAttributeNames" field in the GetJob API request.
HybridJobQueueInfo.Builder avoiding the
need to create one manually via HybridJobQueueInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to queueInfo(HybridJobQueueInfo).
queueInfo - a consumer that will call methods on HybridJobQueueInfo.BuilderqueueInfo(HybridJobQueueInfo)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. It can access user resources, run an Amazon Braket job container on behalf of user, and output resources to the s3 buckets of a user.
roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon Braket can assume to perform tasks on behalf
of a user. It can access user resources, run an Amazon Braket job container on behalf of user, and
output resources to the s3 buckets of a user.GetJobResponse.Builder startedAt(Instant startedAt)
The date and time that the Amazon Braket job was started.
startedAt - The date and time that the Amazon Braket job was started.GetJobResponse.Builder status(String status)
The status of the Amazon Braket job.
status - The status of the Amazon Braket job.JobPrimaryStatus,
JobPrimaryStatusGetJobResponse.Builder status(JobPrimaryStatus status)
The status of the Amazon Braket job.
status - The status of the Amazon Braket job.JobPrimaryStatus,
JobPrimaryStatusGetJobResponse.Builder stoppingCondition(JobStoppingCondition stoppingCondition)
The user-defined criteria that specifies when to stop a job running.
stoppingCondition - The user-defined criteria that specifies when to stop a job running.default GetJobResponse.Builder stoppingCondition(Consumer<JobStoppingCondition.Builder> stoppingCondition)
The user-defined criteria that specifies when to stop a job running.
This is a convenience method that creates an instance of theJobStoppingCondition.Builder avoiding
the need to create one manually via JobStoppingCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stoppingCondition(JobStoppingCondition).
stoppingCondition - a consumer that will call methods on JobStoppingCondition.BuilderstoppingCondition(JobStoppingCondition)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.
tags - A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket
resources.Copyright © 2023. All rights reserved.