Skip to content

/AWS1/CL_CUSCREATERECMDRSCHRSP

CreateRecommenderSchemaResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_recommenderschemaarn TYPE /AWS1/CUSARN /AWS1/CUSARN

The Amazon Resource Name (ARN) of the recommender schema.

iv_recommenderschemaname TYPE /AWS1/CUSNAME /AWS1/CUSNAME

The name of the recommender schema.

it_fields TYPE /AWS1/CL_CUSRECMDRSCHEMAFIELD=>TT_RECOMMENDERSCHEMAFIELDS TT_RECOMMENDERSCHEMAFIELDS

A map of dataset type to column definitions included in the schema.

iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the recommender schema was created.

iv_status TYPE /AWS1/CUSRECMDRSCHEMASTATUS /AWS1/CUSRECMDRSCHEMASTATUS

The status of the recommender schema.

Optional arguments:

it_tags TYPE /AWS1/CL_CUSTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags used to organize, track, or control access for this resource.


Queryable Attributes

RecommenderSchemaArn

The Amazon Resource Name (ARN) of the recommender schema.

Accessible with the following methods

Method Description
GET_RECOMMENDERSCHEMAARN() Getter for RECOMMENDERSCHEMAARN, with configurable default
ASK_RECOMMENDERSCHEMAARN() Getter for RECOMMENDERSCHEMAARN w/ exceptions if field has n
HAS_RECOMMENDERSCHEMAARN() Determine if RECOMMENDERSCHEMAARN has a value

RecommenderSchemaName

The name of the recommender schema.

Accessible with the following methods

Method Description
GET_RECOMMENDERSCHEMANAME() Getter for RECOMMENDERSCHEMANAME, with configurable default
ASK_RECOMMENDERSCHEMANAME() Getter for RECOMMENDERSCHEMANAME w/ exceptions if field has
HAS_RECOMMENDERSCHEMANAME() Determine if RECOMMENDERSCHEMANAME has a value

Fields

A map of dataset type to column definitions included in the schema.

Accessible with the following methods

Method Description
GET_FIELDS() Getter for FIELDS, with configurable default
ASK_FIELDS() Getter for FIELDS w/ exceptions if field has no value
HAS_FIELDS() Determine if FIELDS has a value

CreatedAt

The timestamp of when the recommender schema was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

Status

The status of the recommender schema.

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

Tags

The tags used to organize, track, or control access for this resource.

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