public class CloudMachineLearningEngine.Projects extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudMachineLearningEngine.Projects.Explain |
class |
CloudMachineLearningEngine.Projects.GetConfig |
class |
CloudMachineLearningEngine.Projects.Jobs
The "jobs" collection of methods.
|
class |
CloudMachineLearningEngine.Projects.Locations
The "locations" collection of methods.
|
class |
CloudMachineLearningEngine.Projects.Models
The "models" collection of methods.
|
class |
CloudMachineLearningEngine.Projects.Operations
The "operations" collection of methods.
|
class |
CloudMachineLearningEngine.Projects.Predict |
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
CloudMachineLearningEngine.Projects.Explain |
explain(String name,
GoogleCloudMlV1ExplainRequest content)
Performs explanation on the data in the request.
|
CloudMachineLearningEngine.Projects.GetConfig |
getConfig(String name)
Get the service account information associated with your project.
|
CloudMachineLearningEngine.Projects.Jobs |
jobs()
An accessor for creating requests from the Jobs collection.
|
CloudMachineLearningEngine.Projects.Locations |
locations()
An accessor for creating requests from the Locations collection.
|
CloudMachineLearningEngine.Projects.Models |
models()
An accessor for creating requests from the Models collection.
|
CloudMachineLearningEngine.Projects.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
CloudMachineLearningEngine.Projects.Predict |
predict(String name,
GoogleCloudMlV1PredictRequest content)
Performs online prediction on the data in the request.
|
public CloudMachineLearningEngine.Projects.Explain explain(String name, GoogleCloudMlV1ExplainRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of a model or a version. Authorization: requires the `predict`
permission on the specified resource.content - the GoogleCloudMlV1ExplainRequestIOExceptionpublic CloudMachineLearningEngine.Projects.GetConfig getConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The project name.IOExceptionpublic CloudMachineLearningEngine.Projects.Predict predict(String name, GoogleCloudMlV1PredictRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of a model or a version. Authorization: requires the `predict`
permission on the specified resource.content - the GoogleCloudMlV1PredictRequestIOExceptionpublic CloudMachineLearningEngine.Projects.Jobs jobs()
The typical use is:
CloudMachineLearningEngine ml = new CloudMachineLearningEngine(...);CloudMachineLearningEngine.Jobs.List request = ml.jobs().list(parameters ...)
public CloudMachineLearningEngine.Projects.Locations locations()
The typical use is:
CloudMachineLearningEngine ml = new CloudMachineLearningEngine(...);CloudMachineLearningEngine.Locations.List request = ml.locations().list(parameters ...)
public CloudMachineLearningEngine.Projects.Models models()
The typical use is:
CloudMachineLearningEngine ml = new CloudMachineLearningEngine(...);CloudMachineLearningEngine.Models.List request = ml.models().list(parameters ...)
public CloudMachineLearningEngine.Projects.Operations operations()
The typical use is:
CloudMachineLearningEngine ml = new CloudMachineLearningEngine(...);CloudMachineLearningEngine.Operations.List request = ml.operations().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.