1. Packages
  2. Hsdp Provider
  3. API Docs
  4. getAiInferenceModels
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software

hsdp.getAiInferenceModels

Explore with Pulumi AI

hsdp logo
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software

    Using getAiInferenceModels

    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 getAiInferenceModels(args: GetAiInferenceModelsArgs, opts?: InvokeOptions): Promise<GetAiInferenceModelsResult>
    function getAiInferenceModelsOutput(args: GetAiInferenceModelsOutputArgs, opts?: InvokeOptions): Output<GetAiInferenceModelsResult>
    def get_ai_inference_models(endpoint: Optional[str] = None,
                                id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAiInferenceModelsResult
    def get_ai_inference_models_output(endpoint: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAiInferenceModelsResult]
    func GetAiInferenceModels(ctx *Context, args *GetAiInferenceModelsArgs, opts ...InvokeOption) (*GetAiInferenceModelsResult, error)
    func GetAiInferenceModelsOutput(ctx *Context, args *GetAiInferenceModelsOutputArgs, opts ...InvokeOption) GetAiInferenceModelsResultOutput

    > Note: This function is named GetAiInferenceModels in the Go SDK.

    public static class GetAiInferenceModels 
    {
        public static Task<GetAiInferenceModelsResult> InvokeAsync(GetAiInferenceModelsArgs args, InvokeOptions? opts = null)
        public static Output<GetAiInferenceModelsResult> Invoke(GetAiInferenceModelsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAiInferenceModelsResult> getAiInferenceModels(GetAiInferenceModelsArgs args, InvokeOptions options)
    public static Output<GetAiInferenceModelsResult> getAiInferenceModels(GetAiInferenceModelsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: hsdp:index/getAiInferenceModels:getAiInferenceModels
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Endpoint string
    Id string
    Endpoint string
    Id string
    endpoint String
    id String
    endpoint string
    id string
    endpoint str
    id str
    endpoint String
    id String

    getAiInferenceModels Result

    The following output properties are available:

    Endpoint string
    Id string
    Ids List<string>
    Names List<string>
    Endpoint string
    Id string
    Ids []string
    Names []string
    endpoint String
    id String
    ids List<String>
    names List<String>
    endpoint string
    id string
    ids string[]
    names string[]
    endpoint str
    id str
    ids Sequence[str]
    names Sequence[str]
    endpoint String
    id String
    ids List<String>
    names List<String>

    Package Details

    Repository
    hsdp philips-software/terraform-provider-hsdp
    License
    Notes
    This Pulumi package is based on the hsdp Terraform Provider.
    hsdp logo
    hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software