mlflow

package
v1.44.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSourceExperiment added in v1.44.0

func DataSourceExperiment() common.Resource

func DataSourceModel added in v1.30.0

func DataSourceModel() common.Resource

func ResourceMlflowExperiment

func ResourceMlflowExperiment() common.Resource

func ResourceMlflowModel

func ResourceMlflowModel() common.Resource

func ResourceMlflowWebhook

func ResourceMlflowWebhook() common.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