1. Packages
  2. DigitalOcean Provider
  3. API Docs
  4. getGenaiRegions
DigitalOcean v4.54.0 published on Tuesday, Oct 14, 2025 by Pulumi

digitalocean.getGenaiRegions

Get Started
digitalocean logo
DigitalOcean v4.54.0 published on Tuesday, Oct 14, 2025 by Pulumi

    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 dictionary

    The following arguments are supported:

    getGenaiRegions Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Regions []GetGenaiRegionsRegion
    Filters []GetGenaiRegionsFilter
    Sorts []GetGenaiRegionsSort
    id String
    The provider-assigned unique ID for this managed resource.
    regions List<GetGenaiRegionsRegion>
    filters List<GetGenaiRegionsFilter>
    sorts List<GetGenaiRegionsSort>
    id string
    The provider-assigned unique ID for this managed resource.
    regions GetGenaiRegionsRegion[]
    filters GetGenaiRegionsFilter[]
    sorts GetGenaiRegionsSort[]
    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

    Key string
    Values List<string>
    All bool
    MatchBy string
    Key string
    Values []string
    All bool
    MatchBy string
    key String
    values List<String>
    all Boolean
    matchBy String
    key string
    values string[]
    all boolean
    matchBy string
    key str
    values Sequence[str]
    all bool
    match_by str
    key String
    values List<String>
    all Boolean
    matchBy String

    GetGenaiRegionsRegion

    InferenceUrl string
    Inference URL for the model
    Region string
    Region where the model is deployed
    ServesBatch bool
    Indicates if the model serves batch requests
    ServesInference bool
    Indicates if the model serves inference requests
    StreamInferenceUrl string
    Streaming inference URL for the model
    InferenceUrl string
    Inference URL for the model
    Region string
    Region where the model is deployed
    ServesBatch bool
    Indicates if the model serves batch requests
    ServesInference bool
    Indicates if the model serves inference requests
    StreamInferenceUrl string
    Streaming inference URL for the model
    inferenceUrl String
    Inference URL for the model
    region String
    Region where the model is deployed
    servesBatch Boolean
    Indicates if the model serves batch requests
    servesInference Boolean
    Indicates if the model serves inference requests
    streamInferenceUrl String
    Streaming inference URL for the model
    inferenceUrl string
    Inference URL for the model
    region string
    Region where the model is deployed
    servesBatch boolean
    Indicates if the model serves batch requests
    servesInference boolean
    Indicates if the model serves inference requests
    streamInferenceUrl string
    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_url str
    Streaming inference URL for the model
    inferenceUrl String
    Inference URL for the model
    region String
    Region where the model is deployed
    servesBatch Boolean
    Indicates if the model serves batch requests
    servesInference Boolean
    Indicates if the model serves inference requests
    streamInferenceUrl String
    Streaming inference URL for the model

    GetGenaiRegionsSort

    Key string
    Direction string
    Key string
    Direction string
    key String
    direction String
    key string
    direction string
    key str
    direction str
    key String
    direction String

    Package Details

    Repository
    DigitalOcean pulumi/pulumi-digitalocean
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the digitalocean Terraform Provider.
    digitalocean logo
    DigitalOcean v4.54.0 published on Tuesday, Oct 14, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate