1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataTaskVersions
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

tencentcloud.getWedataTaskVersions

Start a Neo task
Explain and create a tencentcloud.getWedataTaskVersions resource
tencentcloud logo
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

    Use this data source to query detailed information of wedata wedata_task_versions

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataTaskVersions = tencentcloud.getWedataTaskVersions({
        projectId: "2905622749543821312",
        taskId: "20251015164958429",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_task_versions = tencentcloud.get_wedata_task_versions(project_id="2905622749543821312",
        task_id="20251015164958429")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.GetWedataTaskVersions(ctx, &tencentcloud.GetWedataTaskVersionsArgs{
    			ProjectId: "2905622749543821312",
    			TaskId:    "20251015164958429",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var wedataTaskVersions = Tencentcloud.GetWedataTaskVersions.Invoke(new()
        {
            ProjectId = "2905622749543821312",
            TaskId = "20251015164958429",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetWedataTaskVersionsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var wedataTaskVersions = TencentcloudFunctions.getWedataTaskVersions(GetWedataTaskVersionsArgs.builder()
                .projectId("2905622749543821312")
                .taskId("20251015164958429")
                .build());
    
        }
    }
    
    variables:
      wedataTaskVersions:
        fn::invoke:
          function: tencentcloud:getWedataTaskVersions
          arguments:
            projectId: '2905622749543821312'
            taskId: '20251015164958429'
    

    Using getWedataTaskVersions

    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 getWedataTaskVersions(args: GetWedataTaskVersionsArgs, opts?: InvokeOptions): Promise<GetWedataTaskVersionsResult>
    function getWedataTaskVersionsOutput(args: GetWedataTaskVersionsOutputArgs, opts?: InvokeOptions): Output<GetWedataTaskVersionsResult>
    def get_wedata_task_versions(id: Optional[str] = None,
                                 project_id: Optional[str] = None,
                                 result_output_file: Optional[str] = None,
                                 task_id: Optional[str] = None,
                                 task_version_type: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetWedataTaskVersionsResult
    def get_wedata_task_versions_output(id: Optional[pulumi.Input[str]] = None,
                                 project_id: Optional[pulumi.Input[str]] = None,
                                 result_output_file: Optional[pulumi.Input[str]] = None,
                                 task_id: Optional[pulumi.Input[str]] = None,
                                 task_version_type: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetWedataTaskVersionsResult]
    func GetWedataTaskVersions(ctx *Context, args *GetWedataTaskVersionsArgs, opts ...InvokeOption) (*GetWedataTaskVersionsResult, error)
    func GetWedataTaskVersionsOutput(ctx *Context, args *GetWedataTaskVersionsOutputArgs, opts ...InvokeOption) GetWedataTaskVersionsResultOutput

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

    public static class GetWedataTaskVersions 
    {
        public static Task<GetWedataTaskVersionsResult> InvokeAsync(GetWedataTaskVersionsArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataTaskVersionsResult> Invoke(GetWedataTaskVersionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataTaskVersionsResult> getWedataTaskVersions(GetWedataTaskVersionsArgs args, InvokeOptions options)
    public static Output<GetWedataTaskVersionsResult> getWedataTaskVersions(GetWedataTaskVersionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataTaskVersions:getWedataTaskVersions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    Id string
    ResultOutputFile string
    Used to save results.
    TaskVersionType string
    SAVE version. SUBMIT version. Defaults to SAVE.
    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    Id string
    ResultOutputFile string
    Used to save results.
    TaskVersionType string
    SAVE version. SUBMIT version. Defaults to SAVE.
    projectId String
    Project ID.
    taskId String
    Task ID.
    id String
    resultOutputFile String
    Used to save results.
    taskVersionType String
    SAVE version. SUBMIT version. Defaults to SAVE.
    projectId string
    Project ID.
    taskId string
    Task ID.
    id string
    resultOutputFile string
    Used to save results.
    taskVersionType string
    SAVE version. SUBMIT version. Defaults to SAVE.
    project_id str
    Project ID.
    task_id str
    Task ID.
    id str
    result_output_file str
    Used to save results.
    task_version_type str
    SAVE version. SUBMIT version. Defaults to SAVE.
    projectId String
    Project ID.
    taskId String
    Task ID.
    id String
    resultOutputFile String
    Used to save results.
    taskVersionType String
    SAVE version. SUBMIT version. Defaults to SAVE.

    getWedataTaskVersions Result

    The following output properties are available:

    Datas []GetWedataTaskVersionsData
    Task version list.
    Id string
    ProjectId string
    TaskId string
    ResultOutputFile string
    TaskVersionType string
    datas GetWedataTaskVersionsData[]
    Task version list.
    id string
    projectId string
    taskId string
    resultOutputFile string
    taskVersionType string
    datas List<Property Map>
    Task version list.
    id String
    projectId String
    taskId String
    resultOutputFile String
    taskVersionType String

    Supporting Types

    GetWedataTaskVersionsData

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate