default CreateJobRequest.Builder |
CreateJobRequest.Builder.algorithmSpecification(Consumer<AlgorithmSpecification.Builder> algorithmSpecification) |
Definition of the Amazon Braket job to be created.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.algorithmSpecification(AlgorithmSpecification algorithmSpecification) |
Definition of the Amazon Braket job to be created.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.associations(Collection<Association> associations) |
The list of Amazon Braket resources associated with the hybrid job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.associations(Consumer<Association.Builder>... associations) |
The list of Amazon Braket resources associated with the hybrid job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.associations(Association... associations) |
The list of Amazon Braket resources associated with the hybrid job.
|
static CreateJobRequest.Builder |
CreateJobRequest.builder() |
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.checkpointConfig(Consumer<JobCheckpointConfig.Builder> checkpointConfig) |
Information about the output locations for job checkpoint data.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.checkpointConfig(JobCheckpointConfig checkpointConfig) |
Information about the output locations for job checkpoint data.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.clientToken(String clientToken) |
A unique token that guarantees that the call to this API is idempotent.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.deviceConfig(Consumer<DeviceConfig.Builder> deviceConfig) |
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.deviceConfig(DeviceConfig deviceConfig) |
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.hyperParameters(Map<String,String> hyperParameters) |
Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the training job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputDataConfig(Collection<InputFileConfig> inputDataConfig) |
A list of parameters that specify the name and type of input data and where it is located.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputDataConfig(Consumer<InputFileConfig.Builder>... inputDataConfig) |
A list of parameters that specify the name and type of input data and where it is located.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputDataConfig(InputFileConfig... inputDataConfig) |
A list of parameters that specify the name and type of input data and where it is located.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.instanceConfig(Consumer<InstanceConfig.Builder> instanceConfig) |
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.instanceConfig(InstanceConfig instanceConfig) |
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.jobName(String jobName) |
The name of the Amazon Braket job.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.outputDataConfig(Consumer<JobOutputDataConfig.Builder> outputDataConfig) |
The path to the S3 location where you want to store job artifacts and the encryption key used to store them.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.outputDataConfig(JobOutputDataConfig outputDataConfig) |
The path to the S3 location where you want to store job artifacts and the encryption key used to store them.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateJobRequest.Builder |
CreateJobRequest.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.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.stoppingCondition(Consumer<JobStoppingCondition.Builder> stoppingCondition) |
The user-defined criteria that specifies when a job stops running.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.stoppingCondition(JobStoppingCondition stoppingCondition) |
The user-defined criteria that specifies when a job stops running.
|
CreateJobRequest.Builder |
CreateJobRequest.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.
|
CreateJobRequest.Builder |
CreateJobRequest.toBuilder() |
|