| 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 |
|---|---|
Future<CreateJobResult> |
AWSBraketAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSBraketAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates an Amazon Braket job.
|
Future<CreateJobResult> |
AbstractAWSBraketAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
CreateJobRequest.addHyperParametersEntry(String key,
String value)
Add a single HyperParameters entry
|
CreateJobRequest |
CreateJobRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateJobRequest |
CreateJobRequest.clearHyperParametersEntries()
Removes all the entries added into HyperParameters.
|
CreateJobRequest |
CreateJobRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job to be created.
|
CreateJobRequest |
CreateJobRequest.withAssociations(Association... associations)
The list of Amazon Braket resources associated with the hybrid job.
|
CreateJobRequest |
CreateJobRequest.withAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the hybrid job.
|
CreateJobRequest |
CreateJobRequest.withCheckpointConfig(JobCheckpointConfig checkpointConfig)
Information about the output locations for job checkpoint data.
|
CreateJobRequest |
CreateJobRequest.withClientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
|
CreateJobRequest |
CreateJobRequest.withDeviceConfig(DeviceConfig deviceConfig)
The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
|
CreateJobRequest |
CreateJobRequest.withHyperParameters(Map<String,String> hyperParameters)
Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the training job.
|
CreateJobRequest |
CreateJobRequest.withInputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
CreateJobRequest |
CreateJobRequest.withInputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
CreateJobRequest |
CreateJobRequest.withInstanceConfig(InstanceConfig instanceConfig)
Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
|
CreateJobRequest |
CreateJobRequest.withJobName(String jobName)
The name of the Amazon Braket job.
|
CreateJobRequest |
CreateJobRequest.withOutputDataConfig(JobOutputDataConfig outputDataConfig)
The path to the S3 location where you want to store job artifacts and the encryption key used to store them.
|
CreateJobRequest |
CreateJobRequest.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.
|
CreateJobRequest |
CreateJobRequest.withStoppingCondition(JobStoppingCondition stoppingCondition)
The user-defined criteria that specifies when a job stops running.
|
CreateJobRequest |
CreateJobRequest.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 © 2024. All rights reserved.