UpdateRunGroupRequest is a JSON Structure definition published by Amazon HealthOmics, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-update-run-group-request-schema.json",
"name": "UpdateRunGroupRequest",
"type": "object",
"properties": {
"name": {
"allOf": [
{
"$ref": "#/components/schemas/RunGroupName"
},
{
"description": "A name for the group."
}
]
},
"maxCpus": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateRunGroupRequestMaxCpusInteger"
},
{
"description": "The maximum number of CPUs to use."
}
]
},
"maxRuns": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateRunGroupRequestMaxRunsInteger"
},
{
"description": "The maximum number of concurrent runs for the group."
}
]
},
"maxDuration": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateRunGroupRequestMaxDurationInteger"
},
{
"description": "A maximum run time for the group in minutes."
}
]
},
"maxGpus": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateRunGroupRequestMaxGpusInteger"
},
{
"description": " The maximum GPUs that can be used by a run group. "
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.