Skip to content

/AWS1/CL_BDKCUSTOMMODELSUMMARY

Summary information for a custom model.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_modelarn TYPE /AWS1/BDKCUSTOMMODELARN /AWS1/BDKCUSTOMMODELARN

The Amazon Resource Name (ARN) of the custom model.

iv_modelname TYPE /AWS1/BDKCUSTOMMODELNAME /AWS1/BDKCUSTOMMODELNAME

The name of the custom model.

iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

Creation time of the model.

iv_basemodelarn TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN

The base model Amazon Resource Name (ARN).

iv_basemodelname TYPE /AWS1/BDKMODELNAME /AWS1/BDKMODELNAME

The base model name.

Optional arguments:

iv_customizationtype TYPE /AWS1/BDKCUSTOMIZATIONTYPE /AWS1/BDKCUSTOMIZATIONTYPE

Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

iv_owneraccountid TYPE /AWS1/BDKACCOUNTID /AWS1/BDKACCOUNTID

The unique identifier of the account that owns the model.

iv_modelstatus TYPE /AWS1/BDKMODELSTATUS /AWS1/BDKMODELSTATUS

The current status of the custom model. Possible values include:

  • Creating - The model is being created and validated.

  • Active - The model has been successfully created and is ready for use.

  • Failed - The model creation process failed.


Queryable Attributes

modelArn

The Amazon Resource Name (ARN) of the custom model.

Accessible with the following methods

Method Description
GET_MODELARN() Getter for MODELARN, with configurable default
ASK_MODELARN() Getter for MODELARN w/ exceptions if field has no value
HAS_MODELARN() Determine if MODELARN has a value

modelName

The name of the custom model.

Accessible with the following methods

Method Description
GET_MODELNAME() Getter for MODELNAME, with configurable default
ASK_MODELNAME() Getter for MODELNAME w/ exceptions if field has no value
HAS_MODELNAME() Determine if MODELNAME has a value

creationTime

Creation time of the model.

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

baseModelArn

The base model Amazon Resource Name (ARN).

Accessible with the following methods

Method Description
GET_BASEMODELARN() Getter for BASEMODELARN, with configurable default
ASK_BASEMODELARN() Getter for BASEMODELARN w/ exceptions if field has no value
HAS_BASEMODELARN() Determine if BASEMODELARN has a value

baseModelName

The base model name.

Accessible with the following methods

Method Description
GET_BASEMODELNAME() Getter for BASEMODELNAME, with configurable default
ASK_BASEMODELNAME() Getter for BASEMODELNAME w/ exceptions if field has no value
HAS_BASEMODELNAME() Determine if BASEMODELNAME has a value

customizationType

Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

Accessible with the following methods

Method Description
GET_CUSTOMIZATIONTYPE() Getter for CUSTOMIZATIONTYPE, with configurable default
ASK_CUSTOMIZATIONTYPE() Getter for CUSTOMIZATIONTYPE w/ exceptions if field has no v
HAS_CUSTOMIZATIONTYPE() Determine if CUSTOMIZATIONTYPE has a value

ownerAccountId

The unique identifier of the account that owns the model.

Accessible with the following methods

Method Description
GET_OWNERACCOUNTID() Getter for OWNERACCOUNTID, with configurable default
ASK_OWNERACCOUNTID() Getter for OWNERACCOUNTID w/ exceptions if field has no valu
HAS_OWNERACCOUNTID() Determine if OWNERACCOUNTID has a value

modelStatus

The current status of the custom model. Possible values include:

  • Creating - The model is being created and validated.

  • Active - The model has been successfully created and is ready for use.

  • Failed - The model creation process failed.

Accessible with the following methods

Method Description
GET_MODELSTATUS() Getter for MODELSTATUS, with configurable default
ASK_MODELSTATUS() Getter for MODELSTATUS w/ exceptions if field has no value
HAS_MODELSTATUS() Determine if MODELSTATUS 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_CUSTOMMODELSUMMARYLIST

TYPES TT_CUSTOMMODELSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKCUSTOMMODELSUMMARY WITH DEFAULT KEY
.