Class AutoMl (3.0.0)

public static 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(AutoMl.AutoMlBase)

public static ServerServiceDefinition BindService(AutoMl.AutoMlBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplAutoMl.AutoMlBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, AutoMl.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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplAutoMl.AutoMlBase

An object implementing the server-side handling logic.