Class CfnInferenceComponent.MetricsEndpointProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.MetricsEndpointProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponent.MetricsEndpointProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponent.MetricsEndpointProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponent.MetricsEndpointProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponent.MetricsEndpointProperty
An implementation for
CfnInferenceComponent.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.services.sagemaker.CfnInferenceComponent.MetricsEndpointProperty
CfnInferenceComponent.MetricsEndpointProperty.Builder, CfnInferenceComponent.MetricsEndpointProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponent.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 theCfnInferenceComponent.MetricsEndpointProperty.Builder.
-
-
Method Details
-
getMetricsEndpointPath
Description copied from interface:CfnInferenceComponent.MetricsEndpointPropertyThe path to the Prometheus formatted metrics endpoint exposed by the container.- Specified by:
getMetricsEndpointPathin interfaceCfnInferenceComponent.MetricsEndpointProperty- See Also:
-
getMetricPublishFrequencyInSeconds
Description copied from interface:CfnInferenceComponent.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 interfaceCfnInferenceComponent.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()
-