Class CfnMonitoringSchedule.BatchTransformInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.BatchTransformInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedule.BatchTransformInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitoringSchedule.BatchTransformInputProperty
@Stability(Stable)
@Internal
public static final class CfnMonitoringSchedule.BatchTransformInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringSchedule.BatchTransformInputProperty
An implementation for
CfnMonitoringSchedule.BatchTransformInputProperty-
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.CfnMonitoringSchedule.BatchTransformInputProperty
CfnMonitoringSchedule.BatchTransformInputProperty.Builder, CfnMonitoringSchedule.BatchTransformInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.BatchTransformInputProperty.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 Amazon S3 location being used to capture the data.final ObjectThe dataset format for your batch transform job.final StringThe attributes of the input data to exclude from the analysis.final StringPath to the filesystem where the batch transform data is available to the container.final StringWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.final StringWhether thePipeorFileis used as the input mode for transferring data for the monitoring 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 theCfnMonitoringSchedule.BatchTransformInputProperty.Builder.
-
-
Method Details
-
getDataCapturedDestinationS3Uri
Description copied from interface:CfnMonitoringSchedule.BatchTransformInputPropertyThe Amazon S3 location being used to capture the data.- Specified by:
getDataCapturedDestinationS3Uriin interfaceCfnMonitoringSchedule.BatchTransformInputProperty- See Also:
-
getDatasetFormat
Description copied from interface:CfnMonitoringSchedule.BatchTransformInputPropertyThe dataset format for your batch transform job.Returns union: either
IResolvableorCfnMonitoringSchedule.DatasetFormatProperty- Specified by:
getDatasetFormatin interfaceCfnMonitoringSchedule.BatchTransformInputProperty- See Also:
-
getLocalPath
Description copied from interface:CfnMonitoringSchedule.BatchTransformInputPropertyPath to the filesystem where the batch transform data is available to the container.- Specified by:
getLocalPathin interfaceCfnMonitoringSchedule.BatchTransformInputProperty- See Also:
-
getExcludeFeaturesAttribute
Description copied from interface:CfnMonitoringSchedule.BatchTransformInputPropertyThe attributes of the input data to exclude from the analysis.- Specified by:
getExcludeFeaturesAttributein interfaceCfnMonitoringSchedule.BatchTransformInputProperty- See Also:
-
getS3DataDistributionType
Description copied from interface:CfnMonitoringSchedule.BatchTransformInputPropertyWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.Defaults to
FullyReplicated- Specified by:
getS3DataDistributionTypein interfaceCfnMonitoringSchedule.BatchTransformInputProperty- See Also:
-
getS3InputMode
Description copied from interface:CfnMonitoringSchedule.BatchTransformInputPropertyWhether thePipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile.- Specified by:
getS3InputModein interfaceCfnMonitoringSchedule.BatchTransformInputProperty- 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()
-