mlflow

package
v1.24.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResourceMlflowExperiment

func ResourceMlflowExperiment() *schema.Resource

func ResourceMlflowModel

func ResourceMlflowModel() *schema.Resource

func ResourceMlflowWebhook

func ResourceMlflowWebhook() *schema.Resource

Types

type Experiment

type Experiment struct {
	Name             string `json:"name"`
	Description      string `json:"description,omitempty"`
	ExperimentId     string `json:"experiment_id,omitempty" tf:"computed"`
	ArtifactLocation string `json:"artifact_location,omitempty" tf:"force_new,suppress_diff"`
	LifecycleStage   string `json:"lifecycle_stage,omitempty" tf:"computed"`
	LastUpdateTime   int64  `json:"last_update_time,omitempty" tf:"computed"`
	CreationTime     int64  `json:"creation_time,omitempty" tf:"computed"`
}

Experiment defines the response object from the API

type ExperimentsAPI

type ExperimentsAPI struct {
	// contains filtered or unexported fields
}

ExperimentsAPI ...

func NewExperimentsAPI

func NewExperimentsAPI(ctx context.Context, m any) ExperimentsAPI

NewExperimentsAPI ...

func (ExperimentsAPI) Create

func (a ExperimentsAPI) Create(d *Experiment) error

Create ...

func (ExperimentsAPI) Delete

func (a ExperimentsAPI) Delete(id string) error

Delete ...

func (ExperimentsAPI) Read

func (a ExperimentsAPI) Read(experimentId string) (*Experiment, error)

Read ...

func (ExperimentsAPI) Update

func (a ExperimentsAPI) Update(e *experimentUpdate) error

Update ...

Jump to

Keyboard shortcuts

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