upgradejobsnapshot

package
v8.4.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2022 License: Apache-2.0 Imports: 11 Imported by: 4

Documentation

Overview

Upgrades a given job snapshot to the current major version.

Index

Constants

This section is empty.

Variables

View Source
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")

ErrBuildPath is returned in case of missing parameters within the build of the request.

Functions

This section is empty.

Types

type NewUpgradeJobSnapshot

type NewUpgradeJobSnapshot func(jobid, snapshotid string) *UpgradeJobSnapshot

NewUpgradeJobSnapshot type alias for index.

func NewUpgradeJobSnapshotFunc

func NewUpgradeJobSnapshotFunc(tp elastictransport.Interface) NewUpgradeJobSnapshot

NewUpgradeJobSnapshotFunc returns a new instance of UpgradeJobSnapshot with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.

type UpgradeJobSnapshot

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

func (UpgradeJobSnapshot) Do

Do runs the http.Request through the provided transport.

func (*UpgradeJobSnapshot) Header

func (r *UpgradeJobSnapshot) Header(key, value string) *UpgradeJobSnapshot

Header set a key, value pair in the UpgradeJobSnapshot headers map.

func (*UpgradeJobSnapshot) HttpRequest

func (r *UpgradeJobSnapshot) HttpRequest(ctx context.Context) (*http.Request, error)

HttpRequest returns the http.Request object built from the given parameters.

func (UpgradeJobSnapshot) IsSuccess

func (r UpgradeJobSnapshot) IsSuccess(ctx context.Context) (bool, error)

IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.

func (*UpgradeJobSnapshot) JobId

JobId Identifier for the anomaly detection job. API Name: jobid

func (*UpgradeJobSnapshot) SnapshotId

func (r *UpgradeJobSnapshot) SnapshotId(v string) *UpgradeJobSnapshot

SnapshotId A numerical character string that uniquely identifies the model snapshot. API Name: snapshotid

func (*UpgradeJobSnapshot) Timeout

func (r *UpgradeJobSnapshot) Timeout(value string) *UpgradeJobSnapshot

Timeout Controls the time to wait for the request to complete. API name: timeout

func (*UpgradeJobSnapshot) WaitForCompletion

func (r *UpgradeJobSnapshot) WaitForCompletion(b bool) *UpgradeJobSnapshot

WaitForCompletion When true, the API won’t respond until the upgrade is complete. Otherwise, it responds as soon as the upgrade task is assigned to a node. API name: wait_for_completion

Jump to

Keyboard shortcuts

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