DevEndpointCustomLibraries
Custom libraries to be loaded into a development endpoint.
Contents
- ExtraJarsS3Path
-
The path to one or more Java
.jarfiles in an S3 bucket that should be loaded in yourDevEndpoint.Note
You can only use pure Java/Scala libraries with a
DevEndpoint.Type: String
Required: No
- 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.Note
You can only use pure Python libraries with a
DevEndpoint. Libraries that rely on C extensions, such as the pandasPython data analysis library, are not currently supported. Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: