1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listFeaturesetVersionMaterializationJobs
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.machinelearningservices.listFeaturesetVersionMaterializationJobs

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    A paginated list of FeaturesetJob entities. Azure REST API version: 2023-04-01-preview.

    Other available API versions: 2023-06-01-preview.

    Using listFeaturesetVersionMaterializationJobs

    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 listFeaturesetVersionMaterializationJobs(args: ListFeaturesetVersionMaterializationJobsArgs, opts?: InvokeOptions): Promise<ListFeaturesetVersionMaterializationJobsResult>
    function listFeaturesetVersionMaterializationJobsOutput(args: ListFeaturesetVersionMaterializationJobsOutputArgs, opts?: InvokeOptions): Output<ListFeaturesetVersionMaterializationJobsResult>
    def list_featureset_version_materialization_jobs(feature_window_end: Optional[str] = None,
                                                     feature_window_start: Optional[str] = None,
                                                     filters: Optional[str] = None,
                                                     name: Optional[str] = None,
                                                     resource_group_name: Optional[str] = None,
                                                     skip: Optional[str] = None,
                                                     version: Optional[str] = None,
                                                     workspace_name: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> ListFeaturesetVersionMaterializationJobsResult
    def list_featureset_version_materialization_jobs_output(feature_window_end: Optional[pulumi.Input[str]] = None,
                                                     feature_window_start: Optional[pulumi.Input[str]] = None,
                                                     filters: Optional[pulumi.Input[str]] = None,
                                                     name: Optional[pulumi.Input[str]] = None,
                                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                                     skip: Optional[pulumi.Input[str]] = None,
                                                     version: Optional[pulumi.Input[str]] = None,
                                                     workspace_name: Optional[pulumi.Input[str]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[ListFeaturesetVersionMaterializationJobsResult]
    func ListFeaturesetVersionMaterializationJobs(ctx *Context, args *ListFeaturesetVersionMaterializationJobsArgs, opts ...InvokeOption) (*ListFeaturesetVersionMaterializationJobsResult, error)
    func ListFeaturesetVersionMaterializationJobsOutput(ctx *Context, args *ListFeaturesetVersionMaterializationJobsOutputArgs, opts ...InvokeOption) ListFeaturesetVersionMaterializationJobsResultOutput

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

    public static class ListFeaturesetVersionMaterializationJobs 
    {
        public static Task<ListFeaturesetVersionMaterializationJobsResult> InvokeAsync(ListFeaturesetVersionMaterializationJobsArgs args, InvokeOptions? opts = null)
        public static Output<ListFeaturesetVersionMaterializationJobsResult> Invoke(ListFeaturesetVersionMaterializationJobsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListFeaturesetVersionMaterializationJobsResult> listFeaturesetVersionMaterializationJobs(ListFeaturesetVersionMaterializationJobsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:listFeaturesetVersionMaterializationJobs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Container name. This is case-sensitive.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Version string
    Version identifier. This is case-sensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    FeatureWindowEnd string
    End time of the feature window to filter materialization jobs.
    FeatureWindowStart string
    Start time of the feature window to filter materialization jobs.
    Filters string
    Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
    Skip string
    Continuation token for pagination.
    Name string
    Container name. This is case-sensitive.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Version string
    Version identifier. This is case-sensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    FeatureWindowEnd string
    End time of the feature window to filter materialization jobs.
    FeatureWindowStart string
    Start time of the feature window to filter materialization jobs.
    Filters string
    Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
    Skip string
    Continuation token for pagination.
    name String
    Container name. This is case-sensitive.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    version String
    Version identifier. This is case-sensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    featureWindowEnd String
    End time of the feature window to filter materialization jobs.
    featureWindowStart String
    Start time of the feature window to filter materialization jobs.
    filters String
    Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
    skip String
    Continuation token for pagination.
    name string
    Container name. This is case-sensitive.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    version string
    Version identifier. This is case-sensitive.
    workspaceName string
    Name of Azure Machine Learning workspace.
    featureWindowEnd string
    End time of the feature window to filter materialization jobs.
    featureWindowStart string
    Start time of the feature window to filter materialization jobs.
    filters string
    Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
    skip string
    Continuation token for pagination.
    name str
    Container name. This is case-sensitive.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    version str
    Version identifier. This is case-sensitive.
    workspace_name str
    Name of Azure Machine Learning workspace.
    feature_window_end str
    End time of the feature window to filter materialization jobs.
    feature_window_start str
    Start time of the feature window to filter materialization jobs.
    filters str
    Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
    skip str
    Continuation token for pagination.
    name String
    Container name. This is case-sensitive.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    version String
    Version identifier. This is case-sensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    featureWindowEnd String
    End time of the feature window to filter materialization jobs.
    featureWindowStart String
    Start time of the feature window to filter materialization jobs.
    filters String
    Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
    skip String
    Continuation token for pagination.

    listFeaturesetVersionMaterializationJobs Result

    The following output properties are available:

    NextLink string
    The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
    Value List<Pulumi.AzureNative.MachineLearningServices.Outputs.FeaturesetJobResponse>
    An array of objects of type FeaturesetJob.
    NextLink string
    The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
    Value []FeaturesetJobResponse
    An array of objects of type FeaturesetJob.
    nextLink String
    The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
    value List<FeaturesetJobResponse>
    An array of objects of type FeaturesetJob.
    nextLink string
    The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
    value FeaturesetJobResponse[]
    An array of objects of type FeaturesetJob.
    next_link str
    The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
    value Sequence[FeaturesetJobResponse]
    An array of objects of type FeaturesetJob.
    nextLink String
    The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
    value List<Property Map>
    An array of objects of type FeaturesetJob.

    Supporting Types

    FeatureWindowResponse

    FeatureWindowEnd string
    Specifies the feature window end time
    FeatureWindowStart string
    Specifies the feature window start time
    FeatureWindowEnd string
    Specifies the feature window end time
    FeatureWindowStart string
    Specifies the feature window start time
    featureWindowEnd String
    Specifies the feature window end time
    featureWindowStart String
    Specifies the feature window start time
    featureWindowEnd string
    Specifies the feature window end time
    featureWindowStart string
    Specifies the feature window start time
    feature_window_end str
    Specifies the feature window end time
    feature_window_start str
    Specifies the feature window start time
    featureWindowEnd String
    Specifies the feature window end time
    featureWindowStart String
    Specifies the feature window start time

    FeaturesetJobResponse

    CreatedDate string
    Specifies the created date
    DisplayName string
    Specifies the display name
    Duration string
    Specifies the duration
    ExperimentId string
    Specifies the experiment id
    FeatureWindow Pulumi.AzureNative.MachineLearningServices.Inputs.FeatureWindowResponse
    Specifies the backfill feature window to be materialized
    JobId string
    Specifies the job id
    Status string
    Specifies the job status
    Tags Dictionary<string, string>
    Specifies the tags if any
    Type string
    Specifies the feature store job type
    CreatedDate string
    Specifies the created date
    DisplayName string
    Specifies the display name
    Duration string
    Specifies the duration
    ExperimentId string
    Specifies the experiment id
    FeatureWindow FeatureWindowResponse
    Specifies the backfill feature window to be materialized
    JobId string
    Specifies the job id
    Status string
    Specifies the job status
    Tags map[string]string
    Specifies the tags if any
    Type string
    Specifies the feature store job type
    createdDate String
    Specifies the created date
    displayName String
    Specifies the display name
    duration String
    Specifies the duration
    experimentId String
    Specifies the experiment id
    featureWindow FeatureWindowResponse
    Specifies the backfill feature window to be materialized
    jobId String
    Specifies the job id
    status String
    Specifies the job status
    tags Map<String,String>
    Specifies the tags if any
    type String
    Specifies the feature store job type
    createdDate string
    Specifies the created date
    displayName string
    Specifies the display name
    duration string
    Specifies the duration
    experimentId string
    Specifies the experiment id
    featureWindow FeatureWindowResponse
    Specifies the backfill feature window to be materialized
    jobId string
    Specifies the job id
    status string
    Specifies the job status
    tags {[key: string]: string}
    Specifies the tags if any
    type string
    Specifies the feature store job type
    created_date str
    Specifies the created date
    display_name str
    Specifies the display name
    duration str
    Specifies the duration
    experiment_id str
    Specifies the experiment id
    feature_window FeatureWindowResponse
    Specifies the backfill feature window to be materialized
    job_id str
    Specifies the job id
    status str
    Specifies the job status
    tags Mapping[str, str]
    Specifies the tags if any
    type str
    Specifies the feature store job type
    createdDate String
    Specifies the created date
    displayName String
    Specifies the display name
    duration String
    Specifies the duration
    experimentId String
    Specifies the experiment id
    featureWindow Property Map
    Specifies the backfill feature window to be materialized
    jobId String
    Specifies the job id
    status String
    Specifies the job status
    tags Map<String>
    Specifies the tags if any
    type String
    Specifies the feature store job type

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi