Class PythonRayExecutableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.PythonRayExecutableProps.Jsii$Proxy
- All Implemented Interfaces:
PythonRayExecutableProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PythonRayExecutableProps
@Stability(Experimental)
@Internal
public static final class PythonRayExecutableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PythonRayExecutableProps
An implementation for
PythonRayExecutableProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.PythonRayExecutableProps
PythonRayExecutableProps.Builder, PythonRayExecutableProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by thePythonRayExecutableProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.final GlueVersion
(experimental) Glue version.final PythonVersion
(experimental) The Python version to use.final Runtime
(experimental) Runtime.(experimental) Additional Python modules that AWS Glue adds to the Python path before executing your script.final Code
(experimental) The script that executes a job.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by thePythonRayExecutableProps.Builder
.
-
-
Method Details
-
getGlueVersion
Description copied from interface:PythonRayExecutableProps
(experimental) Glue version.- Specified by:
getGlueVersion
in interfacePythonRayExecutableProps
- See Also:
-
getPythonVersion
Description copied from interface:PythonRayExecutableProps
(experimental) The Python version to use.- Specified by:
getPythonVersion
in interfacePythonRayExecutableProps
-
getScript
Description copied from interface:PythonRayExecutableProps
(experimental) The script that executes a job.- Specified by:
getScript
in interfacePythonRayExecutableProps
-
getExtraFiles
Description copied from interface:PythonRayExecutableProps
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.Only individual files are supported, directories are not supported. Equivalent to a job parameter
--extra-files
.Default: [] - no extra files are copied to the working directory
- Specified by:
getExtraFiles
in interfacePythonRayExecutableProps
- See Also:
-
getRuntime
Description copied from interface:PythonRayExecutableProps
(experimental) Runtime.It is required for Ray jobs.
- Specified by:
getRuntime
in interfacePythonRayExecutableProps
-
getS3PythonModules
Description copied from interface:PythonRayExecutableProps
(experimental) Additional Python modules that AWS Glue adds to the Python path before executing your script.Equivalent to a job parameter
--s3-py-modules
.Default: - no extra python files and argument is not set
- Specified by:
getS3PythonModules
in interfacePythonRayExecutableProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-