bedrockmock

package
v1.45.24 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package bedrockmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBedrockAPI

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

MockBedrockAPI is a mock of BedrockAPI interface

func NewMockBedrockAPI

func NewMockBedrockAPI(ctrl *gomock.Controller) *MockBedrockAPI

NewMockBedrockAPI creates a new mock instance

func (*MockBedrockAPI) CreateModelCustomizationJob

CreateModelCustomizationJob mocks base method

func (*MockBedrockAPI) CreateModelCustomizationJobRequest

CreateModelCustomizationJobRequest mocks base method

func (*MockBedrockAPI) CreateModelCustomizationJobWithContext

func (m *MockBedrockAPI) CreateModelCustomizationJobWithContext(arg0 context.Context, arg1 *bedrock.CreateModelCustomizationJobInput, arg2 ...request.Option) (*bedrock.CreateModelCustomizationJobOutput, error)

CreateModelCustomizationJobWithContext mocks base method

func (*MockBedrockAPI) CreateProvisionedModelThroughput added in v1.45.20

CreateProvisionedModelThroughput mocks base method

func (*MockBedrockAPI) CreateProvisionedModelThroughputRequest added in v1.45.20

CreateProvisionedModelThroughputRequest mocks base method

func (*MockBedrockAPI) CreateProvisionedModelThroughputWithContext added in v1.45.20

func (m *MockBedrockAPI) CreateProvisionedModelThroughputWithContext(arg0 context.Context, arg1 *bedrock.CreateProvisionedModelThroughputInput, arg2 ...request.Option) (*bedrock.CreateProvisionedModelThroughputOutput, error)

CreateProvisionedModelThroughputWithContext mocks base method

func (*MockBedrockAPI) DeleteCustomModel

DeleteCustomModel mocks base method

func (*MockBedrockAPI) DeleteCustomModelRequest

DeleteCustomModelRequest mocks base method

func (*MockBedrockAPI) DeleteCustomModelWithContext

func (m *MockBedrockAPI) DeleteCustomModelWithContext(arg0 context.Context, arg1 *bedrock.DeleteCustomModelInput, arg2 ...request.Option) (*bedrock.DeleteCustomModelOutput, error)

DeleteCustomModelWithContext mocks base method

func (*MockBedrockAPI) DeleteModelInvocationLoggingConfiguration

DeleteModelInvocationLoggingConfiguration mocks base method

func (*MockBedrockAPI) DeleteModelInvocationLoggingConfigurationRequest

DeleteModelInvocationLoggingConfigurationRequest mocks base method

func (*MockBedrockAPI) DeleteModelInvocationLoggingConfigurationWithContext

DeleteModelInvocationLoggingConfigurationWithContext mocks base method

func (*MockBedrockAPI) DeleteProvisionedModelThroughput added in v1.45.20

DeleteProvisionedModelThroughput mocks base method

func (*MockBedrockAPI) DeleteProvisionedModelThroughputRequest added in v1.45.20

DeleteProvisionedModelThroughputRequest mocks base method

func (*MockBedrockAPI) DeleteProvisionedModelThroughputWithContext added in v1.45.20

func (m *MockBedrockAPI) DeleteProvisionedModelThroughputWithContext(arg0 context.Context, arg1 *bedrock.DeleteProvisionedModelThroughputInput, arg2 ...request.Option) (*bedrock.DeleteProvisionedModelThroughputOutput, error)

DeleteProvisionedModelThroughputWithContext mocks base method

func (*MockBedrockAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockBedrockAPI) GetCustomModel

GetCustomModel mocks base method

func (*MockBedrockAPI) GetCustomModelRequest

GetCustomModelRequest mocks base method

func (*MockBedrockAPI) GetCustomModelWithContext

func (m *MockBedrockAPI) GetCustomModelWithContext(arg0 context.Context, arg1 *bedrock.GetCustomModelInput, arg2 ...request.Option) (*bedrock.GetCustomModelOutput, error)

GetCustomModelWithContext mocks base method

func (*MockBedrockAPI) GetFoundationModel

GetFoundationModel mocks base method

func (*MockBedrockAPI) GetFoundationModelRequest

GetFoundationModelRequest mocks base method

func (*MockBedrockAPI) GetFoundationModelWithContext

func (m *MockBedrockAPI) GetFoundationModelWithContext(arg0 context.Context, arg1 *bedrock.GetFoundationModelInput, arg2 ...request.Option) (*bedrock.GetFoundationModelOutput, error)

GetFoundationModelWithContext mocks base method

func (*MockBedrockAPI) GetModelCustomizationJob

GetModelCustomizationJob mocks base method

func (*MockBedrockAPI) GetModelCustomizationJobRequest

GetModelCustomizationJobRequest mocks base method

func (*MockBedrockAPI) GetModelCustomizationJobWithContext

func (m *MockBedrockAPI) GetModelCustomizationJobWithContext(arg0 context.Context, arg1 *bedrock.GetModelCustomizationJobInput, arg2 ...request.Option) (*bedrock.GetModelCustomizationJobOutput, error)

GetModelCustomizationJobWithContext mocks base method

func (*MockBedrockAPI) GetModelInvocationLoggingConfiguration

GetModelInvocationLoggingConfiguration mocks base method

func (*MockBedrockAPI) GetModelInvocationLoggingConfigurationRequest

GetModelInvocationLoggingConfigurationRequest mocks base method

func (*MockBedrockAPI) GetModelInvocationLoggingConfigurationWithContext

GetModelInvocationLoggingConfigurationWithContext mocks base method

func (*MockBedrockAPI) GetProvisionedModelThroughput added in v1.45.20

GetProvisionedModelThroughput mocks base method

func (*MockBedrockAPI) GetProvisionedModelThroughputRequest added in v1.45.20

GetProvisionedModelThroughputRequest mocks base method

func (*MockBedrockAPI) GetProvisionedModelThroughputWithContext added in v1.45.20

func (m *MockBedrockAPI) GetProvisionedModelThroughputWithContext(arg0 context.Context, arg1 *bedrock.GetProvisionedModelThroughputInput, arg2 ...request.Option) (*bedrock.GetProvisionedModelThroughputOutput, error)

GetProvisionedModelThroughputWithContext mocks base method

func (*MockBedrockAPI) ListCustomModels

ListCustomModels mocks base method

func (*MockBedrockAPI) ListCustomModelsPages

func (m *MockBedrockAPI) ListCustomModelsPages(arg0 *bedrock.ListCustomModelsInput, arg1 func(*bedrock.ListCustomModelsOutput, bool) bool) error

ListCustomModelsPages mocks base method

func (*MockBedrockAPI) ListCustomModelsPagesWithContext

func (m *MockBedrockAPI) ListCustomModelsPagesWithContext(arg0 context.Context, arg1 *bedrock.ListCustomModelsInput, arg2 func(*bedrock.ListCustomModelsOutput, bool) bool, arg3 ...request.Option) error

ListCustomModelsPagesWithContext mocks base method

func (*MockBedrockAPI) ListCustomModelsRequest

ListCustomModelsRequest mocks base method

func (*MockBedrockAPI) ListCustomModelsWithContext

func (m *MockBedrockAPI) ListCustomModelsWithContext(arg0 context.Context, arg1 *bedrock.ListCustomModelsInput, arg2 ...request.Option) (*bedrock.ListCustomModelsOutput, error)

ListCustomModelsWithContext mocks base method

func (*MockBedrockAPI) ListFoundationModels

ListFoundationModels mocks base method

func (*MockBedrockAPI) ListFoundationModelsRequest

ListFoundationModelsRequest mocks base method

func (*MockBedrockAPI) ListFoundationModelsWithContext

func (m *MockBedrockAPI) ListFoundationModelsWithContext(arg0 context.Context, arg1 *bedrock.ListFoundationModelsInput, arg2 ...request.Option) (*bedrock.ListFoundationModelsOutput, error)

ListFoundationModelsWithContext mocks base method

func (*MockBedrockAPI) ListModelCustomizationJobs

ListModelCustomizationJobs mocks base method

func (*MockBedrockAPI) ListModelCustomizationJobsPages

func (m *MockBedrockAPI) ListModelCustomizationJobsPages(arg0 *bedrock.ListModelCustomizationJobsInput, arg1 func(*bedrock.ListModelCustomizationJobsOutput, bool) bool) error

ListModelCustomizationJobsPages mocks base method

func (*MockBedrockAPI) ListModelCustomizationJobsPagesWithContext

func (m *MockBedrockAPI) ListModelCustomizationJobsPagesWithContext(arg0 context.Context, arg1 *bedrock.ListModelCustomizationJobsInput, arg2 func(*bedrock.ListModelCustomizationJobsOutput, bool) bool, arg3 ...request.Option) error

ListModelCustomizationJobsPagesWithContext mocks base method

func (*MockBedrockAPI) ListModelCustomizationJobsRequest

ListModelCustomizationJobsRequest mocks base method

func (*MockBedrockAPI) ListModelCustomizationJobsWithContext

func (m *MockBedrockAPI) ListModelCustomizationJobsWithContext(arg0 context.Context, arg1 *bedrock.ListModelCustomizationJobsInput, arg2 ...request.Option) (*bedrock.ListModelCustomizationJobsOutput, error)

ListModelCustomizationJobsWithContext mocks base method

func (*MockBedrockAPI) ListProvisionedModelThroughputs added in v1.45.20

ListProvisionedModelThroughputs mocks base method

func (*MockBedrockAPI) ListProvisionedModelThroughputsPages added in v1.45.20

func (m *MockBedrockAPI) ListProvisionedModelThroughputsPages(arg0 *bedrock.ListProvisionedModelThroughputsInput, arg1 func(*bedrock.ListProvisionedModelThroughputsOutput, bool) bool) error

ListProvisionedModelThroughputsPages mocks base method

func (*MockBedrockAPI) ListProvisionedModelThroughputsPagesWithContext added in v1.45.20

func (m *MockBedrockAPI) ListProvisionedModelThroughputsPagesWithContext(arg0 context.Context, arg1 *bedrock.ListProvisionedModelThroughputsInput, arg2 func(*bedrock.ListProvisionedModelThroughputsOutput, bool) bool, arg3 ...request.Option) error

ListProvisionedModelThroughputsPagesWithContext mocks base method

func (*MockBedrockAPI) ListProvisionedModelThroughputsRequest added in v1.45.20

ListProvisionedModelThroughputsRequest mocks base method

func (*MockBedrockAPI) ListProvisionedModelThroughputsWithContext added in v1.45.20

func (m *MockBedrockAPI) ListProvisionedModelThroughputsWithContext(arg0 context.Context, arg1 *bedrock.ListProvisionedModelThroughputsInput, arg2 ...request.Option) (*bedrock.ListProvisionedModelThroughputsOutput, error)

ListProvisionedModelThroughputsWithContext mocks base method

func (*MockBedrockAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockBedrockAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockBedrockAPI) ListTagsForResourceWithContext

func (m *MockBedrockAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *bedrock.ListTagsForResourceInput, arg2 ...request.Option) (*bedrock.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockBedrockAPI) PutModelInvocationLoggingConfiguration

PutModelInvocationLoggingConfiguration mocks base method

func (*MockBedrockAPI) PutModelInvocationLoggingConfigurationRequest

PutModelInvocationLoggingConfigurationRequest mocks base method

func (*MockBedrockAPI) PutModelInvocationLoggingConfigurationWithContext

PutModelInvocationLoggingConfigurationWithContext mocks base method

func (*MockBedrockAPI) StopModelCustomizationJob

StopModelCustomizationJob mocks base method

func (*MockBedrockAPI) StopModelCustomizationJobRequest

StopModelCustomizationJobRequest mocks base method

func (*MockBedrockAPI) StopModelCustomizationJobWithContext

func (m *MockBedrockAPI) StopModelCustomizationJobWithContext(arg0 context.Context, arg1 *bedrock.StopModelCustomizationJobInput, arg2 ...request.Option) (*bedrock.StopModelCustomizationJobOutput, error)

StopModelCustomizationJobWithContext mocks base method

func (*MockBedrockAPI) TagResource

TagResource mocks base method

func (*MockBedrockAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockBedrockAPI) TagResourceWithContext

func (m *MockBedrockAPI) TagResourceWithContext(arg0 context.Context, arg1 *bedrock.TagResourceInput, arg2 ...request.Option) (*bedrock.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockBedrockAPI) UntagResource

UntagResource mocks base method

func (*MockBedrockAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockBedrockAPI) UntagResourceWithContext

func (m *MockBedrockAPI) UntagResourceWithContext(arg0 context.Context, arg1 *bedrock.UntagResourceInput, arg2 ...request.Option) (*bedrock.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockBedrockAPI) UpdateProvisionedModelThroughput added in v1.45.20

UpdateProvisionedModelThroughput mocks base method

func (*MockBedrockAPI) UpdateProvisionedModelThroughputRequest added in v1.45.20

UpdateProvisionedModelThroughputRequest mocks base method

func (*MockBedrockAPI) UpdateProvisionedModelThroughputWithContext added in v1.45.20

func (m *MockBedrockAPI) UpdateProvisionedModelThroughputWithContext(arg0 context.Context, arg1 *bedrock.UpdateProvisionedModelThroughputInput, arg2 ...request.Option) (*bedrock.UpdateProvisionedModelThroughputOutput, error)

UpdateProvisionedModelThroughputWithContext mocks base method

type MockBedrockAPIMockRecorder

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

MockBedrockAPIMockRecorder is the mock recorder for MockBedrockAPI

func (*MockBedrockAPIMockRecorder) CreateModelCustomizationJob

func (mr *MockBedrockAPIMockRecorder) CreateModelCustomizationJob(arg0 interface{}) *gomock.Call

CreateModelCustomizationJob indicates an expected call of CreateModelCustomizationJob

func (*MockBedrockAPIMockRecorder) CreateModelCustomizationJobRequest

func (mr *MockBedrockAPIMockRecorder) CreateModelCustomizationJobRequest(arg0 interface{}) *gomock.Call

CreateModelCustomizationJobRequest indicates an expected call of CreateModelCustomizationJobRequest

func (*MockBedrockAPIMockRecorder) CreateModelCustomizationJobWithContext

func (mr *MockBedrockAPIMockRecorder) CreateModelCustomizationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateModelCustomizationJobWithContext indicates an expected call of CreateModelCustomizationJobWithContext

func (*MockBedrockAPIMockRecorder) CreateProvisionedModelThroughput added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) CreateProvisionedModelThroughput(arg0 interface{}) *gomock.Call

CreateProvisionedModelThroughput indicates an expected call of CreateProvisionedModelThroughput

func (*MockBedrockAPIMockRecorder) CreateProvisionedModelThroughputRequest added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) CreateProvisionedModelThroughputRequest(arg0 interface{}) *gomock.Call

CreateProvisionedModelThroughputRequest indicates an expected call of CreateProvisionedModelThroughputRequest

func (*MockBedrockAPIMockRecorder) CreateProvisionedModelThroughputWithContext added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) CreateProvisionedModelThroughputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProvisionedModelThroughputWithContext indicates an expected call of CreateProvisionedModelThroughputWithContext

func (*MockBedrockAPIMockRecorder) DeleteCustomModel

func (mr *MockBedrockAPIMockRecorder) DeleteCustomModel(arg0 interface{}) *gomock.Call

DeleteCustomModel indicates an expected call of DeleteCustomModel

func (*MockBedrockAPIMockRecorder) DeleteCustomModelRequest

func (mr *MockBedrockAPIMockRecorder) DeleteCustomModelRequest(arg0 interface{}) *gomock.Call

DeleteCustomModelRequest indicates an expected call of DeleteCustomModelRequest

func (*MockBedrockAPIMockRecorder) DeleteCustomModelWithContext

func (mr *MockBedrockAPIMockRecorder) DeleteCustomModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomModelWithContext indicates an expected call of DeleteCustomModelWithContext

func (*MockBedrockAPIMockRecorder) DeleteModelInvocationLoggingConfiguration

func (mr *MockBedrockAPIMockRecorder) DeleteModelInvocationLoggingConfiguration(arg0 interface{}) *gomock.Call

DeleteModelInvocationLoggingConfiguration indicates an expected call of DeleteModelInvocationLoggingConfiguration

func (*MockBedrockAPIMockRecorder) DeleteModelInvocationLoggingConfigurationRequest

func (mr *MockBedrockAPIMockRecorder) DeleteModelInvocationLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteModelInvocationLoggingConfigurationRequest indicates an expected call of DeleteModelInvocationLoggingConfigurationRequest

func (*MockBedrockAPIMockRecorder) DeleteModelInvocationLoggingConfigurationWithContext

func (mr *MockBedrockAPIMockRecorder) DeleteModelInvocationLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteModelInvocationLoggingConfigurationWithContext indicates an expected call of DeleteModelInvocationLoggingConfigurationWithContext

func (*MockBedrockAPIMockRecorder) DeleteProvisionedModelThroughput added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) DeleteProvisionedModelThroughput(arg0 interface{}) *gomock.Call

DeleteProvisionedModelThroughput indicates an expected call of DeleteProvisionedModelThroughput

func (*MockBedrockAPIMockRecorder) DeleteProvisionedModelThroughputRequest added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) DeleteProvisionedModelThroughputRequest(arg0 interface{}) *gomock.Call

DeleteProvisionedModelThroughputRequest indicates an expected call of DeleteProvisionedModelThroughputRequest

func (*MockBedrockAPIMockRecorder) DeleteProvisionedModelThroughputWithContext added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) DeleteProvisionedModelThroughputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProvisionedModelThroughputWithContext indicates an expected call of DeleteProvisionedModelThroughputWithContext

func (*MockBedrockAPIMockRecorder) GetCustomModel

func (mr *MockBedrockAPIMockRecorder) GetCustomModel(arg0 interface{}) *gomock.Call

GetCustomModel indicates an expected call of GetCustomModel

func (*MockBedrockAPIMockRecorder) GetCustomModelRequest

func (mr *MockBedrockAPIMockRecorder) GetCustomModelRequest(arg0 interface{}) *gomock.Call

GetCustomModelRequest indicates an expected call of GetCustomModelRequest

func (*MockBedrockAPIMockRecorder) GetCustomModelWithContext

func (mr *MockBedrockAPIMockRecorder) GetCustomModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCustomModelWithContext indicates an expected call of GetCustomModelWithContext

func (*MockBedrockAPIMockRecorder) GetFoundationModel

func (mr *MockBedrockAPIMockRecorder) GetFoundationModel(arg0 interface{}) *gomock.Call

GetFoundationModel indicates an expected call of GetFoundationModel

func (*MockBedrockAPIMockRecorder) GetFoundationModelRequest

func (mr *MockBedrockAPIMockRecorder) GetFoundationModelRequest(arg0 interface{}) *gomock.Call

GetFoundationModelRequest indicates an expected call of GetFoundationModelRequest

func (*MockBedrockAPIMockRecorder) GetFoundationModelWithContext

func (mr *MockBedrockAPIMockRecorder) GetFoundationModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFoundationModelWithContext indicates an expected call of GetFoundationModelWithContext

func (*MockBedrockAPIMockRecorder) GetModelCustomizationJob

func (mr *MockBedrockAPIMockRecorder) GetModelCustomizationJob(arg0 interface{}) *gomock.Call

GetModelCustomizationJob indicates an expected call of GetModelCustomizationJob

func (*MockBedrockAPIMockRecorder) GetModelCustomizationJobRequest

func (mr *MockBedrockAPIMockRecorder) GetModelCustomizationJobRequest(arg0 interface{}) *gomock.Call

GetModelCustomizationJobRequest indicates an expected call of GetModelCustomizationJobRequest

func (*MockBedrockAPIMockRecorder) GetModelCustomizationJobWithContext

func (mr *MockBedrockAPIMockRecorder) GetModelCustomizationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModelCustomizationJobWithContext indicates an expected call of GetModelCustomizationJobWithContext

func (*MockBedrockAPIMockRecorder) GetModelInvocationLoggingConfiguration

func (mr *MockBedrockAPIMockRecorder) GetModelInvocationLoggingConfiguration(arg0 interface{}) *gomock.Call

GetModelInvocationLoggingConfiguration indicates an expected call of GetModelInvocationLoggingConfiguration

func (*MockBedrockAPIMockRecorder) GetModelInvocationLoggingConfigurationRequest

func (mr *MockBedrockAPIMockRecorder) GetModelInvocationLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

GetModelInvocationLoggingConfigurationRequest indicates an expected call of GetModelInvocationLoggingConfigurationRequest

func (*MockBedrockAPIMockRecorder) GetModelInvocationLoggingConfigurationWithContext

func (mr *MockBedrockAPIMockRecorder) GetModelInvocationLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModelInvocationLoggingConfigurationWithContext indicates an expected call of GetModelInvocationLoggingConfigurationWithContext

func (*MockBedrockAPIMockRecorder) GetProvisionedModelThroughput added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) GetProvisionedModelThroughput(arg0 interface{}) *gomock.Call

GetProvisionedModelThroughput indicates an expected call of GetProvisionedModelThroughput

func (*MockBedrockAPIMockRecorder) GetProvisionedModelThroughputRequest added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) GetProvisionedModelThroughputRequest(arg0 interface{}) *gomock.Call

GetProvisionedModelThroughputRequest indicates an expected call of GetProvisionedModelThroughputRequest

func (*MockBedrockAPIMockRecorder) GetProvisionedModelThroughputWithContext added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) GetProvisionedModelThroughputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProvisionedModelThroughputWithContext indicates an expected call of GetProvisionedModelThroughputWithContext

func (*MockBedrockAPIMockRecorder) ListCustomModels

func (mr *MockBedrockAPIMockRecorder) ListCustomModels(arg0 interface{}) *gomock.Call

ListCustomModels indicates an expected call of ListCustomModels

func (*MockBedrockAPIMockRecorder) ListCustomModelsPages

func (mr *MockBedrockAPIMockRecorder) ListCustomModelsPages(arg0, arg1 interface{}) *gomock.Call

ListCustomModelsPages indicates an expected call of ListCustomModelsPages

func (*MockBedrockAPIMockRecorder) ListCustomModelsPagesWithContext

func (mr *MockBedrockAPIMockRecorder) ListCustomModelsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListCustomModelsPagesWithContext indicates an expected call of ListCustomModelsPagesWithContext

func (*MockBedrockAPIMockRecorder) ListCustomModelsRequest

func (mr *MockBedrockAPIMockRecorder) ListCustomModelsRequest(arg0 interface{}) *gomock.Call

ListCustomModelsRequest indicates an expected call of ListCustomModelsRequest

func (*MockBedrockAPIMockRecorder) ListCustomModelsWithContext

func (mr *MockBedrockAPIMockRecorder) ListCustomModelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCustomModelsWithContext indicates an expected call of ListCustomModelsWithContext

func (*MockBedrockAPIMockRecorder) ListFoundationModels

func (mr *MockBedrockAPIMockRecorder) ListFoundationModels(arg0 interface{}) *gomock.Call

ListFoundationModels indicates an expected call of ListFoundationModels

func (*MockBedrockAPIMockRecorder) ListFoundationModelsRequest

func (mr *MockBedrockAPIMockRecorder) ListFoundationModelsRequest(arg0 interface{}) *gomock.Call

ListFoundationModelsRequest indicates an expected call of ListFoundationModelsRequest

func (*MockBedrockAPIMockRecorder) ListFoundationModelsWithContext

func (mr *MockBedrockAPIMockRecorder) ListFoundationModelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFoundationModelsWithContext indicates an expected call of ListFoundationModelsWithContext

func (*MockBedrockAPIMockRecorder) ListModelCustomizationJobs

func (mr *MockBedrockAPIMockRecorder) ListModelCustomizationJobs(arg0 interface{}) *gomock.Call

ListModelCustomizationJobs indicates an expected call of ListModelCustomizationJobs

func (*MockBedrockAPIMockRecorder) ListModelCustomizationJobsPages

func (mr *MockBedrockAPIMockRecorder) ListModelCustomizationJobsPages(arg0, arg1 interface{}) *gomock.Call

ListModelCustomizationJobsPages indicates an expected call of ListModelCustomizationJobsPages

func (*MockBedrockAPIMockRecorder) ListModelCustomizationJobsPagesWithContext

func (mr *MockBedrockAPIMockRecorder) ListModelCustomizationJobsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListModelCustomizationJobsPagesWithContext indicates an expected call of ListModelCustomizationJobsPagesWithContext

func (*MockBedrockAPIMockRecorder) ListModelCustomizationJobsRequest

func (mr *MockBedrockAPIMockRecorder) ListModelCustomizationJobsRequest(arg0 interface{}) *gomock.Call

ListModelCustomizationJobsRequest indicates an expected call of ListModelCustomizationJobsRequest

func (*MockBedrockAPIMockRecorder) ListModelCustomizationJobsWithContext

func (mr *MockBedrockAPIMockRecorder) ListModelCustomizationJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListModelCustomizationJobsWithContext indicates an expected call of ListModelCustomizationJobsWithContext

func (*MockBedrockAPIMockRecorder) ListProvisionedModelThroughputs added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) ListProvisionedModelThroughputs(arg0 interface{}) *gomock.Call

ListProvisionedModelThroughputs indicates an expected call of ListProvisionedModelThroughputs

func (*MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsPages added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsPages(arg0, arg1 interface{}) *gomock.Call

ListProvisionedModelThroughputsPages indicates an expected call of ListProvisionedModelThroughputsPages

func (*MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsPagesWithContext added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListProvisionedModelThroughputsPagesWithContext indicates an expected call of ListProvisionedModelThroughputsPagesWithContext

func (*MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsRequest added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsRequest(arg0 interface{}) *gomock.Call

ListProvisionedModelThroughputsRequest indicates an expected call of ListProvisionedModelThroughputsRequest

func (*MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsWithContext added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) ListProvisionedModelThroughputsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProvisionedModelThroughputsWithContext indicates an expected call of ListProvisionedModelThroughputsWithContext

func (*MockBedrockAPIMockRecorder) ListTagsForResource

func (mr *MockBedrockAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockBedrockAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockBedrockAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockBedrockAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockBedrockAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockBedrockAPIMockRecorder) PutModelInvocationLoggingConfiguration

func (mr *MockBedrockAPIMockRecorder) PutModelInvocationLoggingConfiguration(arg0 interface{}) *gomock.Call

PutModelInvocationLoggingConfiguration indicates an expected call of PutModelInvocationLoggingConfiguration

func (*MockBedrockAPIMockRecorder) PutModelInvocationLoggingConfigurationRequest

func (mr *MockBedrockAPIMockRecorder) PutModelInvocationLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

PutModelInvocationLoggingConfigurationRequest indicates an expected call of PutModelInvocationLoggingConfigurationRequest

func (*MockBedrockAPIMockRecorder) PutModelInvocationLoggingConfigurationWithContext

func (mr *MockBedrockAPIMockRecorder) PutModelInvocationLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutModelInvocationLoggingConfigurationWithContext indicates an expected call of PutModelInvocationLoggingConfigurationWithContext

func (*MockBedrockAPIMockRecorder) StopModelCustomizationJob

func (mr *MockBedrockAPIMockRecorder) StopModelCustomizationJob(arg0 interface{}) *gomock.Call

StopModelCustomizationJob indicates an expected call of StopModelCustomizationJob

func (*MockBedrockAPIMockRecorder) StopModelCustomizationJobRequest

func (mr *MockBedrockAPIMockRecorder) StopModelCustomizationJobRequest(arg0 interface{}) *gomock.Call

StopModelCustomizationJobRequest indicates an expected call of StopModelCustomizationJobRequest

func (*MockBedrockAPIMockRecorder) StopModelCustomizationJobWithContext

func (mr *MockBedrockAPIMockRecorder) StopModelCustomizationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopModelCustomizationJobWithContext indicates an expected call of StopModelCustomizationJobWithContext

func (*MockBedrockAPIMockRecorder) TagResource

func (mr *MockBedrockAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockBedrockAPIMockRecorder) TagResourceRequest

func (mr *MockBedrockAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockBedrockAPIMockRecorder) TagResourceWithContext

func (mr *MockBedrockAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockBedrockAPIMockRecorder) UntagResource

func (mr *MockBedrockAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockBedrockAPIMockRecorder) UntagResourceRequest

func (mr *MockBedrockAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockBedrockAPIMockRecorder) UntagResourceWithContext

func (mr *MockBedrockAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockBedrockAPIMockRecorder) UpdateProvisionedModelThroughput added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) UpdateProvisionedModelThroughput(arg0 interface{}) *gomock.Call

UpdateProvisionedModelThroughput indicates an expected call of UpdateProvisionedModelThroughput

func (*MockBedrockAPIMockRecorder) UpdateProvisionedModelThroughputRequest added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) UpdateProvisionedModelThroughputRequest(arg0 interface{}) *gomock.Call

UpdateProvisionedModelThroughputRequest indicates an expected call of UpdateProvisionedModelThroughputRequest

func (*MockBedrockAPIMockRecorder) UpdateProvisionedModelThroughputWithContext added in v1.45.20

func (mr *MockBedrockAPIMockRecorder) UpdateProvisionedModelThroughputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateProvisionedModelThroughputWithContext indicates an expected call of UpdateProvisionedModelThroughputWithContext

Jump to

Keyboard shortcuts

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