Interface CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty.Jsii$Proxy
- Enclosing class:
CfnInferenceComponentPropsMixin
@Stability(Stable)
public static interface CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for container metrics scraping.
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.*;
ContainerMetricsConfigProperty containerMetricsConfigProperty = ContainerMetricsConfigProperty.builder()
.metricsEndpoints(List.of(MetricsEndpointProperty.builder()
.metricPublishFrequencyInSeconds(123)
.metricsEndpointPath("metricsEndpointPath")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInferenceComponentPropsMixin.MetricsEndpointProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetricsEndpoints
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInferenceComponentPropsMixin.MetricsEndpointProperty>- See Also:
-
builder
@Stability(Stable) static CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty.Builder builder()
-