public static interface CreateJobRequest.Builder extends BraketRequest.Builder, SdkPojo, CopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest.Builder |
algorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job to be created.
|
default CreateJobRequest.Builder |
algorithmSpecification(Consumer<AlgorithmSpecification.Builder> algorithmSpecification)
Definition of the Amazon Braket job to be created.
|
default CreateJobRequest.Builder |
checkpointConfig(Consumer<JobCheckpointConfig.Builder> checkpointConfig)
Information about the output locations for job checkpoint data.
|
CreateJobRequest.Builder |
checkpointConfig(JobCheckpointConfig checkpointConfig)
Information about the output locations for job checkpoint data.
|
CreateJobRequest.Builder |
clientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
|
default CreateJobRequest.Builder |
deviceConfig(Consumer<DeviceConfig.Builder> deviceConfig)
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
CreateJobRequest.Builder |
deviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
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 |
inputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
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 |
inputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
default CreateJobRequest.Builder |
instanceConfig(Consumer<InstanceConfig.Builder> instanceConfig)
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
CreateJobRequest.Builder |
instanceConfig(InstanceConfig instanceConfig)
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
CreateJobRequest.Builder |
jobName(String jobName)
The name of the Amazon Braket job.
|
default 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 |
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
stoppingCondition(Consumer<JobStoppingCondition.Builder> stoppingCondition)
The user-defined criteria that specifies when a job stops running.
|
CreateJobRequest.Builder |
stoppingCondition(JobStoppingCondition stoppingCondition)
The user-defined criteria that specifies when a job stops running.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateJobRequest.Builder algorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job to be created. Specifies the container image the job uses and information about the Python scripts used for entry and training.
algorithmSpecification - Definition of the Amazon Braket job to be created. Specifies the container image the job uses and
information about the Python scripts used for entry and training.default CreateJobRequest.Builder algorithmSpecification(Consumer<AlgorithmSpecification.Builder> algorithmSpecification)
Definition of the Amazon Braket job to be created. Specifies the container image the job uses and information about the Python scripts used for entry and training.
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)CreateJobRequest.Builder checkpointConfig(JobCheckpointConfig checkpointConfig)
Information about the output locations for job checkpoint data.
checkpointConfig - Information about the output locations for job checkpoint data.default CreateJobRequest.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)CreateJobRequest.Builder clientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
clientToken - A unique token that guarantees that the call to this API is idempotent.CreateJobRequest.Builder deviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
deviceConfig - The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.default CreateJobRequest.Builder deviceConfig(Consumer<DeviceConfig.Builder> deviceConfig)
The quantum processing unit (QPU) or simulator used to create an 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)CreateJobRequest.Builder hyperParameters(Map<String,String> hyperParameters)
Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the training 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 training
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.CreateJobRequest.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.CreateJobRequest.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.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.
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) CreateJobRequest.Builder instanceConfig(InstanceConfig instanceConfig)
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
instanceConfig - Configuration of the resource instances to use while running the hybrid job on Amazon Braket.default CreateJobRequest.Builder instanceConfig(Consumer<InstanceConfig.Builder> instanceConfig)
Configuration of 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)CreateJobRequest.Builder jobName(String jobName)
The name of the Amazon Braket job.
jobName - The name of the Amazon Braket job.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.
outputDataConfig - The path to the S3 location where you want to store job artifacts and the encryption key used to store
them.default 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.
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)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. It can access user resources, run an Amazon Braket job container on behalf of user, and output resources to the users' s3 buckets.
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 users' s3 buckets.CreateJobRequest.Builder stoppingCondition(JobStoppingCondition stoppingCondition)
The user-defined criteria that specifies when a job stops running.
stoppingCondition - The user-defined criteria that specifies when a job stops running.default CreateJobRequest.Builder stoppingCondition(Consumer<JobStoppingCondition.Builder> stoppingCondition)
The user-defined criteria that specifies when a job stops 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)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.
tags - A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket
resources.CreateJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.