Class CfnProcessingJobProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnProcessingJobProps.Jsii$Proxy
All Implemented Interfaces:
CfnProcessingJobProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnProcessingJobProps

@Stability(Stable) @Internal public static final class CfnProcessingJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProcessingJobProps
An implementation for 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnProcessingJobProps.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 Type
    Method
    Description
    com.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.
    final List<CfnTag>
    An array of key-value pairs.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait