ml

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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) 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) 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) 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) 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) Impl

Impl provides a mock function with given fields:

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) 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) 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) 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) 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

func (*MockExperimentsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

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_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_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) 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) 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) 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) 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) Impl

Impl is a helper method to define mock.On call

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) 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) 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) 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) 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

func (*MockExperimentsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl ml.ExperimentsService

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_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_Impl_Call

type MockExperimentsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockExperimentsInterface_Impl_Call) Return

func (*MockExperimentsInterface_Impl_Call) Run

func (*MockExperimentsInterface_Impl_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_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_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_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_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 MockExperimentsInterface_WithImpl_Call

type MockExperimentsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockExperimentsInterface_WithImpl_Call) Return

func (*MockExperimentsInterface_WithImpl_Call) Run

func (*MockExperimentsInterface_WithImpl_Call) RunAndReturn

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

func (_m *MockModelRegistryInterface) DeleteTransitionRequest(ctx context.Context, request ml.DeleteTransitionRequestRequest) error

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) Impl

Impl provides a mock function with given fields:

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

func (_m *MockModelRegistryInterface) UpdateModel(ctx context.Context, request ml.UpdateModelRequest) error

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

func (*MockModelRegistryInterface) UpdateModelVersion

func (_m *MockModelRegistryInterface) UpdateModelVersion(ctx context.Context, request ml.UpdateModelVersionRequest) error

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

func (_m *MockModelRegistryInterface) UpdateWebhook(ctx context.Context, request ml.UpdateRegistryWebhook) error

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

func (*MockModelRegistryInterface) WithImpl

WithImpl provides a mock function with given fields: impl

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) Return

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) Impl

Impl is a helper method to define mock.On call

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

func (*MockModelRegistryInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl ml.ModelRegistryService

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_Impl_Call

type MockModelRegistryInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockModelRegistryInterface_Impl_Call) Return

func (*MockModelRegistryInterface_Impl_Call) Run

func (*MockModelRegistryInterface_Impl_Call) RunAndReturn

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

func (*MockModelRegistryInterface_UpdateModel_Call) RunAndReturn

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

func (*MockModelRegistryInterface_UpdateWebhook_Call) RunAndReturn

type MockModelRegistryInterface_WithImpl_Call

type MockModelRegistryInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockModelRegistryInterface_WithImpl_Call) Return

func (*MockModelRegistryInterface_WithImpl_Call) Run

func (*MockModelRegistryInterface_WithImpl_Call) RunAndReturn

Jump to

Keyboard shortcuts

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