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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProcessingJobProps
CfnProcessingJobProps.Builder, CfnProcessingJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProcessingJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProcessingJobProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectConfiguration to run a processing job in a specified container image.final ObjectSets the environment variables in the Docker container.final ObjectAssociates a SageMaker job as a trial component with an experiment and trial.final ObjectNetworking 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 ObjectList of input configurations for the processing job.final StringThe name of the processing job.final ObjectContains information about the output location for the compiled model and the target device that the model runs on.final ObjectIdentifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.final StringThe ARN of the role used to create the processing job.final ObjectConfigures 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 inthashCode()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:CfnProcessingJobPropsConfiguration to run a processing job in a specified container image.Returns union: either
IResolvableorCfnProcessingJob.AppSpecificationProperty- Specified by:
getAppSpecificationin interfaceCfnProcessingJobProps- See Also:
-
getProcessingResources
Description copied from interface:CfnProcessingJobPropsIdentifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.In distributed training, you specify more than one instance.
Returns union: either
IResolvableorCfnProcessingJob.ProcessingResourcesProperty- Specified by:
getProcessingResourcesin interfaceCfnProcessingJobProps- See Also:
-
getRoleArn
Description copied from interface:CfnProcessingJobPropsThe ARN of the role used to create the processing job.- Specified by:
getRoleArnin interfaceCfnProcessingJobProps- See Also:
-
getEnvironment
Description copied from interface:CfnProcessingJobPropsSets the environment variables in the Docker container.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getEnvironmentin interfaceCfnProcessingJobProps- See Also:
-
getExperimentConfig
Description copied from interface:CfnProcessingJobPropsAssociates a SageMaker job as a trial component with an experiment and trial.Specified when you call the CreateProcessingJob API.
Returns union: either
IResolvableorCfnProcessingJob.ExperimentConfigProperty- Specified by:
getExperimentConfigin interfaceCfnProcessingJobProps- See Also:
-
getNetworkConfig
Description copied from interface:CfnProcessingJobPropsNetworking 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.Returns union: either
IResolvableorCfnProcessingJob.NetworkConfigProperty- Specified by:
getNetworkConfigin interfaceCfnProcessingJobProps- See Also:
-
getProcessingInputs
Description copied from interface:CfnProcessingJobPropsList of input configurations for the processing job.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnProcessingJob.ProcessingInputsObjectProperty>- Specified by:
getProcessingInputsin interfaceCfnProcessingJobProps- See Also:
-
getProcessingJobName
Description copied from interface:CfnProcessingJobPropsThe 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:
getProcessingJobNamein interfaceCfnProcessingJobProps- See Also:
-
getProcessingOutputConfig
Description copied from interface:CfnProcessingJobPropsContains information about the output location for the compiled model and the target device that the model runs on.TargetDeviceandTargetPlatformare 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 theTargetDevicelist, useTargetPlatformto describe the platform of your edge device andCompilerOptionsif there are specific settings that are required or recommended to use for particular TargetPlatform.Returns union: either
IResolvableorCfnProcessingJob.ProcessingOutputConfigProperty- Specified by:
getProcessingOutputConfigin interfaceCfnProcessingJobProps- See Also:
-
getStoppingCondition
Description copied from interface:CfnProcessingJobPropsConfigures 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.
Returns union: either
IResolvableorCfnProcessingJob.StoppingConditionProperty- Specified by:
getStoppingConditionin interfaceCfnProcessingJobProps- See Also:
-
getTags
Description copied from interface:CfnProcessingJobPropsAn array of key-value pairs.For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
- Specified by:
getTagsin interfaceCfnProcessingJobProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-