/AWS1/CL_SGMRESOURCECATALOG¶
A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store DefaultFeatureGroupCatalog, see Share Amazon SageMaker Catalog resource type in the Amazon SageMaker Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcecatalogarn TYPE /AWS1/SGMRESOURCECATALOGARN /AWS1/SGMRESOURCECATALOGARN¶
The Amazon Resource Name (ARN) of the
ResourceCatalog.
iv_resourcecatalogname TYPE /AWS1/SGMRESOURCECATALOGNAME /AWS1/SGMRESOURCECATALOGNAME¶
The name of the
ResourceCatalog.
iv_description TYPE /AWS1/SGMRESOURCECATALOGDESC /AWS1/SGMRESOURCECATALOGDESC¶
A free form description of the
ResourceCatalog.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The time the
ResourceCatalogwas created.
Queryable Attributes¶
ResourceCatalogArn¶
The Amazon Resource Name (ARN) of the
ResourceCatalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECATALOGARN() |
Getter for RESOURCECATALOGARN, with configurable default |
ASK_RESOURCECATALOGARN() |
Getter for RESOURCECATALOGARN w/ exceptions if field has no |
HAS_RESOURCECATALOGARN() |
Determine if RESOURCECATALOGARN has a value |
ResourceCatalogName¶
The name of the
ResourceCatalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECATALOGNAME() |
Getter for RESOURCECATALOGNAME, with configurable default |
ASK_RESOURCECATALOGNAME() |
Getter for RESOURCECATALOGNAME w/ exceptions if field has no |
HAS_RESOURCECATALOGNAME() |
Determine if RESOURCECATALOGNAME has a value |
Description¶
A free form description of the
ResourceCatalog.
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 |
CreationTime¶
The time the
ResourceCatalogwas created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCECATALOGLIST¶
TYPES TT_RESOURCECATALOGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMRESOURCECATALOG WITH DEFAULT KEY
.