model_registry_v1

package
v0.0.0-...-13a6dad Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2021 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 ArchiveModelRegistryDefault

type ArchiveModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ArchiveModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArchiveModelRegistryDefault

func NewArchiveModelRegistryDefault(code int) *ArchiveModelRegistryDefault

NewArchiveModelRegistryDefault creates a ArchiveModelRegistryDefault with default headers values

func (*ArchiveModelRegistryDefault) Code

func (o *ArchiveModelRegistryDefault) Code() int

Code gets the status code for the archive model registry default response

func (*ArchiveModelRegistryDefault) Error

func (*ArchiveModelRegistryDefault) GetPayload

type ArchiveModelRegistryForbidden

type ArchiveModelRegistryForbidden struct {
	Payload interface{}
}
ArchiveModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewArchiveModelRegistryForbidden

func NewArchiveModelRegistryForbidden() *ArchiveModelRegistryForbidden

NewArchiveModelRegistryForbidden creates a ArchiveModelRegistryForbidden with default headers values

func (*ArchiveModelRegistryForbidden) Error

func (*ArchiveModelRegistryForbidden) GetPayload

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

type ArchiveModelRegistryNoContent

type ArchiveModelRegistryNoContent struct {
	Payload interface{}
}
ArchiveModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewArchiveModelRegistryNoContent

func NewArchiveModelRegistryNoContent() *ArchiveModelRegistryNoContent

NewArchiveModelRegistryNoContent creates a ArchiveModelRegistryNoContent with default headers values

func (*ArchiveModelRegistryNoContent) Error

func (*ArchiveModelRegistryNoContent) GetPayload

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

type ArchiveModelRegistryNotFound

type ArchiveModelRegistryNotFound struct {
	Payload interface{}
}
ArchiveModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewArchiveModelRegistryNotFound

func NewArchiveModelRegistryNotFound() *ArchiveModelRegistryNotFound

NewArchiveModelRegistryNotFound creates a ArchiveModelRegistryNotFound with default headers values

func (*ArchiveModelRegistryNotFound) Error

func (*ArchiveModelRegistryNotFound) GetPayload

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

type ArchiveModelRegistryOK

type ArchiveModelRegistryOK struct {
}
ArchiveModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewArchiveModelRegistryOK

func NewArchiveModelRegistryOK() *ArchiveModelRegistryOK

NewArchiveModelRegistryOK creates a ArchiveModelRegistryOK with default headers values

func (*ArchiveModelRegistryOK) Error

func (o *ArchiveModelRegistryOK) Error() string

type ArchiveModelRegistryParams

type ArchiveModelRegistryParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

ArchiveModelRegistryParams contains all the parameters to send to the API endpoint

for the archive model registry operation.

Typically these are written to a http.Request.

func NewArchiveModelRegistryParams

func NewArchiveModelRegistryParams() *ArchiveModelRegistryParams

NewArchiveModelRegistryParams creates a new ArchiveModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArchiveModelRegistryParamsWithContext

func NewArchiveModelRegistryParamsWithContext(ctx context.Context) *ArchiveModelRegistryParams

NewArchiveModelRegistryParamsWithContext creates a new ArchiveModelRegistryParams object with the ability to set a context for a request.

func NewArchiveModelRegistryParamsWithHTTPClient

func NewArchiveModelRegistryParamsWithHTTPClient(client *http.Client) *ArchiveModelRegistryParams

NewArchiveModelRegistryParamsWithHTTPClient creates a new ArchiveModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewArchiveModelRegistryParamsWithTimeout

func NewArchiveModelRegistryParamsWithTimeout(timeout time.Duration) *ArchiveModelRegistryParams

NewArchiveModelRegistryParamsWithTimeout creates a new ArchiveModelRegistryParams object with the ability to set a timeout on a request.

func (*ArchiveModelRegistryParams) SetContext

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

SetContext adds the context to the archive model registry params

func (*ArchiveModelRegistryParams) SetDefaults

func (o *ArchiveModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the archive model registry params (not the query body).

All values with no default are reset to their zero value.

func (*ArchiveModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive model registry params

func (*ArchiveModelRegistryParams) SetName

func (o *ArchiveModelRegistryParams) SetName(name string)

SetName adds the name to the archive model registry params

func (*ArchiveModelRegistryParams) SetOwner

func (o *ArchiveModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the archive model registry params

func (*ArchiveModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the archive model registry params

func (*ArchiveModelRegistryParams) WithContext

WithContext adds the context to the archive model registry params

func (*ArchiveModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the archive model registry params (not the query body).

All values with no default are reset to their zero value.

func (*ArchiveModelRegistryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the archive model registry params

func (*ArchiveModelRegistryParams) WithName

WithName adds the name to the archive model registry params

func (*ArchiveModelRegistryParams) WithOwner

WithOwner adds the owner to the archive model registry params

func (*ArchiveModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the archive model registry params

func (*ArchiveModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArchiveModelRegistryReader

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

ArchiveModelRegistryReader is a Reader for the ArchiveModelRegistry structure.

func (*ArchiveModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BookmarkModelRegistryDefault

type BookmarkModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
BookmarkModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBookmarkModelRegistryDefault

func NewBookmarkModelRegistryDefault(code int) *BookmarkModelRegistryDefault

NewBookmarkModelRegistryDefault creates a BookmarkModelRegistryDefault with default headers values

func (*BookmarkModelRegistryDefault) Code

Code gets the status code for the bookmark model registry default response

func (*BookmarkModelRegistryDefault) Error

func (*BookmarkModelRegistryDefault) GetPayload

type BookmarkModelRegistryForbidden

type BookmarkModelRegistryForbidden struct {
	Payload interface{}
}
BookmarkModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewBookmarkModelRegistryForbidden

func NewBookmarkModelRegistryForbidden() *BookmarkModelRegistryForbidden

NewBookmarkModelRegistryForbidden creates a BookmarkModelRegistryForbidden with default headers values

func (*BookmarkModelRegistryForbidden) Error

func (*BookmarkModelRegistryForbidden) GetPayload

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

type BookmarkModelRegistryNoContent

type BookmarkModelRegistryNoContent struct {
	Payload interface{}
}
BookmarkModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewBookmarkModelRegistryNoContent

func NewBookmarkModelRegistryNoContent() *BookmarkModelRegistryNoContent

NewBookmarkModelRegistryNoContent creates a BookmarkModelRegistryNoContent with default headers values

func (*BookmarkModelRegistryNoContent) Error

func (*BookmarkModelRegistryNoContent) GetPayload

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

type BookmarkModelRegistryNotFound

type BookmarkModelRegistryNotFound struct {
	Payload interface{}
}
BookmarkModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewBookmarkModelRegistryNotFound

func NewBookmarkModelRegistryNotFound() *BookmarkModelRegistryNotFound

NewBookmarkModelRegistryNotFound creates a BookmarkModelRegistryNotFound with default headers values

func (*BookmarkModelRegistryNotFound) Error

func (*BookmarkModelRegistryNotFound) GetPayload

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

type BookmarkModelRegistryOK

type BookmarkModelRegistryOK struct {
}
BookmarkModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewBookmarkModelRegistryOK

func NewBookmarkModelRegistryOK() *BookmarkModelRegistryOK

NewBookmarkModelRegistryOK creates a BookmarkModelRegistryOK with default headers values

func (*BookmarkModelRegistryOK) Error

func (o *BookmarkModelRegistryOK) Error() string

type BookmarkModelRegistryParams

type BookmarkModelRegistryParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

BookmarkModelRegistryParams contains all the parameters to send to the API endpoint

for the bookmark model registry operation.

Typically these are written to a http.Request.

func NewBookmarkModelRegistryParams

func NewBookmarkModelRegistryParams() *BookmarkModelRegistryParams

NewBookmarkModelRegistryParams creates a new BookmarkModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBookmarkModelRegistryParamsWithContext

func NewBookmarkModelRegistryParamsWithContext(ctx context.Context) *BookmarkModelRegistryParams

NewBookmarkModelRegistryParamsWithContext creates a new BookmarkModelRegistryParams object with the ability to set a context for a request.

func NewBookmarkModelRegistryParamsWithHTTPClient

func NewBookmarkModelRegistryParamsWithHTTPClient(client *http.Client) *BookmarkModelRegistryParams

NewBookmarkModelRegistryParamsWithHTTPClient creates a new BookmarkModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewBookmarkModelRegistryParamsWithTimeout

func NewBookmarkModelRegistryParamsWithTimeout(timeout time.Duration) *BookmarkModelRegistryParams

NewBookmarkModelRegistryParamsWithTimeout creates a new BookmarkModelRegistryParams object with the ability to set a timeout on a request.

func (*BookmarkModelRegistryParams) SetContext

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

SetContext adds the context to the bookmark model registry params

func (*BookmarkModelRegistryParams) SetDefaults

func (o *BookmarkModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the bookmark model registry params (not the query body).

All values with no default are reset to their zero value.

func (*BookmarkModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bookmark model registry params

func (*BookmarkModelRegistryParams) SetName

func (o *BookmarkModelRegistryParams) SetName(name string)

SetName adds the name to the bookmark model registry params

func (*BookmarkModelRegistryParams) SetOwner

func (o *BookmarkModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the bookmark model registry params

func (*BookmarkModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the bookmark model registry params

func (*BookmarkModelRegistryParams) WithContext

WithContext adds the context to the bookmark model registry params

func (*BookmarkModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the bookmark model registry params (not the query body).

All values with no default are reset to their zero value.

func (*BookmarkModelRegistryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bookmark model registry params

func (*BookmarkModelRegistryParams) WithName

WithName adds the name to the bookmark model registry params

func (*BookmarkModelRegistryParams) WithOwner

WithOwner adds the owner to the bookmark model registry params

func (*BookmarkModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the bookmark model registry params

func (*BookmarkModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BookmarkModelRegistryReader

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

BookmarkModelRegistryReader is a Reader for the BookmarkModelRegistry structure.

func (*BookmarkModelRegistryReader) ReadResponse

func (o *BookmarkModelRegistryReader) 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 model registry v1 API

func (*Client) ArchiveModelRegistry

ArchiveModelRegistry archives registry model

func (*Client) BookmarkModelRegistry

BookmarkModelRegistry bookmarks registry model

func (*Client) CreateModelRegistry

CreateModelRegistry creates registry model

func (*Client) CreateModelVersion

CreateModelVersion creates model version

func (*Client) CreateModelVersionStage

CreateModelVersionStage creates new model version stage

func (*Client) DeleteModelRegistry

DeleteModelRegistry deletes registry model

func (*Client) DeleteModelVersion

DeleteModelVersion deletes model version

func (*Client) GetModelRegistry

GetModelRegistry gets registry model

func (*Client) GetModelRegistryActivities

GetModelRegistryActivities gets model activities

func (*Client) GetModelRegistrySettings

GetModelRegistrySettings gets registry model settings

func (*Client) GetModelVersion

GetModelVersion gets model version

func (*Client) GetModelVersionStages

GetModelVersionStages gets model version stages

func (*Client) ListModelRegistries

ListModelRegistries lists registry models

func (*Client) ListModelRegistryNames

ListModelRegistryNames lists registry model names

func (*Client) ListModelVersionNames

ListModelVersionNames lists model versions names

func (*Client) ListModelVersions

ListModelVersions lists model versions

func (*Client) PatchModelRegistry

PatchModelRegistry patches registry model

func (*Client) PatchModelRegistrySettings

PatchModelRegistrySettings patches registry model settings

func (*Client) PatchModelVersion

PatchModelVersion patches model version

func (*Client) RestoreModelRegistry

RestoreModelRegistry restores registry model

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UnbookmarkModelRegistry

UnbookmarkModelRegistry unbookmarks registry model

func (*Client) UpdateModelRegistry

UpdateModelRegistry updates registry model

func (*Client) UpdateModelRegistrySettings

UpdateModelRegistrySettings updates registry model settings

func (*Client) UpdateModelVersion

UpdateModelVersion updates model version

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ArchiveModelRegistry(params *ArchiveModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArchiveModelRegistryOK, *ArchiveModelRegistryNoContent, error)

	BookmarkModelRegistry(params *BookmarkModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BookmarkModelRegistryOK, *BookmarkModelRegistryNoContent, error)

	CreateModelRegistry(params *CreateModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateModelRegistryOK, *CreateModelRegistryNoContent, error)

	CreateModelVersion(params *CreateModelVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateModelVersionOK, *CreateModelVersionNoContent, error)

	CreateModelVersionStage(params *CreateModelVersionStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateModelVersionStageOK, *CreateModelVersionStageNoContent, error)

	DeleteModelRegistry(params *DeleteModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteModelRegistryOK, *DeleteModelRegistryNoContent, error)

	DeleteModelVersion(params *DeleteModelVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteModelVersionOK, *DeleteModelVersionNoContent, error)

	GetModelRegistry(params *GetModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetModelRegistryOK, *GetModelRegistryNoContent, error)

	GetModelRegistryActivities(params *GetModelRegistryActivitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetModelRegistryActivitiesOK, *GetModelRegistryActivitiesNoContent, error)

	GetModelRegistrySettings(params *GetModelRegistrySettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetModelRegistrySettingsOK, *GetModelRegistrySettingsNoContent, error)

	GetModelVersion(params *GetModelVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetModelVersionOK, *GetModelVersionNoContent, error)

	GetModelVersionStages(params *GetModelVersionStagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetModelVersionStagesOK, *GetModelVersionStagesNoContent, error)

	ListModelRegistries(params *ListModelRegistriesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListModelRegistriesOK, *ListModelRegistriesNoContent, error)

	ListModelRegistryNames(params *ListModelRegistryNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListModelRegistryNamesOK, *ListModelRegistryNamesNoContent, error)

	ListModelVersionNames(params *ListModelVersionNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListModelVersionNamesOK, *ListModelVersionNamesNoContent, error)

	ListModelVersions(params *ListModelVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListModelVersionsOK, *ListModelVersionsNoContent, error)

	PatchModelRegistry(params *PatchModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchModelRegistryOK, *PatchModelRegistryNoContent, error)

	PatchModelRegistrySettings(params *PatchModelRegistrySettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchModelRegistrySettingsOK, *PatchModelRegistrySettingsNoContent, error)

	PatchModelVersion(params *PatchModelVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchModelVersionOK, *PatchModelVersionNoContent, error)

	RestoreModelRegistry(params *RestoreModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreModelRegistryOK, *RestoreModelRegistryNoContent, error)

	UnbookmarkModelRegistry(params *UnbookmarkModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnbookmarkModelRegistryOK, *UnbookmarkModelRegistryNoContent, error)

	UpdateModelRegistry(params *UpdateModelRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateModelRegistryOK, *UpdateModelRegistryNoContent, error)

	UpdateModelRegistrySettings(params *UpdateModelRegistrySettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateModelRegistrySettingsOK, *UpdateModelRegistrySettingsNoContent, error)

	UpdateModelVersion(params *UpdateModelVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateModelVersionOK, *UpdateModelVersionNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new model registry v1 API client.

type CreateModelRegistryDefault

type CreateModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
CreateModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateModelRegistryDefault

func NewCreateModelRegistryDefault(code int) *CreateModelRegistryDefault

NewCreateModelRegistryDefault creates a CreateModelRegistryDefault with default headers values

func (*CreateModelRegistryDefault) Code

func (o *CreateModelRegistryDefault) Code() int

Code gets the status code for the create model registry default response

func (*CreateModelRegistryDefault) Error

func (*CreateModelRegistryDefault) GetPayload

type CreateModelRegistryForbidden

type CreateModelRegistryForbidden struct {
	Payload interface{}
}
CreateModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateModelRegistryForbidden

func NewCreateModelRegistryForbidden() *CreateModelRegistryForbidden

NewCreateModelRegistryForbidden creates a CreateModelRegistryForbidden with default headers values

func (*CreateModelRegistryForbidden) Error

func (*CreateModelRegistryForbidden) GetPayload

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

type CreateModelRegistryNoContent

type CreateModelRegistryNoContent struct {
	Payload interface{}
}
CreateModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateModelRegistryNoContent

func NewCreateModelRegistryNoContent() *CreateModelRegistryNoContent

NewCreateModelRegistryNoContent creates a CreateModelRegistryNoContent with default headers values

func (*CreateModelRegistryNoContent) Error

func (*CreateModelRegistryNoContent) GetPayload

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

type CreateModelRegistryNotFound

type CreateModelRegistryNotFound struct {
	Payload interface{}
}
CreateModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateModelRegistryNotFound

func NewCreateModelRegistryNotFound() *CreateModelRegistryNotFound

NewCreateModelRegistryNotFound creates a CreateModelRegistryNotFound with default headers values

func (*CreateModelRegistryNotFound) Error

func (*CreateModelRegistryNotFound) GetPayload

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

type CreateModelRegistryOK

type CreateModelRegistryOK struct {
	Payload *service_model.V1ModelRegistry
}
CreateModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateModelRegistryOK

func NewCreateModelRegistryOK() *CreateModelRegistryOK

NewCreateModelRegistryOK creates a CreateModelRegistryOK with default headers values

func (*CreateModelRegistryOK) Error

func (o *CreateModelRegistryOK) Error() string

func (*CreateModelRegistryOK) GetPayload

type CreateModelRegistryParams

type CreateModelRegistryParams struct {

	/* Body.

	   Model body
	*/
	Body *service_model.V1ModelRegistry

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateModelRegistryParams contains all the parameters to send to the API endpoint

for the create model registry operation.

Typically these are written to a http.Request.

func NewCreateModelRegistryParams

func NewCreateModelRegistryParams() *CreateModelRegistryParams

NewCreateModelRegistryParams creates a new CreateModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateModelRegistryParamsWithContext

func NewCreateModelRegistryParamsWithContext(ctx context.Context) *CreateModelRegistryParams

NewCreateModelRegistryParamsWithContext creates a new CreateModelRegistryParams object with the ability to set a context for a request.

func NewCreateModelRegistryParamsWithHTTPClient

func NewCreateModelRegistryParamsWithHTTPClient(client *http.Client) *CreateModelRegistryParams

NewCreateModelRegistryParamsWithHTTPClient creates a new CreateModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewCreateModelRegistryParamsWithTimeout

func NewCreateModelRegistryParamsWithTimeout(timeout time.Duration) *CreateModelRegistryParams

NewCreateModelRegistryParamsWithTimeout creates a new CreateModelRegistryParams object with the ability to set a timeout on a request.

func (*CreateModelRegistryParams) SetBody

SetBody adds the body to the create model registry params

func (*CreateModelRegistryParams) SetContext

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

SetContext adds the context to the create model registry params

func (*CreateModelRegistryParams) SetDefaults

func (o *CreateModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the create model registry params (not the query body).

All values with no default are reset to their zero value.

func (*CreateModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create model registry params

func (*CreateModelRegistryParams) SetOwner

func (o *CreateModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the create model registry params

func (*CreateModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the create model registry params

func (*CreateModelRegistryParams) WithBody

WithBody adds the body to the create model registry params

func (*CreateModelRegistryParams) WithContext

WithContext adds the context to the create model registry params

func (*CreateModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the create model registry params (not the query body).

All values with no default are reset to their zero value.

func (*CreateModelRegistryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create model registry params

func (*CreateModelRegistryParams) WithOwner

WithOwner adds the owner to the create model registry params

func (*CreateModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the create model registry params

func (*CreateModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateModelRegistryReader

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

CreateModelRegistryReader is a Reader for the CreateModelRegistry structure.

func (*CreateModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateModelVersionDefault

type CreateModelVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
CreateModelVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateModelVersionDefault

func NewCreateModelVersionDefault(code int) *CreateModelVersionDefault

NewCreateModelVersionDefault creates a CreateModelVersionDefault with default headers values

func (*CreateModelVersionDefault) Code

func (o *CreateModelVersionDefault) Code() int

Code gets the status code for the create model version default response

func (*CreateModelVersionDefault) Error

func (o *CreateModelVersionDefault) Error() string

func (*CreateModelVersionDefault) GetPayload

type CreateModelVersionForbidden

type CreateModelVersionForbidden struct {
	Payload interface{}
}
CreateModelVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateModelVersionForbidden

func NewCreateModelVersionForbidden() *CreateModelVersionForbidden

NewCreateModelVersionForbidden creates a CreateModelVersionForbidden with default headers values

func (*CreateModelVersionForbidden) Error

func (*CreateModelVersionForbidden) GetPayload

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

type CreateModelVersionNoContent

type CreateModelVersionNoContent struct {
	Payload interface{}
}
CreateModelVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateModelVersionNoContent

func NewCreateModelVersionNoContent() *CreateModelVersionNoContent

NewCreateModelVersionNoContent creates a CreateModelVersionNoContent with default headers values

func (*CreateModelVersionNoContent) Error

func (*CreateModelVersionNoContent) GetPayload

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

type CreateModelVersionNotFound

type CreateModelVersionNotFound struct {
	Payload interface{}
}
CreateModelVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateModelVersionNotFound

func NewCreateModelVersionNotFound() *CreateModelVersionNotFound

NewCreateModelVersionNotFound creates a CreateModelVersionNotFound with default headers values

func (*CreateModelVersionNotFound) Error

func (*CreateModelVersionNotFound) GetPayload

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

type CreateModelVersionOK

type CreateModelVersionOK struct {
	Payload *service_model.V1ModelVersion
}
CreateModelVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateModelVersionOK

func NewCreateModelVersionOK() *CreateModelVersionOK

NewCreateModelVersionOK creates a CreateModelVersionOK with default headers values

func (*CreateModelVersionOK) Error

func (o *CreateModelVersionOK) Error() string

func (*CreateModelVersionOK) GetPayload

type CreateModelVersionParams

type CreateModelVersionParams struct {

	/* Body.

	   Model version body
	*/
	Body *service_model.V1ModelVersion

	/* Model.

	   Model name
	*/
	Model string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateModelVersionParams contains all the parameters to send to the API endpoint

for the create model version operation.

Typically these are written to a http.Request.

func NewCreateModelVersionParams

func NewCreateModelVersionParams() *CreateModelVersionParams

NewCreateModelVersionParams creates a new CreateModelVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateModelVersionParamsWithContext

func NewCreateModelVersionParamsWithContext(ctx context.Context) *CreateModelVersionParams

NewCreateModelVersionParamsWithContext creates a new CreateModelVersionParams object with the ability to set a context for a request.

func NewCreateModelVersionParamsWithHTTPClient

func NewCreateModelVersionParamsWithHTTPClient(client *http.Client) *CreateModelVersionParams

NewCreateModelVersionParamsWithHTTPClient creates a new CreateModelVersionParams object with the ability to set a custom HTTPClient for a request.

func NewCreateModelVersionParamsWithTimeout

func NewCreateModelVersionParamsWithTimeout(timeout time.Duration) *CreateModelVersionParams

NewCreateModelVersionParamsWithTimeout creates a new CreateModelVersionParams object with the ability to set a timeout on a request.

func (*CreateModelVersionParams) SetBody

SetBody adds the body to the create model version params

func (*CreateModelVersionParams) SetContext

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

SetContext adds the context to the create model version params

func (*CreateModelVersionParams) SetDefaults

func (o *CreateModelVersionParams) SetDefaults()

SetDefaults hydrates default values in the create model version params (not the query body).

All values with no default are reset to their zero value.

func (*CreateModelVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create model version params

func (*CreateModelVersionParams) SetModel

func (o *CreateModelVersionParams) SetModel(model string)

SetModel adds the model to the create model version params

func (*CreateModelVersionParams) SetOwner

func (o *CreateModelVersionParams) SetOwner(owner string)

SetOwner adds the owner to the create model version params

func (*CreateModelVersionParams) SetTimeout

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

SetTimeout adds the timeout to the create model version params

func (*CreateModelVersionParams) WithBody

WithBody adds the body to the create model version params

func (*CreateModelVersionParams) WithContext

WithContext adds the context to the create model version params

func (*CreateModelVersionParams) WithDefaults

WithDefaults hydrates default values in the create model version params (not the query body).

All values with no default are reset to their zero value.

func (*CreateModelVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create model version params

func (*CreateModelVersionParams) WithModel

WithModel adds the model to the create model version params

func (*CreateModelVersionParams) WithOwner

WithOwner adds the owner to the create model version params

func (*CreateModelVersionParams) WithTimeout

WithTimeout adds the timeout to the create model version params

func (*CreateModelVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateModelVersionReader

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

CreateModelVersionReader is a Reader for the CreateModelVersion structure.

func (*CreateModelVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateModelVersionStageDefault

type CreateModelVersionStageDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
CreateModelVersionStageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateModelVersionStageDefault

func NewCreateModelVersionStageDefault(code int) *CreateModelVersionStageDefault

NewCreateModelVersionStageDefault creates a CreateModelVersionStageDefault with default headers values

func (*CreateModelVersionStageDefault) Code

Code gets the status code for the create model version stage default response

func (*CreateModelVersionStageDefault) Error

func (*CreateModelVersionStageDefault) GetPayload

type CreateModelVersionStageForbidden

type CreateModelVersionStageForbidden struct {
	Payload interface{}
}
CreateModelVersionStageForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateModelVersionStageForbidden

func NewCreateModelVersionStageForbidden() *CreateModelVersionStageForbidden

NewCreateModelVersionStageForbidden creates a CreateModelVersionStageForbidden with default headers values

func (*CreateModelVersionStageForbidden) Error

func (*CreateModelVersionStageForbidden) GetPayload

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

type CreateModelVersionStageNoContent

type CreateModelVersionStageNoContent struct {
	Payload interface{}
}
CreateModelVersionStageNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateModelVersionStageNoContent

func NewCreateModelVersionStageNoContent() *CreateModelVersionStageNoContent

NewCreateModelVersionStageNoContent creates a CreateModelVersionStageNoContent with default headers values

func (*CreateModelVersionStageNoContent) Error

func (*CreateModelVersionStageNoContent) GetPayload

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

type CreateModelVersionStageNotFound

type CreateModelVersionStageNotFound struct {
	Payload interface{}
}
CreateModelVersionStageNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateModelVersionStageNotFound

func NewCreateModelVersionStageNotFound() *CreateModelVersionStageNotFound

NewCreateModelVersionStageNotFound creates a CreateModelVersionStageNotFound with default headers values

func (*CreateModelVersionStageNotFound) Error

func (*CreateModelVersionStageNotFound) GetPayload

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

type CreateModelVersionStageOK

type CreateModelVersionStageOK struct {
	Payload *service_model.V1Stage
}
CreateModelVersionStageOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateModelVersionStageOK

func NewCreateModelVersionStageOK() *CreateModelVersionStageOK

NewCreateModelVersionStageOK creates a CreateModelVersionStageOK with default headers values

func (*CreateModelVersionStageOK) Error

func (o *CreateModelVersionStageOK) Error() string

func (*CreateModelVersionStageOK) GetPayload

type CreateModelVersionStageParams

type CreateModelVersionStageParams struct {

	// Body.
	Body *service_model.V1EntityStageBodyRequest

	/* Entity.

	   Entity namespace
	*/
	Entity string

	/* Name.

	   Name of the version to apply the stage to
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateModelVersionStageParams contains all the parameters to send to the API endpoint

for the create model version stage operation.

Typically these are written to a http.Request.

func NewCreateModelVersionStageParams

func NewCreateModelVersionStageParams() *CreateModelVersionStageParams

NewCreateModelVersionStageParams creates a new CreateModelVersionStageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateModelVersionStageParamsWithContext

func NewCreateModelVersionStageParamsWithContext(ctx context.Context) *CreateModelVersionStageParams

NewCreateModelVersionStageParamsWithContext creates a new CreateModelVersionStageParams object with the ability to set a context for a request.

func NewCreateModelVersionStageParamsWithHTTPClient

func NewCreateModelVersionStageParamsWithHTTPClient(client *http.Client) *CreateModelVersionStageParams

NewCreateModelVersionStageParamsWithHTTPClient creates a new CreateModelVersionStageParams object with the ability to set a custom HTTPClient for a request.

func NewCreateModelVersionStageParamsWithTimeout

func NewCreateModelVersionStageParamsWithTimeout(timeout time.Duration) *CreateModelVersionStageParams

NewCreateModelVersionStageParamsWithTimeout creates a new CreateModelVersionStageParams object with the ability to set a timeout on a request.

func (*CreateModelVersionStageParams) SetBody

SetBody adds the body to the create model version stage params

func (*CreateModelVersionStageParams) SetContext

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

SetContext adds the context to the create model version stage params

func (*CreateModelVersionStageParams) SetDefaults

func (o *CreateModelVersionStageParams) SetDefaults()

SetDefaults hydrates default values in the create model version stage params (not the query body).

All values with no default are reset to their zero value.

func (*CreateModelVersionStageParams) SetEntity

func (o *CreateModelVersionStageParams) SetEntity(entity string)

SetEntity adds the entity to the create model version stage params

func (*CreateModelVersionStageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create model version stage params

func (*CreateModelVersionStageParams) SetName

func (o *CreateModelVersionStageParams) SetName(name string)

SetName adds the name to the create model version stage params

func (*CreateModelVersionStageParams) SetOwner

func (o *CreateModelVersionStageParams) SetOwner(owner string)

SetOwner adds the owner to the create model version stage params

func (*CreateModelVersionStageParams) SetTimeout

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

SetTimeout adds the timeout to the create model version stage params

func (*CreateModelVersionStageParams) WithBody

WithBody adds the body to the create model version stage params

func (*CreateModelVersionStageParams) WithContext

WithContext adds the context to the create model version stage params

func (*CreateModelVersionStageParams) WithDefaults

WithDefaults hydrates default values in the create model version stage params (not the query body).

All values with no default are reset to their zero value.

func (*CreateModelVersionStageParams) WithEntity

WithEntity adds the entity to the create model version stage params

func (*CreateModelVersionStageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create model version stage params

func (*CreateModelVersionStageParams) WithName

WithName adds the name to the create model version stage params

func (*CreateModelVersionStageParams) WithOwner

WithOwner adds the owner to the create model version stage params

func (*CreateModelVersionStageParams) WithTimeout

WithTimeout adds the timeout to the create model version stage params

func (*CreateModelVersionStageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateModelVersionStageReader

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

CreateModelVersionStageReader is a Reader for the CreateModelVersionStage structure.

func (*CreateModelVersionStageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteModelRegistryDefault

type DeleteModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
DeleteModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteModelRegistryDefault

func NewDeleteModelRegistryDefault(code int) *DeleteModelRegistryDefault

NewDeleteModelRegistryDefault creates a DeleteModelRegistryDefault with default headers values

func (*DeleteModelRegistryDefault) Code

func (o *DeleteModelRegistryDefault) Code() int

Code gets the status code for the delete model registry default response

func (*DeleteModelRegistryDefault) Error

func (*DeleteModelRegistryDefault) GetPayload

type DeleteModelRegistryForbidden

type DeleteModelRegistryForbidden struct {
	Payload interface{}
}
DeleteModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteModelRegistryForbidden

func NewDeleteModelRegistryForbidden() *DeleteModelRegistryForbidden

NewDeleteModelRegistryForbidden creates a DeleteModelRegistryForbidden with default headers values

func (*DeleteModelRegistryForbidden) Error

func (*DeleteModelRegistryForbidden) GetPayload

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

type DeleteModelRegistryNoContent

type DeleteModelRegistryNoContent struct {
	Payload interface{}
}
DeleteModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteModelRegistryNoContent

func NewDeleteModelRegistryNoContent() *DeleteModelRegistryNoContent

NewDeleteModelRegistryNoContent creates a DeleteModelRegistryNoContent with default headers values

func (*DeleteModelRegistryNoContent) Error

func (*DeleteModelRegistryNoContent) GetPayload

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

type DeleteModelRegistryNotFound

type DeleteModelRegistryNotFound struct {
	Payload interface{}
}
DeleteModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteModelRegistryNotFound

func NewDeleteModelRegistryNotFound() *DeleteModelRegistryNotFound

NewDeleteModelRegistryNotFound creates a DeleteModelRegistryNotFound with default headers values

func (*DeleteModelRegistryNotFound) Error

func (*DeleteModelRegistryNotFound) GetPayload

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

type DeleteModelRegistryOK

type DeleteModelRegistryOK struct {
}
DeleteModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteModelRegistryOK

func NewDeleteModelRegistryOK() *DeleteModelRegistryOK

NewDeleteModelRegistryOK creates a DeleteModelRegistryOK with default headers values

func (*DeleteModelRegistryOK) Error

func (o *DeleteModelRegistryOK) Error() string

type DeleteModelRegistryParams

type DeleteModelRegistryParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

DeleteModelRegistryParams contains all the parameters to send to the API endpoint

for the delete model registry operation.

Typically these are written to a http.Request.

func NewDeleteModelRegistryParams

func NewDeleteModelRegistryParams() *DeleteModelRegistryParams

NewDeleteModelRegistryParams creates a new DeleteModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteModelRegistryParamsWithContext

func NewDeleteModelRegistryParamsWithContext(ctx context.Context) *DeleteModelRegistryParams

NewDeleteModelRegistryParamsWithContext creates a new DeleteModelRegistryParams object with the ability to set a context for a request.

func NewDeleteModelRegistryParamsWithHTTPClient

func NewDeleteModelRegistryParamsWithHTTPClient(client *http.Client) *DeleteModelRegistryParams

NewDeleteModelRegistryParamsWithHTTPClient creates a new DeleteModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteModelRegistryParamsWithTimeout

func NewDeleteModelRegistryParamsWithTimeout(timeout time.Duration) *DeleteModelRegistryParams

NewDeleteModelRegistryParamsWithTimeout creates a new DeleteModelRegistryParams object with the ability to set a timeout on a request.

func (*DeleteModelRegistryParams) SetContext

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

SetContext adds the context to the delete model registry params

func (*DeleteModelRegistryParams) SetDefaults

func (o *DeleteModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the delete model registry params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete model registry params

func (*DeleteModelRegistryParams) SetName

func (o *DeleteModelRegistryParams) SetName(name string)

SetName adds the name to the delete model registry params

func (*DeleteModelRegistryParams) SetOwner

func (o *DeleteModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the delete model registry params

func (*DeleteModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the delete model registry params

func (*DeleteModelRegistryParams) WithContext

WithContext adds the context to the delete model registry params

func (*DeleteModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the delete model registry params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteModelRegistryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete model registry params

func (*DeleteModelRegistryParams) WithName

WithName adds the name to the delete model registry params

func (*DeleteModelRegistryParams) WithOwner

WithOwner adds the owner to the delete model registry params

func (*DeleteModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the delete model registry params

func (*DeleteModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteModelRegistryReader

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

DeleteModelRegistryReader is a Reader for the DeleteModelRegistry structure.

func (*DeleteModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteModelVersionDefault

type DeleteModelVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
DeleteModelVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteModelVersionDefault

func NewDeleteModelVersionDefault(code int) *DeleteModelVersionDefault

NewDeleteModelVersionDefault creates a DeleteModelVersionDefault with default headers values

func (*DeleteModelVersionDefault) Code

func (o *DeleteModelVersionDefault) Code() int

Code gets the status code for the delete model version default response

func (*DeleteModelVersionDefault) Error

func (o *DeleteModelVersionDefault) Error() string

func (*DeleteModelVersionDefault) GetPayload

type DeleteModelVersionForbidden

type DeleteModelVersionForbidden struct {
	Payload interface{}
}
DeleteModelVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteModelVersionForbidden

func NewDeleteModelVersionForbidden() *DeleteModelVersionForbidden

NewDeleteModelVersionForbidden creates a DeleteModelVersionForbidden with default headers values

func (*DeleteModelVersionForbidden) Error

func (*DeleteModelVersionForbidden) GetPayload

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

type DeleteModelVersionNoContent

type DeleteModelVersionNoContent struct {
	Payload interface{}
}
DeleteModelVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteModelVersionNoContent

func NewDeleteModelVersionNoContent() *DeleteModelVersionNoContent

NewDeleteModelVersionNoContent creates a DeleteModelVersionNoContent with default headers values

func (*DeleteModelVersionNoContent) Error

func (*DeleteModelVersionNoContent) GetPayload

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

type DeleteModelVersionNotFound

type DeleteModelVersionNotFound struct {
	Payload interface{}
}
DeleteModelVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteModelVersionNotFound

func NewDeleteModelVersionNotFound() *DeleteModelVersionNotFound

NewDeleteModelVersionNotFound creates a DeleteModelVersionNotFound with default headers values

func (*DeleteModelVersionNotFound) Error

func (*DeleteModelVersionNotFound) GetPayload

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

type DeleteModelVersionOK

type DeleteModelVersionOK struct {
}
DeleteModelVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteModelVersionOK

func NewDeleteModelVersionOK() *DeleteModelVersionOK

NewDeleteModelVersionOK creates a DeleteModelVersionOK with default headers values

func (*DeleteModelVersionOK) Error

func (o *DeleteModelVersionOK) Error() string

type DeleteModelVersionParams

type DeleteModelVersionParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

DeleteModelVersionParams contains all the parameters to send to the API endpoint

for the delete model version operation.

Typically these are written to a http.Request.

func NewDeleteModelVersionParams

func NewDeleteModelVersionParams() *DeleteModelVersionParams

NewDeleteModelVersionParams creates a new DeleteModelVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteModelVersionParamsWithContext

func NewDeleteModelVersionParamsWithContext(ctx context.Context) *DeleteModelVersionParams

NewDeleteModelVersionParamsWithContext creates a new DeleteModelVersionParams object with the ability to set a context for a request.

func NewDeleteModelVersionParamsWithHTTPClient

func NewDeleteModelVersionParamsWithHTTPClient(client *http.Client) *DeleteModelVersionParams

NewDeleteModelVersionParamsWithHTTPClient creates a new DeleteModelVersionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteModelVersionParamsWithTimeout

func NewDeleteModelVersionParamsWithTimeout(timeout time.Duration) *DeleteModelVersionParams

NewDeleteModelVersionParamsWithTimeout creates a new DeleteModelVersionParams object with the ability to set a timeout on a request.

func (*DeleteModelVersionParams) SetContext

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

SetContext adds the context to the delete model version params

func (*DeleteModelVersionParams) SetDefaults

func (o *DeleteModelVersionParams) SetDefaults()

SetDefaults hydrates default values in the delete model version params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteModelVersionParams) SetEntity

func (o *DeleteModelVersionParams) SetEntity(entity string)

SetEntity adds the entity to the delete model version params

func (*DeleteModelVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete model version params

func (*DeleteModelVersionParams) SetName

func (o *DeleteModelVersionParams) SetName(name string)

SetName adds the name to the delete model version params

func (*DeleteModelVersionParams) SetOwner

func (o *DeleteModelVersionParams) SetOwner(owner string)

SetOwner adds the owner to the delete model version params

func (*DeleteModelVersionParams) SetTimeout

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

SetTimeout adds the timeout to the delete model version params

func (*DeleteModelVersionParams) WithContext

WithContext adds the context to the delete model version params

func (*DeleteModelVersionParams) WithDefaults

WithDefaults hydrates default values in the delete model version params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteModelVersionParams) WithEntity

WithEntity adds the entity to the delete model version params

func (*DeleteModelVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete model version params

func (*DeleteModelVersionParams) WithName

WithName adds the name to the delete model version params

func (*DeleteModelVersionParams) WithOwner

WithOwner adds the owner to the delete model version params

func (*DeleteModelVersionParams) WithTimeout

WithTimeout adds the timeout to the delete model version params

func (*DeleteModelVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteModelVersionReader

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

DeleteModelVersionReader is a Reader for the DeleteModelVersion structure.

func (*DeleteModelVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetModelRegistryActivitiesDefault

type GetModelRegistryActivitiesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetModelRegistryActivitiesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetModelRegistryActivitiesDefault

func NewGetModelRegistryActivitiesDefault(code int) *GetModelRegistryActivitiesDefault

NewGetModelRegistryActivitiesDefault creates a GetModelRegistryActivitiesDefault with default headers values

func (*GetModelRegistryActivitiesDefault) Code

Code gets the status code for the get model registry activities default response

func (*GetModelRegistryActivitiesDefault) Error

func (*GetModelRegistryActivitiesDefault) GetPayload

type GetModelRegistryActivitiesForbidden

type GetModelRegistryActivitiesForbidden struct {
	Payload interface{}
}
GetModelRegistryActivitiesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetModelRegistryActivitiesForbidden

func NewGetModelRegistryActivitiesForbidden() *GetModelRegistryActivitiesForbidden

NewGetModelRegistryActivitiesForbidden creates a GetModelRegistryActivitiesForbidden with default headers values

func (*GetModelRegistryActivitiesForbidden) Error

func (*GetModelRegistryActivitiesForbidden) GetPayload

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

type GetModelRegistryActivitiesNoContent

type GetModelRegistryActivitiesNoContent struct {
	Payload interface{}
}
GetModelRegistryActivitiesNoContent describes a response with status code 204, with default header values.

No content.

func NewGetModelRegistryActivitiesNoContent

func NewGetModelRegistryActivitiesNoContent() *GetModelRegistryActivitiesNoContent

NewGetModelRegistryActivitiesNoContent creates a GetModelRegistryActivitiesNoContent with default headers values

func (*GetModelRegistryActivitiesNoContent) Error

func (*GetModelRegistryActivitiesNoContent) GetPayload

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

type GetModelRegistryActivitiesNotFound

type GetModelRegistryActivitiesNotFound struct {
	Payload interface{}
}
GetModelRegistryActivitiesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetModelRegistryActivitiesNotFound

func NewGetModelRegistryActivitiesNotFound() *GetModelRegistryActivitiesNotFound

NewGetModelRegistryActivitiesNotFound creates a GetModelRegistryActivitiesNotFound with default headers values

func (*GetModelRegistryActivitiesNotFound) Error

func (*GetModelRegistryActivitiesNotFound) GetPayload

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

type GetModelRegistryActivitiesOK

type GetModelRegistryActivitiesOK struct {
	Payload *service_model.V1ListActivitiesResponse
}
GetModelRegistryActivitiesOK describes a response with status code 200, with default header values.

A successful response.

func NewGetModelRegistryActivitiesOK

func NewGetModelRegistryActivitiesOK() *GetModelRegistryActivitiesOK

NewGetModelRegistryActivitiesOK creates a GetModelRegistryActivitiesOK with default headers values

func (*GetModelRegistryActivitiesOK) Error

func (*GetModelRegistryActivitiesOK) GetPayload

type GetModelRegistryActivitiesParams

type GetModelRegistryActivitiesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

GetModelRegistryActivitiesParams contains all the parameters to send to the API endpoint

for the get model registry activities operation.

Typically these are written to a http.Request.

func NewGetModelRegistryActivitiesParams

func NewGetModelRegistryActivitiesParams() *GetModelRegistryActivitiesParams

NewGetModelRegistryActivitiesParams creates a new GetModelRegistryActivitiesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetModelRegistryActivitiesParamsWithContext

func NewGetModelRegistryActivitiesParamsWithContext(ctx context.Context) *GetModelRegistryActivitiesParams

NewGetModelRegistryActivitiesParamsWithContext creates a new GetModelRegistryActivitiesParams object with the ability to set a context for a request.

func NewGetModelRegistryActivitiesParamsWithHTTPClient

func NewGetModelRegistryActivitiesParamsWithHTTPClient(client *http.Client) *GetModelRegistryActivitiesParams

NewGetModelRegistryActivitiesParamsWithHTTPClient creates a new GetModelRegistryActivitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetModelRegistryActivitiesParamsWithTimeout

func NewGetModelRegistryActivitiesParamsWithTimeout(timeout time.Duration) *GetModelRegistryActivitiesParams

NewGetModelRegistryActivitiesParamsWithTimeout creates a new GetModelRegistryActivitiesParams object with the ability to set a timeout on a request.

func (*GetModelRegistryActivitiesParams) SetContext

SetContext adds the context to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetDefaults

func (o *GetModelRegistryActivitiesParams) SetDefaults()

SetDefaults hydrates default values in the get model registry activities params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelRegistryActivitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetLimit

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

SetLimit adds the limit to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetMode

func (o *GetModelRegistryActivitiesParams) SetMode(mode *string)

SetMode adds the mode to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetName

func (o *GetModelRegistryActivitiesParams) SetName(name string)

SetName adds the name to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetNoPage

func (o *GetModelRegistryActivitiesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetOffset

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

SetOffset adds the offset to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetOwner

func (o *GetModelRegistryActivitiesParams) SetOwner(owner string)

SetOwner adds the owner to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetQuery

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

SetQuery adds the query to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetSort

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

SetSort adds the sort to the get model registry activities params

func (*GetModelRegistryActivitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithContext

WithContext adds the context to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithDefaults

WithDefaults hydrates default values in the get model registry activities params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelRegistryActivitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithLimit

WithLimit adds the limit to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithMode

WithMode adds the mode to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithName

WithName adds the name to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithNoPage

WithNoPage adds the noPage to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithOffset

WithOffset adds the offset to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithOwner

WithOwner adds the owner to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithQuery

WithQuery adds the query to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithSort

WithSort adds the sort to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WithTimeout

WithTimeout adds the timeout to the get model registry activities params

func (*GetModelRegistryActivitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetModelRegistryActivitiesReader

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

GetModelRegistryActivitiesReader is a Reader for the GetModelRegistryActivities structure.

func (*GetModelRegistryActivitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetModelRegistryDefault

type GetModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetModelRegistryDefault

func NewGetModelRegistryDefault(code int) *GetModelRegistryDefault

NewGetModelRegistryDefault creates a GetModelRegistryDefault with default headers values

func (*GetModelRegistryDefault) Code

func (o *GetModelRegistryDefault) Code() int

Code gets the status code for the get model registry default response

func (*GetModelRegistryDefault) Error

func (o *GetModelRegistryDefault) Error() string

func (*GetModelRegistryDefault) GetPayload

type GetModelRegistryForbidden

type GetModelRegistryForbidden struct {
	Payload interface{}
}
GetModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetModelRegistryForbidden

func NewGetModelRegistryForbidden() *GetModelRegistryForbidden

NewGetModelRegistryForbidden creates a GetModelRegistryForbidden with default headers values

func (*GetModelRegistryForbidden) Error

func (o *GetModelRegistryForbidden) Error() string

func (*GetModelRegistryForbidden) GetPayload

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

type GetModelRegistryNoContent

type GetModelRegistryNoContent struct {
	Payload interface{}
}
GetModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewGetModelRegistryNoContent

func NewGetModelRegistryNoContent() *GetModelRegistryNoContent

NewGetModelRegistryNoContent creates a GetModelRegistryNoContent with default headers values

func (*GetModelRegistryNoContent) Error

func (o *GetModelRegistryNoContent) Error() string

func (*GetModelRegistryNoContent) GetPayload

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

type GetModelRegistryNotFound

type GetModelRegistryNotFound struct {
	Payload interface{}
}
GetModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetModelRegistryNotFound

func NewGetModelRegistryNotFound() *GetModelRegistryNotFound

NewGetModelRegistryNotFound creates a GetModelRegistryNotFound with default headers values

func (*GetModelRegistryNotFound) Error

func (o *GetModelRegistryNotFound) Error() string

func (*GetModelRegistryNotFound) GetPayload

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

type GetModelRegistryOK

type GetModelRegistryOK struct {
	Payload *service_model.V1ModelRegistry
}
GetModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewGetModelRegistryOK

func NewGetModelRegistryOK() *GetModelRegistryOK

NewGetModelRegistryOK creates a GetModelRegistryOK with default headers values

func (*GetModelRegistryOK) Error

func (o *GetModelRegistryOK) Error() string

func (*GetModelRegistryOK) GetPayload

type GetModelRegistryParams

type GetModelRegistryParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetModelRegistryParams contains all the parameters to send to the API endpoint

for the get model registry operation.

Typically these are written to a http.Request.

func NewGetModelRegistryParams

func NewGetModelRegistryParams() *GetModelRegistryParams

NewGetModelRegistryParams creates a new GetModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetModelRegistryParamsWithContext

func NewGetModelRegistryParamsWithContext(ctx context.Context) *GetModelRegistryParams

NewGetModelRegistryParamsWithContext creates a new GetModelRegistryParams object with the ability to set a context for a request.

func NewGetModelRegistryParamsWithHTTPClient

func NewGetModelRegistryParamsWithHTTPClient(client *http.Client) *GetModelRegistryParams

NewGetModelRegistryParamsWithHTTPClient creates a new GetModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewGetModelRegistryParamsWithTimeout

func NewGetModelRegistryParamsWithTimeout(timeout time.Duration) *GetModelRegistryParams

NewGetModelRegistryParamsWithTimeout creates a new GetModelRegistryParams object with the ability to set a timeout on a request.

func (*GetModelRegistryParams) SetContext

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

SetContext adds the context to the get model registry params

func (*GetModelRegistryParams) SetDefaults

func (o *GetModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the get model registry params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get model registry params

func (*GetModelRegistryParams) SetName

func (o *GetModelRegistryParams) SetName(name string)

SetName adds the name to the get model registry params

func (*GetModelRegistryParams) SetOwner

func (o *GetModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the get model registry params

func (*GetModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the get model registry params

func (*GetModelRegistryParams) WithContext

WithContext adds the context to the get model registry params

func (*GetModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the get model registry params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelRegistryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get model registry params

func (*GetModelRegistryParams) WithName

WithName adds the name to the get model registry params

func (*GetModelRegistryParams) WithOwner

WithOwner adds the owner to the get model registry params

func (*GetModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the get model registry params

func (*GetModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetModelRegistryReader

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

GetModelRegistryReader is a Reader for the GetModelRegistry structure.

func (*GetModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetModelRegistrySettingsDefault

type GetModelRegistrySettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetModelRegistrySettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetModelRegistrySettingsDefault

func NewGetModelRegistrySettingsDefault(code int) *GetModelRegistrySettingsDefault

NewGetModelRegistrySettingsDefault creates a GetModelRegistrySettingsDefault with default headers values

func (*GetModelRegistrySettingsDefault) Code

Code gets the status code for the get model registry settings default response

func (*GetModelRegistrySettingsDefault) Error

func (*GetModelRegistrySettingsDefault) GetPayload

type GetModelRegistrySettingsForbidden

type GetModelRegistrySettingsForbidden struct {
	Payload interface{}
}
GetModelRegistrySettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetModelRegistrySettingsForbidden

func NewGetModelRegistrySettingsForbidden() *GetModelRegistrySettingsForbidden

NewGetModelRegistrySettingsForbidden creates a GetModelRegistrySettingsForbidden with default headers values

func (*GetModelRegistrySettingsForbidden) Error

func (*GetModelRegistrySettingsForbidden) GetPayload

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

type GetModelRegistrySettingsNoContent

type GetModelRegistrySettingsNoContent struct {
	Payload interface{}
}
GetModelRegistrySettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewGetModelRegistrySettingsNoContent

func NewGetModelRegistrySettingsNoContent() *GetModelRegistrySettingsNoContent

NewGetModelRegistrySettingsNoContent creates a GetModelRegistrySettingsNoContent with default headers values

func (*GetModelRegistrySettingsNoContent) Error

func (*GetModelRegistrySettingsNoContent) GetPayload

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

type GetModelRegistrySettingsNotFound

type GetModelRegistrySettingsNotFound struct {
	Payload interface{}
}
GetModelRegistrySettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetModelRegistrySettingsNotFound

func NewGetModelRegistrySettingsNotFound() *GetModelRegistrySettingsNotFound

NewGetModelRegistrySettingsNotFound creates a GetModelRegistrySettingsNotFound with default headers values

func (*GetModelRegistrySettingsNotFound) Error

func (*GetModelRegistrySettingsNotFound) GetPayload

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

type GetModelRegistrySettingsOK

type GetModelRegistrySettingsOK struct {
	Payload *service_model.V1ModelRegistrySettings
}
GetModelRegistrySettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewGetModelRegistrySettingsOK

func NewGetModelRegistrySettingsOK() *GetModelRegistrySettingsOK

NewGetModelRegistrySettingsOK creates a GetModelRegistrySettingsOK with default headers values

func (*GetModelRegistrySettingsOK) Error

func (*GetModelRegistrySettingsOK) GetPayload

type GetModelRegistrySettingsParams

type GetModelRegistrySettingsParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetModelRegistrySettingsParams contains all the parameters to send to the API endpoint

for the get model registry settings operation.

Typically these are written to a http.Request.

func NewGetModelRegistrySettingsParams

func NewGetModelRegistrySettingsParams() *GetModelRegistrySettingsParams

NewGetModelRegistrySettingsParams creates a new GetModelRegistrySettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetModelRegistrySettingsParamsWithContext

func NewGetModelRegistrySettingsParamsWithContext(ctx context.Context) *GetModelRegistrySettingsParams

NewGetModelRegistrySettingsParamsWithContext creates a new GetModelRegistrySettingsParams object with the ability to set a context for a request.

func NewGetModelRegistrySettingsParamsWithHTTPClient

func NewGetModelRegistrySettingsParamsWithHTTPClient(client *http.Client) *GetModelRegistrySettingsParams

NewGetModelRegistrySettingsParamsWithHTTPClient creates a new GetModelRegistrySettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetModelRegistrySettingsParamsWithTimeout

func NewGetModelRegistrySettingsParamsWithTimeout(timeout time.Duration) *GetModelRegistrySettingsParams

NewGetModelRegistrySettingsParamsWithTimeout creates a new GetModelRegistrySettingsParams object with the ability to set a timeout on a request.

func (*GetModelRegistrySettingsParams) SetContext

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

SetContext adds the context to the get model registry settings params

func (*GetModelRegistrySettingsParams) SetDefaults

func (o *GetModelRegistrySettingsParams) SetDefaults()

SetDefaults hydrates default values in the get model registry settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelRegistrySettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get model registry settings params

func (*GetModelRegistrySettingsParams) SetName

func (o *GetModelRegistrySettingsParams) SetName(name string)

SetName adds the name to the get model registry settings params

func (*GetModelRegistrySettingsParams) SetOwner

func (o *GetModelRegistrySettingsParams) SetOwner(owner string)

SetOwner adds the owner to the get model registry settings params

func (*GetModelRegistrySettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get model registry settings params

func (*GetModelRegistrySettingsParams) WithContext

WithContext adds the context to the get model registry settings params

func (*GetModelRegistrySettingsParams) WithDefaults

WithDefaults hydrates default values in the get model registry settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelRegistrySettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get model registry settings params

func (*GetModelRegistrySettingsParams) WithName

WithName adds the name to the get model registry settings params

func (*GetModelRegistrySettingsParams) WithOwner

WithOwner adds the owner to the get model registry settings params

func (*GetModelRegistrySettingsParams) WithTimeout

WithTimeout adds the timeout to the get model registry settings params

func (*GetModelRegistrySettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetModelRegistrySettingsReader

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

GetModelRegistrySettingsReader is a Reader for the GetModelRegistrySettings structure.

func (*GetModelRegistrySettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetModelVersionDefault

type GetModelVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetModelVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetModelVersionDefault

func NewGetModelVersionDefault(code int) *GetModelVersionDefault

NewGetModelVersionDefault creates a GetModelVersionDefault with default headers values

func (*GetModelVersionDefault) Code

func (o *GetModelVersionDefault) Code() int

Code gets the status code for the get model version default response

func (*GetModelVersionDefault) Error

func (o *GetModelVersionDefault) Error() string

func (*GetModelVersionDefault) GetPayload

type GetModelVersionForbidden

type GetModelVersionForbidden struct {
	Payload interface{}
}
GetModelVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetModelVersionForbidden

func NewGetModelVersionForbidden() *GetModelVersionForbidden

NewGetModelVersionForbidden creates a GetModelVersionForbidden with default headers values

func (*GetModelVersionForbidden) Error

func (o *GetModelVersionForbidden) Error() string

func (*GetModelVersionForbidden) GetPayload

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

type GetModelVersionNoContent

type GetModelVersionNoContent struct {
	Payload interface{}
}
GetModelVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewGetModelVersionNoContent

func NewGetModelVersionNoContent() *GetModelVersionNoContent

NewGetModelVersionNoContent creates a GetModelVersionNoContent with default headers values

func (*GetModelVersionNoContent) Error

func (o *GetModelVersionNoContent) Error() string

func (*GetModelVersionNoContent) GetPayload

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

type GetModelVersionNotFound

type GetModelVersionNotFound struct {
	Payload interface{}
}
GetModelVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetModelVersionNotFound

func NewGetModelVersionNotFound() *GetModelVersionNotFound

NewGetModelVersionNotFound creates a GetModelVersionNotFound with default headers values

func (*GetModelVersionNotFound) Error

func (o *GetModelVersionNotFound) Error() string

func (*GetModelVersionNotFound) GetPayload

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

type GetModelVersionOK

type GetModelVersionOK struct {
	Payload *service_model.V1ModelVersion
}
GetModelVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewGetModelVersionOK

func NewGetModelVersionOK() *GetModelVersionOK

NewGetModelVersionOK creates a GetModelVersionOK with default headers values

func (*GetModelVersionOK) Error

func (o *GetModelVersionOK) Error() string

func (*GetModelVersionOK) GetPayload

type GetModelVersionParams

type GetModelVersionParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetModelVersionParams contains all the parameters to send to the API endpoint

for the get model version operation.

Typically these are written to a http.Request.

func NewGetModelVersionParams

func NewGetModelVersionParams() *GetModelVersionParams

NewGetModelVersionParams creates a new GetModelVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetModelVersionParamsWithContext

func NewGetModelVersionParamsWithContext(ctx context.Context) *GetModelVersionParams

NewGetModelVersionParamsWithContext creates a new GetModelVersionParams object with the ability to set a context for a request.

func NewGetModelVersionParamsWithHTTPClient

func NewGetModelVersionParamsWithHTTPClient(client *http.Client) *GetModelVersionParams

NewGetModelVersionParamsWithHTTPClient creates a new GetModelVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetModelVersionParamsWithTimeout

func NewGetModelVersionParamsWithTimeout(timeout time.Duration) *GetModelVersionParams

NewGetModelVersionParamsWithTimeout creates a new GetModelVersionParams object with the ability to set a timeout on a request.

func (*GetModelVersionParams) SetContext

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

SetContext adds the context to the get model version params

func (*GetModelVersionParams) SetDefaults

func (o *GetModelVersionParams) SetDefaults()

SetDefaults hydrates default values in the get model version params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelVersionParams) SetEntity

func (o *GetModelVersionParams) SetEntity(entity string)

SetEntity adds the entity to the get model version params

func (*GetModelVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get model version params

func (*GetModelVersionParams) SetName

func (o *GetModelVersionParams) SetName(name string)

SetName adds the name to the get model version params

func (*GetModelVersionParams) SetOwner

func (o *GetModelVersionParams) SetOwner(owner string)

SetOwner adds the owner to the get model version params

func (*GetModelVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get model version params

func (*GetModelVersionParams) WithContext

WithContext adds the context to the get model version params

func (*GetModelVersionParams) WithDefaults

func (o *GetModelVersionParams) WithDefaults() *GetModelVersionParams

WithDefaults hydrates default values in the get model version params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelVersionParams) WithEntity

func (o *GetModelVersionParams) WithEntity(entity string) *GetModelVersionParams

WithEntity adds the entity to the get model version params

func (*GetModelVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get model version params

func (*GetModelVersionParams) WithName

WithName adds the name to the get model version params

func (*GetModelVersionParams) WithOwner

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

WithOwner adds the owner to the get model version params

func (*GetModelVersionParams) WithTimeout

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

WithTimeout adds the timeout to the get model version params

func (*GetModelVersionParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetModelVersionReader

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

GetModelVersionReader is a Reader for the GetModelVersion structure.

func (*GetModelVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetModelVersionStagesDefault

type GetModelVersionStagesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetModelVersionStagesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetModelVersionStagesDefault

func NewGetModelVersionStagesDefault(code int) *GetModelVersionStagesDefault

NewGetModelVersionStagesDefault creates a GetModelVersionStagesDefault with default headers values

func (*GetModelVersionStagesDefault) Code

Code gets the status code for the get model version stages default response

func (*GetModelVersionStagesDefault) Error

func (*GetModelVersionStagesDefault) GetPayload

type GetModelVersionStagesForbidden

type GetModelVersionStagesForbidden struct {
	Payload interface{}
}
GetModelVersionStagesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetModelVersionStagesForbidden

func NewGetModelVersionStagesForbidden() *GetModelVersionStagesForbidden

NewGetModelVersionStagesForbidden creates a GetModelVersionStagesForbidden with default headers values

func (*GetModelVersionStagesForbidden) Error

func (*GetModelVersionStagesForbidden) GetPayload

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

type GetModelVersionStagesNoContent

type GetModelVersionStagesNoContent struct {
	Payload interface{}
}
GetModelVersionStagesNoContent describes a response with status code 204, with default header values.

No content.

func NewGetModelVersionStagesNoContent

func NewGetModelVersionStagesNoContent() *GetModelVersionStagesNoContent

NewGetModelVersionStagesNoContent creates a GetModelVersionStagesNoContent with default headers values

func (*GetModelVersionStagesNoContent) Error

func (*GetModelVersionStagesNoContent) GetPayload

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

type GetModelVersionStagesNotFound

type GetModelVersionStagesNotFound struct {
	Payload interface{}
}
GetModelVersionStagesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetModelVersionStagesNotFound

func NewGetModelVersionStagesNotFound() *GetModelVersionStagesNotFound

NewGetModelVersionStagesNotFound creates a GetModelVersionStagesNotFound with default headers values

func (*GetModelVersionStagesNotFound) Error

func (*GetModelVersionStagesNotFound) GetPayload

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

type GetModelVersionStagesOK

type GetModelVersionStagesOK struct {
	Payload *service_model.V1Stage
}
GetModelVersionStagesOK describes a response with status code 200, with default header values.

A successful response.

func NewGetModelVersionStagesOK

func NewGetModelVersionStagesOK() *GetModelVersionStagesOK

NewGetModelVersionStagesOK creates a GetModelVersionStagesOK with default headers values

func (*GetModelVersionStagesOK) Error

func (o *GetModelVersionStagesOK) Error() string

func (*GetModelVersionStagesOK) GetPayload

type GetModelVersionStagesParams

type GetModelVersionStagesParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetModelVersionStagesParams contains all the parameters to send to the API endpoint

for the get model version stages operation.

Typically these are written to a http.Request.

func NewGetModelVersionStagesParams

func NewGetModelVersionStagesParams() *GetModelVersionStagesParams

NewGetModelVersionStagesParams creates a new GetModelVersionStagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetModelVersionStagesParamsWithContext

func NewGetModelVersionStagesParamsWithContext(ctx context.Context) *GetModelVersionStagesParams

NewGetModelVersionStagesParamsWithContext creates a new GetModelVersionStagesParams object with the ability to set a context for a request.

func NewGetModelVersionStagesParamsWithHTTPClient

func NewGetModelVersionStagesParamsWithHTTPClient(client *http.Client) *GetModelVersionStagesParams

NewGetModelVersionStagesParamsWithHTTPClient creates a new GetModelVersionStagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetModelVersionStagesParamsWithTimeout

func NewGetModelVersionStagesParamsWithTimeout(timeout time.Duration) *GetModelVersionStagesParams

NewGetModelVersionStagesParamsWithTimeout creates a new GetModelVersionStagesParams object with the ability to set a timeout on a request.

func (*GetModelVersionStagesParams) SetContext

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

SetContext adds the context to the get model version stages params

func (*GetModelVersionStagesParams) SetDefaults

func (o *GetModelVersionStagesParams) SetDefaults()

SetDefaults hydrates default values in the get model version stages params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelVersionStagesParams) SetEntity

func (o *GetModelVersionStagesParams) SetEntity(entity string)

SetEntity adds the entity to the get model version stages params

func (*GetModelVersionStagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get model version stages params

func (*GetModelVersionStagesParams) SetName

func (o *GetModelVersionStagesParams) SetName(name string)

SetName adds the name to the get model version stages params

func (*GetModelVersionStagesParams) SetOwner

func (o *GetModelVersionStagesParams) SetOwner(owner string)

SetOwner adds the owner to the get model version stages params

func (*GetModelVersionStagesParams) SetTimeout

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

SetTimeout adds the timeout to the get model version stages params

func (*GetModelVersionStagesParams) WithContext

WithContext adds the context to the get model version stages params

func (*GetModelVersionStagesParams) WithDefaults

WithDefaults hydrates default values in the get model version stages params (not the query body).

All values with no default are reset to their zero value.

func (*GetModelVersionStagesParams) WithEntity

WithEntity adds the entity to the get model version stages params

func (*GetModelVersionStagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get model version stages params

func (*GetModelVersionStagesParams) WithName

WithName adds the name to the get model version stages params

func (*GetModelVersionStagesParams) WithOwner

WithOwner adds the owner to the get model version stages params

func (*GetModelVersionStagesParams) WithTimeout

WithTimeout adds the timeout to the get model version stages params

func (*GetModelVersionStagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetModelVersionStagesReader

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

GetModelVersionStagesReader is a Reader for the GetModelVersionStages structure.

func (*GetModelVersionStagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListModelRegistriesDefault

type ListModelRegistriesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListModelRegistriesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListModelRegistriesDefault

func NewListModelRegistriesDefault(code int) *ListModelRegistriesDefault

NewListModelRegistriesDefault creates a ListModelRegistriesDefault with default headers values

func (*ListModelRegistriesDefault) Code

func (o *ListModelRegistriesDefault) Code() int

Code gets the status code for the list model registries default response

func (*ListModelRegistriesDefault) Error

func (*ListModelRegistriesDefault) GetPayload

type ListModelRegistriesForbidden

type ListModelRegistriesForbidden struct {
	Payload interface{}
}
ListModelRegistriesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListModelRegistriesForbidden

func NewListModelRegistriesForbidden() *ListModelRegistriesForbidden

NewListModelRegistriesForbidden creates a ListModelRegistriesForbidden with default headers values

func (*ListModelRegistriesForbidden) Error

func (*ListModelRegistriesForbidden) GetPayload

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

type ListModelRegistriesNoContent

type ListModelRegistriesNoContent struct {
	Payload interface{}
}
ListModelRegistriesNoContent describes a response with status code 204, with default header values.

No content.

func NewListModelRegistriesNoContent

func NewListModelRegistriesNoContent() *ListModelRegistriesNoContent

NewListModelRegistriesNoContent creates a ListModelRegistriesNoContent with default headers values

func (*ListModelRegistriesNoContent) Error

func (*ListModelRegistriesNoContent) GetPayload

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

type ListModelRegistriesNotFound

type ListModelRegistriesNotFound struct {
	Payload interface{}
}
ListModelRegistriesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListModelRegistriesNotFound

func NewListModelRegistriesNotFound() *ListModelRegistriesNotFound

NewListModelRegistriesNotFound creates a ListModelRegistriesNotFound with default headers values

func (*ListModelRegistriesNotFound) Error

func (*ListModelRegistriesNotFound) GetPayload

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

type ListModelRegistriesOK

type ListModelRegistriesOK struct {
	Payload *service_model.V1ListModelRegistriesResponse
}
ListModelRegistriesOK describes a response with status code 200, with default header values.

A successful response.

func NewListModelRegistriesOK

func NewListModelRegistriesOK() *ListModelRegistriesOK

NewListModelRegistriesOK creates a ListModelRegistriesOK with default headers values

func (*ListModelRegistriesOK) Error

func (o *ListModelRegistriesOK) Error() string

func (*ListModelRegistriesOK) GetPayload

type ListModelRegistriesParams

type ListModelRegistriesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListModelRegistriesParams contains all the parameters to send to the API endpoint

for the list model registries operation.

Typically these are written to a http.Request.

func NewListModelRegistriesParams

func NewListModelRegistriesParams() *ListModelRegistriesParams

NewListModelRegistriesParams creates a new ListModelRegistriesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListModelRegistriesParamsWithContext

func NewListModelRegistriesParamsWithContext(ctx context.Context) *ListModelRegistriesParams

NewListModelRegistriesParamsWithContext creates a new ListModelRegistriesParams object with the ability to set a context for a request.

func NewListModelRegistriesParamsWithHTTPClient

func NewListModelRegistriesParamsWithHTTPClient(client *http.Client) *ListModelRegistriesParams

NewListModelRegistriesParamsWithHTTPClient creates a new ListModelRegistriesParams object with the ability to set a custom HTTPClient for a request.

func NewListModelRegistriesParamsWithTimeout

func NewListModelRegistriesParamsWithTimeout(timeout time.Duration) *ListModelRegistriesParams

NewListModelRegistriesParamsWithTimeout creates a new ListModelRegistriesParams object with the ability to set a timeout on a request.

func (*ListModelRegistriesParams) SetContext

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

SetContext adds the context to the list model registries params

func (*ListModelRegistriesParams) SetDefaults

func (o *ListModelRegistriesParams) SetDefaults()

SetDefaults hydrates default values in the list model registries params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelRegistriesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list model registries params

func (*ListModelRegistriesParams) SetLimit

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

SetLimit adds the limit to the list model registries params

func (*ListModelRegistriesParams) SetNoPage

func (o *ListModelRegistriesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list model registries params

func (*ListModelRegistriesParams) SetOffset

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

SetOffset adds the offset to the list model registries params

func (*ListModelRegistriesParams) SetOwner

func (o *ListModelRegistriesParams) SetOwner(owner string)

SetOwner adds the owner to the list model registries params

func (*ListModelRegistriesParams) SetQuery

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

SetQuery adds the query to the list model registries params

func (*ListModelRegistriesParams) SetSort

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

SetSort adds the sort to the list model registries params

func (*ListModelRegistriesParams) SetTimeout

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

SetTimeout adds the timeout to the list model registries params

func (*ListModelRegistriesParams) WithContext

WithContext adds the context to the list model registries params

func (*ListModelRegistriesParams) WithDefaults

WithDefaults hydrates default values in the list model registries params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelRegistriesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list model registries params

func (*ListModelRegistriesParams) WithLimit

WithLimit adds the limit to the list model registries params

func (*ListModelRegistriesParams) WithNoPage

WithNoPage adds the noPage to the list model registries params

func (*ListModelRegistriesParams) WithOffset

WithOffset adds the offset to the list model registries params

func (*ListModelRegistriesParams) WithOwner

WithOwner adds the owner to the list model registries params

func (*ListModelRegistriesParams) WithQuery

WithQuery adds the query to the list model registries params

func (*ListModelRegistriesParams) WithSort

WithSort adds the sort to the list model registries params

func (*ListModelRegistriesParams) WithTimeout

WithTimeout adds the timeout to the list model registries params

func (*ListModelRegistriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListModelRegistriesReader

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

ListModelRegistriesReader is a Reader for the ListModelRegistries structure.

func (*ListModelRegistriesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListModelRegistryNamesDefault

type ListModelRegistryNamesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListModelRegistryNamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListModelRegistryNamesDefault

func NewListModelRegistryNamesDefault(code int) *ListModelRegistryNamesDefault

NewListModelRegistryNamesDefault creates a ListModelRegistryNamesDefault with default headers values

func (*ListModelRegistryNamesDefault) Code

Code gets the status code for the list model registry names default response

func (*ListModelRegistryNamesDefault) Error

func (*ListModelRegistryNamesDefault) GetPayload

type ListModelRegistryNamesForbidden

type ListModelRegistryNamesForbidden struct {
	Payload interface{}
}
ListModelRegistryNamesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListModelRegistryNamesForbidden

func NewListModelRegistryNamesForbidden() *ListModelRegistryNamesForbidden

NewListModelRegistryNamesForbidden creates a ListModelRegistryNamesForbidden with default headers values

func (*ListModelRegistryNamesForbidden) Error

func (*ListModelRegistryNamesForbidden) GetPayload

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

type ListModelRegistryNamesNoContent

type ListModelRegistryNamesNoContent struct {
	Payload interface{}
}
ListModelRegistryNamesNoContent describes a response with status code 204, with default header values.

No content.

func NewListModelRegistryNamesNoContent

func NewListModelRegistryNamesNoContent() *ListModelRegistryNamesNoContent

NewListModelRegistryNamesNoContent creates a ListModelRegistryNamesNoContent with default headers values

func (*ListModelRegistryNamesNoContent) Error

func (*ListModelRegistryNamesNoContent) GetPayload

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

type ListModelRegistryNamesNotFound

type ListModelRegistryNamesNotFound struct {
	Payload interface{}
}
ListModelRegistryNamesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListModelRegistryNamesNotFound

func NewListModelRegistryNamesNotFound() *ListModelRegistryNamesNotFound

NewListModelRegistryNamesNotFound creates a ListModelRegistryNamesNotFound with default headers values

func (*ListModelRegistryNamesNotFound) Error

func (*ListModelRegistryNamesNotFound) GetPayload

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

type ListModelRegistryNamesOK

type ListModelRegistryNamesOK struct {
	Payload *service_model.V1ListModelRegistriesResponse
}
ListModelRegistryNamesOK describes a response with status code 200, with default header values.

A successful response.

func NewListModelRegistryNamesOK

func NewListModelRegistryNamesOK() *ListModelRegistryNamesOK

NewListModelRegistryNamesOK creates a ListModelRegistryNamesOK with default headers values

func (*ListModelRegistryNamesOK) Error

func (o *ListModelRegistryNamesOK) Error() string

func (*ListModelRegistryNamesOK) GetPayload

type ListModelRegistryNamesParams

type ListModelRegistryNamesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListModelRegistryNamesParams contains all the parameters to send to the API endpoint

for the list model registry names operation.

Typically these are written to a http.Request.

func NewListModelRegistryNamesParams

func NewListModelRegistryNamesParams() *ListModelRegistryNamesParams

NewListModelRegistryNamesParams creates a new ListModelRegistryNamesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListModelRegistryNamesParamsWithContext

func NewListModelRegistryNamesParamsWithContext(ctx context.Context) *ListModelRegistryNamesParams

NewListModelRegistryNamesParamsWithContext creates a new ListModelRegistryNamesParams object with the ability to set a context for a request.

func NewListModelRegistryNamesParamsWithHTTPClient

func NewListModelRegistryNamesParamsWithHTTPClient(client *http.Client) *ListModelRegistryNamesParams

NewListModelRegistryNamesParamsWithHTTPClient creates a new ListModelRegistryNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListModelRegistryNamesParamsWithTimeout

func NewListModelRegistryNamesParamsWithTimeout(timeout time.Duration) *ListModelRegistryNamesParams

NewListModelRegistryNamesParamsWithTimeout creates a new ListModelRegistryNamesParams object with the ability to set a timeout on a request.

func (*ListModelRegistryNamesParams) SetContext

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

SetContext adds the context to the list model registry names params

func (*ListModelRegistryNamesParams) SetDefaults

func (o *ListModelRegistryNamesParams) SetDefaults()

SetDefaults hydrates default values in the list model registry names params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelRegistryNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list model registry names params

func (*ListModelRegistryNamesParams) SetLimit

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

SetLimit adds the limit to the list model registry names params

func (*ListModelRegistryNamesParams) SetNoPage

func (o *ListModelRegistryNamesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list model registry names params

func (*ListModelRegistryNamesParams) SetOffset

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

SetOffset adds the offset to the list model registry names params

func (*ListModelRegistryNamesParams) SetOwner

func (o *ListModelRegistryNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list model registry names params

func (*ListModelRegistryNamesParams) SetQuery

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

SetQuery adds the query to the list model registry names params

func (*ListModelRegistryNamesParams) SetSort

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

SetSort adds the sort to the list model registry names params

func (*ListModelRegistryNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list model registry names params

func (*ListModelRegistryNamesParams) WithContext

WithContext adds the context to the list model registry names params

func (*ListModelRegistryNamesParams) WithDefaults

WithDefaults hydrates default values in the list model registry names params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelRegistryNamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list model registry names params

func (*ListModelRegistryNamesParams) WithLimit

WithLimit adds the limit to the list model registry names params

func (*ListModelRegistryNamesParams) WithNoPage

WithNoPage adds the noPage to the list model registry names params

func (*ListModelRegistryNamesParams) WithOffset

WithOffset adds the offset to the list model registry names params

func (*ListModelRegistryNamesParams) WithOwner

WithOwner adds the owner to the list model registry names params

func (*ListModelRegistryNamesParams) WithQuery

WithQuery adds the query to the list model registry names params

func (*ListModelRegistryNamesParams) WithSort

WithSort adds the sort to the list model registry names params

func (*ListModelRegistryNamesParams) WithTimeout

WithTimeout adds the timeout to the list model registry names params

func (*ListModelRegistryNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListModelRegistryNamesReader

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

ListModelRegistryNamesReader is a Reader for the ListModelRegistryNames structure.

func (*ListModelRegistryNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListModelVersionNamesDefault

type ListModelVersionNamesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListModelVersionNamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListModelVersionNamesDefault

func NewListModelVersionNamesDefault(code int) *ListModelVersionNamesDefault

NewListModelVersionNamesDefault creates a ListModelVersionNamesDefault with default headers values

func (*ListModelVersionNamesDefault) Code

Code gets the status code for the list model version names default response

func (*ListModelVersionNamesDefault) Error

func (*ListModelVersionNamesDefault) GetPayload

type ListModelVersionNamesForbidden

type ListModelVersionNamesForbidden struct {
	Payload interface{}
}
ListModelVersionNamesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListModelVersionNamesForbidden

func NewListModelVersionNamesForbidden() *ListModelVersionNamesForbidden

NewListModelVersionNamesForbidden creates a ListModelVersionNamesForbidden with default headers values

func (*ListModelVersionNamesForbidden) Error

func (*ListModelVersionNamesForbidden) GetPayload

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

type ListModelVersionNamesNoContent

type ListModelVersionNamesNoContent struct {
	Payload interface{}
}
ListModelVersionNamesNoContent describes a response with status code 204, with default header values.

No content.

func NewListModelVersionNamesNoContent

func NewListModelVersionNamesNoContent() *ListModelVersionNamesNoContent

NewListModelVersionNamesNoContent creates a ListModelVersionNamesNoContent with default headers values

func (*ListModelVersionNamesNoContent) Error

func (*ListModelVersionNamesNoContent) GetPayload

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

type ListModelVersionNamesNotFound

type ListModelVersionNamesNotFound struct {
	Payload interface{}
}
ListModelVersionNamesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListModelVersionNamesNotFound

func NewListModelVersionNamesNotFound() *ListModelVersionNamesNotFound

NewListModelVersionNamesNotFound creates a ListModelVersionNamesNotFound with default headers values

func (*ListModelVersionNamesNotFound) Error

func (*ListModelVersionNamesNotFound) GetPayload

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

type ListModelVersionNamesOK

type ListModelVersionNamesOK struct {
	Payload *service_model.V1ListModelVersionsResponse
}
ListModelVersionNamesOK describes a response with status code 200, with default header values.

A successful response.

func NewListModelVersionNamesOK

func NewListModelVersionNamesOK() *ListModelVersionNamesOK

NewListModelVersionNamesOK creates a ListModelVersionNamesOK with default headers values

func (*ListModelVersionNamesOK) Error

func (o *ListModelVersionNamesOK) Error() string

func (*ListModelVersionNamesOK) GetPayload

type ListModelVersionNamesParams

type ListModelVersionNamesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListModelVersionNamesParams contains all the parameters to send to the API endpoint

for the list model version names operation.

Typically these are written to a http.Request.

func NewListModelVersionNamesParams

func NewListModelVersionNamesParams() *ListModelVersionNamesParams

NewListModelVersionNamesParams creates a new ListModelVersionNamesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListModelVersionNamesParamsWithContext

func NewListModelVersionNamesParamsWithContext(ctx context.Context) *ListModelVersionNamesParams

NewListModelVersionNamesParamsWithContext creates a new ListModelVersionNamesParams object with the ability to set a context for a request.

func NewListModelVersionNamesParamsWithHTTPClient

func NewListModelVersionNamesParamsWithHTTPClient(client *http.Client) *ListModelVersionNamesParams

NewListModelVersionNamesParamsWithHTTPClient creates a new ListModelVersionNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListModelVersionNamesParamsWithTimeout

func NewListModelVersionNamesParamsWithTimeout(timeout time.Duration) *ListModelVersionNamesParams

NewListModelVersionNamesParamsWithTimeout creates a new ListModelVersionNamesParams object with the ability to set a timeout on a request.

func (*ListModelVersionNamesParams) SetContext

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

SetContext adds the context to the list model version names params

func (*ListModelVersionNamesParams) SetDefaults

func (o *ListModelVersionNamesParams) SetDefaults()

SetDefaults hydrates default values in the list model version names params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelVersionNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list model version names params

func (*ListModelVersionNamesParams) SetLimit

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

SetLimit adds the limit to the list model version names params

func (*ListModelVersionNamesParams) SetMode

func (o *ListModelVersionNamesParams) SetMode(mode *string)

SetMode adds the mode to the list model version names params

func (*ListModelVersionNamesParams) SetName

func (o *ListModelVersionNamesParams) SetName(name string)

SetName adds the name to the list model version names params

func (*ListModelVersionNamesParams) SetNoPage

func (o *ListModelVersionNamesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list model version names params

func (*ListModelVersionNamesParams) SetOffset

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

SetOffset adds the offset to the list model version names params

func (*ListModelVersionNamesParams) SetOwner

func (o *ListModelVersionNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list model version names params

func (*ListModelVersionNamesParams) SetQuery

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

SetQuery adds the query to the list model version names params

func (*ListModelVersionNamesParams) SetSort

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

SetSort adds the sort to the list model version names params

func (*ListModelVersionNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list model version names params

func (*ListModelVersionNamesParams) WithContext

WithContext adds the context to the list model version names params

func (*ListModelVersionNamesParams) WithDefaults

WithDefaults hydrates default values in the list model version names params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelVersionNamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list model version names params

func (*ListModelVersionNamesParams) WithLimit

WithLimit adds the limit to the list model version names params

func (*ListModelVersionNamesParams) WithMode

WithMode adds the mode to the list model version names params

func (*ListModelVersionNamesParams) WithName

WithName adds the name to the list model version names params

func (*ListModelVersionNamesParams) WithNoPage

WithNoPage adds the noPage to the list model version names params

func (*ListModelVersionNamesParams) WithOffset

WithOffset adds the offset to the list model version names params

func (*ListModelVersionNamesParams) WithOwner

WithOwner adds the owner to the list model version names params

func (*ListModelVersionNamesParams) WithQuery

WithQuery adds the query to the list model version names params

func (*ListModelVersionNamesParams) WithSort

WithSort adds the sort to the list model version names params

func (*ListModelVersionNamesParams) WithTimeout

WithTimeout adds the timeout to the list model version names params

func (*ListModelVersionNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListModelVersionNamesReader

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

ListModelVersionNamesReader is a Reader for the ListModelVersionNames structure.

func (*ListModelVersionNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListModelVersionsDefault

type ListModelVersionsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListModelVersionsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListModelVersionsDefault

func NewListModelVersionsDefault(code int) *ListModelVersionsDefault

NewListModelVersionsDefault creates a ListModelVersionsDefault with default headers values

func (*ListModelVersionsDefault) Code

func (o *ListModelVersionsDefault) Code() int

Code gets the status code for the list model versions default response

func (*ListModelVersionsDefault) Error

func (o *ListModelVersionsDefault) Error() string

func (*ListModelVersionsDefault) GetPayload

type ListModelVersionsForbidden

type ListModelVersionsForbidden struct {
	Payload interface{}
}
ListModelVersionsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListModelVersionsForbidden

func NewListModelVersionsForbidden() *ListModelVersionsForbidden

NewListModelVersionsForbidden creates a ListModelVersionsForbidden with default headers values

func (*ListModelVersionsForbidden) Error

func (*ListModelVersionsForbidden) GetPayload

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

type ListModelVersionsNoContent

type ListModelVersionsNoContent struct {
	Payload interface{}
}
ListModelVersionsNoContent describes a response with status code 204, with default header values.

No content.

func NewListModelVersionsNoContent

func NewListModelVersionsNoContent() *ListModelVersionsNoContent

NewListModelVersionsNoContent creates a ListModelVersionsNoContent with default headers values

func (*ListModelVersionsNoContent) Error

func (*ListModelVersionsNoContent) GetPayload

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

type ListModelVersionsNotFound

type ListModelVersionsNotFound struct {
	Payload interface{}
}
ListModelVersionsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListModelVersionsNotFound

func NewListModelVersionsNotFound() *ListModelVersionsNotFound

NewListModelVersionsNotFound creates a ListModelVersionsNotFound with default headers values

func (*ListModelVersionsNotFound) Error

func (o *ListModelVersionsNotFound) Error() string

func (*ListModelVersionsNotFound) GetPayload

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

type ListModelVersionsOK

type ListModelVersionsOK struct {
	Payload *service_model.V1ListModelVersionsResponse
}
ListModelVersionsOK describes a response with status code 200, with default header values.

A successful response.

func NewListModelVersionsOK

func NewListModelVersionsOK() *ListModelVersionsOK

NewListModelVersionsOK creates a ListModelVersionsOK with default headers values

func (*ListModelVersionsOK) Error

func (o *ListModelVersionsOK) Error() string

func (*ListModelVersionsOK) GetPayload

type ListModelVersionsParams

type ListModelVersionsParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListModelVersionsParams contains all the parameters to send to the API endpoint

for the list model versions operation.

Typically these are written to a http.Request.

func NewListModelVersionsParams

func NewListModelVersionsParams() *ListModelVersionsParams

NewListModelVersionsParams creates a new ListModelVersionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListModelVersionsParamsWithContext

func NewListModelVersionsParamsWithContext(ctx context.Context) *ListModelVersionsParams

NewListModelVersionsParamsWithContext creates a new ListModelVersionsParams object with the ability to set a context for a request.

func NewListModelVersionsParamsWithHTTPClient

func NewListModelVersionsParamsWithHTTPClient(client *http.Client) *ListModelVersionsParams

NewListModelVersionsParamsWithHTTPClient creates a new ListModelVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListModelVersionsParamsWithTimeout

func NewListModelVersionsParamsWithTimeout(timeout time.Duration) *ListModelVersionsParams

NewListModelVersionsParamsWithTimeout creates a new ListModelVersionsParams object with the ability to set a timeout on a request.

func (*ListModelVersionsParams) SetContext

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

SetContext adds the context to the list model versions params

func (*ListModelVersionsParams) SetDefaults

func (o *ListModelVersionsParams) SetDefaults()

SetDefaults hydrates default values in the list model versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list model versions params

func (*ListModelVersionsParams) SetLimit

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

SetLimit adds the limit to the list model versions params

func (*ListModelVersionsParams) SetMode

func (o *ListModelVersionsParams) SetMode(mode *string)

SetMode adds the mode to the list model versions params

func (*ListModelVersionsParams) SetName

func (o *ListModelVersionsParams) SetName(name string)

SetName adds the name to the list model versions params

func (*ListModelVersionsParams) SetNoPage

func (o *ListModelVersionsParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list model versions params

func (*ListModelVersionsParams) SetOffset

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

SetOffset adds the offset to the list model versions params

func (*ListModelVersionsParams) SetOwner

func (o *ListModelVersionsParams) SetOwner(owner string)

SetOwner adds the owner to the list model versions params

func (*ListModelVersionsParams) SetQuery

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

SetQuery adds the query to the list model versions params

func (*ListModelVersionsParams) SetSort

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

SetSort adds the sort to the list model versions params

func (*ListModelVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the list model versions params

func (*ListModelVersionsParams) WithContext

WithContext adds the context to the list model versions params

func (*ListModelVersionsParams) WithDefaults

WithDefaults hydrates default values in the list model versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListModelVersionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list model versions params

func (*ListModelVersionsParams) WithLimit

WithLimit adds the limit to the list model versions params

func (*ListModelVersionsParams) WithMode

WithMode adds the mode to the list model versions params

func (*ListModelVersionsParams) WithName

WithName adds the name to the list model versions params

func (*ListModelVersionsParams) WithNoPage

func (o *ListModelVersionsParams) WithNoPage(noPage *bool) *ListModelVersionsParams

WithNoPage adds the noPage to the list model versions params

func (*ListModelVersionsParams) WithOffset

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

WithOffset adds the offset to the list model versions params

func (*ListModelVersionsParams) WithOwner

WithOwner adds the owner to the list model versions params

func (*ListModelVersionsParams) WithQuery

WithQuery adds the query to the list model versions params

func (*ListModelVersionsParams) WithSort

WithSort adds the sort to the list model versions params

func (*ListModelVersionsParams) WithTimeout

WithTimeout adds the timeout to the list model versions params

func (*ListModelVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListModelVersionsReader

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

ListModelVersionsReader is a Reader for the ListModelVersions structure.

func (*ListModelVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchModelRegistryDefault

type PatchModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchModelRegistryDefault

func NewPatchModelRegistryDefault(code int) *PatchModelRegistryDefault

NewPatchModelRegistryDefault creates a PatchModelRegistryDefault with default headers values

func (*PatchModelRegistryDefault) Code

func (o *PatchModelRegistryDefault) Code() int

Code gets the status code for the patch model registry default response

func (*PatchModelRegistryDefault) Error

func (o *PatchModelRegistryDefault) Error() string

func (*PatchModelRegistryDefault) GetPayload

type PatchModelRegistryForbidden

type PatchModelRegistryForbidden struct {
	Payload interface{}
}
PatchModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchModelRegistryForbidden

func NewPatchModelRegistryForbidden() *PatchModelRegistryForbidden

NewPatchModelRegistryForbidden creates a PatchModelRegistryForbidden with default headers values

func (*PatchModelRegistryForbidden) Error

func (*PatchModelRegistryForbidden) GetPayload

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

type PatchModelRegistryNoContent

type PatchModelRegistryNoContent struct {
	Payload interface{}
}
PatchModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchModelRegistryNoContent

func NewPatchModelRegistryNoContent() *PatchModelRegistryNoContent

NewPatchModelRegistryNoContent creates a PatchModelRegistryNoContent with default headers values

func (*PatchModelRegistryNoContent) Error

func (*PatchModelRegistryNoContent) GetPayload

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

type PatchModelRegistryNotFound

type PatchModelRegistryNotFound struct {
	Payload interface{}
}
PatchModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchModelRegistryNotFound

func NewPatchModelRegistryNotFound() *PatchModelRegistryNotFound

NewPatchModelRegistryNotFound creates a PatchModelRegistryNotFound with default headers values

func (*PatchModelRegistryNotFound) Error

func (*PatchModelRegistryNotFound) GetPayload

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

type PatchModelRegistryOK

type PatchModelRegistryOK struct {
	Payload *service_model.V1ModelRegistry
}
PatchModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchModelRegistryOK

func NewPatchModelRegistryOK() *PatchModelRegistryOK

NewPatchModelRegistryOK creates a PatchModelRegistryOK with default headers values

func (*PatchModelRegistryOK) Error

func (o *PatchModelRegistryOK) Error() string

func (*PatchModelRegistryOK) GetPayload

type PatchModelRegistryParams

type PatchModelRegistryParams struct {

	/* Body.

	   Model body
	*/
	Body *service_model.V1ModelRegistry

	/* ModelName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	ModelName string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchModelRegistryParams contains all the parameters to send to the API endpoint

for the patch model registry operation.

Typically these are written to a http.Request.

func NewPatchModelRegistryParams

func NewPatchModelRegistryParams() *PatchModelRegistryParams

NewPatchModelRegistryParams creates a new PatchModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchModelRegistryParamsWithContext

func NewPatchModelRegistryParamsWithContext(ctx context.Context) *PatchModelRegistryParams

NewPatchModelRegistryParamsWithContext creates a new PatchModelRegistryParams object with the ability to set a context for a request.

func NewPatchModelRegistryParamsWithHTTPClient

func NewPatchModelRegistryParamsWithHTTPClient(client *http.Client) *PatchModelRegistryParams

NewPatchModelRegistryParamsWithHTTPClient creates a new PatchModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewPatchModelRegistryParamsWithTimeout

func NewPatchModelRegistryParamsWithTimeout(timeout time.Duration) *PatchModelRegistryParams

NewPatchModelRegistryParamsWithTimeout creates a new PatchModelRegistryParams object with the ability to set a timeout on a request.

func (*PatchModelRegistryParams) SetBody

SetBody adds the body to the patch model registry params

func (*PatchModelRegistryParams) SetContext

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

SetContext adds the context to the patch model registry params

func (*PatchModelRegistryParams) SetDefaults

func (o *PatchModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the patch model registry params (not the query body).

All values with no default are reset to their zero value.

func (*PatchModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch model registry params

func (*PatchModelRegistryParams) SetModelName

func (o *PatchModelRegistryParams) SetModelName(modelName string)

SetModelName adds the modelName to the patch model registry params

func (*PatchModelRegistryParams) SetOwner

func (o *PatchModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the patch model registry params

func (*PatchModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the patch model registry params

func (*PatchModelRegistryParams) WithBody

WithBody adds the body to the patch model registry params

func (*PatchModelRegistryParams) WithContext

WithContext adds the context to the patch model registry params

func (*PatchModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the patch model registry params (not the query body).

All values with no default are reset to their zero value.

func (*PatchModelRegistryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch model registry params

func (*PatchModelRegistryParams) WithModelName

func (o *PatchModelRegistryParams) WithModelName(modelName string) *PatchModelRegistryParams

WithModelName adds the modelName to the patch model registry params

func (*PatchModelRegistryParams) WithOwner

WithOwner adds the owner to the patch model registry params

func (*PatchModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the patch model registry params

func (*PatchModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchModelRegistryReader

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

PatchModelRegistryReader is a Reader for the PatchModelRegistry structure.

func (*PatchModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchModelRegistrySettingsDefault

type PatchModelRegistrySettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchModelRegistrySettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchModelRegistrySettingsDefault

func NewPatchModelRegistrySettingsDefault(code int) *PatchModelRegistrySettingsDefault

NewPatchModelRegistrySettingsDefault creates a PatchModelRegistrySettingsDefault with default headers values

func (*PatchModelRegistrySettingsDefault) Code

Code gets the status code for the patch model registry settings default response

func (*PatchModelRegistrySettingsDefault) Error

func (*PatchModelRegistrySettingsDefault) GetPayload

type PatchModelRegistrySettingsForbidden

type PatchModelRegistrySettingsForbidden struct {
	Payload interface{}
}
PatchModelRegistrySettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchModelRegistrySettingsForbidden

func NewPatchModelRegistrySettingsForbidden() *PatchModelRegistrySettingsForbidden

NewPatchModelRegistrySettingsForbidden creates a PatchModelRegistrySettingsForbidden with default headers values

func (*PatchModelRegistrySettingsForbidden) Error

func (*PatchModelRegistrySettingsForbidden) GetPayload

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

type PatchModelRegistrySettingsNoContent

type PatchModelRegistrySettingsNoContent struct {
	Payload interface{}
}
PatchModelRegistrySettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchModelRegistrySettingsNoContent

func NewPatchModelRegistrySettingsNoContent() *PatchModelRegistrySettingsNoContent

NewPatchModelRegistrySettingsNoContent creates a PatchModelRegistrySettingsNoContent with default headers values

func (*PatchModelRegistrySettingsNoContent) Error

func (*PatchModelRegistrySettingsNoContent) GetPayload

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

type PatchModelRegistrySettingsNotFound

type PatchModelRegistrySettingsNotFound struct {
	Payload interface{}
}
PatchModelRegistrySettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchModelRegistrySettingsNotFound

func NewPatchModelRegistrySettingsNotFound() *PatchModelRegistrySettingsNotFound

NewPatchModelRegistrySettingsNotFound creates a PatchModelRegistrySettingsNotFound with default headers values

func (*PatchModelRegistrySettingsNotFound) Error

func (*PatchModelRegistrySettingsNotFound) GetPayload

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

type PatchModelRegistrySettingsOK

type PatchModelRegistrySettingsOK struct {
	Payload *service_model.V1ModelRegistrySettings
}
PatchModelRegistrySettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchModelRegistrySettingsOK

func NewPatchModelRegistrySettingsOK() *PatchModelRegistrySettingsOK

NewPatchModelRegistrySettingsOK creates a PatchModelRegistrySettingsOK with default headers values

func (*PatchModelRegistrySettingsOK) Error

func (*PatchModelRegistrySettingsOK) GetPayload

type PatchModelRegistrySettingsParams

type PatchModelRegistrySettingsParams struct {

	/* Body.

	   Model settings body
	*/
	Body *service_model.V1ModelRegistrySettings

	/* Model.

	   Model name
	*/
	Model string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchModelRegistrySettingsParams contains all the parameters to send to the API endpoint

for the patch model registry settings operation.

Typically these are written to a http.Request.

func NewPatchModelRegistrySettingsParams

func NewPatchModelRegistrySettingsParams() *PatchModelRegistrySettingsParams

NewPatchModelRegistrySettingsParams creates a new PatchModelRegistrySettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchModelRegistrySettingsParamsWithContext

func NewPatchModelRegistrySettingsParamsWithContext(ctx context.Context) *PatchModelRegistrySettingsParams

NewPatchModelRegistrySettingsParamsWithContext creates a new PatchModelRegistrySettingsParams object with the ability to set a context for a request.

func NewPatchModelRegistrySettingsParamsWithHTTPClient

func NewPatchModelRegistrySettingsParamsWithHTTPClient(client *http.Client) *PatchModelRegistrySettingsParams

NewPatchModelRegistrySettingsParamsWithHTTPClient creates a new PatchModelRegistrySettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchModelRegistrySettingsParamsWithTimeout

func NewPatchModelRegistrySettingsParamsWithTimeout(timeout time.Duration) *PatchModelRegistrySettingsParams

NewPatchModelRegistrySettingsParamsWithTimeout creates a new PatchModelRegistrySettingsParams object with the ability to set a timeout on a request.

func (*PatchModelRegistrySettingsParams) SetBody

SetBody adds the body to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) SetContext

SetContext adds the context to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) SetDefaults

func (o *PatchModelRegistrySettingsParams) SetDefaults()

SetDefaults hydrates default values in the patch model registry settings params (not the query body).

All values with no default are reset to their zero value.

func (*PatchModelRegistrySettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) SetModel

func (o *PatchModelRegistrySettingsParams) SetModel(model string)

SetModel adds the model to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) SetOwner

func (o *PatchModelRegistrySettingsParams) SetOwner(owner string)

SetOwner adds the owner to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) SetTimeout

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

SetTimeout adds the timeout to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) WithBody

WithBody adds the body to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) WithContext

WithContext adds the context to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) WithDefaults

WithDefaults hydrates default values in the patch model registry settings params (not the query body).

All values with no default are reset to their zero value.

func (*PatchModelRegistrySettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) WithModel

WithModel adds the model to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) WithOwner

WithOwner adds the owner to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) WithTimeout

WithTimeout adds the timeout to the patch model registry settings params

func (*PatchModelRegistrySettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchModelRegistrySettingsReader

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

PatchModelRegistrySettingsReader is a Reader for the PatchModelRegistrySettings structure.

func (*PatchModelRegistrySettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchModelVersionDefault

type PatchModelVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchModelVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchModelVersionDefault

func NewPatchModelVersionDefault(code int) *PatchModelVersionDefault

NewPatchModelVersionDefault creates a PatchModelVersionDefault with default headers values

func (*PatchModelVersionDefault) Code

func (o *PatchModelVersionDefault) Code() int

Code gets the status code for the patch model version default response

func (*PatchModelVersionDefault) Error

func (o *PatchModelVersionDefault) Error() string

func (*PatchModelVersionDefault) GetPayload

type PatchModelVersionForbidden

type PatchModelVersionForbidden struct {
	Payload interface{}
}
PatchModelVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchModelVersionForbidden

func NewPatchModelVersionForbidden() *PatchModelVersionForbidden

NewPatchModelVersionForbidden creates a PatchModelVersionForbidden with default headers values

func (*PatchModelVersionForbidden) Error

func (*PatchModelVersionForbidden) GetPayload

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

type PatchModelVersionNoContent

type PatchModelVersionNoContent struct {
	Payload interface{}
}
PatchModelVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchModelVersionNoContent

func NewPatchModelVersionNoContent() *PatchModelVersionNoContent

NewPatchModelVersionNoContent creates a PatchModelVersionNoContent with default headers values

func (*PatchModelVersionNoContent) Error

func (*PatchModelVersionNoContent) GetPayload

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

type PatchModelVersionNotFound

type PatchModelVersionNotFound struct {
	Payload interface{}
}
PatchModelVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchModelVersionNotFound

func NewPatchModelVersionNotFound() *PatchModelVersionNotFound

NewPatchModelVersionNotFound creates a PatchModelVersionNotFound with default headers values

func (*PatchModelVersionNotFound) Error

func (o *PatchModelVersionNotFound) Error() string

func (*PatchModelVersionNotFound) GetPayload

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

type PatchModelVersionOK

type PatchModelVersionOK struct {
	Payload *service_model.V1ModelVersion
}
PatchModelVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchModelVersionOK

func NewPatchModelVersionOK() *PatchModelVersionOK

NewPatchModelVersionOK creates a PatchModelVersionOK with default headers values

func (*PatchModelVersionOK) Error

func (o *PatchModelVersionOK) Error() string

func (*PatchModelVersionOK) GetPayload

type PatchModelVersionParams

type PatchModelVersionParams struct {

	/* Body.

	   Model version body
	*/
	Body *service_model.V1ModelVersion

	/* Model.

	   Model name
	*/
	Model string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* VersionName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	VersionName string

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

PatchModelVersionParams contains all the parameters to send to the API endpoint

for the patch model version operation.

Typically these are written to a http.Request.

func NewPatchModelVersionParams

func NewPatchModelVersionParams() *PatchModelVersionParams

NewPatchModelVersionParams creates a new PatchModelVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchModelVersionParamsWithContext

func NewPatchModelVersionParamsWithContext(ctx context.Context) *PatchModelVersionParams

NewPatchModelVersionParamsWithContext creates a new PatchModelVersionParams object with the ability to set a context for a request.

func NewPatchModelVersionParamsWithHTTPClient

func NewPatchModelVersionParamsWithHTTPClient(client *http.Client) *PatchModelVersionParams

NewPatchModelVersionParamsWithHTTPClient creates a new PatchModelVersionParams object with the ability to set a custom HTTPClient for a request.

func NewPatchModelVersionParamsWithTimeout

func NewPatchModelVersionParamsWithTimeout(timeout time.Duration) *PatchModelVersionParams

NewPatchModelVersionParamsWithTimeout creates a new PatchModelVersionParams object with the ability to set a timeout on a request.

func (*PatchModelVersionParams) SetBody

SetBody adds the body to the patch model version params

func (*PatchModelVersionParams) SetContext

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

SetContext adds the context to the patch model version params

func (*PatchModelVersionParams) SetDefaults

func (o *PatchModelVersionParams) SetDefaults()

SetDefaults hydrates default values in the patch model version params (not the query body).

All values with no default are reset to their zero value.

func (*PatchModelVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch model version params

func (*PatchModelVersionParams) SetModel

func (o *PatchModelVersionParams) SetModel(model string)

SetModel adds the model to the patch model version params

func (*PatchModelVersionParams) SetOwner

func (o *PatchModelVersionParams) SetOwner(owner string)

SetOwner adds the owner to the patch model version params

func (*PatchModelVersionParams) SetTimeout

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

SetTimeout adds the timeout to the patch model version params

func (*PatchModelVersionParams) SetVersionName

func (o *PatchModelVersionParams) SetVersionName(versionName string)

SetVersionName adds the versionName to the patch model version params

func (*PatchModelVersionParams) WithBody

WithBody adds the body to the patch model version params

func (*PatchModelVersionParams) WithContext

WithContext adds the context to the patch model version params

func (*PatchModelVersionParams) WithDefaults

WithDefaults hydrates default values in the patch model version params (not the query body).

All values with no default are reset to their zero value.

func (*PatchModelVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch model version params

func (*PatchModelVersionParams) WithModel

WithModel adds the model to the patch model version params

func (*PatchModelVersionParams) WithOwner

WithOwner adds the owner to the patch model version params

func (*PatchModelVersionParams) WithTimeout

WithTimeout adds the timeout to the patch model version params

func (*PatchModelVersionParams) WithVersionName

func (o *PatchModelVersionParams) WithVersionName(versionName string) *PatchModelVersionParams

WithVersionName adds the versionName to the patch model version params

func (*PatchModelVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchModelVersionReader

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

PatchModelVersionReader is a Reader for the PatchModelVersion structure.

func (*PatchModelVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RestoreModelRegistryDefault

type RestoreModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
RestoreModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewRestoreModelRegistryDefault

func NewRestoreModelRegistryDefault(code int) *RestoreModelRegistryDefault

NewRestoreModelRegistryDefault creates a RestoreModelRegistryDefault with default headers values

func (*RestoreModelRegistryDefault) Code

func (o *RestoreModelRegistryDefault) Code() int

Code gets the status code for the restore model registry default response

func (*RestoreModelRegistryDefault) Error

func (*RestoreModelRegistryDefault) GetPayload

type RestoreModelRegistryForbidden

type RestoreModelRegistryForbidden struct {
	Payload interface{}
}
RestoreModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewRestoreModelRegistryForbidden

func NewRestoreModelRegistryForbidden() *RestoreModelRegistryForbidden

NewRestoreModelRegistryForbidden creates a RestoreModelRegistryForbidden with default headers values

func (*RestoreModelRegistryForbidden) Error

func (*RestoreModelRegistryForbidden) GetPayload

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

type RestoreModelRegistryNoContent

type RestoreModelRegistryNoContent struct {
	Payload interface{}
}
RestoreModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewRestoreModelRegistryNoContent

func NewRestoreModelRegistryNoContent() *RestoreModelRegistryNoContent

NewRestoreModelRegistryNoContent creates a RestoreModelRegistryNoContent with default headers values

func (*RestoreModelRegistryNoContent) Error

func (*RestoreModelRegistryNoContent) GetPayload

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

type RestoreModelRegistryNotFound

type RestoreModelRegistryNotFound struct {
	Payload interface{}
}
RestoreModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewRestoreModelRegistryNotFound

func NewRestoreModelRegistryNotFound() *RestoreModelRegistryNotFound

NewRestoreModelRegistryNotFound creates a RestoreModelRegistryNotFound with default headers values

func (*RestoreModelRegistryNotFound) Error

func (*RestoreModelRegistryNotFound) GetPayload

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

type RestoreModelRegistryOK

type RestoreModelRegistryOK struct {
}
RestoreModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewRestoreModelRegistryOK

func NewRestoreModelRegistryOK() *RestoreModelRegistryOK

NewRestoreModelRegistryOK creates a RestoreModelRegistryOK with default headers values

func (*RestoreModelRegistryOK) Error

func (o *RestoreModelRegistryOK) Error() string

type RestoreModelRegistryParams

type RestoreModelRegistryParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

RestoreModelRegistryParams contains all the parameters to send to the API endpoint

for the restore model registry operation.

Typically these are written to a http.Request.

func NewRestoreModelRegistryParams

func NewRestoreModelRegistryParams() *RestoreModelRegistryParams

NewRestoreModelRegistryParams creates a new RestoreModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRestoreModelRegistryParamsWithContext

func NewRestoreModelRegistryParamsWithContext(ctx context.Context) *RestoreModelRegistryParams

NewRestoreModelRegistryParamsWithContext creates a new RestoreModelRegistryParams object with the ability to set a context for a request.

func NewRestoreModelRegistryParamsWithHTTPClient

func NewRestoreModelRegistryParamsWithHTTPClient(client *http.Client) *RestoreModelRegistryParams

NewRestoreModelRegistryParamsWithHTTPClient creates a new RestoreModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreModelRegistryParamsWithTimeout

func NewRestoreModelRegistryParamsWithTimeout(timeout time.Duration) *RestoreModelRegistryParams

NewRestoreModelRegistryParamsWithTimeout creates a new RestoreModelRegistryParams object with the ability to set a timeout on a request.

func (*RestoreModelRegistryParams) SetContext

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

SetContext adds the context to the restore model registry params

func (*RestoreModelRegistryParams) SetDefaults

func (o *RestoreModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the restore model registry params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the restore model registry params

func (*RestoreModelRegistryParams) SetName

func (o *RestoreModelRegistryParams) SetName(name string)

SetName adds the name to the restore model registry params

func (*RestoreModelRegistryParams) SetOwner

func (o *RestoreModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the restore model registry params

func (*RestoreModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the restore model registry params

func (*RestoreModelRegistryParams) WithContext

WithContext adds the context to the restore model registry params

func (*RestoreModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the restore model registry params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreModelRegistryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the restore model registry params

func (*RestoreModelRegistryParams) WithName

WithName adds the name to the restore model registry params

func (*RestoreModelRegistryParams) WithOwner

WithOwner adds the owner to the restore model registry params

func (*RestoreModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the restore model registry params

func (*RestoreModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestoreModelRegistryReader

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

RestoreModelRegistryReader is a Reader for the RestoreModelRegistry structure.

func (*RestoreModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnbookmarkModelRegistryDefault

type UnbookmarkModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UnbookmarkModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUnbookmarkModelRegistryDefault

func NewUnbookmarkModelRegistryDefault(code int) *UnbookmarkModelRegistryDefault

NewUnbookmarkModelRegistryDefault creates a UnbookmarkModelRegistryDefault with default headers values

func (*UnbookmarkModelRegistryDefault) Code

Code gets the status code for the unbookmark model registry default response

func (*UnbookmarkModelRegistryDefault) Error

func (*UnbookmarkModelRegistryDefault) GetPayload

type UnbookmarkModelRegistryForbidden

type UnbookmarkModelRegistryForbidden struct {
	Payload interface{}
}
UnbookmarkModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUnbookmarkModelRegistryForbidden

func NewUnbookmarkModelRegistryForbidden() *UnbookmarkModelRegistryForbidden

NewUnbookmarkModelRegistryForbidden creates a UnbookmarkModelRegistryForbidden with default headers values

func (*UnbookmarkModelRegistryForbidden) Error

func (*UnbookmarkModelRegistryForbidden) GetPayload

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

type UnbookmarkModelRegistryNoContent

type UnbookmarkModelRegistryNoContent struct {
	Payload interface{}
}
UnbookmarkModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewUnbookmarkModelRegistryNoContent

func NewUnbookmarkModelRegistryNoContent() *UnbookmarkModelRegistryNoContent

NewUnbookmarkModelRegistryNoContent creates a UnbookmarkModelRegistryNoContent with default headers values

func (*UnbookmarkModelRegistryNoContent) Error

func (*UnbookmarkModelRegistryNoContent) GetPayload

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

type UnbookmarkModelRegistryNotFound

type UnbookmarkModelRegistryNotFound struct {
	Payload interface{}
}
UnbookmarkModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUnbookmarkModelRegistryNotFound

func NewUnbookmarkModelRegistryNotFound() *UnbookmarkModelRegistryNotFound

NewUnbookmarkModelRegistryNotFound creates a UnbookmarkModelRegistryNotFound with default headers values

func (*UnbookmarkModelRegistryNotFound) Error

func (*UnbookmarkModelRegistryNotFound) GetPayload

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

type UnbookmarkModelRegistryOK

type UnbookmarkModelRegistryOK struct {
}
UnbookmarkModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewUnbookmarkModelRegistryOK

func NewUnbookmarkModelRegistryOK() *UnbookmarkModelRegistryOK

NewUnbookmarkModelRegistryOK creates a UnbookmarkModelRegistryOK with default headers values

func (*UnbookmarkModelRegistryOK) Error

func (o *UnbookmarkModelRegistryOK) Error() string

type UnbookmarkModelRegistryParams

type UnbookmarkModelRegistryParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UnbookmarkModelRegistryParams contains all the parameters to send to the API endpoint

for the unbookmark model registry operation.

Typically these are written to a http.Request.

func NewUnbookmarkModelRegistryParams

func NewUnbookmarkModelRegistryParams() *UnbookmarkModelRegistryParams

NewUnbookmarkModelRegistryParams creates a new UnbookmarkModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUnbookmarkModelRegistryParamsWithContext

func NewUnbookmarkModelRegistryParamsWithContext(ctx context.Context) *UnbookmarkModelRegistryParams

NewUnbookmarkModelRegistryParamsWithContext creates a new UnbookmarkModelRegistryParams object with the ability to set a context for a request.

func NewUnbookmarkModelRegistryParamsWithHTTPClient

func NewUnbookmarkModelRegistryParamsWithHTTPClient(client *http.Client) *UnbookmarkModelRegistryParams

NewUnbookmarkModelRegistryParamsWithHTTPClient creates a new UnbookmarkModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewUnbookmarkModelRegistryParamsWithTimeout

func NewUnbookmarkModelRegistryParamsWithTimeout(timeout time.Duration) *UnbookmarkModelRegistryParams

NewUnbookmarkModelRegistryParamsWithTimeout creates a new UnbookmarkModelRegistryParams object with the ability to set a timeout on a request.

func (*UnbookmarkModelRegistryParams) SetContext

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

SetContext adds the context to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) SetDefaults

func (o *UnbookmarkModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the unbookmark model registry params (not the query body).

All values with no default are reset to their zero value.

func (*UnbookmarkModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) SetName

func (o *UnbookmarkModelRegistryParams) SetName(name string)

SetName adds the name to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) SetOwner

func (o *UnbookmarkModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) WithContext

WithContext adds the context to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the unbookmark model registry params (not the query body).

All values with no default are reset to their zero value.

func (*UnbookmarkModelRegistryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) WithName

WithName adds the name to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) WithOwner

WithOwner adds the owner to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the unbookmark model registry params

func (*UnbookmarkModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnbookmarkModelRegistryReader

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

UnbookmarkModelRegistryReader is a Reader for the UnbookmarkModelRegistry structure.

func (*UnbookmarkModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateModelRegistryDefault

type UpdateModelRegistryDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateModelRegistryDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateModelRegistryDefault

func NewUpdateModelRegistryDefault(code int) *UpdateModelRegistryDefault

NewUpdateModelRegistryDefault creates a UpdateModelRegistryDefault with default headers values

func (*UpdateModelRegistryDefault) Code

func (o *UpdateModelRegistryDefault) Code() int

Code gets the status code for the update model registry default response

func (*UpdateModelRegistryDefault) Error

func (*UpdateModelRegistryDefault) GetPayload

type UpdateModelRegistryForbidden

type UpdateModelRegistryForbidden struct {
	Payload interface{}
}
UpdateModelRegistryForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateModelRegistryForbidden

func NewUpdateModelRegistryForbidden() *UpdateModelRegistryForbidden

NewUpdateModelRegistryForbidden creates a UpdateModelRegistryForbidden with default headers values

func (*UpdateModelRegistryForbidden) Error

func (*UpdateModelRegistryForbidden) GetPayload

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

type UpdateModelRegistryNoContent

type UpdateModelRegistryNoContent struct {
	Payload interface{}
}
UpdateModelRegistryNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateModelRegistryNoContent

func NewUpdateModelRegistryNoContent() *UpdateModelRegistryNoContent

NewUpdateModelRegistryNoContent creates a UpdateModelRegistryNoContent with default headers values

func (*UpdateModelRegistryNoContent) Error

func (*UpdateModelRegistryNoContent) GetPayload

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

type UpdateModelRegistryNotFound

type UpdateModelRegistryNotFound struct {
	Payload interface{}
}
UpdateModelRegistryNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateModelRegistryNotFound

func NewUpdateModelRegistryNotFound() *UpdateModelRegistryNotFound

NewUpdateModelRegistryNotFound creates a UpdateModelRegistryNotFound with default headers values

func (*UpdateModelRegistryNotFound) Error

func (*UpdateModelRegistryNotFound) GetPayload

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

type UpdateModelRegistryOK

type UpdateModelRegistryOK struct {
	Payload *service_model.V1ModelRegistry
}
UpdateModelRegistryOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateModelRegistryOK

func NewUpdateModelRegistryOK() *UpdateModelRegistryOK

NewUpdateModelRegistryOK creates a UpdateModelRegistryOK with default headers values

func (*UpdateModelRegistryOK) Error

func (o *UpdateModelRegistryOK) Error() string

func (*UpdateModelRegistryOK) GetPayload

type UpdateModelRegistryParams

type UpdateModelRegistryParams struct {

	/* Body.

	   Model body
	*/
	Body *service_model.V1ModelRegistry

	/* ModelName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	ModelName string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateModelRegistryParams contains all the parameters to send to the API endpoint

for the update model registry operation.

Typically these are written to a http.Request.

func NewUpdateModelRegistryParams

func NewUpdateModelRegistryParams() *UpdateModelRegistryParams

NewUpdateModelRegistryParams creates a new UpdateModelRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateModelRegistryParamsWithContext

func NewUpdateModelRegistryParamsWithContext(ctx context.Context) *UpdateModelRegistryParams

NewUpdateModelRegistryParamsWithContext creates a new UpdateModelRegistryParams object with the ability to set a context for a request.

func NewUpdateModelRegistryParamsWithHTTPClient

func NewUpdateModelRegistryParamsWithHTTPClient(client *http.Client) *UpdateModelRegistryParams

NewUpdateModelRegistryParamsWithHTTPClient creates a new UpdateModelRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateModelRegistryParamsWithTimeout

func NewUpdateModelRegistryParamsWithTimeout(timeout time.Duration) *UpdateModelRegistryParams

NewUpdateModelRegistryParamsWithTimeout creates a new UpdateModelRegistryParams object with the ability to set a timeout on a request.

func (*UpdateModelRegistryParams) SetBody

SetBody adds the body to the update model registry params

func (*UpdateModelRegistryParams) SetContext

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

SetContext adds the context to the update model registry params

func (*UpdateModelRegistryParams) SetDefaults

func (o *UpdateModelRegistryParams) SetDefaults()

SetDefaults hydrates default values in the update model registry params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateModelRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update model registry params

func (*UpdateModelRegistryParams) SetModelName

func (o *UpdateModelRegistryParams) SetModelName(modelName string)

SetModelName adds the modelName to the update model registry params

func (*UpdateModelRegistryParams) SetOwner

func (o *UpdateModelRegistryParams) SetOwner(owner string)

SetOwner adds the owner to the update model registry params

func (*UpdateModelRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the update model registry params

func (*UpdateModelRegistryParams) WithBody

WithBody adds the body to the update model registry params

func (*UpdateModelRegistryParams) WithContext

WithContext adds the context to the update model registry params

func (*UpdateModelRegistryParams) WithDefaults

WithDefaults hydrates default values in the update model registry params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateModelRegistryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update model registry params

func (*UpdateModelRegistryParams) WithModelName

func (o *UpdateModelRegistryParams) WithModelName(modelName string) *UpdateModelRegistryParams

WithModelName adds the modelName to the update model registry params

func (*UpdateModelRegistryParams) WithOwner

WithOwner adds the owner to the update model registry params

func (*UpdateModelRegistryParams) WithTimeout

WithTimeout adds the timeout to the update model registry params

func (*UpdateModelRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateModelRegistryReader

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

UpdateModelRegistryReader is a Reader for the UpdateModelRegistry structure.

func (*UpdateModelRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateModelRegistrySettingsDefault

type UpdateModelRegistrySettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateModelRegistrySettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateModelRegistrySettingsDefault

func NewUpdateModelRegistrySettingsDefault(code int) *UpdateModelRegistrySettingsDefault

NewUpdateModelRegistrySettingsDefault creates a UpdateModelRegistrySettingsDefault with default headers values

func (*UpdateModelRegistrySettingsDefault) Code

Code gets the status code for the update model registry settings default response

func (*UpdateModelRegistrySettingsDefault) Error

func (*UpdateModelRegistrySettingsDefault) GetPayload

type UpdateModelRegistrySettingsForbidden

type UpdateModelRegistrySettingsForbidden struct {
	Payload interface{}
}
UpdateModelRegistrySettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateModelRegistrySettingsForbidden

func NewUpdateModelRegistrySettingsForbidden() *UpdateModelRegistrySettingsForbidden

NewUpdateModelRegistrySettingsForbidden creates a UpdateModelRegistrySettingsForbidden with default headers values

func (*UpdateModelRegistrySettingsForbidden) Error

func (*UpdateModelRegistrySettingsForbidden) GetPayload

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

type UpdateModelRegistrySettingsNoContent

type UpdateModelRegistrySettingsNoContent struct {
	Payload interface{}
}
UpdateModelRegistrySettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateModelRegistrySettingsNoContent

func NewUpdateModelRegistrySettingsNoContent() *UpdateModelRegistrySettingsNoContent

NewUpdateModelRegistrySettingsNoContent creates a UpdateModelRegistrySettingsNoContent with default headers values

func (*UpdateModelRegistrySettingsNoContent) Error

func (*UpdateModelRegistrySettingsNoContent) GetPayload

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

type UpdateModelRegistrySettingsNotFound

type UpdateModelRegistrySettingsNotFound struct {
	Payload interface{}
}
UpdateModelRegistrySettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateModelRegistrySettingsNotFound

func NewUpdateModelRegistrySettingsNotFound() *UpdateModelRegistrySettingsNotFound

NewUpdateModelRegistrySettingsNotFound creates a UpdateModelRegistrySettingsNotFound with default headers values

func (*UpdateModelRegistrySettingsNotFound) Error

func (*UpdateModelRegistrySettingsNotFound) GetPayload

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

type UpdateModelRegistrySettingsOK

type UpdateModelRegistrySettingsOK struct {
	Payload *service_model.V1ModelRegistrySettings
}
UpdateModelRegistrySettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateModelRegistrySettingsOK

func NewUpdateModelRegistrySettingsOK() *UpdateModelRegistrySettingsOK

NewUpdateModelRegistrySettingsOK creates a UpdateModelRegistrySettingsOK with default headers values

func (*UpdateModelRegistrySettingsOK) Error

func (*UpdateModelRegistrySettingsOK) GetPayload

type UpdateModelRegistrySettingsParams

type UpdateModelRegistrySettingsParams struct {

	/* Body.

	   Model settings body
	*/
	Body *service_model.V1ModelRegistrySettings

	/* Model.

	   Model name
	*/
	Model string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateModelRegistrySettingsParams contains all the parameters to send to the API endpoint

for the update model registry settings operation.

Typically these are written to a http.Request.

func NewUpdateModelRegistrySettingsParams

func NewUpdateModelRegistrySettingsParams() *UpdateModelRegistrySettingsParams

NewUpdateModelRegistrySettingsParams creates a new UpdateModelRegistrySettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateModelRegistrySettingsParamsWithContext

func NewUpdateModelRegistrySettingsParamsWithContext(ctx context.Context) *UpdateModelRegistrySettingsParams

NewUpdateModelRegistrySettingsParamsWithContext creates a new UpdateModelRegistrySettingsParams object with the ability to set a context for a request.

func NewUpdateModelRegistrySettingsParamsWithHTTPClient

func NewUpdateModelRegistrySettingsParamsWithHTTPClient(client *http.Client) *UpdateModelRegistrySettingsParams

NewUpdateModelRegistrySettingsParamsWithHTTPClient creates a new UpdateModelRegistrySettingsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateModelRegistrySettingsParamsWithTimeout

func NewUpdateModelRegistrySettingsParamsWithTimeout(timeout time.Duration) *UpdateModelRegistrySettingsParams

NewUpdateModelRegistrySettingsParamsWithTimeout creates a new UpdateModelRegistrySettingsParams object with the ability to set a timeout on a request.

func (*UpdateModelRegistrySettingsParams) SetBody

SetBody adds the body to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) SetContext

SetContext adds the context to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) SetDefaults

func (o *UpdateModelRegistrySettingsParams) SetDefaults()

SetDefaults hydrates default values in the update model registry settings params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateModelRegistrySettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) SetModel

func (o *UpdateModelRegistrySettingsParams) SetModel(model string)

SetModel adds the model to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) SetOwner

func (o *UpdateModelRegistrySettingsParams) SetOwner(owner string)

SetOwner adds the owner to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) SetTimeout

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

SetTimeout adds the timeout to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) WithBody

WithBody adds the body to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) WithContext

WithContext adds the context to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) WithDefaults

WithDefaults hydrates default values in the update model registry settings params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateModelRegistrySettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) WithModel

WithModel adds the model to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) WithOwner

WithOwner adds the owner to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) WithTimeout

WithTimeout adds the timeout to the update model registry settings params

func (*UpdateModelRegistrySettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateModelRegistrySettingsReader

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

UpdateModelRegistrySettingsReader is a Reader for the UpdateModelRegistrySettings structure.

func (*UpdateModelRegistrySettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateModelVersionDefault

type UpdateModelVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateModelVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateModelVersionDefault

func NewUpdateModelVersionDefault(code int) *UpdateModelVersionDefault

NewUpdateModelVersionDefault creates a UpdateModelVersionDefault with default headers values

func (*UpdateModelVersionDefault) Code

func (o *UpdateModelVersionDefault) Code() int

Code gets the status code for the update model version default response

func (*UpdateModelVersionDefault) Error

func (o *UpdateModelVersionDefault) Error() string

func (*UpdateModelVersionDefault) GetPayload

type UpdateModelVersionForbidden

type UpdateModelVersionForbidden struct {
	Payload interface{}
}
UpdateModelVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateModelVersionForbidden

func NewUpdateModelVersionForbidden() *UpdateModelVersionForbidden

NewUpdateModelVersionForbidden creates a UpdateModelVersionForbidden with default headers values

func (*UpdateModelVersionForbidden) Error

func (*UpdateModelVersionForbidden) GetPayload

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

type UpdateModelVersionNoContent

type UpdateModelVersionNoContent struct {
	Payload interface{}
}
UpdateModelVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateModelVersionNoContent

func NewUpdateModelVersionNoContent() *UpdateModelVersionNoContent

NewUpdateModelVersionNoContent creates a UpdateModelVersionNoContent with default headers values

func (*UpdateModelVersionNoContent) Error

func (*UpdateModelVersionNoContent) GetPayload

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

type UpdateModelVersionNotFound

type UpdateModelVersionNotFound struct {
	Payload interface{}
}
UpdateModelVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateModelVersionNotFound

func NewUpdateModelVersionNotFound() *UpdateModelVersionNotFound

NewUpdateModelVersionNotFound creates a UpdateModelVersionNotFound with default headers values

func (*UpdateModelVersionNotFound) Error

func (*UpdateModelVersionNotFound) GetPayload

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

type UpdateModelVersionOK

type UpdateModelVersionOK struct {
	Payload *service_model.V1ModelVersion
}
UpdateModelVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateModelVersionOK

func NewUpdateModelVersionOK() *UpdateModelVersionOK

NewUpdateModelVersionOK creates a UpdateModelVersionOK with default headers values

func (*UpdateModelVersionOK) Error

func (o *UpdateModelVersionOK) Error() string

func (*UpdateModelVersionOK) GetPayload

type UpdateModelVersionParams

type UpdateModelVersionParams struct {

	/* Body.

	   Model version body
	*/
	Body *service_model.V1ModelVersion

	/* Model.

	   Model name
	*/
	Model string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* VersionName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	VersionName string

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

UpdateModelVersionParams contains all the parameters to send to the API endpoint

for the update model version operation.

Typically these are written to a http.Request.

func NewUpdateModelVersionParams

func NewUpdateModelVersionParams() *UpdateModelVersionParams

NewUpdateModelVersionParams creates a new UpdateModelVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateModelVersionParamsWithContext

func NewUpdateModelVersionParamsWithContext(ctx context.Context) *UpdateModelVersionParams

NewUpdateModelVersionParamsWithContext creates a new UpdateModelVersionParams object with the ability to set a context for a request.

func NewUpdateModelVersionParamsWithHTTPClient

func NewUpdateModelVersionParamsWithHTTPClient(client *http.Client) *UpdateModelVersionParams

NewUpdateModelVersionParamsWithHTTPClient creates a new UpdateModelVersionParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateModelVersionParamsWithTimeout

func NewUpdateModelVersionParamsWithTimeout(timeout time.Duration) *UpdateModelVersionParams

NewUpdateModelVersionParamsWithTimeout creates a new UpdateModelVersionParams object with the ability to set a timeout on a request.

func (*UpdateModelVersionParams) SetBody

SetBody adds the body to the update model version params

func (*UpdateModelVersionParams) SetContext

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

SetContext adds the context to the update model version params

func (*UpdateModelVersionParams) SetDefaults

func (o *UpdateModelVersionParams) SetDefaults()

SetDefaults hydrates default values in the update model version params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateModelVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update model version params

func (*UpdateModelVersionParams) SetModel

func (o *UpdateModelVersionParams) SetModel(model string)

SetModel adds the model to the update model version params

func (*UpdateModelVersionParams) SetOwner

func (o *UpdateModelVersionParams) SetOwner(owner string)

SetOwner adds the owner to the update model version params

func (*UpdateModelVersionParams) SetTimeout

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

SetTimeout adds the timeout to the update model version params

func (*UpdateModelVersionParams) SetVersionName

func (o *UpdateModelVersionParams) SetVersionName(versionName string)

SetVersionName adds the versionName to the update model version params

func (*UpdateModelVersionParams) WithBody

WithBody adds the body to the update model version params

func (*UpdateModelVersionParams) WithContext

WithContext adds the context to the update model version params

func (*UpdateModelVersionParams) WithDefaults

WithDefaults hydrates default values in the update model version params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateModelVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update model version params

func (*UpdateModelVersionParams) WithModel

WithModel adds the model to the update model version params

func (*UpdateModelVersionParams) WithOwner

WithOwner adds the owner to the update model version params

func (*UpdateModelVersionParams) WithTimeout

WithTimeout adds the timeout to the update model version params

func (*UpdateModelVersionParams) WithVersionName

func (o *UpdateModelVersionParams) WithVersionName(versionName string) *UpdateModelVersionParams

WithVersionName adds the versionName to the update model version params

func (*UpdateModelVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateModelVersionReader

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

UpdateModelVersionReader is a Reader for the UpdateModelVersion structure.

func (*UpdateModelVersionReader) ReadResponse

func (o *UpdateModelVersionReader) 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