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
description="Name used for Sagemaker Endpoint Name of sagemaker endpoint. Defaults to empty string which represents that Sagemaker endpoint will not be created.",
471
+
description="Name of a SageMaker endpoint to be created for this InferenceEndpointConfig. The default value of empty string, when used, will skip endpoint creation.",
463
472
)
464
473
instanceType: str=Field(
465
474
alias="instance_type", description="Instance Type to deploy the model on"
@@ -242,7 +251,7 @@ class SageMakerEndpoint(BaseModel):
242
251
243
252
name: Optional[str] =Field(
244
253
default="",
245
-
description="Name of sagemaker endpoint. Defaults to empty string which represents that Sagemaker endpoint will not be created.",
254
+
description="Name of a SageMaker endpoint to be created for this JumpStartModel. The default value of empty string, when used, will skip endpoint creation.",
0 commit comments