runs_v1

package
v0.0.0-...-bd7fa6f Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArchiveRunForbidden

type ArchiveRunForbidden struct {
	Payload interface{}
}

ArchiveRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewArchiveRunForbidden

func NewArchiveRunForbidden() *ArchiveRunForbidden

NewArchiveRunForbidden creates a ArchiveRunForbidden with default headers values

func (*ArchiveRunForbidden) Error

func (o *ArchiveRunForbidden) Error() string

func (*ArchiveRunForbidden) GetPayload

func (o *ArchiveRunForbidden) GetPayload() interface{}

type ArchiveRunNotFound

type ArchiveRunNotFound struct {
	Payload string
}

ArchiveRunNotFound handles this case with default header values.

Resource does not exist.

func NewArchiveRunNotFound

func NewArchiveRunNotFound() *ArchiveRunNotFound

NewArchiveRunNotFound creates a ArchiveRunNotFound with default headers values

func (*ArchiveRunNotFound) Error

func (o *ArchiveRunNotFound) Error() string

func (*ArchiveRunNotFound) GetPayload

func (o *ArchiveRunNotFound) GetPayload() string

type ArchiveRunOK

type ArchiveRunOK struct {
	Payload interface{}
}

ArchiveRunOK handles this case with default header values.

A successful response.

func NewArchiveRunOK

func NewArchiveRunOK() *ArchiveRunOK

NewArchiveRunOK creates a ArchiveRunOK with default headers values

func (*ArchiveRunOK) Error

func (o *ArchiveRunOK) Error() string

func (*ArchiveRunOK) GetPayload

func (o *ArchiveRunOK) GetPayload() interface{}

type ArchiveRunParams

type ArchiveRunParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArchiveRunParams contains all the parameters to send to the API endpoint for the archive run operation typically these are written to a http.Request

func NewArchiveRunParams

func NewArchiveRunParams() *ArchiveRunParams

NewArchiveRunParams creates a new ArchiveRunParams object with the default values initialized.

func NewArchiveRunParamsWithContext

func NewArchiveRunParamsWithContext(ctx context.Context) *ArchiveRunParams

NewArchiveRunParamsWithContext creates a new ArchiveRunParams object with the default values initialized, and the ability to set a context for a request

func NewArchiveRunParamsWithHTTPClient

func NewArchiveRunParamsWithHTTPClient(client *http.Client) *ArchiveRunParams

NewArchiveRunParamsWithHTTPClient creates a new ArchiveRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewArchiveRunParamsWithTimeout

func NewArchiveRunParamsWithTimeout(timeout time.Duration) *ArchiveRunParams

NewArchiveRunParamsWithTimeout creates a new ArchiveRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*ArchiveRunParams) SetContext

func (o *ArchiveRunParams) SetContext(ctx context.Context)

SetContext adds the context to the archive run params

func (*ArchiveRunParams) SetHTTPClient

func (o *ArchiveRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the archive run params

func (*ArchiveRunParams) SetOwner

func (o *ArchiveRunParams) SetOwner(owner string)

SetOwner adds the owner to the archive run params

func (*ArchiveRunParams) SetProject

func (o *ArchiveRunParams) SetProject(project string)

SetProject adds the project to the archive run params

func (*ArchiveRunParams) SetTimeout

func (o *ArchiveRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the archive run params

func (*ArchiveRunParams) SetUUID

func (o *ArchiveRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the archive run params

func (*ArchiveRunParams) WithContext

func (o *ArchiveRunParams) WithContext(ctx context.Context) *ArchiveRunParams

WithContext adds the context to the archive run params

func (*ArchiveRunParams) WithHTTPClient

func (o *ArchiveRunParams) WithHTTPClient(client *http.Client) *ArchiveRunParams

WithHTTPClient adds the HTTPClient to the archive run params

func (*ArchiveRunParams) WithOwner

func (o *ArchiveRunParams) WithOwner(owner string) *ArchiveRunParams

WithOwner adds the owner to the archive run params

func (*ArchiveRunParams) WithProject

func (o *ArchiveRunParams) WithProject(project string) *ArchiveRunParams

WithProject adds the project to the archive run params

func (*ArchiveRunParams) WithTimeout

func (o *ArchiveRunParams) WithTimeout(timeout time.Duration) *ArchiveRunParams

WithTimeout adds the timeout to the archive run params

func (*ArchiveRunParams) WithUUID

func (o *ArchiveRunParams) WithUUID(uuid string) *ArchiveRunParams

WithUUID adds the uuid to the archive run params

func (*ArchiveRunParams) WriteToRequest

func (o *ArchiveRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ArchiveRunReader

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

ArchiveRunReader is a Reader for the ArchiveRun structure.

func (*ArchiveRunReader) ReadResponse

func (o *ArchiveRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BookmarkRunForbidden

type BookmarkRunForbidden struct {
	Payload interface{}
}

BookmarkRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewBookmarkRunForbidden

func NewBookmarkRunForbidden() *BookmarkRunForbidden

NewBookmarkRunForbidden creates a BookmarkRunForbidden with default headers values

func (*BookmarkRunForbidden) Error

func (o *BookmarkRunForbidden) Error() string

func (*BookmarkRunForbidden) GetPayload

func (o *BookmarkRunForbidden) GetPayload() interface{}

type BookmarkRunNotFound

type BookmarkRunNotFound struct {
	Payload string
}

BookmarkRunNotFound handles this case with default header values.

Resource does not exist.

func NewBookmarkRunNotFound

func NewBookmarkRunNotFound() *BookmarkRunNotFound

NewBookmarkRunNotFound creates a BookmarkRunNotFound with default headers values

func (*BookmarkRunNotFound) Error

func (o *BookmarkRunNotFound) Error() string

func (*BookmarkRunNotFound) GetPayload

func (o *BookmarkRunNotFound) GetPayload() string

type BookmarkRunOK

type BookmarkRunOK struct {
	Payload interface{}
}

BookmarkRunOK handles this case with default header values.

A successful response.

func NewBookmarkRunOK

func NewBookmarkRunOK() *BookmarkRunOK

NewBookmarkRunOK creates a BookmarkRunOK with default headers values

func (*BookmarkRunOK) Error

func (o *BookmarkRunOK) Error() string

func (*BookmarkRunOK) GetPayload

func (o *BookmarkRunOK) GetPayload() interface{}

type BookmarkRunParams

type BookmarkRunParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BookmarkRunParams contains all the parameters to send to the API endpoint for the bookmark run operation typically these are written to a http.Request

func NewBookmarkRunParams

func NewBookmarkRunParams() *BookmarkRunParams

NewBookmarkRunParams creates a new BookmarkRunParams object with the default values initialized.

func NewBookmarkRunParamsWithContext

func NewBookmarkRunParamsWithContext(ctx context.Context) *BookmarkRunParams

NewBookmarkRunParamsWithContext creates a new BookmarkRunParams object with the default values initialized, and the ability to set a context for a request

func NewBookmarkRunParamsWithHTTPClient

func NewBookmarkRunParamsWithHTTPClient(client *http.Client) *BookmarkRunParams

NewBookmarkRunParamsWithHTTPClient creates a new BookmarkRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBookmarkRunParamsWithTimeout

func NewBookmarkRunParamsWithTimeout(timeout time.Duration) *BookmarkRunParams

NewBookmarkRunParamsWithTimeout creates a new BookmarkRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*BookmarkRunParams) SetContext

func (o *BookmarkRunParams) SetContext(ctx context.Context)

SetContext adds the context to the bookmark run params

func (*BookmarkRunParams) SetHTTPClient

func (o *BookmarkRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bookmark run params

func (*BookmarkRunParams) SetOwner

func (o *BookmarkRunParams) SetOwner(owner string)

SetOwner adds the owner to the bookmark run params

func (*BookmarkRunParams) SetProject

func (o *BookmarkRunParams) SetProject(project string)

SetProject adds the project to the bookmark run params

func (*BookmarkRunParams) SetTimeout

func (o *BookmarkRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bookmark run params

func (*BookmarkRunParams) SetUUID

func (o *BookmarkRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the bookmark run params

func (*BookmarkRunParams) WithContext

func (o *BookmarkRunParams) WithContext(ctx context.Context) *BookmarkRunParams

WithContext adds the context to the bookmark run params

func (*BookmarkRunParams) WithHTTPClient

func (o *BookmarkRunParams) WithHTTPClient(client *http.Client) *BookmarkRunParams

WithHTTPClient adds the HTTPClient to the bookmark run params

func (*BookmarkRunParams) WithOwner

func (o *BookmarkRunParams) WithOwner(owner string) *BookmarkRunParams

WithOwner adds the owner to the bookmark run params

func (*BookmarkRunParams) WithProject

func (o *BookmarkRunParams) WithProject(project string) *BookmarkRunParams

WithProject adds the project to the bookmark run params

func (*BookmarkRunParams) WithTimeout

func (o *BookmarkRunParams) WithTimeout(timeout time.Duration) *BookmarkRunParams

WithTimeout adds the timeout to the bookmark run params

func (*BookmarkRunParams) WithUUID

func (o *BookmarkRunParams) WithUUID(uuid string) *BookmarkRunParams

WithUUID adds the uuid to the bookmark run params

func (*BookmarkRunParams) WriteToRequest

func (o *BookmarkRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type BookmarkRunReader

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

BookmarkRunReader is a Reader for the BookmarkRun structure.

func (*BookmarkRunReader) ReadResponse

func (o *BookmarkRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

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

Client for runs v1 API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new runs v1 API client.

func (*Client) ArchiveRun

func (a *Client) ArchiveRun(params *ArchiveRunParams, authInfo runtime.ClientAuthInfoWriter) (*ArchiveRunOK, error)

ArchiveRun archives run

func (*Client) BookmarkRun

func (a *Client) BookmarkRun(params *BookmarkRunParams, authInfo runtime.ClientAuthInfoWriter) (*BookmarkRunOK, error)

BookmarkRun bookmarks run

func (*Client) CopyRun

func (a *Client) CopyRun(params *CopyRunParams, authInfo runtime.ClientAuthInfoWriter) (*CopyRunOK, error)

CopyRun restarts run with copy

func (*Client) CreateRun

func (a *Client) CreateRun(params *CreateRunParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRunOK, error)

CreateRun creates new run

func (*Client) CreateRunCodeRef

func (a *Client) CreateRunCodeRef(params *CreateRunCodeRefParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRunCodeRefOK, error)

CreateRunCodeRef gets run code ref

func (*Client) CreateRunStatus

func (a *Client) CreateRunStatus(params *CreateRunStatusParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRunStatusOK, error)

CreateRunStatus creates new run status

func (*Client) DeleteRun

func (a *Client) DeleteRun(params *DeleteRunParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRunOK, error)

DeleteRun deletes run

func (*Client) DeleteRuns

func (a *Client) DeleteRuns(params *DeleteRunsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRunsOK, error)

DeleteRuns deletes runs

func (*Client) GetRun

func (a *Client) GetRun(params *GetRunParams, authInfo runtime.ClientAuthInfoWriter) (*GetRunOK, error)

GetRun gets run

func (*Client) GetRunCodeRefs

func (a *Client) GetRunCodeRefs(params *GetRunCodeRefsParams, authInfo runtime.ClientAuthInfoWriter) (*GetRunCodeRefsOK, error)

GetRunCodeRefs gets run code ref

func (*Client) GetRunStatuses

func (a *Client) GetRunStatuses(params *GetRunStatusesParams, authInfo runtime.ClientAuthInfoWriter) (*GetRunStatusesOK, error)

GetRunStatuses gets run status

func (*Client) ImpersonateToken

func (a *Client) ImpersonateToken(params *ImpersonateTokenParams, authInfo runtime.ClientAuthInfoWriter) (*ImpersonateTokenOK, error)

ImpersonateToken impersonates run token

func (*Client) InvalidateRun

func (a *Client) InvalidateRun(params *InvalidateRunParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateRunOK, error)

InvalidateRun invalidates run

func (*Client) InvalidateRuns

func (a *Client) InvalidateRuns(params *InvalidateRunsParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateRunsOK, error)

InvalidateRuns invalidates runs

func (*Client) ListArchivedRuns

func (a *Client) ListArchivedRuns(params *ListArchivedRunsParams, authInfo runtime.ClientAuthInfoWriter) (*ListArchivedRunsOK, error)

ListArchivedRuns lists archived runs for user

func (*Client) ListBookmarkedRuns

func (a *Client) ListBookmarkedRuns(params *ListBookmarkedRunsParams, authInfo runtime.ClientAuthInfoWriter) (*ListBookmarkedRunsOK, error)

ListBookmarkedRuns lists bookmarked runs for user

func (*Client) ListRuns

func (a *Client) ListRuns(params *ListRunsParams, authInfo runtime.ClientAuthInfoWriter) (*ListRunsOK, error)

ListRuns lists runs

func (*Client) PatchRun

func (a *Client) PatchRun(params *PatchRunParams, authInfo runtime.ClientAuthInfoWriter) (*PatchRunOK, error)

PatchRun patches run

func (*Client) RestartRun

func (a *Client) RestartRun(params *RestartRunParams, authInfo runtime.ClientAuthInfoWriter) (*RestartRunOK, error)

RestartRun restarts run

func (*Client) RestoreRun

func (a *Client) RestoreRun(params *RestoreRunParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreRunOK, error)

RestoreRun restores run

func (*Client) ResumeRun

func (a *Client) ResumeRun(params *ResumeRunParams, authInfo runtime.ClientAuthInfoWriter) (*ResumeRunOK, error)

ResumeRun resumes run

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) StartRunTensorboard

func (a *Client) StartRunTensorboard(params *StartRunTensorboardParams, authInfo runtime.ClientAuthInfoWriter) (*StartRunTensorboardOK, error)

StartRunTensorboard starts run tensorboard

func (*Client) StopRun

func (a *Client) StopRun(params *StopRunParams, authInfo runtime.ClientAuthInfoWriter) (*StopRunOK, error)

StopRun stops run

func (*Client) StopRunTensorboard

func (a *Client) StopRunTensorboard(params *StopRunTensorboardParams, authInfo runtime.ClientAuthInfoWriter) (*StopRunTensorboardOK, error)

StopRunTensorboard stops run tensorboard

func (*Client) StopRuns

func (a *Client) StopRuns(params *StopRunsParams, authInfo runtime.ClientAuthInfoWriter) (*StopRunsOK, error)

StopRuns stops runs

func (*Client) UnbookmarkRun

func (a *Client) UnbookmarkRun(params *UnbookmarkRunParams, authInfo runtime.ClientAuthInfoWriter) (*UnbookmarkRunOK, error)

UnbookmarkRun unbookmarks run

func (*Client) UpdateRun

func (a *Client) UpdateRun(params *UpdateRunParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateRunOK, error)

UpdateRun updates run

type CopyRunForbidden

type CopyRunForbidden struct {
	Payload interface{}
}

CopyRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewCopyRunForbidden

func NewCopyRunForbidden() *CopyRunForbidden

NewCopyRunForbidden creates a CopyRunForbidden with default headers values

func (*CopyRunForbidden) Error

func (o *CopyRunForbidden) Error() string

func (*CopyRunForbidden) GetPayload

func (o *CopyRunForbidden) GetPayload() interface{}

type CopyRunNotFound

type CopyRunNotFound struct {
	Payload string
}

CopyRunNotFound handles this case with default header values.

Resource does not exist.

func NewCopyRunNotFound

func NewCopyRunNotFound() *CopyRunNotFound

NewCopyRunNotFound creates a CopyRunNotFound with default headers values

func (*CopyRunNotFound) Error

func (o *CopyRunNotFound) Error() string

func (*CopyRunNotFound) GetPayload

func (o *CopyRunNotFound) GetPayload() string

type CopyRunOK

type CopyRunOK struct {
	Payload *service_model.V1Run
}

CopyRunOK handles this case with default header values.

A successful response.

func NewCopyRunOK

func NewCopyRunOK() *CopyRunOK

NewCopyRunOK creates a CopyRunOK with default headers values

func (*CopyRunOK) Error

func (o *CopyRunOK) Error() string

func (*CopyRunOK) GetPayload

func (o *CopyRunOK) GetPayload() *service_model.V1Run

type CopyRunParams

type CopyRunParams struct {

	/*Body
	  Run object

	*/
	Body *service_model.V1Run
	/*EntityOwner
	  Owner of the namespace

	*/
	EntityOwner string
	/*EntityProject
	  Project where the experiement will be assigned

	*/
	EntityProject string
	/*EntityUUID
	  Unique integer identifier of the entity

	*/
	EntityUUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CopyRunParams contains all the parameters to send to the API endpoint for the copy run operation typically these are written to a http.Request

func NewCopyRunParams

func NewCopyRunParams() *CopyRunParams

NewCopyRunParams creates a new CopyRunParams object with the default values initialized.

func NewCopyRunParamsWithContext

func NewCopyRunParamsWithContext(ctx context.Context) *CopyRunParams

NewCopyRunParamsWithContext creates a new CopyRunParams object with the default values initialized, and the ability to set a context for a request

func NewCopyRunParamsWithHTTPClient

func NewCopyRunParamsWithHTTPClient(client *http.Client) *CopyRunParams

NewCopyRunParamsWithHTTPClient creates a new CopyRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCopyRunParamsWithTimeout

func NewCopyRunParamsWithTimeout(timeout time.Duration) *CopyRunParams

NewCopyRunParamsWithTimeout creates a new CopyRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*CopyRunParams) SetBody

func (o *CopyRunParams) SetBody(body *service_model.V1Run)

SetBody adds the body to the copy run params

func (*CopyRunParams) SetContext

func (o *CopyRunParams) SetContext(ctx context.Context)

SetContext adds the context to the copy run params

func (*CopyRunParams) SetEntityOwner

func (o *CopyRunParams) SetEntityOwner(entityOwner string)

SetEntityOwner adds the entityOwner to the copy run params

func (*CopyRunParams) SetEntityProject

func (o *CopyRunParams) SetEntityProject(entityProject string)

SetEntityProject adds the entityProject to the copy run params

func (*CopyRunParams) SetEntityUUID

func (o *CopyRunParams) SetEntityUUID(entityUUID string)

SetEntityUUID adds the entityUuid to the copy run params

func (*CopyRunParams) SetHTTPClient

func (o *CopyRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the copy run params

func (*CopyRunParams) SetTimeout

func (o *CopyRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the copy run params

func (*CopyRunParams) WithBody

func (o *CopyRunParams) WithBody(body *service_model.V1Run) *CopyRunParams

WithBody adds the body to the copy run params

func (*CopyRunParams) WithContext

func (o *CopyRunParams) WithContext(ctx context.Context) *CopyRunParams

WithContext adds the context to the copy run params

func (*CopyRunParams) WithEntityOwner

func (o *CopyRunParams) WithEntityOwner(entityOwner string) *CopyRunParams

WithEntityOwner adds the entityOwner to the copy run params

func (*CopyRunParams) WithEntityProject

func (o *CopyRunParams) WithEntityProject(entityProject string) *CopyRunParams

WithEntityProject adds the entityProject to the copy run params

func (*CopyRunParams) WithEntityUUID

func (o *CopyRunParams) WithEntityUUID(entityUUID string) *CopyRunParams

WithEntityUUID adds the entityUUID to the copy run params

func (*CopyRunParams) WithHTTPClient

func (o *CopyRunParams) WithHTTPClient(client *http.Client) *CopyRunParams

WithHTTPClient adds the HTTPClient to the copy run params

func (*CopyRunParams) WithTimeout

func (o *CopyRunParams) WithTimeout(timeout time.Duration) *CopyRunParams

WithTimeout adds the timeout to the copy run params

func (*CopyRunParams) WriteToRequest

func (o *CopyRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CopyRunReader

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

CopyRunReader is a Reader for the CopyRun structure.

func (*CopyRunReader) ReadResponse

func (o *CopyRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRunCodeRefForbidden

type CreateRunCodeRefForbidden struct {
	Payload interface{}
}

CreateRunCodeRefForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewCreateRunCodeRefForbidden

func NewCreateRunCodeRefForbidden() *CreateRunCodeRefForbidden

NewCreateRunCodeRefForbidden creates a CreateRunCodeRefForbidden with default headers values

func (*CreateRunCodeRefForbidden) Error

func (o *CreateRunCodeRefForbidden) Error() string

func (*CreateRunCodeRefForbidden) GetPayload

func (o *CreateRunCodeRefForbidden) GetPayload() interface{}

type CreateRunCodeRefNotFound

type CreateRunCodeRefNotFound struct {
	Payload string
}

CreateRunCodeRefNotFound handles this case with default header values.

Resource does not exist.

func NewCreateRunCodeRefNotFound

func NewCreateRunCodeRefNotFound() *CreateRunCodeRefNotFound

NewCreateRunCodeRefNotFound creates a CreateRunCodeRefNotFound with default headers values

func (*CreateRunCodeRefNotFound) Error

func (o *CreateRunCodeRefNotFound) Error() string

func (*CreateRunCodeRefNotFound) GetPayload

func (o *CreateRunCodeRefNotFound) GetPayload() string

type CreateRunCodeRefOK

type CreateRunCodeRefOK struct {
	Payload *service_model.V1CodeReference
}

CreateRunCodeRefOK handles this case with default header values.

A successful response.

func NewCreateRunCodeRefOK

func NewCreateRunCodeRefOK() *CreateRunCodeRefOK

NewCreateRunCodeRefOK creates a CreateRunCodeRefOK with default headers values

func (*CreateRunCodeRefOK) Error

func (o *CreateRunCodeRefOK) Error() string

func (*CreateRunCodeRefOK) GetPayload

type CreateRunCodeRefParams

type CreateRunCodeRefParams struct {

	/*Body
	  Code ref object

	*/
	Body *service_model.V1CodeReference
	/*EntityOwner
	  Owner of the namespace

	*/
	EntityOwner string
	/*EntityProject
	  Project where the experiement will be assigned

	*/
	EntityProject string
	/*EntityUUID
	  Unique integer identifier of the entity

	*/
	EntityUUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRunCodeRefParams contains all the parameters to send to the API endpoint for the create run code ref operation typically these are written to a http.Request

func NewCreateRunCodeRefParams

func NewCreateRunCodeRefParams() *CreateRunCodeRefParams

NewCreateRunCodeRefParams creates a new CreateRunCodeRefParams object with the default values initialized.

func NewCreateRunCodeRefParamsWithContext

func NewCreateRunCodeRefParamsWithContext(ctx context.Context) *CreateRunCodeRefParams

NewCreateRunCodeRefParamsWithContext creates a new CreateRunCodeRefParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRunCodeRefParamsWithHTTPClient

func NewCreateRunCodeRefParamsWithHTTPClient(client *http.Client) *CreateRunCodeRefParams

NewCreateRunCodeRefParamsWithHTTPClient creates a new CreateRunCodeRefParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRunCodeRefParamsWithTimeout

func NewCreateRunCodeRefParamsWithTimeout(timeout time.Duration) *CreateRunCodeRefParams

NewCreateRunCodeRefParamsWithTimeout creates a new CreateRunCodeRefParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRunCodeRefParams) SetBody

SetBody adds the body to the create run code ref params

func (*CreateRunCodeRefParams) SetContext

func (o *CreateRunCodeRefParams) SetContext(ctx context.Context)

SetContext adds the context to the create run code ref params

func (*CreateRunCodeRefParams) SetEntityOwner

func (o *CreateRunCodeRefParams) SetEntityOwner(entityOwner string)

SetEntityOwner adds the entityOwner to the create run code ref params

func (*CreateRunCodeRefParams) SetEntityProject

func (o *CreateRunCodeRefParams) SetEntityProject(entityProject string)

SetEntityProject adds the entityProject to the create run code ref params

func (*CreateRunCodeRefParams) SetEntityUUID

func (o *CreateRunCodeRefParams) SetEntityUUID(entityUUID string)

SetEntityUUID adds the entityUuid to the create run code ref params

func (*CreateRunCodeRefParams) SetHTTPClient

func (o *CreateRunCodeRefParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create run code ref params

func (*CreateRunCodeRefParams) SetTimeout

func (o *CreateRunCodeRefParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create run code ref params

func (*CreateRunCodeRefParams) WithBody

WithBody adds the body to the create run code ref params

func (*CreateRunCodeRefParams) WithContext

WithContext adds the context to the create run code ref params

func (*CreateRunCodeRefParams) WithEntityOwner

func (o *CreateRunCodeRefParams) WithEntityOwner(entityOwner string) *CreateRunCodeRefParams

WithEntityOwner adds the entityOwner to the create run code ref params

func (*CreateRunCodeRefParams) WithEntityProject

func (o *CreateRunCodeRefParams) WithEntityProject(entityProject string) *CreateRunCodeRefParams

WithEntityProject adds the entityProject to the create run code ref params

func (*CreateRunCodeRefParams) WithEntityUUID

func (o *CreateRunCodeRefParams) WithEntityUUID(entityUUID string) *CreateRunCodeRefParams

WithEntityUUID adds the entityUUID to the create run code ref params

func (*CreateRunCodeRefParams) WithHTTPClient

func (o *CreateRunCodeRefParams) WithHTTPClient(client *http.Client) *CreateRunCodeRefParams

WithHTTPClient adds the HTTPClient to the create run code ref params

func (*CreateRunCodeRefParams) WithTimeout

WithTimeout adds the timeout to the create run code ref params

func (*CreateRunCodeRefParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRunCodeRefReader

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

CreateRunCodeRefReader is a Reader for the CreateRunCodeRef structure.

func (*CreateRunCodeRefReader) ReadResponse

func (o *CreateRunCodeRefReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRunForbidden

type CreateRunForbidden struct {
	Payload interface{}
}

CreateRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewCreateRunForbidden

func NewCreateRunForbidden() *CreateRunForbidden

NewCreateRunForbidden creates a CreateRunForbidden with default headers values

func (*CreateRunForbidden) Error

func (o *CreateRunForbidden) Error() string

func (*CreateRunForbidden) GetPayload

func (o *CreateRunForbidden) GetPayload() interface{}

type CreateRunNotFound

type CreateRunNotFound struct {
	Payload string
}

CreateRunNotFound handles this case with default header values.

Resource does not exist.

func NewCreateRunNotFound

func NewCreateRunNotFound() *CreateRunNotFound

NewCreateRunNotFound creates a CreateRunNotFound with default headers values

func (*CreateRunNotFound) Error

func (o *CreateRunNotFound) Error() string

func (*CreateRunNotFound) GetPayload

func (o *CreateRunNotFound) GetPayload() string

type CreateRunOK

type CreateRunOK struct {
	Payload *service_model.V1Run
}

CreateRunOK handles this case with default header values.

A successful response.

func NewCreateRunOK

func NewCreateRunOK() *CreateRunOK

NewCreateRunOK creates a CreateRunOK with default headers values

func (*CreateRunOK) Error

func (o *CreateRunOK) Error() string

func (*CreateRunOK) GetPayload

func (o *CreateRunOK) GetPayload() *service_model.V1Run

type CreateRunParams

type CreateRunParams struct {

	/*Body
	  Run object

	*/
	Body *service_model.V1Run
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRunParams contains all the parameters to send to the API endpoint for the create run operation typically these are written to a http.Request

func NewCreateRunParams

func NewCreateRunParams() *CreateRunParams

NewCreateRunParams creates a new CreateRunParams object with the default values initialized.

func NewCreateRunParamsWithContext

func NewCreateRunParamsWithContext(ctx context.Context) *CreateRunParams

NewCreateRunParamsWithContext creates a new CreateRunParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRunParamsWithHTTPClient

func NewCreateRunParamsWithHTTPClient(client *http.Client) *CreateRunParams

NewCreateRunParamsWithHTTPClient creates a new CreateRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRunParamsWithTimeout

func NewCreateRunParamsWithTimeout(timeout time.Duration) *CreateRunParams

NewCreateRunParamsWithTimeout creates a new CreateRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRunParams) SetBody

func (o *CreateRunParams) SetBody(body *service_model.V1Run)

SetBody adds the body to the create run params

func (*CreateRunParams) SetContext

func (o *CreateRunParams) SetContext(ctx context.Context)

SetContext adds the context to the create run params

func (*CreateRunParams) SetHTTPClient

func (o *CreateRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create run params

func (*CreateRunParams) SetOwner

func (o *CreateRunParams) SetOwner(owner string)

SetOwner adds the owner to the create run params

func (*CreateRunParams) SetProject

func (o *CreateRunParams) SetProject(project string)

SetProject adds the project to the create run params

func (*CreateRunParams) SetTimeout

func (o *CreateRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create run params

func (*CreateRunParams) WithBody

func (o *CreateRunParams) WithBody(body *service_model.V1Run) *CreateRunParams

WithBody adds the body to the create run params

func (*CreateRunParams) WithContext

func (o *CreateRunParams) WithContext(ctx context.Context) *CreateRunParams

WithContext adds the context to the create run params

func (*CreateRunParams) WithHTTPClient

func (o *CreateRunParams) WithHTTPClient(client *http.Client) *CreateRunParams

WithHTTPClient adds the HTTPClient to the create run params

func (*CreateRunParams) WithOwner

func (o *CreateRunParams) WithOwner(owner string) *CreateRunParams

WithOwner adds the owner to the create run params

func (*CreateRunParams) WithProject

func (o *CreateRunParams) WithProject(project string) *CreateRunParams

WithProject adds the project to the create run params

func (*CreateRunParams) WithTimeout

func (o *CreateRunParams) WithTimeout(timeout time.Duration) *CreateRunParams

WithTimeout adds the timeout to the create run params

func (*CreateRunParams) WriteToRequest

func (o *CreateRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateRunReader

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

CreateRunReader is a Reader for the CreateRun structure.

func (*CreateRunReader) ReadResponse

func (o *CreateRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRunStatusForbidden

type CreateRunStatusForbidden struct {
	Payload interface{}
}

CreateRunStatusForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewCreateRunStatusForbidden

func NewCreateRunStatusForbidden() *CreateRunStatusForbidden

NewCreateRunStatusForbidden creates a CreateRunStatusForbidden with default headers values

func (*CreateRunStatusForbidden) Error

func (o *CreateRunStatusForbidden) Error() string

func (*CreateRunStatusForbidden) GetPayload

func (o *CreateRunStatusForbidden) GetPayload() interface{}

type CreateRunStatusNotFound

type CreateRunStatusNotFound struct {
	Payload string
}

CreateRunStatusNotFound handles this case with default header values.

Resource does not exist.

func NewCreateRunStatusNotFound

func NewCreateRunStatusNotFound() *CreateRunStatusNotFound

NewCreateRunStatusNotFound creates a CreateRunStatusNotFound with default headers values

func (*CreateRunStatusNotFound) Error

func (o *CreateRunStatusNotFound) Error() string

func (*CreateRunStatusNotFound) GetPayload

func (o *CreateRunStatusNotFound) GetPayload() string

type CreateRunStatusOK

type CreateRunStatusOK struct {
	Payload *service_model.V1Status
}

CreateRunStatusOK handles this case with default header values.

A successful response.

func NewCreateRunStatusOK

func NewCreateRunStatusOK() *CreateRunStatusOK

NewCreateRunStatusOK creates a CreateRunStatusOK with default headers values

func (*CreateRunStatusOK) Error

func (o *CreateRunStatusOK) Error() string

func (*CreateRunStatusOK) GetPayload

func (o *CreateRunStatusOK) GetPayload() *service_model.V1Status

type CreateRunStatusParams

type CreateRunStatusParams struct {

	/*Body
	  Status to set

	*/
	Body *service_model.V1Status
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRunStatusParams contains all the parameters to send to the API endpoint for the create run status operation typically these are written to a http.Request

func NewCreateRunStatusParams

func NewCreateRunStatusParams() *CreateRunStatusParams

NewCreateRunStatusParams creates a new CreateRunStatusParams object with the default values initialized.

func NewCreateRunStatusParamsWithContext

func NewCreateRunStatusParamsWithContext(ctx context.Context) *CreateRunStatusParams

NewCreateRunStatusParamsWithContext creates a new CreateRunStatusParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRunStatusParamsWithHTTPClient

func NewCreateRunStatusParamsWithHTTPClient(client *http.Client) *CreateRunStatusParams

NewCreateRunStatusParamsWithHTTPClient creates a new CreateRunStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRunStatusParamsWithTimeout

func NewCreateRunStatusParamsWithTimeout(timeout time.Duration) *CreateRunStatusParams

NewCreateRunStatusParamsWithTimeout creates a new CreateRunStatusParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRunStatusParams) SetBody

func (o *CreateRunStatusParams) SetBody(body *service_model.V1Status)

SetBody adds the body to the create run status params

func (*CreateRunStatusParams) SetContext

func (o *CreateRunStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the create run status params

func (*CreateRunStatusParams) SetHTTPClient

func (o *CreateRunStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create run status params

func (*CreateRunStatusParams) SetOwner

func (o *CreateRunStatusParams) SetOwner(owner string)

SetOwner adds the owner to the create run status params

func (*CreateRunStatusParams) SetProject

func (o *CreateRunStatusParams) SetProject(project string)

SetProject adds the project to the create run status params

func (*CreateRunStatusParams) SetTimeout

func (o *CreateRunStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create run status params

func (*CreateRunStatusParams) SetUUID

func (o *CreateRunStatusParams) SetUUID(uuid string)

SetUUID adds the uuid to the create run status params

func (*CreateRunStatusParams) WithBody

WithBody adds the body to the create run status params

func (*CreateRunStatusParams) WithContext

WithContext adds the context to the create run status params

func (*CreateRunStatusParams) WithHTTPClient

func (o *CreateRunStatusParams) WithHTTPClient(client *http.Client) *CreateRunStatusParams

WithHTTPClient adds the HTTPClient to the create run status params

func (*CreateRunStatusParams) WithOwner

func (o *CreateRunStatusParams) WithOwner(owner string) *CreateRunStatusParams

WithOwner adds the owner to the create run status params

func (*CreateRunStatusParams) WithProject

func (o *CreateRunStatusParams) WithProject(project string) *CreateRunStatusParams

WithProject adds the project to the create run status params

func (*CreateRunStatusParams) WithTimeout

func (o *CreateRunStatusParams) WithTimeout(timeout time.Duration) *CreateRunStatusParams

WithTimeout adds the timeout to the create run status params

func (*CreateRunStatusParams) WithUUID

WithUUID adds the uuid to the create run status params

func (*CreateRunStatusParams) WriteToRequest

func (o *CreateRunStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateRunStatusReader

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

CreateRunStatusReader is a Reader for the CreateRunStatus structure.

func (*CreateRunStatusReader) ReadResponse

func (o *CreateRunStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRunForbidden

type DeleteRunForbidden struct {
	Payload interface{}
}

DeleteRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewDeleteRunForbidden

func NewDeleteRunForbidden() *DeleteRunForbidden

NewDeleteRunForbidden creates a DeleteRunForbidden with default headers values

func (*DeleteRunForbidden) Error

func (o *DeleteRunForbidden) Error() string

func (*DeleteRunForbidden) GetPayload

func (o *DeleteRunForbidden) GetPayload() interface{}

type DeleteRunNotFound

type DeleteRunNotFound struct {
	Payload string
}

DeleteRunNotFound handles this case with default header values.

Resource does not exist.

func NewDeleteRunNotFound

func NewDeleteRunNotFound() *DeleteRunNotFound

NewDeleteRunNotFound creates a DeleteRunNotFound with default headers values

func (*DeleteRunNotFound) Error

func (o *DeleteRunNotFound) Error() string

func (*DeleteRunNotFound) GetPayload

func (o *DeleteRunNotFound) GetPayload() string

type DeleteRunOK

type DeleteRunOK struct {
	Payload interface{}
}

DeleteRunOK handles this case with default header values.

A successful response.

func NewDeleteRunOK

func NewDeleteRunOK() *DeleteRunOK

NewDeleteRunOK creates a DeleteRunOK with default headers values

func (*DeleteRunOK) Error

func (o *DeleteRunOK) Error() string

func (*DeleteRunOK) GetPayload

func (o *DeleteRunOK) GetPayload() interface{}

type DeleteRunParams

type DeleteRunParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRunParams contains all the parameters to send to the API endpoint for the delete run operation typically these are written to a http.Request

func NewDeleteRunParams

func NewDeleteRunParams() *DeleteRunParams

NewDeleteRunParams creates a new DeleteRunParams object with the default values initialized.

func NewDeleteRunParamsWithContext

func NewDeleteRunParamsWithContext(ctx context.Context) *DeleteRunParams

NewDeleteRunParamsWithContext creates a new DeleteRunParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRunParamsWithHTTPClient

func NewDeleteRunParamsWithHTTPClient(client *http.Client) *DeleteRunParams

NewDeleteRunParamsWithHTTPClient creates a new DeleteRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRunParamsWithTimeout

func NewDeleteRunParamsWithTimeout(timeout time.Duration) *DeleteRunParams

NewDeleteRunParamsWithTimeout creates a new DeleteRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRunParams) SetContext

func (o *DeleteRunParams) SetContext(ctx context.Context)

SetContext adds the context to the delete run params

func (*DeleteRunParams) SetHTTPClient

func (o *DeleteRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete run params

func (*DeleteRunParams) SetOwner

func (o *DeleteRunParams) SetOwner(owner string)

SetOwner adds the owner to the delete run params

func (*DeleteRunParams) SetProject

func (o *DeleteRunParams) SetProject(project string)

SetProject adds the project to the delete run params

func (*DeleteRunParams) SetTimeout

func (o *DeleteRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete run params

func (*DeleteRunParams) SetUUID

func (o *DeleteRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the delete run params

func (*DeleteRunParams) WithContext

func (o *DeleteRunParams) WithContext(ctx context.Context) *DeleteRunParams

WithContext adds the context to the delete run params

func (*DeleteRunParams) WithHTTPClient

func (o *DeleteRunParams) WithHTTPClient(client *http.Client) *DeleteRunParams

WithHTTPClient adds the HTTPClient to the delete run params

func (*DeleteRunParams) WithOwner

func (o *DeleteRunParams) WithOwner(owner string) *DeleteRunParams

WithOwner adds the owner to the delete run params

func (*DeleteRunParams) WithProject

func (o *DeleteRunParams) WithProject(project string) *DeleteRunParams

WithProject adds the project to the delete run params

func (*DeleteRunParams) WithTimeout

func (o *DeleteRunParams) WithTimeout(timeout time.Duration) *DeleteRunParams

WithTimeout adds the timeout to the delete run params

func (*DeleteRunParams) WithUUID

func (o *DeleteRunParams) WithUUID(uuid string) *DeleteRunParams

WithUUID adds the uuid to the delete run params

func (*DeleteRunParams) WriteToRequest

func (o *DeleteRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteRunReader

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

DeleteRunReader is a Reader for the DeleteRun structure.

func (*DeleteRunReader) ReadResponse

func (o *DeleteRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRunsForbidden

type DeleteRunsForbidden struct {
	Payload interface{}
}

DeleteRunsForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewDeleteRunsForbidden

func NewDeleteRunsForbidden() *DeleteRunsForbidden

NewDeleteRunsForbidden creates a DeleteRunsForbidden with default headers values

func (*DeleteRunsForbidden) Error

func (o *DeleteRunsForbidden) Error() string

func (*DeleteRunsForbidden) GetPayload

func (o *DeleteRunsForbidden) GetPayload() interface{}

type DeleteRunsNotFound

type DeleteRunsNotFound struct {
	Payload string
}

DeleteRunsNotFound handles this case with default header values.

Resource does not exist.

func NewDeleteRunsNotFound

func NewDeleteRunsNotFound() *DeleteRunsNotFound

NewDeleteRunsNotFound creates a DeleteRunsNotFound with default headers values

func (*DeleteRunsNotFound) Error

func (o *DeleteRunsNotFound) Error() string

func (*DeleteRunsNotFound) GetPayload

func (o *DeleteRunsNotFound) GetPayload() string

type DeleteRunsOK

type DeleteRunsOK struct {
	Payload interface{}
}

DeleteRunsOK handles this case with default header values.

A successful response.

func NewDeleteRunsOK

func NewDeleteRunsOK() *DeleteRunsOK

NewDeleteRunsOK creates a DeleteRunsOK with default headers values

func (*DeleteRunsOK) Error

func (o *DeleteRunsOK) Error() string

func (*DeleteRunsOK) GetPayload

func (o *DeleteRunsOK) GetPayload() interface{}

type DeleteRunsParams

type DeleteRunsParams struct {

	/*Body
	  Uuids of the entities

	*/
	Body *service_model.V1Uuids
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project under namesapce

	*/
	Project string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRunsParams contains all the parameters to send to the API endpoint for the delete runs operation typically these are written to a http.Request

func NewDeleteRunsParams

func NewDeleteRunsParams() *DeleteRunsParams

NewDeleteRunsParams creates a new DeleteRunsParams object with the default values initialized.

func NewDeleteRunsParamsWithContext

func NewDeleteRunsParamsWithContext(ctx context.Context) *DeleteRunsParams

NewDeleteRunsParamsWithContext creates a new DeleteRunsParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRunsParamsWithHTTPClient

func NewDeleteRunsParamsWithHTTPClient(client *http.Client) *DeleteRunsParams

NewDeleteRunsParamsWithHTTPClient creates a new DeleteRunsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRunsParamsWithTimeout

func NewDeleteRunsParamsWithTimeout(timeout time.Duration) *DeleteRunsParams

NewDeleteRunsParamsWithTimeout creates a new DeleteRunsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRunsParams) SetBody

func (o *DeleteRunsParams) SetBody(body *service_model.V1Uuids)

SetBody adds the body to the delete runs params

func (*DeleteRunsParams) SetContext

func (o *DeleteRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the delete runs params

func (*DeleteRunsParams) SetHTTPClient

func (o *DeleteRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete runs params

func (*DeleteRunsParams) SetOwner

func (o *DeleteRunsParams) SetOwner(owner string)

SetOwner adds the owner to the delete runs params

func (*DeleteRunsParams) SetProject

func (o *DeleteRunsParams) SetProject(project string)

SetProject adds the project to the delete runs params

func (*DeleteRunsParams) SetTimeout

func (o *DeleteRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete runs params

func (*DeleteRunsParams) WithBody

WithBody adds the body to the delete runs params

func (*DeleteRunsParams) WithContext

func (o *DeleteRunsParams) WithContext(ctx context.Context) *DeleteRunsParams

WithContext adds the context to the delete runs params

func (*DeleteRunsParams) WithHTTPClient

func (o *DeleteRunsParams) WithHTTPClient(client *http.Client) *DeleteRunsParams

WithHTTPClient adds the HTTPClient to the delete runs params

func (*DeleteRunsParams) WithOwner

func (o *DeleteRunsParams) WithOwner(owner string) *DeleteRunsParams

WithOwner adds the owner to the delete runs params

func (*DeleteRunsParams) WithProject

func (o *DeleteRunsParams) WithProject(project string) *DeleteRunsParams

WithProject adds the project to the delete runs params

func (*DeleteRunsParams) WithTimeout

func (o *DeleteRunsParams) WithTimeout(timeout time.Duration) *DeleteRunsParams

WithTimeout adds the timeout to the delete runs params

func (*DeleteRunsParams) WriteToRequest

func (o *DeleteRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteRunsReader

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

DeleteRunsReader is a Reader for the DeleteRuns structure.

func (*DeleteRunsReader) ReadResponse

func (o *DeleteRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRunCodeRefsForbidden

type GetRunCodeRefsForbidden struct {
	Payload interface{}
}

GetRunCodeRefsForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewGetRunCodeRefsForbidden

func NewGetRunCodeRefsForbidden() *GetRunCodeRefsForbidden

NewGetRunCodeRefsForbidden creates a GetRunCodeRefsForbidden with default headers values

func (*GetRunCodeRefsForbidden) Error

func (o *GetRunCodeRefsForbidden) Error() string

func (*GetRunCodeRefsForbidden) GetPayload

func (o *GetRunCodeRefsForbidden) GetPayload() interface{}

type GetRunCodeRefsNotFound

type GetRunCodeRefsNotFound struct {
	Payload string
}

GetRunCodeRefsNotFound handles this case with default header values.

Resource does not exist.

func NewGetRunCodeRefsNotFound

func NewGetRunCodeRefsNotFound() *GetRunCodeRefsNotFound

NewGetRunCodeRefsNotFound creates a GetRunCodeRefsNotFound with default headers values

func (*GetRunCodeRefsNotFound) Error

func (o *GetRunCodeRefsNotFound) Error() string

func (*GetRunCodeRefsNotFound) GetPayload

func (o *GetRunCodeRefsNotFound) GetPayload() string

type GetRunCodeRefsOK

type GetRunCodeRefsOK struct {
	Payload *service_model.V1ListCodeRefsResponse
}

GetRunCodeRefsOK handles this case with default header values.

A successful response.

func NewGetRunCodeRefsOK

func NewGetRunCodeRefsOK() *GetRunCodeRefsOK

NewGetRunCodeRefsOK creates a GetRunCodeRefsOK with default headers values

func (*GetRunCodeRefsOK) Error

func (o *GetRunCodeRefsOK) Error() string

func (*GetRunCodeRefsOK) GetPayload

type GetRunCodeRefsParams

type GetRunCodeRefsParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRunCodeRefsParams contains all the parameters to send to the API endpoint for the get run code refs operation typically these are written to a http.Request

func NewGetRunCodeRefsParams

func NewGetRunCodeRefsParams() *GetRunCodeRefsParams

NewGetRunCodeRefsParams creates a new GetRunCodeRefsParams object with the default values initialized.

func NewGetRunCodeRefsParamsWithContext

func NewGetRunCodeRefsParamsWithContext(ctx context.Context) *GetRunCodeRefsParams

NewGetRunCodeRefsParamsWithContext creates a new GetRunCodeRefsParams object with the default values initialized, and the ability to set a context for a request

func NewGetRunCodeRefsParamsWithHTTPClient

func NewGetRunCodeRefsParamsWithHTTPClient(client *http.Client) *GetRunCodeRefsParams

NewGetRunCodeRefsParamsWithHTTPClient creates a new GetRunCodeRefsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRunCodeRefsParamsWithTimeout

func NewGetRunCodeRefsParamsWithTimeout(timeout time.Duration) *GetRunCodeRefsParams

NewGetRunCodeRefsParamsWithTimeout creates a new GetRunCodeRefsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRunCodeRefsParams) SetContext

func (o *GetRunCodeRefsParams) SetContext(ctx context.Context)

SetContext adds the context to the get run code refs params

func (*GetRunCodeRefsParams) SetHTTPClient

func (o *GetRunCodeRefsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get run code refs params

func (*GetRunCodeRefsParams) SetOwner

func (o *GetRunCodeRefsParams) SetOwner(owner string)

SetOwner adds the owner to the get run code refs params

func (*GetRunCodeRefsParams) SetProject

func (o *GetRunCodeRefsParams) SetProject(project string)

SetProject adds the project to the get run code refs params

func (*GetRunCodeRefsParams) SetTimeout

func (o *GetRunCodeRefsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get run code refs params

func (*GetRunCodeRefsParams) SetUUID

func (o *GetRunCodeRefsParams) SetUUID(uuid string)

SetUUID adds the uuid to the get run code refs params

func (*GetRunCodeRefsParams) WithContext

WithContext adds the context to the get run code refs params

func (*GetRunCodeRefsParams) WithHTTPClient

func (o *GetRunCodeRefsParams) WithHTTPClient(client *http.Client) *GetRunCodeRefsParams

WithHTTPClient adds the HTTPClient to the get run code refs params

func (*GetRunCodeRefsParams) WithOwner

func (o *GetRunCodeRefsParams) WithOwner(owner string) *GetRunCodeRefsParams

WithOwner adds the owner to the get run code refs params

func (*GetRunCodeRefsParams) WithProject

func (o *GetRunCodeRefsParams) WithProject(project string) *GetRunCodeRefsParams

WithProject adds the project to the get run code refs params

func (*GetRunCodeRefsParams) WithTimeout

func (o *GetRunCodeRefsParams) WithTimeout(timeout time.Duration) *GetRunCodeRefsParams

WithTimeout adds the timeout to the get run code refs params

func (*GetRunCodeRefsParams) WithUUID

WithUUID adds the uuid to the get run code refs params

func (*GetRunCodeRefsParams) WriteToRequest

func (o *GetRunCodeRefsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRunCodeRefsReader

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

GetRunCodeRefsReader is a Reader for the GetRunCodeRefs structure.

func (*GetRunCodeRefsReader) ReadResponse

func (o *GetRunCodeRefsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRunForbidden

type GetRunForbidden struct {
	Payload interface{}
}

GetRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewGetRunForbidden

func NewGetRunForbidden() *GetRunForbidden

NewGetRunForbidden creates a GetRunForbidden with default headers values

func (*GetRunForbidden) Error

func (o *GetRunForbidden) Error() string

func (*GetRunForbidden) GetPayload

func (o *GetRunForbidden) GetPayload() interface{}

type GetRunNotFound

type GetRunNotFound struct {
	Payload string
}

GetRunNotFound handles this case with default header values.

Resource does not exist.

func NewGetRunNotFound

func NewGetRunNotFound() *GetRunNotFound

NewGetRunNotFound creates a GetRunNotFound with default headers values

func (*GetRunNotFound) Error

func (o *GetRunNotFound) Error() string

func (*GetRunNotFound) GetPayload

func (o *GetRunNotFound) GetPayload() string

type GetRunOK

type GetRunOK struct {
	Payload *service_model.V1Run
}

GetRunOK handles this case with default header values.

A successful response.

func NewGetRunOK

func NewGetRunOK() *GetRunOK

NewGetRunOK creates a GetRunOK with default headers values

func (*GetRunOK) Error

func (o *GetRunOK) Error() string

func (*GetRunOK) GetPayload

func (o *GetRunOK) GetPayload() *service_model.V1Run

type GetRunParams

type GetRunParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRunParams contains all the parameters to send to the API endpoint for the get run operation typically these are written to a http.Request

func NewGetRunParams

func NewGetRunParams() *GetRunParams

NewGetRunParams creates a new GetRunParams object with the default values initialized.

func NewGetRunParamsWithContext

func NewGetRunParamsWithContext(ctx context.Context) *GetRunParams

NewGetRunParamsWithContext creates a new GetRunParams object with the default values initialized, and the ability to set a context for a request

func NewGetRunParamsWithHTTPClient

func NewGetRunParamsWithHTTPClient(client *http.Client) *GetRunParams

NewGetRunParamsWithHTTPClient creates a new GetRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRunParamsWithTimeout

func NewGetRunParamsWithTimeout(timeout time.Duration) *GetRunParams

NewGetRunParamsWithTimeout creates a new GetRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRunParams) SetContext

func (o *GetRunParams) SetContext(ctx context.Context)

SetContext adds the context to the get run params

func (*GetRunParams) SetHTTPClient

func (o *GetRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get run params

func (*GetRunParams) SetOwner

func (o *GetRunParams) SetOwner(owner string)

SetOwner adds the owner to the get run params

func (*GetRunParams) SetProject

func (o *GetRunParams) SetProject(project string)

SetProject adds the project to the get run params

func (*GetRunParams) SetTimeout

func (o *GetRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get run params

func (*GetRunParams) SetUUID

func (o *GetRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the get run params

func (*GetRunParams) WithContext

func (o *GetRunParams) WithContext(ctx context.Context) *GetRunParams

WithContext adds the context to the get run params

func (*GetRunParams) WithHTTPClient

func (o *GetRunParams) WithHTTPClient(client *http.Client) *GetRunParams

WithHTTPClient adds the HTTPClient to the get run params

func (*GetRunParams) WithOwner

func (o *GetRunParams) WithOwner(owner string) *GetRunParams

WithOwner adds the owner to the get run params

func (*GetRunParams) WithProject

func (o *GetRunParams) WithProject(project string) *GetRunParams

WithProject adds the project to the get run params

func (*GetRunParams) WithTimeout

func (o *GetRunParams) WithTimeout(timeout time.Duration) *GetRunParams

WithTimeout adds the timeout to the get run params

func (*GetRunParams) WithUUID

func (o *GetRunParams) WithUUID(uuid string) *GetRunParams

WithUUID adds the uuid to the get run params

func (*GetRunParams) WriteToRequest

func (o *GetRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRunReader

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

GetRunReader is a Reader for the GetRun structure.

func (*GetRunReader) ReadResponse

func (o *GetRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRunStatusesForbidden

type GetRunStatusesForbidden struct {
	Payload interface{}
}

GetRunStatusesForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewGetRunStatusesForbidden

func NewGetRunStatusesForbidden() *GetRunStatusesForbidden

NewGetRunStatusesForbidden creates a GetRunStatusesForbidden with default headers values

func (*GetRunStatusesForbidden) Error

func (o *GetRunStatusesForbidden) Error() string

func (*GetRunStatusesForbidden) GetPayload

func (o *GetRunStatusesForbidden) GetPayload() interface{}

type GetRunStatusesNotFound

type GetRunStatusesNotFound struct {
	Payload string
}

GetRunStatusesNotFound handles this case with default header values.

Resource does not exist.

func NewGetRunStatusesNotFound

func NewGetRunStatusesNotFound() *GetRunStatusesNotFound

NewGetRunStatusesNotFound creates a GetRunStatusesNotFound with default headers values

func (*GetRunStatusesNotFound) Error

func (o *GetRunStatusesNotFound) Error() string

func (*GetRunStatusesNotFound) GetPayload

func (o *GetRunStatusesNotFound) GetPayload() string

type GetRunStatusesOK

type GetRunStatusesOK struct {
	Payload *service_model.V1Status
}

GetRunStatusesOK handles this case with default header values.

A successful response.

func NewGetRunStatusesOK

func NewGetRunStatusesOK() *GetRunStatusesOK

NewGetRunStatusesOK creates a GetRunStatusesOK with default headers values

func (*GetRunStatusesOK) Error

func (o *GetRunStatusesOK) Error() string

func (*GetRunStatusesOK) GetPayload

func (o *GetRunStatusesOK) GetPayload() *service_model.V1Status

type GetRunStatusesParams

type GetRunStatusesParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRunStatusesParams contains all the parameters to send to the API endpoint for the get run statuses operation typically these are written to a http.Request

func NewGetRunStatusesParams

func NewGetRunStatusesParams() *GetRunStatusesParams

NewGetRunStatusesParams creates a new GetRunStatusesParams object with the default values initialized.

func NewGetRunStatusesParamsWithContext

func NewGetRunStatusesParamsWithContext(ctx context.Context) *GetRunStatusesParams

NewGetRunStatusesParamsWithContext creates a new GetRunStatusesParams object with the default values initialized, and the ability to set a context for a request

func NewGetRunStatusesParamsWithHTTPClient

func NewGetRunStatusesParamsWithHTTPClient(client *http.Client) *GetRunStatusesParams

NewGetRunStatusesParamsWithHTTPClient creates a new GetRunStatusesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRunStatusesParamsWithTimeout

func NewGetRunStatusesParamsWithTimeout(timeout time.Duration) *GetRunStatusesParams

NewGetRunStatusesParamsWithTimeout creates a new GetRunStatusesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRunStatusesParams) SetContext

func (o *GetRunStatusesParams) SetContext(ctx context.Context)

SetContext adds the context to the get run statuses params

func (*GetRunStatusesParams) SetHTTPClient

func (o *GetRunStatusesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get run statuses params

func (*GetRunStatusesParams) SetOwner

func (o *GetRunStatusesParams) SetOwner(owner string)

SetOwner adds the owner to the get run statuses params

func (*GetRunStatusesParams) SetProject

func (o *GetRunStatusesParams) SetProject(project string)

SetProject adds the project to the get run statuses params

func (*GetRunStatusesParams) SetTimeout

func (o *GetRunStatusesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get run statuses params

func (*GetRunStatusesParams) SetUUID

func (o *GetRunStatusesParams) SetUUID(uuid string)

SetUUID adds the uuid to the get run statuses params

func (*GetRunStatusesParams) WithContext

WithContext adds the context to the get run statuses params

func (*GetRunStatusesParams) WithHTTPClient

func (o *GetRunStatusesParams) WithHTTPClient(client *http.Client) *GetRunStatusesParams

WithHTTPClient adds the HTTPClient to the get run statuses params

func (*GetRunStatusesParams) WithOwner

func (o *GetRunStatusesParams) WithOwner(owner string) *GetRunStatusesParams

WithOwner adds the owner to the get run statuses params

func (*GetRunStatusesParams) WithProject

func (o *GetRunStatusesParams) WithProject(project string) *GetRunStatusesParams

WithProject adds the project to the get run statuses params

func (*GetRunStatusesParams) WithTimeout

func (o *GetRunStatusesParams) WithTimeout(timeout time.Duration) *GetRunStatusesParams

WithTimeout adds the timeout to the get run statuses params

func (*GetRunStatusesParams) WithUUID

WithUUID adds the uuid to the get run statuses params

func (*GetRunStatusesParams) WriteToRequest

func (o *GetRunStatusesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRunStatusesReader

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

GetRunStatusesReader is a Reader for the GetRunStatuses structure.

func (*GetRunStatusesReader) ReadResponse

func (o *GetRunStatusesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImpersonateTokenForbidden

type ImpersonateTokenForbidden struct {
	Payload interface{}
}

ImpersonateTokenForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewImpersonateTokenForbidden

func NewImpersonateTokenForbidden() *ImpersonateTokenForbidden

NewImpersonateTokenForbidden creates a ImpersonateTokenForbidden with default headers values

func (*ImpersonateTokenForbidden) Error

func (o *ImpersonateTokenForbidden) Error() string

func (*ImpersonateTokenForbidden) GetPayload

func (o *ImpersonateTokenForbidden) GetPayload() interface{}

type ImpersonateTokenNotFound

type ImpersonateTokenNotFound struct {
	Payload string
}

ImpersonateTokenNotFound handles this case with default header values.

Resource does not exist.

func NewImpersonateTokenNotFound

func NewImpersonateTokenNotFound() *ImpersonateTokenNotFound

NewImpersonateTokenNotFound creates a ImpersonateTokenNotFound with default headers values

func (*ImpersonateTokenNotFound) Error

func (o *ImpersonateTokenNotFound) Error() string

func (*ImpersonateTokenNotFound) GetPayload

func (o *ImpersonateTokenNotFound) GetPayload() string

type ImpersonateTokenOK

type ImpersonateTokenOK struct {
	Payload *service_model.V1Auth
}

ImpersonateTokenOK handles this case with default header values.

A successful response.

func NewImpersonateTokenOK

func NewImpersonateTokenOK() *ImpersonateTokenOK

NewImpersonateTokenOK creates a ImpersonateTokenOK with default headers values

func (*ImpersonateTokenOK) Error

func (o *ImpersonateTokenOK) Error() string

func (*ImpersonateTokenOK) GetPayload

func (o *ImpersonateTokenOK) GetPayload() *service_model.V1Auth

type ImpersonateTokenParams

type ImpersonateTokenParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImpersonateTokenParams contains all the parameters to send to the API endpoint for the impersonate token operation typically these are written to a http.Request

func NewImpersonateTokenParams

func NewImpersonateTokenParams() *ImpersonateTokenParams

NewImpersonateTokenParams creates a new ImpersonateTokenParams object with the default values initialized.

func NewImpersonateTokenParamsWithContext

func NewImpersonateTokenParamsWithContext(ctx context.Context) *ImpersonateTokenParams

NewImpersonateTokenParamsWithContext creates a new ImpersonateTokenParams object with the default values initialized, and the ability to set a context for a request

func NewImpersonateTokenParamsWithHTTPClient

func NewImpersonateTokenParamsWithHTTPClient(client *http.Client) *ImpersonateTokenParams

NewImpersonateTokenParamsWithHTTPClient creates a new ImpersonateTokenParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImpersonateTokenParamsWithTimeout

func NewImpersonateTokenParamsWithTimeout(timeout time.Duration) *ImpersonateTokenParams

NewImpersonateTokenParamsWithTimeout creates a new ImpersonateTokenParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImpersonateTokenParams) SetContext

func (o *ImpersonateTokenParams) SetContext(ctx context.Context)

SetContext adds the context to the impersonate token params

func (*ImpersonateTokenParams) SetHTTPClient

func (o *ImpersonateTokenParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the impersonate token params

func (*ImpersonateTokenParams) SetOwner

func (o *ImpersonateTokenParams) SetOwner(owner string)

SetOwner adds the owner to the impersonate token params

func (*ImpersonateTokenParams) SetProject

func (o *ImpersonateTokenParams) SetProject(project string)

SetProject adds the project to the impersonate token params

func (*ImpersonateTokenParams) SetTimeout

func (o *ImpersonateTokenParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the impersonate token params

func (*ImpersonateTokenParams) SetUUID

func (o *ImpersonateTokenParams) SetUUID(uuid string)

SetUUID adds the uuid to the impersonate token params

func (*ImpersonateTokenParams) WithContext

WithContext adds the context to the impersonate token params

func (*ImpersonateTokenParams) WithHTTPClient

func (o *ImpersonateTokenParams) WithHTTPClient(client *http.Client) *ImpersonateTokenParams

WithHTTPClient adds the HTTPClient to the impersonate token params

func (*ImpersonateTokenParams) WithOwner

WithOwner adds the owner to the impersonate token params

func (*ImpersonateTokenParams) WithProject

func (o *ImpersonateTokenParams) WithProject(project string) *ImpersonateTokenParams

WithProject adds the project to the impersonate token params

func (*ImpersonateTokenParams) WithTimeout

WithTimeout adds the timeout to the impersonate token params

func (*ImpersonateTokenParams) WithUUID

WithUUID adds the uuid to the impersonate token params

func (*ImpersonateTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImpersonateTokenReader

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

ImpersonateTokenReader is a Reader for the ImpersonateToken structure.

func (*ImpersonateTokenReader) ReadResponse

func (o *ImpersonateTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type InvalidateRunForbidden

type InvalidateRunForbidden struct {
	Payload interface{}
}

InvalidateRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewInvalidateRunForbidden

func NewInvalidateRunForbidden() *InvalidateRunForbidden

NewInvalidateRunForbidden creates a InvalidateRunForbidden with default headers values

func (*InvalidateRunForbidden) Error

func (o *InvalidateRunForbidden) Error() string

func (*InvalidateRunForbidden) GetPayload

func (o *InvalidateRunForbidden) GetPayload() interface{}

type InvalidateRunNotFound

type InvalidateRunNotFound struct {
	Payload string
}

InvalidateRunNotFound handles this case with default header values.

Resource does not exist.

func NewInvalidateRunNotFound

func NewInvalidateRunNotFound() *InvalidateRunNotFound

NewInvalidateRunNotFound creates a InvalidateRunNotFound with default headers values

func (*InvalidateRunNotFound) Error

func (o *InvalidateRunNotFound) Error() string

func (*InvalidateRunNotFound) GetPayload

func (o *InvalidateRunNotFound) GetPayload() string

type InvalidateRunOK

type InvalidateRunOK struct {
	Payload interface{}
}

InvalidateRunOK handles this case with default header values.

A successful response.

func NewInvalidateRunOK

func NewInvalidateRunOK() *InvalidateRunOK

NewInvalidateRunOK creates a InvalidateRunOK with default headers values

func (*InvalidateRunOK) Error

func (o *InvalidateRunOK) Error() string

func (*InvalidateRunOK) GetPayload

func (o *InvalidateRunOK) GetPayload() interface{}

type InvalidateRunParams

type InvalidateRunParams struct {

	/*Body*/
	Body *service_model.V1EntityResourceRequest
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

InvalidateRunParams contains all the parameters to send to the API endpoint for the invalidate run operation typically these are written to a http.Request

func NewInvalidateRunParams

func NewInvalidateRunParams() *InvalidateRunParams

NewInvalidateRunParams creates a new InvalidateRunParams object with the default values initialized.

func NewInvalidateRunParamsWithContext

func NewInvalidateRunParamsWithContext(ctx context.Context) *InvalidateRunParams

NewInvalidateRunParamsWithContext creates a new InvalidateRunParams object with the default values initialized, and the ability to set a context for a request

func NewInvalidateRunParamsWithHTTPClient

func NewInvalidateRunParamsWithHTTPClient(client *http.Client) *InvalidateRunParams

NewInvalidateRunParamsWithHTTPClient creates a new InvalidateRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewInvalidateRunParamsWithTimeout

func NewInvalidateRunParamsWithTimeout(timeout time.Duration) *InvalidateRunParams

NewInvalidateRunParamsWithTimeout creates a new InvalidateRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*InvalidateRunParams) SetBody

SetBody adds the body to the invalidate run params

func (*InvalidateRunParams) SetContext

func (o *InvalidateRunParams) SetContext(ctx context.Context)

SetContext adds the context to the invalidate run params

func (*InvalidateRunParams) SetHTTPClient

func (o *InvalidateRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the invalidate run params

func (*InvalidateRunParams) SetOwner

func (o *InvalidateRunParams) SetOwner(owner string)

SetOwner adds the owner to the invalidate run params

func (*InvalidateRunParams) SetProject

func (o *InvalidateRunParams) SetProject(project string)

SetProject adds the project to the invalidate run params

func (*InvalidateRunParams) SetTimeout

func (o *InvalidateRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the invalidate run params

func (*InvalidateRunParams) SetUUID

func (o *InvalidateRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the invalidate run params

func (*InvalidateRunParams) WithBody

WithBody adds the body to the invalidate run params

func (*InvalidateRunParams) WithContext

WithContext adds the context to the invalidate run params

func (*InvalidateRunParams) WithHTTPClient

func (o *InvalidateRunParams) WithHTTPClient(client *http.Client) *InvalidateRunParams

WithHTTPClient adds the HTTPClient to the invalidate run params

func (*InvalidateRunParams) WithOwner

func (o *InvalidateRunParams) WithOwner(owner string) *InvalidateRunParams

WithOwner adds the owner to the invalidate run params

func (*InvalidateRunParams) WithProject

func (o *InvalidateRunParams) WithProject(project string) *InvalidateRunParams

WithProject adds the project to the invalidate run params

func (*InvalidateRunParams) WithTimeout

func (o *InvalidateRunParams) WithTimeout(timeout time.Duration) *InvalidateRunParams

WithTimeout adds the timeout to the invalidate run params

func (*InvalidateRunParams) WithUUID

func (o *InvalidateRunParams) WithUUID(uuid string) *InvalidateRunParams

WithUUID adds the uuid to the invalidate run params

func (*InvalidateRunParams) WriteToRequest

func (o *InvalidateRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type InvalidateRunReader

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

InvalidateRunReader is a Reader for the InvalidateRun structure.

func (*InvalidateRunReader) ReadResponse

func (o *InvalidateRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type InvalidateRunsForbidden

type InvalidateRunsForbidden struct {
	Payload interface{}
}

InvalidateRunsForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewInvalidateRunsForbidden

func NewInvalidateRunsForbidden() *InvalidateRunsForbidden

NewInvalidateRunsForbidden creates a InvalidateRunsForbidden with default headers values

func (*InvalidateRunsForbidden) Error

func (o *InvalidateRunsForbidden) Error() string

func (*InvalidateRunsForbidden) GetPayload

func (o *InvalidateRunsForbidden) GetPayload() interface{}

type InvalidateRunsNotFound

type InvalidateRunsNotFound struct {
	Payload string
}

InvalidateRunsNotFound handles this case with default header values.

Resource does not exist.

func NewInvalidateRunsNotFound

func NewInvalidateRunsNotFound() *InvalidateRunsNotFound

NewInvalidateRunsNotFound creates a InvalidateRunsNotFound with default headers values

func (*InvalidateRunsNotFound) Error

func (o *InvalidateRunsNotFound) Error() string

func (*InvalidateRunsNotFound) GetPayload

func (o *InvalidateRunsNotFound) GetPayload() string

type InvalidateRunsOK

type InvalidateRunsOK struct {
	Payload interface{}
}

InvalidateRunsOK handles this case with default header values.

A successful response.

func NewInvalidateRunsOK

func NewInvalidateRunsOK() *InvalidateRunsOK

NewInvalidateRunsOK creates a InvalidateRunsOK with default headers values

func (*InvalidateRunsOK) Error

func (o *InvalidateRunsOK) Error() string

func (*InvalidateRunsOK) GetPayload

func (o *InvalidateRunsOK) GetPayload() interface{}

type InvalidateRunsParams

type InvalidateRunsParams struct {

	/*Body
	  Uuids of the entities

	*/
	Body *service_model.V1Uuids
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project under namesapce

	*/
	Project string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

InvalidateRunsParams contains all the parameters to send to the API endpoint for the invalidate runs operation typically these are written to a http.Request

func NewInvalidateRunsParams

func NewInvalidateRunsParams() *InvalidateRunsParams

NewInvalidateRunsParams creates a new InvalidateRunsParams object with the default values initialized.

func NewInvalidateRunsParamsWithContext

func NewInvalidateRunsParamsWithContext(ctx context.Context) *InvalidateRunsParams

NewInvalidateRunsParamsWithContext creates a new InvalidateRunsParams object with the default values initialized, and the ability to set a context for a request

func NewInvalidateRunsParamsWithHTTPClient

func NewInvalidateRunsParamsWithHTTPClient(client *http.Client) *InvalidateRunsParams

NewInvalidateRunsParamsWithHTTPClient creates a new InvalidateRunsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewInvalidateRunsParamsWithTimeout

func NewInvalidateRunsParamsWithTimeout(timeout time.Duration) *InvalidateRunsParams

NewInvalidateRunsParamsWithTimeout creates a new InvalidateRunsParams object with the default values initialized, and the ability to set a timeout on a request

func (*InvalidateRunsParams) SetBody

func (o *InvalidateRunsParams) SetBody(body *service_model.V1Uuids)

SetBody adds the body to the invalidate runs params

func (*InvalidateRunsParams) SetContext

func (o *InvalidateRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the invalidate runs params

func (*InvalidateRunsParams) SetHTTPClient

func (o *InvalidateRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the invalidate runs params

func (*InvalidateRunsParams) SetOwner

func (o *InvalidateRunsParams) SetOwner(owner string)

SetOwner adds the owner to the invalidate runs params

func (*InvalidateRunsParams) SetProject

func (o *InvalidateRunsParams) SetProject(project string)

SetProject adds the project to the invalidate runs params

func (*InvalidateRunsParams) SetTimeout

func (o *InvalidateRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the invalidate runs params

func (*InvalidateRunsParams) WithBody

WithBody adds the body to the invalidate runs params

func (*InvalidateRunsParams) WithContext

WithContext adds the context to the invalidate runs params

func (*InvalidateRunsParams) WithHTTPClient

func (o *InvalidateRunsParams) WithHTTPClient(client *http.Client) *InvalidateRunsParams

WithHTTPClient adds the HTTPClient to the invalidate runs params

func (*InvalidateRunsParams) WithOwner

func (o *InvalidateRunsParams) WithOwner(owner string) *InvalidateRunsParams

WithOwner adds the owner to the invalidate runs params

func (*InvalidateRunsParams) WithProject

func (o *InvalidateRunsParams) WithProject(project string) *InvalidateRunsParams

WithProject adds the project to the invalidate runs params

func (*InvalidateRunsParams) WithTimeout

func (o *InvalidateRunsParams) WithTimeout(timeout time.Duration) *InvalidateRunsParams

WithTimeout adds the timeout to the invalidate runs params

func (*InvalidateRunsParams) WriteToRequest

func (o *InvalidateRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type InvalidateRunsReader

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

InvalidateRunsReader is a Reader for the InvalidateRuns structure.

func (*InvalidateRunsReader) ReadResponse

func (o *InvalidateRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListArchivedRunsForbidden

type ListArchivedRunsForbidden struct {
	Payload interface{}
}

ListArchivedRunsForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewListArchivedRunsForbidden

func NewListArchivedRunsForbidden() *ListArchivedRunsForbidden

NewListArchivedRunsForbidden creates a ListArchivedRunsForbidden with default headers values

func (*ListArchivedRunsForbidden) Error

func (o *ListArchivedRunsForbidden) Error() string

func (*ListArchivedRunsForbidden) GetPayload

func (o *ListArchivedRunsForbidden) GetPayload() interface{}

type ListArchivedRunsNotFound

type ListArchivedRunsNotFound struct {
	Payload string
}

ListArchivedRunsNotFound handles this case with default header values.

Resource does not exist.

func NewListArchivedRunsNotFound

func NewListArchivedRunsNotFound() *ListArchivedRunsNotFound

NewListArchivedRunsNotFound creates a ListArchivedRunsNotFound with default headers values

func (*ListArchivedRunsNotFound) Error

func (o *ListArchivedRunsNotFound) Error() string

func (*ListArchivedRunsNotFound) GetPayload

func (o *ListArchivedRunsNotFound) GetPayload() string

type ListArchivedRunsOK

type ListArchivedRunsOK struct {
	Payload *service_model.V1ListRunsResponse
}

ListArchivedRunsOK handles this case with default header values.

A successful response.

func NewListArchivedRunsOK

func NewListArchivedRunsOK() *ListArchivedRunsOK

NewListArchivedRunsOK creates a ListArchivedRunsOK with default headers values

func (*ListArchivedRunsOK) Error

func (o *ListArchivedRunsOK) Error() string

func (*ListArchivedRunsOK) GetPayload

type ListArchivedRunsParams

type ListArchivedRunsParams struct {

	/*Limit
	  Limit size.

	*/
	Limit *int32
	/*Offset
	  Pagination offset.

	*/
	Offset *int32
	/*Query
	  Query filter the search search.

	*/
	Query *string
	/*Sort
	  Sort to order the search.

	*/
	Sort *string
	/*User
	  User

	*/
	User string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListArchivedRunsParams contains all the parameters to send to the API endpoint for the list archived runs operation typically these are written to a http.Request

func NewListArchivedRunsParams

func NewListArchivedRunsParams() *ListArchivedRunsParams

NewListArchivedRunsParams creates a new ListArchivedRunsParams object with the default values initialized.

func NewListArchivedRunsParamsWithContext

func NewListArchivedRunsParamsWithContext(ctx context.Context) *ListArchivedRunsParams

NewListArchivedRunsParamsWithContext creates a new ListArchivedRunsParams object with the default values initialized, and the ability to set a context for a request

func NewListArchivedRunsParamsWithHTTPClient

func NewListArchivedRunsParamsWithHTTPClient(client *http.Client) *ListArchivedRunsParams

NewListArchivedRunsParamsWithHTTPClient creates a new ListArchivedRunsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListArchivedRunsParamsWithTimeout

func NewListArchivedRunsParamsWithTimeout(timeout time.Duration) *ListArchivedRunsParams

NewListArchivedRunsParamsWithTimeout creates a new ListArchivedRunsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListArchivedRunsParams) SetContext

func (o *ListArchivedRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the list archived runs params

func (*ListArchivedRunsParams) SetHTTPClient

func (o *ListArchivedRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list archived runs params

func (*ListArchivedRunsParams) SetLimit

func (o *ListArchivedRunsParams) SetLimit(limit *int32)

SetLimit adds the limit to the list archived runs params

func (*ListArchivedRunsParams) SetOffset

func (o *ListArchivedRunsParams) SetOffset(offset *int32)

SetOffset adds the offset to the list archived runs params

func (*ListArchivedRunsParams) SetQuery

func (o *ListArchivedRunsParams) SetQuery(query *string)

SetQuery adds the query to the list archived runs params

func (*ListArchivedRunsParams) SetSort

func (o *ListArchivedRunsParams) SetSort(sort *string)

SetSort adds the sort to the list archived runs params

func (*ListArchivedRunsParams) SetTimeout

func (o *ListArchivedRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list archived runs params

func (*ListArchivedRunsParams) SetUser

func (o *ListArchivedRunsParams) SetUser(user string)

SetUser adds the user to the list archived runs params

func (*ListArchivedRunsParams) WithContext

WithContext adds the context to the list archived runs params

func (*ListArchivedRunsParams) WithHTTPClient

func (o *ListArchivedRunsParams) WithHTTPClient(client *http.Client) *ListArchivedRunsParams

WithHTTPClient adds the HTTPClient to the list archived runs params

func (*ListArchivedRunsParams) WithLimit

func (o *ListArchivedRunsParams) WithLimit(limit *int32) *ListArchivedRunsParams

WithLimit adds the limit to the list archived runs params

func (*ListArchivedRunsParams) WithOffset

func (o *ListArchivedRunsParams) WithOffset(offset *int32) *ListArchivedRunsParams

WithOffset adds the offset to the list archived runs params

func (*ListArchivedRunsParams) WithQuery

WithQuery adds the query to the list archived runs params

func (*ListArchivedRunsParams) WithSort

WithSort adds the sort to the list archived runs params

func (*ListArchivedRunsParams) WithTimeout

WithTimeout adds the timeout to the list archived runs params

func (*ListArchivedRunsParams) WithUser

WithUser adds the user to the list archived runs params

func (*ListArchivedRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListArchivedRunsReader

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

ListArchivedRunsReader is a Reader for the ListArchivedRuns structure.

func (*ListArchivedRunsReader) ReadResponse

func (o *ListArchivedRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListBookmarkedRunsForbidden

type ListBookmarkedRunsForbidden struct {
	Payload interface{}
}

ListBookmarkedRunsForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewListBookmarkedRunsForbidden

func NewListBookmarkedRunsForbidden() *ListBookmarkedRunsForbidden

NewListBookmarkedRunsForbidden creates a ListBookmarkedRunsForbidden with default headers values

func (*ListBookmarkedRunsForbidden) Error

func (*ListBookmarkedRunsForbidden) GetPayload

func (o *ListBookmarkedRunsForbidden) GetPayload() interface{}

type ListBookmarkedRunsNotFound

type ListBookmarkedRunsNotFound struct {
	Payload string
}

ListBookmarkedRunsNotFound handles this case with default header values.

Resource does not exist.

func NewListBookmarkedRunsNotFound

func NewListBookmarkedRunsNotFound() *ListBookmarkedRunsNotFound

NewListBookmarkedRunsNotFound creates a ListBookmarkedRunsNotFound with default headers values

func (*ListBookmarkedRunsNotFound) Error

func (*ListBookmarkedRunsNotFound) GetPayload

func (o *ListBookmarkedRunsNotFound) GetPayload() string

type ListBookmarkedRunsOK

type ListBookmarkedRunsOK struct {
	Payload *service_model.V1ListRunsResponse
}

ListBookmarkedRunsOK handles this case with default header values.

A successful response.

func NewListBookmarkedRunsOK

func NewListBookmarkedRunsOK() *ListBookmarkedRunsOK

NewListBookmarkedRunsOK creates a ListBookmarkedRunsOK with default headers values

func (*ListBookmarkedRunsOK) Error

func (o *ListBookmarkedRunsOK) Error() string

func (*ListBookmarkedRunsOK) GetPayload

type ListBookmarkedRunsParams

type ListBookmarkedRunsParams struct {

	/*Limit
	  Limit size.

	*/
	Limit *int32
	/*Offset
	  Pagination offset.

	*/
	Offset *int32
	/*Query
	  Query filter the search search.

	*/
	Query *string
	/*Sort
	  Sort to order the search.

	*/
	Sort *string
	/*User
	  User

	*/
	User string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListBookmarkedRunsParams contains all the parameters to send to the API endpoint for the list bookmarked runs operation typically these are written to a http.Request

func NewListBookmarkedRunsParams

func NewListBookmarkedRunsParams() *ListBookmarkedRunsParams

NewListBookmarkedRunsParams creates a new ListBookmarkedRunsParams object with the default values initialized.

func NewListBookmarkedRunsParamsWithContext

func NewListBookmarkedRunsParamsWithContext(ctx context.Context) *ListBookmarkedRunsParams

NewListBookmarkedRunsParamsWithContext creates a new ListBookmarkedRunsParams object with the default values initialized, and the ability to set a context for a request

func NewListBookmarkedRunsParamsWithHTTPClient

func NewListBookmarkedRunsParamsWithHTTPClient(client *http.Client) *ListBookmarkedRunsParams

NewListBookmarkedRunsParamsWithHTTPClient creates a new ListBookmarkedRunsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListBookmarkedRunsParamsWithTimeout

func NewListBookmarkedRunsParamsWithTimeout(timeout time.Duration) *ListBookmarkedRunsParams

NewListBookmarkedRunsParamsWithTimeout creates a new ListBookmarkedRunsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListBookmarkedRunsParams) SetContext

func (o *ListBookmarkedRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the list bookmarked runs params

func (*ListBookmarkedRunsParams) SetHTTPClient

func (o *ListBookmarkedRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list bookmarked runs params

func (*ListBookmarkedRunsParams) SetLimit

func (o *ListBookmarkedRunsParams) SetLimit(limit *int32)

SetLimit adds the limit to the list bookmarked runs params

func (*ListBookmarkedRunsParams) SetOffset

func (o *ListBookmarkedRunsParams) SetOffset(offset *int32)

SetOffset adds the offset to the list bookmarked runs params

func (*ListBookmarkedRunsParams) SetQuery

func (o *ListBookmarkedRunsParams) SetQuery(query *string)

SetQuery adds the query to the list bookmarked runs params

func (*ListBookmarkedRunsParams) SetSort

func (o *ListBookmarkedRunsParams) SetSort(sort *string)

SetSort adds the sort to the list bookmarked runs params

func (*ListBookmarkedRunsParams) SetTimeout

func (o *ListBookmarkedRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list bookmarked runs params

func (*ListBookmarkedRunsParams) SetUser

func (o *ListBookmarkedRunsParams) SetUser(user string)

SetUser adds the user to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithContext

WithContext adds the context to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithHTTPClient

func (o *ListBookmarkedRunsParams) WithHTTPClient(client *http.Client) *ListBookmarkedRunsParams

WithHTTPClient adds the HTTPClient to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithLimit

WithLimit adds the limit to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithOffset

WithOffset adds the offset to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithQuery

WithQuery adds the query to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithSort

WithSort adds the sort to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithTimeout

WithTimeout adds the timeout to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WithUser

WithUser adds the user to the list bookmarked runs params

func (*ListBookmarkedRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListBookmarkedRunsReader

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

ListBookmarkedRunsReader is a Reader for the ListBookmarkedRuns structure.

func (*ListBookmarkedRunsReader) ReadResponse

func (o *ListBookmarkedRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListRunsForbidden

type ListRunsForbidden struct {
	Payload interface{}
}

ListRunsForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewListRunsForbidden

func NewListRunsForbidden() *ListRunsForbidden

NewListRunsForbidden creates a ListRunsForbidden with default headers values

func (*ListRunsForbidden) Error

func (o *ListRunsForbidden) Error() string

func (*ListRunsForbidden) GetPayload

func (o *ListRunsForbidden) GetPayload() interface{}

type ListRunsNotFound

type ListRunsNotFound struct {
	Payload string
}

ListRunsNotFound handles this case with default header values.

Resource does not exist.

func NewListRunsNotFound

func NewListRunsNotFound() *ListRunsNotFound

NewListRunsNotFound creates a ListRunsNotFound with default headers values

func (*ListRunsNotFound) Error

func (o *ListRunsNotFound) Error() string

func (*ListRunsNotFound) GetPayload

func (o *ListRunsNotFound) GetPayload() string

type ListRunsOK

type ListRunsOK struct {
	Payload *service_model.V1ListRunsResponse
}

ListRunsOK handles this case with default header values.

A successful response.

func NewListRunsOK

func NewListRunsOK() *ListRunsOK

NewListRunsOK creates a ListRunsOK with default headers values

func (*ListRunsOK) Error

func (o *ListRunsOK) Error() string

func (*ListRunsOK) GetPayload

func (o *ListRunsOK) GetPayload() *service_model.V1ListRunsResponse

type ListRunsParams

type ListRunsParams struct {

	/*Limit
	  Limit size.

	*/
	Limit *int32
	/*Offset
	  Pagination offset.

	*/
	Offset *int32
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project under namesapce

	*/
	Project string
	/*Query
	  Query filter the search search.

	*/
	Query *string
	/*Sort
	  Sort to order the search.

	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListRunsParams contains all the parameters to send to the API endpoint for the list runs operation typically these are written to a http.Request

func NewListRunsParams

func NewListRunsParams() *ListRunsParams

NewListRunsParams creates a new ListRunsParams object with the default values initialized.

func NewListRunsParamsWithContext

func NewListRunsParamsWithContext(ctx context.Context) *ListRunsParams

NewListRunsParamsWithContext creates a new ListRunsParams object with the default values initialized, and the ability to set a context for a request

func NewListRunsParamsWithHTTPClient

func NewListRunsParamsWithHTTPClient(client *http.Client) *ListRunsParams

NewListRunsParamsWithHTTPClient creates a new ListRunsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListRunsParamsWithTimeout

func NewListRunsParamsWithTimeout(timeout time.Duration) *ListRunsParams

NewListRunsParamsWithTimeout creates a new ListRunsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListRunsParams) SetContext

func (o *ListRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the list runs params

func (*ListRunsParams) SetHTTPClient

func (o *ListRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list runs params

func (*ListRunsParams) SetLimit

func (o *ListRunsParams) SetLimit(limit *int32)

SetLimit adds the limit to the list runs params

func (*ListRunsParams) SetOffset

func (o *ListRunsParams) SetOffset(offset *int32)

SetOffset adds the offset to the list runs params

func (*ListRunsParams) SetOwner

func (o *ListRunsParams) SetOwner(owner string)

SetOwner adds the owner to the list runs params

func (*ListRunsParams) SetProject

func (o *ListRunsParams) SetProject(project string)

SetProject adds the project to the list runs params

func (*ListRunsParams) SetQuery

func (o *ListRunsParams) SetQuery(query *string)

SetQuery adds the query to the list runs params

func (*ListRunsParams) SetSort

func (o *ListRunsParams) SetSort(sort *string)

SetSort adds the sort to the list runs params

func (*ListRunsParams) SetTimeout

func (o *ListRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list runs params

func (*ListRunsParams) WithContext

func (o *ListRunsParams) WithContext(ctx context.Context) *ListRunsParams

WithContext adds the context to the list runs params

func (*ListRunsParams) WithHTTPClient

func (o *ListRunsParams) WithHTTPClient(client *http.Client) *ListRunsParams

WithHTTPClient adds the HTTPClient to the list runs params

func (*ListRunsParams) WithLimit

func (o *ListRunsParams) WithLimit(limit *int32) *ListRunsParams

WithLimit adds the limit to the list runs params

func (*ListRunsParams) WithOffset

func (o *ListRunsParams) WithOffset(offset *int32) *ListRunsParams

WithOffset adds the offset to the list runs params

func (*ListRunsParams) WithOwner

func (o *ListRunsParams) WithOwner(owner string) *ListRunsParams

WithOwner adds the owner to the list runs params

func (*ListRunsParams) WithProject

func (o *ListRunsParams) WithProject(project string) *ListRunsParams

WithProject adds the project to the list runs params

func (*ListRunsParams) WithQuery

func (o *ListRunsParams) WithQuery(query *string) *ListRunsParams

WithQuery adds the query to the list runs params

func (*ListRunsParams) WithSort

func (o *ListRunsParams) WithSort(sort *string) *ListRunsParams

WithSort adds the sort to the list runs params

func (*ListRunsParams) WithTimeout

func (o *ListRunsParams) WithTimeout(timeout time.Duration) *ListRunsParams

WithTimeout adds the timeout to the list runs params

func (*ListRunsParams) WriteToRequest

func (o *ListRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListRunsReader

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

ListRunsReader is a Reader for the ListRuns structure.

func (*ListRunsReader) ReadResponse

func (o *ListRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchRunForbidden

type PatchRunForbidden struct {
	Payload interface{}
}

PatchRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewPatchRunForbidden

func NewPatchRunForbidden() *PatchRunForbidden

NewPatchRunForbidden creates a PatchRunForbidden with default headers values

func (*PatchRunForbidden) Error

func (o *PatchRunForbidden) Error() string

func (*PatchRunForbidden) GetPayload

func (o *PatchRunForbidden) GetPayload() interface{}

type PatchRunNotFound

type PatchRunNotFound struct {
	Payload string
}

PatchRunNotFound handles this case with default header values.

Resource does not exist.

func NewPatchRunNotFound

func NewPatchRunNotFound() *PatchRunNotFound

NewPatchRunNotFound creates a PatchRunNotFound with default headers values

func (*PatchRunNotFound) Error

func (o *PatchRunNotFound) Error() string

func (*PatchRunNotFound) GetPayload

func (o *PatchRunNotFound) GetPayload() string

type PatchRunOK

type PatchRunOK struct {
	Payload *service_model.V1Run
}

PatchRunOK handles this case with default header values.

A successful response.

func NewPatchRunOK

func NewPatchRunOK() *PatchRunOK

NewPatchRunOK creates a PatchRunOK with default headers values

func (*PatchRunOK) Error

func (o *PatchRunOK) Error() string

func (*PatchRunOK) GetPayload

func (o *PatchRunOK) GetPayload() *service_model.V1Run

type PatchRunParams

type PatchRunParams struct {

	/*Body
	  Run object

	*/
	Body *service_model.V1Run
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*RunUUID
	  UUID

	*/
	RunUUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchRunParams contains all the parameters to send to the API endpoint for the patch run operation typically these are written to a http.Request

func NewPatchRunParams

func NewPatchRunParams() *PatchRunParams

NewPatchRunParams creates a new PatchRunParams object with the default values initialized.

func NewPatchRunParamsWithContext

func NewPatchRunParamsWithContext(ctx context.Context) *PatchRunParams

NewPatchRunParamsWithContext creates a new PatchRunParams object with the default values initialized, and the ability to set a context for a request

func NewPatchRunParamsWithHTTPClient

func NewPatchRunParamsWithHTTPClient(client *http.Client) *PatchRunParams

NewPatchRunParamsWithHTTPClient creates a new PatchRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchRunParamsWithTimeout

func NewPatchRunParamsWithTimeout(timeout time.Duration) *PatchRunParams

NewPatchRunParamsWithTimeout creates a new PatchRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchRunParams) SetBody

func (o *PatchRunParams) SetBody(body *service_model.V1Run)

SetBody adds the body to the patch run params

func (*PatchRunParams) SetContext

func (o *PatchRunParams) SetContext(ctx context.Context)

SetContext adds the context to the patch run params

func (*PatchRunParams) SetHTTPClient

func (o *PatchRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch run params

func (*PatchRunParams) SetOwner

func (o *PatchRunParams) SetOwner(owner string)

SetOwner adds the owner to the patch run params

func (*PatchRunParams) SetProject

func (o *PatchRunParams) SetProject(project string)

SetProject adds the project to the patch run params

func (*PatchRunParams) SetRunUUID

func (o *PatchRunParams) SetRunUUID(runUUID string)

SetRunUUID adds the runUuid to the patch run params

func (*PatchRunParams) SetTimeout

func (o *PatchRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch run params

func (*PatchRunParams) WithBody

func (o *PatchRunParams) WithBody(body *service_model.V1Run) *PatchRunParams

WithBody adds the body to the patch run params

func (*PatchRunParams) WithContext

func (o *PatchRunParams) WithContext(ctx context.Context) *PatchRunParams

WithContext adds the context to the patch run params

func (*PatchRunParams) WithHTTPClient

func (o *PatchRunParams) WithHTTPClient(client *http.Client) *PatchRunParams

WithHTTPClient adds the HTTPClient to the patch run params

func (*PatchRunParams) WithOwner

func (o *PatchRunParams) WithOwner(owner string) *PatchRunParams

WithOwner adds the owner to the patch run params

func (*PatchRunParams) WithProject

func (o *PatchRunParams) WithProject(project string) *PatchRunParams

WithProject adds the project to the patch run params

func (*PatchRunParams) WithRunUUID

func (o *PatchRunParams) WithRunUUID(runUUID string) *PatchRunParams

WithRunUUID adds the runUUID to the patch run params

func (*PatchRunParams) WithTimeout

func (o *PatchRunParams) WithTimeout(timeout time.Duration) *PatchRunParams

WithTimeout adds the timeout to the patch run params

func (*PatchRunParams) WriteToRequest

func (o *PatchRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchRunReader

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

PatchRunReader is a Reader for the PatchRun structure.

func (*PatchRunReader) ReadResponse

func (o *PatchRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestartRunForbidden

type RestartRunForbidden struct {
	Payload interface{}
}

RestartRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewRestartRunForbidden

func NewRestartRunForbidden() *RestartRunForbidden

NewRestartRunForbidden creates a RestartRunForbidden with default headers values

func (*RestartRunForbidden) Error

func (o *RestartRunForbidden) Error() string

func (*RestartRunForbidden) GetPayload

func (o *RestartRunForbidden) GetPayload() interface{}

type RestartRunNotFound

type RestartRunNotFound struct {
	Payload string
}

RestartRunNotFound handles this case with default header values.

Resource does not exist.

func NewRestartRunNotFound

func NewRestartRunNotFound() *RestartRunNotFound

NewRestartRunNotFound creates a RestartRunNotFound with default headers values

func (*RestartRunNotFound) Error

func (o *RestartRunNotFound) Error() string

func (*RestartRunNotFound) GetPayload

func (o *RestartRunNotFound) GetPayload() string

type RestartRunOK

type RestartRunOK struct {
	Payload *service_model.V1Run
}

RestartRunOK handles this case with default header values.

A successful response.

func NewRestartRunOK

func NewRestartRunOK() *RestartRunOK

NewRestartRunOK creates a RestartRunOK with default headers values

func (*RestartRunOK) Error

func (o *RestartRunOK) Error() string

func (*RestartRunOK) GetPayload

func (o *RestartRunOK) GetPayload() *service_model.V1Run

type RestartRunParams

type RestartRunParams struct {

	/*Body
	  Run object

	*/
	Body *service_model.V1Run
	/*EntityOwner
	  Owner of the namespace

	*/
	EntityOwner string
	/*EntityProject
	  Project where the experiement will be assigned

	*/
	EntityProject string
	/*EntityUUID
	  Unique integer identifier of the entity

	*/
	EntityUUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestartRunParams contains all the parameters to send to the API endpoint for the restart run operation typically these are written to a http.Request

func NewRestartRunParams

func NewRestartRunParams() *RestartRunParams

NewRestartRunParams creates a new RestartRunParams object with the default values initialized.

func NewRestartRunParamsWithContext

func NewRestartRunParamsWithContext(ctx context.Context) *RestartRunParams

NewRestartRunParamsWithContext creates a new RestartRunParams object with the default values initialized, and the ability to set a context for a request

func NewRestartRunParamsWithHTTPClient

func NewRestartRunParamsWithHTTPClient(client *http.Client) *RestartRunParams

NewRestartRunParamsWithHTTPClient creates a new RestartRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRestartRunParamsWithTimeout

func NewRestartRunParamsWithTimeout(timeout time.Duration) *RestartRunParams

NewRestartRunParamsWithTimeout creates a new RestartRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*RestartRunParams) SetBody

func (o *RestartRunParams) SetBody(body *service_model.V1Run)

SetBody adds the body to the restart run params

func (*RestartRunParams) SetContext

func (o *RestartRunParams) SetContext(ctx context.Context)

SetContext adds the context to the restart run params

func (*RestartRunParams) SetEntityOwner

func (o *RestartRunParams) SetEntityOwner(entityOwner string)

SetEntityOwner adds the entityOwner to the restart run params

func (*RestartRunParams) SetEntityProject

func (o *RestartRunParams) SetEntityProject(entityProject string)

SetEntityProject adds the entityProject to the restart run params

func (*RestartRunParams) SetEntityUUID

func (o *RestartRunParams) SetEntityUUID(entityUUID string)

SetEntityUUID adds the entityUuid to the restart run params

func (*RestartRunParams) SetHTTPClient

func (o *RestartRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restart run params

func (*RestartRunParams) SetTimeout

func (o *RestartRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restart run params

func (*RestartRunParams) WithBody

WithBody adds the body to the restart run params

func (*RestartRunParams) WithContext

func (o *RestartRunParams) WithContext(ctx context.Context) *RestartRunParams

WithContext adds the context to the restart run params

func (*RestartRunParams) WithEntityOwner

func (o *RestartRunParams) WithEntityOwner(entityOwner string) *RestartRunParams

WithEntityOwner adds the entityOwner to the restart run params

func (*RestartRunParams) WithEntityProject

func (o *RestartRunParams) WithEntityProject(entityProject string) *RestartRunParams

WithEntityProject adds the entityProject to the restart run params

func (*RestartRunParams) WithEntityUUID

func (o *RestartRunParams) WithEntityUUID(entityUUID string) *RestartRunParams

WithEntityUUID adds the entityUUID to the restart run params

func (*RestartRunParams) WithHTTPClient

func (o *RestartRunParams) WithHTTPClient(client *http.Client) *RestartRunParams

WithHTTPClient adds the HTTPClient to the restart run params

func (*RestartRunParams) WithTimeout

func (o *RestartRunParams) WithTimeout(timeout time.Duration) *RestartRunParams

WithTimeout adds the timeout to the restart run params

func (*RestartRunParams) WriteToRequest

func (o *RestartRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestartRunReader

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

RestartRunReader is a Reader for the RestartRun structure.

func (*RestartRunReader) ReadResponse

func (o *RestartRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreRunForbidden

type RestoreRunForbidden struct {
	Payload interface{}
}

RestoreRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewRestoreRunForbidden

func NewRestoreRunForbidden() *RestoreRunForbidden

NewRestoreRunForbidden creates a RestoreRunForbidden with default headers values

func (*RestoreRunForbidden) Error

func (o *RestoreRunForbidden) Error() string

func (*RestoreRunForbidden) GetPayload

func (o *RestoreRunForbidden) GetPayload() interface{}

type RestoreRunNotFound

type RestoreRunNotFound struct {
	Payload string
}

RestoreRunNotFound handles this case with default header values.

Resource does not exist.

func NewRestoreRunNotFound

func NewRestoreRunNotFound() *RestoreRunNotFound

NewRestoreRunNotFound creates a RestoreRunNotFound with default headers values

func (*RestoreRunNotFound) Error

func (o *RestoreRunNotFound) Error() string

func (*RestoreRunNotFound) GetPayload

func (o *RestoreRunNotFound) GetPayload() string

type RestoreRunOK

type RestoreRunOK struct {
	Payload interface{}
}

RestoreRunOK handles this case with default header values.

A successful response.

func NewRestoreRunOK

func NewRestoreRunOK() *RestoreRunOK

NewRestoreRunOK creates a RestoreRunOK with default headers values

func (*RestoreRunOK) Error

func (o *RestoreRunOK) Error() string

func (*RestoreRunOK) GetPayload

func (o *RestoreRunOK) GetPayload() interface{}

type RestoreRunParams

type RestoreRunParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreRunParams contains all the parameters to send to the API endpoint for the restore run operation typically these are written to a http.Request

func NewRestoreRunParams

func NewRestoreRunParams() *RestoreRunParams

NewRestoreRunParams creates a new RestoreRunParams object with the default values initialized.

func NewRestoreRunParamsWithContext

func NewRestoreRunParamsWithContext(ctx context.Context) *RestoreRunParams

NewRestoreRunParamsWithContext creates a new RestoreRunParams object with the default values initialized, and the ability to set a context for a request

func NewRestoreRunParamsWithHTTPClient

func NewRestoreRunParamsWithHTTPClient(client *http.Client) *RestoreRunParams

NewRestoreRunParamsWithHTTPClient creates a new RestoreRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRestoreRunParamsWithTimeout

func NewRestoreRunParamsWithTimeout(timeout time.Duration) *RestoreRunParams

NewRestoreRunParamsWithTimeout creates a new RestoreRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*RestoreRunParams) SetContext

func (o *RestoreRunParams) SetContext(ctx context.Context)

SetContext adds the context to the restore run params

func (*RestoreRunParams) SetHTTPClient

func (o *RestoreRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore run params

func (*RestoreRunParams) SetOwner

func (o *RestoreRunParams) SetOwner(owner string)

SetOwner adds the owner to the restore run params

func (*RestoreRunParams) SetProject

func (o *RestoreRunParams) SetProject(project string)

SetProject adds the project to the restore run params

func (*RestoreRunParams) SetTimeout

func (o *RestoreRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore run params

func (*RestoreRunParams) SetUUID

func (o *RestoreRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the restore run params

func (*RestoreRunParams) WithContext

func (o *RestoreRunParams) WithContext(ctx context.Context) *RestoreRunParams

WithContext adds the context to the restore run params

func (*RestoreRunParams) WithHTTPClient

func (o *RestoreRunParams) WithHTTPClient(client *http.Client) *RestoreRunParams

WithHTTPClient adds the HTTPClient to the restore run params

func (*RestoreRunParams) WithOwner

func (o *RestoreRunParams) WithOwner(owner string) *RestoreRunParams

WithOwner adds the owner to the restore run params

func (*RestoreRunParams) WithProject

func (o *RestoreRunParams) WithProject(project string) *RestoreRunParams

WithProject adds the project to the restore run params

func (*RestoreRunParams) WithTimeout

func (o *RestoreRunParams) WithTimeout(timeout time.Duration) *RestoreRunParams

WithTimeout adds the timeout to the restore run params

func (*RestoreRunParams) WithUUID

func (o *RestoreRunParams) WithUUID(uuid string) *RestoreRunParams

WithUUID adds the uuid to the restore run params

func (*RestoreRunParams) WriteToRequest

func (o *RestoreRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestoreRunReader

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

RestoreRunReader is a Reader for the RestoreRun structure.

func (*RestoreRunReader) ReadResponse

func (o *RestoreRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ResumeRunForbidden

type ResumeRunForbidden struct {
	Payload interface{}
}

ResumeRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewResumeRunForbidden

func NewResumeRunForbidden() *ResumeRunForbidden

NewResumeRunForbidden creates a ResumeRunForbidden with default headers values

func (*ResumeRunForbidden) Error

func (o *ResumeRunForbidden) Error() string

func (*ResumeRunForbidden) GetPayload

func (o *ResumeRunForbidden) GetPayload() interface{}

type ResumeRunNotFound

type ResumeRunNotFound struct {
	Payload string
}

ResumeRunNotFound handles this case with default header values.

Resource does not exist.

func NewResumeRunNotFound

func NewResumeRunNotFound() *ResumeRunNotFound

NewResumeRunNotFound creates a ResumeRunNotFound with default headers values

func (*ResumeRunNotFound) Error

func (o *ResumeRunNotFound) Error() string

func (*ResumeRunNotFound) GetPayload

func (o *ResumeRunNotFound) GetPayload() string

type ResumeRunOK

type ResumeRunOK struct {
	Payload *service_model.V1Run
}

ResumeRunOK handles this case with default header values.

A successful response.

func NewResumeRunOK

func NewResumeRunOK() *ResumeRunOK

NewResumeRunOK creates a ResumeRunOK with default headers values

func (*ResumeRunOK) Error

func (o *ResumeRunOK) Error() string

func (*ResumeRunOK) GetPayload

func (o *ResumeRunOK) GetPayload() *service_model.V1Run

type ResumeRunParams

type ResumeRunParams struct {

	/*Body
	  Run object

	*/
	Body *service_model.V1Run
	/*EntityOwner
	  Owner of the namespace

	*/
	EntityOwner string
	/*EntityProject
	  Project where the experiement will be assigned

	*/
	EntityProject string
	/*EntityUUID
	  Unique integer identifier of the entity

	*/
	EntityUUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ResumeRunParams contains all the parameters to send to the API endpoint for the resume run operation typically these are written to a http.Request

func NewResumeRunParams

func NewResumeRunParams() *ResumeRunParams

NewResumeRunParams creates a new ResumeRunParams object with the default values initialized.

func NewResumeRunParamsWithContext

func NewResumeRunParamsWithContext(ctx context.Context) *ResumeRunParams

NewResumeRunParamsWithContext creates a new ResumeRunParams object with the default values initialized, and the ability to set a context for a request

func NewResumeRunParamsWithHTTPClient

func NewResumeRunParamsWithHTTPClient(client *http.Client) *ResumeRunParams

NewResumeRunParamsWithHTTPClient creates a new ResumeRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResumeRunParamsWithTimeout

func NewResumeRunParamsWithTimeout(timeout time.Duration) *ResumeRunParams

NewResumeRunParamsWithTimeout creates a new ResumeRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResumeRunParams) SetBody

func (o *ResumeRunParams) SetBody(body *service_model.V1Run)

SetBody adds the body to the resume run params

func (*ResumeRunParams) SetContext

func (o *ResumeRunParams) SetContext(ctx context.Context)

SetContext adds the context to the resume run params

func (*ResumeRunParams) SetEntityOwner

func (o *ResumeRunParams) SetEntityOwner(entityOwner string)

SetEntityOwner adds the entityOwner to the resume run params

func (*ResumeRunParams) SetEntityProject

func (o *ResumeRunParams) SetEntityProject(entityProject string)

SetEntityProject adds the entityProject to the resume run params

func (*ResumeRunParams) SetEntityUUID

func (o *ResumeRunParams) SetEntityUUID(entityUUID string)

SetEntityUUID adds the entityUuid to the resume run params

func (*ResumeRunParams) SetHTTPClient

func (o *ResumeRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the resume run params

func (*ResumeRunParams) SetTimeout

func (o *ResumeRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the resume run params

func (*ResumeRunParams) WithBody

func (o *ResumeRunParams) WithBody(body *service_model.V1Run) *ResumeRunParams

WithBody adds the body to the resume run params

func (*ResumeRunParams) WithContext

func (o *ResumeRunParams) WithContext(ctx context.Context) *ResumeRunParams

WithContext adds the context to the resume run params

func (*ResumeRunParams) WithEntityOwner

func (o *ResumeRunParams) WithEntityOwner(entityOwner string) *ResumeRunParams

WithEntityOwner adds the entityOwner to the resume run params

func (*ResumeRunParams) WithEntityProject

func (o *ResumeRunParams) WithEntityProject(entityProject string) *ResumeRunParams

WithEntityProject adds the entityProject to the resume run params

func (*ResumeRunParams) WithEntityUUID

func (o *ResumeRunParams) WithEntityUUID(entityUUID string) *ResumeRunParams

WithEntityUUID adds the entityUUID to the resume run params

func (*ResumeRunParams) WithHTTPClient

func (o *ResumeRunParams) WithHTTPClient(client *http.Client) *ResumeRunParams

WithHTTPClient adds the HTTPClient to the resume run params

func (*ResumeRunParams) WithTimeout

func (o *ResumeRunParams) WithTimeout(timeout time.Duration) *ResumeRunParams

WithTimeout adds the timeout to the resume run params

func (*ResumeRunParams) WriteToRequest

func (o *ResumeRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ResumeRunReader

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

ResumeRunReader is a Reader for the ResumeRun structure.

func (*ResumeRunReader) ReadResponse

func (o *ResumeRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartRunTensorboardForbidden

type StartRunTensorboardForbidden struct {
	Payload interface{}
}

StartRunTensorboardForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewStartRunTensorboardForbidden

func NewStartRunTensorboardForbidden() *StartRunTensorboardForbidden

NewStartRunTensorboardForbidden creates a StartRunTensorboardForbidden with default headers values

func (*StartRunTensorboardForbidden) Error

func (*StartRunTensorboardForbidden) GetPayload

func (o *StartRunTensorboardForbidden) GetPayload() interface{}

type StartRunTensorboardNotFound

type StartRunTensorboardNotFound struct {
	Payload string
}

StartRunTensorboardNotFound handles this case with default header values.

Resource does not exist.

func NewStartRunTensorboardNotFound

func NewStartRunTensorboardNotFound() *StartRunTensorboardNotFound

NewStartRunTensorboardNotFound creates a StartRunTensorboardNotFound with default headers values

func (*StartRunTensorboardNotFound) Error

func (*StartRunTensorboardNotFound) GetPayload

func (o *StartRunTensorboardNotFound) GetPayload() string

type StartRunTensorboardOK

type StartRunTensorboardOK struct {
	Payload interface{}
}

StartRunTensorboardOK handles this case with default header values.

A successful response.

func NewStartRunTensorboardOK

func NewStartRunTensorboardOK() *StartRunTensorboardOK

NewStartRunTensorboardOK creates a StartRunTensorboardOK with default headers values

func (*StartRunTensorboardOK) Error

func (o *StartRunTensorboardOK) Error() string

func (*StartRunTensorboardOK) GetPayload

func (o *StartRunTensorboardOK) GetPayload() interface{}

type StartRunTensorboardParams

type StartRunTensorboardParams struct {

	/*Body*/
	Body *service_model.V1EntityResourceRequest
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartRunTensorboardParams contains all the parameters to send to the API endpoint for the start run tensorboard operation typically these are written to a http.Request

func NewStartRunTensorboardParams

func NewStartRunTensorboardParams() *StartRunTensorboardParams

NewStartRunTensorboardParams creates a new StartRunTensorboardParams object with the default values initialized.

func NewStartRunTensorboardParamsWithContext

func NewStartRunTensorboardParamsWithContext(ctx context.Context) *StartRunTensorboardParams

NewStartRunTensorboardParamsWithContext creates a new StartRunTensorboardParams object with the default values initialized, and the ability to set a context for a request

func NewStartRunTensorboardParamsWithHTTPClient

func NewStartRunTensorboardParamsWithHTTPClient(client *http.Client) *StartRunTensorboardParams

NewStartRunTensorboardParamsWithHTTPClient creates a new StartRunTensorboardParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStartRunTensorboardParamsWithTimeout

func NewStartRunTensorboardParamsWithTimeout(timeout time.Duration) *StartRunTensorboardParams

NewStartRunTensorboardParamsWithTimeout creates a new StartRunTensorboardParams object with the default values initialized, and the ability to set a timeout on a request

func (*StartRunTensorboardParams) SetBody

SetBody adds the body to the start run tensorboard params

func (*StartRunTensorboardParams) SetContext

func (o *StartRunTensorboardParams) SetContext(ctx context.Context)

SetContext adds the context to the start run tensorboard params

func (*StartRunTensorboardParams) SetHTTPClient

func (o *StartRunTensorboardParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start run tensorboard params

func (*StartRunTensorboardParams) SetOwner

func (o *StartRunTensorboardParams) SetOwner(owner string)

SetOwner adds the owner to the start run tensorboard params

func (*StartRunTensorboardParams) SetProject

func (o *StartRunTensorboardParams) SetProject(project string)

SetProject adds the project to the start run tensorboard params

func (*StartRunTensorboardParams) SetTimeout

func (o *StartRunTensorboardParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start run tensorboard params

func (*StartRunTensorboardParams) SetUUID

func (o *StartRunTensorboardParams) SetUUID(uuid string)

SetUUID adds the uuid to the start run tensorboard params

func (*StartRunTensorboardParams) WithBody

WithBody adds the body to the start run tensorboard params

func (*StartRunTensorboardParams) WithContext

WithContext adds the context to the start run tensorboard params

func (*StartRunTensorboardParams) WithHTTPClient

func (o *StartRunTensorboardParams) WithHTTPClient(client *http.Client) *StartRunTensorboardParams

WithHTTPClient adds the HTTPClient to the start run tensorboard params

func (*StartRunTensorboardParams) WithOwner

WithOwner adds the owner to the start run tensorboard params

func (*StartRunTensorboardParams) WithProject

WithProject adds the project to the start run tensorboard params

func (*StartRunTensorboardParams) WithTimeout

WithTimeout adds the timeout to the start run tensorboard params

func (*StartRunTensorboardParams) WithUUID

WithUUID adds the uuid to the start run tensorboard params

func (*StartRunTensorboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartRunTensorboardReader

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

StartRunTensorboardReader is a Reader for the StartRunTensorboard structure.

func (*StartRunTensorboardReader) ReadResponse

func (o *StartRunTensorboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopRunForbidden

type StopRunForbidden struct {
	Payload interface{}
}

StopRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewStopRunForbidden

func NewStopRunForbidden() *StopRunForbidden

NewStopRunForbidden creates a StopRunForbidden with default headers values

func (*StopRunForbidden) Error

func (o *StopRunForbidden) Error() string

func (*StopRunForbidden) GetPayload

func (o *StopRunForbidden) GetPayload() interface{}

type StopRunNotFound

type StopRunNotFound struct {
	Payload string
}

StopRunNotFound handles this case with default header values.

Resource does not exist.

func NewStopRunNotFound

func NewStopRunNotFound() *StopRunNotFound

NewStopRunNotFound creates a StopRunNotFound with default headers values

func (*StopRunNotFound) Error

func (o *StopRunNotFound) Error() string

func (*StopRunNotFound) GetPayload

func (o *StopRunNotFound) GetPayload() string

type StopRunOK

type StopRunOK struct {
	Payload interface{}
}

StopRunOK handles this case with default header values.

A successful response.

func NewStopRunOK

func NewStopRunOK() *StopRunOK

NewStopRunOK creates a StopRunOK with default headers values

func (*StopRunOK) Error

func (o *StopRunOK) Error() string

func (*StopRunOK) GetPayload

func (o *StopRunOK) GetPayload() interface{}

type StopRunParams

type StopRunParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopRunParams contains all the parameters to send to the API endpoint for the stop run operation typically these are written to a http.Request

func NewStopRunParams

func NewStopRunParams() *StopRunParams

NewStopRunParams creates a new StopRunParams object with the default values initialized.

func NewStopRunParamsWithContext

func NewStopRunParamsWithContext(ctx context.Context) *StopRunParams

NewStopRunParamsWithContext creates a new StopRunParams object with the default values initialized, and the ability to set a context for a request

func NewStopRunParamsWithHTTPClient

func NewStopRunParamsWithHTTPClient(client *http.Client) *StopRunParams

NewStopRunParamsWithHTTPClient creates a new StopRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopRunParamsWithTimeout

func NewStopRunParamsWithTimeout(timeout time.Duration) *StopRunParams

NewStopRunParamsWithTimeout creates a new StopRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopRunParams) SetContext

func (o *StopRunParams) SetContext(ctx context.Context)

SetContext adds the context to the stop run params

func (*StopRunParams) SetHTTPClient

func (o *StopRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop run params

func (*StopRunParams) SetOwner

func (o *StopRunParams) SetOwner(owner string)

SetOwner adds the owner to the stop run params

func (*StopRunParams) SetProject

func (o *StopRunParams) SetProject(project string)

SetProject adds the project to the stop run params

func (*StopRunParams) SetTimeout

func (o *StopRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the stop run params

func (*StopRunParams) SetUUID

func (o *StopRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the stop run params

func (*StopRunParams) WithContext

func (o *StopRunParams) WithContext(ctx context.Context) *StopRunParams

WithContext adds the context to the stop run params

func (*StopRunParams) WithHTTPClient

func (o *StopRunParams) WithHTTPClient(client *http.Client) *StopRunParams

WithHTTPClient adds the HTTPClient to the stop run params

func (*StopRunParams) WithOwner

func (o *StopRunParams) WithOwner(owner string) *StopRunParams

WithOwner adds the owner to the stop run params

func (*StopRunParams) WithProject

func (o *StopRunParams) WithProject(project string) *StopRunParams

WithProject adds the project to the stop run params

func (*StopRunParams) WithTimeout

func (o *StopRunParams) WithTimeout(timeout time.Duration) *StopRunParams

WithTimeout adds the timeout to the stop run params

func (*StopRunParams) WithUUID

func (o *StopRunParams) WithUUID(uuid string) *StopRunParams

WithUUID adds the uuid to the stop run params

func (*StopRunParams) WriteToRequest

func (o *StopRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StopRunReader

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

StopRunReader is a Reader for the StopRun structure.

func (*StopRunReader) ReadResponse

func (o *StopRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopRunTensorboardForbidden

type StopRunTensorboardForbidden struct {
	Payload interface{}
}

StopRunTensorboardForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewStopRunTensorboardForbidden

func NewStopRunTensorboardForbidden() *StopRunTensorboardForbidden

NewStopRunTensorboardForbidden creates a StopRunTensorboardForbidden with default headers values

func (*StopRunTensorboardForbidden) Error

func (*StopRunTensorboardForbidden) GetPayload

func (o *StopRunTensorboardForbidden) GetPayload() interface{}

type StopRunTensorboardNotFound

type StopRunTensorboardNotFound struct {
	Payload string
}

StopRunTensorboardNotFound handles this case with default header values.

Resource does not exist.

func NewStopRunTensorboardNotFound

func NewStopRunTensorboardNotFound() *StopRunTensorboardNotFound

NewStopRunTensorboardNotFound creates a StopRunTensorboardNotFound with default headers values

func (*StopRunTensorboardNotFound) Error

func (*StopRunTensorboardNotFound) GetPayload

func (o *StopRunTensorboardNotFound) GetPayload() string

type StopRunTensorboardOK

type StopRunTensorboardOK struct {
	Payload interface{}
}

StopRunTensorboardOK handles this case with default header values.

A successful response.

func NewStopRunTensorboardOK

func NewStopRunTensorboardOK() *StopRunTensorboardOK

NewStopRunTensorboardOK creates a StopRunTensorboardOK with default headers values

func (*StopRunTensorboardOK) Error

func (o *StopRunTensorboardOK) Error() string

func (*StopRunTensorboardOK) GetPayload

func (o *StopRunTensorboardOK) GetPayload() interface{}

type StopRunTensorboardParams

type StopRunTensorboardParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopRunTensorboardParams contains all the parameters to send to the API endpoint for the stop run tensorboard operation typically these are written to a http.Request

func NewStopRunTensorboardParams

func NewStopRunTensorboardParams() *StopRunTensorboardParams

NewStopRunTensorboardParams creates a new StopRunTensorboardParams object with the default values initialized.

func NewStopRunTensorboardParamsWithContext

func NewStopRunTensorboardParamsWithContext(ctx context.Context) *StopRunTensorboardParams

NewStopRunTensorboardParamsWithContext creates a new StopRunTensorboardParams object with the default values initialized, and the ability to set a context for a request

func NewStopRunTensorboardParamsWithHTTPClient

func NewStopRunTensorboardParamsWithHTTPClient(client *http.Client) *StopRunTensorboardParams

NewStopRunTensorboardParamsWithHTTPClient creates a new StopRunTensorboardParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopRunTensorboardParamsWithTimeout

func NewStopRunTensorboardParamsWithTimeout(timeout time.Duration) *StopRunTensorboardParams

NewStopRunTensorboardParamsWithTimeout creates a new StopRunTensorboardParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopRunTensorboardParams) SetContext

func (o *StopRunTensorboardParams) SetContext(ctx context.Context)

SetContext adds the context to the stop run tensorboard params

func (*StopRunTensorboardParams) SetHTTPClient

func (o *StopRunTensorboardParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop run tensorboard params

func (*StopRunTensorboardParams) SetOwner

func (o *StopRunTensorboardParams) SetOwner(owner string)

SetOwner adds the owner to the stop run tensorboard params

func (*StopRunTensorboardParams) SetProject

func (o *StopRunTensorboardParams) SetProject(project string)

SetProject adds the project to the stop run tensorboard params

func (*StopRunTensorboardParams) SetTimeout

func (o *StopRunTensorboardParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the stop run tensorboard params

func (*StopRunTensorboardParams) SetUUID

func (o *StopRunTensorboardParams) SetUUID(uuid string)

SetUUID adds the uuid to the stop run tensorboard params

func (*StopRunTensorboardParams) WithContext

WithContext adds the context to the stop run tensorboard params

func (*StopRunTensorboardParams) WithHTTPClient

func (o *StopRunTensorboardParams) WithHTTPClient(client *http.Client) *StopRunTensorboardParams

WithHTTPClient adds the HTTPClient to the stop run tensorboard params

func (*StopRunTensorboardParams) WithOwner

WithOwner adds the owner to the stop run tensorboard params

func (*StopRunTensorboardParams) WithProject

func (o *StopRunTensorboardParams) WithProject(project string) *StopRunTensorboardParams

WithProject adds the project to the stop run tensorboard params

func (*StopRunTensorboardParams) WithTimeout

WithTimeout adds the timeout to the stop run tensorboard params

func (*StopRunTensorboardParams) WithUUID

WithUUID adds the uuid to the stop run tensorboard params

func (*StopRunTensorboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopRunTensorboardReader

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

StopRunTensorboardReader is a Reader for the StopRunTensorboard structure.

func (*StopRunTensorboardReader) ReadResponse

func (o *StopRunTensorboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopRunsForbidden

type StopRunsForbidden struct {
	Payload interface{}
}

StopRunsForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewStopRunsForbidden

func NewStopRunsForbidden() *StopRunsForbidden

NewStopRunsForbidden creates a StopRunsForbidden with default headers values

func (*StopRunsForbidden) Error

func (o *StopRunsForbidden) Error() string

func (*StopRunsForbidden) GetPayload

func (o *StopRunsForbidden) GetPayload() interface{}

type StopRunsNotFound

type StopRunsNotFound struct {
	Payload string
}

StopRunsNotFound handles this case with default header values.

Resource does not exist.

func NewStopRunsNotFound

func NewStopRunsNotFound() *StopRunsNotFound

NewStopRunsNotFound creates a StopRunsNotFound with default headers values

func (*StopRunsNotFound) Error

func (o *StopRunsNotFound) Error() string

func (*StopRunsNotFound) GetPayload

func (o *StopRunsNotFound) GetPayload() string

type StopRunsOK

type StopRunsOK struct {
	Payload interface{}
}

StopRunsOK handles this case with default header values.

A successful response.

func NewStopRunsOK

func NewStopRunsOK() *StopRunsOK

NewStopRunsOK creates a StopRunsOK with default headers values

func (*StopRunsOK) Error

func (o *StopRunsOK) Error() string

func (*StopRunsOK) GetPayload

func (o *StopRunsOK) GetPayload() interface{}

type StopRunsParams

type StopRunsParams struct {

	/*Body
	  Uuids of the entities

	*/
	Body *service_model.V1Uuids
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project under namesapce

	*/
	Project string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopRunsParams contains all the parameters to send to the API endpoint for the stop runs operation typically these are written to a http.Request

func NewStopRunsParams

func NewStopRunsParams() *StopRunsParams

NewStopRunsParams creates a new StopRunsParams object with the default values initialized.

func NewStopRunsParamsWithContext

func NewStopRunsParamsWithContext(ctx context.Context) *StopRunsParams

NewStopRunsParamsWithContext creates a new StopRunsParams object with the default values initialized, and the ability to set a context for a request

func NewStopRunsParamsWithHTTPClient

func NewStopRunsParamsWithHTTPClient(client *http.Client) *StopRunsParams

NewStopRunsParamsWithHTTPClient creates a new StopRunsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopRunsParamsWithTimeout

func NewStopRunsParamsWithTimeout(timeout time.Duration) *StopRunsParams

NewStopRunsParamsWithTimeout creates a new StopRunsParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopRunsParams) SetBody

func (o *StopRunsParams) SetBody(body *service_model.V1Uuids)

SetBody adds the body to the stop runs params

func (*StopRunsParams) SetContext

func (o *StopRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the stop runs params

func (*StopRunsParams) SetHTTPClient

func (o *StopRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop runs params

func (*StopRunsParams) SetOwner

func (o *StopRunsParams) SetOwner(owner string)

SetOwner adds the owner to the stop runs params

func (*StopRunsParams) SetProject

func (o *StopRunsParams) SetProject(project string)

SetProject adds the project to the stop runs params

func (*StopRunsParams) SetTimeout

func (o *StopRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the stop runs params

func (*StopRunsParams) WithBody

func (o *StopRunsParams) WithBody(body *service_model.V1Uuids) *StopRunsParams

WithBody adds the body to the stop runs params

func (*StopRunsParams) WithContext

func (o *StopRunsParams) WithContext(ctx context.Context) *StopRunsParams

WithContext adds the context to the stop runs params

func (*StopRunsParams) WithHTTPClient

func (o *StopRunsParams) WithHTTPClient(client *http.Client) *StopRunsParams

WithHTTPClient adds the HTTPClient to the stop runs params

func (*StopRunsParams) WithOwner

func (o *StopRunsParams) WithOwner(owner string) *StopRunsParams

WithOwner adds the owner to the stop runs params

func (*StopRunsParams) WithProject

func (o *StopRunsParams) WithProject(project string) *StopRunsParams

WithProject adds the project to the stop runs params

func (*StopRunsParams) WithTimeout

func (o *StopRunsParams) WithTimeout(timeout time.Duration) *StopRunsParams

WithTimeout adds the timeout to the stop runs params

func (*StopRunsParams) WriteToRequest

func (o *StopRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StopRunsReader

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

StopRunsReader is a Reader for the StopRuns structure.

func (*StopRunsReader) ReadResponse

func (o *StopRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UnbookmarkRunForbidden

type UnbookmarkRunForbidden struct {
	Payload interface{}
}

UnbookmarkRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewUnbookmarkRunForbidden

func NewUnbookmarkRunForbidden() *UnbookmarkRunForbidden

NewUnbookmarkRunForbidden creates a UnbookmarkRunForbidden with default headers values

func (*UnbookmarkRunForbidden) Error

func (o *UnbookmarkRunForbidden) Error() string

func (*UnbookmarkRunForbidden) GetPayload

func (o *UnbookmarkRunForbidden) GetPayload() interface{}

type UnbookmarkRunNotFound

type UnbookmarkRunNotFound struct {
	Payload string
}

UnbookmarkRunNotFound handles this case with default header values.

Resource does not exist.

func NewUnbookmarkRunNotFound

func NewUnbookmarkRunNotFound() *UnbookmarkRunNotFound

NewUnbookmarkRunNotFound creates a UnbookmarkRunNotFound with default headers values

func (*UnbookmarkRunNotFound) Error

func (o *UnbookmarkRunNotFound) Error() string

func (*UnbookmarkRunNotFound) GetPayload

func (o *UnbookmarkRunNotFound) GetPayload() string

type UnbookmarkRunOK

type UnbookmarkRunOK struct {
	Payload interface{}
}

UnbookmarkRunOK handles this case with default header values.

A successful response.

func NewUnbookmarkRunOK

func NewUnbookmarkRunOK() *UnbookmarkRunOK

NewUnbookmarkRunOK creates a UnbookmarkRunOK with default headers values

func (*UnbookmarkRunOK) Error

func (o *UnbookmarkRunOK) Error() string

func (*UnbookmarkRunOK) GetPayload

func (o *UnbookmarkRunOK) GetPayload() interface{}

type UnbookmarkRunParams

type UnbookmarkRunParams struct {

	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*UUID
	  Unique integer identifier of the entity

	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UnbookmarkRunParams contains all the parameters to send to the API endpoint for the unbookmark run operation typically these are written to a http.Request

func NewUnbookmarkRunParams

func NewUnbookmarkRunParams() *UnbookmarkRunParams

NewUnbookmarkRunParams creates a new UnbookmarkRunParams object with the default values initialized.

func NewUnbookmarkRunParamsWithContext

func NewUnbookmarkRunParamsWithContext(ctx context.Context) *UnbookmarkRunParams

NewUnbookmarkRunParamsWithContext creates a new UnbookmarkRunParams object with the default values initialized, and the ability to set a context for a request

func NewUnbookmarkRunParamsWithHTTPClient

func NewUnbookmarkRunParamsWithHTTPClient(client *http.Client) *UnbookmarkRunParams

NewUnbookmarkRunParamsWithHTTPClient creates a new UnbookmarkRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUnbookmarkRunParamsWithTimeout

func NewUnbookmarkRunParamsWithTimeout(timeout time.Duration) *UnbookmarkRunParams

NewUnbookmarkRunParamsWithTimeout creates a new UnbookmarkRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*UnbookmarkRunParams) SetContext

func (o *UnbookmarkRunParams) SetContext(ctx context.Context)

SetContext adds the context to the unbookmark run params

func (*UnbookmarkRunParams) SetHTTPClient

func (o *UnbookmarkRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the unbookmark run params

func (*UnbookmarkRunParams) SetOwner

func (o *UnbookmarkRunParams) SetOwner(owner string)

SetOwner adds the owner to the unbookmark run params

func (*UnbookmarkRunParams) SetProject

func (o *UnbookmarkRunParams) SetProject(project string)

SetProject adds the project to the unbookmark run params

func (*UnbookmarkRunParams) SetTimeout

func (o *UnbookmarkRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the unbookmark run params

func (*UnbookmarkRunParams) SetUUID

func (o *UnbookmarkRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the unbookmark run params

func (*UnbookmarkRunParams) WithContext

WithContext adds the context to the unbookmark run params

func (*UnbookmarkRunParams) WithHTTPClient

func (o *UnbookmarkRunParams) WithHTTPClient(client *http.Client) *UnbookmarkRunParams

WithHTTPClient adds the HTTPClient to the unbookmark run params

func (*UnbookmarkRunParams) WithOwner

func (o *UnbookmarkRunParams) WithOwner(owner string) *UnbookmarkRunParams

WithOwner adds the owner to the unbookmark run params

func (*UnbookmarkRunParams) WithProject

func (o *UnbookmarkRunParams) WithProject(project string) *UnbookmarkRunParams

WithProject adds the project to the unbookmark run params

func (*UnbookmarkRunParams) WithTimeout

func (o *UnbookmarkRunParams) WithTimeout(timeout time.Duration) *UnbookmarkRunParams

WithTimeout adds the timeout to the unbookmark run params

func (*UnbookmarkRunParams) WithUUID

func (o *UnbookmarkRunParams) WithUUID(uuid string) *UnbookmarkRunParams

WithUUID adds the uuid to the unbookmark run params

func (*UnbookmarkRunParams) WriteToRequest

func (o *UnbookmarkRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UnbookmarkRunReader

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

UnbookmarkRunReader is a Reader for the UnbookmarkRun structure.

func (*UnbookmarkRunReader) ReadResponse

func (o *UnbookmarkRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateRunForbidden

type UpdateRunForbidden struct {
	Payload interface{}
}

UpdateRunForbidden handles this case with default header values.

You don't have permission to access the resource.

func NewUpdateRunForbidden

func NewUpdateRunForbidden() *UpdateRunForbidden

NewUpdateRunForbidden creates a UpdateRunForbidden with default headers values

func (*UpdateRunForbidden) Error

func (o *UpdateRunForbidden) Error() string

func (*UpdateRunForbidden) GetPayload

func (o *UpdateRunForbidden) GetPayload() interface{}

type UpdateRunNotFound

type UpdateRunNotFound struct {
	Payload string
}

UpdateRunNotFound handles this case with default header values.

Resource does not exist.

func NewUpdateRunNotFound

func NewUpdateRunNotFound() *UpdateRunNotFound

NewUpdateRunNotFound creates a UpdateRunNotFound with default headers values

func (*UpdateRunNotFound) Error

func (o *UpdateRunNotFound) Error() string

func (*UpdateRunNotFound) GetPayload

func (o *UpdateRunNotFound) GetPayload() string

type UpdateRunOK

type UpdateRunOK struct {
	Payload *service_model.V1Run
}

UpdateRunOK handles this case with default header values.

A successful response.

func NewUpdateRunOK

func NewUpdateRunOK() *UpdateRunOK

NewUpdateRunOK creates a UpdateRunOK with default headers values

func (*UpdateRunOK) Error

func (o *UpdateRunOK) Error() string

func (*UpdateRunOK) GetPayload

func (o *UpdateRunOK) GetPayload() *service_model.V1Run

type UpdateRunParams

type UpdateRunParams struct {

	/*Body
	  Run object

	*/
	Body *service_model.V1Run
	/*Owner
	  Owner of the namespace

	*/
	Owner string
	/*Project
	  Project where the experiement will be assigned

	*/
	Project string
	/*RunUUID
	  UUID

	*/
	RunUUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateRunParams contains all the parameters to send to the API endpoint for the update run operation typically these are written to a http.Request

func NewUpdateRunParams

func NewUpdateRunParams() *UpdateRunParams

NewUpdateRunParams creates a new UpdateRunParams object with the default values initialized.

func NewUpdateRunParamsWithContext

func NewUpdateRunParamsWithContext(ctx context.Context) *UpdateRunParams

NewUpdateRunParamsWithContext creates a new UpdateRunParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateRunParamsWithHTTPClient

func NewUpdateRunParamsWithHTTPClient(client *http.Client) *UpdateRunParams

NewUpdateRunParamsWithHTTPClient creates a new UpdateRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateRunParamsWithTimeout

func NewUpdateRunParamsWithTimeout(timeout time.Duration) *UpdateRunParams

NewUpdateRunParamsWithTimeout creates a new UpdateRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateRunParams) SetBody

func (o *UpdateRunParams) SetBody(body *service_model.V1Run)

SetBody adds the body to the update run params

func (*UpdateRunParams) SetContext

func (o *UpdateRunParams) SetContext(ctx context.Context)

SetContext adds the context to the update run params

func (*UpdateRunParams) SetHTTPClient

func (o *UpdateRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update run params

func (*UpdateRunParams) SetOwner

func (o *UpdateRunParams) SetOwner(owner string)

SetOwner adds the owner to the update run params

func (*UpdateRunParams) SetProject

func (o *UpdateRunParams) SetProject(project string)

SetProject adds the project to the update run params

func (*UpdateRunParams) SetRunUUID

func (o *UpdateRunParams) SetRunUUID(runUUID string)

SetRunUUID adds the runUuid to the update run params

func (*UpdateRunParams) SetTimeout

func (o *UpdateRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update run params

func (*UpdateRunParams) WithBody

func (o *UpdateRunParams) WithBody(body *service_model.V1Run) *UpdateRunParams

WithBody adds the body to the update run params

func (*UpdateRunParams) WithContext

func (o *UpdateRunParams) WithContext(ctx context.Context) *UpdateRunParams

WithContext adds the context to the update run params

func (*UpdateRunParams) WithHTTPClient

func (o *UpdateRunParams) WithHTTPClient(client *http.Client) *UpdateRunParams

WithHTTPClient adds the HTTPClient to the update run params

func (*UpdateRunParams) WithOwner

func (o *UpdateRunParams) WithOwner(owner string) *UpdateRunParams

WithOwner adds the owner to the update run params

func (*UpdateRunParams) WithProject

func (o *UpdateRunParams) WithProject(project string) *UpdateRunParams

WithProject adds the project to the update run params

func (*UpdateRunParams) WithRunUUID

func (o *UpdateRunParams) WithRunUUID(runUUID string) *UpdateRunParams

WithRunUUID adds the runUUID to the update run params

func (*UpdateRunParams) WithTimeout

func (o *UpdateRunParams) WithTimeout(timeout time.Duration) *UpdateRunParams

WithTimeout adds the timeout to the update run params

func (*UpdateRunParams) WriteToRequest

func (o *UpdateRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateRunReader

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

UpdateRunReader is a Reader for the UpdateRun structure.

func (*UpdateRunReader) ReadResponse

func (o *UpdateRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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