azure-native.machinelearningservices.listFeaturesetVersionMaterializationJobs
Explore with Pulumi AI
A paginated list of FeaturesetJob entities.
Uses Azure REST API version 2023-06-01-preview.
Other available API versions: 2023-02-01-preview, 2023-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]
. See the version guide for details.
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)
public static Output<ListFeaturesetVersionMaterializationJobsResult> listFeaturesetVersionMaterializationJobs(ListFeaturesetVersionMaterializationJobsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:machinelearningservices:listFeaturesetVersionMaterializationJobs
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Container name. This is case-sensitive.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Version string
- Version identifier. This is case-sensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Feature
Window stringEnd - End time of the feature window to filter materialization jobs.
- Feature
Window stringStart - 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.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Version string
- Version identifier. This is case-sensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Feature
Window stringEnd - End time of the feature window to filter materialization jobs.
- Feature
Window stringStart - 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.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- version String
- Version identifier. This is case-sensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
- feature
Window StringEnd - End time of the feature window to filter materialization jobs.
- feature
Window StringStart - 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.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- version string
- Version identifier. This is case-sensitive.
- workspace
Name string - Name of Azure Machine Learning workspace.
- feature
Window stringEnd - End time of the feature window to filter materialization jobs.
- feature
Window stringStart - 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_ strname - 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_ strend - End time of the feature window to filter materialization jobs.
- feature_
window_ strstart - 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.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- version String
- Version identifier. This is case-sensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
- feature
Window StringEnd - End time of the feature window to filter materialization jobs.
- feature
Window StringStart - 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:
- Next
Link string - The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
- Value
List<Pulumi.
Azure Native. Machine Learning Services. Outputs. Featureset Job Response> - An array of objects of type FeaturesetJob.
- Next
Link string - The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
- Value
[]Featureset
Job Response - An array of objects of type FeaturesetJob.
- next
Link String - The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
- value
List<Featureset
Job Response> - An array of objects of type FeaturesetJob.
- next
Link string - The link to the next page of FeaturesetJob objects. If null, there are no additional pages.
- value
Featureset
Job Response[] - 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[Featureset
Job Response] - An array of objects of type FeaturesetJob.
- next
Link 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
- Feature
Window stringEnd - Specifies the feature window end time
- Feature
Window stringStart - Specifies the feature window start time
- Feature
Window stringEnd - Specifies the feature window end time
- Feature
Window stringStart - Specifies the feature window start time
- feature
Window StringEnd - Specifies the feature window end time
- feature
Window StringStart - Specifies the feature window start time
- feature
Window stringEnd - Specifies the feature window end time
- feature
Window stringStart - Specifies the feature window start time
- feature_
window_ strend - Specifies the feature window end time
- feature_
window_ strstart - Specifies the feature window start time
- feature
Window StringEnd - Specifies the feature window end time
- feature
Window StringStart - Specifies the feature window start time
FeaturesetJobResponse
- Created
Date string - Specifies the created date
- Display
Name string - Specifies the display name
- Duration string
- Specifies the duration
- Experiment
Id string - Specifies the experiment id
- Feature
Window Pulumi.Azure Native. Machine Learning Services. Inputs. Feature Window Response - Specifies the backfill feature window to be materialized
- Job
Id string - Specifies the job id
- Status string
- Specifies the job status
- Dictionary<string, string>
- Specifies the tags if any
- Type string
- Specifies the feature store job type
- Created
Date string - Specifies the created date
- Display
Name string - Specifies the display name
- Duration string
- Specifies the duration
- Experiment
Id string - Specifies the experiment id
- Feature
Window FeatureWindow Response - Specifies the backfill feature window to be materialized
- Job
Id string - Specifies the job id
- Status string
- Specifies the job status
- map[string]string
- Specifies the tags if any
- Type string
- Specifies the feature store job type
- created
Date String - Specifies the created date
- display
Name String - Specifies the display name
- duration String
- Specifies the duration
- experiment
Id String - Specifies the experiment id
- feature
Window FeatureWindow Response - Specifies the backfill feature window to be materialized
- job
Id String - Specifies the job id
- status String
- Specifies the job status
- Map<String,String>
- Specifies the tags if any
- type String
- Specifies the feature store job type
- created
Date string - Specifies the created date
- display
Name string - Specifies the display name
- duration string
- Specifies the duration
- experiment
Id string - Specifies the experiment id
- feature
Window FeatureWindow Response - Specifies the backfill feature window to be materialized
- job
Id string - Specifies the job id
- status string
- Specifies the job status
- {[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 FeatureWindow Response - Specifies the backfill feature window to be materialized
- job_
id str - Specifies the job id
- status str
- Specifies the job status
- Mapping[str, str]
- Specifies the tags if any
- type str
- Specifies the feature store job type
- created
Date String - Specifies the created date
- display
Name String - Specifies the display name
- duration String
- Specifies the duration
- experiment
Id String - Specifies the experiment id
- feature
Window Property Map - Specifies the backfill feature window to be materialized
- job
Id String - Specifies the job id
- status String
- Specifies the job status
- 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