Class CfnProcessingJob.DatasetDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.DatasetDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJob.DatasetDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJob.DatasetDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJob.DatasetDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJob.DatasetDefinitionProperty
An implementation for
CfnProcessingJob.DatasetDefinitionProperty
-
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.DatasetDefinitionProperty
CfnProcessingJob.DatasetDefinitionProperty.Builder, CfnProcessingJob.DatasetDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.DatasetDefinitionProperty.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 Object
Configuration for Athena Dataset Definition input.final String
Whether the generated dataset isFullyReplicated
orShardedByS3Key
(default).final String
Whether to useFile
orPipe
input mode.final String
The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job.final Object
Configuration for Redshift Dataset Definition input.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.DatasetDefinitionProperty.Builder
.
-
-
Method Details
-
getAthenaDatasetDefinition
Description copied from interface:CfnProcessingJob.DatasetDefinitionProperty
Configuration for Athena Dataset Definition input.- Specified by:
getAthenaDatasetDefinition
in interfaceCfnProcessingJob.DatasetDefinitionProperty
- See Also:
-
getDataDistributionType
Description copied from interface:CfnProcessingJob.DatasetDefinitionProperty
Whether the generated dataset isFullyReplicated
orShardedByS3Key
(default).- Specified by:
getDataDistributionType
in interfaceCfnProcessingJob.DatasetDefinitionProperty
- See Also:
-
getInputMode
Description copied from interface:CfnProcessingJob.DatasetDefinitionProperty
Whether to useFile
orPipe
input mode.In
File
(default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. InPipe
mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.- Specified by:
getInputMode
in interfaceCfnProcessingJob.DatasetDefinitionProperty
- See Also:
-
getLocalPath
Description copied from interface:CfnProcessingJob.DatasetDefinitionProperty
The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job.LocalPath
is an absolute path to the input data. This is a required parameter whenAppManaged
isFalse
(default).- Specified by:
getLocalPath
in interfaceCfnProcessingJob.DatasetDefinitionProperty
- See Also:
-
getRedshiftDatasetDefinition
Description copied from interface:CfnProcessingJob.DatasetDefinitionProperty
Configuration for Redshift Dataset Definition input.- Specified by:
getRedshiftDatasetDefinition
in interfaceCfnProcessingJob.DatasetDefinitionProperty
- 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()
-