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: