Class CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty
An implementation for
CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty-
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.ProcessingOutputsObjectProperty
CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty.Builder, CfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty.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, output operations such as data upload are managed natively by the processing job application.final ObjectConfiguration for processing job outputs in Amazon SageMaker Feature Store.final StringThe name for the processing job output.final ObjectConfiguration for uploading output data to Amazon S3 from 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.ProcessingOutputsObjectProperty.Builder.
-
-
Method Details
-
getAppManaged
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingOutputsObjectPropertyWhenTrue, output operations such as data upload are managed natively by the processing job application.When
False(default), output operations are managed by Amazon SageMaker.Returns union: either
BooleanorIResolvable- Specified by:
getAppManagedin interfaceCfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty- See Also:
-
getFeatureStoreOutput
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingOutputsObjectPropertyConfiguration for processing job outputs in Amazon SageMaker Feature Store.Returns union: either
IResolvableorCfnProcessingJobPropsMixin.FeatureStoreOutputProperty- Specified by:
getFeatureStoreOutputin interfaceCfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty- See Also:
-
getOutputName
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingOutputsObjectPropertyThe name for the processing job output.- Specified by:
getOutputNamein interfaceCfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty- See Also:
-
getS3Output
Description copied from interface:CfnProcessingJobPropsMixin.ProcessingOutputsObjectPropertyConfiguration for uploading output data to Amazon S3 from the processing container.Returns union: either
IResolvableorCfnProcessingJobPropsMixin.S3OutputProperty- Specified by:
getS3Outputin interfaceCfnProcessingJobPropsMixin.ProcessingOutputsObjectProperty- 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()
-