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

hsdp.getAiWorkspaceComputeTargets

Explore with Pulumi AI

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

    Retrieves AI Workspace Compute Targets

    Using getAiWorkspaceComputeTargets

    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 getAiWorkspaceComputeTargets(args: GetAiWorkspaceComputeTargetsArgs, opts?: InvokeOptions): Promise<GetAiWorkspaceComputeTargetsResult>
    function getAiWorkspaceComputeTargetsOutput(args: GetAiWorkspaceComputeTargetsOutputArgs, opts?: InvokeOptions): Output<GetAiWorkspaceComputeTargetsResult>
    def get_ai_workspace_compute_targets(endpoint: Optional[str] = None,
                                         id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetAiWorkspaceComputeTargetsResult
    def get_ai_workspace_compute_targets_output(endpoint: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetAiWorkspaceComputeTargetsResult]
    func GetAiWorkspaceComputeTargets(ctx *Context, args *GetAiWorkspaceComputeTargetsArgs, opts ...InvokeOption) (*GetAiWorkspaceComputeTargetsResult, error)
    func GetAiWorkspaceComputeTargetsOutput(ctx *Context, args *GetAiWorkspaceComputeTargetsOutputArgs, opts ...InvokeOption) GetAiWorkspaceComputeTargetsResultOutput

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

    public static class GetAiWorkspaceComputeTargets 
    {
        public static Task<GetAiWorkspaceComputeTargetsResult> InvokeAsync(GetAiWorkspaceComputeTargetsArgs args, InvokeOptions? opts = null)
        public static Output<GetAiWorkspaceComputeTargetsResult> Invoke(GetAiWorkspaceComputeTargetsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAiWorkspaceComputeTargetsResult> getAiWorkspaceComputeTargets(GetAiWorkspaceComputeTargetsArgs args, InvokeOptions options)
    public static Output<GetAiWorkspaceComputeTargetsResult> getAiWorkspaceComputeTargets(GetAiWorkspaceComputeTargetsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: hsdp:index/getAiWorkspaceComputeTargets:getAiWorkspaceComputeTargets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Endpoint string
    the AI Workspace endpoint
    Id string
    Endpoint string
    the AI Workspace endpoint
    Id string
    endpoint String
    the AI Workspace endpoint
    id String
    endpoint string
    the AI Workspace endpoint
    id string
    endpoint str
    the AI Workspace endpoint
    id str
    endpoint String
    the AI Workspace endpoint
    id String

    getAiWorkspaceComputeTargets Result

    The following output properties are available:

    Endpoint string
    Id string
    Ids List<string>
    The list of container host IDs
    Names List<string>
    The list of container host names. This matches up with the ids list index.
    Endpoint string
    Id string
    Ids []string
    The list of container host IDs
    Names []string
    The list of container host names. This matches up with the ids list index.
    endpoint String
    id String
    ids List<String>
    The list of container host IDs
    names List<String>
    The list of container host names. This matches up with the ids list index.
    endpoint string
    id string
    ids string[]
    The list of container host IDs
    names string[]
    The list of container host names. This matches up with the ids list index.
    endpoint str
    id str
    ids Sequence[str]
    The list of container host IDs
    names Sequence[str]
    The list of container host names. This matches up with the ids list index.
    endpoint String
    id String
    ids List<String>
    The list of container host IDs
    names List<String>
    The list of container host names. This matches up with the ids list index.

    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