Uses of Class
software.amazon.awssdk.services.braket.model.AlgorithmSpecification
-
Packages that use AlgorithmSpecification Package Description software.amazon.awssdk.services.braket.model -
-
Uses of AlgorithmSpecification in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return AlgorithmSpecification Modifier and Type Method Description AlgorithmSpecificationCreateJobRequest. algorithmSpecification()Definition of the Amazon Braket job to be created.AlgorithmSpecificationGetJobResponse. algorithmSpecification()Definition of the Amazon Braket job created.Methods in software.amazon.awssdk.services.braket.model with parameters of type AlgorithmSpecification Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. algorithmSpecification(AlgorithmSpecification algorithmSpecification)Definition of the Amazon Braket job to be created.GetJobResponse.BuilderGetJobResponse.Builder. algorithmSpecification(AlgorithmSpecification algorithmSpecification)Definition of the Amazon Braket job created.
-