/AWS1/CL_SGMPLINEXECSUMMARY¶
A pipeline execution summary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pipelineexecutionarn TYPE /AWS1/SGMPIPELINEEXECUTIONARN /AWS1/SGMPIPELINEEXECUTIONARN¶
The Amazon Resource Name (ARN) of the pipeline execution.
iv_starttime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The start time of the pipeline execution.
iv_pipelineexecutionstatus TYPE /AWS1/SGMPIPELINEEXECSTATUS /AWS1/SGMPIPELINEEXECSTATUS¶
The status of the pipeline execution.
iv_pipelineexecutiondesc TYPE /AWS1/SGMPIPELINEEXECUTIONDESC /AWS1/SGMPIPELINEEXECUTIONDESC¶
The description of the pipeline execution.
iv_pipelineexecdisplayname TYPE /AWS1/SGMPIPELINEEXECUTIONNAME /AWS1/SGMPIPELINEEXECUTIONNAME¶
The display name of the pipeline execution.
iv_pipelineexecfailurereason TYPE /AWS1/SGMSTRING3072 /AWS1/SGMSTRING3072¶
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
Queryable Attributes¶
PipelineExecutionArn¶
The Amazon Resource Name (ARN) of the pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEEXECUTIONARN() |
Getter for PIPELINEEXECUTIONARN, with configurable default |
ASK_PIPELINEEXECUTIONARN() |
Getter for PIPELINEEXECUTIONARN w/ exceptions if field has n |
HAS_PIPELINEEXECUTIONARN() |
Determine if PIPELINEEXECUTIONARN has a value |
StartTime¶
The start time of the pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
PipelineExecutionStatus¶
The status of the pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEEXECUTIONSTATUS() |
Getter for PIPELINEEXECUTIONSTATUS, with configurable defaul |
ASK_PIPELINEEXECUTIONSTATUS() |
Getter for PIPELINEEXECUTIONSTATUS w/ exceptions if field ha |
HAS_PIPELINEEXECUTIONSTATUS() |
Determine if PIPELINEEXECUTIONSTATUS has a value |
PipelineExecutionDescription¶
The description of the pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEEXECUTIONDESC() |
Getter for PIPELINEEXECUTIONDESCRIPTION, with configurable d |
ASK_PIPELINEEXECUTIONDESC() |
Getter for PIPELINEEXECUTIONDESCRIPTION w/ exceptions if fie |
HAS_PIPELINEEXECUTIONDESC() |
Determine if PIPELINEEXECUTIONDESCRIPTION has a value |
PipelineExecutionDisplayName¶
The display name of the pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEEXECDISPLAYNAME() |
Getter for PIPELINEEXECUTIONDISPLAYNAME, with configurable d |
ASK_PIPELINEEXECDISPLAYNAME() |
Getter for PIPELINEEXECUTIONDISPLAYNAME w/ exceptions if fie |
HAS_PIPELINEEXECDISPLAYNAME() |
Determine if PIPELINEEXECUTIONDISPLAYNAME has a value |
PipelineExecutionFailureReason¶
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLINEXECFAILUREREASON() |
Getter for PIPELINEEXECFAILUREREASON, with configurable defa |
ASK_PLINEXECFAILUREREASON() |
Getter for PIPELINEEXECFAILUREREASON w/ exceptions if field |
HAS_PLINEXECFAILUREREASON() |
Determine if PIPELINEEXECFAILUREREASON 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_PIPELINEEXECSUMMARYLIST¶
TYPES TT_PIPELINEEXECSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMPLINEXECSUMMARY WITH DEFAULT KEY
.