base

package
v0.0.0-...-b6912c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExperimentDefinition

type ExperimentDefinition struct {
	Name        common.NamespacedName `json:"name" yaml:"name"`
	Version     string                `json:"version" yaml:"version"`
	Description string                `json:"description" yaml:"description"`
}

type Output

type Output struct {
	Id            string `json:"id,omitempty" yaml:"id"`
	ProviderError string `json:"providerError,omitempty" yaml:"providerError"`
}

type PipelineDefinition

type PipelineDefinition struct {
	Name      common.NamespacedName          `json:"name" yaml:"name"`
	Version   string                         `json:"version" yaml:"version"`
	Image     string                         `json:"image" yaml:"image"`
	Env       []apis.NamedValue              `json:"env,omitempty" yaml:"env,omitempty"`
	Framework pipelineshub.PipelineFramework `json:"framework" yaml:"framework"`
}

type RunDefinition

type RunDefinition struct {
	Name                 common.NamespacedName         `json:"name" yaml:"name"`
	Version              string                        `json:"version" yaml:"version"`
	PipelineName         common.NamespacedName         `json:"pipelineName" yaml:"pipelineName"`
	PipelineVersion      string                        `json:"pipelineVersion" yaml:"pipelineVersion"`
	RunConfigurationName common.NamespacedName         `json:"runConfigurationName" yaml:"runConfigurationName"`
	ExperimentName       common.NamespacedName         `json:"experimentName" yaml:"experimentName"`
	RuntimeParameters    map[string]string             `json:"runtimeParameters,omitempty" yaml:"runtimeParameters,omitempty"`
	Artifacts            []pipelineshub.OutputArtifact `json:"artifacts,omitempty" yaml:"artifacts,omitempty"`
}

type RunScheduleDefinition

type RunScheduleDefinition struct {
	Name                 common.NamespacedName         `json:"name" yaml:"name"`
	Version              string                        `json:"version" yaml:"version"`
	PipelineName         common.NamespacedName         `json:"pipelineName" yaml:"pipelineName"`
	PipelineVersion      string                        `json:"pipelineVersion" yaml:"pipelineVersion"`
	RunConfigurationName common.NamespacedName         `json:"runConfigurationName" yaml:"runConfigurationName"`
	ExperimentName       common.NamespacedName         `json:"experimentName" yaml:"experimentName"`
	Schedule             pipelineshub.Schedule         `json:"schedule" yaml:"schedule"`
	RuntimeParameters    map[string]string             `json:"runtimeParameters,omitempty" yaml:"runtimeParameters,omitempty"`
	Artifacts            []pipelineshub.OutputArtifact `json:"artifacts,omitempty" yaml:"artifacts,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳