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".
RegisterJobServiceHandler registers the http handlers for service JobService to "mux".
RegisterJobServiceHandlerClient registers the http handlers for service JobService to "mux".
RegisterJobServiceHandlerFromEndpoint is same as RegisterJobServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterJobServiceHandlerServer registers the http handlers for service JobService 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".
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".
RegisterTaskServiceHandler registers the http handlers for service TaskService to "mux".
RegisterTaskServiceHandlerClient registers the http handlers for service TaskService to "mux".
RegisterTaskServiceHandlerFromEndpoint is same as RegisterTaskServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterTaskServiceHandlerServer registers the http handlers for service TaskService 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
The job won't schedule any run if disabled.
Operators on scalar values.
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.
Indicates that the metric has been reported before.
Indicates that something went wrong in the server.
Indicates that the payload of the metric is invalid.
Indicates successful reporting.
Default value if not present.
Display value in percentage format.
Display value as its raw format.
Default value if not present.
# 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 Job_Mode.
Enum value maps for Job_Mode.
Enum value maps for Predicate_Op.
Enum value maps for Predicate_Op.
Enum value maps for Relationship.
Enum value maps for Relationship.
Enum value maps for ReportRunMetricsResponse_ReportRunMetricResult_Status.
Enum value maps for ReportRunMetricsResponse_ReportRunMetricResult_Status.
Enum value maps for ResourceType.
Enum value maps for ResourceType.
Enum value maps for Run_StorageState.
Enum value maps for Run_StorageState.
Enum value maps for RunMetric_Format.
Enum value maps for RunMetric_Format.
Enum value maps for Visualization_Type.
Enum value maps for Visualization_Type.
# Structs
Ask for authorization of an access by providing resource's namespace, type and verb.
Create pipeline by providing an URL pointing to the pipeline file, and optionally a pipeline name.
Create visualization by providing the type of visualization that is desired and input data paths.
CronSchedule allow scheduling the job with unix-like cron.
Filter is used to filter resources returned from a ListXXX request.
PeriodicSchedule allow scheduling the job periodically with certain interval.
The runtime config of a PipelineSpec.
Predicate captures individual conditions that must be true for a resource being filtered.
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.
UnimplementedJobServiceServer can be embedded to have forward compatible implementations.
UnimplementedPipelineServiceServer 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.
UnimplementedTaskServiceServer 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.
JobServiceClient is the client API for JobService service.
JobServiceServer is the server API for JobService service.
PipelineServiceClient is the client API for PipelineService service.
PipelineServiceServer is the server API for PipelineService 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.
TaskServiceClient is the client API for TaskService service.
TaskServiceServer is the server API for TaskService 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.
Required input.
Op is the operation to apply.
Type of visualization to be generated.