Google_Service_Prediction
extends Google_Service
in package
Service definition for Prediction (v1.6).
Lets you access a cloud hosted machine learning service that makes it easy to build smart apps
For more information about this service, see the API Documentation
Tags
Table of Contents
- CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"
- View and manage your data across Google Cloud Platform services.
- DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control"
- Manage your data and permissions in Google Cloud Storage.
- DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only"
- View your data in Google Cloud Storage.
- DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"
- Manage your data in Google Cloud Storage.
- PREDICTION = "https://www.googleapis.com/auth/prediction"
- Manage your data in the Google Prediction API.
- $availableScopes : mixed
- $batchPath : mixed
- $hostedmodels : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $trainedmodels : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Prediction service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM
= "https://www.googleapis.com/auth/cloud-platform"
DEVSTORAGE_FULL_CONTROL
Manage your data and permissions in Google Cloud Storage.
public
mixed
DEVSTORAGE_FULL_CONTROL
= "https://www.googleapis.com/auth/devstorage.full_control"
DEVSTORAGE_READ_ONLY
View your data in Google Cloud Storage.
public
mixed
DEVSTORAGE_READ_ONLY
= "https://www.googleapis.com/auth/devstorage.read_only"
DEVSTORAGE_READ_WRITE
Manage your data in Google Cloud Storage.
public
mixed
DEVSTORAGE_READ_WRITE
= "https://www.googleapis.com/auth/devstorage.read_write"
PREDICTION
Manage your data in the Google Prediction API.
public
mixed
PREDICTION
= "https://www.googleapis.com/auth/prediction"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$hostedmodels
public
mixed
$hostedmodels
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$trainedmodels
public
mixed
$trainedmodels
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Prediction service.
public
__construct(Google_Client $client) : mixed
Parameters
- $client : Google_Client
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client