Skip to content

/AWS1/CL_BTCSERVICEJOBSUMMARY

Summary information about a service job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_jobid TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The job ID for the service job.

iv_jobname TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The name of the service job.

iv_servicejobtype TYPE /AWS1/BTCSERVICEJOBTYPE /AWS1/BTCSERVICEJOBTYPE

The type of service job. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

Optional arguments:

io_latestattempt TYPE REF TO /AWS1/CL_BTCLATSTSVCJOBATTEMPT /AWS1/CL_BTCLATSTSVCJOBATTEMPT

Information about the latest attempt for the service job.

iv_createdat TYPE /AWS1/BTCLONG /AWS1/BTCLONG

The Unix timestamp (in milliseconds) for when the service job was created.

iv_jobarn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The Amazon Resource Name (ARN) of the service job.

iv_shareidentifier TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The share identifier for the job.

iv_status TYPE /AWS1/BTCSERVICEJOBSTATUS /AWS1/BTCSERVICEJOBSTATUS

The current status of the service job.

iv_statusreason TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

A short string to provide more details on the current status of the service job.

iv_startedat TYPE /AWS1/BTCLONG /AWS1/BTCLONG

The Unix timestamp (in milliseconds) for when the service job was started.

iv_stoppedat TYPE /AWS1/BTCLONG /AWS1/BTCLONG

The Unix timestamp (in milliseconds) for when the service job stopped running.


Queryable Attributes

latestAttempt

Information about the latest attempt for the service job.

Accessible with the following methods

Method Description
GET_LATESTATTEMPT() Getter for LATESTATTEMPT

createdAt

The Unix timestamp (in milliseconds) for when the service job 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

jobArn

The Amazon Resource Name (ARN) of the service 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

jobId

The job ID for the service job.

Accessible with the following methods

Method Description
GET_JOBID() Getter for JOBID, with configurable default
ASK_JOBID() Getter for JOBID w/ exceptions if field has no value
HAS_JOBID() Determine if JOBID has a value

jobName

The name of the service 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

serviceJobType

The type of service job. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

Accessible with the following methods

Method Description
GET_SERVICEJOBTYPE() Getter for SERVICEJOBTYPE, with configurable default
ASK_SERVICEJOBTYPE() Getter for SERVICEJOBTYPE w/ exceptions if field has no valu
HAS_SERVICEJOBTYPE() Determine if SERVICEJOBTYPE has a value

shareIdentifier

The share identifier for the job.

Accessible with the following methods

Method Description
GET_SHAREIDENTIFIER() Getter for SHAREIDENTIFIER, with configurable default
ASK_SHAREIDENTIFIER() Getter for SHAREIDENTIFIER w/ exceptions if field has no val
HAS_SHAREIDENTIFIER() Determine if SHAREIDENTIFIER has a value

status

The current status of the service 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

statusReason

A short string to provide more details on the current status of the service job.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

startedAt

The Unix timestamp (in milliseconds) for when the service job was started.

Accessible with the following methods

Method Description
GET_STARTEDAT() Getter for STARTEDAT, with configurable default
ASK_STARTEDAT() Getter for STARTEDAT w/ exceptions if field has no value
HAS_STARTEDAT() Determine if STARTEDAT has a value

stoppedAt

The Unix timestamp (in milliseconds) for when the service job stopped running.

Accessible with the following methods

Method Description
GET_STOPPEDAT() Getter for STOPPEDAT, with configurable default
ASK_STOPPEDAT() Getter for STOPPEDAT w/ exceptions if field has no value
HAS_STOPPEDAT() Determine if STOPPEDAT 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_SERVICEJOBSUMMARYLIST

TYPES TT_SERVICEJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCSERVICEJOBSUMMARY WITH DEFAULT KEY
.