ProjectSummary
A structure that contains configuration information about an Evidently project.
Contents
- arn
-
The name or ARN of the project.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*
Required: Yes
- createdTime
-
The date and time that the project is created.
Type: Timestamp
Required: Yes
- lastUpdatedTime
-
The date and time that the project was most recently updated.
Type: Timestamp
Required: Yes
- name
-
The name of the project.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
^[-a-zA-Z0-9._]*$
Required: Yes
- status
-
The current state of the project.
Type: String
Valid Values:
AVAILABLE | UPDATING
Required: Yes
- activeExperimentCount
-
The number of experiments currently in the project.
Type: Long
Required: No
- activeLaunchCount
-
The number of ongoing launches currently in the project.
Type: Long
Required: No
- description
-
The description of the project.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 160.
Pattern:
.*
Required: No
- experimentCount
-
The number of experiments currently in the project.
Type: Long
Required: No
- featureCount
-
The number of features currently in the project.
Type: Long
Required: No
- launchCount
-
The number of launches currently in the project, including launches that are ongoing, completed, and not started yet.
Type: Long
Required: No
-
The list of tag keys and values associated with this project.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[a-zA-Z+-=._:/]+$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: