interface ClusterNetworkInterfaceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnClusterPropsMixin.ClusterNetworkInterfaceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnClusterPropsMixin_ClusterNetworkInterfaceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.ClusterNetworkInterfaceProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnClusterPropsMixin.ClusterNetworkInterfaceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnClusterPropsMixin » ClusterNetworkInterfaceProperty |
Specifies the network interface configuration for the instance group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const clusterNetworkInterfaceProperty: sagemaker.CfnClusterPropsMixin.ClusterNetworkInterfaceProperty = {
interfaceType: 'interfaceType',
};
Properties
| Name | Type | Description |
|---|---|---|
| interface | string | The type of network interface. |
interfaceType?
Type:
string
(optional)
The type of network interface.

.NET
Go
Java
Python
TypeScript