Documentation
¶
Index ¶
Constants ¶
View Source
const ( Kind = "WeightsAndBiases" Plural = "weightsandbiases" Group = "apps.wandb.com" GroupVersion = "v1" Name = "wandb" Namespace = "default" )
Variables ¶
This section is empty.
Functions ¶
func ApplyWeightsAndBiases ¶
func ApplyWeightsAndBiases(wb *WeightsAndBiases) error
Types ¶
type WeightsAndBiases ¶
type WeightsAndBiases struct {
APIVersion string `json:"apiVersion"`
Kind string `json:"kind"`
Metadata struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Labels map[string]string `json:"labels"`
} `json:"metadata"`
Spec spec.Spec `json:"spec"`
}
func NewWeightsAndBiases ¶
func NewWeightsAndBiases(chart spec.Chart, vals values.Values) *WeightsAndBiases
Click to show internal directories.
Click to hide internal directories.