Class CfnDataQualityJobDefinition.S3OutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.S3OutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataQualityJobDefinition.S3OutputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataQualityJobDefinition.S3OutputProperty
@Stability(Stable)
@Internal
public static final class CfnDataQualityJobDefinition.S3OutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataQualityJobDefinition.S3OutputProperty
An implementation for
CfnDataQualityJobDefinition.S3OutputProperty
-
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.CfnDataQualityJobDefinition.S3OutputProperty
CfnDataQualityJobDefinition.S3OutputProperty.Builder, CfnDataQualityJobDefinition.S3OutputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinition.S3OutputProperty.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 to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.final String
Whether to upload the results of the monitoring job continuously or after the job completes.final String
getS3Uri()
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring 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 theCfnDataQualityJobDefinition.S3OutputProperty.Builder
.
-
-
Method Details
-
getLocalPath
Description copied from interface:CfnDataQualityJobDefinition.S3OutputProperty
The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.LocalPath is an absolute path for the output data.
- Specified by:
getLocalPath
in interfaceCfnDataQualityJobDefinition.S3OutputProperty
-
getS3Uri
Description copied from interface:CfnDataQualityJobDefinition.S3OutputProperty
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.- Specified by:
getS3Uri
in interfaceCfnDataQualityJobDefinition.S3OutputProperty
-
getS3UploadMode
Description copied from interface:CfnDataQualityJobDefinition.S3OutputProperty
Whether to upload the results of the monitoring job continuously or after the job completes.- Specified by:
getS3UploadMode
in interfaceCfnDataQualityJobDefinition.S3OutputProperty
-
$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()
-