Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceExperiment ¶ added in v1.44.0
func DataSourceModel ¶ added in v1.30.0
func DataSourceModels ¶ added in v1.53.0
func ResourceMlflowModel ¶
func ResourceMlflowWebhook ¶
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) Read ¶
func (a ExperimentsAPI) Read(experimentId string) (*Experiment, error)
Read ...
Click to show internal directories.
Click to hide internal directories.