Class CfnProcessingJob.S3InputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJob.S3InputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJob.S3InputProperty
CfnProcessingJob.S3InputProperty-
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.S3InputProperty
CfnProcessingJob.S3InputProperty.Builder, CfnProcessingJob.S3InputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJob.S3InputProperty.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 in your container where you want Amazon SageMaker to write input data to.final StringWhether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.final StringWhether to distribute the data from Amazon S3 to all processing instances withFullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.final StringWhether you use anS3Prefixor aManifestFilefor the data type.final StringWhether to useFileorPipeinput mode.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 theCfnProcessingJob.S3InputProperty.Builder.
-
-
Method Details
-
getS3DataType
Description copied from interface:CfnProcessingJob.S3InputPropertyWhether you use anS3Prefixor aManifestFilefor the data type.If you choose
S3Prefix,S3Uriidentifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you chooseManifestFile,S3Uriidentifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.- Specified by:
getS3DataTypein interfaceCfnProcessingJob.S3InputProperty- See Also:
-
getS3Uri
Description copied from interface:CfnProcessingJob.S3InputPropertyThe URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.- Specified by:
getS3Uriin interfaceCfnProcessingJob.S3InputProperty- See Also:
-
getLocalPath
Description copied from interface:CfnProcessingJob.S3InputPropertyThe local path in your container where you want Amazon SageMaker to write input data to.LocalPathis an absolute path to the input data and must begin with/opt/ml/processing/.LocalPathis a required parameter whenAppManagedisFalse(default).- Specified by:
getLocalPathin interfaceCfnProcessingJob.S3InputProperty- See Also:
-
getS3CompressionType
Description copied from interface:CfnProcessingJob.S3InputPropertyWhether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.Gzipcan only be used whenPipemode is specified as theS3InputMode. InPipemode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.- Specified by:
getS3CompressionTypein interfaceCfnProcessingJob.S3InputProperty- See Also:
-
getS3DataDistributionType
Description copied from interface:CfnProcessingJob.S3InputPropertyWhether to distribute the data from Amazon S3 to all processing instances withFullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.- Specified by:
getS3DataDistributionTypein interfaceCfnProcessingJob.S3InputProperty- See Also:
-
getS3InputMode
Description copied from interface:CfnProcessingJob.S3InputPropertyWhether to useFileorPipeinput mode.In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In
Pipemode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.- Specified by:
getS3InputModein interfaceCfnProcessingJob.S3InputProperty- 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()
-