Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMLMDTypes ¶
func CreateMLMDTypes(cc grpc.ClientConnInterface, nameConfig MLMDTypeNamesConfig) (map[string]int64, error)
Utility method that created the necessary Model Registry's logical-model types as the necessary MLMD's Context, Artifact, Execution types etc. in the underlying MLMD service
Types ¶
type MLMDTypeNamesConfig ¶
type MLMDTypeNamesConfig struct {
RegisteredModelTypeName string
ModelVersionTypeName string
ModelArtifactTypeName string
DocArtifactTypeName string
ServingEnvironmentTypeName string
InferenceServiceTypeName string
ServeModelTypeName string
CanAddFields bool
}
func NewMLMDTypeNamesConfigFromDefaults ¶
func NewMLMDTypeNamesConfigFromDefaults() MLMDTypeNamesConfig
Click to show internal directories.
Click to hide internal directories.