Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedfishEndpointProvider ¶
type RedfishEndpointProvider struct {
// contains filtered or unexported fields
}
func NewRedfishEndpointProvider ¶
func NewRedfishEndpointProvider(address string, insecureSkipVerify bool, timeout time.Duration, editorFns ...util.RequestEditorFn) (*RedfishEndpointProvider, error)
func (*RedfishEndpointProvider) Endpoint ¶
func (p *RedfishEndpointProvider) Endpoint() (string, error)
func (*RedfishEndpointProvider) Get ¶
func (p *RedfishEndpointProvider) Get(ctx context.Context, predictorType predictor.PredictorType) (*waov1beta1.EndpointTerm, error)
func (*RedfishEndpointProvider) GetModels ¶
func (p *RedfishEndpointProvider) GetModels(ctx context.Context) (*api.MachineLearningModel, error)
Click to show internal directories.
Click to hide internal directories.