DigitalOcean v4.57.0 published on Thursday, Feb 12, 2026 by Pulumi
DigitalOcean v4.57.0 published on Thursday, Feb 12, 2026 by Pulumi
Using getGradientaiRegions
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGradientaiRegions(args: GetGradientaiRegionsArgs, opts?: InvokeOptions): Promise<GetGradientaiRegionsResult>
function getGradientaiRegionsOutput(args: GetGradientaiRegionsOutputArgs, opts?: InvokeOptions): Output<GetGradientaiRegionsResult>def get_gradientai_regions(filters: Optional[Sequence[GetGradientaiRegionsFilter]] = None,
sorts: Optional[Sequence[GetGradientaiRegionsSort]] = None,
opts: Optional[InvokeOptions] = None) -> GetGradientaiRegionsResult
def get_gradientai_regions_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetGradientaiRegionsFilterArgs]]]] = None,
sorts: Optional[pulumi.Input[Sequence[pulumi.Input[GetGradientaiRegionsSortArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGradientaiRegionsResult]func GetGradientaiRegions(ctx *Context, args *GetGradientaiRegionsArgs, opts ...InvokeOption) (*GetGradientaiRegionsResult, error)
func GetGradientaiRegionsOutput(ctx *Context, args *GetGradientaiRegionsOutputArgs, opts ...InvokeOption) GetGradientaiRegionsResultOutput> Note: This function is named GetGradientaiRegions in the Go SDK.
public static class GetGradientaiRegions
{
public static Task<GetGradientaiRegionsResult> InvokeAsync(GetGradientaiRegionsArgs args, InvokeOptions? opts = null)
public static Output<GetGradientaiRegionsResult> Invoke(GetGradientaiRegionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGradientaiRegionsResult> getGradientaiRegions(GetGradientaiRegionsArgs args, InvokeOptions options)
public static Output<GetGradientaiRegionsResult> getGradientaiRegions(GetGradientaiRegionsArgs args, InvokeOptions options)
fn::invoke:
function: digitalocean:index/getGradientaiRegions:getGradientaiRegions
arguments:
# arguments dictionaryThe following arguments are supported:
getGradientaiRegions Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Regions
List<Pulumi.
Digital Ocean. Outputs. Get Gradientai Regions Region> - Filters
List<Pulumi.
Digital Ocean. Outputs. Get Gradientai Regions Filter> - Sorts
List<Pulumi.
Digital Ocean. Outputs. Get Gradientai Regions Sort>
- Id string
- The provider-assigned unique ID for this managed resource.
- Regions
[]Get
Gradientai Regions Region - Filters
[]Get
Gradientai Regions Filter - Sorts
[]Get
Gradientai Regions Sort
- id String
- The provider-assigned unique ID for this managed resource.
- regions
List<Get
Gradientai Regions Region> - filters
List<Get
Gradientai Regions Filter> - sorts
List<Get
Gradientai Regions Sort>
- id string
- The provider-assigned unique ID for this managed resource.
- regions
Get
Gradientai Regions Region[] - filters
Get
Gradientai Regions Filter[] - sorts
Get
Gradientai Regions Sort[]
- id str
- The provider-assigned unique ID for this managed resource.
- regions
Sequence[Get
Gradientai Regions Region] - filters
Sequence[Get
Gradientai Regions Filter] - sorts
Sequence[Get
Gradientai Regions Sort]
- id String
- The provider-assigned unique ID for this managed resource.
- regions List<Property Map>
- filters List<Property Map>
- sorts List<Property Map>
Supporting Types
GetGradientaiRegionsFilter
GetGradientaiRegionsRegion
- Inference
Url string - Inference URL for the model
- Region string
- Region where the model is deployed
- Serves
Batch bool - Indicates if the model serves batch requests
- Serves
Inference bool - Indicates if the model serves inference requests
- Stream
Inference stringUrl - Streaming inference URL for the model
- Inference
Url string - Inference URL for the model
- Region string
- Region where the model is deployed
- Serves
Batch bool - Indicates if the model serves batch requests
- Serves
Inference bool - Indicates if the model serves inference requests
- Stream
Inference stringUrl - Streaming inference URL for the model
- inference
Url String - Inference URL for the model
- region String
- Region where the model is deployed
- serves
Batch Boolean - Indicates if the model serves batch requests
- serves
Inference Boolean - Indicates if the model serves inference requests
- stream
Inference StringUrl - Streaming inference URL for the model
- inference
Url string - Inference URL for the model
- region string
- Region where the model is deployed
- serves
Batch boolean - Indicates if the model serves batch requests
- serves
Inference boolean - Indicates if the model serves inference requests
- stream
Inference stringUrl - Streaming inference URL for the model
- inference_
url str - Inference URL for the model
- region str
- Region where the model is deployed
- serves_
batch bool - Indicates if the model serves batch requests
- serves_
inference bool - Indicates if the model serves inference requests
- stream_
inference_ strurl - Streaming inference URL for the model
- inference
Url String - Inference URL for the model
- region String
- Region where the model is deployed
- serves
Batch Boolean - Indicates if the model serves batch requests
- serves
Inference Boolean - Indicates if the model serves inference requests
- stream
Inference StringUrl - Streaming inference URL for the model
GetGradientaiRegionsSort
Package Details
- Repository
- DigitalOcean pulumi/pulumi-digitalocean
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
digitaloceanTerraform Provider.
DigitalOcean v4.57.0 published on Thursday, Feb 12, 2026 by Pulumi
