Class CfnTransformJob.DataProcessingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnTransformJob.DataProcessingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformJob.DataProcessingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformJob.DataProcessingProperty
@Stability(Stable)
@Internal
public static final class CfnTransformJob.DataProcessingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformJob.DataProcessingProperty
An implementation for
CfnTransformJob.DataProcessingProperty-
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.CfnTransformJob.DataProcessingProperty
CfnTransformJob.DataProcessingProperty.Builder, CfnTransformJob.DataProcessingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformJob.DataProcessingProperty.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 StringA JSONPath expression used to select a portion of the input data to pass to the algorithm.final StringSpecifies the source of the data to join with the transformed data.final StringA JSONPath expression used to select a portion of the joined dataset to save in the output file.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 theCfnTransformJob.DataProcessingProperty.Builder.
-
-
Method Details
-
getInputFilter
Description copied from interface:CfnTransformJob.DataProcessingPropertyA JSONPath expression used to select a portion of the input data to pass to the algorithm.- Specified by:
getInputFilterin interfaceCfnTransformJob.DataProcessingProperty- See Also:
-
getJoinSource
Description copied from interface:CfnTransformJob.DataProcessingPropertySpecifies the source of the data to join with the transformed data.- Specified by:
getJoinSourcein interfaceCfnTransformJob.DataProcessingProperty- See Also:
-
getOutputFilter
Description copied from interface:CfnTransformJob.DataProcessingPropertyA JSONPath expression used to select a portion of the joined dataset to save in the output file.- Specified by:
getOutputFilterin interfaceCfnTransformJob.DataProcessingProperty- 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()
-