diff --git a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml index 0fa281b7..2e2b0c47 100644 --- a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml +++ b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml @@ -352,15 +352,15 @@ spec: type: string instanceType: description: |- - Single instance type to deploy the model on. - This field is mutually exclusive with instanceTypes. + Single instance type to deploy the model on. + This field is mutually exclusive with instanceTypes. Use this when you want to deploy on a specific instance type. pattern: ^ml\..* type: string instanceTypes: description: |- - List of instance types to deploy the model on, in order of preference. - Instance types are selected based on the order specified, selecting the first available type. + List of instance types to deploy the model on, in order of preference. + Instance types are selected based on the order specified, selecting the first available type. items: type: string type: array