interface ModelInfrastructureConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnInferenceExperiment.ModelInfrastructureConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnInferenceExperiment_ModelInfrastructureConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.ModelInfrastructureConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnInferenceExperiment.ModelInfrastructureConfigProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnInferenceExperiment » ModelInfrastructureConfigProperty |
The configuration for the infrastructure that the model will be deployed to.
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 modelInfrastructureConfigProperty: sagemaker.CfnInferenceExperiment.ModelInfrastructureConfigProperty = {
infrastructureType: 'infrastructureType',
realTimeInferenceConfig: {
instanceCount: 123,
instanceType: 'instanceType',
},
};
Properties
Name | Type | Description |
---|---|---|
infrastructure | string | The inference option to which to deploy your model. Possible values are the following:. |
real | IResolvable | Real | The infrastructure configuration for deploying the model to real-time inference. |
infrastructureType
Type:
string
The inference option to which to deploy your model. Possible values are the following:.
RealTime
: Deploy to real-time inference.
realTimeInferenceConfig
Type:
IResolvable
|
Real
The infrastructure configuration for deploying the model to real-time inference.