DevEndpointCustomLibraries class
Custom libraries to be loaded into a development endpoint.
Constructors
- DevEndpointCustomLibraries({String? extraJarsS3Path, String? extraPythonLibsS3Path})
Properties
- extraJarsS3Path → String?
-
The path to one or more Java
.jarfiles in an S3 bucket that should be loaded in yourDevEndpoint.final - extraPythonLibsS3Path → String?
-
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.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited