Disabling AutoML API will delete training data and model? - automl

If I disable the Vision API from GCP console, does it delete my AutoML training dataset and Model ?

Related

Google Analytics Report Integration with java application

I have a java application where users with different roles logged in and perform various activities. I am tracking each user with their useid and Roles and creating custom reports in Google analytics through GTM. In reports i am displaying which user with what roles logged in how many times which date visited etc.I GA i created custom reports which gives charts and table.Charts which GA is giving is as below.
In my java spring application in admin section i want to display the above graph. Please suggest me the steps and action i need to follow to integrate GA reports graph to my java application.
Regards,
Prabhash Mishra
GA4 has a reporting API You can use that to pull the data. It may be quite uncomfortable to pull the data via it, so there's another option. You can seamlessly export your data to BQ then ETL it from there using some public libraries for working with BQ.
Going the BQ route will result in way easier debugging since you'd see how the data really looks like directly in BQ.

Google Analytics Data API: missing flag for identifying `golden` data

I've been using such API for generating reports over Google Analytics:
https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet
This API has result field isDataGolden:
Indicates if response to this request is golden or not. Data is golden when the exact same request will not produce any new results if asked at a later point in time.
Currently Google Analytics has new API for generating such reports:
https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/batchRunReports
But there is no analogue of isDataGolden field in this API
Question:
Is such flag will be added to new API, or maybe there is another instrument to get only golden data from new API?
p.s.:
I need to use this new API, since old one does not support new analytics properties without Universal Analytics view_id
The Google analytics data api is used for extracting data from google analytics ga4 accounts. The reporting api is used for extracting data from Universal analytics accounts. These are two different systems and should not be compared. You can not use the Google analytics data api to extract data from universal analytics accounts with view ids.
If you check the documentation for RunReportResponse which is the response returned from running a reporting in google analytics data. You will find that there is no is golden property or any property of that nature.
Remember this api is still in beta the team is still working on it. One may appear in the future. You will need to wait to find out if google will add any field like this in the future as anyone who would know is probably under NDA and cant tell you.

What is Timeline in MS Dynamics CRM?

Which entity does represent it? How to get data from it using WEB API?
I do not find any information about how to fetch data from 'Timeline' window on account and contact entities. Is it possible to query all necessary info using /api/data?
Timeline is not an entity and not expose via web api endpoint. It's a custom PCF control (maybe) and all about a placeholder for showing all activities, Notes, Posts for that particular record in chronological order. Btw, Timeline can be added to Dashboard also. Read more
You can pull all the activities, Notes (annotation), Post feed & display in the same fashion if you build a portal separately.

How to configure Google autoML Translation Model in a CAT (Computer Aided Translation) tool?

I created an AutoML Translation Model. Now OmegaT (my CAT tool), in which I use a Google API Key, only returns 403: Forbidden error.
I could not configured the model in OmegaT. I looked into the OmegaT User Manual and in the web without any luck!
Does someone have a clue in configuring the Google autoML Translation Model in a a CAT?
The Google API Translation was working alright before I created the model. I did research the web and everywhere else I knew (User Manual, web, Google Cloud, etc.) without any luck.
There is no code for sharing
The expected result was a better translation performance than with the Google NMT Model per se.
The actual result received was: 403: Forbidden
Not sure if you've already found the answer to this question, but I believe that most CAT tools currently don't support use of Google AutoML customized MT systems. From what I've read, Memsource is the only one that currently does. MemoQ is scheduled to develop a connector with it soon.
The only way I've been able to do batch translation with an AutoML model is by creating a separate Python tool. This doesn't help with CAT tool integration though.

Retrieve Google Analytics quotas consumption via API

i want to be able to fetch all the quotas status related to the google analytics API consumption. One part of it seems to be available via IAM:
First, accessing to these data through an API would be nice..is it possible with the IAM API ?? If so, can i get a sample ?
Next, i need one more data: the google analytics quota consumption PER VIEW (which is limited to 10.000 queries per view per day)..is it also possible to fetch this data, one way or another ?
Cheers,
Clément.
At this time there is no way to programmatically access the quota usage of any Google API.
You will either need to check it manually on the google developer website or you will have to keep a count yourself in your application.
There is no other way of fetching data the Google Analytics data. If you have a 360 account you can have your data extracted into Big Query.
You can only make 10000 requests per view per day. There is also no way to increase this quota.
IAM API is for use with Google cloud and not discovery APIs so no that is not going to help you either.

Resources