Interface CfnInferenceComponentPropsMixin.MetricsEndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInferenceComponentPropsMixin.MetricsEndpointProperty.Jsii$Proxy
- Enclosing class:
CfnInferenceComponentPropsMixin
@Stability(Stable)
public static interface CfnInferenceComponentPropsMixin.MetricsEndpointProperty
extends software.amazon.jsii.JsiiSerializable
A metrics endpoint exposed by the container.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
MetricsEndpointProperty metricsEndpointProperty = MetricsEndpointProperty.builder()
.metricPublishFrequencyInSeconds(123)
.metricsEndpointPath("metricsEndpointPath")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInferenceComponentPropsMixin.MetricsEndpointPropertystatic final classAn implementation forCfnInferenceComponentPropsMixin.MetricsEndpointProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetricPublishFrequencyInSeconds
The 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.
- See Also:
-
getMetricsEndpointPath
The path to the Prometheus formatted metrics endpoint exposed by the container.- See Also:
-
builder
-