Class CfnProcessingJob.ProcessingOutputsObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ProcessingOutputsObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJob.ProcessingOutputsObjectProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJob.ProcessingOutputsObjectProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJob.ProcessingOutputsObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJob.ProcessingOutputsObjectProperty
An implementation for
CfnProcessingJob.ProcessingOutputsObjectProperty
-
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.ProcessingOutputsObjectProperty
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder, CfnProcessingJob.ProcessingOutputsObjectProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.ProcessingOutputsObjectProperty.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
, output operations such as data upload are managed natively by the processing job application.final Object
Configuration for processing job outputs in Amazon SageMaker Feature Store.final String
The name for the processing job output.final Object
Configuration for uploading output data to Amazon S3 from 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.ProcessingOutputsObjectProperty.Builder
.
-
-
Method Details
-
getOutputName
Description copied from interface:CfnProcessingJob.ProcessingOutputsObjectProperty
The name for the processing job output.- Specified by:
getOutputName
in interfaceCfnProcessingJob.ProcessingOutputsObjectProperty
- See Also:
-
getAppManaged
Description copied from interface:CfnProcessingJob.ProcessingOutputsObjectProperty
WhenTrue
, output operations such as data upload are managed natively by the processing job application.When
False
(default), output operations are managed by Amazon SageMaker.- Specified by:
getAppManaged
in interfaceCfnProcessingJob.ProcessingOutputsObjectProperty
- See Also:
-
getFeatureStoreOutput
Description copied from interface:CfnProcessingJob.ProcessingOutputsObjectProperty
Configuration for processing job outputs in Amazon SageMaker Feature Store.- Specified by:
getFeatureStoreOutput
in interfaceCfnProcessingJob.ProcessingOutputsObjectProperty
- See Also:
-
getS3Output
Description copied from interface:CfnProcessingJob.ProcessingOutputsObjectProperty
Configuration for uploading output data to Amazon S3 from the processing container.- Specified by:
getS3Output
in interfaceCfnProcessingJob.ProcessingOutputsObjectProperty
- 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()
-