Values.GetRunGroupResponseSourceGets information about a run group and returns its metadata.
type nonrec t = {arn : RunGroupArn.t option;The group's ARN.
*)id : RunGroupId.t option;The group's ID.
*)name : RunGroupName.t option;The group's name.
*)maxCpus : GetRunGroupResponseMaxCpusInteger.t option;The group's maximum number of CPUs to use.
*)maxRuns : GetRunGroupResponseMaxRunsInteger.t option;The maximum number of concurrent runs for the group.
*)maxDuration : GetRunGroupResponseMaxDurationInteger.t option;The group's maximum run time in minutes.
*)creationTime : RunGroupTimestamp.t option;When the group was created.
*)maxGpus : GetRunGroupResponseMaxGpusInteger.t option;The maximum GPUs that can be used by a run group.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of GetRunGroupResponseMaxCpusInteger.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RunGroupArn.t
| `Timestamp of RunGroupTimestamp.t ])
list ]