Documentation ¶
Overview ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package sagemakerruntimedouble contains test double implementation of sagemakerruntimeiface.SageMakerRuntimeAPI
Package sagemakerruntimedouble provides a TestDouble implementation of sagemakerruntimeiface.SageMakerRuntimeAPI ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00
Index ¶
- type SageMakerRuntimeDouble
- func (d *SageMakerRuntimeDouble) InvokeEndpoint(i0 *sagemakerruntime.InvokeEndpointInput) (r0 *sagemakerruntime.InvokeEndpointOutput, r1 error)
- func (d *SageMakerRuntimeDouble) InvokeEndpointRequest(i0 *sagemakerruntime.InvokeEndpointInput) (r0 *request.Request, r1 *sagemakerruntime.InvokeEndpointOutput)
- func (d *SageMakerRuntimeDouble) InvokeEndpointWithContext(i0 context.Context, i1 *sagemakerruntime.InvokeEndpointInput, ...) (r0 *sagemakerruntime.InvokeEndpointOutput, r1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SageMakerRuntimeDouble ¶
type SageMakerRuntimeDouble struct { sagemakerruntimeiface.SageMakerRuntimeAPI *awsdouble.AWSTestDouble }
SageMakerRuntimeDouble is TestDouble for sagemakerruntimeiface.SageMakerRuntimeAPI
func NewDouble ¶
func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *SageMakerRuntimeDouble
Constructor for SageMakerRuntimeDouble Default configuration will ensure
API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.
WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.
Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.
This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.
func (*SageMakerRuntimeDouble) InvokeEndpoint ¶
func (d *SageMakerRuntimeDouble) InvokeEndpoint(i0 *sagemakerruntime.InvokeEndpointInput) (r0 *sagemakerruntime.InvokeEndpointOutput, r1 error)
func (*SageMakerRuntimeDouble) InvokeEndpointRequest ¶
func (d *SageMakerRuntimeDouble) InvokeEndpointRequest(i0 *sagemakerruntime.InvokeEndpointInput) (r0 *request.Request, r1 *sagemakerruntime.InvokeEndpointOutput)
func (*SageMakerRuntimeDouble) InvokeEndpointWithContext ¶
func (d *SageMakerRuntimeDouble) InvokeEndpointWithContext(i0 context.Context, i1 *sagemakerruntime.InvokeEndpointInput, i2 ...request.Option) (r0 *sagemakerruntime.InvokeEndpointOutput, r1 error)