Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.MetricsConfigProperty
Packages that use CfnEndpointConfig.MetricsConfigProperty
-
Uses of CfnEndpointConfig.MetricsConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnEndpointConfig.MetricsConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnEndpointConfig.MetricsConfigPropertyMethods in software.amazon.awscdk.services.sagemaker that return CfnEndpointConfig.MetricsConfigPropertyModifier and TypeMethodDescriptionCfnEndpointConfig.MetricsConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnEndpointConfig.MetricsConfigPropertyModifier and TypeMethodDescriptionCfnEndpointConfig.Builder.metricsConfig(CfnEndpointConfig.MetricsConfigProperty metricsConfig) Specifies the metrics that the endpoint publishes to Amazon CloudWatch, the frequency of publication, and whether to enable enhanced or detailed observability metrics.CfnEndpointConfigProps.Builder.metricsConfig(CfnEndpointConfig.MetricsConfigProperty metricsConfig) Sets the value ofCfnEndpointConfigProps.getMetricsConfig()voidCfnEndpointConfig.setMetricsConfig(CfnEndpointConfig.MetricsConfigProperty value) Specifies the metrics that the endpoint publishes to Amazon CloudWatch, the frequency of publication, and whether to enable enhanced or detailed observability metrics.