Class CfnDataQualityJobDefinition.EndpointInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.EndpointInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataQualityJobDefinition.EndpointInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataQualityJobDefinition.EndpointInputProperty
@Stability(Stable)
@Internal
public static final class CfnDataQualityJobDefinition.EndpointInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataQualityJobDefinition.EndpointInputProperty
An implementation for
CfnDataQualityJobDefinition.EndpointInputProperty-
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.CfnDataQualityJobDefinition.EndpointInputProperty
CfnDataQualityJobDefinition.EndpointInputProperty.Builder, CfnDataQualityJobDefinition.EndpointInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinition.EndpointInputProperty.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 StringAn endpoint in customer's account which has enabledDataCaptureConfigenabled.final StringPath to the filesystem where the endpoint 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 theCfnDataQualityJobDefinition.EndpointInputProperty.Builder.
-
-
Method Details
-
getEndpointName
Description copied from interface:CfnDataQualityJobDefinition.EndpointInputPropertyAn endpoint in customer's account which has enabledDataCaptureConfigenabled.- Specified by:
getEndpointNamein interfaceCfnDataQualityJobDefinition.EndpointInputProperty
-
getLocalPath
Description copied from interface:CfnDataQualityJobDefinition.EndpointInputPropertyPath to the filesystem where the endpoint data is available to the container.- Specified by:
getLocalPathin interfaceCfnDataQualityJobDefinition.EndpointInputProperty
-
getS3DataDistributionType
Description copied from interface:CfnDataQualityJobDefinition.EndpointInputPropertyWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.Defaults to
FullyReplicated- Specified by:
getS3DataDistributionTypein interfaceCfnDataQualityJobDefinition.EndpointInputProperty
-
getS3InputMode
Description copied from interface:CfnDataQualityJobDefinition.EndpointInputPropertyWhether 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 interfaceCfnDataQualityJobDefinition.EndpointInputProperty
-
$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()
-