puttrainedmodelalias

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Creates a new model alias (or reassigns an existing one) to refer to the trained model

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 NewPutTrainedModelAlias

type NewPutTrainedModelAlias func(modelid, modelalias string) *PutTrainedModelAlias

NewPutTrainedModelAlias type alias for index.

func NewPutTrainedModelAliasFunc

func NewPutTrainedModelAliasFunc(tp elastictransport.Interface) NewPutTrainedModelAlias

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

type PutTrainedModelAlias

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

func New

Creates a new model alias (or reassigns an existing one) to refer to the trained model

https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html

func (PutTrainedModelAlias) Do

Do runs the request through the transport, handle the response and returns a puttrainedmodelalias.Response

func (*PutTrainedModelAlias) Header

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

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

func (*PutTrainedModelAlias) HttpRequest

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

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

func (PutTrainedModelAlias) IsSuccess

func (r PutTrainedModelAlias) 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 (*PutTrainedModelAlias) ModelAlias

ModelAlias The alias to create or update. This value cannot end in numbers. API Name: modelalias

func (*PutTrainedModelAlias) ModelId

ModelId The identifier for the trained model that the alias refers to. API Name: modelid

func (PutTrainedModelAlias) Perform

Perform runs the http.Request through the provided transport and returns an http.Response.

func (*PutTrainedModelAlias) Reassign

Reassign Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model. If the alias is already assigned and this parameter is false, the API returns an error. API name: reassign

type Response

type Response struct {

	// Acknowledged For a successful response, this value is always true. On failure, an
	// exception is returned instead.
	Acknowledged bool `json:"acknowledged"`
}

func NewResponse

func NewResponse() *Response

NewResponse returns a Response

Jump to

Keyboard shortcuts

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