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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProcessingJob.DatasetDefinitionProperty
CfnProcessingJob.DatasetDefinitionProperty.Builder, CfnProcessingJob.DatasetDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJob.DatasetDefinitionProperty.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 ObjectConfiguration for Athena Dataset Definition input.final StringWhether the generated dataset isFullyReplicatedorShardedByS3Key(default).final StringWhether to useFileorPipeinput mode.final StringThe local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job.final ObjectConfiguration for Redshift Dataset Definition input.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.DatasetDefinitionProperty.Builder.
-
-
Method Details
-
getAthenaDatasetDefinition
Description copied from interface:CfnProcessingJob.DatasetDefinitionPropertyConfiguration for Athena Dataset Definition input.Returns union: either
IResolvableorCfnProcessingJob.AthenaDatasetDefinitionProperty- Specified by:
getAthenaDatasetDefinitionin interfaceCfnProcessingJob.DatasetDefinitionProperty- See Also:
-
getDataDistributionType
Description copied from interface:CfnProcessingJob.DatasetDefinitionPropertyWhether the generated dataset isFullyReplicatedorShardedByS3Key(default).- Specified by:
getDataDistributionTypein interfaceCfnProcessingJob.DatasetDefinitionProperty- See Also:
-
getInputMode
Description copied from interface:CfnProcessingJob.DatasetDefinitionPropertyWhether to useFileorPipeinput 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. InPipemode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.- Specified by:
getInputModein interfaceCfnProcessingJob.DatasetDefinitionProperty- See Also:
-
getLocalPath
Description copied from interface:CfnProcessingJob.DatasetDefinitionPropertyThe local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job.LocalPathis an absolute path to the input data. This is a required parameter whenAppManagedisFalse(default).- Specified by:
getLocalPathin interfaceCfnProcessingJob.DatasetDefinitionProperty- See Also:
-
getRedshiftDatasetDefinition
Description copied from interface:CfnProcessingJob.DatasetDefinitionPropertyConfiguration for Redshift Dataset Definition input.Returns union: either
IResolvableorCfnProcessingJob.RedshiftDatasetDefinitionProperty- Specified by:
getRedshiftDatasetDefinitionin interfaceCfnProcessingJob.DatasetDefinitionProperty- 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()
-