Documentation ¶
Overview ¶
Package trustyai provides utility functions to config TrustyAI, a bias/fairness and explainability toolkit +groupName=datasciencecluster.opendatahub.io
Index ¶
- Variables
- type TrustyAI
- func (in *TrustyAI) DeepCopy() *TrustyAI
- func (in *TrustyAI) DeepCopyInto(out *TrustyAI)
- func (t *TrustyAI) GetComponentName() string
- func (t *TrustyAI) OverrideManifests(ctx context.Context, _ cluster.Platform) error
- func (t *TrustyAI) ReconcileComponent(ctx context.Context, cli client.Client, logger logr.Logger, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "trustyai" ComponentPathName = "trustyai-service-operator" PathUpstream = deploy.DefaultManifestPath + "/" + ComponentPathName + "/overlays/odh" PathDownstream = deploy.DefaultManifestPath + "/" + ComponentPathName + "/overlays/rhoai" OverridePath = "" )
Functions ¶
This section is empty.
Types ¶
type TrustyAI ¶
type TrustyAI struct {
components.Component `json:""`
}
TrustyAI struct holds the configuration for the TrustyAI component. +kubebuilder:object:generate=true
func (*TrustyAI) DeepCopy ¶ added in v2.7.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrustyAI.
func (*TrustyAI) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TrustyAI) GetComponentName ¶
func (*TrustyAI) OverrideManifests ¶
Click to show internal directories.
Click to hide internal directories.