interface ContainerMetricsConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnInferenceComponentPropsMixin_ContainerMetricsConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnInferenceComponentPropsMixin » ContainerMetricsConfigProperty |
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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const containerMetricsConfigProperty: sagemaker.CfnInferenceComponentPropsMixin.ContainerMetricsConfigProperty = {
metricsEndpoints: [{
metricPublishFrequencyInSeconds: 123,
metricsEndpointPath: 'metricsEndpointPath',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| metrics | IResolvable | (IResolvable | Metrics)[] |
metricsEndpoints?
Type:
IResolvable | (IResolvable | Metrics)[]
(optional)

.NET
Go
Java
Python
TypeScript