Class CfnEndpointConfigPropsMixin.MetricsConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.MetricsConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigPropsMixin.MetricsConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigPropsMixin.MetricsConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfigPropsMixin.MetricsConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfigPropsMixin.MetricsConfigProperty
An implementation for
CfnEndpointConfigPropsMixin.MetricsConfigProperty-
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.CfnEndpointConfigPropsMixin.MetricsConfigProperty
CfnEndpointConfigPropsMixin.MetricsConfigProperty.Builder, CfnEndpointConfigPropsMixin.MetricsConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.MetricsConfigProperty.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 ObjectSpecifies whether to enable detailed observability for the endpoint.final ObjectSpecifies whether to enable enhanced metrics for the endpoint.final NumberThe interval, in seconds, at which the endpoint publishes metrics to Amazon CloudWatch.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 theCfnEndpointConfigPropsMixin.MetricsConfigProperty.Builder.
-
-
Method Details
-
getEnableDetailedObservability
Description copied from interface:CfnEndpointConfigPropsMixin.MetricsConfigPropertySpecifies whether to enable detailed observability for the endpoint.When set to true, the endpoint publishes container-level inference metrics, per-GPU metrics, per-instance host metrics, and inference component placement metrics.
Returns union: either
BooleanorIResolvable- Specified by:
getEnableDetailedObservabilityin interfaceCfnEndpointConfigPropsMixin.MetricsConfigProperty- See Also:
-
getEnableEnhancedMetrics
Description copied from interface:CfnEndpointConfigPropsMixin.MetricsConfigPropertySpecifies whether to enable enhanced metrics for the endpoint.Enhanced metrics provide utilization and invocation data at instance and container granularity.
Returns union: either
BooleanorIResolvable- Specified by:
getEnableEnhancedMetricsin interfaceCfnEndpointConfigPropsMixin.MetricsConfigProperty- See Also:
-
getMetricPublishFrequencyInSeconds
Description copied from interface:CfnEndpointConfigPropsMixin.MetricsConfigPropertyThe interval, in seconds, at which the endpoint publishes metrics to Amazon CloudWatch.Valid values are 10, 30, 60, 120, 180, 240, and 300. The default is 60.
- Specified by:
getMetricPublishFrequencyInSecondsin interfaceCfnEndpointConfigPropsMixin.MetricsConfigProperty- 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()
-