Documentation
¶
Index ¶
- func DataSourceExperiment() common.Resource
- func DataSourceModel() common.Resource
- func DataSourceModels() common.Resource
- func ResourceMlflowExperiment() common.Resource
- func ResourceMlflowModel() common.Resource
- func ResourceMlflowWebhook() common.Resource
- type MlflowExperimentSchemaStruct
- type MlflowModelSchemaStruct
- type MlflowWebhookSchemaStruct
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 MlflowExperimentSchemaStruct ¶ added in v1.106.0
type MlflowExperimentSchemaStruct struct {
ml.Experiment
common.Namespace
}
type MlflowModelSchemaStruct ¶ added in v1.106.0
type MlflowModelSchemaStruct struct {
ml.CreateModelRequest
common.Namespace
}
type MlflowWebhookSchemaStruct ¶ added in v1.106.0
type MlflowWebhookSchemaStruct struct {
ml.CreateRegistryWebhook
common.Namespace
}
Click to show internal directories.
Click to hide internal directories.