Skip to content

Commit fe51b64

Browse files
committed
Updated comment for Resource Name Prefix to reflect the usage better (#206)
1 parent 6b4dddf commit fe51b64

File tree

1 file changed

+1
-1
lines changed
  • hyperpod-cluster-stack-template/hyperpod_cluster_stack_template/v1_0

1 file changed

+1
-1
lines changed

hyperpod-cluster-stack-template/hyperpod_cluster_stack_template/v1_0/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class ClusterStackBase(BaseModel):
55
stage: Optional[str] = Field("gamma", description="Deployment stage (gamma, prod)")
66
enable_hp_inference_feature: Optional[str] = Field(None, description="Feature flag for enabling HP inference")
77
custom_bucket_name: Optional[str] = Field(None, description="Custom S3 bucket name for templates")
8-
resource_name_prefix: Optional[str] = Field("sagemaker-hyperpod-eks", description="Prefix to be used for all resources")
8+
resource_name_prefix: Optional[str] = Field("sagemaker-hyperpod-eks", description="Unique prefix for all resources (must be different for each deployment)")
99
vpc_cidr: Optional[str] = Field(None, description="The IP range (CIDR notation) for the VPC")
1010
availability_zone_ids: Union[List[str], None] = Field(None, description="List of AZs to deploy subnets in")
1111
vpc_id: Optional[str] = Field(None, description="The ID of the VPC")

0 commit comments

Comments
 (0)