OBJECT
ExocomputeClusterDetails
Description
Details of the Exocompute cluster.
link GraphQL Schema definition
- type ExocomputeClusterDetails {
- # Native ID of the Exocompute cluster. The native ID would be AKS ID in case of
- # Azure and the cluster ARN in case of AWS.
- String! :
- # Specifies if the Exocompute cluster is persistent. Persistent clusters are
- # Exocompute clusters requested by customer.
- Boolean! :
- # Current status of the Exocompute cluster.
- ExoClusterStatus! :
- }
link Require by
- AwsCustomerManagedExocomputeConfigAWS Customer Managed Exocompute Configuration in a region.
- AwsExocomputeGetConfigurationResponseAWS Exocompute Configuration response type.
- AwsRscManagedExocomputeConfigAWS RSC Managed Exocompute Configuration in a region.
- AzureExocomputeConfigDetailsExocompute configurations details.
- AzureExocomputeGetConfigResponseAzure Exocompute configuration.