interface RealTimeInferenceConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnInferenceExperiment_RealTimeInferenceConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnInferenceExperiment.RealTimeInferenceConfigProperty |
![]() | 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
Name | Type | Description |
---|---|---|
instance | number | The number of instances of the type specified by InstanceType . |
instance | string | The 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.