Skip to content

/AWS1/CL_BDKMODELPKGARNDATASRC

Contains the Amazon Resource Name (ARN) of a SageMaker AI model package to use as the data source for a custom model.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_modelpackagearn TYPE /AWS1/BDKMODELPACKAGEARN /AWS1/BDKMODELPACKAGEARN

The Amazon Resource Name (ARN) of the SageMaker AI model package. The ARN must be for a model package of restricted type.

To use a model package ARN, you must have the sagemaker:DescribeModelPackage and sagemaker:AccessModelPackageData permissions on the model package resource.


Queryable Attributes

modelPackageArn

The Amazon Resource Name (ARN) of the SageMaker AI model package. The ARN must be for a model package of restricted type.

To use a model package ARN, you must have the sagemaker:DescribeModelPackage and sagemaker:AccessModelPackageData permissions on the model package resource.

Accessible with the following methods

Method Description
GET_MODELPACKAGEARN() Getter for MODELPACKAGEARN, with configurable default
ASK_MODELPACKAGEARN() Getter for MODELPACKAGEARN w/ exceptions if field has no val
HAS_MODELPACKAGEARN() Determine if MODELPACKAGEARN has a value