braketstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelQuantumTaskFuture

type CancelQuantumTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CancelQuantumTaskFuture) Get

type Client

type Client interface {
	CancelQuantumTask(ctx workflow.Context, input *braket.CancelQuantumTaskInput) (*braket.CancelQuantumTaskOutput, error)
	CancelQuantumTaskAsync(ctx workflow.Context, input *braket.CancelQuantumTaskInput) *CancelQuantumTaskFuture

	CreateQuantumTask(ctx workflow.Context, input *braket.CreateQuantumTaskInput) (*braket.CreateQuantumTaskOutput, error)
	CreateQuantumTaskAsync(ctx workflow.Context, input *braket.CreateQuantumTaskInput) *CreateQuantumTaskFuture

	GetDevice(ctx workflow.Context, input *braket.GetDeviceInput) (*braket.GetDeviceOutput, error)
	GetDeviceAsync(ctx workflow.Context, input *braket.GetDeviceInput) *GetDeviceFuture

	GetQuantumTask(ctx workflow.Context, input *braket.GetQuantumTaskInput) (*braket.GetQuantumTaskOutput, error)
	GetQuantumTaskAsync(ctx workflow.Context, input *braket.GetQuantumTaskInput) *GetQuantumTaskFuture

	ListTagsForResource(ctx workflow.Context, input *braket.ListTagsForResourceInput) (*braket.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *braket.ListTagsForResourceInput) *ListTagsForResourceFuture

	SearchDevices(ctx workflow.Context, input *braket.SearchDevicesInput) (*braket.SearchDevicesOutput, error)
	SearchDevicesAsync(ctx workflow.Context, input *braket.SearchDevicesInput) *SearchDevicesFuture

	SearchQuantumTasks(ctx workflow.Context, input *braket.SearchQuantumTasksInput) (*braket.SearchQuantumTasksOutput, error)
	SearchQuantumTasksAsync(ctx workflow.Context, input *braket.SearchQuantumTasksInput) *SearchQuantumTasksFuture

	TagResource(ctx workflow.Context, input *braket.TagResourceInput) (*braket.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *braket.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *braket.UntagResourceInput) (*braket.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *braket.UntagResourceInput) *UntagResourceFuture
}

func NewClient

func NewClient() Client

type CreateQuantumTaskFuture

type CreateQuantumTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateQuantumTaskFuture) Get

type GetDeviceFuture

type GetDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeviceFuture) Get

type GetQuantumTaskFuture

type GetQuantumTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetQuantumTaskFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type SearchDevicesFuture

type SearchDevicesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchDevicesFuture) Get

type SearchQuantumTasksFuture

type SearchQuantumTasksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchQuantumTasksFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

Jump to

Keyboard shortcuts

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