Interface CfnInferenceExperiment.IRealTimeInferenceConfigProperty
The infrastructure configuration for deploying the model to a real-time inference endpoint.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRealTimeInferenceConfigProperty
Syntax (vb)
Public Interface IRealTimeInferenceConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var realTimeInferenceConfigProperty = new RealTimeInferenceConfigProperty {
InstanceCount = 123,
InstanceType = "instanceType"
};
Synopsis
Properties
Instance |
The number of instances of the type specified by |
Instance |
The instance type the model is deployed to. |
Properties
InstanceCount
The number of instances of the type specified by InstanceType
.
double InstanceCount { get; }
Property Value
System.
Remarks
InstanceType
The instance type the model is deployed to.
string InstanceType { get; }
Property Value
System.