Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DeleteHumanLoop(ctx workflow.Context, input *augmentedairuntime.DeleteHumanLoopInput) (*augmentedairuntime.DeleteHumanLoopOutput, error) DeleteHumanLoopAsync(ctx workflow.Context, input *augmentedairuntime.DeleteHumanLoopInput) *DeleteHumanLoopFuture DescribeHumanLoop(ctx workflow.Context, input *augmentedairuntime.DescribeHumanLoopInput) (*augmentedairuntime.DescribeHumanLoopOutput, error) DescribeHumanLoopAsync(ctx workflow.Context, input *augmentedairuntime.DescribeHumanLoopInput) *DescribeHumanLoopFuture ListHumanLoops(ctx workflow.Context, input *augmentedairuntime.ListHumanLoopsInput) (*augmentedairuntime.ListHumanLoopsOutput, error) ListHumanLoopsAsync(ctx workflow.Context, input *augmentedairuntime.ListHumanLoopsInput) *ListHumanLoopsFuture StartHumanLoop(ctx workflow.Context, input *augmentedairuntime.StartHumanLoopInput) (*augmentedairuntime.StartHumanLoopOutput, error) StartHumanLoopAsync(ctx workflow.Context, input *augmentedairuntime.StartHumanLoopInput) *StartHumanLoopFuture StopHumanLoop(ctx workflow.Context, input *augmentedairuntime.StopHumanLoopInput) (*augmentedairuntime.StopHumanLoopOutput, error) StopHumanLoopAsync(ctx workflow.Context, input *augmentedairuntime.StopHumanLoopInput) *StopHumanLoopFuture }
type DeleteHumanLoopFuture ¶
type DeleteHumanLoopFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteHumanLoopFuture) Get ¶
func (r *DeleteHumanLoopFuture) Get(ctx workflow.Context) (*augmentedairuntime.DeleteHumanLoopOutput, error)
type DescribeHumanLoopFuture ¶
type DescribeHumanLoopFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeHumanLoopFuture) Get ¶
func (r *DescribeHumanLoopFuture) Get(ctx workflow.Context) (*augmentedairuntime.DescribeHumanLoopOutput, error)
type ListHumanLoopsFuture ¶
func (*ListHumanLoopsFuture) Get ¶
func (r *ListHumanLoopsFuture) Get(ctx workflow.Context) (*augmentedairuntime.ListHumanLoopsOutput, error)
type StartHumanLoopFuture ¶
func (*StartHumanLoopFuture) Get ¶
func (r *StartHumanLoopFuture) Get(ctx workflow.Context) (*augmentedairuntime.StartHumanLoopOutput, error)
type StopHumanLoopFuture ¶
func (*StopHumanLoopFuture) Get ¶
func (r *StopHumanLoopFuture) Get(ctx workflow.Context) (*augmentedairuntime.StopHumanLoopOutput, error)
Click to show internal directories.
Click to hide internal directories.