/AWS1/CL_SGMDSCMDELQUALITYJO01¶
DescribeModelQualityJobDefinitionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobdefinitionarn TYPE /AWS1/SGMMONJOBDEFINITIONARN /AWS1/SGMMONJOBDEFINITIONARN¶
The Amazon Resource Name (ARN) of the model quality job.
iv_jobdefinitionname TYPE /AWS1/SGMMONJOBDEFINITIONNAME /AWS1/SGMMONJOBDEFINITIONNAME¶
The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The time at which the model quality job was created.
io_modelqualityappspec TYPE REF TO /AWS1/CL_SGMMDELQUALITYAPPSPEC /AWS1/CL_SGMMDELQUALITYAPPSPEC¶
Configures the model quality job to run a specified Docker container image.
io_modelqualityjobinput TYPE REF TO /AWS1/CL_SGMMODELQUALITYJOBINP /AWS1/CL_SGMMODELQUALITYJOBINP¶
Inputs for the model quality job.
io_modelqualityjoboutputcfg TYPE REF TO /AWS1/CL_SGMMONOUTPUTCONFIG /AWS1/CL_SGMMONOUTPUTCONFIG¶
The output configuration for monitoring jobs.
io_jobresources TYPE REF TO /AWS1/CL_SGMMONRESOURCES /AWS1/CL_SGMMONRESOURCES¶
Identifies the resources to deploy for a monitoring job.
iv_rolearn TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN¶
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
Optional arguments:¶
io_modelqualitybaselinecfg TYPE REF TO /AWS1/CL_SGMMDELQUALITYBASEL00 /AWS1/CL_SGMMDELQUALITYBASEL00¶
The baseline configuration for a model quality job.
io_networkconfig TYPE REF TO /AWS1/CL_SGMMONNETWORKCONFIG /AWS1/CL_SGMMONNETWORKCONFIG¶
Networking options for a model quality job.
io_stoppingcondition TYPE REF TO /AWS1/CL_SGMMONSTOPPINGCOND /AWS1/CL_SGMMONSTOPPINGCOND¶
A time limit for how long the monitoring job is allowed to run before stopping.
Queryable Attributes¶
JobDefinitionArn¶
The Amazon Resource Name (ARN) of the model quality job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBDEFINITIONARN() |
Getter for JOBDEFINITIONARN, with configurable default |
ASK_JOBDEFINITIONARN() |
Getter for JOBDEFINITIONARN w/ exceptions if field has no va |
HAS_JOBDEFINITIONARN() |
Determine if JOBDEFINITIONARN has a value |
JobDefinitionName¶
The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBDEFINITIONNAME() |
Getter for JOBDEFINITIONNAME, with configurable default |
ASK_JOBDEFINITIONNAME() |
Getter for JOBDEFINITIONNAME w/ exceptions if field has no v |
HAS_JOBDEFINITIONNAME() |
Determine if JOBDEFINITIONNAME has a value |
CreationTime¶
The time at which the model quality job was created.
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 |
ModelQualityBaselineConfig¶
The baseline configuration for a model quality job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELQUALITYBASELINECFG() |
Getter for MODELQUALITYBASELINECONFIG |
ModelQualityAppSpecification¶
Configures the model quality job to run a specified Docker container image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELQUALITYAPPSPEC() |
Getter for MODELQUALITYAPPSPECIFICATION |
ModelQualityJobInput¶
Inputs for the model quality job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELQUALITYJOBINPUT() |
Getter for MODELQUALITYJOBINPUT |
ModelQualityJobOutputConfig¶
The output configuration for monitoring jobs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELQUALITYJOBOUTPUTCFG() |
Getter for MODELQUALITYJOBOUTPUTCONFIG |
JobResources¶
Identifies the resources to deploy for a monitoring job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBRESOURCES() |
Getter for JOBRESOURCES |
NetworkConfig¶
Networking options for a model quality job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKCONFIG() |
Getter for NETWORKCONFIG |
RoleArn¶
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
StoppingCondition¶
A time limit for how long the monitoring job is allowed to run before stopping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOPPINGCONDITION() |
Getter for STOPPINGCONDITION |