/AWS1/CL_GLUDEVENDPTCUSTLIBR00¶
Custom libraries to be loaded into a development endpoint.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_extrapythonlibss3path TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your
DevEndpoint. Multiple values must be complete paths separated by a comma.You can only use pure Python libraries with a
DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.
iv_extrajarss3path TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
The path to one or more Java
.jarfiles in an S3 bucket that should be loaded in yourDevEndpoint.You can only use pure Java/Scala libraries with a
DevEndpoint.
Queryable Attributes¶
ExtraPythonLibsS3Path¶
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your
DevEndpoint. Multiple values must be complete paths separated by a comma.You can only use pure Python libraries with a
DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTRAPYTHONLIBSS3PATH() |
Getter for EXTRAPYTHONLIBSS3PATH, with configurable default |
ASK_EXTRAPYTHONLIBSS3PATH() |
Getter for EXTRAPYTHONLIBSS3PATH w/ exceptions if field has |
HAS_EXTRAPYTHONLIBSS3PATH() |
Determine if EXTRAPYTHONLIBSS3PATH has a value |
ExtraJarsS3Path¶
The path to one or more Java
.jarfiles in an S3 bucket that should be loaded in yourDevEndpoint.You can only use pure Java/Scala libraries with a
DevEndpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTRAJARSS3PATH() |
Getter for EXTRAJARSS3PATH, with configurable default |
ASK_EXTRAJARSS3PATH() |
Getter for EXTRAJARSS3PATH w/ exceptions if field has no val |
HAS_EXTRAJARSS3PATH() |
Determine if EXTRAJARSS3PATH has a value |