File tree Expand file tree Collapse file tree
src/resources/beta/clusters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 76
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai/togetherai-e398785d31ad51e94f158b377be469e74748e0229a964d3602149c6bf964581e .yml
3- openapi_spec_hash : 3e4db6f27d100314926d87c9ae24cba2
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai/togetherai-5ba14fb08cb2129befa3b72c8bd20b67a863c4be6e010368e2184fbe1b18321b .yml
3+ openapi_spec_hash : 5b1c21199bda07c852b8b48c87859784
44config_hash : ec427df08d61d8888138f15cd53c6454
Original file line number Diff line number Diff line change @@ -53,7 +53,18 @@ export class Storage extends APIResource {
5353export interface ClusterStorage {
5454 size_tib : number ;
5555
56- status : string ;
56+ /**
57+ * Current status of the shared volume.
58+ */
59+ status :
60+ | 'scheduled'
61+ | 'available'
62+ | 'bound'
63+ | 'provisioning'
64+ | 'deleting'
65+ | 'failed'
66+ | 'access_revoked'
67+ | 'unknown' ;
5768
5869 volume_id : string ;
5970
You can’t perform that action at this time.
0 commit comments