Class CfnModelQualityJobDefinition.EndpointInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.EndpointInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinition.EndpointInputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelQualityJobDefinition.EndpointInputProperty
@Stability(Stable)
@Internal
public static final class CfnModelQualityJobDefinition.EndpointInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelQualityJobDefinition.EndpointInputProperty
An implementation for
CfnModelQualityJobDefinition.EndpointInputProperty
-
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.CfnModelQualityJobDefinition.EndpointInputProperty
CfnModelQualityJobDefinition.EndpointInputProperty.Builder, CfnModelQualityJobDefinition.EndpointInputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinition.EndpointInputProperty.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
An endpoint in customer's account which has enabledDataCaptureConfig
enabled.final String
If specified, monitoring jobs substract this time from the end time.final String
The attribute of the input data that represents the ground truth label.final String
Path to the filesystem where the endpoint data is available to the container.final String
In a classification problem, the attribute that represents the class probability.final Number
The threshold for the class probability to be evaluated as a positive result.final String
Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key.final String
Whether thePipe
orFile
is used as the input mode for transferring data for the monitoring job.final String
If specified, monitoring jobs substract this time from the start time.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 theCfnModelQualityJobDefinition.EndpointInputProperty.Builder
.
-
-
Method Details
-
getEndpointName
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
An endpoint in customer's account which has enabledDataCaptureConfig
enabled.- Specified by:
getEndpointName
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getLocalPath
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
Path to the filesystem where the endpoint data is available to the container.- Specified by:
getLocalPath
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getEndTimeOffset
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
If specified, monitoring jobs substract this time from the end time.For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs .
- Specified by:
getEndTimeOffset
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getInferenceAttribute
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
The attribute of the input data that represents the ground truth label.- Specified by:
getInferenceAttribute
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getProbabilityAttribute
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
In a classification problem, the attribute that represents the class probability.- Specified by:
getProbabilityAttribute
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getProbabilityThresholdAttribute
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
The threshold for the class probability to be evaluated as a positive result.- Specified by:
getProbabilityThresholdAttribute
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getS3DataDistributionType
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key.Defaults to
FullyReplicated
- Specified by:
getS3DataDistributionType
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getS3InputMode
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
Whether thePipe
orFile
is used as the input mode for transferring data for the monitoring job.Pipe
mode is recommended for large datasets.File
mode is useful for small files that fit in memory. Defaults toFile
.- Specified by:
getS3InputMode
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
getStartTimeOffset
Description copied from interface:CfnModelQualityJobDefinition.EndpointInputProperty
If 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:
getStartTimeOffset
in interfaceCfnModelQualityJobDefinition.EndpointInputProperty
- See Also:
-
$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()
-