Class CfnProcessingJob.ProcessingInputsObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ProcessingInputsObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJob.ProcessingInputsObjectProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJob.ProcessingInputsObjectProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJob.ProcessingInputsObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJob.ProcessingInputsObjectProperty
An implementation for
CfnProcessingJob.ProcessingInputsObjectProperty
-
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.CfnProcessingJob.ProcessingInputsObjectProperty
CfnProcessingJob.ProcessingInputsObjectProperty.Builder, CfnProcessingJob.ProcessingInputsObjectProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.ProcessingInputsObjectProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
WhenTrue
, input operations such as data download are managed natively by the processing job application.final Object
Configuration for Dataset Definition inputs.final String
The name for the processing job input.final Object
Configuration for downloading input data from Amazon S3 into the processing container.final int
hashCode()
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 theCfnProcessingJob.ProcessingInputsObjectProperty.Builder
.
-
-
Method Details
-
getInputName
Description copied from interface:CfnProcessingJob.ProcessingInputsObjectProperty
The name for the processing job input.- Specified by:
getInputName
in interfaceCfnProcessingJob.ProcessingInputsObjectProperty
- See Also:
-
getAppManaged
Description copied from interface:CfnProcessingJob.ProcessingInputsObjectProperty
WhenTrue
, input operations such as data download are managed natively by the processing job application.When
False
(default), input operations are managed by Amazon SageMaker.- Specified by:
getAppManaged
in interfaceCfnProcessingJob.ProcessingInputsObjectProperty
- See Also:
-
getDatasetDefinition
Description copied from interface:CfnProcessingJob.ProcessingInputsObjectProperty
Configuration for Dataset Definition inputs.The Dataset Definition input must specify exactly one of either
AthenaDatasetDefinition
orRedshiftDatasetDefinition
types.- Specified by:
getDatasetDefinition
in interfaceCfnProcessingJob.ProcessingInputsObjectProperty
- See Also:
-
getS3Input
Description copied from interface:CfnProcessingJob.ProcessingInputsObjectProperty
Configuration for downloading input data from Amazon S3 into the processing container.- Specified by:
getS3Input
in interfaceCfnProcessingJob.ProcessingInputsObjectProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-