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: The DNS name of the public load balancer. To use HTTPS, create an SSL certificate in AWS Certificate Manager and attach it to the load balancer.
Description: Please use this URL for the OpenAI-compatible model API, like /v1/chat/completions. To use HTTPS, create an SSL certificate in AWS Certificate Manager and attach it to the load balancer.
401
+
Value: !Join ['', ['http://', !Ref DNSName]]
402
+
ECSServiceConnect:
403
+
Description: Service Connect allows for service-to-service communications with automatic discovery using short names and standard ports.
Copy file name to clipboardExpand all lines: src/emd/cfn/sagemaker_realtime/template.yaml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ Parameters:
42
42
Type: String
43
43
Description: The name of the SageMaker Endpoint
44
44
Default: "Auto-generate"
45
+
DNSName:
46
+
Type: String
47
+
Description: The DNS name of the public load balancer. To use HTTPS, create an SSL certificate in AWS Certificate Manager and attach it to the load balancer.
Description: Please use this URL for the OpenAI-compatible model API, like /v1/chat/completions. To use HTTPS, create an SSL certificate in AWS Certificate Manager and attach it to the load balancer.
163
+
Value: !Join ['', ['http://', !Ref DNSName]]
158
164
SageMakerEndpointName:
159
-
Description: The name of the SageMaker Endpoint
165
+
Description: You can use invoke the endpoint by using the SageMaker runtime API.
0 commit comments