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
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; }