Vertex AI – Autoscaling Behavior for Inference Tasks

Is there a way to tweak the scaling behaviour for custom model deployments on Vertex AI? While we can set the min and max instances on custom model deployments, is there a method for determining how many requests are sent to a given instance? We’re performing GPU intensive operations that typically only allow us to … Read more

Verify if dates fall within 24 months [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed yesterday. Improve this question I have two date columns… What I am trying to accomplish is verifying if the two columns contain dates within the last … Read more

How to dynamically link different tables to a stringGrid?

As title suggested, I have a design time StringGrid placed on the form. I need to change the name of the Table of a Database, then linked to a stringGrd via livebinding. When first run, everything worked ok. When the name of the table changes, same code will be excuted again. But complained “Comlumn index, … Read more

Error using Pig to move data from HDFS to HBase

I’ve beem trying to move data stored on hdfs to HBase using Pig. PS: I’m running a pseudo-cluster hadoop. Here are the steps that I’m executing # Part 1 – Load Data into HDFS # Create directory hdfs dfs -mkdir /user/data hdfs dfs -mkdir /user/data/customers # Load data into HDFS hdfs dfs -copyFromLocal customers.txt /user/data/customers … Read more

How to display posts in order of ACF field values

I have posts sorted by different parameters. Each post has an ACF select field top_rated. There is also sorting by Top Rated parameter – this is a separate parameter in the admin panel for each post. The ACF top_rated field can have 3 values: Number_1 Number_2 Number_3 I need to make sure that if the … Read more

Keycloak evaluate client permissions

I’m building a Keycloak extension to allow users create ApiKeys. Is it possible to evaluate what permissions the user has similar than the UI Admin console: client -> authorization -> Evaluate I have tried using the AuthorizationProvider but there is no method to evaluate user permissions. Using Keycloak V22. Can you update your question, which … Read more

Take certain fields from kafka message

There is a producer who is producing and sending kafka feed to my consumer. It’s all set up and I can see the data. I am using databricks so the processing is happening in pyspark and I am creating a dataframe and each cell has value which is json. This is part of an example. … Read more

How can I backup an Azure Table using Azure Data Factory without relying on the Copy Data activity for a full table backup?

I currently have a pipeline for copying multiple tables in an Azure Table Storage account to Azure Blob Storage. This pipelines, however, has consistent errors during the Copy Data activity, which appears out of my control. I’ve determined that some of the Azure Table read requests randomly take ~19 seconds to complete, and when this … Read more