Show / Hide Table of Contents

Interface CfnCluster.IClusterNetworkInterfaceProperty

Specifies the network interface configuration for the instance group.

Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCluster.IClusterNetworkInterfaceProperty
Syntax (vb)
Public Interface CfnCluster.IClusterNetworkInterfaceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusternetworkinterface.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 clusterNetworkInterfaceProperty = new ClusterNetworkInterfaceProperty {
                 InterfaceType = "interfaceType"
             };

Synopsis

Properties

InterfaceType

The type of network interface.

Properties

InterfaceType

The type of network interface.

string InterfaceType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusternetworkinterface.html#cfn-sagemaker-cluster-clusternetworkinterface-interfacetype

Back to top Generated by DocFX