Skip to main content

🔌 AWS SageMaker Endpoint Config - object.extracts.yaml

  • Contextual name: 🔌 object.extracts.yaml
  • ID: /types/CA10A1__CaAwsSageMakerEndpointConfig__c/object.extracts.yaml

Used In

LogicPolicyFlags
🧠 prod.logic.yaml🟢🛡️ AWS SageMaker Endpoint Config does not specify a KMS key🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS SageMaker Endpoint has less than 2 instances🟢🟢 x3

Content

Open File

---
extracts:
# Nullable.
- name: CA10A1__kmsKeyId__c
value:
FIELD:
path: CA10A1__kmsKeyId__c
# Not nullable.
- name: CA10A1__productionVariantsJson__c
value:
FIELD:
path: CA10A1__productionVariantsJson__c
undeterminedIf:
noAccessDelegate:
path: "CA10A1__productionVariantsJson__c"
currentStateMessage: "Endpoint Config Production Variants cannot be empty. Possible permission issue with sagemaker:DescribeEndpointConfig"
- name: caJsonFrom__productionVariantsJson__c
value:
JSON_FROM:
arg:
EXTRACT: "CA10A1__endpointConfig__r.CA10A1__productionVariantsJson__c"
undeterminedIf:
isEmpty: "Endpoint Config Production Variants cannot be empty. Possible permission issue with sagemaker:DescribeEndpointConfig"
isInvalid: "The Production Variants JSON is invalid."