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