Values.GetJobResponseSourceRetrieves the specified Amazon Braket hybrid job.
type nonrec t = {status : JobPrimaryStatus.t option;The status of the Amazon Braket hybrid job.
*)jobArn : JobArn.t option;The ARN of the Amazon Braket hybrid job.
*)roleArn : RoleArn.t option;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 results and other hybrid job details to the s3 buckets of a user.
*)failureReason : String1024.t option;A description of the reason why an Amazon Braket hybrid job failed, if it failed.
*)jobName : GetJobResponseJobNameString.t option;The name of the Amazon Braket hybrid job.
*)hyperParameters : HyperParameters.t option;Algorithm-specific parameters used by an Amazon Braket hybrid job that influence the quality of the traiing job. The values are set with a map of JSON key:value pairs, where the key is the name of the hyperparameter and the value is the value of th hyperparameter.
*)inputDataConfig : InputConfigList.t option;A list of parameters that specify the name and type of input data and where it is located.
*)outputDataConfig : JobOutputDataConfig.t option;The path to the S3 location where hybrid job artifacts are stored and the encryption key used to store them there.
*)stoppingCondition : JobStoppingCondition.t option;The user-defined criteria that specifies when to stop a running hybrid job.
*)checkpointConfig : JobCheckpointConfig.t option;Information about the output locations for hybrid job checkpoint data.
*)algorithmSpecification : AlgorithmSpecification.t option;Definition of the Amazon Braket hybrid job created. Provides information about the container image used, and the Python scripts used for training.
*)instanceConfig : InstanceConfig.t option;The resource instances to use while running the hybrid job on Amazon Braket.
*)createdAt : SyntheticTimestamp_date_time.t option;The time at which the Amazon Braket hybrid job was created.
*)startedAt : SyntheticTimestamp_date_time.t option;The time at which the Amazon Braket hybrid job was started.
*)endedAt : SyntheticTimestamp_date_time.t option;The time at which the Amazon Braket hybrid job ended.
*)billableDuration : Integer.t option;The billable time for which the Amazon Braket hybrid job used to complete.
*)deviceConfig : DeviceConfig.t option;The primary device used by the Amazon Braket hybrid job.
*)events : JobEvents.t option;Details about the time and type of events occurred related to the Amazon Braket hybrid job.
*)queueInfo : HybridJobQueueInfo.t option;Queue information for the requested hybrid job. Only returned if QueueInfo is specified in the additionalAttributeNames" field in the GetJob API request.
*)associations : Associations.t option;The list of Amazon Braket resources associated with the hybrid job.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceException of InternalServiceException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?status:??? ->
?jobArn:??? ->
?roleArn:??? ->
?failureReason:??? ->
?jobName:??? ->
?hyperParameters:??? ->
?inputDataConfig:??? ->
?outputDataConfig:??? ->
?stoppingCondition:??? ->
?checkpointConfig:??? ->
?algorithmSpecification:??? ->
?instanceConfig:??? ->
?createdAt:??? ->
?startedAt:??? ->
?endedAt:??? ->
?billableDuration:??? ->
?deviceConfig:??? ->
?events:??? ->
?tags:??? ->
?queueInfo:??? ->
?associations:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of InputFileConfigChannelNameString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of S3Path.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `Map of
([> `String of String256.t ]
* [> `String of HyperParametersValueString.t ])
list
| `String of JobArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of JobStoppingConditionMaxRuntimeInSecondsInteger.t
| `String of String2048.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]