Skip to content

/AWS1/CL_SGMINSTPOOLSUMMARY

A summary of an instance pool for a production variant, including the instance type and the current number of instances.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_instancetype TYPE /AWS1/SGMPRODUCTIONVARIANTIN00 /AWS1/SGMPRODUCTIONVARIANTIN00

The ML compute instance type for the instance pool.

iv_currentinstancecount TYPE /AWS1/SGMTASKCOUNT /AWS1/SGMTASKCOUNT

The current number of instances of this type in the instance pool.


Queryable Attributes

InstanceType

The ML compute instance type for the instance pool.

Accessible with the following methods

Method Description
GET_INSTANCETYPE() Getter for INSTANCETYPE, with configurable default
ASK_INSTANCETYPE() Getter for INSTANCETYPE w/ exceptions if field has no value
HAS_INSTANCETYPE() Determine if INSTANCETYPE has a value

CurrentInstanceCount

The current number of instances of this type in the instance pool.

Accessible with the following methods

Method Description
GET_CURRENTINSTANCECOUNT() Getter for CURRENTINSTANCECOUNT, with configurable default
ASK_CURRENTINSTANCECOUNT() Getter for CURRENTINSTANCECOUNT w/ exceptions if field has n
HAS_CURRENTINSTANCECOUNT() Determine if CURRENTINSTANCECOUNT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_INSTANCEPOOLSUMMARYLIST

TYPES TT_INSTANCEPOOLSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMINSTPOOLSUMMARY WITH DEFAULT KEY
.