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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ProcessingOutputsObjectProperty
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder, CfnProcessingJob.ProcessingOutputsObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJob.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 theCfnProcessingJob.ProcessingOutputsObjectProperty.Builder.
-
-
Method Details
-
getOutputName
Description copied from interface:CfnProcessingJob.ProcessingOutputsObjectPropertyThe name for the processing job output.- Specified by:
getOutputNamein interfaceCfnProcessingJob.ProcessingOutputsObjectProperty- See Also:
-
getAppManaged
Description copied from interface:CfnProcessingJob.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 interfaceCfnProcessingJob.ProcessingOutputsObjectProperty- See Also:
-
getFeatureStoreOutput
Description copied from interface:CfnProcessingJob.ProcessingOutputsObjectPropertyConfiguration for processing job outputs in Amazon SageMaker Feature Store.Returns union: either
IResolvableorCfnProcessingJob.FeatureStoreOutputProperty- Specified by:
getFeatureStoreOutputin interfaceCfnProcessingJob.ProcessingOutputsObjectProperty- See Also:
-
getS3Output
Description copied from interface:CfnProcessingJob.ProcessingOutputsObjectPropertyConfiguration for uploading output data to Amazon S3 from the processing container.Returns union: either
IResolvableorCfnProcessingJob.S3OutputProperty- Specified by:
getS3Outputin interfaceCfnProcessingJob.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()
-