INPUT_OBJECT
RequestPersistentExoclusterInput
Description
Input to request persistent Exocompute cluster for a region configuration in a cloud account.
link GraphQL Schema definition
- input RequestPersistentExoclusterInput {
- # Cloud provider type.
- CloudVendor! :
- # ID of the Exocompute configuration.
- UUID! :
- # 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 :
- # Customized parameters for launching Azure clusters.
- AzureClusterRequestParams :
- # Customized parameters for launching AWS clusters.
- AwsClusterRequestParams :
- }