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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProcessingJob.S3InputProperty
CfnProcessingJob.S3InputProperty.Builder, CfnProcessingJob.S3InputProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.S3InputProperty.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 String
The local path in your container where you want Amazon SageMaker to write input data to.final String
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.final String
Whether to distribute the data from Amazon S3 to all processing instances withFullyReplicated
, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.final String
Whether you use anS3Prefix
or aManifestFile
for the data type.final String
Whether to useFile
orPipe
input mode.final String
getS3Uri()
The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.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.S3InputProperty.Builder
.
-
-
Method Details
-
getS3DataType
Description copied from interface:CfnProcessingJob.S3InputProperty
Whether you use anS3Prefix
or aManifestFile
for the data type.If you choose
S3Prefix
,S3Uri
identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you chooseManifestFile
,S3Uri
identifies 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:
getS3DataType
in interfaceCfnProcessingJob.S3InputProperty
- See Also:
-
getS3Uri
Description copied from interface:CfnProcessingJob.S3InputProperty
The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.- Specified by:
getS3Uri
in interfaceCfnProcessingJob.S3InputProperty
- See Also:
-
getLocalPath
Description copied from interface:CfnProcessingJob.S3InputProperty
The local path in your container where you want Amazon SageMaker to write input data to.LocalPath
is an absolute path to the input data and must begin with/opt/ml/processing/
.LocalPath
is a required parameter whenAppManaged
isFalse
(default).- Specified by:
getLocalPath
in interfaceCfnProcessingJob.S3InputProperty
- See Also:
-
getS3CompressionType
Description copied from interface:CfnProcessingJob.S3InputProperty
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.Gzip
can only be used whenPipe
mode is specified as theS3InputMode
. InPipe
mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.- Specified by:
getS3CompressionType
in interfaceCfnProcessingJob.S3InputProperty
- See Also:
-
getS3DataDistributionType
Description copied from interface:CfnProcessingJob.S3InputProperty
Whether to distribute the data from Amazon S3 to all processing instances withFullyReplicated
, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.- Specified by:
getS3DataDistributionType
in interfaceCfnProcessingJob.S3InputProperty
- See Also:
-
getS3InputMode
Description copied from interface:CfnProcessingJob.S3InputProperty
Whether to useFile
orPipe
input 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
Pipe
mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.- Specified by:
getS3InputMode
in interfaceCfnProcessingJob.S3InputProperty
- 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()
-