Class CfnModel.InferenceExecutionConfigProperty
Specifies details about how containers in a multi-container endpoint are run.
Inheritance
System.Object
    CfnModel.InferenceExecutionConfigProperty
  Implements
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class InferenceExecutionConfigProperty : Object, CfnModel.IInferenceExecutionConfigProperty
  Syntax (vb)
Public Class InferenceExecutionConfigProperty
    Inherits Object
    Implements CfnModel.IInferenceExecutionConfigProperty
  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 inferenceExecutionConfigProperty = new InferenceExecutionConfigProperty {
    Mode = "mode"
};
  Synopsis
Constructors
| InferenceExecutionConfigProperty() | 
Properties
| Mode | How containers in a multi-container are run. The following values are valid.  | 
    
Constructors
InferenceExecutionConfigProperty()
public InferenceExecutionConfigProperty()
  Properties
Mode
How containers in a multi-container are run. The following values are valid.
public string Mode { get; set; }
  Property Value
System.String