/AWS1/CL_SGMRESOLVEDATTRIBUTES¶
The resolved attributes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_automljobobjective TYPE REF TO /AWS1/CL_SGMAUTOMLJOBOBJECTIVE /AWS1/CL_SGMAUTOMLJOBOBJECTIVE¶
Specifies a metric to minimize or maximize as the objective of an AutoML job.
iv_problemtype TYPE /AWS1/SGMPROBLEMTYPE /AWS1/SGMPROBLEMTYPE¶
The problem type.
io_completioncriteria TYPE REF TO /AWS1/CL_SGMAUTOMLJOBCOMPLET00 /AWS1/CL_SGMAUTOMLJOBCOMPLET00¶
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Queryable Attributes¶
AutoMLJobObjective¶
Specifies a metric to minimize or maximize as the objective of an AutoML job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOMLJOBOBJECTIVE() |
Getter for AUTOMLJOBOBJECTIVE |
ProblemType¶
The problem type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROBLEMTYPE() |
Getter for PROBLEMTYPE, with configurable default |
ASK_PROBLEMTYPE() |
Getter for PROBLEMTYPE w/ exceptions if field has no value |
HAS_PROBLEMTYPE() |
Determine if PROBLEMTYPE has a value |
CompletionCriteria¶
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONCRITERIA() |
Getter for COMPLETIONCRITERIA |