MachineLearningProductLastModifiedDateFilterDateRange
A date range for filtering machine learning products by their last modified date.
Contents
Note
In the following list, the required parameters are described first.
- AfterValue
-
The start date (inclusive) of the date range. The operation returns machine learning products with last modified dates on or after this date.
Type: String
Length Constraints: Fixed length of 20.
Pattern:
^([\d]{4})\-(1[0-2]|0[1-9])\-(3[01]|0[1-9]|[12][\d])T(2[0-3]|[01][\d]):([0-5][\d]):([0-5][\d])Z$Required: No
- BeforeValue
-
The end date (inclusive) of the date range. The operation returns machine learning products with last modified dates on or before this date.
Type: String
Length Constraints: Fixed length of 20.
Pattern:
^([\d]{4})\-(1[0-2]|0[1-9])\-(3[01]|0[1-9]|[12][\d])T(2[0-3]|[01][\d]):([0-5][\d]):([0-5][\d])Z$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: