Class PipelineService (1.8.0)

public static class PipelineService

A service for creating and managing Vertex AI's pipelines. This includes both TrainingPipeline resources (used for AutoML and custom training) and PipelineJob resources (used for Vertex AI Pipelines).

Inheritance

Object > PipelineService

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Methods

BindService(PipelineService.PipelineServiceBase)

public static ServerServiceDefinition BindService(PipelineService.PipelineServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplPipelineService.PipelineServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, PipelineService.PipelineServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, PipelineService.PipelineServiceBase 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.

serviceImplPipelineService.PipelineServiceBase

An object implementing the server-side handling logic.