from together import Together
client = Together()
regions = client.beta.clusters.list_regions()
print(regions){
"regions": [
{
"id": "<string>",
"name": "<string>",
"availability_zones": [
"<string>"
],
"driver_versions": [
"<string>"
]
}
]
}from together import Together
client = Together()
regions = client.beta.clusters.list_regions()
print(regions){
"regions": [
{
"id": "<string>",
"name": "<string>",
"availability_zones": [
"<string>"
],
"driver_versions": [
"<string>"
]
}
]
}Was this page helpful?