Class CfnInferenceComponentPropsMixin.MetricsEndpointProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.MetricsEndpointProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponentPropsMixin.MetricsEndpointProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponentPropsMixin.MetricsEndpointProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponentPropsMixin.MetricsEndpointProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponentPropsMixin.MetricsEndpointProperty
An implementation for
CfnInferenceComponentPropsMixin.MetricsEndpointProperty-
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.CfnInferenceComponentPropsMixin.MetricsEndpointProperty
CfnInferenceComponentPropsMixin.MetricsEndpointProperty.Builder, CfnInferenceComponentPropsMixin.MetricsEndpointProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.MetricsEndpointProperty.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 NumberThe interval, in seconds, at which container metrics scraped from the endpoint are published to Amazon CloudWatch.final StringThe path to the Prometheus formatted metrics endpoint exposed by the container.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 theCfnInferenceComponentPropsMixin.MetricsEndpointProperty.Builder.
-
-
Method Details
-
getMetricPublishFrequencyInSeconds
Description copied from interface:CfnInferenceComponentPropsMixin.MetricsEndpointPropertyThe interval, in seconds, at which container metrics scraped from the endpoint are published to Amazon CloudWatch.Valid values per the SageMaker API Reference are 10, 30, 60, 120, 180, 240 and 300; the service validates the value.
- Specified by:
getMetricPublishFrequencyInSecondsin interfaceCfnInferenceComponentPropsMixin.MetricsEndpointProperty- See Also:
-
getMetricsEndpointPath
Description copied from interface:CfnInferenceComponentPropsMixin.MetricsEndpointPropertyThe path to the Prometheus formatted metrics endpoint exposed by the container.- Specified by:
getMetricsEndpointPathin interfaceCfnInferenceComponentPropsMixin.MetricsEndpointProperty- 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()
-