Namespace Google.Apis.CloudMachineLearningEngine.v1 | Google.Apis.CloudMachineLearningEngine.v1
Show / Hide Table of Contents

Namespace Google.Apis.CloudMachineLearningEngine.v1

Classes

CloudMachineLearningEngineBaseServiceRequest<TResponse>

A base abstract class for CloudMachineLearningEngine requests.

CloudMachineLearningEngineService

The CloudMachineLearningEngine Service.

CloudMachineLearningEngineService.Scope

Available OAuth 2.0 scopes for use with the AI Platform Training & Prediction API.

CloudMachineLearningEngineService.ScopeConstants

Available OAuth 2.0 scope constants for use with the AI Platform Training &amp; Prediction API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.ExplainRequest

Performs explanation on the data in the request. {% dynamic include "/ai-platform/includes/___explain-request" %}

ProjectsResource.GetConfigRequest

Get the service account information associated with your project. You need this information in order to grant the service account permissions for the Google Cloud Storage location where you put your model training code for training the model with Google Cloud Machine Learning.

ProjectsResource.JobsResource

The "jobs" collection of methods.

ProjectsResource.JobsResource.CancelRequest

Cancels a running job.

ProjectsResource.JobsResource.CreateRequest

Creates a training or a batch prediction job.

ProjectsResource.JobsResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.JobsResource.GetRequest

Describes a job.

ProjectsResource.JobsResource.ListRequest

Lists the jobs in the project. If there are no jobs that match the request parameters, the list request returns an empty response body: {}.

ProjectsResource.JobsResource.Request

Updates a specific job resource. Currently the only supported fields to update are labels.

ProjectsResource.JobsResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.JobsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.GetRequest

Get the complete list of CMLE capabilities in a location, along with their location-specific properties.

ProjectsResource.LocationsResource.ListRequest

List all locations that provides at least one type of CMLE capability.

ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource.CancelRequest

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

ProjectsResource.LocationsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource.LocationsResource.StudiesResource

The "studies" collection of methods.

ProjectsResource.LocationsResource.StudiesResource.CreateRequest

Creates a study.

ProjectsResource.LocationsResource.StudiesResource.DeleteRequest

Deletes a study.

ProjectsResource.LocationsResource.StudiesResource.GetRequest

Gets a study.

ProjectsResource.LocationsResource.StudiesResource.ListRequest

Lists all the studies in a region for an associated project.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource

The "trials" collection of methods.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.AddMeasurementRequest

Adds a measurement of the objective metrics to a trial. This measurement is assumed to have been taken before the trial is complete.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CheckEarlyStoppingStateRequest

Checks whether a trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CompleteRequest

Marks a trial as complete.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CreateRequest

Adds a user provided trial to a study.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.DeleteRequest

Deletes a trial.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.GetRequest

Gets a trial.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListOptimalTrialsRequest

Lists the pareto-optimal trials for multi-objective study or the optimal trials for single-objective study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListRequest

Lists the trials associated with a study.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.StopRequest

Stops a trial.

ProjectsResource.LocationsResource.StudiesResource.TrialsResource.SuggestRequest

Adds one or more trials to a study, with parameter values suggested by AI Platform Vizier. Returns a long-running operation associated with the generation of trial suggestions. When this long-running operation succeeds, it will contain a SuggestTrialsResponse.

ProjectsResource.ModelsResource

The "models" collection of methods.

ProjectsResource.ModelsResource.CreateRequest

Creates a model which will later contain one or more versions. You must add at least one version before you can request predictions from the model. Add versions by calling projects.models.versions.create.

ProjectsResource.ModelsResource.DeleteRequest

Deletes a model. You can only delete a model if there are no versions in it. You can delete versions by calling projects.models.versions.delete.

ProjectsResource.ModelsResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.ModelsResource.GetRequest

Gets information about a model, including its name, the description (if set), and the default version (if at least one version of the model has been deployed).

ProjectsResource.ModelsResource.ListRequest

Lists the models in a project. Each project can contain multiple models, and each model can have multiple versions. If there are no models that match the request parameters, the list request returns an empty response body: {}.

ProjectsResource.ModelsResource.Request

Updates a specific model resource. Currently the only supported fields to update are description and default_version.name.

ProjectsResource.ModelsResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.ModelsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.ModelsResource.VersionsResource

The "versions" collection of methods.

ProjectsResource.ModelsResource.VersionsResource.CreateRequest

Creates a new version of a model from a trained TensorFlow model. If the version created in the cloud by this call is the first deployed version of the specified model, it will be made the default version of the model. When you add a version to a model that already has one or more versions, the default version does not automatically change. If you want a new version to be the default, you must call projects.models.versions.setDefault.

ProjectsResource.ModelsResource.VersionsResource.DeleteRequest

Deletes a model version. Each model can have multiple versions deployed and in use at any given time. Use this method to remove a single version. Note: You cannot delete the version that is set as the default version of the model unless it is the only remaining version.

ProjectsResource.ModelsResource.VersionsResource.GetRequest

Gets information about a model version. Models can have multiple versions. You can call projects.models.versions.list to get the same information that this method returns for all of the versions of a model.

ProjectsResource.ModelsResource.VersionsResource.ListRequest

Gets basic information about all the versions of a model. If you expect that a model has many versions, or if you need to handle only a limited number of results at a time, you can request that the list be retrieved in batches (called pages). If there are no versions that match the request parameters, the list request returns an empty response body: {}.

ProjectsResource.ModelsResource.VersionsResource.Request

Updates the specified Version resource. Currently the only update-able fields are description, requestLoggingConfig, autoScaling.minNodes, and manualScaling.nodes.

ProjectsResource.ModelsResource.VersionsResource.SetDefaultRequest

Designates a version to be the default for the model. The default version is used for prediction requests made against the model that don't specify a version. The first version to be created for a model is automatically set as the default. You must make any subsequent changes to the default version setting manually using this method.

ProjectsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.OperationsResource.CancelRequest

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

ProjectsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

ProjectsResource.PredictRequest

Performs online prediction on the data in the request. {% dynamic include "/ai-platform/includes/___predict-request" %}

Enums

CloudMachineLearningEngineBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudMachineLearningEngineBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX