You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable_hp_inference_feature: Optional[str] =Field(None, description="Feature flag for enabling HP inference")
7
7
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)")
9
9
vpc_cidr: Optional[str] =Field(None, description="The IP range (CIDR notation) for the VPC")
10
10
availability_zone_ids: Union[List[str], None] =Field(None, description="List of AZs to deploy subnets in")
11
11
vpc_id: Optional[str] =Field(None, description="The ID of the VPC")
0 commit comments