Emiliano Tomaselli
Emiliano Tomaselli
I'm using Security Protocol set to "SASL_SSL" which means I need to specify all the JKS and JAAS in order to connect to the Cluster. I'm providing those information through...
I have a message like this : ``` message Request { repeated NewRequest add = 1; repeated RemoveRequest remove = 1; } ``` I would like to validate if in...
## Which example? Describe the issue example: Kubernetes online endpoint description: Kubernetes is not supported anymore with online and deployment ## Additional context Running this command: az ml online-endpoint create...
## What example? Describe it How to run steps conditionally from a Job pipeline (yaml) if possible at all. Example: I want to run a step (fine-tuning for example) only...
### Related command az ml online-endpoint create --name aks_endpoint -f endpoint_aks.yaml endpoint_aks.yaml : ``` $schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json name: my-endpoint compute: azureml:aks auth_mode: Key tags: version: 1 ``` ### Extension name (the...