Class RayJobProps.Jsii$Proxy
- All Implemented Interfaces:
JobProps,RayJobProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RayJobProps
RayJobProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.RayJobProps
RayJobProps.Builder, RayJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RayJobProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRayJobProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final List<IConnection> Deprecated.(experimental) Connections (optional) List of connections to use for this Glue job Connections are used to connect to other AWS Service or resources within a VPC.final ContinuousLoggingPropsDeprecated.(experimental) Enables continuous logging with the specified props.Deprecated.(experimental) Default Arguments (optional) The default arguments for every run of this Glue job, specified as name-value pairs.final StringDeprecated.(experimental) Description (optional) Developer-specified description of the Glue job.final BooleanDeprecated.(deprecated) Enable profiling metrics for the Glue job.final BooleanDeprecated.(deprecated) Enable observability metrics for the Glue job.final BooleanDeprecated.(experimental) Enables the collection of metrics for job profiling.final GlueVersionDeprecated.(experimental) Glue Version The version of Glue to use to execute this job.final StringDeprecated.(experimental) Name of the Glue job (optional) Developer-specified name of the Glue job.final BooleanDeprecated.(deprecated) Specifies whether job run queuing is enabled for the job runs for this job.final NumberDeprecated.(experimental) Max Concurrent Runs (optional) The maximum number of runs this Glue job can concurrently run.final NumberDeprecated.(experimental) Max Retries (optional) Maximum number of retry attempts Glue performs if the job fails.final NumberDeprecated.(experimental) Number of Workers (optional) Number of workers for Glue to use during job execution.final IRolegetRole()Deprecated.(experimental) IAM Role (required) IAM Role to use for Glue job execution Must be specified by the developer because the L2 doesn't have visibility into the actions the script(s) takes during the job execution The role must trust the Glue service principal (glue.amazonaws.com) and be granted sufficient permissions.final RuntimeDeprecated.(deprecated) Sets the Ray runtime environment version.final CodeDeprecated.(experimental) Script Code Location (required) Script to run when the Glue job executes.final ISecurityConfigurationDeprecated.(experimental) Security Configuration (optional) Defines the encryption options for the Glue job.getTags()Deprecated.(experimental) Tags (optional) A list of key:value pairs of tags to apply to this Glue job resources.final DurationDeprecated.(experimental) Timeout (optional) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.final WorkerTypeDeprecated.(experimental) Worker Type (optional) Type of Worker for Glue to use during job execution Enum options: Standard, G_1X, G_2X, G_025X.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theRayJobProps.Builder.
-
-
Method Details
-
getEnableMetrics
Deprecated.Description copied from interface:RayJobProps(deprecated) Enable profiling metrics for the Glue job.When enabled, adds '--enable-metrics' to job arguments.
Default: true
- Specified by:
getEnableMetricsin interfaceRayJobProps
-
getEnableObservabilityMetrics
Deprecated.Description copied from interface:RayJobProps(deprecated) Enable observability metrics for the Glue job.When enabled, adds '--enable-observability-metrics': 'true' to job arguments.
Default: true
- Specified by:
getEnableObservabilityMetricsin interfaceRayJobProps
-
getJobRunQueuingEnabled
Deprecated.Description copied from interface:RayJobProps(deprecated) Specifies whether job run queuing is enabled for the job runs for this job.A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing. If this field does not match the value set in the job run, then the value from the job run field will be used. This property must be set to false for flex jobs. If this property is enabled, maxRetries must be set to zero.
Default: - no job run queuing
- Specified by:
getJobRunQueuingEnabledin interfaceRayJobProps
-
getRuntime
Deprecated.Description copied from interface:RayJobProps(deprecated) Sets the Ray runtime environment version.Default: - Runtime version will default to Ray2.4
- Specified by:
getRuntimein interfaceRayJobProps
-
getRole
Deprecated.Description copied from interface:JobProps(experimental) IAM Role (required) IAM Role to use for Glue job execution Must be specified by the developer because the L2 doesn't have visibility into the actions the script(s) takes during the job execution The role must trust the Glue service principal (glue.amazonaws.com) and be granted sufficient permissions. -
getScript
Deprecated.Description copied from interface:JobProps(experimental) Script Code Location (required) Script to run when the Glue job executes.Can be uploaded from the local directory structure using fromAsset or referenced via S3 location using fromBucket
-
getConnections
Deprecated.Description copied from interface:JobProps(experimental) Connections (optional) List of connections to use for this Glue job Connections are used to connect to other AWS Service or resources within a VPC.Default: [] - no connections are added to the job
- Specified by:
getConnectionsin interfaceJobProps
-
getContinuousLogging
Deprecated.Description copied from interface:JobProps(experimental) Enables continuous logging with the specified props.Default: - continuous logging is enabled.
- Specified by:
getContinuousLoggingin interfaceJobProps- See Also:
-
getDefaultArguments
Deprecated.Description copied from interface:JobProps(experimental) Default Arguments (optional) The default arguments for every run of this Glue job, specified as name-value pairs.Default: - no arguments
- Specified by:
getDefaultArgumentsin interfaceJobProps- See Also:
-
getDescription
Deprecated.Description copied from interface:JobProps(experimental) Description (optional) Developer-specified description of the Glue job.Default: - no value
- Specified by:
getDescriptionin interfaceJobProps
-
getEnableProfilingMetrics
Deprecated.Description copied from interface:JobProps(experimental) Enables the collection of metrics for job profiling.Default: - no profiling metrics emitted.
- Specified by:
getEnableProfilingMetricsin interfaceJobProps- See Also:
-
getGlueVersion
Deprecated.Description copied from interface:JobProps(experimental) Glue Version The version of Glue to use to execute this job.Default: 3.0 for ETL
- Specified by:
getGlueVersionin interfaceJobProps
-
getJobName
Deprecated.Description copied from interface:JobProps(experimental) Name of the Glue job (optional) Developer-specified name of the Glue job.Default: - a name is automatically generated
- Specified by:
getJobNamein interfaceJobProps
-
getMaxConcurrentRuns
Deprecated.Description copied from interface:JobProps(experimental) Max Concurrent Runs (optional) The maximum number of runs this Glue job can concurrently run.An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
Default: 1
- Specified by:
getMaxConcurrentRunsin interfaceJobProps
-
getMaxRetries
Deprecated.Description copied from interface:JobProps(experimental) Max Retries (optional) Maximum number of retry attempts Glue performs if the job fails.Default: 0
- Specified by:
getMaxRetriesin interfaceJobProps
-
getNumberOfWorkers
Deprecated.Description copied from interface:JobProps(experimental) Number of Workers (optional) Number of workers for Glue to use during job execution.Default: 10
- Specified by:
getNumberOfWorkersin interfaceJobProps
-
getSecurityConfiguration
Deprecated.Description copied from interface:JobProps(experimental) Security Configuration (optional) Defines the encryption options for the Glue job.Default: - no security configuration.
- Specified by:
getSecurityConfigurationin interfaceJobProps
-
getTags
Deprecated.Description copied from interface:JobProps(experimental) Tags (optional) A list of key:value pairs of tags to apply to this Glue job resources.Default: {} - no tags
-
getTimeout
Deprecated.Description copied from interface:JobProps(experimental) Timeout (optional) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.Specified in minutes.
Default: 2880 (2 days for non-streaming)
- Specified by:
getTimeoutin interfaceJobProps
-
getWorkerType
Deprecated.Description copied from interface:JobProps(experimental) Worker Type (optional) Type of Worker for Glue to use during job execution Enum options: Standard, G_1X, G_2X, G_025X.G_4X, G_8X, Z_2X
Default: WorkerType.G_1X
- Specified by:
getWorkerTypein interfaceJobProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-