FeatureSetBackfillMetadata Class
Feature Set Backfill Metadata
Constructor
FeatureSetBackfillMetadata(*, job_ids: List[str] | None = None, type: str | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
job_ids
Required
|
A list of IDs of the backfill jobs. Defaults to None. |
type
Required
|
The type of the backfill job. Defaults to None. |
kwargs
Required
|
A dictionary of additional configuration parameters. |
Keyword-Only Parameters
Name | Description |
---|---|
job_ids
Required
|
|
type
Required
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python