Google AutoML v1 API - Class AutoMl (3.4.0)

public static class AutoMl

Reference documentation and code samples for the Google AutoML v1 API class AutoMl.

AutoML Server API.

The resource names are assigned by the server. The server never reuses names that it has created after the resources with those names are deleted.

An ID of a resource is the last element of the item's resource name. For projects/{project_id}/locations/{location_id}/datasets/{dataset_id}, then the id for the item is {dataset_id}.

Currently the only supported location_id is "us-central1".

On any input that is documented to expect a string parameter in snake_case or dash-case, either of those cases is accepted.

Inheritance

object > AutoMl

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Methods

BindService(AutoMlBase)

public static ServerServiceDefinition BindService(AutoMl.AutoMlBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl AutoMlAutoMlBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, AutoMlBase)

public static void BindService(ServiceBinderBase serviceBinder, AutoMl.AutoMlBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl AutoMlAutoMlBase

An object implementing the server-side handling logic.