/AWS1/CL_SGMPLINEXECSTEPMET¶
Metadata for a step execution.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_trainingjob
TYPE REF TO /AWS1/CL_SGMTRAININGJOBSTEPMET
/AWS1/CL_SGMTRAININGJOBSTEPMET
¶
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
io_processingjob
TYPE REF TO /AWS1/CL_SGMPROCINGJOBSTEPMET
/AWS1/CL_SGMPROCINGJOBSTEPMET
¶
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
io_transformjob
TYPE REF TO /AWS1/CL_SGMTRANSFORMJOBSTEP00
/AWS1/CL_SGMTRANSFORMJOBSTEP00
¶
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
io_tuningjob
TYPE REF TO /AWS1/CL_SGMTUNINGJOBSTEPMET
/AWS1/CL_SGMTUNINGJOBSTEPMET
¶
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
io_model
TYPE REF TO /AWS1/CL_SGMMODELSTEPMETADATA
/AWS1/CL_SGMMODELSTEPMETADATA
¶
The Amazon Resource Name (ARN) of the model that was created by this step execution.
io_registermodel
TYPE REF TO /AWS1/CL_SGMREGMODELSTEPMET
/AWS1/CL_SGMREGMODELSTEPMET
¶
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
io_condition
TYPE REF TO /AWS1/CL_SGMCONDSTEPMETADATA
/AWS1/CL_SGMCONDSTEPMETADATA
¶
The outcome of the condition evaluation that was run by this step execution.
io_callback
TYPE REF TO /AWS1/CL_SGMCALLBACKSTEPMET
/AWS1/CL_SGMCALLBACKSTEPMET
¶
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
io_lambda
TYPE REF TO /AWS1/CL_SGMLAMBDASTEPMETADATA
/AWS1/CL_SGMLAMBDASTEPMETADATA
¶
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
io_emr
TYPE REF TO /AWS1/CL_SGMEMRSTEPMETADATA
/AWS1/CL_SGMEMRSTEPMETADATA
¶
The configurations and outcomes of an Amazon EMR step execution.
io_qualitycheck
TYPE REF TO /AWS1/CL_SGMQUALITYCHKSTEPMET
/AWS1/CL_SGMQUALITYCHKSTEPMET
¶
The configurations and outcomes of the check step execution. This includes:
The type of the check conducted.
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The Boolean flags indicating if the drift check is skipped.
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
io_clarifycheck
TYPE REF TO /AWS1/CL_SGMCLARIFYCHKSTEPMET
/AWS1/CL_SGMCLARIFYCHKSTEPMET
¶
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
The type of the check conducted,
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The boolean flags indicating if the drift check is skipped.
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
io_fail
TYPE REF TO /AWS1/CL_SGMFAILSTEPMETADATA
/AWS1/CL_SGMFAILSTEPMETADATA
¶
The configurations and outcomes of a Fail step execution.
io_automljob
TYPE REF TO /AWS1/CL_SGMAUTOMLJOBSTEPMET
/AWS1/CL_SGMAUTOMLJOBSTEPMET
¶
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
io_endpoint
TYPE REF TO /AWS1/CL_SGMENDPOINTSTEPMET
/AWS1/CL_SGMENDPOINTSTEPMET
¶
The endpoint that was invoked during this step execution.
io_endpointconfig
TYPE REF TO /AWS1/CL_SGMENDPTCONFIGSTEPMET
/AWS1/CL_SGMENDPTCONFIGSTEPMET
¶
The endpoint configuration used to create an endpoint during this step execution.
Queryable Attributes¶
TrainingJob¶
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAININGJOB() |
Getter for TRAININGJOB |
ProcessingJob¶
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROCESSINGJOB() |
Getter for PROCESSINGJOB |
TransformJob¶
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRANSFORMJOB() |
Getter for TRANSFORMJOB |
TuningJob¶
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TUNINGJOB() |
Getter for TUNINGJOB |
Model¶
The Amazon Resource Name (ARN) of the model that was created by this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODEL() |
Getter for MODEL |
RegisterModel¶
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGISTERMODEL() |
Getter for REGISTERMODEL |
Condition¶
The outcome of the condition evaluation that was run by this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITION() |
Getter for CONDITION |
Callback¶
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CALLBACK() |
Getter for CALLBACK |
Lambda¶
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDA() |
Getter for LAMBDA |
EMR¶
The configurations and outcomes of an Amazon EMR step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EMR() |
Getter for EMR |
QualityCheck¶
The configurations and outcomes of the check step execution. This includes:
The type of the check conducted.
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The Boolean flags indicating if the drift check is skipped.
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUALITYCHECK() |
Getter for QUALITYCHECK |
ClarifyCheck¶
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
The type of the check conducted,
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The boolean flags indicating if the drift check is skipped.
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLARIFYCHECK() |
Getter for CLARIFYCHECK |
Fail¶
The configurations and outcomes of a Fail step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAIL() |
Getter for FAIL |
AutoMLJob¶
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTOMLJOB() |
Getter for AUTOMLJOB |
Endpoint¶
The endpoint that was invoked during this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDPOINT() |
Getter for ENDPOINT |
EndpointConfig¶
The endpoint configuration used to create an endpoint during this step execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDPOINTCONFIG() |
Getter for ENDPOINTCONFIG |