Class CfnEndpointConfig.MetricsConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.MetricsConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.MetricsConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.MetricsConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.MetricsConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.MetricsConfigProperty
An implementation for
CfnEndpointConfig.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.services.sagemaker.CfnEndpointConfig.MetricsConfigProperty
CfnEndpointConfig.MetricsConfigProperty.Builder, CfnEndpointConfig.MetricsConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.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 theCfnEndpointConfig.MetricsConfigProperty.Builder.
-
-
Method Details
-
getEnableDetailedObservability
Description copied from interface:CfnEndpointConfig.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 interfaceCfnEndpointConfig.MetricsConfigProperty- See Also:
-
getEnableEnhancedMetrics
Description copied from interface:CfnEndpointConfig.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 interfaceCfnEndpointConfig.MetricsConfigProperty- See Also:
-
getMetricPublishFrequencyInSeconds
Description copied from interface:CfnEndpointConfig.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 interfaceCfnEndpointConfig.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()
-