/AWS1/CL_CRLTRAINEDMDELARTIF00¶
Specifies the maximum size limit for trained model artifacts. This configuration helps control storage costs and ensures that trained models don't exceed specified size constraints. The size limit applies to the total size of all artifacts produced by the training job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_unit TYPE /AWS1/CRLTRAINEDMDELARTIFACT00 /AWS1/CRLTRAINEDMDELARTIFACT00¶
The unit of measurement for the maximum artifact size. Valid values include common storage units such as bytes, kilobytes, megabytes, gigabytes, and terabytes.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The numerical value for the maximum artifact size limit. This value is interpreted according to the specified unit.
Queryable Attributes¶
unit¶
The unit of measurement for the maximum artifact size. Valid values include common storage units such as bytes, kilobytes, megabytes, gigabytes, and terabytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |
value¶
The numerical value for the maximum artifact size limit. This value is interpreted according to the specified unit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE, with configurable default |
HAS_VALUE() |
Determine if VALUE has a value |