INPUT_OBJECT
RequestPersistentExoclusterInput
Description
Input to request persistent Exocompute cluster for a region configuration in a cloud account.
link GraphQL Schema definition
- input RequestPersistentExoclusterInput {
- # Customized parameters for launching AWS clusters.
- : AwsClusterRequestParams
- # Customized parameters for launching Azure clusters.
- : AzureClusterRequestParams
- # Cloud provider type.
- : CloudVendor!
- # Duration for which cluster is to be persisted. Note that the cluster will not be
- # torn down immediately, and will only be released when it's not in use by any
- # other job.
- : Int
- # ID of the Exocompute configuration.
- : UUID!
- }