/AWS1/CL_BDKMDELCUSTIZATIONJ00¶
Information about one customization job
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/BDKMDELCUSTIZATIONJOBARN /AWS1/BDKMDELCUSTIZATIONJOBARN¶
Amazon Resource Name (ARN) of the customization job.
iv_basemodelarn TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN¶
Amazon Resource Name (ARN) of the base model.
iv_jobname TYPE /AWS1/BDKJOBNAME /AWS1/BDKJOBNAME¶
Name of the customization job.
iv_status TYPE /AWS1/BDKMDELCUSTIZATIONJOBS00 /AWS1/BDKMDELCUSTIZATIONJOBS00¶
Status of the customization job.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Creation time of the custom model.
Optional arguments:¶
io_statusdetails TYPE REF TO /AWS1/CL_BDKSTATUSDETAILS /AWS1/CL_BDKSTATUSDETAILS¶
Details about the status of the data processing sub-task of the job.
iv_lastmodifiedtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Time that the customization job was last modified.
iv_endtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Time that the customization job ended.
iv_custommodelarn TYPE /AWS1/BDKCUSTOMMODELARN /AWS1/BDKCUSTOMMODELARN¶
Amazon Resource Name (ARN) of the custom model.
iv_custommodelname TYPE /AWS1/BDKCUSTOMMODELNAME /AWS1/BDKCUSTOMMODELNAME¶
Name of the custom model.
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.
Queryable Attributes¶
jobArn¶
Amazon Resource Name (ARN) of the customization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
baseModelArn¶
Amazon Resource Name (ARN) of the base model.
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 |
jobName¶
Name of the customization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
status¶
Status of the customization job.
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 data processing sub-task of the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSDETAILS() |
Getter for STATUSDETAILS |
lastModifiedTime¶
Time that the customization job was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
creationTime¶
Creation time of the custom 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 |
endTime¶
Time that the customization job ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
customModelArn¶
Amazon Resource Name (ARN) of the custom model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMMODELARN() |
Getter for CUSTOMMODELARN, with configurable default |
ASK_CUSTOMMODELARN() |
Getter for CUSTOMMODELARN w/ exceptions if field has no valu |
HAS_CUSTOMMODELARN() |
Determine if CUSTOMMODELARN has a value |
customModelName¶
Name of the custom model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMMODELNAME() |
Getter for CUSTOMMODELNAME, with configurable default |
ASK_CUSTOMMODELNAME() |
Getter for CUSTOMMODELNAME w/ exceptions if field has no val |
HAS_CUSTOMMODELNAME() |
Determine if CUSTOMMODELNAME 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MODELCUSTOMIZATIONJOBSUMS¶
TYPES TT_MODELCUSTOMIZATIONJOBSUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKMDELCUSTIZATIONJ00 WITH DEFAULT KEY
.