'2.0', 'service' => '
The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.
Additional Resources:
', 'operations' => [ 'CancelJob' => 'Cancels an Amazon Braket job.
', 'CancelQuantumTask' => 'Cancels the specified task.
', 'CreateJob' => 'Creates an Amazon Braket job.
', 'CreateQuantumTask' => 'Creates a quantum task.
', 'GetDevice' => 'Retrieves the devices available in Amazon Braket.
For backwards compatibility with older versions of BraketSchemas, OpenQASM information is omitted from GetDevice API calls. To get this information the user-agent needs to present a recent version of the BraketSchemas (1.8.0 or later). The Braket SDK automatically reports this for you. If you do not see OpenQASM results in the GetDevice response when using a Braket SDK, you may need to set AWS_EXECUTION_ENV environment variable to configure user-agent. See the code examples provided below for how to do this for the AWS CLI, Boto3, and the Go, Java, and JavaScript/TypeScript SDKs.
Retrieves the specified Amazon Braket job.
', 'GetQuantumTask' => 'Retrieves the specified quantum task.
', 'ListTagsForResource' => 'Shows the tags associated with this resource.
', 'SearchDevices' => 'Searches for devices using the specified filters.
', 'SearchJobs' => 'Searches for Amazon Braket jobs that match the specified filter values.
', 'SearchQuantumTasks' => 'Searches for tasks that match the specified filter values.
', 'TagResource' => 'Add a tag to the specified resource.
', 'UntagResource' => 'Remove tags from a resource.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'You do not have sufficient access to perform this action.
', 'refs' => [], ], 'AlgorithmSpecification' => [ 'base' => 'Defines the Amazon Braket job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.
', 'refs' => [ 'CreateJobRequest$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.
', 'GetJobResponse$algorithmSpecification' => 'Definition of the Amazon Braket job created. Specifies the container image the job uses, information about the Python scripts used for entry and training, and the user-defined metrics used to evaluation the job.
', ], ], 'CancelJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancelQuantumTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelQuantumTaskResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancellationStatus' => [ 'base' => NULL, 'refs' => [ 'CancelJobResponse$cancellationStatus' => 'The status of the job cancellation request.
', 'CancelQuantumTaskResponse$cancellationStatus' => 'The status of the cancellation request.
', ], ], 'CompressionType' => [ 'base' => NULL, 'refs' => [ 'ScriptModeConfig$compressionType' => 'The type of compression used by the Python scripts for an Amazon Braket job.
', ], ], 'ConflictException' => [ 'base' => 'An error occurred due to a conflict.
', 'refs' => [], ], 'ContainerImage' => [ 'base' => 'The container image used to create an Amazon Braket job.
', 'refs' => [ 'AlgorithmSpecification$containerImage' => 'The container image used to create an Amazon Braket job.
', ], ], 'CreateJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateJobRequestInputDataConfigList' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$inputDataConfig' => 'A list of parameters that specify the name and type of input data and where it is located.
', ], ], 'CreateJobRequestJobNameString' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$jobName' => 'The name of the Amazon Braket job.
', ], ], 'CreateJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateQuantumTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateQuantumTaskRequestDeviceParametersString' => [ 'base' => NULL, 'refs' => [ 'CreateQuantumTaskRequest$deviceParameters' => 'The parameters for the device to run the task on.
', ], ], 'CreateQuantumTaskRequestOutputS3BucketString' => [ 'base' => NULL, 'refs' => [ 'CreateQuantumTaskRequest$outputS3Bucket' => 'The S3 bucket to store task result files in.
', ], ], 'CreateQuantumTaskRequestOutputS3KeyPrefixString' => [ 'base' => NULL, 'refs' => [ 'CreateQuantumTaskRequest$outputS3KeyPrefix' => 'The key prefix for the location in the S3 bucket to store task results in.
', ], ], 'CreateQuantumTaskRequestShotsLong' => [ 'base' => NULL, 'refs' => [ 'CreateQuantumTaskRequest$shots' => 'The number of shots to use for the task.
', ], ], 'CreateQuantumTaskResponse' => [ 'base' => NULL, 'refs' => [], ], 'DataSource' => [ 'base' => 'Information about the source of the data used by the Amazon Braket job.
', 'refs' => [ 'InputFileConfig$dataSource' => 'The location of the channel data.
', ], ], 'DeviceArn' => [ 'base' => NULL, 'refs' => [ 'CreateQuantumTaskRequest$deviceArn' => 'The ARN of the device to run the task on.
', 'DeviceSummary$deviceArn' => 'The ARN of the device.
', 'GetDeviceRequest$deviceArn' => 'The ARN of the device to retrieve.
', 'GetDeviceResponse$deviceArn' => 'The ARN of the device.
', 'GetQuantumTaskResponse$deviceArn' => 'The ARN of the device the task was run on.
', 'QuantumTaskSummary$deviceArn' => 'The ARN of the device the task ran on.
', ], ], 'DeviceConfig' => [ 'base' => 'Configures the quantum processing units (QPUs) or simulator used to create and run an Amazon Braket job.
', 'refs' => [ 'CreateJobRequest$deviceConfig' => 'The quantum processing unit (QPU) or simulator used to create an Amazon Braket job.
', 'GetJobResponse$deviceConfig' => 'The quantum processing unit (QPU) or simulator used to run the Amazon Braket job.
', ], ], 'DeviceOfflineException' => [ 'base' => 'The specified device is currently offline.
', 'refs' => [], ], 'DeviceRetiredException' => [ 'base' => 'The specified device has been retired.
', 'refs' => [], ], 'DeviceStatus' => [ 'base' => NULL, 'refs' => [ 'DeviceSummary$deviceStatus' => 'The status of the device.
', 'GetDeviceResponse$deviceStatus' => 'The status of the device.
', ], ], 'DeviceSummary' => [ 'base' => 'Includes information about the device.
', 'refs' => [ 'DeviceSummaryList$member' => NULL, ], ], 'DeviceSummaryList' => [ 'base' => NULL, 'refs' => [ 'SearchDevicesResponse$devices' => 'An array of DeviceSummary
objects for devices that match the specified filter values.
The type of the device.
', 'GetDeviceResponse$deviceType' => 'The type of the device.
', ], ], 'GetDeviceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDeviceResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobResponseJobNameString' => [ 'base' => NULL, 'refs' => [ 'GetJobResponse$jobName' => 'The name of the Amazon Braket job.
', ], ], 'GetQuantumTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetQuantumTaskResponse' => [ 'base' => NULL, 'refs' => [], ], 'HyperParameters' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$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.
', 'GetJobResponse$hyperParameters' => 'Algorithm-specific parameters used by an Amazon Braket job that influence the quality of the traiing 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.
', ], ], 'HyperParametersValueString' => [ 'base' => NULL, 'refs' => [ 'HyperParameters$value' => NULL, ], ], 'InputConfigList' => [ 'base' => NULL, 'refs' => [ 'GetJobResponse$inputDataConfig' => 'A list of parameters that specify the name and type of input data and where it is located.
', ], ], 'InputFileConfig' => [ 'base' => 'A list of parameters that specify the input channels, type of input data, and where it is located.
', 'refs' => [ 'CreateJobRequestInputDataConfigList$member' => NULL, 'InputConfigList$member' => NULL, ], ], 'InputFileConfigChannelNameString' => [ 'base' => NULL, 'refs' => [ 'InputFileConfig$channelName' => 'A named input source that an Amazon Braket job can consume.
', ], ], 'InstanceConfig' => [ 'base' => 'Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.
', 'refs' => [ 'CreateJobRequest$instanceConfig' => 'Configuration of the resource instances to use while running the hybrid job on Amazon Braket.
', 'GetJobResponse$instanceConfig' => 'The resource instances to use while running the hybrid job on Amazon Braket.
', ], ], 'InstanceConfigInstanceCountInteger' => [ 'base' => NULL, 'refs' => [ 'InstanceConfig$instanceCount' => 'Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.
', ], ], 'InstanceConfigVolumeSizeInGbInteger' => [ 'base' => NULL, 'refs' => [ 'InstanceConfig$volumeSizeInGb' => 'The size of the storage volume, in GB, that user wants to provision.
', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'InstanceConfig$instanceType' => 'Configures the type resource instances to use while running an Amazon Braket hybrid job.
', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'GetJobResponse$billableDuration' => 'The billable time the Amazon Braket job used to complete.
', ], ], 'InternalServiceException' => [ 'base' => 'The request processing has failed because of an unknown error, exception, or failure.
', 'refs' => [], ], 'JobArn' => [ 'base' => NULL, 'refs' => [ 'CancelJobRequest$jobArn' => 'The ARN of the Amazon Braket job to cancel.
', 'CancelJobResponse$jobArn' => 'The ARN of the Amazon Braket job.
', 'CreateJobResponse$jobArn' => 'The ARN of the Amazon Braket job created.
', 'GetJobRequest$jobArn' => 'The ARN of the job to retrieve.
', 'GetJobResponse$jobArn' => 'The ARN of the Amazon Braket job.
', 'GetQuantumTaskResponse$jobArn' => 'The ARN of the Amazon Braket job associated with the quantum task.
', 'JobSummary$jobArn' => 'The ARN of the Amazon Braket job.
', ], ], 'JobCheckpointConfig' => [ 'base' => 'Contains information about the output locations for job checkpoint data.
', 'refs' => [ 'CreateJobRequest$checkpointConfig' => 'Information about the output locations for job checkpoint data.
', 'GetJobResponse$checkpointConfig' => 'Information about the output locations for job checkpoint data.
', ], ], 'JobEventDetails' => [ 'base' => 'Details about the type and time events occurred related to the Amazon Braket job.
', 'refs' => [ 'JobEvents$member' => NULL, ], ], 'JobEventDetailsMessageString' => [ 'base' => NULL, 'refs' => [ 'JobEventDetails$message' => 'A message describing the event that occurred related to the Amazon Braket job.
', ], ], 'JobEventType' => [ 'base' => NULL, 'refs' => [ 'JobEventDetails$eventType' => 'The type of event that occurred related to the Amazon Braket job.
', ], ], 'JobEvents' => [ 'base' => NULL, 'refs' => [ 'GetJobResponse$events' => 'Details about the type and time events occurred related to the Amazon Braket job.
', ], ], 'JobOutputDataConfig' => [ 'base' => 'Specifies the path to the S3 location where you want to store job artifacts and the encryption key used to store them.
', 'refs' => [ 'CreateJobRequest$outputDataConfig' => 'The path to the S3 location where you want to store job artifacts and the encryption key used to store them.
', 'GetJobResponse$outputDataConfig' => 'The path to the S3 location where job artifacts are stored and the encryption key used to store them there.
', ], ], 'JobPrimaryStatus' => [ 'base' => NULL, 'refs' => [ 'GetJobResponse$status' => 'The status of the Amazon Braket job.
', 'JobSummary$status' => 'The status of the Amazon Braket job.
', ], ], 'JobStoppingCondition' => [ 'base' => 'Specifies limits for how long an Amazon Braket job can run.
', 'refs' => [ 'CreateJobRequest$stoppingCondition' => 'The user-defined criteria that specifies when a job stops running.
', 'GetJobResponse$stoppingCondition' => 'The user-defined criteria that specifies when to stop a job running.
', ], ], 'JobStoppingConditionMaxRuntimeInSecondsInteger' => [ 'base' => NULL, 'refs' => [ 'JobStoppingCondition$maxRuntimeInSeconds' => 'The maximum length of time, in seconds, that an Amazon Braket job can run.
', ], ], 'JobSummary' => [ 'base' => 'Provides summary information about an Amazon Braket job.
', 'refs' => [ 'JobSummaryList$member' => NULL, ], ], 'JobSummaryList' => [ 'base' => NULL, 'refs' => [ 'SearchJobsResponse$jobs' => 'An array of JobSummary
objects for devices that match the specified filter values.
The token for an Amazon Braket job that associates it with the quantum task.
', ], ], 'JsonValue' => [ 'base' => NULL, 'refs' => [ 'CreateQuantumTaskRequest$action' => 'The action associated with the task.
', 'GetDeviceResponse$deviceCapabilities' => 'Details about the capabilities of the device.
', 'GetQuantumTaskResponse$deviceParameters' => 'The parameters for the device on which the task ran.
', ], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'GetQuantumTaskResponse$shots' => 'The number of shots used in the task.
', 'QuantumTaskSummary$shots' => 'The shots used for the task.
', ], ], 'QuantumTaskArn' => [ 'base' => NULL, 'refs' => [ 'CancelQuantumTaskRequest$quantumTaskArn' => 'The ARN of the task to cancel.
', 'CancelQuantumTaskResponse$quantumTaskArn' => 'The ARN of the task.
', 'CreateQuantumTaskResponse$quantumTaskArn' => 'The ARN of the task created by the request.
', 'GetQuantumTaskRequest$quantumTaskArn' => 'the ARN of the task to retrieve.
', 'GetQuantumTaskResponse$quantumTaskArn' => 'The ARN of the task.
', 'QuantumTaskSummary$quantumTaskArn' => 'The ARN of the task.
', ], ], 'QuantumTaskStatus' => [ 'base' => NULL, 'refs' => [ 'GetQuantumTaskResponse$status' => 'The status of the task.
', 'QuantumTaskSummary$status' => 'The status of the task.
', ], ], 'QuantumTaskSummary' => [ 'base' => 'Includes information about a quantum task.
', 'refs' => [ 'QuantumTaskSummaryList$member' => NULL, ], ], 'QuantumTaskSummaryList' => [ 'base' => NULL, 'refs' => [ 'SearchQuantumTasksResponse$quantumTasks' => 'An array of QuantumTaskSummary
objects for tasks that match the specified filters.
The specified resource was not found.
', 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$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.
', 'GetJobResponse$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 s3 buckets of a user.
', ], ], 'S3DataSource' => [ 'base' => 'Information about the data stored in Amazon S3 used by the Amazon Braket job.
', 'refs' => [ 'DataSource$s3DataSource' => 'Information about the data stored in Amazon S3 used by the Amazon Braket job.
', ], ], 'S3Path' => [ 'base' => NULL, 'refs' => [ 'JobCheckpointConfig$s3Uri' => 'Identifies the S3 path where you want Amazon Braket to store checkpoints. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example, s3://bucket-name/key-name-prefix
.
Depending on the value specified for the S3DataType
, identifies either a key name prefix or a manifest that locates the S3 data source.
The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.
', ], ], 'ScriptModeConfig' => [ 'base' => 'Contains information about the Python scripts used for entry and by an Amazon Braket job.
', 'refs' => [ 'AlgorithmSpecification$scriptModeConfig' => 'Configures the paths to the Python scripts used for entry and training.
', ], ], 'SearchDevicesFilter' => [ 'base' => 'The filter to use for searching devices.
', 'refs' => [ 'SearchDevicesRequestFiltersList$member' => NULL, ], ], 'SearchDevicesFilterNameString' => [ 'base' => NULL, 'refs' => [ 'SearchDevicesFilter$name' => 'The name to use to filter results.
', ], ], 'SearchDevicesFilterValuesList' => [ 'base' => NULL, 'refs' => [ 'SearchDevicesFilter$values' => 'The values to use to filter results.
', ], ], 'SearchDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchDevicesRequestFiltersList' => [ 'base' => NULL, 'refs' => [ 'SearchDevicesRequest$filters' => 'The filter values to use to search for a device.
', ], ], 'SearchDevicesRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'SearchDevicesRequest$maxResults' => 'The maximum number of results to return in the response.
', ], ], 'SearchDevicesResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchJobsFilter' => [ 'base' => 'A filter used to search for Amazon Braket jobs.
', 'refs' => [ 'SearchJobsRequestFiltersList$member' => NULL, ], ], 'SearchJobsFilterOperator' => [ 'base' => NULL, 'refs' => [ 'SearchJobsFilter$operator' => 'An operator to use for the jobs filter.
', ], ], 'SearchJobsFilterValuesList' => [ 'base' => NULL, 'refs' => [ 'SearchJobsFilter$values' => 'The values to use for the jobs filter.
', ], ], 'SearchJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchJobsRequestFiltersList' => [ 'base' => NULL, 'refs' => [ 'SearchJobsRequest$filters' => 'The filter values to use when searching for a job.
', ], ], 'SearchJobsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'SearchJobsRequest$maxResults' => 'The maximum number of results to return in the response.
', ], ], 'SearchJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchQuantumTasksFilter' => [ 'base' => 'A filter to use to search for tasks.
', 'refs' => [ 'SearchQuantumTasksRequestFiltersList$member' => NULL, ], ], 'SearchQuantumTasksFilterOperator' => [ 'base' => NULL, 'refs' => [ 'SearchQuantumTasksFilter$operator' => 'An operator to use in the filter.
', ], ], 'SearchQuantumTasksFilterValuesList' => [ 'base' => NULL, 'refs' => [ 'SearchQuantumTasksFilter$values' => 'The values to use for the filter.
', ], ], 'SearchQuantumTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchQuantumTasksRequestFiltersList' => [ 'base' => NULL, 'refs' => [ 'SearchQuantumTasksRequest$filters' => 'Array of SearchQuantumTasksFilter
objects.
Maximum number of results to return in the response.
', ], ], 'SearchQuantumTasksResponse' => [ 'base' => NULL, 'refs' => [], ], 'ServiceQuotaExceededException' => [ 'base' => 'The request failed because a service quota is exceeded.
', 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'ConflictException$message' => NULL, 'DeviceOfflineException$message' => NULL, 'DeviceRetiredException$message' => NULL, 'DeviceSummary$deviceName' => 'The name of the device.
', 'DeviceSummary$providerName' => 'The provider of the device.
', 'GetDeviceResponse$deviceName' => 'The name of the device.
', 'GetDeviceResponse$providerName' => 'The name of the partner company for the device.
', 'GetQuantumTaskResponse$failureReason' => 'The reason that a task failed.
', 'GetQuantumTaskResponse$outputS3Bucket' => 'The S3 bucket where task results are stored.
', 'GetQuantumTaskResponse$outputS3Directory' => 'The folder in the S3 bucket where task results are stored.
', 'InternalServiceException$message' => NULL, 'JobSummary$jobName' => 'The name of the Amazon Braket job.
', 'ListTagsForResourceRequest$resourceArn' => 'Specify the resourceArn
for the resource whose tags to display.
The S3 bucket where the task result file is stored..
', 'QuantumTaskSummary$outputS3Directory' => 'The folder in the S3 bucket where the task result file is stored.
', 'ResourceNotFoundException$message' => NULL, 'ScriptModeConfig$entryPoint' => 'The path to the Python script that serves as the entry point for an Amazon Braket job.
', 'SearchDevicesRequest$nextToken' => 'A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.
', 'SearchDevicesResponse$nextToken' => 'A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
', 'SearchJobsRequest$nextToken' => 'A token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
', 'SearchJobsResponse$nextToken' => 'A token used for pagination of results, or null
if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.
', 'SearchQuantumTasksResponse$nextToken' => 'A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
', 'ServiceQuotaExceededException$message' => NULL, 'TagKeys$member' => NULL, 'TagResourceRequest$resourceArn' => 'Specify the resourceArn
of the resource to which a tag will be added.
Specify the resourceArn
for the resource from which to remove the tags.
A description of the reason why an Amazon Braket job failed, if it failed.
', ], ], 'String2048' => [ 'base' => NULL, 'refs' => [ 'JobOutputDataConfig$kmsKeyId' => 'The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.
', ], ], 'String256' => [ 'base' => NULL, 'refs' => [ 'DeviceConfig$device' => 'The primary quantum processing unit (QPU) or simulator used to create and run an Amazon Braket job.
', 'HyperParameters$key' => NULL, 'InputFileConfig$contentType' => 'The MIME type of the data.
', 'JobSummary$device' => 'Provides summary information about the primary device used by an Amazon Braket job.
', 'SearchDevicesFilterValuesList$member' => NULL, 'SearchJobsFilterValuesList$member' => NULL, 'SearchQuantumTasksFilterValuesList$member' => NULL, ], ], 'String4096' => [ 'base' => NULL, 'refs' => [ 'JobCheckpointConfig$localPath' => '(Optional) The local directory where checkpoints are written. The default directory is /opt/braket/checkpoints/
.
The client token associated with the request.
', 'CreateJobRequest$clientToken' => 'A unique token that guarantees that the call to this API is idempotent.
', 'CreateQuantumTaskRequest$clientToken' => 'The client token associated with the request.
', 'SearchJobsFilter$name' => 'The name to use for the jobs filter.
', 'SearchQuantumTasksFilter$name' => 'The name of the device used for the task.
', ], ], 'SyntheticTimestamp_date_time' => [ 'base' => NULL, 'refs' => [ 'GetJobResponse$createdAt' => 'The date and time that the Amazon Braket job was created.
', 'GetJobResponse$endedAt' => 'The date and time that the Amazon Braket job ended.
', 'GetJobResponse$startedAt' => 'The date and time that the Amazon Braket job was started.
', 'GetQuantumTaskResponse$createdAt' => 'The time at which the task was created.
', 'GetQuantumTaskResponse$endedAt' => 'The time at which the task ended.
', 'JobEventDetails$timeOfEvent' => 'TThe type of event that occurred related to the Amazon Braket job.
', 'JobSummary$createdAt' => 'The date and time that the Amazon Braket job was created.
', 'JobSummary$endedAt' => 'The date and time that the Amazon Braket job ended.
', 'JobSummary$startedAt' => 'The date and time that the Amazon Braket job was started.
', 'QuantumTaskSummary$createdAt' => 'The time at which the task was created.
', 'QuantumTaskSummary$endedAt' => 'The time at which the task finished.
', ], ], 'TagKeys' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => 'Specify the keys for the tags to remove from the resource.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagsMap' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$tags' => 'A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
', 'CreateQuantumTaskRequest$tags' => 'Tags to be added to the quantum task you\'re creating.
', 'GetJobResponse$tags' => 'A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
', 'GetQuantumTaskResponse$tags' => 'The tags that belong to this task.
', 'JobSummary$tags' => 'A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
', 'ListTagsForResourceResponse$tags' => 'Displays the key, value pairs of tags associated with this resource.
', 'QuantumTaskSummary$tags' => 'Displays the key, value pairs of tags associated with this quantum task.
', 'TagResourceRequest$tags' => 'Specify the tags to add to the resource.
', ], ], 'ThrottlingException' => [ 'base' => 'The throttling rate limit is met.
', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Uri' => [ 'base' => NULL, 'refs' => [ 'ContainerImage$uri' => 'The URI locating the container image.
', ], ], 'ValidationException' => [ 'base' => 'The input fails to satisfy the constraints specified by an AWS service.
', 'refs' => [], ], ],];