class Aws::CloudWatchEvidently::Types::Project
This structure defines a project, which is the logical object in Evidently that can contain features, launches, and experiments. Use projects to group similar features together.
@!attribute [rw] active_experiment_count
The number of ongoing experiments currently in the project. @return [Integer]
@!attribute [rw] active_launch_count
The number of ongoing launches currently in the project. @return [Integer]
@!attribute [rw] arn
The name or ARN of the project. @return [String]
@!attribute [rw] created_time
The date and time that the project is created. @return [Time]
@!attribute [rw] data_delivery
A structure that contains information about where Evidently is to store evaluation events for longer term storage. @return [Types::ProjectDataDelivery]
@!attribute [rw] description
The user-entered description of the project. @return [String]
@!attribute [rw] experiment_count
The number of experiments currently in the project. This includes all experiments that have been created and not deleted, whether they are ongoing or not. @return [Integer]
@!attribute [rw] feature_count
The number of features currently in the project. @return [Integer]
@!attribute [rw] last_updated_time
The date and time that the project was most recently updated. @return [Time]
@!attribute [rw] launch_count
The number of launches currently in the project. This includes all launches that have been created and not deleted, whether they are ongoing or not. @return [Integer]
@!attribute [rw] name
The name of the project. @return [String]
@!attribute [rw] status
The current state of the project. @return [String]
@!attribute [rw] tags
The list of tag keys and values associated with this project. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/Project AWS API Documentation
Constants
- SENSITIVE