public static interface DevEndpointCustomLibraries.Builder extends SdkPojo, CopyableBuilder<DevEndpointCustomLibraries.Builder,DevEndpointCustomLibraries>
| Modifier and Type | Method and Description |
|---|---|
DevEndpointCustomLibraries.Builder |
extraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint. |
DevEndpointCustomLibraries.Builder |
extraPythonLibsS3Path(String 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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDevEndpointCustomLibraries.Builder extraPythonLibsS3Path(String 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.
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.
DevEndpointCustomLibraries.Builder extraJarsS3Path(String extraJarsS3Path)
The path to one or more Java .jar files in an S3 bucket that should be loaded in your
DevEndpoint.
You can only use pure Java/Scala libraries with a DevEndpoint.
extraJarsS3Path - The path to one or more Java .jar files in an S3 bucket that should be loaded in your
DevEndpoint.
You can only use pure Java/Scala libraries with a DevEndpoint.
Copyright © 2023. All rights reserved.