Class CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty
An implementation for
CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty-
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.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty
CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty.Builder, CfnProcessingJobPropsMixin.ProcessingInputsObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJobPropsMixin.ProcessingInputsObjectProperty.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 ObjectWhenTrue, input operations such as data download are managed natively by the processing job application.final ObjectConfiguration for Dataset Definition inputs.final StringThe name for the processing job input.final ObjectConfiguration for downloading input data from Amazon S3 into the processing container.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 theCfnProcessingJobPropsMixin.ProcessingInputsObjectProperty.Builder.
-
-
Method Details
-
getAppManaged
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingInputsObjectPropertyWhenTrue, input operations such as data download are managed natively by the processing job application.When
False(default), input operations are managed by Amazon SageMaker.Returns union: either
BooleanorIResolvable- Specified by:
getAppManagedin interfaceCfnProcessingJobPropsMixin.ProcessingInputsObjectProperty- See Also:
-
getDatasetDefinition
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingInputsObjectPropertyConfiguration for Dataset Definition inputs.The Dataset Definition input must specify exactly one of either
AthenaDatasetDefinitionorRedshiftDatasetDefinitiontypes.Returns union: either
IResolvableorCfnProcessingJobPropsMixin.DatasetDefinitionProperty- Specified by:
getDatasetDefinitionin interfaceCfnProcessingJobPropsMixin.ProcessingInputsObjectProperty- See Also:
-
getInputName
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingInputsObjectPropertyThe name for the processing job input.- Specified by:
getInputNamein interfaceCfnProcessingJobPropsMixin.ProcessingInputsObjectProperty- See Also:
-
getS3Input
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingInputsObjectPropertyConfiguration for downloading input data from Amazon S3 into the processing container.Returns union: either
IResolvableorCfnProcessingJobPropsMixin.S3InputProperty- Specified by:
getS3Inputin interfaceCfnProcessingJobPropsMixin.ProcessingInputsObjectProperty- 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()
-