Google Cloud AutoML Connected System

Note: This Appian plug-in uses a legacy version of the Google AutoML service, which Google has deprecated. After Google shuts down these services, the Google Cloud AutoML connected system plug-in and the Google AutoML Tables connected system plug-in will no longer function in any version of Appian. Customers who need to continue meeting these use cases will need to contract with Google directly and build an HTTP integration to leverage new services, such as Google Vertex AI.

Overview

Google Cloud AutoML enables building, training, and predicting on custom Image, Text, or Translate models in using Google’s AutoML service. Model details include metadata about the type of model.

Key Features & Functionality

Integrations provided:

  • Create Dataset
    • Create a new Image, Text, or Translate Dataset
  • Create Model
    • Trains a new Model from a Dataset (note: can take many hours)
  • Delete Dataset
    • Deletes a dataset and its data
  • Export Data
    • Exports data from dataset to new location in Google Cloud Storage
  • Get Dataset
    • Returns a Dataset’s Metadata
  • Get Model Evaluation
    • Returns a Model’s Performance evaluation
  • Get Model
    • Returns a Model’s Metadata
  • Import Data
    • Imports data into Dataset from Google Cloud Storage
  • List Datasets
    • List all datasets in project
  • List Model Evaluations
    • List Model Evaluations for a specific model
  • List Models
    • List Trained Models in project
  • Predict
    • Uses a specific model to Classify an image or block of text, or translate the text to another language
  • Get Long Running Operation Status
    • Long-running operations now return immediately with their long-running operation name

Requirements:

Anonymous