We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978011b commit edbf72cCopy full SHA for edbf72c
hyperpod-jumpstart-inference-template/hyperpod_jumpstart_inference_template/v1_1/template.py
@@ -1,8 +1,8 @@
1
TEMPLATE_CONTENT = """
2
-apiVersion: inference.sagemaker.aws.amazon.com/v1alpha1
+apiVersion: inference.sagemaker.aws.amazon.com/v1
3
kind: JumpStartModel
4
metadata:
5
- name: {{ model_id }}
+ name: {{ metadata_name or endpoint_name }}
6
namespace: {{ namespace or "default" }}
7
spec:
8
model:
@@ -18,4 +18,6 @@
18
{% if accelerator_partition_validation is not none %}validations:
19
{% if accelerator_partition_validation is not none %} acceleratorPartitionValidation: {{ accelerator_partition_validation }}{% endif %}
20
{% endif %}
21
+ tlsConfig:
22
+ tlsCertificateOutputS3Uri: {{ tls_certificate_output_s3_uri or "" }}
23
"""
0 commit comments