9,483 questions
-5 votes
0 answers
40 views
Finding location for device after mock map was sat [closed]
Looking to find out where the ip registered location was at when mock map was sat. I've put into cloud Dropbox and takeout and its all delete..? I've can't find anywhere online showing me the right ...
Advice
2 votes
5 replies
81 views
Building Privacy-Compliant LLM Apps (e.g. Section 203 StGB)
I’m working on an app that leverages Large Language Models (LLMs) to assist professionals in regulated fields like medicine and law. My main concern is ensuring compliance with privacy and secrecy ...
Advice
0 votes
0 replies
28 views
Cloud Run for deploying
I would like to deploy my app in sideloading. I have read tutorial on Gogle App Engine, but I'm evaluating Google Cloud Run because it seems cheeper. Do you know step by step tutorial/guide on this ...
2 votes
1 answer
84 views
GridDB Cloud Python client: How to handle connection timeout and auto-reconnect?
I’m using GridDB Cloud with the official Python client to insert real-time IoT data into a time-series container. The script runs continuously, but after a few hours I get a connection timeout and ...
0 votes
0 answers
52 views
Need help My script is throwing ERROR - Failed to load kubeclient or get node_list
I have a script where it checks for the cluster status and posts it to SREConsole by doing this we will be knowing about the cluster status. but i am seeing "ERROR - Failed to load kubeclient or ...
0 votes
0 answers
75 views
Cloud Run service deployment fails with "Internal Error" after billing reactivation in project careershot
Title: gcloud run deploy fails with "Internal Error" for a specific service and region Body: I am encountering a persistent "Internal Error" when trying to deploy to a specific ...
0 votes
0 answers
47 views
Error while starting training on VertexAI
I am trying to start a new machine learning training process on VertexAI. I am following a guide using a Colab Notebook to create the training file and start running the training. However, when ...
0 votes
0 answers
32 views
I am having issues configuring external NFS on AzureCycleCloud
Error I keep getting More I created the FileShare in a Storage Account. Linked it to my vnet/subnet. I created the private endpoint as well. I am using that private ip address that I got from the DNS ...
0 votes
0 answers
40 views
Debugging Structure formulas in Jira Cloud
In the non-cloud version of Jira, Structure had a debug feature where you could step through the Jira formula's execution and see the values in each variable. That feature either doesn't exist in ...
0 votes
0 answers
72 views
Can't Get my Python Script to log values into csv from Arduino IoT Cloud
The goal is to capture smartphone accelerometer data (X, Y, Z axes) published to the Arduino IoT Cloud by the Arduino IoT Remote mobile app, and then process it in Python and log them into three ...
1 vote
1 answer
52 views
What does "GB-seconds" describe in Cloud Computing (Function as a Service)?
AWS defines its prices for lambda in terms of GB-seconds, and so does Azure for its prices for functions. What does that unit refer to? Are those Gigabytes of memory allocated for a number of seconds?
0 votes
0 answers
15 views
import org.cloudsimplus.hosts.HostOverloadDetector; is there something like this in cloudsim or cloudsimplus
cannot resolver this import in any version of the cloudsim, currently I am using cloudsim 8.5.7 version which is latest version. The motive is to find the overloaded host and migrate them to the same ...
-3 votes
1 answer
129 views
OCI cli list custom image and usage
I am looking what OCI cli show only custom image? I HAVE TRIED oci compute image list --compartment --all However that not listed all my custom image, shows only handfull but for sure I have in ...
0 votes
1 answer
51 views
How do I dynamically render an image from Azure Blob Storage in Azure IoT Central?
I'm building an Azure IoT Central dashboard where I want to display the latest image captured by a device (a trap in a smart agriculture project). The image is uploaded to Azure Blob Storage, and it's ...
0 votes
1 answer
48 views
Check referential integrity between two GridDB containers
I have two GridDB Cloud containers participating in a one-to-many relationship. The tables layout is shown below: Table Customer (collection container) Name Type Nullity Key Customer_ID INTEGER NOT ...