Class CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty
@Stability(Stable)
@Internal
public static final class CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty
An implementation for
CfnModelQualityJobDefinitionPropsMixin.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.cfnpropertymixins.services.sagemaker.CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty
CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty.Builder, CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionPropsMixin.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 StringIf specified, monitoring jobs subtract this time from the end time.final StringThe attribute of the input data that represents the ground truth label.final StringPath to the filesystem where the batch transform data is available to the container.final StringIn a classification problem, the attribute that represents the class probability.final NumberThe threshold for the class probability to be evaluated as a positive result.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 StringIf specified, monitoring jobs substract this time from the start time.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
protected Jsii$Proxy(CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty.Builder.
-
-
Method Details
-
getDataCapturedDestinationS3Uri
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyThe Amazon S3 location being used to capture the data.- Specified by:
getDataCapturedDestinationS3Uriin interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getDatasetFormat
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyThe dataset format for your batch transform job.Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.DatasetFormatProperty- Specified by:
getDatasetFormatin interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getEndTimeOffset
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyIf specified, monitoring jobs subtract this time from the end time.For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs .
- Specified by:
getEndTimeOffsetin interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getInferenceAttribute
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyThe attribute of the input data that represents the ground truth label.- Specified by:
getInferenceAttributein interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getLocalPath
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyPath to the filesystem where the batch transform data is available to the container.- Specified by:
getLocalPathin interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getProbabilityAttribute
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyIn a classification problem, the attribute that represents the class probability.- Specified by:
getProbabilityAttributein interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getProbabilityThresholdAttribute
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyThe threshold for the class probability to be evaluated as a positive result.- Specified by:
getProbabilityThresholdAttributein interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getS3DataDistributionType
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.Defaults to
FullyReplicated- Specified by:
getS3DataDistributionTypein interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getS3InputMode
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.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 interfaceCfnModelQualityJobDefinitionPropsMixin.BatchTransformInputProperty- See Also:
-
getStartTimeOffset
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.BatchTransformInputPropertyIf specified, monitoring jobs substract this time from the start time.For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs .
- Specified by:
getStartTimeOffsetin interfaceCfnModelQualityJobDefinitionPropsMixin.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()
-