package
0.0.0-20250307135755-0d9a7b00e926
Repository: https://github.com/kubeflow/pipelines.git
Documentation: pkg.go.dev

# Functions

RegisterAuthServiceHandler registers the http handlers for service AuthService to "mux".
RegisterAuthServiceHandlerClient registers the http handlers for service AuthService to "mux".
RegisterAuthServiceHandlerFromEndpoint is same as RegisterAuthServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAuthServiceHandlerServer registers the http handlers for service AuthService to "mux".
RegisterExperimentServiceHandler registers the http handlers for service ExperimentService to "mux".
RegisterExperimentServiceHandlerClient registers the http handlers for service ExperimentService to "mux".
RegisterExperimentServiceHandlerFromEndpoint is same as RegisterExperimentServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterExperimentServiceHandlerServer registers the http handlers for service ExperimentService to "mux".
RegisterHealthzServiceHandler registers the http handlers for service HealthzService to "mux".
RegisterHealthzServiceHandlerClient registers the http handlers for service HealthzService to "mux".
RegisterHealthzServiceHandlerFromEndpoint is same as RegisterHealthzServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterHealthzServiceHandlerServer registers the http handlers for service HealthzService to "mux".
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".
RegisterRecurringRunServiceHandler registers the http handlers for service RecurringRunService to "mux".
RegisterRecurringRunServiceHandlerClient registers the http handlers for service RecurringRunService to "mux".
RegisterRecurringRunServiceHandlerFromEndpoint is same as RegisterRecurringRunServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterRecurringRunServiceHandlerServer registers the http handlers for service RecurringRunService to "mux".
RegisterReportServiceHandler registers the http handlers for service ReportService to "mux".
RegisterReportServiceHandlerClient registers the http handlers for service ReportService to "mux".
RegisterReportServiceHandlerFromEndpoint is same as RegisterReportServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterReportServiceHandlerServer registers the http handlers for service ReportService to "mux".
RegisterRunServiceHandler registers the http handlers for service RunService to "mux".
RegisterRunServiceHandlerClient registers the http handlers for service RunService to "mux".
RegisterRunServiceHandlerFromEndpoint is same as RegisterRunServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterRunServiceHandlerServer registers the http handlers for service RunService to "mux".
RegisterVisualizationServiceHandler registers the http handlers for service VisualizationService to "mux".
RegisterVisualizationServiceHandlerClient registers the http handlers for service VisualizationService to "mux".
RegisterVisualizationServiceHandlerFromEndpoint is same as RegisterVisualizationServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterVisualizationServiceHandlerServer registers the http handlers for service VisualizationService to "mux".

# Constants

Entity is archived.
Entity is available.
Default state.
Operation on scalar values.
Greater than operation.
Greater than or equals operation.
Checks if the value is a member of a given array, which should be one of |int_values|, |long_values| or |string_values|.
Checks if the value contains |string_value| as a substring match.
Less than operation.
Less than or equals operation.
Negated EQUALS.
Default operation.
The recurring run won't schedule any run if disabled.
Entity is archived.
Entity is available.
Default state.
Entity has been canceled.
Entity is being canceled.
Entity execution has failed.
Entity has been paused.
Service is preparing to execute an entity.
Entity execution is in progress.
Default value.
Entity has been skipped.
Entity completed successfully.

# Variables

Enum value maps for AuthorizeRequest_Resources.
Enum value maps for AuthorizeRequest_Resources.
Enum value maps for AuthorizeRequest_Verb.
Enum value maps for AuthorizeRequest_Verb.
Enum value maps for Experiment_StorageState.
Enum value maps for Experiment_StorageState.
Enum value maps for Predicate_Operation.
Enum value maps for Predicate_Operation.
Enum value maps for RecurringRun_Mode.
Enum value maps for RecurringRun_Mode.
Enum value maps for RecurringRun_Status.
Enum value maps for RecurringRun_Status.
Enum value maps for Run_StorageState.
Enum value maps for Run_StorageState.
Enum value maps for RuntimeState.
Enum value maps for RuntimeState.
Enum value maps for Visualization_Type.
Enum value maps for Visualization_Type.

# Structs

A list of artifact metadata.
Ask for authorization of an access by providing resource's namespace, type and verb.
Create visualization by providing the type of visualization that is desired and input data paths.
CronSchedule allow scheduling the recurring run with unix-like cron.
Filter is used to filter resources returned from a ListXXX request.
PeriodicSchedule allow scheduling the recurring run periodically with certain interval.
Runtime information of a task execution.
A dependent task that requires this one to succeed.
Runtime information of a pipeline task executor.
Reference to an existing pipeline version.
Predicate captures individual conditions that must be true for a resource being filtered.
List of integers.
List of long integers.
List of strings.
Runtime details of a run.
The runtime config.
Timestamped representation of a runtime state with an optional error.
Trigger defines what starts a pipeline run.
UnimplementedAuthServiceServer can be embedded to have forward compatible implementations.
UnimplementedDummyFilterServiceServer can be embedded to have forward compatible implementations.
UnimplementedExperimentServiceServer can be embedded to have forward compatible implementations.
UnimplementedHealthzServiceServer can be embedded to have forward compatible implementations.
UnimplementedPipelineServiceServer can be embedded to have forward compatible implementations.
UnimplementedRecurringRunServiceServer can be embedded to have forward compatible implementations.
UnimplementedReportServiceServer can be embedded to have forward compatible implementations.
UnimplementedRunServiceServer can be embedded to have forward compatible implementations.
UnimplementedVisualizationServiceServer can be embedded to have forward compatible implementations.

# Interfaces

AuthServiceClient is the client API for AuthService service.
AuthServiceServer is the server API for AuthService service.
DummyFilterServiceClient is the client API for DummyFilterService service.
DummyFilterServiceServer is the server API for DummyFilterService service.
ExperimentServiceClient is the client API for ExperimentService service.
ExperimentServiceServer is the server API for ExperimentService service.
HealthzServiceClient is the client API for HealthzService service.
HealthzServiceServer is the server API for HealthzService service.
PipelineServiceClient is the client API for PipelineService service.
PipelineServiceServer is the server API for PipelineService service.
RecurringRunServiceClient is the client API for RecurringRunService service.
RecurringRunServiceServer is the server API for RecurringRunService service.
ReportServiceClient is the client API for ReportService service.
ReportServiceServer is the server API for ReportService service.
RunServiceClient is the client API for RunService service.
RunServiceServer is the server API for RunService service.
VisualizationServiceClient is the client API for VisualizationService service.
VisualizationServiceServer is the server API for VisualizationService service.

# Type aliases

Type of resources in pipelines system.
Type of verbs that act on the resources.
Describes whether an entity is available or archived.
Operation is the operation to apply.
Required input.
Output.
Describes whether an entity is available or archived.
Describes the runtime state of an entity.
Type of visualization to be generated.