FeatureWindow Class
Feature window :keyword feature_window_end: Specifies the feature window end time. :paramtype feature_window_end: ~datetime.datetime :keyword feature_window_start: Specifies the feature window start time. :paramtype feature_window_start: ~datetime.datetime
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinFeatureWindow
Constructor
FeatureWindow(*, feature_window_start: datetime, feature_window_end: datetime, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
feature_window_start
Required
|
|
feature_window_end
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python