Hosting spacy models using sagemaker with endpoint - amazon-sagemaker

I'm new to sagemaker, My requirement is i have spacy model(where there is no training required),Now i want to deploy the model using sagemaker with endpoint, so that i can use that endpoint in my project. I'm following this link, but i didn't figure out on how to use this model as an endpoint. Can someone help me in getting this done.

Related

can we upload alexa training using an API?

i want to add utterances/slot values in the skill, without using Amazon Developer console (i.e. from my project using an API provided by amazon for uploading alexa training set).
Is there any API available that could do this ?
Yes, this is possible using the ASK CLI. If you're just trying to update the skill's model, you can either use the deploy command with the --target model option or the update-model command.

How to create a Salesforce app like Mailchimp

I am looking to create a Salesforce app like mailChimp (https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000B3byfEAB) have. I want to create an interface under the salesforce to allow the user to do some field mapping, Just like Mailchimp app allow to map the Mainchimp field and Salesforce Contact fields. I have gone thought the Salesforce documentation but found it very vast not getting where to start and did not found which kind of scripting it require to create the app.
I have a developer and a partner account. If any one can put some light on it and give me some short answer for the below question will be really helpful.
Where to start for creating an slesforce app.
The app we create from the Salesform CRM account and app listing on AppExchange is different?
Is this apps are hosted on salesforce itself or hosted in our own server?
Which scripting language is required to code the Salesforce app?
Can we call the external API's inside the Salesforce app?
After asking question, I also work on this to get the answers for my question. I am sharing my RND below, So it may help someone and can save their time.
Here is the complete document link for the app creation and publishing on app Exchange, you can go thought it and find all the answers step by step.
So below are the very short answers of the question I asked.
Where to start for creating an slesforce app.
Step 1: Sign Up for the Partner Program
Step 2: Create a Development and Test Environment
Step 3: Get a Business Org
After doing the above 3 steps you can get a environment hub into Business Org, By which we can create different organization to create the app in one org (that is dev org) and install and test into the other org( that is test org).
The app we create from the Salesform CRM account and app listing on AppExchange is different?
Yes, From Your CRM account you can create the app, package the app in beta version. Once you done the testing with beta app by installing it into your Test Org you can deploy it for app exchange, After security review you app will be available into app exchange publicly. You can do it from your salesforce CRM account itself (See the above doc for more details)
Is this apps are hosted on salesforce itself or hosted in our own server?
There are two types of app:
1.VisualForce Pages app: This app is besically a collection of VisualForce Pages and reside or hosted into the saleforce itself.
2.Connected App: Connected app also includes the VisualForce pages as need but it also provide the client id and client secret key by which we can authenticate the user and call the Salesforce REST API from the outside of the CRM. So we can say this is something we can host the API access code into our own server.
Which scripting language is required to code the Salesforce app?
For Coding into the VisualForce pages we required Salesforce Apex Scripting and HTML.
Can we call the external API's inside the Salesforce app?
Yes, Using the Apex HTTP class we can call the external API's into the salesForce.
Hope this will help someone.

Best way to download documents from Web API - AngularJS application

I have an application developed in angularJs->ASP.NET Web Api. Now i have a requirement to download a secured file from server using the application. It document URL should be protected from unauthorized access too.
I'm thinking of using HttpHandler (ASHX file) in Web Api solution. I read that it helps us to protect the files when user try using the document URL with out privileges.
Any other options we have in Web Api to perform this? Any sample application would be very helpful. Thanks!

Issue authorizing access with google analytics super proxy

I'm setting up google analytics super proxy to create some public queries on my google analytics data. I have followed the instructions given in the below link to setup a analytics super proxy in app engine:
https://developers.google.com/analytics/solutions/google-analytics-super-proxy
I have followed the steps specified, enabling access for analytics api and creating a client ID for the super proxy web application deployed in app engine. I updated the required properties in the app.yaml and config.py files in the super proxy and deployed it to app engine.
I'm able to open the admin page of the deployed super proxy, but when I try to authorize access, I get the an error saying 'invalid_client' (although the client id seems to match with the one I created in developer console):
I'm unable to figure out what has gone wrong, or if I've missed something? Can you please help?
Regards,
Anand
Go to the Dev Console -> Your Project -> APIs & auth -> Consent screen. Make sure all the non optional fields are filed in (specifically in your case PRODUCT NAME).

CakePHP 1.3: Integrating Google Analytics PHP Interface (GAPI) with CakePHP

I am attempting to use the following GAPI class to access my Google Analytics for information regarding pageviews, etc.
http://code.google.com/p/gapi-google-analytics-php-interface/
However, I have not been able to set it up successfully as the integrations that cake with this class is not as detailed as I would like to see it.
Can anyone help me out setting this up?

Resources