Skip to content

/AWS1/CL_EVYPROJECT

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.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ARN TYPE /AWS1/EVYPROJECTARN /AWS1/EVYPROJECTARN

The name or ARN of the project.

IV_NAME TYPE /AWS1/EVYPROJECTNAME /AWS1/EVYPROJECTNAME

The name of the project.

IV_STATUS TYPE /AWS1/EVYPROJECTSTATUS /AWS1/EVYPROJECTSTATUS

The current state of the project.

IV_CREATEDTIME TYPE /AWS1/EVYTIMESTAMP /AWS1/EVYTIMESTAMP

The date and time that the project is created.

IV_LASTUPDATEDTIME TYPE /AWS1/EVYTIMESTAMP /AWS1/EVYTIMESTAMP

The date and time that the project was most recently updated.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EVYDESCRIPTION /AWS1/EVYDESCRIPTION

The user-entered description of the project.

IV_FEATURECOUNT TYPE /AWS1/EVYLONG /AWS1/EVYLONG

The number of features currently in the project.

IV_LAUNCHCOUNT TYPE /AWS1/EVYLONG /AWS1/EVYLONG

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.

IV_ACTIVELAUNCHCOUNT TYPE /AWS1/EVYLONG /AWS1/EVYLONG

The number of ongoing launches currently in the project.

IV_EXPERIMENTCOUNT TYPE /AWS1/EVYLONG /AWS1/EVYLONG

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.

IV_ACTIVEEXPERIMENTCOUNT TYPE /AWS1/EVYLONG /AWS1/EVYLONG

The number of ongoing experiments currently in the project.

IO_DATADELIVERY TYPE REF TO /AWS1/CL_EVYPROJECTDATADELIV00 /AWS1/CL_EVYPROJECTDATADELIV00

A structure that contains information about where Evidently is to store evaluation events for longer term storage.

IO_APPCONFIGRESOURCE TYPE REF TO /AWS1/CL_EVYPROJECTAPPCFGRESRC /AWS1/CL_EVYPROJECTAPPCFGRESRC

This structure defines the configuration of how your application integrates with AppConfig to run client-side evaluation.

IT_TAGS TYPE /AWS1/CL_EVYTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The list of tag keys and values associated with this project.


Queryable Attributes

arn

The name or ARN of the project.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

name

The name of the project.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

status

The current state of the project.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

description

The user-entered description of the project.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

createdTime

The date and time that the project is created.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME has a value

lastUpdatedTime

The date and time that the project was most recently updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME, with configurable default
ASK_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME w/ exceptions if field has no val
HAS_LASTUPDATEDTIME() Determine if LASTUPDATEDTIME has a value

featureCount

The number of features currently in the project.

Accessible with the following methods

Method Description
GET_FEATURECOUNT() Getter for FEATURECOUNT, with configurable default
ASK_FEATURECOUNT() Getter for FEATURECOUNT w/ exceptions if field has no value
HAS_FEATURECOUNT() Determine if FEATURECOUNT has a value

launchCount

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.

Accessible with the following methods

Method Description
GET_LAUNCHCOUNT() Getter for LAUNCHCOUNT, with configurable default
ASK_LAUNCHCOUNT() Getter for LAUNCHCOUNT w/ exceptions if field has no value
HAS_LAUNCHCOUNT() Determine if LAUNCHCOUNT has a value

activeLaunchCount

The number of ongoing launches currently in the project.

Accessible with the following methods

Method Description
GET_ACTIVELAUNCHCOUNT() Getter for ACTIVELAUNCHCOUNT, with configurable default
ASK_ACTIVELAUNCHCOUNT() Getter for ACTIVELAUNCHCOUNT w/ exceptions if field has no v
HAS_ACTIVELAUNCHCOUNT() Determine if ACTIVELAUNCHCOUNT has a value

experimentCount

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.

Accessible with the following methods

Method Description
GET_EXPERIMENTCOUNT() Getter for EXPERIMENTCOUNT, with configurable default
ASK_EXPERIMENTCOUNT() Getter for EXPERIMENTCOUNT w/ exceptions if field has no val
HAS_EXPERIMENTCOUNT() Determine if EXPERIMENTCOUNT has a value

activeExperimentCount

The number of ongoing experiments currently in the project.

Accessible with the following methods

Method Description
GET_ACTIVEEXPERIMENTCOUNT() Getter for ACTIVEEXPERIMENTCOUNT, with configurable default
ASK_ACTIVEEXPERIMENTCOUNT() Getter for ACTIVEEXPERIMENTCOUNT w/ exceptions if field has
HAS_ACTIVEEXPERIMENTCOUNT() Determine if ACTIVEEXPERIMENTCOUNT has a value

dataDelivery

A structure that contains information about where Evidently is to store evaluation events for longer term storage.

Accessible with the following methods

Method Description
GET_DATADELIVERY() Getter for DATADELIVERY

appConfigResource

This structure defines the configuration of how your application integrates with AppConfig to run client-side evaluation.

Accessible with the following methods

Method Description
GET_APPCONFIGRESOURCE() Getter for APPCONFIGRESOURCE

tags

The list of tag keys and values associated with this project.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value