| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSpecification |
AlgorithmSpecification.clone() |
AlgorithmSpecification |
CreateJobRequest.getAlgorithmSpecification()
Definition of the Amazon Braket job to be created.
|
AlgorithmSpecification |
GetJobResult.getAlgorithmSpecification()
Definition of the Amazon Braket job created.
|
AlgorithmSpecification |
AlgorithmSpecification.withContainerImage(ContainerImage containerImage)
The container image used to create an Amazon Braket job.
|
AlgorithmSpecification |
AlgorithmSpecification.withScriptModeConfig(ScriptModeConfig scriptModeConfig)
Configures the paths to the Python scripts used for entry and training.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job to be created.
|
void |
GetJobResult.setAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job created.
|
CreateJobRequest |
CreateJobRequest.withAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job to be created.
|
GetJobResult |
GetJobResult.withAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Definition of the Amazon Braket job created.
|
Copyright © 2023. All rights reserved.