Class CfnModelBiasJobDefinition.EndpointInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.EndpointInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelBiasJobDefinition.EndpointInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelBiasJobDefinition.EndpointInputProperty
@Stability(Stable)
@Internal
public static final class CfnModelBiasJobDefinition.EndpointInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelBiasJobDefinition.EndpointInputProperty
An implementation for
CfnModelBiasJobDefinition.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.CfnModelBiasJobDefinition.EndpointInputProperty
CfnModelBiasJobDefinition.EndpointInputProperty.Builder, CfnModelBiasJobDefinition.EndpointInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelBiasJobDefinition.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 StringIf specified, monitoring jobs substract this time from the end time.final StringThe attributes of the input data that are the input features.final StringThe attribute of the input data that represents the ground truth label.final StringPath to the filesystem where the endpoint 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
Constructor that initializes the object based on literal property values passed by theCfnModelBiasJobDefinition.EndpointInputProperty.Builder.
-
-
Method Details
-
getEndpointName
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyAn endpoint in customer's account which has enabledDataCaptureConfigenabled.- Specified by:
getEndpointNamein interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getLocalPath
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyPath to the filesystem where the endpoint data is available to the container.- Specified by:
getLocalPathin interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getEndTimeOffset
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyIf 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:
getEndTimeOffsetin interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getFeaturesAttribute
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyThe attributes of the input data that are the input features.- Specified by:
getFeaturesAttributein interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getInferenceAttribute
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyThe attribute of the input data that represents the ground truth label.- Specified by:
getInferenceAttributein interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getProbabilityAttribute
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyIn a classification problem, the attribute that represents the class probability.- Specified by:
getProbabilityAttributein interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getProbabilityThresholdAttribute
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyThe threshold for the class probability to be evaluated as a positive result.- Specified by:
getProbabilityThresholdAttributein interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getS3DataDistributionType
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.Defaults to
FullyReplicated- Specified by:
getS3DataDistributionTypein interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getS3InputMode
Description copied from interface:CfnModelBiasJobDefinition.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 interfaceCfnModelBiasJobDefinition.EndpointInputProperty
-
getStartTimeOffset
Description copied from interface:CfnModelBiasJobDefinition.EndpointInputPropertyIf 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 interfaceCfnModelBiasJobDefinition.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()
-