/AWS1/CL_CRLGETAUDIENCEMDELRSP¶
GetAudienceModelResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_createtime
TYPE /AWS1/CRLTIMESTAMP
/AWS1/CRLTIMESTAMP
¶
The time at which the audience model was created.
iv_updatetime
TYPE /AWS1/CRLTIMESTAMP
/AWS1/CRLTIMESTAMP
¶
The most recent time at which the audience model was updated.
iv_audiencemodelarn
TYPE /AWS1/CRLAUDIENCEMODELARN
/AWS1/CRLAUDIENCEMODELARN
¶
The Amazon Resource Name (ARN) of the audience model.
iv_name
TYPE /AWS1/CRLNAMESTRING
/AWS1/CRLNAMESTRING
¶
The name of the audience model.
iv_trainingdatasetarn
TYPE /AWS1/CRLTRAININGDATASETARN
/AWS1/CRLTRAININGDATASETARN
¶
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
iv_status
TYPE /AWS1/CRLAUDIENCEMODELSTATUS
/AWS1/CRLAUDIENCEMODELSTATUS
¶
The status of the audience model.
Optional arguments:¶
iv_trainingdatastarttime
TYPE /AWS1/CRLTIMESTAMP
/AWS1/CRLTIMESTAMP
¶
The start date specified for the training window.
iv_trainingdataendtime
TYPE /AWS1/CRLTIMESTAMP
/AWS1/CRLTIMESTAMP
¶
The end date specified for the training window.
io_statusdetails
TYPE REF TO /AWS1/CL_CRLSTATUSDETAILS
/AWS1/CL_CRLSTATUSDETAILS
¶
Details about the status of the audience model.
iv_kmskeyarn
TYPE /AWS1/CRLKMSKEYARN
/AWS1/CRLKMSKEYARN
¶
The KMS key ARN used for the audience model.
it_tags
TYPE /AWS1/CL_CRLTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
The tags that are assigned to the audience model.
iv_description
TYPE /AWS1/CRLRESOURCEDESCRIPTION
/AWS1/CRLRESOURCEDESCRIPTION
¶
The description of the audience model.
Queryable Attributes¶
createTime¶
The time at which the audience model was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
updateTime¶
The most recent time at which the audience model was updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |
trainingDataStartTime¶
The start date specified for the training window.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAININGDATASTARTTIME() |
Getter for TRAININGDATASTARTTIME, with configurable default |
ASK_TRAININGDATASTARTTIME() |
Getter for TRAININGDATASTARTTIME w/ exceptions if field has |
HAS_TRAININGDATASTARTTIME() |
Determine if TRAININGDATASTARTTIME has a value |
trainingDataEndTime¶
The end date specified for the training window.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAININGDATAENDTIME() |
Getter for TRAININGDATAENDTIME, with configurable default |
ASK_TRAININGDATAENDTIME() |
Getter for TRAININGDATAENDTIME w/ exceptions if field has no |
HAS_TRAININGDATAENDTIME() |
Determine if TRAININGDATAENDTIME has a value |
audienceModelArn¶
The Amazon Resource Name (ARN) of the audience model.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUDIENCEMODELARN() |
Getter for AUDIENCEMODELARN, with configurable default |
ASK_AUDIENCEMODELARN() |
Getter for AUDIENCEMODELARN w/ exceptions if field has no va |
HAS_AUDIENCEMODELARN() |
Determine if AUDIENCEMODELARN has a value |
name¶
The name of the audience model.
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 |
trainingDatasetArn¶
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAININGDATASETARN() |
Getter for TRAININGDATASETARN, with configurable default |
ASK_TRAININGDATASETARN() |
Getter for TRAININGDATASETARN w/ exceptions if field has no |
HAS_TRAININGDATASETARN() |
Determine if TRAININGDATASETARN has a value |
status¶
The status of the audience model.
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 |
statusDetails¶
Details about the status of the audience model.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSDETAILS() |
Getter for STATUSDETAILS |
kmsKeyArn¶
The KMS key ARN used for the audience model.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |
tags¶
The tags that are assigned to the audience model.
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 |
description¶
The description of the audience model.
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 |