aws-cdk-lib.aws_sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty

interface RealTimeInferenceConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnInferenceExperiment_RealTimeInferenceConfigProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty
Pythonaws_cdk.aws_sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnInferenceExperiment » RealTimeInferenceConfigProperty

The infrastructure configuration for deploying the model to a real-time inference endpoint.

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-lib';
const realTimeInferenceConfigProperty: sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty = {
  instanceCount: 123,
  instanceType: 'instanceType',
};

Properties

NameTypeDescription
instanceCountnumberThe number of instances of the type specified by InstanceType .
instanceTypestringThe instance type the model is deployed to.

instanceCount

Type: number

The number of instances of the type specified by InstanceType .


instanceType

Type: string

The instance type the model is deployed to.