Class CfnMLTransformProps.Jsii$Proxy

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

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

    CfnMLTransformProps.Builder, CfnMLTransformProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnMLTransformProps.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 String
    A user-defined, long-form description text for the machine learning transform.
    final String
    This value determines which version of AWS Glue this machine learning transform is compatible with.
    final Object
    A list of AWS Glue table definitions used by the transform.
    final Number
    The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform.
    final Number
    The maximum number of times to retry after an MLTaskRun of the machine learning transform fails.
    final String
    A user-defined name for the machine learning transform.
    final Number
    The number of workers of a defined workerType that are allocated when a task of the transform runs.
    final String
    The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
    final Object
    The tags to use with this machine learning transform.
    final Number
    The timeout in minutes of the machine learning transform.
    final Object
    The encryption-at-rest settings of the transform that apply to accessing user data.
    final Object
    The algorithm-specific parameters that are associated with the machine learning transform.
    final String
    The type of predefined worker that is allocated when a task of this transform runs.
    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