package
0.3.3-alpha
Repository: https://github.com/instill-ai/protogen-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterPipelineServiceHandler registers the http handlers for service PipelineService to "mux".
RegisterPipelineServiceHandlerClient registers the http handlers for service PipelineService to "mux".
RegisterPipelineServiceHandlerFromEndpoint is same as RegisterPipelineServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterPipelineServiceHandlerServer registers the http handlers for service PipelineService to "mux".
No description provided by the author

# Constants

Mode: ASYNC.
Mode: SYNC.
Mode: UNSPECIFIED.
State ACTIVE indicates the pipeline is active.
State ERROR indicates the pipeline has error.
State INACTIVE indicates the pipeline is inactive.
State: UNSPECIFIED.
View: BASIC.
View: FULL.
View: UNSPECIFIED.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for Pipeline_Mode.
Enum value maps for Pipeline_Mode.
Enum value maps for Pipeline_State.
Enum value maps for Pipeline_State.
PipelineService_ServiceDesc is the grpc.ServiceDesc for PipelineService service.
Enum value maps for View.
Enum value maps for View.

# Structs

ActivatePipelineRequest represents a request to activate a pipeline.
ActivatePipelineResponse represents an activated pipeline.
CreatePipelineRequest represents a request to create a pipeline.
CreatePipelineResponse represents a response for a pipeline resource.
DeactivatePipelineRequest represents a request to deactivate a pipeline.
DeactivatePipelineResponse represents an inactivated pipeline.
DeletePipelineRequest represents a request to delete a pipeline resource.
DeletePipelineResponse represents an empty response.
GetPipelineRequest represents a request to query a pipeline.
GetPipelineResponse represents a response for a pipeline resource.
Input represents the input to a pipeline.
No description provided by the author
No description provided by the author
ListPipelineRequest represents a request to list pipelines.
ListPipelineResponse represents a response for a list of pipelines.
LivenessRequest represents a request to check a service liveness status.
LivenessResponse represents a response for a service liveness status.
LookUpPipelineRequest represents a request to query a pipeline by permalink.
LookUpPipelineResponse represents a response for a pipeline resource.
ModelInstanceOutput represents one model instance inference result.
Pipeline represents the content of a pipeline.
No description provided by the author
No description provided by the author
ReadinessRequest represents a request to check a service readiness status.
ReadinessResponse represents a response for a service readiness status.
Pipeline represents a pipeline recipe.
RenamePipelineRequest represents a request to rename the pipeline resource name.
RenamePipelineResponse represents a renamed pipeline resource.
TaskOutput represents the output of a CV Task result from a model instance, extended from model.v1alpha.TaskOutput.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TriggerPipelineBinaryFileUploadRequest represents a request to trigger a pipeline.
TriggerPipelineBinaryFileUploadResponse represents a response for the output of a pipeline, i.e., the multiple model instance inference outputs.
TriggerPipelineRequest represents a request to trigger a pipeline.
TriggerPipelineResponse represents a response for the output of a pipeline, i.e., the multiple model instance inference outputs.
UnimplementedPipelineServiceServer should be embedded to have forward compatible implementations.
UpdatePipelineRequest represents a request to update a pipeline.
UpdatePipelineResponse represents a response for a pipeline resource.

# Interfaces

No description provided by the author
No description provided by the author
PipelineServiceClient is the client API for PipelineService service.
PipelineServiceServer is the server API for PipelineService service.
UnsafePipelineServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

Mode enumerates the pipeline modes.
State enumerates the state of a pipeline.
View represents a view of any resource.