Class CfnProcessingJobPropsMixin.S3OutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.S3OutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJobPropsMixin.S3OutputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJobPropsMixin.S3OutputProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJobPropsMixin.S3OutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJobPropsMixin.S3OutputProperty
An implementation for
CfnProcessingJobPropsMixin.S3OutputProperty-
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.S3OutputProperty
CfnProcessingJobPropsMixin.S3OutputProperty.Builder, CfnProcessingJobPropsMixin.S3OutputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJobPropsMixin.S3OutputProperty.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 StringThe local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.final StringWhether to upload the results of the processing job continuously or after the job completes.final StringgetS3Uri()The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.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.S3OutputProperty.Builder.
-
-
Method Details
-
getLocalPath
Description copied from interface:CfnProcessingJobPropsMixin.S3OutputPropertyThe local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.LocalPathis an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.- Specified by:
getLocalPathin interfaceCfnProcessingJobPropsMixin.S3OutputProperty- See Also:
-
getS3UploadMode
Description copied from interface:CfnProcessingJobPropsMixin.S3OutputPropertyWhether to upload the results of the processing job continuously or after the job completes.- Specified by:
getS3UploadModein interfaceCfnProcessingJobPropsMixin.S3OutputProperty- See Also:
-
getS3Uri
Description copied from interface:CfnProcessingJobPropsMixin.S3OutputPropertyThe URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.- Specified by:
getS3Uriin interfaceCfnProcessingJobPropsMixin.S3OutputProperty- 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()
-