Documentation ¶
Index ¶
- type Client
- type CreateDatasetFuture
- type CreateModelFuture
- type CreateProjectFuture
- type DeleteDatasetFuture
- type DeleteModelFuture
- type DeleteProjectFuture
- type DescribeDatasetFuture
- type DescribeModelFuture
- type DescribeProjectFuture
- type DetectAnomaliesFuture
- type ListDatasetEntriesFuture
- type ListModelsFuture
- type ListProjectsFuture
- type StartModelFuture
- type StopModelFuture
- type UpdateDatasetEntriesFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateDataset(ctx workflow.Context, input *lookoutforvision.CreateDatasetInput) (*lookoutforvision.CreateDatasetOutput, error) CreateDatasetAsync(ctx workflow.Context, input *lookoutforvision.CreateDatasetInput) *CreateDatasetFuture CreateModel(ctx workflow.Context, input *lookoutforvision.CreateModelInput) (*lookoutforvision.CreateModelOutput, error) CreateModelAsync(ctx workflow.Context, input *lookoutforvision.CreateModelInput) *CreateModelFuture CreateProject(ctx workflow.Context, input *lookoutforvision.CreateProjectInput) (*lookoutforvision.CreateProjectOutput, error) CreateProjectAsync(ctx workflow.Context, input *lookoutforvision.CreateProjectInput) *CreateProjectFuture DeleteDataset(ctx workflow.Context, input *lookoutforvision.DeleteDatasetInput) (*lookoutforvision.DeleteDatasetOutput, error) DeleteDatasetAsync(ctx workflow.Context, input *lookoutforvision.DeleteDatasetInput) *DeleteDatasetFuture DeleteModel(ctx workflow.Context, input *lookoutforvision.DeleteModelInput) (*lookoutforvision.DeleteModelOutput, error) DeleteModelAsync(ctx workflow.Context, input *lookoutforvision.DeleteModelInput) *DeleteModelFuture DeleteProject(ctx workflow.Context, input *lookoutforvision.DeleteProjectInput) (*lookoutforvision.DeleteProjectOutput, error) DeleteProjectAsync(ctx workflow.Context, input *lookoutforvision.DeleteProjectInput) *DeleteProjectFuture DescribeDataset(ctx workflow.Context, input *lookoutforvision.DescribeDatasetInput) (*lookoutforvision.DescribeDatasetOutput, error) DescribeDatasetAsync(ctx workflow.Context, input *lookoutforvision.DescribeDatasetInput) *DescribeDatasetFuture DescribeModel(ctx workflow.Context, input *lookoutforvision.DescribeModelInput) (*lookoutforvision.DescribeModelOutput, error) DescribeModelAsync(ctx workflow.Context, input *lookoutforvision.DescribeModelInput) *DescribeModelFuture DescribeProject(ctx workflow.Context, input *lookoutforvision.DescribeProjectInput) (*lookoutforvision.DescribeProjectOutput, error) DescribeProjectAsync(ctx workflow.Context, input *lookoutforvision.DescribeProjectInput) *DescribeProjectFuture DetectAnomalies(ctx workflow.Context, input *lookoutforvision.DetectAnomaliesInput) (*lookoutforvision.DetectAnomaliesOutput, error) DetectAnomaliesAsync(ctx workflow.Context, input *lookoutforvision.DetectAnomaliesInput) *DetectAnomaliesFuture ListDatasetEntries(ctx workflow.Context, input *lookoutforvision.ListDatasetEntriesInput) (*lookoutforvision.ListDatasetEntriesOutput, error) ListDatasetEntriesAsync(ctx workflow.Context, input *lookoutforvision.ListDatasetEntriesInput) *ListDatasetEntriesFuture ListModels(ctx workflow.Context, input *lookoutforvision.ListModelsInput) (*lookoutforvision.ListModelsOutput, error) ListModelsAsync(ctx workflow.Context, input *lookoutforvision.ListModelsInput) *ListModelsFuture ListProjects(ctx workflow.Context, input *lookoutforvision.ListProjectsInput) (*lookoutforvision.ListProjectsOutput, error) ListProjectsAsync(ctx workflow.Context, input *lookoutforvision.ListProjectsInput) *ListProjectsFuture StartModel(ctx workflow.Context, input *lookoutforvision.StartModelInput) (*lookoutforvision.StartModelOutput, error) StartModelAsync(ctx workflow.Context, input *lookoutforvision.StartModelInput) *StartModelFuture StopModel(ctx workflow.Context, input *lookoutforvision.StopModelInput) (*lookoutforvision.StopModelOutput, error) StopModelAsync(ctx workflow.Context, input *lookoutforvision.StopModelInput) *StopModelFuture UpdateDatasetEntries(ctx workflow.Context, input *lookoutforvision.UpdateDatasetEntriesInput) (*lookoutforvision.UpdateDatasetEntriesOutput, error) UpdateDatasetEntriesAsync(ctx workflow.Context, input *lookoutforvision.UpdateDatasetEntriesInput) *UpdateDatasetEntriesFuture }
type CreateDatasetFuture ¶
func (*CreateDatasetFuture) Get ¶
func (r *CreateDatasetFuture) Get(ctx workflow.Context) (*lookoutforvision.CreateDatasetOutput, error)
type CreateModelFuture ¶
func (*CreateModelFuture) Get ¶
func (r *CreateModelFuture) Get(ctx workflow.Context) (*lookoutforvision.CreateModelOutput, error)
type CreateProjectFuture ¶
func (*CreateProjectFuture) Get ¶
func (r *CreateProjectFuture) Get(ctx workflow.Context) (*lookoutforvision.CreateProjectOutput, error)
type DeleteDatasetFuture ¶
func (*DeleteDatasetFuture) Get ¶
func (r *DeleteDatasetFuture) Get(ctx workflow.Context) (*lookoutforvision.DeleteDatasetOutput, error)
type DeleteModelFuture ¶
func (*DeleteModelFuture) Get ¶
func (r *DeleteModelFuture) Get(ctx workflow.Context) (*lookoutforvision.DeleteModelOutput, error)
type DeleteProjectFuture ¶
func (*DeleteProjectFuture) Get ¶
func (r *DeleteProjectFuture) Get(ctx workflow.Context) (*lookoutforvision.DeleteProjectOutput, error)
type DescribeDatasetFuture ¶
type DescribeDatasetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDatasetFuture) Get ¶
func (r *DescribeDatasetFuture) Get(ctx workflow.Context) (*lookoutforvision.DescribeDatasetOutput, error)
type DescribeModelFuture ¶
func (*DescribeModelFuture) Get ¶
func (r *DescribeModelFuture) Get(ctx workflow.Context) (*lookoutforvision.DescribeModelOutput, error)
type DescribeProjectFuture ¶
type DescribeProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProjectFuture) Get ¶
func (r *DescribeProjectFuture) Get(ctx workflow.Context) (*lookoutforvision.DescribeProjectOutput, error)
type DetectAnomaliesFuture ¶
type DetectAnomaliesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectAnomaliesFuture) Get ¶
func (r *DetectAnomaliesFuture) Get(ctx workflow.Context) (*lookoutforvision.DetectAnomaliesOutput, error)
type ListDatasetEntriesFuture ¶
type ListDatasetEntriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDatasetEntriesFuture) Get ¶
func (r *ListDatasetEntriesFuture) Get(ctx workflow.Context) (*lookoutforvision.ListDatasetEntriesOutput, error)
type ListModelsFuture ¶
func (*ListModelsFuture) Get ¶
func (r *ListModelsFuture) Get(ctx workflow.Context) (*lookoutforvision.ListModelsOutput, error)
type ListProjectsFuture ¶
func (*ListProjectsFuture) Get ¶
func (r *ListProjectsFuture) Get(ctx workflow.Context) (*lookoutforvision.ListProjectsOutput, error)
type StartModelFuture ¶
func (*StartModelFuture) Get ¶
func (r *StartModelFuture) Get(ctx workflow.Context) (*lookoutforvision.StartModelOutput, error)
type StopModelFuture ¶
func (*StopModelFuture) Get ¶
func (r *StopModelFuture) Get(ctx workflow.Context) (*lookoutforvision.StopModelOutput, error)
type UpdateDatasetEntriesFuture ¶
type UpdateDatasetEntriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDatasetEntriesFuture) Get ¶
func (r *UpdateDatasetEntriesFuture) Get(ctx workflow.Context) (*lookoutforvision.UpdateDatasetEntriesOutput, error)
Click to show internal directories.
Click to hide internal directories.