interface ClusterOrchestratorEksConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnCluster.ClusterOrchestratorEksConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnCluster_ClusterOrchestratorEksConfigProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterOrchestratorEksConfigProperty |
Python | aws_cdk.aws_sagemaker.CfnCluster.ClusterOrchestratorEksConfigProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnCluster » ClusterOrchestratorEksConfigProperty |
The configuration for the Amazon EKS cluster that is used as the orchestrator for the SageMaker HyperPod cluster.
This includes the Amazon Resource Name (ARN) of the EKS cluster
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-lib';
const clusterOrchestratorEksConfigProperty: sagemaker.CfnCluster.ClusterOrchestratorEksConfigProperty = {
clusterArn: 'clusterArn',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster. |
clusterArn
Type:
string
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.