ml

package
v0.110.0 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockExperimentsInterface

type MockExperimentsInterface struct {
	mock.Mock
}

MockExperimentsInterface is an autogenerated mock type for the ExperimentsInterface type

func NewMockExperimentsInterface

func NewMockExperimentsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockExperimentsInterface

NewMockExperimentsInterface creates a new instance of MockExperimentsInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockExperimentsInterface) CreateExperiment

CreateExperiment provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) CreateLoggedModel added in v0.70.0

CreateLoggedModel provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) CreateRun

CreateRun provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) DeleteExperiment

func (_m *MockExperimentsInterface) DeleteExperiment(ctx context.Context, request ml.DeleteExperiment) error

DeleteExperiment provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) DeleteLoggedModel added in v0.70.0

func (_m *MockExperimentsInterface) DeleteLoggedModel(ctx context.Context, request ml.DeleteLoggedModelRequest) error

DeleteLoggedModel provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) DeleteLoggedModelByModelId added in v0.70.0

func (_m *MockExperimentsInterface) DeleteLoggedModelByModelId(ctx context.Context, modelId string) error

DeleteLoggedModelByModelId provides a mock function with given fields: ctx, modelId

func (*MockExperimentsInterface) DeleteLoggedModelTag added in v0.70.0

func (_m *MockExperimentsInterface) DeleteLoggedModelTag(ctx context.Context, request ml.DeleteLoggedModelTagRequest) error

DeleteLoggedModelTag provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) DeleteLoggedModelTagByModelIdAndTagKey added in v0.70.0

func (_m *MockExperimentsInterface) DeleteLoggedModelTagByModelIdAndTagKey(ctx context.Context, modelId string, tagKey string) error

DeleteLoggedModelTagByModelIdAndTagKey provides a mock function with given fields: ctx, modelId, tagKey

func (*MockExperimentsInterface) DeleteRun

func (_m *MockExperimentsInterface) DeleteRun(ctx context.Context, request ml.DeleteRun) error

DeleteRun provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) DeleteRuns

DeleteRuns provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) DeleteTag

func (_m *MockExperimentsInterface) DeleteTag(ctx context.Context, request ml.DeleteTag) error

DeleteTag provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) EXPECT

func (*MockExperimentsInterface) FinalizeLoggedModel added in v0.70.0

FinalizeLoggedModel provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetByName

GetByName provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetExperiment

GetExperiment provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetHistory

GetHistory provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetHistoryAll

func (_m *MockExperimentsInterface) GetHistoryAll(ctx context.Context, request ml.GetHistoryRequest) ([]ml.Metric, error)

GetHistoryAll provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetLoggedModel added in v0.70.0

GetLoggedModel provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetLoggedModelByModelId added in v0.70.0

func (_m *MockExperimentsInterface) GetLoggedModelByModelId(ctx context.Context, modelId string) (*ml.GetLoggedModelResponse, error)

GetLoggedModelByModelId provides a mock function with given fields: ctx, modelId

func (*MockExperimentsInterface) GetPermissionLevels

GetPermissionLevels provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetPermissionLevelsByExperimentId

func (_m *MockExperimentsInterface) GetPermissionLevelsByExperimentId(ctx context.Context, experimentId string) (*ml.GetExperimentPermissionLevelsResponse, error)

GetPermissionLevelsByExperimentId provides a mock function with given fields: ctx, experimentId

func (*MockExperimentsInterface) GetPermissions

GetPermissions provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) GetPermissionsByExperimentId

func (_m *MockExperimentsInterface) GetPermissionsByExperimentId(ctx context.Context, experimentId string) (*ml.ExperimentPermissions, error)

GetPermissionsByExperimentId provides a mock function with given fields: ctx, experimentId

func (*MockExperimentsInterface) GetRun

GetRun provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) ListArtifacts

ListArtifacts provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) ListArtifactsAll

func (_m *MockExperimentsInterface) ListArtifactsAll(ctx context.Context, request ml.ListArtifactsRequest) ([]ml.FileInfo, error)

ListArtifactsAll provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) ListExperiments

ListExperiments provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) ListExperimentsAll

func (_m *MockExperimentsInterface) ListExperimentsAll(ctx context.Context, request ml.ListExperimentsRequest) ([]ml.Experiment, error)

ListExperimentsAll provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) LogBatch

func (_m *MockExperimentsInterface) LogBatch(ctx context.Context, request ml.LogBatch) error

LogBatch provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) LogInputs

func (_m *MockExperimentsInterface) LogInputs(ctx context.Context, request ml.LogInputs) error

LogInputs provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) LogLoggedModelParams added in v0.70.0

func (_m *MockExperimentsInterface) LogLoggedModelParams(ctx context.Context, request ml.LogLoggedModelParamsRequest) error

LogLoggedModelParams provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) LogMetric

func (_m *MockExperimentsInterface) LogMetric(ctx context.Context, request ml.LogMetric) error

LogMetric provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) LogModel

func (_m *MockExperimentsInterface) LogModel(ctx context.Context, request ml.LogModel) error

LogModel provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) LogOutputs added in v0.70.0

func (_m *MockExperimentsInterface) LogOutputs(ctx context.Context, request ml.LogOutputsRequest) error

LogOutputs provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) LogParam

func (_m *MockExperimentsInterface) LogParam(ctx context.Context, request ml.LogParam) error

LogParam provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) RestoreExperiment

func (_m *MockExperimentsInterface) RestoreExperiment(ctx context.Context, request ml.RestoreExperiment) error

RestoreExperiment provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) RestoreRun

func (_m *MockExperimentsInterface) RestoreRun(ctx context.Context, request ml.RestoreRun) error

RestoreRun provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) RestoreRuns

RestoreRuns provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SearchExperiments

SearchExperiments provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SearchExperimentsAll

func (_m *MockExperimentsInterface) SearchExperimentsAll(ctx context.Context, request ml.SearchExperiments) ([]ml.Experiment, error)

SearchExperimentsAll provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SearchLoggedModels added in v0.70.0

SearchLoggedModels provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SearchRuns

func (_m *MockExperimentsInterface) SearchRuns(ctx context.Context, request ml.SearchRuns) listing.Iterator[ml.Run]

SearchRuns provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SearchRunsAll

func (_m *MockExperimentsInterface) SearchRunsAll(ctx context.Context, request ml.SearchRuns) ([]ml.Run, error)

SearchRunsAll provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SetExperimentTag

func (_m *MockExperimentsInterface) SetExperimentTag(ctx context.Context, request ml.SetExperimentTag) error

SetExperimentTag provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SetLoggedModelTags added in v0.70.0

func (_m *MockExperimentsInterface) SetLoggedModelTags(ctx context.Context, request ml.SetLoggedModelTagsRequest) error

SetLoggedModelTags provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SetPermissions

SetPermissions provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) SetTag

func (_m *MockExperimentsInterface) SetTag(ctx context.Context, request ml.SetTag) error

SetTag provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) UpdateExperiment

func (_m *MockExperimentsInterface) UpdateExperiment(ctx context.Context, request ml.UpdateExperiment) error

UpdateExperiment provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) UpdatePermissions

UpdatePermissions provides a mock function with given fields: ctx, request

func (*MockExperimentsInterface) UpdateRun

UpdateRun provides a mock function with given fields: ctx, request

type MockExperimentsInterface_CreateExperiment_Call

type MockExperimentsInterface_CreateExperiment_Call struct {
	*mock.Call
}

MockExperimentsInterface_CreateExperiment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperiment'

func (*MockExperimentsInterface_CreateExperiment_Call) Return

func (*MockExperimentsInterface_CreateExperiment_Call) Run

type MockExperimentsInterface_CreateLoggedModel_Call added in v0.70.0

type MockExperimentsInterface_CreateLoggedModel_Call struct {
	*mock.Call
}

MockExperimentsInterface_CreateLoggedModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateLoggedModel'

func (*MockExperimentsInterface_CreateLoggedModel_Call) Return added in v0.70.0

func (*MockExperimentsInterface_CreateLoggedModel_Call) Run added in v0.70.0

func (*MockExperimentsInterface_CreateLoggedModel_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_CreateRun_Call

type MockExperimentsInterface_CreateRun_Call struct {
	*mock.Call
}

MockExperimentsInterface_CreateRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateRun'

func (*MockExperimentsInterface_CreateRun_Call) Return

func (*MockExperimentsInterface_CreateRun_Call) Run

func (*MockExperimentsInterface_CreateRun_Call) RunAndReturn

type MockExperimentsInterface_DeleteExperiment_Call

type MockExperimentsInterface_DeleteExperiment_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteExperiment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteExperiment'

func (*MockExperimentsInterface_DeleteExperiment_Call) Return

func (*MockExperimentsInterface_DeleteExperiment_Call) Run

func (*MockExperimentsInterface_DeleteExperiment_Call) RunAndReturn

type MockExperimentsInterface_DeleteLoggedModelByModelId_Call added in v0.70.0

type MockExperimentsInterface_DeleteLoggedModelByModelId_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteLoggedModelByModelId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLoggedModelByModelId'

func (*MockExperimentsInterface_DeleteLoggedModelByModelId_Call) Return added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModelByModelId_Call) Run added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModelByModelId_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_DeleteLoggedModelTagByModelIdAndTagKey_Call added in v0.70.0

type MockExperimentsInterface_DeleteLoggedModelTagByModelIdAndTagKey_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteLoggedModelTagByModelIdAndTagKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLoggedModelTagByModelIdAndTagKey'

func (*MockExperimentsInterface_DeleteLoggedModelTagByModelIdAndTagKey_Call) Return added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModelTagByModelIdAndTagKey_Call) Run added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModelTagByModelIdAndTagKey_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_DeleteLoggedModelTag_Call added in v0.70.0

type MockExperimentsInterface_DeleteLoggedModelTag_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteLoggedModelTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLoggedModelTag'

func (*MockExperimentsInterface_DeleteLoggedModelTag_Call) Return added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModelTag_Call) Run added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModelTag_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_DeleteLoggedModel_Call added in v0.70.0

type MockExperimentsInterface_DeleteLoggedModel_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteLoggedModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLoggedModel'

func (*MockExperimentsInterface_DeleteLoggedModel_Call) Return added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModel_Call) Run added in v0.70.0

func (*MockExperimentsInterface_DeleteLoggedModel_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_DeleteRun_Call

type MockExperimentsInterface_DeleteRun_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRun'

func (*MockExperimentsInterface_DeleteRun_Call) Return

func (*MockExperimentsInterface_DeleteRun_Call) Run

func (*MockExperimentsInterface_DeleteRun_Call) RunAndReturn

type MockExperimentsInterface_DeleteRuns_Call

type MockExperimentsInterface_DeleteRuns_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRuns'

func (*MockExperimentsInterface_DeleteRuns_Call) Return

func (*MockExperimentsInterface_DeleteRuns_Call) Run

func (*MockExperimentsInterface_DeleteRuns_Call) RunAndReturn

type MockExperimentsInterface_DeleteTag_Call

type MockExperimentsInterface_DeleteTag_Call struct {
	*mock.Call
}

MockExperimentsInterface_DeleteTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTag'

func (*MockExperimentsInterface_DeleteTag_Call) Return

func (*MockExperimentsInterface_DeleteTag_Call) Run

func (*MockExperimentsInterface_DeleteTag_Call) RunAndReturn

type MockExperimentsInterface_Expecter

type MockExperimentsInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockExperimentsInterface_Expecter) CreateExperiment

func (_e *MockExperimentsInterface_Expecter) CreateExperiment(ctx interface{}, request interface{}) *MockExperimentsInterface_CreateExperiment_Call

CreateExperiment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateExperiment

func (*MockExperimentsInterface_Expecter) CreateLoggedModel added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) CreateLoggedModel(ctx interface{}, request interface{}) *MockExperimentsInterface_CreateLoggedModel_Call

CreateLoggedModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateLoggedModelRequest

func (*MockExperimentsInterface_Expecter) CreateRun

func (_e *MockExperimentsInterface_Expecter) CreateRun(ctx interface{}, request interface{}) *MockExperimentsInterface_CreateRun_Call

CreateRun is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateRun

func (*MockExperimentsInterface_Expecter) DeleteExperiment

func (_e *MockExperimentsInterface_Expecter) DeleteExperiment(ctx interface{}, request interface{}) *MockExperimentsInterface_DeleteExperiment_Call

DeleteExperiment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteExperiment

func (*MockExperimentsInterface_Expecter) DeleteLoggedModel added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) DeleteLoggedModel(ctx interface{}, request interface{}) *MockExperimentsInterface_DeleteLoggedModel_Call

DeleteLoggedModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteLoggedModelRequest

func (*MockExperimentsInterface_Expecter) DeleteLoggedModelByModelId added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) DeleteLoggedModelByModelId(ctx interface{}, modelId interface{}) *MockExperimentsInterface_DeleteLoggedModelByModelId_Call

DeleteLoggedModelByModelId is a helper method to define mock.On call

  • ctx context.Context
  • modelId string

func (*MockExperimentsInterface_Expecter) DeleteLoggedModelTag added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) DeleteLoggedModelTag(ctx interface{}, request interface{}) *MockExperimentsInterface_DeleteLoggedModelTag_Call

DeleteLoggedModelTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteLoggedModelTagRequest

func (*MockExperimentsInterface_Expecter) DeleteLoggedModelTagByModelIdAndTagKey added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) DeleteLoggedModelTagByModelIdAndTagKey(ctx interface{}, modelId interface{}, tagKey interface{}) *MockExperimentsInterface_DeleteLoggedModelTagByModelIdAndTagKey_Call

DeleteLoggedModelTagByModelIdAndTagKey is a helper method to define mock.On call

  • ctx context.Context
  • modelId string
  • tagKey string

func (*MockExperimentsInterface_Expecter) DeleteRun

func (_e *MockExperimentsInterface_Expecter) DeleteRun(ctx interface{}, request interface{}) *MockExperimentsInterface_DeleteRun_Call

DeleteRun is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteRun

func (*MockExperimentsInterface_Expecter) DeleteRuns

func (_e *MockExperimentsInterface_Expecter) DeleteRuns(ctx interface{}, request interface{}) *MockExperimentsInterface_DeleteRuns_Call

DeleteRuns is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteRuns

func (*MockExperimentsInterface_Expecter) DeleteTag

func (_e *MockExperimentsInterface_Expecter) DeleteTag(ctx interface{}, request interface{}) *MockExperimentsInterface_DeleteTag_Call

DeleteTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteTag

func (*MockExperimentsInterface_Expecter) FinalizeLoggedModel added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) FinalizeLoggedModel(ctx interface{}, request interface{}) *MockExperimentsInterface_FinalizeLoggedModel_Call

FinalizeLoggedModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.FinalizeLoggedModelRequest

func (*MockExperimentsInterface_Expecter) GetByName

func (_e *MockExperimentsInterface_Expecter) GetByName(ctx interface{}, request interface{}) *MockExperimentsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetByNameRequest

func (*MockExperimentsInterface_Expecter) GetExperiment

func (_e *MockExperimentsInterface_Expecter) GetExperiment(ctx interface{}, request interface{}) *MockExperimentsInterface_GetExperiment_Call

GetExperiment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetExperimentRequest

func (*MockExperimentsInterface_Expecter) GetHistory

func (_e *MockExperimentsInterface_Expecter) GetHistory(ctx interface{}, request interface{}) *MockExperimentsInterface_GetHistory_Call

GetHistory is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetHistoryRequest

func (*MockExperimentsInterface_Expecter) GetHistoryAll

func (_e *MockExperimentsInterface_Expecter) GetHistoryAll(ctx interface{}, request interface{}) *MockExperimentsInterface_GetHistoryAll_Call

GetHistoryAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetHistoryRequest

func (*MockExperimentsInterface_Expecter) GetLoggedModel added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) GetLoggedModel(ctx interface{}, request interface{}) *MockExperimentsInterface_GetLoggedModel_Call

GetLoggedModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetLoggedModelRequest

func (*MockExperimentsInterface_Expecter) GetLoggedModelByModelId added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) GetLoggedModelByModelId(ctx interface{}, modelId interface{}) *MockExperimentsInterface_GetLoggedModelByModelId_Call

GetLoggedModelByModelId is a helper method to define mock.On call

  • ctx context.Context
  • modelId string

func (*MockExperimentsInterface_Expecter) GetPermissionLevels

func (_e *MockExperimentsInterface_Expecter) GetPermissionLevels(ctx interface{}, request interface{}) *MockExperimentsInterface_GetPermissionLevels_Call

GetPermissionLevels is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetExperimentPermissionLevelsRequest

func (*MockExperimentsInterface_Expecter) GetPermissionLevelsByExperimentId

func (_e *MockExperimentsInterface_Expecter) GetPermissionLevelsByExperimentId(ctx interface{}, experimentId interface{}) *MockExperimentsInterface_GetPermissionLevelsByExperimentId_Call

GetPermissionLevelsByExperimentId is a helper method to define mock.On call

  • ctx context.Context
  • experimentId string

func (*MockExperimentsInterface_Expecter) GetPermissions

func (_e *MockExperimentsInterface_Expecter) GetPermissions(ctx interface{}, request interface{}) *MockExperimentsInterface_GetPermissions_Call

GetPermissions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetExperimentPermissionsRequest

func (*MockExperimentsInterface_Expecter) GetPermissionsByExperimentId

func (_e *MockExperimentsInterface_Expecter) GetPermissionsByExperimentId(ctx interface{}, experimentId interface{}) *MockExperimentsInterface_GetPermissionsByExperimentId_Call

GetPermissionsByExperimentId is a helper method to define mock.On call

  • ctx context.Context
  • experimentId string

func (*MockExperimentsInterface_Expecter) GetRun

func (_e *MockExperimentsInterface_Expecter) GetRun(ctx interface{}, request interface{}) *MockExperimentsInterface_GetRun_Call

GetRun is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetRunRequest

func (*MockExperimentsInterface_Expecter) ListArtifacts

func (_e *MockExperimentsInterface_Expecter) ListArtifacts(ctx interface{}, request interface{}) *MockExperimentsInterface_ListArtifacts_Call

ListArtifacts is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListArtifactsRequest

func (*MockExperimentsInterface_Expecter) ListArtifactsAll

func (_e *MockExperimentsInterface_Expecter) ListArtifactsAll(ctx interface{}, request interface{}) *MockExperimentsInterface_ListArtifactsAll_Call

ListArtifactsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListArtifactsRequest

func (*MockExperimentsInterface_Expecter) ListExperiments

func (_e *MockExperimentsInterface_Expecter) ListExperiments(ctx interface{}, request interface{}) *MockExperimentsInterface_ListExperiments_Call

ListExperiments is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListExperimentsRequest

func (*MockExperimentsInterface_Expecter) ListExperimentsAll

func (_e *MockExperimentsInterface_Expecter) ListExperimentsAll(ctx interface{}, request interface{}) *MockExperimentsInterface_ListExperimentsAll_Call

ListExperimentsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListExperimentsRequest

func (*MockExperimentsInterface_Expecter) LogBatch

func (_e *MockExperimentsInterface_Expecter) LogBatch(ctx interface{}, request interface{}) *MockExperimentsInterface_LogBatch_Call

LogBatch is a helper method to define mock.On call

  • ctx context.Context
  • request ml.LogBatch

func (*MockExperimentsInterface_Expecter) LogInputs

func (_e *MockExperimentsInterface_Expecter) LogInputs(ctx interface{}, request interface{}) *MockExperimentsInterface_LogInputs_Call

LogInputs is a helper method to define mock.On call

  • ctx context.Context
  • request ml.LogInputs

func (*MockExperimentsInterface_Expecter) LogLoggedModelParams added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) LogLoggedModelParams(ctx interface{}, request interface{}) *MockExperimentsInterface_LogLoggedModelParams_Call

LogLoggedModelParams is a helper method to define mock.On call

  • ctx context.Context
  • request ml.LogLoggedModelParamsRequest

func (*MockExperimentsInterface_Expecter) LogMetric

func (_e *MockExperimentsInterface_Expecter) LogMetric(ctx interface{}, request interface{}) *MockExperimentsInterface_LogMetric_Call

LogMetric is a helper method to define mock.On call

  • ctx context.Context
  • request ml.LogMetric

func (*MockExperimentsInterface_Expecter) LogModel

func (_e *MockExperimentsInterface_Expecter) LogModel(ctx interface{}, request interface{}) *MockExperimentsInterface_LogModel_Call

LogModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.LogModel

func (*MockExperimentsInterface_Expecter) LogOutputs added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) LogOutputs(ctx interface{}, request interface{}) *MockExperimentsInterface_LogOutputs_Call

LogOutputs is a helper method to define mock.On call

  • ctx context.Context
  • request ml.LogOutputsRequest

func (*MockExperimentsInterface_Expecter) LogParam

func (_e *MockExperimentsInterface_Expecter) LogParam(ctx interface{}, request interface{}) *MockExperimentsInterface_LogParam_Call

LogParam is a helper method to define mock.On call

  • ctx context.Context
  • request ml.LogParam

func (*MockExperimentsInterface_Expecter) RestoreExperiment

func (_e *MockExperimentsInterface_Expecter) RestoreExperiment(ctx interface{}, request interface{}) *MockExperimentsInterface_RestoreExperiment_Call

RestoreExperiment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.RestoreExperiment

func (*MockExperimentsInterface_Expecter) RestoreRun

func (_e *MockExperimentsInterface_Expecter) RestoreRun(ctx interface{}, request interface{}) *MockExperimentsInterface_RestoreRun_Call

RestoreRun is a helper method to define mock.On call

  • ctx context.Context
  • request ml.RestoreRun

func (*MockExperimentsInterface_Expecter) RestoreRuns

func (_e *MockExperimentsInterface_Expecter) RestoreRuns(ctx interface{}, request interface{}) *MockExperimentsInterface_RestoreRuns_Call

RestoreRuns is a helper method to define mock.On call

  • ctx context.Context
  • request ml.RestoreRuns

func (*MockExperimentsInterface_Expecter) SearchExperiments

func (_e *MockExperimentsInterface_Expecter) SearchExperiments(ctx interface{}, request interface{}) *MockExperimentsInterface_SearchExperiments_Call

SearchExperiments is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchExperiments

func (*MockExperimentsInterface_Expecter) SearchExperimentsAll

func (_e *MockExperimentsInterface_Expecter) SearchExperimentsAll(ctx interface{}, request interface{}) *MockExperimentsInterface_SearchExperimentsAll_Call

SearchExperimentsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchExperiments

func (*MockExperimentsInterface_Expecter) SearchLoggedModels added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) SearchLoggedModels(ctx interface{}, request interface{}) *MockExperimentsInterface_SearchLoggedModels_Call

SearchLoggedModels is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchLoggedModelsRequest

func (*MockExperimentsInterface_Expecter) SearchRuns

func (_e *MockExperimentsInterface_Expecter) SearchRuns(ctx interface{}, request interface{}) *MockExperimentsInterface_SearchRuns_Call

SearchRuns is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchRuns

func (*MockExperimentsInterface_Expecter) SearchRunsAll

func (_e *MockExperimentsInterface_Expecter) SearchRunsAll(ctx interface{}, request interface{}) *MockExperimentsInterface_SearchRunsAll_Call

SearchRunsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchRuns

func (*MockExperimentsInterface_Expecter) SetExperimentTag

func (_e *MockExperimentsInterface_Expecter) SetExperimentTag(ctx interface{}, request interface{}) *MockExperimentsInterface_SetExperimentTag_Call

SetExperimentTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SetExperimentTag

func (*MockExperimentsInterface_Expecter) SetLoggedModelTags added in v0.70.0

func (_e *MockExperimentsInterface_Expecter) SetLoggedModelTags(ctx interface{}, request interface{}) *MockExperimentsInterface_SetLoggedModelTags_Call

SetLoggedModelTags is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SetLoggedModelTagsRequest

func (*MockExperimentsInterface_Expecter) SetPermissions

func (_e *MockExperimentsInterface_Expecter) SetPermissions(ctx interface{}, request interface{}) *MockExperimentsInterface_SetPermissions_Call

SetPermissions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ExperimentPermissionsRequest

func (*MockExperimentsInterface_Expecter) SetTag

func (_e *MockExperimentsInterface_Expecter) SetTag(ctx interface{}, request interface{}) *MockExperimentsInterface_SetTag_Call

SetTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SetTag

func (*MockExperimentsInterface_Expecter) UpdateExperiment

func (_e *MockExperimentsInterface_Expecter) UpdateExperiment(ctx interface{}, request interface{}) *MockExperimentsInterface_UpdateExperiment_Call

UpdateExperiment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateExperiment

func (*MockExperimentsInterface_Expecter) UpdatePermissions

func (_e *MockExperimentsInterface_Expecter) UpdatePermissions(ctx interface{}, request interface{}) *MockExperimentsInterface_UpdatePermissions_Call

UpdatePermissions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ExperimentPermissionsRequest

func (*MockExperimentsInterface_Expecter) UpdateRun

func (_e *MockExperimentsInterface_Expecter) UpdateRun(ctx interface{}, request interface{}) *MockExperimentsInterface_UpdateRun_Call

UpdateRun is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateRun

type MockExperimentsInterface_FinalizeLoggedModel_Call added in v0.70.0

type MockExperimentsInterface_FinalizeLoggedModel_Call struct {
	*mock.Call
}

MockExperimentsInterface_FinalizeLoggedModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FinalizeLoggedModel'

func (*MockExperimentsInterface_FinalizeLoggedModel_Call) Return added in v0.70.0

func (*MockExperimentsInterface_FinalizeLoggedModel_Call) Run added in v0.70.0

func (*MockExperimentsInterface_FinalizeLoggedModel_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_GetByName_Call

type MockExperimentsInterface_GetByName_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByName'

func (*MockExperimentsInterface_GetByName_Call) Return

func (*MockExperimentsInterface_GetByName_Call) Run

type MockExperimentsInterface_GetExperiment_Call

type MockExperimentsInterface_GetExperiment_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetExperiment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExperiment'

func (*MockExperimentsInterface_GetExperiment_Call) Return

func (*MockExperimentsInterface_GetExperiment_Call) Run

type MockExperimentsInterface_GetHistoryAll_Call

type MockExperimentsInterface_GetHistoryAll_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetHistoryAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetHistoryAll'

func (*MockExperimentsInterface_GetHistoryAll_Call) Return

func (*MockExperimentsInterface_GetHistoryAll_Call) Run

func (*MockExperimentsInterface_GetHistoryAll_Call) RunAndReturn

type MockExperimentsInterface_GetHistory_Call

type MockExperimentsInterface_GetHistory_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetHistory'

func (*MockExperimentsInterface_GetHistory_Call) Return

func (*MockExperimentsInterface_GetHistory_Call) Run

func (*MockExperimentsInterface_GetHistory_Call) RunAndReturn

type MockExperimentsInterface_GetLoggedModelByModelId_Call added in v0.70.0

type MockExperimentsInterface_GetLoggedModelByModelId_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetLoggedModelByModelId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLoggedModelByModelId'

func (*MockExperimentsInterface_GetLoggedModelByModelId_Call) Return added in v0.70.0

func (*MockExperimentsInterface_GetLoggedModelByModelId_Call) Run added in v0.70.0

func (*MockExperimentsInterface_GetLoggedModelByModelId_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_GetLoggedModel_Call added in v0.70.0

type MockExperimentsInterface_GetLoggedModel_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetLoggedModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLoggedModel'

func (*MockExperimentsInterface_GetLoggedModel_Call) Return added in v0.70.0

func (*MockExperimentsInterface_GetLoggedModel_Call) Run added in v0.70.0

func (*MockExperimentsInterface_GetLoggedModel_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_GetPermissionLevelsByExperimentId_Call

type MockExperimentsInterface_GetPermissionLevelsByExperimentId_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetPermissionLevelsByExperimentId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissionLevelsByExperimentId'

func (*MockExperimentsInterface_GetPermissionLevelsByExperimentId_Call) Run

type MockExperimentsInterface_GetPermissionLevels_Call

type MockExperimentsInterface_GetPermissionLevels_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetPermissionLevels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissionLevels'

func (*MockExperimentsInterface_GetPermissionLevels_Call) Run

type MockExperimentsInterface_GetPermissionsByExperimentId_Call

type MockExperimentsInterface_GetPermissionsByExperimentId_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetPermissionsByExperimentId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissionsByExperimentId'

func (*MockExperimentsInterface_GetPermissionsByExperimentId_Call) Return

func (*MockExperimentsInterface_GetPermissionsByExperimentId_Call) Run

func (*MockExperimentsInterface_GetPermissionsByExperimentId_Call) RunAndReturn

type MockExperimentsInterface_GetPermissions_Call

type MockExperimentsInterface_GetPermissions_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissions'

func (*MockExperimentsInterface_GetPermissions_Call) Return

func (*MockExperimentsInterface_GetPermissions_Call) Run

type MockExperimentsInterface_GetRun_Call

type MockExperimentsInterface_GetRun_Call struct {
	*mock.Call
}

MockExperimentsInterface_GetRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRun'

func (*MockExperimentsInterface_GetRun_Call) Return

func (*MockExperimentsInterface_GetRun_Call) Run

func (*MockExperimentsInterface_GetRun_Call) RunAndReturn

type MockExperimentsInterface_ListArtifactsAll_Call

type MockExperimentsInterface_ListArtifactsAll_Call struct {
	*mock.Call
}

MockExperimentsInterface_ListArtifactsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListArtifactsAll'

func (*MockExperimentsInterface_ListArtifactsAll_Call) Return

func (*MockExperimentsInterface_ListArtifactsAll_Call) Run

func (*MockExperimentsInterface_ListArtifactsAll_Call) RunAndReturn

type MockExperimentsInterface_ListArtifacts_Call

type MockExperimentsInterface_ListArtifacts_Call struct {
	*mock.Call
}

MockExperimentsInterface_ListArtifacts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListArtifacts'

func (*MockExperimentsInterface_ListArtifacts_Call) Return

func (*MockExperimentsInterface_ListArtifacts_Call) Run

type MockExperimentsInterface_ListExperimentsAll_Call

type MockExperimentsInterface_ListExperimentsAll_Call struct {
	*mock.Call
}

MockExperimentsInterface_ListExperimentsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperimentsAll'

func (*MockExperimentsInterface_ListExperimentsAll_Call) Return

func (*MockExperimentsInterface_ListExperimentsAll_Call) Run

func (*MockExperimentsInterface_ListExperimentsAll_Call) RunAndReturn

type MockExperimentsInterface_ListExperiments_Call

type MockExperimentsInterface_ListExperiments_Call struct {
	*mock.Call
}

MockExperimentsInterface_ListExperiments_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperiments'

func (*MockExperimentsInterface_ListExperiments_Call) Return

func (*MockExperimentsInterface_ListExperiments_Call) Run

type MockExperimentsInterface_LogBatch_Call

type MockExperimentsInterface_LogBatch_Call struct {
	*mock.Call
}

MockExperimentsInterface_LogBatch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogBatch'

func (*MockExperimentsInterface_LogBatch_Call) Return

func (*MockExperimentsInterface_LogBatch_Call) Run

func (*MockExperimentsInterface_LogBatch_Call) RunAndReturn

type MockExperimentsInterface_LogInputs_Call

type MockExperimentsInterface_LogInputs_Call struct {
	*mock.Call
}

MockExperimentsInterface_LogInputs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogInputs'

func (*MockExperimentsInterface_LogInputs_Call) Return

func (*MockExperimentsInterface_LogInputs_Call) Run

func (*MockExperimentsInterface_LogInputs_Call) RunAndReturn

type MockExperimentsInterface_LogLoggedModelParams_Call added in v0.70.0

type MockExperimentsInterface_LogLoggedModelParams_Call struct {
	*mock.Call
}

MockExperimentsInterface_LogLoggedModelParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogLoggedModelParams'

func (*MockExperimentsInterface_LogLoggedModelParams_Call) Return added in v0.70.0

func (*MockExperimentsInterface_LogLoggedModelParams_Call) Run added in v0.70.0

func (*MockExperimentsInterface_LogLoggedModelParams_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_LogMetric_Call

type MockExperimentsInterface_LogMetric_Call struct {
	*mock.Call
}

MockExperimentsInterface_LogMetric_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogMetric'

func (*MockExperimentsInterface_LogMetric_Call) Return

func (*MockExperimentsInterface_LogMetric_Call) Run

func (*MockExperimentsInterface_LogMetric_Call) RunAndReturn

type MockExperimentsInterface_LogModel_Call

type MockExperimentsInterface_LogModel_Call struct {
	*mock.Call
}

MockExperimentsInterface_LogModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogModel'

func (*MockExperimentsInterface_LogModel_Call) Return

func (*MockExperimentsInterface_LogModel_Call) Run

func (*MockExperimentsInterface_LogModel_Call) RunAndReturn

type MockExperimentsInterface_LogOutputs_Call added in v0.70.0

type MockExperimentsInterface_LogOutputs_Call struct {
	*mock.Call
}

MockExperimentsInterface_LogOutputs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogOutputs'

func (*MockExperimentsInterface_LogOutputs_Call) Return added in v0.70.0

func (*MockExperimentsInterface_LogOutputs_Call) Run added in v0.70.0

func (*MockExperimentsInterface_LogOutputs_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_LogParam_Call

type MockExperimentsInterface_LogParam_Call struct {
	*mock.Call
}

MockExperimentsInterface_LogParam_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogParam'

func (*MockExperimentsInterface_LogParam_Call) Return

func (*MockExperimentsInterface_LogParam_Call) Run

func (*MockExperimentsInterface_LogParam_Call) RunAndReturn

type MockExperimentsInterface_RestoreExperiment_Call

type MockExperimentsInterface_RestoreExperiment_Call struct {
	*mock.Call
}

MockExperimentsInterface_RestoreExperiment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreExperiment'

func (*MockExperimentsInterface_RestoreExperiment_Call) Return

func (*MockExperimentsInterface_RestoreExperiment_Call) Run

func (*MockExperimentsInterface_RestoreExperiment_Call) RunAndReturn

type MockExperimentsInterface_RestoreRun_Call

type MockExperimentsInterface_RestoreRun_Call struct {
	*mock.Call
}

MockExperimentsInterface_RestoreRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreRun'

func (*MockExperimentsInterface_RestoreRun_Call) Return

func (*MockExperimentsInterface_RestoreRun_Call) Run

func (*MockExperimentsInterface_RestoreRun_Call) RunAndReturn

type MockExperimentsInterface_RestoreRuns_Call

type MockExperimentsInterface_RestoreRuns_Call struct {
	*mock.Call
}

MockExperimentsInterface_RestoreRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreRuns'

func (*MockExperimentsInterface_RestoreRuns_Call) Return

func (*MockExperimentsInterface_RestoreRuns_Call) Run

func (*MockExperimentsInterface_RestoreRuns_Call) RunAndReturn

type MockExperimentsInterface_SearchExperimentsAll_Call

type MockExperimentsInterface_SearchExperimentsAll_Call struct {
	*mock.Call
}

MockExperimentsInterface_SearchExperimentsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchExperimentsAll'

func (*MockExperimentsInterface_SearchExperimentsAll_Call) Return

func (*MockExperimentsInterface_SearchExperimentsAll_Call) Run

func (*MockExperimentsInterface_SearchExperimentsAll_Call) RunAndReturn

type MockExperimentsInterface_SearchExperiments_Call

type MockExperimentsInterface_SearchExperiments_Call struct {
	*mock.Call
}

MockExperimentsInterface_SearchExperiments_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchExperiments'

func (*MockExperimentsInterface_SearchExperiments_Call) Return

func (*MockExperimentsInterface_SearchExperiments_Call) Run

type MockExperimentsInterface_SearchLoggedModels_Call added in v0.70.0

type MockExperimentsInterface_SearchLoggedModels_Call struct {
	*mock.Call
}

MockExperimentsInterface_SearchLoggedModels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchLoggedModels'

func (*MockExperimentsInterface_SearchLoggedModels_Call) Return added in v0.70.0

func (*MockExperimentsInterface_SearchLoggedModels_Call) Run added in v0.70.0

func (*MockExperimentsInterface_SearchLoggedModels_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_SearchRunsAll_Call

type MockExperimentsInterface_SearchRunsAll_Call struct {
	*mock.Call
}

MockExperimentsInterface_SearchRunsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchRunsAll'

func (*MockExperimentsInterface_SearchRunsAll_Call) Return

func (*MockExperimentsInterface_SearchRunsAll_Call) Run

func (*MockExperimentsInterface_SearchRunsAll_Call) RunAndReturn

type MockExperimentsInterface_SearchRuns_Call

type MockExperimentsInterface_SearchRuns_Call struct {
	*mock.Call
}

MockExperimentsInterface_SearchRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchRuns'

func (*MockExperimentsInterface_SearchRuns_Call) Return

func (*MockExperimentsInterface_SearchRuns_Call) Run

func (*MockExperimentsInterface_SearchRuns_Call) RunAndReturn

type MockExperimentsInterface_SetExperimentTag_Call

type MockExperimentsInterface_SetExperimentTag_Call struct {
	*mock.Call
}

MockExperimentsInterface_SetExperimentTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetExperimentTag'

func (*MockExperimentsInterface_SetExperimentTag_Call) Return

func (*MockExperimentsInterface_SetExperimentTag_Call) Run

func (*MockExperimentsInterface_SetExperimentTag_Call) RunAndReturn

type MockExperimentsInterface_SetLoggedModelTags_Call added in v0.70.0

type MockExperimentsInterface_SetLoggedModelTags_Call struct {
	*mock.Call
}

MockExperimentsInterface_SetLoggedModelTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetLoggedModelTags'

func (*MockExperimentsInterface_SetLoggedModelTags_Call) Return added in v0.70.0

func (*MockExperimentsInterface_SetLoggedModelTags_Call) Run added in v0.70.0

func (*MockExperimentsInterface_SetLoggedModelTags_Call) RunAndReturn added in v0.70.0

type MockExperimentsInterface_SetPermissions_Call

type MockExperimentsInterface_SetPermissions_Call struct {
	*mock.Call
}

MockExperimentsInterface_SetPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetPermissions'

func (*MockExperimentsInterface_SetPermissions_Call) Return

func (*MockExperimentsInterface_SetPermissions_Call) Run

type MockExperimentsInterface_SetTag_Call

type MockExperimentsInterface_SetTag_Call struct {
	*mock.Call
}

MockExperimentsInterface_SetTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetTag'

func (*MockExperimentsInterface_SetTag_Call) Return

func (*MockExperimentsInterface_SetTag_Call) Run

func (*MockExperimentsInterface_SetTag_Call) RunAndReturn

type MockExperimentsInterface_UpdateExperiment_Call

type MockExperimentsInterface_UpdateExperiment_Call struct {
	*mock.Call
}

MockExperimentsInterface_UpdateExperiment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperiment'

func (*MockExperimentsInterface_UpdateExperiment_Call) Return

func (*MockExperimentsInterface_UpdateExperiment_Call) Run

func (*MockExperimentsInterface_UpdateExperiment_Call) RunAndReturn

type MockExperimentsInterface_UpdatePermissions_Call

type MockExperimentsInterface_UpdatePermissions_Call struct {
	*mock.Call
}

MockExperimentsInterface_UpdatePermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdatePermissions'

func (*MockExperimentsInterface_UpdatePermissions_Call) Return

func (*MockExperimentsInterface_UpdatePermissions_Call) Run

type MockExperimentsInterface_UpdateRun_Call

type MockExperimentsInterface_UpdateRun_Call struct {
	*mock.Call
}

MockExperimentsInterface_UpdateRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRun'

func (*MockExperimentsInterface_UpdateRun_Call) Return

func (*MockExperimentsInterface_UpdateRun_Call) Run

func (*MockExperimentsInterface_UpdateRun_Call) RunAndReturn

type MockFeatureEngineeringInterface added in v0.84.0

type MockFeatureEngineeringInterface struct {
	mock.Mock
}

MockFeatureEngineeringInterface is an autogenerated mock type for the FeatureEngineeringInterface type

func NewMockFeatureEngineeringInterface added in v0.84.0

func NewMockFeatureEngineeringInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockFeatureEngineeringInterface

NewMockFeatureEngineeringInterface creates a new instance of MockFeatureEngineeringInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockFeatureEngineeringInterface) BatchCreateMaterializedFeatures added in v0.92.0

BatchCreateMaterializedFeatures provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) CreateFeature added in v0.84.0

CreateFeature provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) CreateKafkaConfig added in v0.92.0

CreateKafkaConfig provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) CreateMaterializedFeature added in v0.88.0

CreateMaterializedFeature provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) DeleteFeature added in v0.84.0

DeleteFeature provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) DeleteKafkaConfig added in v0.92.0

DeleteKafkaConfig provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) DeleteMaterializedFeature added in v0.88.0

func (_m *MockFeatureEngineeringInterface) DeleteMaterializedFeature(ctx context.Context, request ml.DeleteMaterializedFeatureRequest) error

DeleteMaterializedFeature provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) EXPECT added in v0.84.0

func (*MockFeatureEngineeringInterface) GetFeature added in v0.84.0

GetFeature provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) GetKafkaConfig added in v0.92.0

GetKafkaConfig provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) GetMaterializedFeature added in v0.88.0

GetMaterializedFeature provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) ListFeatures added in v0.84.0

ListFeatures provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) ListFeaturesAll added in v0.84.0

func (_m *MockFeatureEngineeringInterface) ListFeaturesAll(ctx context.Context, request ml.ListFeaturesRequest) ([]ml.Feature, error)

ListFeaturesAll provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) ListKafkaConfigs added in v0.92.0

ListKafkaConfigs provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) ListKafkaConfigsAll added in v0.92.0

func (_m *MockFeatureEngineeringInterface) ListKafkaConfigsAll(ctx context.Context, request ml.ListKafkaConfigsRequest) ([]ml.KafkaConfig, error)

ListKafkaConfigsAll provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) ListMaterializedFeatures added in v0.88.0

ListMaterializedFeatures provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) ListMaterializedFeaturesAll added in v0.88.0

ListMaterializedFeaturesAll provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) UpdateFeature added in v0.84.0

UpdateFeature provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) UpdateKafkaConfig added in v0.92.0

UpdateKafkaConfig provides a mock function with given fields: ctx, request

func (*MockFeatureEngineeringInterface) UpdateMaterializedFeature added in v0.88.0

UpdateMaterializedFeature provides a mock function with given fields: ctx, request

type MockFeatureEngineeringInterface_BatchCreateMaterializedFeatures_Call added in v0.92.0

type MockFeatureEngineeringInterface_BatchCreateMaterializedFeatures_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_BatchCreateMaterializedFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchCreateMaterializedFeatures'

func (*MockFeatureEngineeringInterface_BatchCreateMaterializedFeatures_Call) Return added in v0.92.0

func (*MockFeatureEngineeringInterface_BatchCreateMaterializedFeatures_Call) Run added in v0.92.0

type MockFeatureEngineeringInterface_CreateFeature_Call added in v0.84.0

type MockFeatureEngineeringInterface_CreateFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_CreateFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFeature'

func (*MockFeatureEngineeringInterface_CreateFeature_Call) Return added in v0.84.0

func (*MockFeatureEngineeringInterface_CreateFeature_Call) Run added in v0.84.0

func (*MockFeatureEngineeringInterface_CreateFeature_Call) RunAndReturn added in v0.84.0

type MockFeatureEngineeringInterface_CreateKafkaConfig_Call added in v0.92.0

type MockFeatureEngineeringInterface_CreateKafkaConfig_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_CreateKafkaConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateKafkaConfig'

func (*MockFeatureEngineeringInterface_CreateKafkaConfig_Call) Return added in v0.92.0

func (*MockFeatureEngineeringInterface_CreateKafkaConfig_Call) Run added in v0.92.0

func (*MockFeatureEngineeringInterface_CreateKafkaConfig_Call) RunAndReturn added in v0.92.0

type MockFeatureEngineeringInterface_CreateMaterializedFeature_Call added in v0.88.0

type MockFeatureEngineeringInterface_CreateMaterializedFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_CreateMaterializedFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMaterializedFeature'

func (*MockFeatureEngineeringInterface_CreateMaterializedFeature_Call) Return added in v0.88.0

func (*MockFeatureEngineeringInterface_CreateMaterializedFeature_Call) Run added in v0.88.0

type MockFeatureEngineeringInterface_DeleteFeature_Call added in v0.84.0

type MockFeatureEngineeringInterface_DeleteFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_DeleteFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFeature'

func (*MockFeatureEngineeringInterface_DeleteFeature_Call) Return added in v0.84.0

func (*MockFeatureEngineeringInterface_DeleteFeature_Call) Run added in v0.84.0

func (*MockFeatureEngineeringInterface_DeleteFeature_Call) RunAndReturn added in v0.84.0

type MockFeatureEngineeringInterface_DeleteKafkaConfig_Call added in v0.92.0

type MockFeatureEngineeringInterface_DeleteKafkaConfig_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_DeleteKafkaConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteKafkaConfig'

func (*MockFeatureEngineeringInterface_DeleteKafkaConfig_Call) Return added in v0.92.0

func (*MockFeatureEngineeringInterface_DeleteKafkaConfig_Call) Run added in v0.92.0

func (*MockFeatureEngineeringInterface_DeleteKafkaConfig_Call) RunAndReturn added in v0.92.0

type MockFeatureEngineeringInterface_DeleteMaterializedFeature_Call added in v0.88.0

type MockFeatureEngineeringInterface_DeleteMaterializedFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_DeleteMaterializedFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteMaterializedFeature'

func (*MockFeatureEngineeringInterface_DeleteMaterializedFeature_Call) Return added in v0.88.0

func (*MockFeatureEngineeringInterface_DeleteMaterializedFeature_Call) Run added in v0.88.0

func (*MockFeatureEngineeringInterface_DeleteMaterializedFeature_Call) RunAndReturn added in v0.88.0

type MockFeatureEngineeringInterface_Expecter added in v0.84.0

type MockFeatureEngineeringInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockFeatureEngineeringInterface_Expecter) BatchCreateMaterializedFeatures added in v0.92.0

func (_e *MockFeatureEngineeringInterface_Expecter) BatchCreateMaterializedFeatures(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_BatchCreateMaterializedFeatures_Call

BatchCreateMaterializedFeatures is a helper method to define mock.On call

  • ctx context.Context
  • request ml.BatchCreateMaterializedFeaturesRequest

func (*MockFeatureEngineeringInterface_Expecter) CreateFeature added in v0.84.0

func (_e *MockFeatureEngineeringInterface_Expecter) CreateFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_CreateFeature_Call

CreateFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateFeatureRequest

func (*MockFeatureEngineeringInterface_Expecter) CreateKafkaConfig added in v0.92.0

func (_e *MockFeatureEngineeringInterface_Expecter) CreateKafkaConfig(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_CreateKafkaConfig_Call

CreateKafkaConfig is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateKafkaConfigRequest

func (*MockFeatureEngineeringInterface_Expecter) CreateMaterializedFeature added in v0.88.0

func (_e *MockFeatureEngineeringInterface_Expecter) CreateMaterializedFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_CreateMaterializedFeature_Call

CreateMaterializedFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateMaterializedFeatureRequest

func (*MockFeatureEngineeringInterface_Expecter) DeleteFeature added in v0.84.0

func (_e *MockFeatureEngineeringInterface_Expecter) DeleteFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_DeleteFeature_Call

DeleteFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteFeatureRequest

func (*MockFeatureEngineeringInterface_Expecter) DeleteKafkaConfig added in v0.92.0

func (_e *MockFeatureEngineeringInterface_Expecter) DeleteKafkaConfig(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_DeleteKafkaConfig_Call

DeleteKafkaConfig is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteKafkaConfigRequest

func (*MockFeatureEngineeringInterface_Expecter) DeleteMaterializedFeature added in v0.88.0

func (_e *MockFeatureEngineeringInterface_Expecter) DeleteMaterializedFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_DeleteMaterializedFeature_Call

DeleteMaterializedFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteMaterializedFeatureRequest

func (*MockFeatureEngineeringInterface_Expecter) GetFeature added in v0.84.0

func (_e *MockFeatureEngineeringInterface_Expecter) GetFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_GetFeature_Call

GetFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetFeatureRequest

func (*MockFeatureEngineeringInterface_Expecter) GetKafkaConfig added in v0.92.0

func (_e *MockFeatureEngineeringInterface_Expecter) GetKafkaConfig(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_GetKafkaConfig_Call

GetKafkaConfig is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetKafkaConfigRequest

func (*MockFeatureEngineeringInterface_Expecter) GetMaterializedFeature added in v0.88.0

func (_e *MockFeatureEngineeringInterface_Expecter) GetMaterializedFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_GetMaterializedFeature_Call

GetMaterializedFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetMaterializedFeatureRequest

func (*MockFeatureEngineeringInterface_Expecter) ListFeatures added in v0.84.0

func (_e *MockFeatureEngineeringInterface_Expecter) ListFeatures(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_ListFeatures_Call

ListFeatures is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListFeaturesRequest

func (*MockFeatureEngineeringInterface_Expecter) ListFeaturesAll added in v0.84.0

func (_e *MockFeatureEngineeringInterface_Expecter) ListFeaturesAll(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_ListFeaturesAll_Call

ListFeaturesAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListFeaturesRequest

func (*MockFeatureEngineeringInterface_Expecter) ListKafkaConfigs added in v0.92.0

func (_e *MockFeatureEngineeringInterface_Expecter) ListKafkaConfigs(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_ListKafkaConfigs_Call

ListKafkaConfigs is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListKafkaConfigsRequest

func (*MockFeatureEngineeringInterface_Expecter) ListKafkaConfigsAll added in v0.92.0

func (_e *MockFeatureEngineeringInterface_Expecter) ListKafkaConfigsAll(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_ListKafkaConfigsAll_Call

ListKafkaConfigsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListKafkaConfigsRequest

func (*MockFeatureEngineeringInterface_Expecter) ListMaterializedFeatures added in v0.88.0

func (_e *MockFeatureEngineeringInterface_Expecter) ListMaterializedFeatures(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_ListMaterializedFeatures_Call

ListMaterializedFeatures is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListMaterializedFeaturesRequest

func (*MockFeatureEngineeringInterface_Expecter) ListMaterializedFeaturesAll added in v0.88.0

func (_e *MockFeatureEngineeringInterface_Expecter) ListMaterializedFeaturesAll(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_ListMaterializedFeaturesAll_Call

ListMaterializedFeaturesAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListMaterializedFeaturesRequest

func (*MockFeatureEngineeringInterface_Expecter) UpdateFeature added in v0.84.0

func (_e *MockFeatureEngineeringInterface_Expecter) UpdateFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_UpdateFeature_Call

UpdateFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateFeatureRequest

func (*MockFeatureEngineeringInterface_Expecter) UpdateKafkaConfig added in v0.92.0

func (_e *MockFeatureEngineeringInterface_Expecter) UpdateKafkaConfig(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_UpdateKafkaConfig_Call

UpdateKafkaConfig is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateKafkaConfigRequest

func (*MockFeatureEngineeringInterface_Expecter) UpdateMaterializedFeature added in v0.88.0

func (_e *MockFeatureEngineeringInterface_Expecter) UpdateMaterializedFeature(ctx interface{}, request interface{}) *MockFeatureEngineeringInterface_UpdateMaterializedFeature_Call

UpdateMaterializedFeature is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateMaterializedFeatureRequest

type MockFeatureEngineeringInterface_GetFeature_Call added in v0.84.0

type MockFeatureEngineeringInterface_GetFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_GetFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeature'

func (*MockFeatureEngineeringInterface_GetFeature_Call) Return added in v0.84.0

func (*MockFeatureEngineeringInterface_GetFeature_Call) Run added in v0.84.0

func (*MockFeatureEngineeringInterface_GetFeature_Call) RunAndReturn added in v0.84.0

type MockFeatureEngineeringInterface_GetKafkaConfig_Call added in v0.92.0

type MockFeatureEngineeringInterface_GetKafkaConfig_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_GetKafkaConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetKafkaConfig'

func (*MockFeatureEngineeringInterface_GetKafkaConfig_Call) Return added in v0.92.0

func (*MockFeatureEngineeringInterface_GetKafkaConfig_Call) Run added in v0.92.0

func (*MockFeatureEngineeringInterface_GetKafkaConfig_Call) RunAndReturn added in v0.92.0

type MockFeatureEngineeringInterface_GetMaterializedFeature_Call added in v0.88.0

type MockFeatureEngineeringInterface_GetMaterializedFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_GetMaterializedFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMaterializedFeature'

func (*MockFeatureEngineeringInterface_GetMaterializedFeature_Call) Return added in v0.88.0

func (*MockFeatureEngineeringInterface_GetMaterializedFeature_Call) Run added in v0.88.0

func (*MockFeatureEngineeringInterface_GetMaterializedFeature_Call) RunAndReturn added in v0.88.0

type MockFeatureEngineeringInterface_ListFeaturesAll_Call added in v0.84.0

type MockFeatureEngineeringInterface_ListFeaturesAll_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_ListFeaturesAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFeaturesAll'

func (*MockFeatureEngineeringInterface_ListFeaturesAll_Call) Return added in v0.84.0

func (*MockFeatureEngineeringInterface_ListFeaturesAll_Call) Run added in v0.84.0

func (*MockFeatureEngineeringInterface_ListFeaturesAll_Call) RunAndReturn added in v0.84.0

type MockFeatureEngineeringInterface_ListFeatures_Call added in v0.84.0

type MockFeatureEngineeringInterface_ListFeatures_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_ListFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFeatures'

func (*MockFeatureEngineeringInterface_ListFeatures_Call) Return added in v0.84.0

func (*MockFeatureEngineeringInterface_ListFeatures_Call) Run added in v0.84.0

func (*MockFeatureEngineeringInterface_ListFeatures_Call) RunAndReturn added in v0.84.0

type MockFeatureEngineeringInterface_ListKafkaConfigsAll_Call added in v0.92.0

type MockFeatureEngineeringInterface_ListKafkaConfigsAll_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_ListKafkaConfigsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListKafkaConfigsAll'

func (*MockFeatureEngineeringInterface_ListKafkaConfigsAll_Call) Return added in v0.92.0

func (*MockFeatureEngineeringInterface_ListKafkaConfigsAll_Call) Run added in v0.92.0

func (*MockFeatureEngineeringInterface_ListKafkaConfigsAll_Call) RunAndReturn added in v0.92.0

type MockFeatureEngineeringInterface_ListKafkaConfigs_Call added in v0.92.0

type MockFeatureEngineeringInterface_ListKafkaConfigs_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_ListKafkaConfigs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListKafkaConfigs'

func (*MockFeatureEngineeringInterface_ListKafkaConfigs_Call) Return added in v0.92.0

func (*MockFeatureEngineeringInterface_ListKafkaConfigs_Call) Run added in v0.92.0

func (*MockFeatureEngineeringInterface_ListKafkaConfigs_Call) RunAndReturn added in v0.92.0

type MockFeatureEngineeringInterface_ListMaterializedFeaturesAll_Call added in v0.88.0

type MockFeatureEngineeringInterface_ListMaterializedFeaturesAll_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_ListMaterializedFeaturesAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMaterializedFeaturesAll'

func (*MockFeatureEngineeringInterface_ListMaterializedFeaturesAll_Call) Return added in v0.88.0

func (*MockFeatureEngineeringInterface_ListMaterializedFeaturesAll_Call) Run added in v0.88.0

func (*MockFeatureEngineeringInterface_ListMaterializedFeaturesAll_Call) RunAndReturn added in v0.88.0

type MockFeatureEngineeringInterface_ListMaterializedFeatures_Call added in v0.88.0

type MockFeatureEngineeringInterface_ListMaterializedFeatures_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_ListMaterializedFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMaterializedFeatures'

func (*MockFeatureEngineeringInterface_ListMaterializedFeatures_Call) Return added in v0.88.0

func (*MockFeatureEngineeringInterface_ListMaterializedFeatures_Call) Run added in v0.88.0

type MockFeatureEngineeringInterface_UpdateFeature_Call added in v0.84.0

type MockFeatureEngineeringInterface_UpdateFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_UpdateFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFeature'

func (*MockFeatureEngineeringInterface_UpdateFeature_Call) Return added in v0.84.0

func (*MockFeatureEngineeringInterface_UpdateFeature_Call) Run added in v0.84.0

func (*MockFeatureEngineeringInterface_UpdateFeature_Call) RunAndReturn added in v0.84.0

type MockFeatureEngineeringInterface_UpdateKafkaConfig_Call added in v0.92.0

type MockFeatureEngineeringInterface_UpdateKafkaConfig_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_UpdateKafkaConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateKafkaConfig'

func (*MockFeatureEngineeringInterface_UpdateKafkaConfig_Call) Return added in v0.92.0

func (*MockFeatureEngineeringInterface_UpdateKafkaConfig_Call) Run added in v0.92.0

func (*MockFeatureEngineeringInterface_UpdateKafkaConfig_Call) RunAndReturn added in v0.92.0

type MockFeatureEngineeringInterface_UpdateMaterializedFeature_Call added in v0.88.0

type MockFeatureEngineeringInterface_UpdateMaterializedFeature_Call struct {
	*mock.Call
}

MockFeatureEngineeringInterface_UpdateMaterializedFeature_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateMaterializedFeature'

func (*MockFeatureEngineeringInterface_UpdateMaterializedFeature_Call) Return added in v0.88.0

func (*MockFeatureEngineeringInterface_UpdateMaterializedFeature_Call) Run added in v0.88.0

type MockFeatureStoreInterface added in v0.73.0

type MockFeatureStoreInterface struct {
	mock.Mock
}

MockFeatureStoreInterface is an autogenerated mock type for the FeatureStoreInterface type

func NewMockFeatureStoreInterface added in v0.73.0

func NewMockFeatureStoreInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockFeatureStoreInterface

NewMockFeatureStoreInterface creates a new instance of MockFeatureStoreInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockFeatureStoreInterface) CreateOnlineStore added in v0.73.0

func (_m *MockFeatureStoreInterface) CreateOnlineStore(ctx context.Context, request ml.CreateOnlineStoreRequest) (*ml.OnlineStore, error)

CreateOnlineStore provides a mock function with given fields: ctx, request

func (*MockFeatureStoreInterface) DeleteOnlineStore added in v0.73.0

func (_m *MockFeatureStoreInterface) DeleteOnlineStore(ctx context.Context, request ml.DeleteOnlineStoreRequest) error

DeleteOnlineStore provides a mock function with given fields: ctx, request

func (*MockFeatureStoreInterface) DeleteOnlineStoreByName added in v0.73.0

func (_m *MockFeatureStoreInterface) DeleteOnlineStoreByName(ctx context.Context, name string) error

DeleteOnlineStoreByName provides a mock function with given fields: ctx, name

func (*MockFeatureStoreInterface) DeleteOnlineTable added in v0.92.0

func (_m *MockFeatureStoreInterface) DeleteOnlineTable(ctx context.Context, request ml.DeleteOnlineTableRequest) error

DeleteOnlineTable provides a mock function with given fields: ctx, request

func (*MockFeatureStoreInterface) EXPECT added in v0.73.0

func (*MockFeatureStoreInterface) GetOnlineStore added in v0.73.0

GetOnlineStore provides a mock function with given fields: ctx, request

func (*MockFeatureStoreInterface) GetOnlineStoreByName added in v0.73.0

func (_m *MockFeatureStoreInterface) GetOnlineStoreByName(ctx context.Context, name string) (*ml.OnlineStore, error)

GetOnlineStoreByName provides a mock function with given fields: ctx, name

func (*MockFeatureStoreInterface) ListOnlineStores added in v0.73.0

ListOnlineStores provides a mock function with given fields: ctx, request

func (*MockFeatureStoreInterface) ListOnlineStoresAll added in v0.73.0

func (_m *MockFeatureStoreInterface) ListOnlineStoresAll(ctx context.Context, request ml.ListOnlineStoresRequest) ([]ml.OnlineStore, error)

ListOnlineStoresAll provides a mock function with given fields: ctx, request

func (*MockFeatureStoreInterface) PublishTable added in v0.73.0

PublishTable provides a mock function with given fields: ctx, request

func (*MockFeatureStoreInterface) UpdateOnlineStore added in v0.73.0

func (_m *MockFeatureStoreInterface) UpdateOnlineStore(ctx context.Context, request ml.UpdateOnlineStoreRequest) (*ml.OnlineStore, error)

UpdateOnlineStore provides a mock function with given fields: ctx, request

type MockFeatureStoreInterface_CreateOnlineStore_Call added in v0.73.0

type MockFeatureStoreInterface_CreateOnlineStore_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_CreateOnlineStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOnlineStore'

func (*MockFeatureStoreInterface_CreateOnlineStore_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_CreateOnlineStore_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_CreateOnlineStore_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_DeleteOnlineStoreByName_Call added in v0.73.0

type MockFeatureStoreInterface_DeleteOnlineStoreByName_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_DeleteOnlineStoreByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOnlineStoreByName'

func (*MockFeatureStoreInterface_DeleteOnlineStoreByName_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_DeleteOnlineStoreByName_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_DeleteOnlineStoreByName_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_DeleteOnlineStore_Call added in v0.73.0

type MockFeatureStoreInterface_DeleteOnlineStore_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_DeleteOnlineStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOnlineStore'

func (*MockFeatureStoreInterface_DeleteOnlineStore_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_DeleteOnlineStore_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_DeleteOnlineStore_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_DeleteOnlineTable_Call added in v0.92.0

type MockFeatureStoreInterface_DeleteOnlineTable_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_DeleteOnlineTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOnlineTable'

func (*MockFeatureStoreInterface_DeleteOnlineTable_Call) Return added in v0.92.0

func (*MockFeatureStoreInterface_DeleteOnlineTable_Call) Run added in v0.92.0

func (*MockFeatureStoreInterface_DeleteOnlineTable_Call) RunAndReturn added in v0.92.0

type MockFeatureStoreInterface_Expecter added in v0.73.0

type MockFeatureStoreInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockFeatureStoreInterface_Expecter) CreateOnlineStore added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) CreateOnlineStore(ctx interface{}, request interface{}) *MockFeatureStoreInterface_CreateOnlineStore_Call

CreateOnlineStore is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateOnlineStoreRequest

func (*MockFeatureStoreInterface_Expecter) DeleteOnlineStore added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) DeleteOnlineStore(ctx interface{}, request interface{}) *MockFeatureStoreInterface_DeleteOnlineStore_Call

DeleteOnlineStore is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteOnlineStoreRequest

func (*MockFeatureStoreInterface_Expecter) DeleteOnlineStoreByName added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) DeleteOnlineStoreByName(ctx interface{}, name interface{}) *MockFeatureStoreInterface_DeleteOnlineStoreByName_Call

DeleteOnlineStoreByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockFeatureStoreInterface_Expecter) DeleteOnlineTable added in v0.92.0

func (_e *MockFeatureStoreInterface_Expecter) DeleteOnlineTable(ctx interface{}, request interface{}) *MockFeatureStoreInterface_DeleteOnlineTable_Call

DeleteOnlineTable is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteOnlineTableRequest

func (*MockFeatureStoreInterface_Expecter) GetOnlineStore added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) GetOnlineStore(ctx interface{}, request interface{}) *MockFeatureStoreInterface_GetOnlineStore_Call

GetOnlineStore is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetOnlineStoreRequest

func (*MockFeatureStoreInterface_Expecter) GetOnlineStoreByName added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) GetOnlineStoreByName(ctx interface{}, name interface{}) *MockFeatureStoreInterface_GetOnlineStoreByName_Call

GetOnlineStoreByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockFeatureStoreInterface_Expecter) ListOnlineStores added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) ListOnlineStores(ctx interface{}, request interface{}) *MockFeatureStoreInterface_ListOnlineStores_Call

ListOnlineStores is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListOnlineStoresRequest

func (*MockFeatureStoreInterface_Expecter) ListOnlineStoresAll added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) ListOnlineStoresAll(ctx interface{}, request interface{}) *MockFeatureStoreInterface_ListOnlineStoresAll_Call

ListOnlineStoresAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListOnlineStoresRequest

func (*MockFeatureStoreInterface_Expecter) PublishTable added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) PublishTable(ctx interface{}, request interface{}) *MockFeatureStoreInterface_PublishTable_Call

PublishTable is a helper method to define mock.On call

  • ctx context.Context
  • request ml.PublishTableRequest

func (*MockFeatureStoreInterface_Expecter) UpdateOnlineStore added in v0.73.0

func (_e *MockFeatureStoreInterface_Expecter) UpdateOnlineStore(ctx interface{}, request interface{}) *MockFeatureStoreInterface_UpdateOnlineStore_Call

UpdateOnlineStore is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateOnlineStoreRequest

type MockFeatureStoreInterface_GetOnlineStoreByName_Call added in v0.73.0

type MockFeatureStoreInterface_GetOnlineStoreByName_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_GetOnlineStoreByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOnlineStoreByName'

func (*MockFeatureStoreInterface_GetOnlineStoreByName_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_GetOnlineStoreByName_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_GetOnlineStoreByName_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_GetOnlineStore_Call added in v0.73.0

type MockFeatureStoreInterface_GetOnlineStore_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_GetOnlineStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOnlineStore'

func (*MockFeatureStoreInterface_GetOnlineStore_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_GetOnlineStore_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_GetOnlineStore_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_ListOnlineStoresAll_Call added in v0.73.0

type MockFeatureStoreInterface_ListOnlineStoresAll_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_ListOnlineStoresAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOnlineStoresAll'

func (*MockFeatureStoreInterface_ListOnlineStoresAll_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_ListOnlineStoresAll_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_ListOnlineStoresAll_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_ListOnlineStores_Call added in v0.73.0

type MockFeatureStoreInterface_ListOnlineStores_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_ListOnlineStores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOnlineStores'

func (*MockFeatureStoreInterface_ListOnlineStores_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_ListOnlineStores_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_ListOnlineStores_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_PublishTable_Call added in v0.73.0

type MockFeatureStoreInterface_PublishTable_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_PublishTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublishTable'

func (*MockFeatureStoreInterface_PublishTable_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_PublishTable_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_PublishTable_Call) RunAndReturn added in v0.73.0

type MockFeatureStoreInterface_UpdateOnlineStore_Call added in v0.73.0

type MockFeatureStoreInterface_UpdateOnlineStore_Call struct {
	*mock.Call
}

MockFeatureStoreInterface_UpdateOnlineStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateOnlineStore'

func (*MockFeatureStoreInterface_UpdateOnlineStore_Call) Return added in v0.73.0

func (*MockFeatureStoreInterface_UpdateOnlineStore_Call) Run added in v0.73.0

func (*MockFeatureStoreInterface_UpdateOnlineStore_Call) RunAndReturn added in v0.73.0

type MockForecastingInterface added in v0.60.0

type MockForecastingInterface struct {
	mock.Mock
}

MockForecastingInterface is an autogenerated mock type for the ForecastingInterface type

func NewMockForecastingInterface added in v0.60.0

func NewMockForecastingInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockForecastingInterface

NewMockForecastingInterface creates a new instance of MockForecastingInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockForecastingInterface) CreateExperiment added in v0.60.0

CreateExperiment provides a mock function with given fields: ctx, createForecastingExperimentRequest

func (*MockForecastingInterface) CreateExperimentAndWait added in v0.60.0

func (_m *MockForecastingInterface) CreateExperimentAndWait(ctx context.Context, createForecastingExperimentRequest ml.CreateForecastingExperimentRequest, options ...retries.Option[ml.ForecastingExperiment]) (*ml.ForecastingExperiment, error)

CreateExperimentAndWait provides a mock function with given fields: ctx, createForecastingExperimentRequest, options

func (*MockForecastingInterface) EXPECT added in v0.60.0

func (*MockForecastingInterface) GetExperiment added in v0.60.0

GetExperiment provides a mock function with given fields: ctx, request

func (*MockForecastingInterface) GetExperimentByExperimentId added in v0.60.0

func (_m *MockForecastingInterface) GetExperimentByExperimentId(ctx context.Context, experimentId string) (*ml.ForecastingExperiment, error)

GetExperimentByExperimentId provides a mock function with given fields: ctx, experimentId

func (*MockForecastingInterface) WaitGetExperimentForecastingSucceeded added in v0.60.0

func (_m *MockForecastingInterface) WaitGetExperimentForecastingSucceeded(ctx context.Context, experimentId string, timeout time.Duration, callback func(*ml.ForecastingExperiment)) (*ml.ForecastingExperiment, error)

WaitGetExperimentForecastingSucceeded provides a mock function with given fields: ctx, experimentId, timeout, callback

type MockForecastingInterface_CreateExperimentAndWait_Call added in v0.60.0

type MockForecastingInterface_CreateExperimentAndWait_Call struct {
	*mock.Call
}

MockForecastingInterface_CreateExperimentAndWait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperimentAndWait'

func (*MockForecastingInterface_CreateExperimentAndWait_Call) Return added in v0.60.0

func (*MockForecastingInterface_CreateExperimentAndWait_Call) Run added in v0.60.0

type MockForecastingInterface_CreateExperiment_Call added in v0.60.0

type MockForecastingInterface_CreateExperiment_Call struct {
	*mock.Call
}

MockForecastingInterface_CreateExperiment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperiment'

func (*MockForecastingInterface_CreateExperiment_Call) Run added in v0.60.0

type MockForecastingInterface_Expecter added in v0.60.0

type MockForecastingInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockForecastingInterface_Expecter) CreateExperiment added in v0.60.0

func (_e *MockForecastingInterface_Expecter) CreateExperiment(ctx interface{}, createForecastingExperimentRequest interface{}) *MockForecastingInterface_CreateExperiment_Call

CreateExperiment is a helper method to define mock.On call

  • ctx context.Context
  • createForecastingExperimentRequest ml.CreateForecastingExperimentRequest

func (*MockForecastingInterface_Expecter) CreateExperimentAndWait added in v0.60.0

func (_e *MockForecastingInterface_Expecter) CreateExperimentAndWait(ctx interface{}, createForecastingExperimentRequest interface{}, options ...interface{}) *MockForecastingInterface_CreateExperimentAndWait_Call

CreateExperimentAndWait is a helper method to define mock.On call

  • ctx context.Context
  • createForecastingExperimentRequest ml.CreateForecastingExperimentRequest
  • options ...retries.Option[ml.ForecastingExperiment]

func (*MockForecastingInterface_Expecter) GetExperiment added in v0.60.0

func (_e *MockForecastingInterface_Expecter) GetExperiment(ctx interface{}, request interface{}) *MockForecastingInterface_GetExperiment_Call

GetExperiment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetForecastingExperimentRequest

func (*MockForecastingInterface_Expecter) GetExperimentByExperimentId added in v0.60.0

func (_e *MockForecastingInterface_Expecter) GetExperimentByExperimentId(ctx interface{}, experimentId interface{}) *MockForecastingInterface_GetExperimentByExperimentId_Call

GetExperimentByExperimentId is a helper method to define mock.On call

  • ctx context.Context
  • experimentId string

func (*MockForecastingInterface_Expecter) WaitGetExperimentForecastingSucceeded added in v0.60.0

func (_e *MockForecastingInterface_Expecter) WaitGetExperimentForecastingSucceeded(ctx interface{}, experimentId interface{}, timeout interface{}, callback interface{}) *MockForecastingInterface_WaitGetExperimentForecastingSucceeded_Call

WaitGetExperimentForecastingSucceeded is a helper method to define mock.On call

  • ctx context.Context
  • experimentId string
  • timeout time.Duration
  • callback func(*ml.ForecastingExperiment)

type MockForecastingInterface_GetExperimentByExperimentId_Call added in v0.60.0

type MockForecastingInterface_GetExperimentByExperimentId_Call struct {
	*mock.Call
}

MockForecastingInterface_GetExperimentByExperimentId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExperimentByExperimentId'

func (*MockForecastingInterface_GetExperimentByExperimentId_Call) Return added in v0.60.0

func (*MockForecastingInterface_GetExperimentByExperimentId_Call) Run added in v0.60.0

func (*MockForecastingInterface_GetExperimentByExperimentId_Call) RunAndReturn added in v0.60.0

type MockForecastingInterface_GetExperiment_Call added in v0.60.0

type MockForecastingInterface_GetExperiment_Call struct {
	*mock.Call
}

MockForecastingInterface_GetExperiment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExperiment'

func (*MockForecastingInterface_GetExperiment_Call) Return added in v0.60.0

func (*MockForecastingInterface_GetExperiment_Call) Run added in v0.60.0

func (*MockForecastingInterface_GetExperiment_Call) RunAndReturn added in v0.60.0

type MockForecastingInterface_WaitGetExperimentForecastingSucceeded_Call added in v0.60.0

type MockForecastingInterface_WaitGetExperimentForecastingSucceeded_Call struct {
	*mock.Call
}

MockForecastingInterface_WaitGetExperimentForecastingSucceeded_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitGetExperimentForecastingSucceeded'

func (*MockForecastingInterface_WaitGetExperimentForecastingSucceeded_Call) Return added in v0.60.0

func (*MockForecastingInterface_WaitGetExperimentForecastingSucceeded_Call) Run added in v0.60.0

func (*MockForecastingInterface_WaitGetExperimentForecastingSucceeded_Call) RunAndReturn added in v0.60.0

type MockMaterializedFeaturesInterface added in v0.74.0

type MockMaterializedFeaturesInterface struct {
	mock.Mock
}

MockMaterializedFeaturesInterface is an autogenerated mock type for the MaterializedFeaturesInterface type

func NewMockMaterializedFeaturesInterface added in v0.74.0

func NewMockMaterializedFeaturesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockMaterializedFeaturesInterface

NewMockMaterializedFeaturesInterface creates a new instance of MockMaterializedFeaturesInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockMaterializedFeaturesInterface) CreateFeatureTag added in v0.74.0

CreateFeatureTag provides a mock function with given fields: ctx, request

func (*MockMaterializedFeaturesInterface) DeleteFeatureTag added in v0.74.0

DeleteFeatureTag provides a mock function with given fields: ctx, request

func (*MockMaterializedFeaturesInterface) DeleteFeatureTagByTableNameAndFeatureNameAndKey added in v0.74.0

func (_m *MockMaterializedFeaturesInterface) DeleteFeatureTagByTableNameAndFeatureNameAndKey(ctx context.Context, tableName string, featureName string, key string) error

DeleteFeatureTagByTableNameAndFeatureNameAndKey provides a mock function with given fields: ctx, tableName, featureName, key

func (*MockMaterializedFeaturesInterface) EXPECT added in v0.74.0

func (*MockMaterializedFeaturesInterface) GetFeatureLineage added in v0.74.0

GetFeatureLineage provides a mock function with given fields: ctx, request

func (*MockMaterializedFeaturesInterface) GetFeatureLineageByTableNameAndFeatureName added in v0.74.0

func (_m *MockMaterializedFeaturesInterface) GetFeatureLineageByTableNameAndFeatureName(ctx context.Context, tableName string, featureName string) (*ml.FeatureLineage, error)

GetFeatureLineageByTableNameAndFeatureName provides a mock function with given fields: ctx, tableName, featureName

func (*MockMaterializedFeaturesInterface) GetFeatureTag added in v0.74.0

GetFeatureTag provides a mock function with given fields: ctx, request

func (*MockMaterializedFeaturesInterface) GetFeatureTagByTableNameAndFeatureNameAndKey added in v0.74.0

func (_m *MockMaterializedFeaturesInterface) GetFeatureTagByTableNameAndFeatureNameAndKey(ctx context.Context, tableName string, featureName string, key string) (*ml.FeatureTag, error)

GetFeatureTagByTableNameAndFeatureNameAndKey provides a mock function with given fields: ctx, tableName, featureName, key

func (*MockMaterializedFeaturesInterface) ListFeatureTags added in v0.74.0

ListFeatureTags provides a mock function with given fields: ctx, request

func (*MockMaterializedFeaturesInterface) ListFeatureTagsAll added in v0.74.0

ListFeatureTagsAll provides a mock function with given fields: ctx, request

func (*MockMaterializedFeaturesInterface) ListFeatureTagsByTableNameAndFeatureName added in v0.74.0

func (_m *MockMaterializedFeaturesInterface) ListFeatureTagsByTableNameAndFeatureName(ctx context.Context, tableName string, featureName string) (*ml.ListFeatureTagsResponse, error)

ListFeatureTagsByTableNameAndFeatureName provides a mock function with given fields: ctx, tableName, featureName

func (*MockMaterializedFeaturesInterface) UpdateFeatureTag added in v0.74.0

UpdateFeatureTag provides a mock function with given fields: ctx, request

type MockMaterializedFeaturesInterface_CreateFeatureTag_Call added in v0.74.0

type MockMaterializedFeaturesInterface_CreateFeatureTag_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_CreateFeatureTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFeatureTag'

func (*MockMaterializedFeaturesInterface_CreateFeatureTag_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_CreateFeatureTag_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_CreateFeatureTag_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_DeleteFeatureTagByTableNameAndFeatureNameAndKey_Call added in v0.74.0

type MockMaterializedFeaturesInterface_DeleteFeatureTagByTableNameAndFeatureNameAndKey_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_DeleteFeatureTagByTableNameAndFeatureNameAndKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFeatureTagByTableNameAndFeatureNameAndKey'

func (*MockMaterializedFeaturesInterface_DeleteFeatureTagByTableNameAndFeatureNameAndKey_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_DeleteFeatureTagByTableNameAndFeatureNameAndKey_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_DeleteFeatureTagByTableNameAndFeatureNameAndKey_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_DeleteFeatureTag_Call added in v0.74.0

type MockMaterializedFeaturesInterface_DeleteFeatureTag_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_DeleteFeatureTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFeatureTag'

func (*MockMaterializedFeaturesInterface_DeleteFeatureTag_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_DeleteFeatureTag_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_DeleteFeatureTag_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_Expecter added in v0.74.0

type MockMaterializedFeaturesInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockMaterializedFeaturesInterface_Expecter) CreateFeatureTag added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) CreateFeatureTag(ctx interface{}, request interface{}) *MockMaterializedFeaturesInterface_CreateFeatureTag_Call

CreateFeatureTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateFeatureTagRequest

func (*MockMaterializedFeaturesInterface_Expecter) DeleteFeatureTag added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) DeleteFeatureTag(ctx interface{}, request interface{}) *MockMaterializedFeaturesInterface_DeleteFeatureTag_Call

DeleteFeatureTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteFeatureTagRequest

func (*MockMaterializedFeaturesInterface_Expecter) DeleteFeatureTagByTableNameAndFeatureNameAndKey added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) DeleteFeatureTagByTableNameAndFeatureNameAndKey(ctx interface{}, tableName interface{}, featureName interface{}, key interface{}) *MockMaterializedFeaturesInterface_DeleteFeatureTagByTableNameAndFeatureNameAndKey_Call

DeleteFeatureTagByTableNameAndFeatureNameAndKey is a helper method to define mock.On call

  • ctx context.Context
  • tableName string
  • featureName string
  • key string

func (*MockMaterializedFeaturesInterface_Expecter) GetFeatureLineage added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) GetFeatureLineage(ctx interface{}, request interface{}) *MockMaterializedFeaturesInterface_GetFeatureLineage_Call

GetFeatureLineage is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetFeatureLineageRequest

func (*MockMaterializedFeaturesInterface_Expecter) GetFeatureLineageByTableNameAndFeatureName added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) GetFeatureLineageByTableNameAndFeatureName(ctx interface{}, tableName interface{}, featureName interface{}) *MockMaterializedFeaturesInterface_GetFeatureLineageByTableNameAndFeatureName_Call

GetFeatureLineageByTableNameAndFeatureName is a helper method to define mock.On call

  • ctx context.Context
  • tableName string
  • featureName string

func (*MockMaterializedFeaturesInterface_Expecter) GetFeatureTag added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) GetFeatureTag(ctx interface{}, request interface{}) *MockMaterializedFeaturesInterface_GetFeatureTag_Call

GetFeatureTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetFeatureTagRequest

func (*MockMaterializedFeaturesInterface_Expecter) GetFeatureTagByTableNameAndFeatureNameAndKey added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) GetFeatureTagByTableNameAndFeatureNameAndKey(ctx interface{}, tableName interface{}, featureName interface{}, key interface{}) *MockMaterializedFeaturesInterface_GetFeatureTagByTableNameAndFeatureNameAndKey_Call

GetFeatureTagByTableNameAndFeatureNameAndKey is a helper method to define mock.On call

  • ctx context.Context
  • tableName string
  • featureName string
  • key string

func (*MockMaterializedFeaturesInterface_Expecter) ListFeatureTags added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) ListFeatureTags(ctx interface{}, request interface{}) *MockMaterializedFeaturesInterface_ListFeatureTags_Call

ListFeatureTags is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListFeatureTagsRequest

func (*MockMaterializedFeaturesInterface_Expecter) ListFeatureTagsAll added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) ListFeatureTagsAll(ctx interface{}, request interface{}) *MockMaterializedFeaturesInterface_ListFeatureTagsAll_Call

ListFeatureTagsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListFeatureTagsRequest

func (*MockMaterializedFeaturesInterface_Expecter) ListFeatureTagsByTableNameAndFeatureName added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) ListFeatureTagsByTableNameAndFeatureName(ctx interface{}, tableName interface{}, featureName interface{}) *MockMaterializedFeaturesInterface_ListFeatureTagsByTableNameAndFeatureName_Call

ListFeatureTagsByTableNameAndFeatureName is a helper method to define mock.On call

  • ctx context.Context
  • tableName string
  • featureName string

func (*MockMaterializedFeaturesInterface_Expecter) UpdateFeatureTag added in v0.74.0

func (_e *MockMaterializedFeaturesInterface_Expecter) UpdateFeatureTag(ctx interface{}, request interface{}) *MockMaterializedFeaturesInterface_UpdateFeatureTag_Call

UpdateFeatureTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateFeatureTagRequest

type MockMaterializedFeaturesInterface_GetFeatureLineageByTableNameAndFeatureName_Call added in v0.74.0

type MockMaterializedFeaturesInterface_GetFeatureLineageByTableNameAndFeatureName_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_GetFeatureLineageByTableNameAndFeatureName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeatureLineageByTableNameAndFeatureName'

func (*MockMaterializedFeaturesInterface_GetFeatureLineageByTableNameAndFeatureName_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureLineageByTableNameAndFeatureName_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureLineageByTableNameAndFeatureName_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_GetFeatureLineage_Call added in v0.74.0

type MockMaterializedFeaturesInterface_GetFeatureLineage_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_GetFeatureLineage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeatureLineage'

func (*MockMaterializedFeaturesInterface_GetFeatureLineage_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureLineage_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureLineage_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_GetFeatureTagByTableNameAndFeatureNameAndKey_Call added in v0.74.0

type MockMaterializedFeaturesInterface_GetFeatureTagByTableNameAndFeatureNameAndKey_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_GetFeatureTagByTableNameAndFeatureNameAndKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeatureTagByTableNameAndFeatureNameAndKey'

func (*MockMaterializedFeaturesInterface_GetFeatureTagByTableNameAndFeatureNameAndKey_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureTagByTableNameAndFeatureNameAndKey_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureTagByTableNameAndFeatureNameAndKey_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_GetFeatureTag_Call added in v0.74.0

type MockMaterializedFeaturesInterface_GetFeatureTag_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_GetFeatureTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeatureTag'

func (*MockMaterializedFeaturesInterface_GetFeatureTag_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureTag_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_GetFeatureTag_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_ListFeatureTagsAll_Call added in v0.74.0

type MockMaterializedFeaturesInterface_ListFeatureTagsAll_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_ListFeatureTagsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFeatureTagsAll'

func (*MockMaterializedFeaturesInterface_ListFeatureTagsAll_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_ListFeatureTagsAll_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_ListFeatureTagsAll_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_ListFeatureTagsByTableNameAndFeatureName_Call added in v0.74.0

type MockMaterializedFeaturesInterface_ListFeatureTagsByTableNameAndFeatureName_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_ListFeatureTagsByTableNameAndFeatureName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFeatureTagsByTableNameAndFeatureName'

func (*MockMaterializedFeaturesInterface_ListFeatureTagsByTableNameAndFeatureName_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_ListFeatureTagsByTableNameAndFeatureName_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_ListFeatureTagsByTableNameAndFeatureName_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_ListFeatureTags_Call added in v0.74.0

type MockMaterializedFeaturesInterface_ListFeatureTags_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_ListFeatureTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFeatureTags'

func (*MockMaterializedFeaturesInterface_ListFeatureTags_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_ListFeatureTags_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_ListFeatureTags_Call) RunAndReturn added in v0.74.0

type MockMaterializedFeaturesInterface_UpdateFeatureTag_Call added in v0.74.0

type MockMaterializedFeaturesInterface_UpdateFeatureTag_Call struct {
	*mock.Call
}

MockMaterializedFeaturesInterface_UpdateFeatureTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFeatureTag'

func (*MockMaterializedFeaturesInterface_UpdateFeatureTag_Call) Return added in v0.74.0

func (*MockMaterializedFeaturesInterface_UpdateFeatureTag_Call) Run added in v0.74.0

func (*MockMaterializedFeaturesInterface_UpdateFeatureTag_Call) RunAndReturn added in v0.74.0

type MockModelRegistryInterface

type MockModelRegistryInterface struct {
	mock.Mock
}

MockModelRegistryInterface is an autogenerated mock type for the ModelRegistryInterface type

func NewMockModelRegistryInterface

func NewMockModelRegistryInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockModelRegistryInterface

NewMockModelRegistryInterface creates a new instance of MockModelRegistryInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockModelRegistryInterface) ApproveTransitionRequest

ApproveTransitionRequest provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) CreateComment

CreateComment provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) CreateModel

CreateModel provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) CreateModelVersion

CreateModelVersion provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) CreateTransitionRequest

CreateTransitionRequest provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) CreateWebhook

CreateWebhook provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) DeleteComment

func (_m *MockModelRegistryInterface) DeleteComment(ctx context.Context, request ml.DeleteCommentRequest) error

DeleteComment provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) DeleteModel

func (_m *MockModelRegistryInterface) DeleteModel(ctx context.Context, request ml.DeleteModelRequest) error

DeleteModel provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) DeleteModelTag

func (_m *MockModelRegistryInterface) DeleteModelTag(ctx context.Context, request ml.DeleteModelTagRequest) error

DeleteModelTag provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) DeleteModelVersion

func (_m *MockModelRegistryInterface) DeleteModelVersion(ctx context.Context, request ml.DeleteModelVersionRequest) error

DeleteModelVersion provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) DeleteModelVersionTag

func (_m *MockModelRegistryInterface) DeleteModelVersionTag(ctx context.Context, request ml.DeleteModelVersionTagRequest) error

DeleteModelVersionTag provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) DeleteTransitionRequest

DeleteTransitionRequest provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) DeleteWebhook

func (_m *MockModelRegistryInterface) DeleteWebhook(ctx context.Context, request ml.DeleteWebhookRequest) error

DeleteWebhook provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) EXPECT

func (*MockModelRegistryInterface) GetLatestVersions

GetLatestVersions provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) GetLatestVersionsAll

func (_m *MockModelRegistryInterface) GetLatestVersionsAll(ctx context.Context, request ml.GetLatestVersionsRequest) ([]ml.ModelVersion, error)

GetLatestVersionsAll provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) GetModel

GetModel provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) GetModelVersion

GetModelVersion provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) GetModelVersionDownloadUri

GetModelVersionDownloadUri provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) GetPermissionLevels

GetPermissionLevels provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) GetPermissionLevelsByRegisteredModelId

func (_m *MockModelRegistryInterface) GetPermissionLevelsByRegisteredModelId(ctx context.Context, registeredModelId string) (*ml.GetRegisteredModelPermissionLevelsResponse, error)

GetPermissionLevelsByRegisteredModelId provides a mock function with given fields: ctx, registeredModelId

func (*MockModelRegistryInterface) GetPermissions

GetPermissions provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) GetPermissionsByRegisteredModelId

func (_m *MockModelRegistryInterface) GetPermissionsByRegisteredModelId(ctx context.Context, registeredModelId string) (*ml.RegisteredModelPermissions, error)

GetPermissionsByRegisteredModelId provides a mock function with given fields: ctx, registeredModelId

func (*MockModelRegistryInterface) ListModels

ListModels provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) ListModelsAll

func (_m *MockModelRegistryInterface) ListModelsAll(ctx context.Context, request ml.ListModelsRequest) ([]ml.Model, error)

ListModelsAll provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) ListTransitionRequests

ListTransitionRequests provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) ListTransitionRequestsAll

func (_m *MockModelRegistryInterface) ListTransitionRequestsAll(ctx context.Context, request ml.ListTransitionRequestsRequest) ([]ml.Activity, error)

ListTransitionRequestsAll provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) ListWebhooks

ListWebhooks provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) ListWebhooksAll

ListWebhooksAll provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) RejectTransitionRequest

RejectTransitionRequest provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) RenameModel

RenameModel provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) SearchModelVersions

SearchModelVersions provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) SearchModelVersionsAll

func (_m *MockModelRegistryInterface) SearchModelVersionsAll(ctx context.Context, request ml.SearchModelVersionsRequest) ([]ml.ModelVersion, error)

SearchModelVersionsAll provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) SearchModels

SearchModels provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) SearchModelsAll

func (_m *MockModelRegistryInterface) SearchModelsAll(ctx context.Context, request ml.SearchModelsRequest) ([]ml.Model, error)

SearchModelsAll provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) SetModelTag

func (_m *MockModelRegistryInterface) SetModelTag(ctx context.Context, request ml.SetModelTagRequest) error

SetModelTag provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) SetModelVersionTag

func (_m *MockModelRegistryInterface) SetModelVersionTag(ctx context.Context, request ml.SetModelVersionTagRequest) error

SetModelVersionTag provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) SetPermissions

SetPermissions provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) TestRegistryWebhook

TestRegistryWebhook provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) TransitionStage

TransitionStage provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) UpdateComment

UpdateComment provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) UpdateModel

UpdateModel provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) UpdateModelVersion

UpdateModelVersion provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) UpdatePermissions

UpdatePermissions provides a mock function with given fields: ctx, request

func (*MockModelRegistryInterface) UpdateWebhook

UpdateWebhook provides a mock function with given fields: ctx, request

type MockModelRegistryInterface_ApproveTransitionRequest_Call

type MockModelRegistryInterface_ApproveTransitionRequest_Call struct {
	*mock.Call
}

MockModelRegistryInterface_ApproveTransitionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ApproveTransitionRequest'

func (*MockModelRegistryInterface_ApproveTransitionRequest_Call) Run

type MockModelRegistryInterface_CreateComment_Call

type MockModelRegistryInterface_CreateComment_Call struct {
	*mock.Call
}

MockModelRegistryInterface_CreateComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComment'

func (*MockModelRegistryInterface_CreateComment_Call) Return

func (*MockModelRegistryInterface_CreateComment_Call) Run

type MockModelRegistryInterface_CreateModelVersion_Call

type MockModelRegistryInterface_CreateModelVersion_Call struct {
	*mock.Call
}

MockModelRegistryInterface_CreateModelVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateModelVersion'

func (*MockModelRegistryInterface_CreateModelVersion_Call) Return

func (*MockModelRegistryInterface_CreateModelVersion_Call) Run

type MockModelRegistryInterface_CreateModel_Call

type MockModelRegistryInterface_CreateModel_Call struct {
	*mock.Call
}

MockModelRegistryInterface_CreateModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateModel'

func (*MockModelRegistryInterface_CreateModel_Call) Return

func (*MockModelRegistryInterface_CreateModel_Call) Run

type MockModelRegistryInterface_CreateTransitionRequest_Call

type MockModelRegistryInterface_CreateTransitionRequest_Call struct {
	*mock.Call
}

MockModelRegistryInterface_CreateTransitionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTransitionRequest'

func (*MockModelRegistryInterface_CreateTransitionRequest_Call) Run

type MockModelRegistryInterface_CreateWebhook_Call

type MockModelRegistryInterface_CreateWebhook_Call struct {
	*mock.Call
}

MockModelRegistryInterface_CreateWebhook_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWebhook'

func (*MockModelRegistryInterface_CreateWebhook_Call) Return

func (*MockModelRegistryInterface_CreateWebhook_Call) Run

type MockModelRegistryInterface_DeleteComment_Call

type MockModelRegistryInterface_DeleteComment_Call struct {
	*mock.Call
}

MockModelRegistryInterface_DeleteComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteComment'

func (*MockModelRegistryInterface_DeleteComment_Call) Return

func (*MockModelRegistryInterface_DeleteComment_Call) Run

func (*MockModelRegistryInterface_DeleteComment_Call) RunAndReturn

type MockModelRegistryInterface_DeleteModelTag_Call

type MockModelRegistryInterface_DeleteModelTag_Call struct {
	*mock.Call
}

MockModelRegistryInterface_DeleteModelTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteModelTag'

func (*MockModelRegistryInterface_DeleteModelTag_Call) Return

func (*MockModelRegistryInterface_DeleteModelTag_Call) Run

func (*MockModelRegistryInterface_DeleteModelTag_Call) RunAndReturn

type MockModelRegistryInterface_DeleteModelVersionTag_Call

type MockModelRegistryInterface_DeleteModelVersionTag_Call struct {
	*mock.Call
}

MockModelRegistryInterface_DeleteModelVersionTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteModelVersionTag'

func (*MockModelRegistryInterface_DeleteModelVersionTag_Call) Return

func (*MockModelRegistryInterface_DeleteModelVersionTag_Call) Run

type MockModelRegistryInterface_DeleteModelVersion_Call

type MockModelRegistryInterface_DeleteModelVersion_Call struct {
	*mock.Call
}

MockModelRegistryInterface_DeleteModelVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteModelVersion'

func (*MockModelRegistryInterface_DeleteModelVersion_Call) Return

func (*MockModelRegistryInterface_DeleteModelVersion_Call) Run

type MockModelRegistryInterface_DeleteModel_Call

type MockModelRegistryInterface_DeleteModel_Call struct {
	*mock.Call
}

MockModelRegistryInterface_DeleteModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteModel'

func (*MockModelRegistryInterface_DeleteModel_Call) Return

func (*MockModelRegistryInterface_DeleteModel_Call) Run

func (*MockModelRegistryInterface_DeleteModel_Call) RunAndReturn

type MockModelRegistryInterface_DeleteTransitionRequest_Call

type MockModelRegistryInterface_DeleteTransitionRequest_Call struct {
	*mock.Call
}

MockModelRegistryInterface_DeleteTransitionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTransitionRequest'

func (*MockModelRegistryInterface_DeleteTransitionRequest_Call) Run

type MockModelRegistryInterface_DeleteWebhook_Call

type MockModelRegistryInterface_DeleteWebhook_Call struct {
	*mock.Call
}

MockModelRegistryInterface_DeleteWebhook_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWebhook'

func (*MockModelRegistryInterface_DeleteWebhook_Call) Return

func (*MockModelRegistryInterface_DeleteWebhook_Call) Run

func (*MockModelRegistryInterface_DeleteWebhook_Call) RunAndReturn

type MockModelRegistryInterface_Expecter

type MockModelRegistryInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockModelRegistryInterface_Expecter) ApproveTransitionRequest

func (_e *MockModelRegistryInterface_Expecter) ApproveTransitionRequest(ctx interface{}, request interface{}) *MockModelRegistryInterface_ApproveTransitionRequest_Call

ApproveTransitionRequest is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ApproveTransitionRequest

func (*MockModelRegistryInterface_Expecter) CreateComment

func (_e *MockModelRegistryInterface_Expecter) CreateComment(ctx interface{}, request interface{}) *MockModelRegistryInterface_CreateComment_Call

CreateComment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateComment

func (*MockModelRegistryInterface_Expecter) CreateModel

func (_e *MockModelRegistryInterface_Expecter) CreateModel(ctx interface{}, request interface{}) *MockModelRegistryInterface_CreateModel_Call

CreateModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateModelRequest

func (*MockModelRegistryInterface_Expecter) CreateModelVersion

func (_e *MockModelRegistryInterface_Expecter) CreateModelVersion(ctx interface{}, request interface{}) *MockModelRegistryInterface_CreateModelVersion_Call

CreateModelVersion is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateModelVersionRequest

func (*MockModelRegistryInterface_Expecter) CreateTransitionRequest

func (_e *MockModelRegistryInterface_Expecter) CreateTransitionRequest(ctx interface{}, request interface{}) *MockModelRegistryInterface_CreateTransitionRequest_Call

CreateTransitionRequest is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateTransitionRequest

func (*MockModelRegistryInterface_Expecter) CreateWebhook

func (_e *MockModelRegistryInterface_Expecter) CreateWebhook(ctx interface{}, request interface{}) *MockModelRegistryInterface_CreateWebhook_Call

CreateWebhook is a helper method to define mock.On call

  • ctx context.Context
  • request ml.CreateRegistryWebhook

func (*MockModelRegistryInterface_Expecter) DeleteComment

func (_e *MockModelRegistryInterface_Expecter) DeleteComment(ctx interface{}, request interface{}) *MockModelRegistryInterface_DeleteComment_Call

DeleteComment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteCommentRequest

func (*MockModelRegistryInterface_Expecter) DeleteModel

func (_e *MockModelRegistryInterface_Expecter) DeleteModel(ctx interface{}, request interface{}) *MockModelRegistryInterface_DeleteModel_Call

DeleteModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteModelRequest

func (*MockModelRegistryInterface_Expecter) DeleteModelTag

func (_e *MockModelRegistryInterface_Expecter) DeleteModelTag(ctx interface{}, request interface{}) *MockModelRegistryInterface_DeleteModelTag_Call

DeleteModelTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteModelTagRequest

func (*MockModelRegistryInterface_Expecter) DeleteModelVersion

func (_e *MockModelRegistryInterface_Expecter) DeleteModelVersion(ctx interface{}, request interface{}) *MockModelRegistryInterface_DeleteModelVersion_Call

DeleteModelVersion is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteModelVersionRequest

func (*MockModelRegistryInterface_Expecter) DeleteModelVersionTag

func (_e *MockModelRegistryInterface_Expecter) DeleteModelVersionTag(ctx interface{}, request interface{}) *MockModelRegistryInterface_DeleteModelVersionTag_Call

DeleteModelVersionTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteModelVersionTagRequest

func (*MockModelRegistryInterface_Expecter) DeleteTransitionRequest

func (_e *MockModelRegistryInterface_Expecter) DeleteTransitionRequest(ctx interface{}, request interface{}) *MockModelRegistryInterface_DeleteTransitionRequest_Call

DeleteTransitionRequest is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteTransitionRequestRequest

func (*MockModelRegistryInterface_Expecter) DeleteWebhook

func (_e *MockModelRegistryInterface_Expecter) DeleteWebhook(ctx interface{}, request interface{}) *MockModelRegistryInterface_DeleteWebhook_Call

DeleteWebhook is a helper method to define mock.On call

  • ctx context.Context
  • request ml.DeleteWebhookRequest

func (*MockModelRegistryInterface_Expecter) GetLatestVersions

func (_e *MockModelRegistryInterface_Expecter) GetLatestVersions(ctx interface{}, request interface{}) *MockModelRegistryInterface_GetLatestVersions_Call

GetLatestVersions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetLatestVersionsRequest

func (*MockModelRegistryInterface_Expecter) GetLatestVersionsAll

func (_e *MockModelRegistryInterface_Expecter) GetLatestVersionsAll(ctx interface{}, request interface{}) *MockModelRegistryInterface_GetLatestVersionsAll_Call

GetLatestVersionsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetLatestVersionsRequest

func (*MockModelRegistryInterface_Expecter) GetModel

func (_e *MockModelRegistryInterface_Expecter) GetModel(ctx interface{}, request interface{}) *MockModelRegistryInterface_GetModel_Call

GetModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetModelRequest

func (*MockModelRegistryInterface_Expecter) GetModelVersion

func (_e *MockModelRegistryInterface_Expecter) GetModelVersion(ctx interface{}, request interface{}) *MockModelRegistryInterface_GetModelVersion_Call

GetModelVersion is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetModelVersionRequest

func (*MockModelRegistryInterface_Expecter) GetModelVersionDownloadUri

func (_e *MockModelRegistryInterface_Expecter) GetModelVersionDownloadUri(ctx interface{}, request interface{}) *MockModelRegistryInterface_GetModelVersionDownloadUri_Call

GetModelVersionDownloadUri is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetModelVersionDownloadUriRequest

func (*MockModelRegistryInterface_Expecter) GetPermissionLevels

func (_e *MockModelRegistryInterface_Expecter) GetPermissionLevels(ctx interface{}, request interface{}) *MockModelRegistryInterface_GetPermissionLevels_Call

GetPermissionLevels is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetRegisteredModelPermissionLevelsRequest

func (*MockModelRegistryInterface_Expecter) GetPermissionLevelsByRegisteredModelId

func (_e *MockModelRegistryInterface_Expecter) GetPermissionLevelsByRegisteredModelId(ctx interface{}, registeredModelId interface{}) *MockModelRegistryInterface_GetPermissionLevelsByRegisteredModelId_Call

GetPermissionLevelsByRegisteredModelId is a helper method to define mock.On call

  • ctx context.Context
  • registeredModelId string

func (*MockModelRegistryInterface_Expecter) GetPermissions

func (_e *MockModelRegistryInterface_Expecter) GetPermissions(ctx interface{}, request interface{}) *MockModelRegistryInterface_GetPermissions_Call

GetPermissions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.GetRegisteredModelPermissionsRequest

func (*MockModelRegistryInterface_Expecter) GetPermissionsByRegisteredModelId

func (_e *MockModelRegistryInterface_Expecter) GetPermissionsByRegisteredModelId(ctx interface{}, registeredModelId interface{}) *MockModelRegistryInterface_GetPermissionsByRegisteredModelId_Call

GetPermissionsByRegisteredModelId is a helper method to define mock.On call

  • ctx context.Context
  • registeredModelId string

func (*MockModelRegistryInterface_Expecter) ListModels

func (_e *MockModelRegistryInterface_Expecter) ListModels(ctx interface{}, request interface{}) *MockModelRegistryInterface_ListModels_Call

ListModels is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListModelsRequest

func (*MockModelRegistryInterface_Expecter) ListModelsAll

func (_e *MockModelRegistryInterface_Expecter) ListModelsAll(ctx interface{}, request interface{}) *MockModelRegistryInterface_ListModelsAll_Call

ListModelsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListModelsRequest

func (*MockModelRegistryInterface_Expecter) ListTransitionRequests

func (_e *MockModelRegistryInterface_Expecter) ListTransitionRequests(ctx interface{}, request interface{}) *MockModelRegistryInterface_ListTransitionRequests_Call

ListTransitionRequests is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListTransitionRequestsRequest

func (*MockModelRegistryInterface_Expecter) ListTransitionRequestsAll

func (_e *MockModelRegistryInterface_Expecter) ListTransitionRequestsAll(ctx interface{}, request interface{}) *MockModelRegistryInterface_ListTransitionRequestsAll_Call

ListTransitionRequestsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListTransitionRequestsRequest

func (*MockModelRegistryInterface_Expecter) ListWebhooks

func (_e *MockModelRegistryInterface_Expecter) ListWebhooks(ctx interface{}, request interface{}) *MockModelRegistryInterface_ListWebhooks_Call

ListWebhooks is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListWebhooksRequest

func (*MockModelRegistryInterface_Expecter) ListWebhooksAll

func (_e *MockModelRegistryInterface_Expecter) ListWebhooksAll(ctx interface{}, request interface{}) *MockModelRegistryInterface_ListWebhooksAll_Call

ListWebhooksAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.ListWebhooksRequest

func (*MockModelRegistryInterface_Expecter) RejectTransitionRequest

func (_e *MockModelRegistryInterface_Expecter) RejectTransitionRequest(ctx interface{}, request interface{}) *MockModelRegistryInterface_RejectTransitionRequest_Call

RejectTransitionRequest is a helper method to define mock.On call

  • ctx context.Context
  • request ml.RejectTransitionRequest

func (*MockModelRegistryInterface_Expecter) RenameModel

func (_e *MockModelRegistryInterface_Expecter) RenameModel(ctx interface{}, request interface{}) *MockModelRegistryInterface_RenameModel_Call

RenameModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.RenameModelRequest

func (*MockModelRegistryInterface_Expecter) SearchModelVersions

func (_e *MockModelRegistryInterface_Expecter) SearchModelVersions(ctx interface{}, request interface{}) *MockModelRegistryInterface_SearchModelVersions_Call

SearchModelVersions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchModelVersionsRequest

func (*MockModelRegistryInterface_Expecter) SearchModelVersionsAll

func (_e *MockModelRegistryInterface_Expecter) SearchModelVersionsAll(ctx interface{}, request interface{}) *MockModelRegistryInterface_SearchModelVersionsAll_Call

SearchModelVersionsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchModelVersionsRequest

func (*MockModelRegistryInterface_Expecter) SearchModels

func (_e *MockModelRegistryInterface_Expecter) SearchModels(ctx interface{}, request interface{}) *MockModelRegistryInterface_SearchModels_Call

SearchModels is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchModelsRequest

func (*MockModelRegistryInterface_Expecter) SearchModelsAll

func (_e *MockModelRegistryInterface_Expecter) SearchModelsAll(ctx interface{}, request interface{}) *MockModelRegistryInterface_SearchModelsAll_Call

SearchModelsAll is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SearchModelsRequest

func (*MockModelRegistryInterface_Expecter) SetModelTag

func (_e *MockModelRegistryInterface_Expecter) SetModelTag(ctx interface{}, request interface{}) *MockModelRegistryInterface_SetModelTag_Call

SetModelTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SetModelTagRequest

func (*MockModelRegistryInterface_Expecter) SetModelVersionTag

func (_e *MockModelRegistryInterface_Expecter) SetModelVersionTag(ctx interface{}, request interface{}) *MockModelRegistryInterface_SetModelVersionTag_Call

SetModelVersionTag is a helper method to define mock.On call

  • ctx context.Context
  • request ml.SetModelVersionTagRequest

func (*MockModelRegistryInterface_Expecter) SetPermissions

func (_e *MockModelRegistryInterface_Expecter) SetPermissions(ctx interface{}, request interface{}) *MockModelRegistryInterface_SetPermissions_Call

SetPermissions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.RegisteredModelPermissionsRequest

func (*MockModelRegistryInterface_Expecter) TestRegistryWebhook

func (_e *MockModelRegistryInterface_Expecter) TestRegistryWebhook(ctx interface{}, request interface{}) *MockModelRegistryInterface_TestRegistryWebhook_Call

TestRegistryWebhook is a helper method to define mock.On call

  • ctx context.Context
  • request ml.TestRegistryWebhookRequest

func (*MockModelRegistryInterface_Expecter) TransitionStage

func (_e *MockModelRegistryInterface_Expecter) TransitionStage(ctx interface{}, request interface{}) *MockModelRegistryInterface_TransitionStage_Call

TransitionStage is a helper method to define mock.On call

  • ctx context.Context
  • request ml.TransitionModelVersionStageDatabricks

func (*MockModelRegistryInterface_Expecter) UpdateComment

func (_e *MockModelRegistryInterface_Expecter) UpdateComment(ctx interface{}, request interface{}) *MockModelRegistryInterface_UpdateComment_Call

UpdateComment is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateComment

func (*MockModelRegistryInterface_Expecter) UpdateModel

func (_e *MockModelRegistryInterface_Expecter) UpdateModel(ctx interface{}, request interface{}) *MockModelRegistryInterface_UpdateModel_Call

UpdateModel is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateModelRequest

func (*MockModelRegistryInterface_Expecter) UpdateModelVersion

func (_e *MockModelRegistryInterface_Expecter) UpdateModelVersion(ctx interface{}, request interface{}) *MockModelRegistryInterface_UpdateModelVersion_Call

UpdateModelVersion is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateModelVersionRequest

func (*MockModelRegistryInterface_Expecter) UpdatePermissions

func (_e *MockModelRegistryInterface_Expecter) UpdatePermissions(ctx interface{}, request interface{}) *MockModelRegistryInterface_UpdatePermissions_Call

UpdatePermissions is a helper method to define mock.On call

  • ctx context.Context
  • request ml.RegisteredModelPermissionsRequest

func (*MockModelRegistryInterface_Expecter) UpdateWebhook

func (_e *MockModelRegistryInterface_Expecter) UpdateWebhook(ctx interface{}, request interface{}) *MockModelRegistryInterface_UpdateWebhook_Call

UpdateWebhook is a helper method to define mock.On call

  • ctx context.Context
  • request ml.UpdateRegistryWebhook

type MockModelRegistryInterface_GetLatestVersionsAll_Call

type MockModelRegistryInterface_GetLatestVersionsAll_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetLatestVersionsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLatestVersionsAll'

func (*MockModelRegistryInterface_GetLatestVersionsAll_Call) Return

func (*MockModelRegistryInterface_GetLatestVersionsAll_Call) Run

type MockModelRegistryInterface_GetLatestVersions_Call

type MockModelRegistryInterface_GetLatestVersions_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetLatestVersions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLatestVersions'

func (*MockModelRegistryInterface_GetLatestVersions_Call) Return

func (*MockModelRegistryInterface_GetLatestVersions_Call) Run

type MockModelRegistryInterface_GetModelVersionDownloadUri_Call

type MockModelRegistryInterface_GetModelVersionDownloadUri_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetModelVersionDownloadUri_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetModelVersionDownloadUri'

func (*MockModelRegistryInterface_GetModelVersionDownloadUri_Call) Run

type MockModelRegistryInterface_GetModelVersion_Call

type MockModelRegistryInterface_GetModelVersion_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetModelVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetModelVersion'

func (*MockModelRegistryInterface_GetModelVersion_Call) Return

func (*MockModelRegistryInterface_GetModelVersion_Call) Run

type MockModelRegistryInterface_GetModel_Call

type MockModelRegistryInterface_GetModel_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetModel'

func (*MockModelRegistryInterface_GetModel_Call) Return

func (*MockModelRegistryInterface_GetModel_Call) Run

func (*MockModelRegistryInterface_GetModel_Call) RunAndReturn

type MockModelRegistryInterface_GetPermissionLevelsByRegisteredModelId_Call

type MockModelRegistryInterface_GetPermissionLevelsByRegisteredModelId_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetPermissionLevelsByRegisteredModelId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissionLevelsByRegisteredModelId'

func (*MockModelRegistryInterface_GetPermissionLevelsByRegisteredModelId_Call) Run

type MockModelRegistryInterface_GetPermissionLevels_Call

type MockModelRegistryInterface_GetPermissionLevels_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetPermissionLevels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissionLevels'

type MockModelRegistryInterface_GetPermissionsByRegisteredModelId_Call

type MockModelRegistryInterface_GetPermissionsByRegisteredModelId_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetPermissionsByRegisteredModelId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissionsByRegisteredModelId'

func (*MockModelRegistryInterface_GetPermissionsByRegisteredModelId_Call) Run

type MockModelRegistryInterface_GetPermissions_Call

type MockModelRegistryInterface_GetPermissions_Call struct {
	*mock.Call
}

MockModelRegistryInterface_GetPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissions'

func (*MockModelRegistryInterface_GetPermissions_Call) Return

func (*MockModelRegistryInterface_GetPermissions_Call) Run

type MockModelRegistryInterface_ListModelsAll_Call

type MockModelRegistryInterface_ListModelsAll_Call struct {
	*mock.Call
}

MockModelRegistryInterface_ListModelsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListModelsAll'

func (*MockModelRegistryInterface_ListModelsAll_Call) Return

func (*MockModelRegistryInterface_ListModelsAll_Call) Run

func (*MockModelRegistryInterface_ListModelsAll_Call) RunAndReturn

type MockModelRegistryInterface_ListModels_Call

type MockModelRegistryInterface_ListModels_Call struct {
	*mock.Call
}

MockModelRegistryInterface_ListModels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListModels'

func (*MockModelRegistryInterface_ListModels_Call) Return

func (*MockModelRegistryInterface_ListModels_Call) Run

func (*MockModelRegistryInterface_ListModels_Call) RunAndReturn

type MockModelRegistryInterface_ListTransitionRequestsAll_Call

type MockModelRegistryInterface_ListTransitionRequestsAll_Call struct {
	*mock.Call
}

MockModelRegistryInterface_ListTransitionRequestsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTransitionRequestsAll'

func (*MockModelRegistryInterface_ListTransitionRequestsAll_Call) Return

func (*MockModelRegistryInterface_ListTransitionRequestsAll_Call) Run

type MockModelRegistryInterface_ListTransitionRequests_Call

type MockModelRegistryInterface_ListTransitionRequests_Call struct {
	*mock.Call
}

MockModelRegistryInterface_ListTransitionRequests_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTransitionRequests'

func (*MockModelRegistryInterface_ListTransitionRequests_Call) Return

func (*MockModelRegistryInterface_ListTransitionRequests_Call) Run

type MockModelRegistryInterface_ListWebhooksAll_Call

type MockModelRegistryInterface_ListWebhooksAll_Call struct {
	*mock.Call
}

MockModelRegistryInterface_ListWebhooksAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWebhooksAll'

func (*MockModelRegistryInterface_ListWebhooksAll_Call) Return

func (*MockModelRegistryInterface_ListWebhooksAll_Call) Run

func (*MockModelRegistryInterface_ListWebhooksAll_Call) RunAndReturn

type MockModelRegistryInterface_ListWebhooks_Call

type MockModelRegistryInterface_ListWebhooks_Call struct {
	*mock.Call
}

MockModelRegistryInterface_ListWebhooks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWebhooks'

func (*MockModelRegistryInterface_ListWebhooks_Call) Return

func (*MockModelRegistryInterface_ListWebhooks_Call) Run

type MockModelRegistryInterface_RejectTransitionRequest_Call

type MockModelRegistryInterface_RejectTransitionRequest_Call struct {
	*mock.Call
}

MockModelRegistryInterface_RejectTransitionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RejectTransitionRequest'

func (*MockModelRegistryInterface_RejectTransitionRequest_Call) Run

type MockModelRegistryInterface_RenameModel_Call

type MockModelRegistryInterface_RenameModel_Call struct {
	*mock.Call
}

MockModelRegistryInterface_RenameModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RenameModel'

func (*MockModelRegistryInterface_RenameModel_Call) Return

func (*MockModelRegistryInterface_RenameModel_Call) Run

type MockModelRegistryInterface_SearchModelVersionsAll_Call

type MockModelRegistryInterface_SearchModelVersionsAll_Call struct {
	*mock.Call
}

MockModelRegistryInterface_SearchModelVersionsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchModelVersionsAll'

func (*MockModelRegistryInterface_SearchModelVersionsAll_Call) Return

func (*MockModelRegistryInterface_SearchModelVersionsAll_Call) Run

type MockModelRegistryInterface_SearchModelVersions_Call

type MockModelRegistryInterface_SearchModelVersions_Call struct {
	*mock.Call
}

MockModelRegistryInterface_SearchModelVersions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchModelVersions'

func (*MockModelRegistryInterface_SearchModelVersions_Call) Return

func (*MockModelRegistryInterface_SearchModelVersions_Call) Run

type MockModelRegistryInterface_SearchModelsAll_Call

type MockModelRegistryInterface_SearchModelsAll_Call struct {
	*mock.Call
}

MockModelRegistryInterface_SearchModelsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchModelsAll'

func (*MockModelRegistryInterface_SearchModelsAll_Call) Return

func (*MockModelRegistryInterface_SearchModelsAll_Call) Run

func (*MockModelRegistryInterface_SearchModelsAll_Call) RunAndReturn

type MockModelRegistryInterface_SearchModels_Call

type MockModelRegistryInterface_SearchModels_Call struct {
	*mock.Call
}

MockModelRegistryInterface_SearchModels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchModels'

func (*MockModelRegistryInterface_SearchModels_Call) Return

func (*MockModelRegistryInterface_SearchModels_Call) Run

type MockModelRegistryInterface_SetModelTag_Call

type MockModelRegistryInterface_SetModelTag_Call struct {
	*mock.Call
}

MockModelRegistryInterface_SetModelTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetModelTag'

func (*MockModelRegistryInterface_SetModelTag_Call) Return

func (*MockModelRegistryInterface_SetModelTag_Call) Run

func (*MockModelRegistryInterface_SetModelTag_Call) RunAndReturn

type MockModelRegistryInterface_SetModelVersionTag_Call

type MockModelRegistryInterface_SetModelVersionTag_Call struct {
	*mock.Call
}

MockModelRegistryInterface_SetModelVersionTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetModelVersionTag'

func (*MockModelRegistryInterface_SetModelVersionTag_Call) Return

func (*MockModelRegistryInterface_SetModelVersionTag_Call) Run

type MockModelRegistryInterface_SetPermissions_Call

type MockModelRegistryInterface_SetPermissions_Call struct {
	*mock.Call
}

MockModelRegistryInterface_SetPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetPermissions'

func (*MockModelRegistryInterface_SetPermissions_Call) Return

func (*MockModelRegistryInterface_SetPermissions_Call) Run

type MockModelRegistryInterface_TestRegistryWebhook_Call

type MockModelRegistryInterface_TestRegistryWebhook_Call struct {
	*mock.Call
}

MockModelRegistryInterface_TestRegistryWebhook_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TestRegistryWebhook'

func (*MockModelRegistryInterface_TestRegistryWebhook_Call) Return

func (*MockModelRegistryInterface_TestRegistryWebhook_Call) Run

type MockModelRegistryInterface_TransitionStage_Call

type MockModelRegistryInterface_TransitionStage_Call struct {
	*mock.Call
}

MockModelRegistryInterface_TransitionStage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransitionStage'

func (*MockModelRegistryInterface_TransitionStage_Call) Return

func (*MockModelRegistryInterface_TransitionStage_Call) Run

type MockModelRegistryInterface_UpdateComment_Call

type MockModelRegistryInterface_UpdateComment_Call struct {
	*mock.Call
}

MockModelRegistryInterface_UpdateComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateComment'

func (*MockModelRegistryInterface_UpdateComment_Call) Return

func (*MockModelRegistryInterface_UpdateComment_Call) Run

type MockModelRegistryInterface_UpdateModelVersion_Call

type MockModelRegistryInterface_UpdateModelVersion_Call struct {
	*mock.Call
}

MockModelRegistryInterface_UpdateModelVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateModelVersion'

func (*MockModelRegistryInterface_UpdateModelVersion_Call) Return

func (*MockModelRegistryInterface_UpdateModelVersion_Call) Run

type MockModelRegistryInterface_UpdateModel_Call

type MockModelRegistryInterface_UpdateModel_Call struct {
	*mock.Call
}

MockModelRegistryInterface_UpdateModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateModel'

func (*MockModelRegistryInterface_UpdateModel_Call) Return

func (*MockModelRegistryInterface_UpdateModel_Call) Run

type MockModelRegistryInterface_UpdatePermissions_Call

type MockModelRegistryInterface_UpdatePermissions_Call struct {
	*mock.Call
}

MockModelRegistryInterface_UpdatePermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdatePermissions'

func (*MockModelRegistryInterface_UpdatePermissions_Call) Return

func (*MockModelRegistryInterface_UpdatePermissions_Call) Run

type MockModelRegistryInterface_UpdateWebhook_Call

type MockModelRegistryInterface_UpdateWebhook_Call struct {
	*mock.Call
}

MockModelRegistryInterface_UpdateWebhook_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWebhook'

func (*MockModelRegistryInterface_UpdateWebhook_Call) Return

func (*MockModelRegistryInterface_UpdateWebhook_Call) Run

Jump to

Keyboard shortcuts

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