/AWS1/CL_SGMOBJIVESTATCOUNTERS¶
Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_succeeded
TYPE /AWS1/SGMOBJIVESTATUSCOUNTER
/AWS1/SGMOBJIVESTATUSCOUNTER
¶
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
iv_pending
TYPE /AWS1/SGMOBJIVESTATUSCOUNTER
/AWS1/SGMOBJIVESTATUSCOUNTER
¶
The number of training jobs that are in progress and pending evaluation of their final objective metric.
iv_failed
TYPE /AWS1/SGMOBJIVESTATUSCOUNTER
/AWS1/SGMOBJIVESTATUSCOUNTER
¶
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
Queryable Attributes¶
Succeeded¶
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUCCEEDED() |
Getter for SUCCEEDED, with configurable default |
ASK_SUCCEEDED() |
Getter for SUCCEEDED w/ exceptions if field has no value |
HAS_SUCCEEDED() |
Determine if SUCCEEDED has a value |
Pending¶
The number of training jobs that are in progress and pending evaluation of their final objective metric.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PENDING() |
Getter for PENDING, with configurable default |
ASK_PENDING() |
Getter for PENDING w/ exceptions if field has no value |
HAS_PENDING() |
Determine if PENDING has a value |
Failed¶
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |