Show / Hide Table of Contents

Class CfnModel.InferenceExecutionConfigProperty

Specifies details about how containers in a multi-container endpoint are run.

Inheritance
System.Object
CfnModel.InferenceExecutionConfigProperty
Implements
CfnModel.IInferenceExecutionConfigProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-inferenceexecutionconfig.html

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

Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-inferenceexecutionconfig.html#cfn-sagemaker-model-inferenceexecutionconfig-mode

    Implements

    CfnModel.IInferenceExecutionConfigProperty
    Back to top Generated by DocFX