personalizerapi

package
v59.4.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 3 Imported by: 110

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseClientAPI

type BaseClientAPI interface {
	Rank(ctx context.Context, rankRequest personalizer.RankRequest) (result personalizer.RankResponse, err error)
}

BaseClientAPI contains the set of methods on the BaseClient type.

type EvaluationsClientAPI

type EvaluationsClientAPI interface {
	Create(ctx context.Context, evaluation personalizer.EvaluationContract) (result personalizer.Evaluation, err error)
	Delete(ctx context.Context, evaluationID string) (result autorest.Response, err error)
	Get(ctx context.Context, evaluationID string) (result personalizer.Evaluation, err error)
	List(ctx context.Context) (result personalizer.ListEvaluation, err error)
}

EvaluationsClientAPI contains the set of methods on the EvaluationsClient type.

type EventsClientAPI

type EventsClientAPI interface {
	Activate(ctx context.Context, eventID string) (result autorest.Response, err error)
	Reward(ctx context.Context, eventID string, reward personalizer.RewardRequest) (result autorest.Response, err error)
}

EventsClientAPI contains the set of methods on the EventsClient type.

type LogClientAPI

type LogClientAPI interface {
	Delete(ctx context.Context) (result autorest.Response, err error)
	GetProperties(ctx context.Context) (result personalizer.LogsProperties, err error)
}

LogClientAPI contains the set of methods on the LogClient type.

type ModelClientAPI

type ModelClientAPI interface {
	Get(ctx context.Context) (result personalizer.ReadCloser, err error)
	GetProperties(ctx context.Context) (result personalizer.ModelProperties, err error)
	Reset(ctx context.Context) (result autorest.Response, err error)
}

ModelClientAPI contains the set of methods on the ModelClient type.

type PolicyClientAPI

type PolicyClientAPI interface {
	Get(ctx context.Context) (result personalizer.PolicyContract, err error)
	Reset(ctx context.Context) (result personalizer.PolicyContract, err error)
	Update(ctx context.Context, policy personalizer.PolicyContract) (result personalizer.PolicyContract, err error)
}

PolicyClientAPI contains the set of methods on the PolicyClient type.

type ServiceConfigurationClientAPI

type ServiceConfigurationClientAPI interface {
	Get(ctx context.Context) (result personalizer.ServiceConfiguration, err error)
	Update(ctx context.Context, config personalizer.ServiceConfiguration) (result personalizer.ServiceConfiguration, err error)
}

ServiceConfigurationClientAPI contains the set of methods on the ServiceConfigurationClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL