package
0.7.0-alpha.1
Repository: https://github.com/g-research/fasttrackml.git
Documentation: pkg.go.dev

# Functions

BuildJsonCondition creates sql and values for where condition to select items having the specified map of json paths and values in the given json column.
NewAppRepository creates a repository to work with `app` entity.
NewArtifactRepository creates a repository to work with `artifact` entity.
NewDashboardRepository creates repository to work with `dashboard` entity.
NewExperimentRepository creates a repository to work with `experiment` entity.
NewLogRepository creates a repository to work with models.Log entity.
NewMetricRepository creates repository to work with models.Metric entity.
NewParamRepository creates repository to work with models.Param entity.
NewRunRepository creates a repository to work with models.Run entity.
NewSharedTagRepository creates repository to work with models.Tag entity.
NewTagRepository creates repository to work with models.Tag entity.

# Structs

AppRepository repository to work with `app` entity.
ArtifactRepository repository to work with `artifact` entity.
ArtifactSearchStepInfo is a search summary for a Run Step.
DashboardRepository repository to work with `dashboard` entity.
ExperimentRepository repository to work with `experiment` entity.
LogRepository repository to work with models.Log entity.
MetricRepository repository to work with models.Metric entity.
ParamRepository repository to work with models.Param entity.
RunRepository repository to work with models.Run entity.
SearchResult is a helper for reporting result progress.
SharedTagRepository repository to work with models.Tag entity.
TagRepository repository to work with models.Tag entity.

# Interfaces

AppRepositoryProvider provides an interface to work with `app` entity.
ArtifactRepositoryProvider provides an interface to work with `artifact` entity.
DashboardRepositoryProvider provides an interface to work with `dashboard` entity.
ExperimentRepositoryProvider provides an interface to work with `experiment` entity.
LogRepositoryProvider provides an interface to work with models.Log entity.
MetricRepositoryProvider provides an interface to work with models.Metric entity.
ParamRepositoryProvider provides an interface to work with models.Param entity.
RunRepositoryProvider provides an interface to work with models.Run entity.
SharedTagRepositoryProvider provides an interface to work with models.SharedTag entity.
TagRepositoryProvider provides an interface to work with models.Tag entity.

# Type aliases

ArtifactSearchSummary is a search summary for run and name.
SearchResultMap is a helper for reporting result progress.