Class CfnProcessingJobProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJobProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJobProps
CfnProcessingJobProps
-
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.sagemaker.CfnProcessingJobProps
CfnProcessingJobProps.Builder, CfnProcessingJobProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnProcessingJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProcessingJobProps.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
final Object
Configuration to run a processing job in a specified container image.final Object
Sets the environment variables in the Docker container.final Object
Associates a SageMaker job as a trial component with an experiment and trial.final Object
Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.final Object
List of input configurations for the processing job.final String
The name of the processing job.final Object
Contains information about the output location for the compiled model and the target device that the model runs on.final Object
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.final String
The ARN of the role used to create the processing job.final Object
Configures conditions under which the processing job should be stopped, such as how long the processing job has been running.getTags()
An array of key-value pairs.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 theCfnProcessingJobProps.Builder
.
-
-
Method Details
-
getAppSpecification
Description copied from interface:CfnProcessingJobProps
Configuration to run a processing job in a specified container image.- Specified by:
getAppSpecification
in interfaceCfnProcessingJobProps
- See Also:
-
getProcessingResources
Description copied from interface:CfnProcessingJobProps
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.In distributed training, you specify more than one instance.
- Specified by:
getProcessingResources
in interfaceCfnProcessingJobProps
- See Also:
-
getRoleArn
Description copied from interface:CfnProcessingJobProps
The ARN of the role used to create the processing job.- Specified by:
getRoleArn
in interfaceCfnProcessingJobProps
- See Also:
-
getEnvironment
Description copied from interface:CfnProcessingJobProps
Sets the environment variables in the Docker container.- Specified by:
getEnvironment
in interfaceCfnProcessingJobProps
- See Also:
-
getExperimentConfig
Description copied from interface:CfnProcessingJobProps
Associates a SageMaker job as a trial component with an experiment and trial.Specified when you call the CreateProcessingJob API.
- Specified by:
getExperimentConfig
in interfaceCfnProcessingJobProps
- See Also:
-
getNetworkConfig
Description copied from interface:CfnProcessingJobProps
Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.- Specified by:
getNetworkConfig
in interfaceCfnProcessingJobProps
- See Also:
-
getProcessingInputs
Description copied from interface:CfnProcessingJobProps
List of input configurations for the processing job.- Specified by:
getProcessingInputs
in interfaceCfnProcessingJobProps
- See Also:
-
getProcessingJobName
Description copied from interface:CfnProcessingJobProps
The name of the processing job.If you don't provide a job name, then a unique name is automatically created for the job.
- Specified by:
getProcessingJobName
in interfaceCfnProcessingJobProps
- See Also:
-
getProcessingOutputConfig
Description copied from interface:CfnProcessingJobProps
Contains information about the output location for the compiled model and the target device that the model runs on.TargetDevice
andTargetPlatform
are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from theTargetDevice
list, useTargetPlatform
to describe the platform of your edge device andCompilerOptions
if there are specific settings that are required or recommended to use for particular TargetPlatform.- Specified by:
getProcessingOutputConfig
in interfaceCfnProcessingJobProps
- See Also:
-
getStoppingCondition
Description copied from interface:CfnProcessingJobProps
Configures conditions under which the processing job should be stopped, such as how long the processing job has been running.After the condition is met, the processing job is stopped.
- Specified by:
getStoppingCondition
in interfaceCfnProcessingJobProps
- See Also:
-
getTags
Description copied from interface:CfnProcessingJobProps
An array of key-value pairs.For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
- Specified by:
getTags
in interfaceCfnProcessingJobProps
- 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()
-