DigitalOcean v4.54.0 published on Tuesday, Oct 14, 2025 by Pulumi
digitalocean.getGenaiRegions
Start a Neo task
Explain and create a digitalocean.getGenaiRegions resource
Using getGenaiRegions
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 getGenaiRegions(args: GetGenaiRegionsArgs, opts?: InvokeOptions): Promise<GetGenaiRegionsResult>
function getGenaiRegionsOutput(args: GetGenaiRegionsOutputArgs, opts?: InvokeOptions): Output<GetGenaiRegionsResult>def get_genai_regions(filters: Optional[Sequence[GetGenaiRegionsFilter]] = None,
sorts: Optional[Sequence[GetGenaiRegionsSort]] = None,
opts: Optional[InvokeOptions] = None) -> GetGenaiRegionsResult
def get_genai_regions_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiRegionsFilterArgs]]]] = None,
sorts: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiRegionsSortArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGenaiRegionsResult]func GetGenaiRegions(ctx *Context, args *GetGenaiRegionsArgs, opts ...InvokeOption) (*GetGenaiRegionsResult, error)
func GetGenaiRegionsOutput(ctx *Context, args *GetGenaiRegionsOutputArgs, opts ...InvokeOption) GetGenaiRegionsResultOutput> Note: This function is named GetGenaiRegions in the Go SDK.
public static class GetGenaiRegions
{
public static Task<GetGenaiRegionsResult> InvokeAsync(GetGenaiRegionsArgs args, InvokeOptions? opts = null)
public static Output<GetGenaiRegionsResult> Invoke(GetGenaiRegionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGenaiRegionsResult> getGenaiRegions(GetGenaiRegionsArgs args, InvokeOptions options)
public static Output<GetGenaiRegionsResult> getGenaiRegions(GetGenaiRegionsArgs args, InvokeOptions options)
fn::invoke:
function: digitalocean:index/getGenaiRegions:getGenaiRegions
arguments:
# arguments dictionaryThe following arguments are supported:
getGenaiRegions 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 Genai Regions Region> - Filters
List<Pulumi.
Digital Ocean. Outputs. Get Genai Regions Filter> - Sorts
List<Pulumi.
Digital Ocean. Outputs. Get Genai Regions Sort>
- Id string
- The provider-assigned unique ID for this managed resource.
- Regions
[]Get
Genai Regions Region - Filters
[]Get
Genai Regions Filter - Sorts
[]Get
Genai Regions Sort
- id String
- The provider-assigned unique ID for this managed resource.
- regions
List<Get
Genai Regions Region> - filters
List<Get
Genai Regions Filter> - sorts
List<Get
Genai Regions Sort>
- id string
- The provider-assigned unique ID for this managed resource.
- regions
Get
Genai Regions Region[] - filters
Get
Genai Regions Filter[] - sorts
Get
Genai Regions Sort[]
- id str
- The provider-assigned unique ID for this managed resource.
- regions
Sequence[Get
Genai Regions Region] - filters
Sequence[Get
Genai Regions Filter] - sorts
Sequence[Get
Genai 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
GetGenaiRegionsFilter
GetGenaiRegionsRegion
- 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
GetGenaiRegionsSort
Package Details
- Repository
- DigitalOcean pulumi/pulumi-digitalocean
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
digitaloceanTerraform Provider.
