kubeflowpipelines

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2020 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const TerraformProviderUserAgent = "terraform-provider-kubeflowpipelines"

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Types

type Config

type Config struct {
	Token string
	Host  string
	// contains filtered or unexported fields
}

func (*Config) Client

func (c *Config) Client() (*Meta, error)

type ExperimentResult added in v0.0.8

type ExperimentResult struct {
	ID          string
	Name        string
	Description string
	CreatedAt   string
}

type Meta

type Meta struct {
	Experiment     *experiment_client.Experiment
	Pipeline       *pipeline_client.Pipeline
	PipelineUpload *pipeline_upload_client.PipelineUpload
	Job            *job_client.Job
	Run            *run_client.Run
	Context        context.Context
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL