/AWS1/CL_SGMAIRECDEPLOYCONF¶
The deployment configuration for a recommendation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_s3 TYPE /AWS1/CL_SGMAIRECDEPLOYS3CHNL=>TT_AIRECDEPLOYS3CHANNELLIST TT_AIRECDEPLOYS3CHANNELLIST¶
The Amazon S3 data channels for the deployment.
iv_imageuri TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
The URI of the container image for the deployment.
iv_instancetype TYPE /AWS1/SGMAIRECINSTANCETYPE /AWS1/SGMAIRECINSTANCETYPE¶
The recommended instance type for the deployment.
iv_instancecount TYPE /AWS1/SGMAIRECINSTANCECOUNT /AWS1/SGMAIRECINSTANCECOUNT¶
The recommended number of instances for the deployment.
iv_copycountperinstance TYPE /AWS1/SGMAIRECCOPYCOUNTPERINST /AWS1/SGMAIRECCOPYCOUNTPERINST¶
The number of model copies per instance.
it_environmentvariables TYPE /AWS1/CL_SGMENVIRONMENTMAP_W=>TT_ENVIRONMENTMAP TT_ENVIRONMENTMAP¶
The environment variables for the deployment.
Queryable Attributes¶
S3¶
The Amazon S3 data channels for the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3() |
Getter for S3, with configurable default |
ASK_S3() |
Getter for S3 w/ exceptions if field has no value |
HAS_S3() |
Determine if S3 has a value |
ImageUri¶
The URI of the container image for the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEURI() |
Getter for IMAGEURI, with configurable default |
ASK_IMAGEURI() |
Getter for IMAGEURI w/ exceptions if field has no value |
HAS_IMAGEURI() |
Determine if IMAGEURI has a value |
InstanceType¶
The recommended instance type for the deployment.
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 |
InstanceCount¶
The recommended number of instances for the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCECOUNT() |
Getter for INSTANCECOUNT, with configurable default |
ASK_INSTANCECOUNT() |
Getter for INSTANCECOUNT w/ exceptions if field has no value |
HAS_INSTANCECOUNT() |
Determine if INSTANCECOUNT has a value |
CopyCountPerInstance¶
The number of model copies per instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COPYCOUNTPERINSTANCE() |
Getter for COPYCOUNTPERINSTANCE, with configurable default |
ASK_COPYCOUNTPERINSTANCE() |
Getter for COPYCOUNTPERINSTANCE w/ exceptions if field has n |
HAS_COPYCOUNTPERINSTANCE() |
Determine if COPYCOUNTPERINSTANCE has a value |
EnvironmentVariables¶
The environment variables for the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTVARIABLES() |
Getter for ENVIRONMENTVARIABLES, with configurable default |
ASK_ENVIRONMENTVARIABLES() |
Getter for ENVIRONMENTVARIABLES w/ exceptions if field has n |
HAS_ENVIRONMENTVARIABLES() |
Determine if ENVIRONMENTVARIABLES has a value |