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 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"` }
Click to show internal directories.
Click to hide internal directories.