Documentation ¶
Index ¶
- type BackupWorkspaceDefault
- func (o *BackupWorkspaceDefault) Code() int
- func (o *BackupWorkspaceDefault) Error() string
- func (o *BackupWorkspaceDefault) GetPayload() *models.Error
- func (o *BackupWorkspaceDefault) IsClientError() bool
- func (o *BackupWorkspaceDefault) IsCode(code int) bool
- func (o *BackupWorkspaceDefault) IsRedirect() bool
- func (o *BackupWorkspaceDefault) IsServerError() bool
- func (o *BackupWorkspaceDefault) IsSuccess() bool
- func (o *BackupWorkspaceDefault) String() string
- type BackupWorkspaceOK
- func (o *BackupWorkspaceOK) Code() int
- func (o *BackupWorkspaceOK) Error() string
- func (o *BackupWorkspaceOK) GetPayload() *models.BackupWorkspaceResponse
- func (o *BackupWorkspaceOK) IsClientError() bool
- func (o *BackupWorkspaceOK) IsCode(code int) bool
- func (o *BackupWorkspaceOK) IsRedirect() bool
- func (o *BackupWorkspaceOK) IsServerError() bool
- func (o *BackupWorkspaceOK) IsSuccess() bool
- func (o *BackupWorkspaceOK) String() string
- type BackupWorkspaceParams
- func NewBackupWorkspaceParams() *BackupWorkspaceParams
- func NewBackupWorkspaceParamsWithContext(ctx context.Context) *BackupWorkspaceParams
- func NewBackupWorkspaceParamsWithHTTPClient(client *http.Client) *BackupWorkspaceParams
- func NewBackupWorkspaceParamsWithTimeout(timeout time.Duration) *BackupWorkspaceParams
- func (o *BackupWorkspaceParams) SetContext(ctx context.Context)
- func (o *BackupWorkspaceParams) SetDefaults()
- func (o *BackupWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *BackupWorkspaceParams) SetInput(input *models.BackupWorkspaceRequest)
- func (o *BackupWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *BackupWorkspaceParams) WithContext(ctx context.Context) *BackupWorkspaceParams
- func (o *BackupWorkspaceParams) WithDefaults() *BackupWorkspaceParams
- func (o *BackupWorkspaceParams) WithHTTPClient(client *http.Client) *BackupWorkspaceParams
- func (o *BackupWorkspaceParams) WithInput(input *models.BackupWorkspaceRequest) *BackupWorkspaceParams
- func (o *BackupWorkspaceParams) WithTimeout(timeout time.Duration) *BackupWorkspaceParams
- func (o *BackupWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BackupWorkspaceReader
- type Client
- func (a *Client) BackupWorkspace(params *BackupWorkspaceParams, opts ...ClientOption) (*BackupWorkspaceOK, error)
- func (a *Client) CreateMlServingApp(params *CreateMlServingAppParams, opts ...ClientOption) (*CreateMlServingAppOK, error)
- func (a *Client) CreateModelRegistry(params *CreateModelRegistryParams, opts ...ClientOption) (*CreateModelRegistryOK, error)
- func (a *Client) CreateWorkspace(params *CreateWorkspaceParams, opts ...ClientOption) (*CreateWorkspaceOK, error)
- func (a *Client) DeleteBackup(params *DeleteBackupParams, opts ...ClientOption) (*DeleteBackupOK, error)
- func (a *Client) DeleteInstanceGroup(params *DeleteInstanceGroupParams, opts ...ClientOption) (*DeleteInstanceGroupOK, error)
- func (a *Client) DeleteMlServingApp(params *DeleteMlServingAppParams, opts ...ClientOption) (*DeleteMlServingAppOK, error)
- func (a *Client) DeleteModelRegistry(params *DeleteModelRegistryParams, opts ...ClientOption) (*DeleteModelRegistryOK, error)
- func (a *Client) DeleteWorkspace(params *DeleteWorkspaceParams, opts ...ClientOption) (*DeleteWorkspaceOK, error)
- func (a *Client) DescribeMlServingApp(params *DescribeMlServingAppParams, opts ...ClientOption) (*DescribeMlServingAppOK, error)
- func (a *Client) DescribeModelRegistry(params *DescribeModelRegistryParams, opts ...ClientOption) (*DescribeModelRegistryOK, error)
- func (a *Client) DescribeWorkspace(params *DescribeWorkspaceParams, opts ...ClientOption) (*DescribeWorkspaceOK, error)
- func (a *Client) GetAuditEvents(params *GetAuditEventsParams, opts ...ClientOption) (*GetAuditEventsOK, error)
- func (a *Client) GetKubeconfig(params *GetKubeconfigParams, opts ...ClientOption) (*GetKubeconfigOK, error)
- func (a *Client) GetLatestWorkspaceVersion(params *GetLatestWorkspaceVersionParams, opts ...ClientOption) (*GetLatestWorkspaceVersionOK, error)
- func (a *Client) GetLogs(params *GetLogsParams, opts ...ClientOption) (*GetLogsOK, error)
- func (a *Client) GetMlServingAppKubeconfig(params *GetMlServingAppKubeconfigParams, opts ...ClientOption) (*GetMlServingAppKubeconfigOK, error)
- func (a *Client) GetModelRegistryKubeconfig(params *GetModelRegistryKubeconfigParams, opts ...ClientOption) (*GetModelRegistryKubeconfigOK, error)
- func (a *Client) GrantMlServingAppAccess(params *GrantMlServingAppAccessParams, opts ...ClientOption) (*GrantMlServingAppAccessOK, error)
- func (a *Client) GrantModelRegistryAccess(params *GrantModelRegistryAccessParams, opts ...ClientOption) (*GrantModelRegistryAccessOK, error)
- func (a *Client) GrantWorkspaceAccess(params *GrantWorkspaceAccessParams, opts ...ClientOption) (*GrantWorkspaceAccessOK, error)
- func (a *Client) ListMlServingAppAccess(params *ListMlServingAppAccessParams, opts ...ClientOption) (*ListMlServingAppAccessOK, error)
- func (a *Client) ListMlServingApps(params *ListMlServingAppsParams, opts ...ClientOption) (*ListMlServingAppsOK, error)
- func (a *Client) ListModelRegistries(params *ListModelRegistriesParams, opts ...ClientOption) (*ListModelRegistriesOK, error)
- func (a *Client) ListModelRegistryAccess(params *ListModelRegistryAccessParams, opts ...ClientOption) (*ListModelRegistryAccessOK, error)
- func (a *Client) ListWorkspaceAccess(params *ListWorkspaceAccessParams, opts ...ClientOption) (*ListWorkspaceAccessOK, error)
- func (a *Client) ListWorkspaceBackups(params *ListWorkspaceBackupsParams, opts ...ClientOption) (*ListWorkspaceBackupsOK, error)
- func (a *Client) ListWorkspaces(params *ListWorkspacesParams, opts ...ClientOption) (*ListWorkspacesOK, error)
- func (a *Client) ModifyClusterInstanceGroup(params *ModifyClusterInstanceGroupParams, opts ...ClientOption) (*ModifyClusterInstanceGroupOK, error)
- func (a *Client) ModifyClusterSecurity(params *ModifyClusterSecurityParams, opts ...ClientOption) (*ModifyClusterSecurityOK, error)
- func (a *Client) ModifyMlServingApp(params *ModifyMlServingAppParams, opts ...ClientOption) (*ModifyMlServingAppOK, error)
- func (a *Client) ModifyWorkspaceLoadBalancer(params *ModifyWorkspaceLoadBalancerParams, opts ...ClientOption) (*ModifyWorkspaceLoadBalancerOK, error)
- func (a *Client) RefreshModelRegistryConfigmap(params *RefreshModelRegistryConfigmapParams, opts ...ClientOption) (*RefreshModelRegistryConfigmapOK, error)
- func (a *Client) RequestWorkflowCancellation(params *RequestWorkflowCancellationParams, opts ...ClientOption) (*RequestWorkflowCancellationOK, error)
- func (a *Client) RestoreWorkspace(params *RestoreWorkspaceParams, opts ...ClientOption) (*RestoreWorkspaceOK, error)
- func (a *Client) ResumeWorkspace(params *ResumeWorkspaceParams, opts ...ClientOption) (*ResumeWorkspaceOK, error)
- func (a *Client) RevokeMlServingAppAccess(params *RevokeMlServingAppAccessParams, opts ...ClientOption) (*RevokeMlServingAppAccessOK, error)
- func (a *Client) RevokeModelRegistryAccess(params *RevokeModelRegistryAccessParams, opts ...ClientOption) (*RevokeModelRegistryAccessOK, error)
- func (a *Client) RevokeWorkspaceAccess(params *RevokeWorkspaceAccessParams, opts ...ClientOption) (*RevokeWorkspaceAccessOK, error)
- func (a *Client) RollbackModelRegistryUpgrade(params *RollbackModelRegistryUpgradeParams, opts ...ClientOption) (*RollbackModelRegistryUpgradeOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SuspendWorkspace(params *SuspendWorkspaceParams, opts ...ClientOption) (*SuspendWorkspaceOK, error)
- func (a *Client) UpgradeModelRegistry(params *UpgradeModelRegistryParams, opts ...ClientOption) (*UpgradeModelRegistryOK, error)
- func (a *Client) UpgradeWorkspace(params *UpgradeWorkspaceParams, opts ...ClientOption) (*UpgradeWorkspaceOK, error)
- type ClientOption
- type ClientService
- type CreateMlServingAppDefault
- func (o *CreateMlServingAppDefault) Code() int
- func (o *CreateMlServingAppDefault) Error() string
- func (o *CreateMlServingAppDefault) GetPayload() *models.Error
- func (o *CreateMlServingAppDefault) IsClientError() bool
- func (o *CreateMlServingAppDefault) IsCode(code int) bool
- func (o *CreateMlServingAppDefault) IsRedirect() bool
- func (o *CreateMlServingAppDefault) IsServerError() bool
- func (o *CreateMlServingAppDefault) IsSuccess() bool
- func (o *CreateMlServingAppDefault) String() string
- type CreateMlServingAppOK
- func (o *CreateMlServingAppOK) Code() int
- func (o *CreateMlServingAppOK) Error() string
- func (o *CreateMlServingAppOK) GetPayload() *models.CreateMlServingAppResponse
- func (o *CreateMlServingAppOK) IsClientError() bool
- func (o *CreateMlServingAppOK) IsCode(code int) bool
- func (o *CreateMlServingAppOK) IsRedirect() bool
- func (o *CreateMlServingAppOK) IsServerError() bool
- func (o *CreateMlServingAppOK) IsSuccess() bool
- func (o *CreateMlServingAppOK) String() string
- type CreateMlServingAppParams
- func NewCreateMlServingAppParams() *CreateMlServingAppParams
- func NewCreateMlServingAppParamsWithContext(ctx context.Context) *CreateMlServingAppParams
- func NewCreateMlServingAppParamsWithHTTPClient(client *http.Client) *CreateMlServingAppParams
- func NewCreateMlServingAppParamsWithTimeout(timeout time.Duration) *CreateMlServingAppParams
- func (o *CreateMlServingAppParams) SetContext(ctx context.Context)
- func (o *CreateMlServingAppParams) SetDefaults()
- func (o *CreateMlServingAppParams) SetHTTPClient(client *http.Client)
- func (o *CreateMlServingAppParams) SetInput(input *models.CreateMlServingAppRequest)
- func (o *CreateMlServingAppParams) SetTimeout(timeout time.Duration)
- func (o *CreateMlServingAppParams) WithContext(ctx context.Context) *CreateMlServingAppParams
- func (o *CreateMlServingAppParams) WithDefaults() *CreateMlServingAppParams
- func (o *CreateMlServingAppParams) WithHTTPClient(client *http.Client) *CreateMlServingAppParams
- func (o *CreateMlServingAppParams) WithInput(input *models.CreateMlServingAppRequest) *CreateMlServingAppParams
- func (o *CreateMlServingAppParams) WithTimeout(timeout time.Duration) *CreateMlServingAppParams
- func (o *CreateMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateMlServingAppReader
- type CreateModelRegistryDefault
- func (o *CreateModelRegistryDefault) Code() int
- func (o *CreateModelRegistryDefault) Error() string
- func (o *CreateModelRegistryDefault) GetPayload() *models.Error
- func (o *CreateModelRegistryDefault) IsClientError() bool
- func (o *CreateModelRegistryDefault) IsCode(code int) bool
- func (o *CreateModelRegistryDefault) IsRedirect() bool
- func (o *CreateModelRegistryDefault) IsServerError() bool
- func (o *CreateModelRegistryDefault) IsSuccess() bool
- func (o *CreateModelRegistryDefault) String() string
- type CreateModelRegistryOK
- func (o *CreateModelRegistryOK) Code() int
- func (o *CreateModelRegistryOK) Error() string
- func (o *CreateModelRegistryOK) GetPayload() models.CreateModelRegistryResponse
- func (o *CreateModelRegistryOK) IsClientError() bool
- func (o *CreateModelRegistryOK) IsCode(code int) bool
- func (o *CreateModelRegistryOK) IsRedirect() bool
- func (o *CreateModelRegistryOK) IsServerError() bool
- func (o *CreateModelRegistryOK) IsSuccess() bool
- func (o *CreateModelRegistryOK) String() string
- type CreateModelRegistryParams
- func NewCreateModelRegistryParams() *CreateModelRegistryParams
- func NewCreateModelRegistryParamsWithContext(ctx context.Context) *CreateModelRegistryParams
- func NewCreateModelRegistryParamsWithHTTPClient(client *http.Client) *CreateModelRegistryParams
- func NewCreateModelRegistryParamsWithTimeout(timeout time.Duration) *CreateModelRegistryParams
- func (o *CreateModelRegistryParams) SetContext(ctx context.Context)
- func (o *CreateModelRegistryParams) SetDefaults()
- func (o *CreateModelRegistryParams) SetHTTPClient(client *http.Client)
- func (o *CreateModelRegistryParams) SetInput(input *models.CreateModelRegistryRequest)
- func (o *CreateModelRegistryParams) SetTimeout(timeout time.Duration)
- func (o *CreateModelRegistryParams) WithContext(ctx context.Context) *CreateModelRegistryParams
- func (o *CreateModelRegistryParams) WithDefaults() *CreateModelRegistryParams
- func (o *CreateModelRegistryParams) WithHTTPClient(client *http.Client) *CreateModelRegistryParams
- func (o *CreateModelRegistryParams) WithInput(input *models.CreateModelRegistryRequest) *CreateModelRegistryParams
- func (o *CreateModelRegistryParams) WithTimeout(timeout time.Duration) *CreateModelRegistryParams
- func (o *CreateModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateModelRegistryReader
- type CreateWorkspaceDefault
- func (o *CreateWorkspaceDefault) Code() int
- func (o *CreateWorkspaceDefault) Error() string
- func (o *CreateWorkspaceDefault) GetPayload() *models.Error
- func (o *CreateWorkspaceDefault) IsClientError() bool
- func (o *CreateWorkspaceDefault) IsCode(code int) bool
- func (o *CreateWorkspaceDefault) IsRedirect() bool
- func (o *CreateWorkspaceDefault) IsServerError() bool
- func (o *CreateWorkspaceDefault) IsSuccess() bool
- func (o *CreateWorkspaceDefault) String() string
- type CreateWorkspaceOK
- func (o *CreateWorkspaceOK) Code() int
- func (o *CreateWorkspaceOK) Error() string
- func (o *CreateWorkspaceOK) GetPayload() models.CreateWorkspaceResponse
- func (o *CreateWorkspaceOK) IsClientError() bool
- func (o *CreateWorkspaceOK) IsCode(code int) bool
- func (o *CreateWorkspaceOK) IsRedirect() bool
- func (o *CreateWorkspaceOK) IsServerError() bool
- func (o *CreateWorkspaceOK) IsSuccess() bool
- func (o *CreateWorkspaceOK) String() string
- type CreateWorkspaceParams
- func NewCreateWorkspaceParams() *CreateWorkspaceParams
- func NewCreateWorkspaceParamsWithContext(ctx context.Context) *CreateWorkspaceParams
- func NewCreateWorkspaceParamsWithHTTPClient(client *http.Client) *CreateWorkspaceParams
- func NewCreateWorkspaceParamsWithTimeout(timeout time.Duration) *CreateWorkspaceParams
- func (o *CreateWorkspaceParams) SetContext(ctx context.Context)
- func (o *CreateWorkspaceParams) SetDefaults()
- func (o *CreateWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *CreateWorkspaceParams) SetInput(input *models.CreateWorkspaceRequest)
- func (o *CreateWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *CreateWorkspaceParams) WithContext(ctx context.Context) *CreateWorkspaceParams
- func (o *CreateWorkspaceParams) WithDefaults() *CreateWorkspaceParams
- func (o *CreateWorkspaceParams) WithHTTPClient(client *http.Client) *CreateWorkspaceParams
- func (o *CreateWorkspaceParams) WithInput(input *models.CreateWorkspaceRequest) *CreateWorkspaceParams
- func (o *CreateWorkspaceParams) WithTimeout(timeout time.Duration) *CreateWorkspaceParams
- func (o *CreateWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateWorkspaceReader
- type DeleteBackupDefault
- func (o *DeleteBackupDefault) Code() int
- func (o *DeleteBackupDefault) Error() string
- func (o *DeleteBackupDefault) GetPayload() *models.Error
- func (o *DeleteBackupDefault) IsClientError() bool
- func (o *DeleteBackupDefault) IsCode(code int) bool
- func (o *DeleteBackupDefault) IsRedirect() bool
- func (o *DeleteBackupDefault) IsServerError() bool
- func (o *DeleteBackupDefault) IsSuccess() bool
- func (o *DeleteBackupDefault) String() string
- type DeleteBackupOK
- func (o *DeleteBackupOK) Code() int
- func (o *DeleteBackupOK) Error() string
- func (o *DeleteBackupOK) GetPayload() *models.DeleteBackupResponse
- func (o *DeleteBackupOK) IsClientError() bool
- func (o *DeleteBackupOK) IsCode(code int) bool
- func (o *DeleteBackupOK) IsRedirect() bool
- func (o *DeleteBackupOK) IsServerError() bool
- func (o *DeleteBackupOK) IsSuccess() bool
- func (o *DeleteBackupOK) String() string
- type DeleteBackupParams
- func (o *DeleteBackupParams) SetContext(ctx context.Context)
- func (o *DeleteBackupParams) SetDefaults()
- func (o *DeleteBackupParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBackupParams) SetInput(input *models.DeleteBackupRequest)
- func (o *DeleteBackupParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBackupParams) WithContext(ctx context.Context) *DeleteBackupParams
- func (o *DeleteBackupParams) WithDefaults() *DeleteBackupParams
- func (o *DeleteBackupParams) WithHTTPClient(client *http.Client) *DeleteBackupParams
- func (o *DeleteBackupParams) WithInput(input *models.DeleteBackupRequest) *DeleteBackupParams
- func (o *DeleteBackupParams) WithTimeout(timeout time.Duration) *DeleteBackupParams
- func (o *DeleteBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBackupReader
- type DeleteInstanceGroupDefault
- func (o *DeleteInstanceGroupDefault) Code() int
- func (o *DeleteInstanceGroupDefault) Error() string
- func (o *DeleteInstanceGroupDefault) GetPayload() *models.Error
- func (o *DeleteInstanceGroupDefault) IsClientError() bool
- func (o *DeleteInstanceGroupDefault) IsCode(code int) bool
- func (o *DeleteInstanceGroupDefault) IsRedirect() bool
- func (o *DeleteInstanceGroupDefault) IsServerError() bool
- func (o *DeleteInstanceGroupDefault) IsSuccess() bool
- func (o *DeleteInstanceGroupDefault) String() string
- type DeleteInstanceGroupOK
- func (o *DeleteInstanceGroupOK) Code() int
- func (o *DeleteInstanceGroupOK) Error() string
- func (o *DeleteInstanceGroupOK) GetPayload() models.DeleteInstanceGroupResponse
- func (o *DeleteInstanceGroupOK) IsClientError() bool
- func (o *DeleteInstanceGroupOK) IsCode(code int) bool
- func (o *DeleteInstanceGroupOK) IsRedirect() bool
- func (o *DeleteInstanceGroupOK) IsServerError() bool
- func (o *DeleteInstanceGroupOK) IsSuccess() bool
- func (o *DeleteInstanceGroupOK) String() string
- type DeleteInstanceGroupParams
- func NewDeleteInstanceGroupParams() *DeleteInstanceGroupParams
- func NewDeleteInstanceGroupParamsWithContext(ctx context.Context) *DeleteInstanceGroupParams
- func NewDeleteInstanceGroupParamsWithHTTPClient(client *http.Client) *DeleteInstanceGroupParams
- func NewDeleteInstanceGroupParamsWithTimeout(timeout time.Duration) *DeleteInstanceGroupParams
- func (o *DeleteInstanceGroupParams) SetContext(ctx context.Context)
- func (o *DeleteInstanceGroupParams) SetDefaults()
- func (o *DeleteInstanceGroupParams) SetHTTPClient(client *http.Client)
- func (o *DeleteInstanceGroupParams) SetInput(input *models.DeleteInstanceGroupRequest)
- func (o *DeleteInstanceGroupParams) SetTimeout(timeout time.Duration)
- func (o *DeleteInstanceGroupParams) WithContext(ctx context.Context) *DeleteInstanceGroupParams
- func (o *DeleteInstanceGroupParams) WithDefaults() *DeleteInstanceGroupParams
- func (o *DeleteInstanceGroupParams) WithHTTPClient(client *http.Client) *DeleteInstanceGroupParams
- func (o *DeleteInstanceGroupParams) WithInput(input *models.DeleteInstanceGroupRequest) *DeleteInstanceGroupParams
- func (o *DeleteInstanceGroupParams) WithTimeout(timeout time.Duration) *DeleteInstanceGroupParams
- func (o *DeleteInstanceGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteInstanceGroupReader
- type DeleteMlServingAppDefault
- func (o *DeleteMlServingAppDefault) Code() int
- func (o *DeleteMlServingAppDefault) Error() string
- func (o *DeleteMlServingAppDefault) GetPayload() *models.Error
- func (o *DeleteMlServingAppDefault) IsClientError() bool
- func (o *DeleteMlServingAppDefault) IsCode(code int) bool
- func (o *DeleteMlServingAppDefault) IsRedirect() bool
- func (o *DeleteMlServingAppDefault) IsServerError() bool
- func (o *DeleteMlServingAppDefault) IsSuccess() bool
- func (o *DeleteMlServingAppDefault) String() string
- type DeleteMlServingAppOK
- func (o *DeleteMlServingAppOK) Code() int
- func (o *DeleteMlServingAppOK) Error() string
- func (o *DeleteMlServingAppOK) GetPayload() models.DeleteMlServingAppResponse
- func (o *DeleteMlServingAppOK) IsClientError() bool
- func (o *DeleteMlServingAppOK) IsCode(code int) bool
- func (o *DeleteMlServingAppOK) IsRedirect() bool
- func (o *DeleteMlServingAppOK) IsServerError() bool
- func (o *DeleteMlServingAppOK) IsSuccess() bool
- func (o *DeleteMlServingAppOK) String() string
- type DeleteMlServingAppParams
- func NewDeleteMlServingAppParams() *DeleteMlServingAppParams
- func NewDeleteMlServingAppParamsWithContext(ctx context.Context) *DeleteMlServingAppParams
- func NewDeleteMlServingAppParamsWithHTTPClient(client *http.Client) *DeleteMlServingAppParams
- func NewDeleteMlServingAppParamsWithTimeout(timeout time.Duration) *DeleteMlServingAppParams
- func (o *DeleteMlServingAppParams) SetContext(ctx context.Context)
- func (o *DeleteMlServingAppParams) SetDefaults()
- func (o *DeleteMlServingAppParams) SetHTTPClient(client *http.Client)
- func (o *DeleteMlServingAppParams) SetInput(input *models.DeleteMlServingAppRequest)
- func (o *DeleteMlServingAppParams) SetTimeout(timeout time.Duration)
- func (o *DeleteMlServingAppParams) WithContext(ctx context.Context) *DeleteMlServingAppParams
- func (o *DeleteMlServingAppParams) WithDefaults() *DeleteMlServingAppParams
- func (o *DeleteMlServingAppParams) WithHTTPClient(client *http.Client) *DeleteMlServingAppParams
- func (o *DeleteMlServingAppParams) WithInput(input *models.DeleteMlServingAppRequest) *DeleteMlServingAppParams
- func (o *DeleteMlServingAppParams) WithTimeout(timeout time.Duration) *DeleteMlServingAppParams
- func (o *DeleteMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMlServingAppReader
- type DeleteModelRegistryDefault
- func (o *DeleteModelRegistryDefault) Code() int
- func (o *DeleteModelRegistryDefault) Error() string
- func (o *DeleteModelRegistryDefault) GetPayload() *models.Error
- func (o *DeleteModelRegistryDefault) IsClientError() bool
- func (o *DeleteModelRegistryDefault) IsCode(code int) bool
- func (o *DeleteModelRegistryDefault) IsRedirect() bool
- func (o *DeleteModelRegistryDefault) IsServerError() bool
- func (o *DeleteModelRegistryDefault) IsSuccess() bool
- func (o *DeleteModelRegistryDefault) String() string
- type DeleteModelRegistryOK
- func (o *DeleteModelRegistryOK) Code() int
- func (o *DeleteModelRegistryOK) Error() string
- func (o *DeleteModelRegistryOK) GetPayload() models.DeleteModelRegistryResponse
- func (o *DeleteModelRegistryOK) IsClientError() bool
- func (o *DeleteModelRegistryOK) IsCode(code int) bool
- func (o *DeleteModelRegistryOK) IsRedirect() bool
- func (o *DeleteModelRegistryOK) IsServerError() bool
- func (o *DeleteModelRegistryOK) IsSuccess() bool
- func (o *DeleteModelRegistryOK) String() string
- type DeleteModelRegistryParams
- func NewDeleteModelRegistryParams() *DeleteModelRegistryParams
- func NewDeleteModelRegistryParamsWithContext(ctx context.Context) *DeleteModelRegistryParams
- func NewDeleteModelRegistryParamsWithHTTPClient(client *http.Client) *DeleteModelRegistryParams
- func NewDeleteModelRegistryParamsWithTimeout(timeout time.Duration) *DeleteModelRegistryParams
- func (o *DeleteModelRegistryParams) SetContext(ctx context.Context)
- func (o *DeleteModelRegistryParams) SetDefaults()
- func (o *DeleteModelRegistryParams) SetHTTPClient(client *http.Client)
- func (o *DeleteModelRegistryParams) SetInput(input *models.DeleteModelRegistryRequest)
- func (o *DeleteModelRegistryParams) SetTimeout(timeout time.Duration)
- func (o *DeleteModelRegistryParams) WithContext(ctx context.Context) *DeleteModelRegistryParams
- func (o *DeleteModelRegistryParams) WithDefaults() *DeleteModelRegistryParams
- func (o *DeleteModelRegistryParams) WithHTTPClient(client *http.Client) *DeleteModelRegistryParams
- func (o *DeleteModelRegistryParams) WithInput(input *models.DeleteModelRegistryRequest) *DeleteModelRegistryParams
- func (o *DeleteModelRegistryParams) WithTimeout(timeout time.Duration) *DeleteModelRegistryParams
- func (o *DeleteModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteModelRegistryReader
- type DeleteWorkspaceDefault
- func (o *DeleteWorkspaceDefault) Code() int
- func (o *DeleteWorkspaceDefault) Error() string
- func (o *DeleteWorkspaceDefault) GetPayload() *models.Error
- func (o *DeleteWorkspaceDefault) IsClientError() bool
- func (o *DeleteWorkspaceDefault) IsCode(code int) bool
- func (o *DeleteWorkspaceDefault) IsRedirect() bool
- func (o *DeleteWorkspaceDefault) IsServerError() bool
- func (o *DeleteWorkspaceDefault) IsSuccess() bool
- func (o *DeleteWorkspaceDefault) String() string
- type DeleteWorkspaceOK
- func (o *DeleteWorkspaceOK) Code() int
- func (o *DeleteWorkspaceOK) Error() string
- func (o *DeleteWorkspaceOK) GetPayload() models.DeleteWorkspaceResponse
- func (o *DeleteWorkspaceOK) IsClientError() bool
- func (o *DeleteWorkspaceOK) IsCode(code int) bool
- func (o *DeleteWorkspaceOK) IsRedirect() bool
- func (o *DeleteWorkspaceOK) IsServerError() bool
- func (o *DeleteWorkspaceOK) IsSuccess() bool
- func (o *DeleteWorkspaceOK) String() string
- type DeleteWorkspaceParams
- func NewDeleteWorkspaceParams() *DeleteWorkspaceParams
- func NewDeleteWorkspaceParamsWithContext(ctx context.Context) *DeleteWorkspaceParams
- func NewDeleteWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteWorkspaceParams
- func NewDeleteWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteWorkspaceParams
- func (o *DeleteWorkspaceParams) SetContext(ctx context.Context)
- func (o *DeleteWorkspaceParams) SetDefaults()
- func (o *DeleteWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteWorkspaceParams) SetInput(input *models.DeleteWorkspaceRequest)
- func (o *DeleteWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteWorkspaceParams) WithContext(ctx context.Context) *DeleteWorkspaceParams
- func (o *DeleteWorkspaceParams) WithDefaults() *DeleteWorkspaceParams
- func (o *DeleteWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteWorkspaceParams
- func (o *DeleteWorkspaceParams) WithInput(input *models.DeleteWorkspaceRequest) *DeleteWorkspaceParams
- func (o *DeleteWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteWorkspaceParams
- func (o *DeleteWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteWorkspaceReader
- type DescribeMlServingAppDefault
- func (o *DescribeMlServingAppDefault) Code() int
- func (o *DescribeMlServingAppDefault) Error() string
- func (o *DescribeMlServingAppDefault) GetPayload() *models.Error
- func (o *DescribeMlServingAppDefault) IsClientError() bool
- func (o *DescribeMlServingAppDefault) IsCode(code int) bool
- func (o *DescribeMlServingAppDefault) IsRedirect() bool
- func (o *DescribeMlServingAppDefault) IsServerError() bool
- func (o *DescribeMlServingAppDefault) IsSuccess() bool
- func (o *DescribeMlServingAppDefault) String() string
- type DescribeMlServingAppOK
- func (o *DescribeMlServingAppOK) Code() int
- func (o *DescribeMlServingAppOK) Error() string
- func (o *DescribeMlServingAppOK) GetPayload() *models.DescribeMlServingAppResponse
- func (o *DescribeMlServingAppOK) IsClientError() bool
- func (o *DescribeMlServingAppOK) IsCode(code int) bool
- func (o *DescribeMlServingAppOK) IsRedirect() bool
- func (o *DescribeMlServingAppOK) IsServerError() bool
- func (o *DescribeMlServingAppOK) IsSuccess() bool
- func (o *DescribeMlServingAppOK) String() string
- type DescribeMlServingAppParams
- func NewDescribeMlServingAppParams() *DescribeMlServingAppParams
- func NewDescribeMlServingAppParamsWithContext(ctx context.Context) *DescribeMlServingAppParams
- func NewDescribeMlServingAppParamsWithHTTPClient(client *http.Client) *DescribeMlServingAppParams
- func NewDescribeMlServingAppParamsWithTimeout(timeout time.Duration) *DescribeMlServingAppParams
- func (o *DescribeMlServingAppParams) SetContext(ctx context.Context)
- func (o *DescribeMlServingAppParams) SetDefaults()
- func (o *DescribeMlServingAppParams) SetHTTPClient(client *http.Client)
- func (o *DescribeMlServingAppParams) SetInput(input *models.DescribeMlServingAppRequest)
- func (o *DescribeMlServingAppParams) SetTimeout(timeout time.Duration)
- func (o *DescribeMlServingAppParams) WithContext(ctx context.Context) *DescribeMlServingAppParams
- func (o *DescribeMlServingAppParams) WithDefaults() *DescribeMlServingAppParams
- func (o *DescribeMlServingAppParams) WithHTTPClient(client *http.Client) *DescribeMlServingAppParams
- func (o *DescribeMlServingAppParams) WithInput(input *models.DescribeMlServingAppRequest) *DescribeMlServingAppParams
- func (o *DescribeMlServingAppParams) WithTimeout(timeout time.Duration) *DescribeMlServingAppParams
- func (o *DescribeMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeMlServingAppReader
- type DescribeModelRegistryDefault
- func (o *DescribeModelRegistryDefault) Code() int
- func (o *DescribeModelRegistryDefault) Error() string
- func (o *DescribeModelRegistryDefault) GetPayload() *models.Error
- func (o *DescribeModelRegistryDefault) IsClientError() bool
- func (o *DescribeModelRegistryDefault) IsCode(code int) bool
- func (o *DescribeModelRegistryDefault) IsRedirect() bool
- func (o *DescribeModelRegistryDefault) IsServerError() bool
- func (o *DescribeModelRegistryDefault) IsSuccess() bool
- func (o *DescribeModelRegistryDefault) String() string
- type DescribeModelRegistryOK
- func (o *DescribeModelRegistryOK) Code() int
- func (o *DescribeModelRegistryOK) Error() string
- func (o *DescribeModelRegistryOK) GetPayload() *models.DescribeModelRegistryResponse
- func (o *DescribeModelRegistryOK) IsClientError() bool
- func (o *DescribeModelRegistryOK) IsCode(code int) bool
- func (o *DescribeModelRegistryOK) IsRedirect() bool
- func (o *DescribeModelRegistryOK) IsServerError() bool
- func (o *DescribeModelRegistryOK) IsSuccess() bool
- func (o *DescribeModelRegistryOK) String() string
- type DescribeModelRegistryParams
- func NewDescribeModelRegistryParams() *DescribeModelRegistryParams
- func NewDescribeModelRegistryParamsWithContext(ctx context.Context) *DescribeModelRegistryParams
- func NewDescribeModelRegistryParamsWithHTTPClient(client *http.Client) *DescribeModelRegistryParams
- func NewDescribeModelRegistryParamsWithTimeout(timeout time.Duration) *DescribeModelRegistryParams
- func (o *DescribeModelRegistryParams) SetContext(ctx context.Context)
- func (o *DescribeModelRegistryParams) SetDefaults()
- func (o *DescribeModelRegistryParams) SetHTTPClient(client *http.Client)
- func (o *DescribeModelRegistryParams) SetInput(input *models.DescribeModelRegistryRequest)
- func (o *DescribeModelRegistryParams) SetTimeout(timeout time.Duration)
- func (o *DescribeModelRegistryParams) WithContext(ctx context.Context) *DescribeModelRegistryParams
- func (o *DescribeModelRegistryParams) WithDefaults() *DescribeModelRegistryParams
- func (o *DescribeModelRegistryParams) WithHTTPClient(client *http.Client) *DescribeModelRegistryParams
- func (o *DescribeModelRegistryParams) WithInput(input *models.DescribeModelRegistryRequest) *DescribeModelRegistryParams
- func (o *DescribeModelRegistryParams) WithTimeout(timeout time.Duration) *DescribeModelRegistryParams
- func (o *DescribeModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeModelRegistryReader
- type DescribeWorkspaceDefault
- func (o *DescribeWorkspaceDefault) Code() int
- func (o *DescribeWorkspaceDefault) Error() string
- func (o *DescribeWorkspaceDefault) GetPayload() *models.Error
- func (o *DescribeWorkspaceDefault) IsClientError() bool
- func (o *DescribeWorkspaceDefault) IsCode(code int) bool
- func (o *DescribeWorkspaceDefault) IsRedirect() bool
- func (o *DescribeWorkspaceDefault) IsServerError() bool
- func (o *DescribeWorkspaceDefault) IsSuccess() bool
- func (o *DescribeWorkspaceDefault) String() string
- type DescribeWorkspaceOK
- func (o *DescribeWorkspaceOK) Code() int
- func (o *DescribeWorkspaceOK) Error() string
- func (o *DescribeWorkspaceOK) GetPayload() *models.DescribeWorkspaceResponse
- func (o *DescribeWorkspaceOK) IsClientError() bool
- func (o *DescribeWorkspaceOK) IsCode(code int) bool
- func (o *DescribeWorkspaceOK) IsRedirect() bool
- func (o *DescribeWorkspaceOK) IsServerError() bool
- func (o *DescribeWorkspaceOK) IsSuccess() bool
- func (o *DescribeWorkspaceOK) String() string
- type DescribeWorkspaceParams
- func NewDescribeWorkspaceParams() *DescribeWorkspaceParams
- func NewDescribeWorkspaceParamsWithContext(ctx context.Context) *DescribeWorkspaceParams
- func NewDescribeWorkspaceParamsWithHTTPClient(client *http.Client) *DescribeWorkspaceParams
- func NewDescribeWorkspaceParamsWithTimeout(timeout time.Duration) *DescribeWorkspaceParams
- func (o *DescribeWorkspaceParams) SetContext(ctx context.Context)
- func (o *DescribeWorkspaceParams) SetDefaults()
- func (o *DescribeWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *DescribeWorkspaceParams) SetInput(input *models.DescribeWorkspaceRequest)
- func (o *DescribeWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *DescribeWorkspaceParams) WithContext(ctx context.Context) *DescribeWorkspaceParams
- func (o *DescribeWorkspaceParams) WithDefaults() *DescribeWorkspaceParams
- func (o *DescribeWorkspaceParams) WithHTTPClient(client *http.Client) *DescribeWorkspaceParams
- func (o *DescribeWorkspaceParams) WithInput(input *models.DescribeWorkspaceRequest) *DescribeWorkspaceParams
- func (o *DescribeWorkspaceParams) WithTimeout(timeout time.Duration) *DescribeWorkspaceParams
- func (o *DescribeWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeWorkspaceReader
- type GetAuditEventsDefault
- func (o *GetAuditEventsDefault) Code() int
- func (o *GetAuditEventsDefault) Error() string
- func (o *GetAuditEventsDefault) GetPayload() *models.Error
- func (o *GetAuditEventsDefault) IsClientError() bool
- func (o *GetAuditEventsDefault) IsCode(code int) bool
- func (o *GetAuditEventsDefault) IsRedirect() bool
- func (o *GetAuditEventsDefault) IsServerError() bool
- func (o *GetAuditEventsDefault) IsSuccess() bool
- func (o *GetAuditEventsDefault) String() string
- type GetAuditEventsOK
- func (o *GetAuditEventsOK) Code() int
- func (o *GetAuditEventsOK) Error() string
- func (o *GetAuditEventsOK) GetPayload() *models.GetAuditEventsResponse
- func (o *GetAuditEventsOK) IsClientError() bool
- func (o *GetAuditEventsOK) IsCode(code int) bool
- func (o *GetAuditEventsOK) IsRedirect() bool
- func (o *GetAuditEventsOK) IsServerError() bool
- func (o *GetAuditEventsOK) IsSuccess() bool
- func (o *GetAuditEventsOK) String() string
- type GetAuditEventsParams
- func NewGetAuditEventsParams() *GetAuditEventsParams
- func NewGetAuditEventsParamsWithContext(ctx context.Context) *GetAuditEventsParams
- func NewGetAuditEventsParamsWithHTTPClient(client *http.Client) *GetAuditEventsParams
- func NewGetAuditEventsParamsWithTimeout(timeout time.Duration) *GetAuditEventsParams
- func (o *GetAuditEventsParams) SetContext(ctx context.Context)
- func (o *GetAuditEventsParams) SetDefaults()
- func (o *GetAuditEventsParams) SetHTTPClient(client *http.Client)
- func (o *GetAuditEventsParams) SetInput(input *models.GetAuditEventsRequest)
- func (o *GetAuditEventsParams) SetTimeout(timeout time.Duration)
- func (o *GetAuditEventsParams) WithContext(ctx context.Context) *GetAuditEventsParams
- func (o *GetAuditEventsParams) WithDefaults() *GetAuditEventsParams
- func (o *GetAuditEventsParams) WithHTTPClient(client *http.Client) *GetAuditEventsParams
- func (o *GetAuditEventsParams) WithInput(input *models.GetAuditEventsRequest) *GetAuditEventsParams
- func (o *GetAuditEventsParams) WithTimeout(timeout time.Duration) *GetAuditEventsParams
- func (o *GetAuditEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAuditEventsReader
- type GetKubeconfigDefault
- func (o *GetKubeconfigDefault) Code() int
- func (o *GetKubeconfigDefault) Error() string
- func (o *GetKubeconfigDefault) GetPayload() *models.Error
- func (o *GetKubeconfigDefault) IsClientError() bool
- func (o *GetKubeconfigDefault) IsCode(code int) bool
- func (o *GetKubeconfigDefault) IsRedirect() bool
- func (o *GetKubeconfigDefault) IsServerError() bool
- func (o *GetKubeconfigDefault) IsSuccess() bool
- func (o *GetKubeconfigDefault) String() string
- type GetKubeconfigOK
- func (o *GetKubeconfigOK) Code() int
- func (o *GetKubeconfigOK) Error() string
- func (o *GetKubeconfigOK) GetPayload() *models.GetKubeconfigResponse
- func (o *GetKubeconfigOK) IsClientError() bool
- func (o *GetKubeconfigOK) IsCode(code int) bool
- func (o *GetKubeconfigOK) IsRedirect() bool
- func (o *GetKubeconfigOK) IsServerError() bool
- func (o *GetKubeconfigOK) IsSuccess() bool
- func (o *GetKubeconfigOK) String() string
- type GetKubeconfigParams
- func (o *GetKubeconfigParams) SetContext(ctx context.Context)
- func (o *GetKubeconfigParams) SetDefaults()
- func (o *GetKubeconfigParams) SetHTTPClient(client *http.Client)
- func (o *GetKubeconfigParams) SetInput(input *models.GetKubeconfigRequest)
- func (o *GetKubeconfigParams) SetTimeout(timeout time.Duration)
- func (o *GetKubeconfigParams) WithContext(ctx context.Context) *GetKubeconfigParams
- func (o *GetKubeconfigParams) WithDefaults() *GetKubeconfigParams
- func (o *GetKubeconfigParams) WithHTTPClient(client *http.Client) *GetKubeconfigParams
- func (o *GetKubeconfigParams) WithInput(input *models.GetKubeconfigRequest) *GetKubeconfigParams
- func (o *GetKubeconfigParams) WithTimeout(timeout time.Duration) *GetKubeconfigParams
- func (o *GetKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetKubeconfigReader
- type GetLatestWorkspaceVersionDefault
- func (o *GetLatestWorkspaceVersionDefault) Code() int
- func (o *GetLatestWorkspaceVersionDefault) Error() string
- func (o *GetLatestWorkspaceVersionDefault) GetPayload() *models.Error
- func (o *GetLatestWorkspaceVersionDefault) IsClientError() bool
- func (o *GetLatestWorkspaceVersionDefault) IsCode(code int) bool
- func (o *GetLatestWorkspaceVersionDefault) IsRedirect() bool
- func (o *GetLatestWorkspaceVersionDefault) IsServerError() bool
- func (o *GetLatestWorkspaceVersionDefault) IsSuccess() bool
- func (o *GetLatestWorkspaceVersionDefault) String() string
- type GetLatestWorkspaceVersionOK
- func (o *GetLatestWorkspaceVersionOK) Code() int
- func (o *GetLatestWorkspaceVersionOK) Error() string
- func (o *GetLatestWorkspaceVersionOK) GetPayload() *models.GetLatestWorkspaceVersionResponse
- func (o *GetLatestWorkspaceVersionOK) IsClientError() bool
- func (o *GetLatestWorkspaceVersionOK) IsCode(code int) bool
- func (o *GetLatestWorkspaceVersionOK) IsRedirect() bool
- func (o *GetLatestWorkspaceVersionOK) IsServerError() bool
- func (o *GetLatestWorkspaceVersionOK) IsSuccess() bool
- func (o *GetLatestWorkspaceVersionOK) String() string
- type GetLatestWorkspaceVersionParams
- func NewGetLatestWorkspaceVersionParams() *GetLatestWorkspaceVersionParams
- func NewGetLatestWorkspaceVersionParamsWithContext(ctx context.Context) *GetLatestWorkspaceVersionParams
- func NewGetLatestWorkspaceVersionParamsWithHTTPClient(client *http.Client) *GetLatestWorkspaceVersionParams
- func NewGetLatestWorkspaceVersionParamsWithTimeout(timeout time.Duration) *GetLatestWorkspaceVersionParams
- func (o *GetLatestWorkspaceVersionParams) SetContext(ctx context.Context)
- func (o *GetLatestWorkspaceVersionParams) SetDefaults()
- func (o *GetLatestWorkspaceVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetLatestWorkspaceVersionParams) SetInput(input models.GetLatestWorkspaceVersionRequest)
- func (o *GetLatestWorkspaceVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetLatestWorkspaceVersionParams) WithContext(ctx context.Context) *GetLatestWorkspaceVersionParams
- func (o *GetLatestWorkspaceVersionParams) WithDefaults() *GetLatestWorkspaceVersionParams
- func (o *GetLatestWorkspaceVersionParams) WithHTTPClient(client *http.Client) *GetLatestWorkspaceVersionParams
- func (o *GetLatestWorkspaceVersionParams) WithInput(input models.GetLatestWorkspaceVersionRequest) *GetLatestWorkspaceVersionParams
- func (o *GetLatestWorkspaceVersionParams) WithTimeout(timeout time.Duration) *GetLatestWorkspaceVersionParams
- func (o *GetLatestWorkspaceVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLatestWorkspaceVersionReader
- type GetLogsDefault
- func (o *GetLogsDefault) Code() int
- func (o *GetLogsDefault) Error() string
- func (o *GetLogsDefault) GetPayload() *models.Error
- func (o *GetLogsDefault) IsClientError() bool
- func (o *GetLogsDefault) IsCode(code int) bool
- func (o *GetLogsDefault) IsRedirect() bool
- func (o *GetLogsDefault) IsServerError() bool
- func (o *GetLogsDefault) IsSuccess() bool
- func (o *GetLogsDefault) String() string
- type GetLogsOK
- func (o *GetLogsOK) Code() int
- func (o *GetLogsOK) Error() string
- func (o *GetLogsOK) GetPayload() *models.GetLogsResponse
- func (o *GetLogsOK) IsClientError() bool
- func (o *GetLogsOK) IsCode(code int) bool
- func (o *GetLogsOK) IsRedirect() bool
- func (o *GetLogsOK) IsServerError() bool
- func (o *GetLogsOK) IsSuccess() bool
- func (o *GetLogsOK) String() string
- type GetLogsParams
- func (o *GetLogsParams) SetContext(ctx context.Context)
- func (o *GetLogsParams) SetDefaults()
- func (o *GetLogsParams) SetHTTPClient(client *http.Client)
- func (o *GetLogsParams) SetInput(input *models.GetLogsRequest)
- func (o *GetLogsParams) SetTimeout(timeout time.Duration)
- func (o *GetLogsParams) WithContext(ctx context.Context) *GetLogsParams
- func (o *GetLogsParams) WithDefaults() *GetLogsParams
- func (o *GetLogsParams) WithHTTPClient(client *http.Client) *GetLogsParams
- func (o *GetLogsParams) WithInput(input *models.GetLogsRequest) *GetLogsParams
- func (o *GetLogsParams) WithTimeout(timeout time.Duration) *GetLogsParams
- func (o *GetLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLogsReader
- type GetMlServingAppKubeconfigDefault
- func (o *GetMlServingAppKubeconfigDefault) Code() int
- func (o *GetMlServingAppKubeconfigDefault) Error() string
- func (o *GetMlServingAppKubeconfigDefault) GetPayload() *models.Error
- func (o *GetMlServingAppKubeconfigDefault) IsClientError() bool
- func (o *GetMlServingAppKubeconfigDefault) IsCode(code int) bool
- func (o *GetMlServingAppKubeconfigDefault) IsRedirect() bool
- func (o *GetMlServingAppKubeconfigDefault) IsServerError() bool
- func (o *GetMlServingAppKubeconfigDefault) IsSuccess() bool
- func (o *GetMlServingAppKubeconfigDefault) String() string
- type GetMlServingAppKubeconfigOK
- func (o *GetMlServingAppKubeconfigOK) Code() int
- func (o *GetMlServingAppKubeconfigOK) Error() string
- func (o *GetMlServingAppKubeconfigOK) GetPayload() *models.GetMlServingAppKubeconfigResponse
- func (o *GetMlServingAppKubeconfigOK) IsClientError() bool
- func (o *GetMlServingAppKubeconfigOK) IsCode(code int) bool
- func (o *GetMlServingAppKubeconfigOK) IsRedirect() bool
- func (o *GetMlServingAppKubeconfigOK) IsServerError() bool
- func (o *GetMlServingAppKubeconfigOK) IsSuccess() bool
- func (o *GetMlServingAppKubeconfigOK) String() string
- type GetMlServingAppKubeconfigParams
- func NewGetMlServingAppKubeconfigParams() *GetMlServingAppKubeconfigParams
- func NewGetMlServingAppKubeconfigParamsWithContext(ctx context.Context) *GetMlServingAppKubeconfigParams
- func NewGetMlServingAppKubeconfigParamsWithHTTPClient(client *http.Client) *GetMlServingAppKubeconfigParams
- func NewGetMlServingAppKubeconfigParamsWithTimeout(timeout time.Duration) *GetMlServingAppKubeconfigParams
- func (o *GetMlServingAppKubeconfigParams) SetContext(ctx context.Context)
- func (o *GetMlServingAppKubeconfigParams) SetDefaults()
- func (o *GetMlServingAppKubeconfigParams) SetHTTPClient(client *http.Client)
- func (o *GetMlServingAppKubeconfigParams) SetInput(input *models.GetMlServingAppKubeconfigRequest)
- func (o *GetMlServingAppKubeconfigParams) SetTimeout(timeout time.Duration)
- func (o *GetMlServingAppKubeconfigParams) WithContext(ctx context.Context) *GetMlServingAppKubeconfigParams
- func (o *GetMlServingAppKubeconfigParams) WithDefaults() *GetMlServingAppKubeconfigParams
- func (o *GetMlServingAppKubeconfigParams) WithHTTPClient(client *http.Client) *GetMlServingAppKubeconfigParams
- func (o *GetMlServingAppKubeconfigParams) WithInput(input *models.GetMlServingAppKubeconfigRequest) *GetMlServingAppKubeconfigParams
- func (o *GetMlServingAppKubeconfigParams) WithTimeout(timeout time.Duration) *GetMlServingAppKubeconfigParams
- func (o *GetMlServingAppKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMlServingAppKubeconfigReader
- type GetModelRegistryKubeconfigDefault
- func (o *GetModelRegistryKubeconfigDefault) Code() int
- func (o *GetModelRegistryKubeconfigDefault) Error() string
- func (o *GetModelRegistryKubeconfigDefault) GetPayload() *models.Error
- func (o *GetModelRegistryKubeconfigDefault) IsClientError() bool
- func (o *GetModelRegistryKubeconfigDefault) IsCode(code int) bool
- func (o *GetModelRegistryKubeconfigDefault) IsRedirect() bool
- func (o *GetModelRegistryKubeconfigDefault) IsServerError() bool
- func (o *GetModelRegistryKubeconfigDefault) IsSuccess() bool
- func (o *GetModelRegistryKubeconfigDefault) String() string
- type GetModelRegistryKubeconfigOK
- func (o *GetModelRegistryKubeconfigOK) Code() int
- func (o *GetModelRegistryKubeconfigOK) Error() string
- func (o *GetModelRegistryKubeconfigOK) GetPayload() *models.GetModelRegistryKubeconfigResponse
- func (o *GetModelRegistryKubeconfigOK) IsClientError() bool
- func (o *GetModelRegistryKubeconfigOK) IsCode(code int) bool
- func (o *GetModelRegistryKubeconfigOK) IsRedirect() bool
- func (o *GetModelRegistryKubeconfigOK) IsServerError() bool
- func (o *GetModelRegistryKubeconfigOK) IsSuccess() bool
- func (o *GetModelRegistryKubeconfigOK) String() string
- type GetModelRegistryKubeconfigParams
- func NewGetModelRegistryKubeconfigParams() *GetModelRegistryKubeconfigParams
- func NewGetModelRegistryKubeconfigParamsWithContext(ctx context.Context) *GetModelRegistryKubeconfigParams
- func NewGetModelRegistryKubeconfigParamsWithHTTPClient(client *http.Client) *GetModelRegistryKubeconfigParams
- func NewGetModelRegistryKubeconfigParamsWithTimeout(timeout time.Duration) *GetModelRegistryKubeconfigParams
- func (o *GetModelRegistryKubeconfigParams) SetContext(ctx context.Context)
- func (o *GetModelRegistryKubeconfigParams) SetDefaults()
- func (o *GetModelRegistryKubeconfigParams) SetHTTPClient(client *http.Client)
- func (o *GetModelRegistryKubeconfigParams) SetInput(input *models.GetModelRegistryKubeconfigRequest)
- func (o *GetModelRegistryKubeconfigParams) SetTimeout(timeout time.Duration)
- func (o *GetModelRegistryKubeconfigParams) WithContext(ctx context.Context) *GetModelRegistryKubeconfigParams
- func (o *GetModelRegistryKubeconfigParams) WithDefaults() *GetModelRegistryKubeconfigParams
- func (o *GetModelRegistryKubeconfigParams) WithHTTPClient(client *http.Client) *GetModelRegistryKubeconfigParams
- func (o *GetModelRegistryKubeconfigParams) WithInput(input *models.GetModelRegistryKubeconfigRequest) *GetModelRegistryKubeconfigParams
- func (o *GetModelRegistryKubeconfigParams) WithTimeout(timeout time.Duration) *GetModelRegistryKubeconfigParams
- func (o *GetModelRegistryKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetModelRegistryKubeconfigReader
- type GrantMlServingAppAccessDefault
- func (o *GrantMlServingAppAccessDefault) Code() int
- func (o *GrantMlServingAppAccessDefault) Error() string
- func (o *GrantMlServingAppAccessDefault) GetPayload() *models.Error
- func (o *GrantMlServingAppAccessDefault) IsClientError() bool
- func (o *GrantMlServingAppAccessDefault) IsCode(code int) bool
- func (o *GrantMlServingAppAccessDefault) IsRedirect() bool
- func (o *GrantMlServingAppAccessDefault) IsServerError() bool
- func (o *GrantMlServingAppAccessDefault) IsSuccess() bool
- func (o *GrantMlServingAppAccessDefault) String() string
- type GrantMlServingAppAccessOK
- func (o *GrantMlServingAppAccessOK) Code() int
- func (o *GrantMlServingAppAccessOK) Error() string
- func (o *GrantMlServingAppAccessOK) GetPayload() *models.GrantMlServingAppAccessResponse
- func (o *GrantMlServingAppAccessOK) IsClientError() bool
- func (o *GrantMlServingAppAccessOK) IsCode(code int) bool
- func (o *GrantMlServingAppAccessOK) IsRedirect() bool
- func (o *GrantMlServingAppAccessOK) IsServerError() bool
- func (o *GrantMlServingAppAccessOK) IsSuccess() bool
- func (o *GrantMlServingAppAccessOK) String() string
- type GrantMlServingAppAccessParams
- func NewGrantMlServingAppAccessParams() *GrantMlServingAppAccessParams
- func NewGrantMlServingAppAccessParamsWithContext(ctx context.Context) *GrantMlServingAppAccessParams
- func NewGrantMlServingAppAccessParamsWithHTTPClient(client *http.Client) *GrantMlServingAppAccessParams
- func NewGrantMlServingAppAccessParamsWithTimeout(timeout time.Duration) *GrantMlServingAppAccessParams
- func (o *GrantMlServingAppAccessParams) SetContext(ctx context.Context)
- func (o *GrantMlServingAppAccessParams) SetDefaults()
- func (o *GrantMlServingAppAccessParams) SetHTTPClient(client *http.Client)
- func (o *GrantMlServingAppAccessParams) SetInput(input *models.GrantMlServingAppAccessRequest)
- func (o *GrantMlServingAppAccessParams) SetTimeout(timeout time.Duration)
- func (o *GrantMlServingAppAccessParams) WithContext(ctx context.Context) *GrantMlServingAppAccessParams
- func (o *GrantMlServingAppAccessParams) WithDefaults() *GrantMlServingAppAccessParams
- func (o *GrantMlServingAppAccessParams) WithHTTPClient(client *http.Client) *GrantMlServingAppAccessParams
- func (o *GrantMlServingAppAccessParams) WithInput(input *models.GrantMlServingAppAccessRequest) *GrantMlServingAppAccessParams
- func (o *GrantMlServingAppAccessParams) WithTimeout(timeout time.Duration) *GrantMlServingAppAccessParams
- func (o *GrantMlServingAppAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GrantMlServingAppAccessReader
- type GrantModelRegistryAccessDefault
- func (o *GrantModelRegistryAccessDefault) Code() int
- func (o *GrantModelRegistryAccessDefault) Error() string
- func (o *GrantModelRegistryAccessDefault) GetPayload() *models.Error
- func (o *GrantModelRegistryAccessDefault) IsClientError() bool
- func (o *GrantModelRegistryAccessDefault) IsCode(code int) bool
- func (o *GrantModelRegistryAccessDefault) IsRedirect() bool
- func (o *GrantModelRegistryAccessDefault) IsServerError() bool
- func (o *GrantModelRegistryAccessDefault) IsSuccess() bool
- func (o *GrantModelRegistryAccessDefault) String() string
- type GrantModelRegistryAccessOK
- func (o *GrantModelRegistryAccessOK) Code() int
- func (o *GrantModelRegistryAccessOK) Error() string
- func (o *GrantModelRegistryAccessOK) GetPayload() *models.GrantModelRegistryAccessResponse
- func (o *GrantModelRegistryAccessOK) IsClientError() bool
- func (o *GrantModelRegistryAccessOK) IsCode(code int) bool
- func (o *GrantModelRegistryAccessOK) IsRedirect() bool
- func (o *GrantModelRegistryAccessOK) IsServerError() bool
- func (o *GrantModelRegistryAccessOK) IsSuccess() bool
- func (o *GrantModelRegistryAccessOK) String() string
- type GrantModelRegistryAccessParams
- func NewGrantModelRegistryAccessParams() *GrantModelRegistryAccessParams
- func NewGrantModelRegistryAccessParamsWithContext(ctx context.Context) *GrantModelRegistryAccessParams
- func NewGrantModelRegistryAccessParamsWithHTTPClient(client *http.Client) *GrantModelRegistryAccessParams
- func NewGrantModelRegistryAccessParamsWithTimeout(timeout time.Duration) *GrantModelRegistryAccessParams
- func (o *GrantModelRegistryAccessParams) SetContext(ctx context.Context)
- func (o *GrantModelRegistryAccessParams) SetDefaults()
- func (o *GrantModelRegistryAccessParams) SetHTTPClient(client *http.Client)
- func (o *GrantModelRegistryAccessParams) SetInput(input *models.GrantModelRegistryAccessRequest)
- func (o *GrantModelRegistryAccessParams) SetTimeout(timeout time.Duration)
- func (o *GrantModelRegistryAccessParams) WithContext(ctx context.Context) *GrantModelRegistryAccessParams
- func (o *GrantModelRegistryAccessParams) WithDefaults() *GrantModelRegistryAccessParams
- func (o *GrantModelRegistryAccessParams) WithHTTPClient(client *http.Client) *GrantModelRegistryAccessParams
- func (o *GrantModelRegistryAccessParams) WithInput(input *models.GrantModelRegistryAccessRequest) *GrantModelRegistryAccessParams
- func (o *GrantModelRegistryAccessParams) WithTimeout(timeout time.Duration) *GrantModelRegistryAccessParams
- func (o *GrantModelRegistryAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GrantModelRegistryAccessReader
- type GrantWorkspaceAccessDefault
- func (o *GrantWorkspaceAccessDefault) Code() int
- func (o *GrantWorkspaceAccessDefault) Error() string
- func (o *GrantWorkspaceAccessDefault) GetPayload() *models.Error
- func (o *GrantWorkspaceAccessDefault) IsClientError() bool
- func (o *GrantWorkspaceAccessDefault) IsCode(code int) bool
- func (o *GrantWorkspaceAccessDefault) IsRedirect() bool
- func (o *GrantWorkspaceAccessDefault) IsServerError() bool
- func (o *GrantWorkspaceAccessDefault) IsSuccess() bool
- func (o *GrantWorkspaceAccessDefault) String() string
- type GrantWorkspaceAccessOK
- func (o *GrantWorkspaceAccessOK) Code() int
- func (o *GrantWorkspaceAccessOK) Error() string
- func (o *GrantWorkspaceAccessOK) GetPayload() *models.GrantWorkspaceAccessResponse
- func (o *GrantWorkspaceAccessOK) IsClientError() bool
- func (o *GrantWorkspaceAccessOK) IsCode(code int) bool
- func (o *GrantWorkspaceAccessOK) IsRedirect() bool
- func (o *GrantWorkspaceAccessOK) IsServerError() bool
- func (o *GrantWorkspaceAccessOK) IsSuccess() bool
- func (o *GrantWorkspaceAccessOK) String() string
- type GrantWorkspaceAccessParams
- func NewGrantWorkspaceAccessParams() *GrantWorkspaceAccessParams
- func NewGrantWorkspaceAccessParamsWithContext(ctx context.Context) *GrantWorkspaceAccessParams
- func NewGrantWorkspaceAccessParamsWithHTTPClient(client *http.Client) *GrantWorkspaceAccessParams
- func NewGrantWorkspaceAccessParamsWithTimeout(timeout time.Duration) *GrantWorkspaceAccessParams
- func (o *GrantWorkspaceAccessParams) SetContext(ctx context.Context)
- func (o *GrantWorkspaceAccessParams) SetDefaults()
- func (o *GrantWorkspaceAccessParams) SetHTTPClient(client *http.Client)
- func (o *GrantWorkspaceAccessParams) SetInput(input *models.GrantWorkspaceAccessRequest)
- func (o *GrantWorkspaceAccessParams) SetTimeout(timeout time.Duration)
- func (o *GrantWorkspaceAccessParams) WithContext(ctx context.Context) *GrantWorkspaceAccessParams
- func (o *GrantWorkspaceAccessParams) WithDefaults() *GrantWorkspaceAccessParams
- func (o *GrantWorkspaceAccessParams) WithHTTPClient(client *http.Client) *GrantWorkspaceAccessParams
- func (o *GrantWorkspaceAccessParams) WithInput(input *models.GrantWorkspaceAccessRequest) *GrantWorkspaceAccessParams
- func (o *GrantWorkspaceAccessParams) WithTimeout(timeout time.Duration) *GrantWorkspaceAccessParams
- func (o *GrantWorkspaceAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GrantWorkspaceAccessReader
- type ListMlServingAppAccessDefault
- func (o *ListMlServingAppAccessDefault) Code() int
- func (o *ListMlServingAppAccessDefault) Error() string
- func (o *ListMlServingAppAccessDefault) GetPayload() *models.Error
- func (o *ListMlServingAppAccessDefault) IsClientError() bool
- func (o *ListMlServingAppAccessDefault) IsCode(code int) bool
- func (o *ListMlServingAppAccessDefault) IsRedirect() bool
- func (o *ListMlServingAppAccessDefault) IsServerError() bool
- func (o *ListMlServingAppAccessDefault) IsSuccess() bool
- func (o *ListMlServingAppAccessDefault) String() string
- type ListMlServingAppAccessOK
- func (o *ListMlServingAppAccessOK) Code() int
- func (o *ListMlServingAppAccessOK) Error() string
- func (o *ListMlServingAppAccessOK) GetPayload() *models.ListMlServingAppAccessResponse
- func (o *ListMlServingAppAccessOK) IsClientError() bool
- func (o *ListMlServingAppAccessOK) IsCode(code int) bool
- func (o *ListMlServingAppAccessOK) IsRedirect() bool
- func (o *ListMlServingAppAccessOK) IsServerError() bool
- func (o *ListMlServingAppAccessOK) IsSuccess() bool
- func (o *ListMlServingAppAccessOK) String() string
- type ListMlServingAppAccessParams
- func NewListMlServingAppAccessParams() *ListMlServingAppAccessParams
- func NewListMlServingAppAccessParamsWithContext(ctx context.Context) *ListMlServingAppAccessParams
- func NewListMlServingAppAccessParamsWithHTTPClient(client *http.Client) *ListMlServingAppAccessParams
- func NewListMlServingAppAccessParamsWithTimeout(timeout time.Duration) *ListMlServingAppAccessParams
- func (o *ListMlServingAppAccessParams) SetContext(ctx context.Context)
- func (o *ListMlServingAppAccessParams) SetDefaults()
- func (o *ListMlServingAppAccessParams) SetHTTPClient(client *http.Client)
- func (o *ListMlServingAppAccessParams) SetInput(input *models.ListMlServingAppAccessRequest)
- func (o *ListMlServingAppAccessParams) SetTimeout(timeout time.Duration)
- func (o *ListMlServingAppAccessParams) WithContext(ctx context.Context) *ListMlServingAppAccessParams
- func (o *ListMlServingAppAccessParams) WithDefaults() *ListMlServingAppAccessParams
- func (o *ListMlServingAppAccessParams) WithHTTPClient(client *http.Client) *ListMlServingAppAccessParams
- func (o *ListMlServingAppAccessParams) WithInput(input *models.ListMlServingAppAccessRequest) *ListMlServingAppAccessParams
- func (o *ListMlServingAppAccessParams) WithTimeout(timeout time.Duration) *ListMlServingAppAccessParams
- func (o *ListMlServingAppAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMlServingAppAccessReader
- type ListMlServingAppsDefault
- func (o *ListMlServingAppsDefault) Code() int
- func (o *ListMlServingAppsDefault) Error() string
- func (o *ListMlServingAppsDefault) GetPayload() *models.Error
- func (o *ListMlServingAppsDefault) IsClientError() bool
- func (o *ListMlServingAppsDefault) IsCode(code int) bool
- func (o *ListMlServingAppsDefault) IsRedirect() bool
- func (o *ListMlServingAppsDefault) IsServerError() bool
- func (o *ListMlServingAppsDefault) IsSuccess() bool
- func (o *ListMlServingAppsDefault) String() string
- type ListMlServingAppsOK
- func (o *ListMlServingAppsOK) Code() int
- func (o *ListMlServingAppsOK) Error() string
- func (o *ListMlServingAppsOK) GetPayload() *models.ListMlServingAppsResponse
- func (o *ListMlServingAppsOK) IsClientError() bool
- func (o *ListMlServingAppsOK) IsCode(code int) bool
- func (o *ListMlServingAppsOK) IsRedirect() bool
- func (o *ListMlServingAppsOK) IsServerError() bool
- func (o *ListMlServingAppsOK) IsSuccess() bool
- func (o *ListMlServingAppsOK) String() string
- type ListMlServingAppsParams
- func NewListMlServingAppsParams() *ListMlServingAppsParams
- func NewListMlServingAppsParamsWithContext(ctx context.Context) *ListMlServingAppsParams
- func NewListMlServingAppsParamsWithHTTPClient(client *http.Client) *ListMlServingAppsParams
- func NewListMlServingAppsParamsWithTimeout(timeout time.Duration) *ListMlServingAppsParams
- func (o *ListMlServingAppsParams) SetContext(ctx context.Context)
- func (o *ListMlServingAppsParams) SetDefaults()
- func (o *ListMlServingAppsParams) SetHTTPClient(client *http.Client)
- func (o *ListMlServingAppsParams) SetInput(input *models.ListMlServingAppsRequest)
- func (o *ListMlServingAppsParams) SetTimeout(timeout time.Duration)
- func (o *ListMlServingAppsParams) WithContext(ctx context.Context) *ListMlServingAppsParams
- func (o *ListMlServingAppsParams) WithDefaults() *ListMlServingAppsParams
- func (o *ListMlServingAppsParams) WithHTTPClient(client *http.Client) *ListMlServingAppsParams
- func (o *ListMlServingAppsParams) WithInput(input *models.ListMlServingAppsRequest) *ListMlServingAppsParams
- func (o *ListMlServingAppsParams) WithTimeout(timeout time.Duration) *ListMlServingAppsParams
- func (o *ListMlServingAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMlServingAppsReader
- type ListModelRegistriesDefault
- func (o *ListModelRegistriesDefault) Code() int
- func (o *ListModelRegistriesDefault) Error() string
- func (o *ListModelRegistriesDefault) GetPayload() *models.Error
- func (o *ListModelRegistriesDefault) IsClientError() bool
- func (o *ListModelRegistriesDefault) IsCode(code int) bool
- func (o *ListModelRegistriesDefault) IsRedirect() bool
- func (o *ListModelRegistriesDefault) IsServerError() bool
- func (o *ListModelRegistriesDefault) IsSuccess() bool
- func (o *ListModelRegistriesDefault) String() string
- type ListModelRegistriesOK
- func (o *ListModelRegistriesOK) Code() int
- func (o *ListModelRegistriesOK) Error() string
- func (o *ListModelRegistriesOK) GetPayload() *models.ListModelRegistriesResponse
- func (o *ListModelRegistriesOK) IsClientError() bool
- func (o *ListModelRegistriesOK) IsCode(code int) bool
- func (o *ListModelRegistriesOK) IsRedirect() bool
- func (o *ListModelRegistriesOK) IsServerError() bool
- func (o *ListModelRegistriesOK) IsSuccess() bool
- func (o *ListModelRegistriesOK) String() string
- type ListModelRegistriesParams
- func NewListModelRegistriesParams() *ListModelRegistriesParams
- func NewListModelRegistriesParamsWithContext(ctx context.Context) *ListModelRegistriesParams
- func NewListModelRegistriesParamsWithHTTPClient(client *http.Client) *ListModelRegistriesParams
- func NewListModelRegistriesParamsWithTimeout(timeout time.Duration) *ListModelRegistriesParams
- func (o *ListModelRegistriesParams) SetContext(ctx context.Context)
- func (o *ListModelRegistriesParams) SetDefaults()
- func (o *ListModelRegistriesParams) SetHTTPClient(client *http.Client)
- func (o *ListModelRegistriesParams) SetInput(input models.ListModelRegistriesRequest)
- func (o *ListModelRegistriesParams) SetTimeout(timeout time.Duration)
- func (o *ListModelRegistriesParams) WithContext(ctx context.Context) *ListModelRegistriesParams
- func (o *ListModelRegistriesParams) WithDefaults() *ListModelRegistriesParams
- func (o *ListModelRegistriesParams) WithHTTPClient(client *http.Client) *ListModelRegistriesParams
- func (o *ListModelRegistriesParams) WithInput(input models.ListModelRegistriesRequest) *ListModelRegistriesParams
- func (o *ListModelRegistriesParams) WithTimeout(timeout time.Duration) *ListModelRegistriesParams
- func (o *ListModelRegistriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListModelRegistriesReader
- type ListModelRegistryAccessDefault
- func (o *ListModelRegistryAccessDefault) Code() int
- func (o *ListModelRegistryAccessDefault) Error() string
- func (o *ListModelRegistryAccessDefault) GetPayload() *models.Error
- func (o *ListModelRegistryAccessDefault) IsClientError() bool
- func (o *ListModelRegistryAccessDefault) IsCode(code int) bool
- func (o *ListModelRegistryAccessDefault) IsRedirect() bool
- func (o *ListModelRegistryAccessDefault) IsServerError() bool
- func (o *ListModelRegistryAccessDefault) IsSuccess() bool
- func (o *ListModelRegistryAccessDefault) String() string
- type ListModelRegistryAccessOK
- func (o *ListModelRegistryAccessOK) Code() int
- func (o *ListModelRegistryAccessOK) Error() string
- func (o *ListModelRegistryAccessOK) GetPayload() *models.ListModelRegistryAccessResponse
- func (o *ListModelRegistryAccessOK) IsClientError() bool
- func (o *ListModelRegistryAccessOK) IsCode(code int) bool
- func (o *ListModelRegistryAccessOK) IsRedirect() bool
- func (o *ListModelRegistryAccessOK) IsServerError() bool
- func (o *ListModelRegistryAccessOK) IsSuccess() bool
- func (o *ListModelRegistryAccessOK) String() string
- type ListModelRegistryAccessParams
- func NewListModelRegistryAccessParams() *ListModelRegistryAccessParams
- func NewListModelRegistryAccessParamsWithContext(ctx context.Context) *ListModelRegistryAccessParams
- func NewListModelRegistryAccessParamsWithHTTPClient(client *http.Client) *ListModelRegistryAccessParams
- func NewListModelRegistryAccessParamsWithTimeout(timeout time.Duration) *ListModelRegistryAccessParams
- func (o *ListModelRegistryAccessParams) SetContext(ctx context.Context)
- func (o *ListModelRegistryAccessParams) SetDefaults()
- func (o *ListModelRegistryAccessParams) SetHTTPClient(client *http.Client)
- func (o *ListModelRegistryAccessParams) SetInput(input *models.ListModelRegistryAccessRequest)
- func (o *ListModelRegistryAccessParams) SetTimeout(timeout time.Duration)
- func (o *ListModelRegistryAccessParams) WithContext(ctx context.Context) *ListModelRegistryAccessParams
- func (o *ListModelRegistryAccessParams) WithDefaults() *ListModelRegistryAccessParams
- func (o *ListModelRegistryAccessParams) WithHTTPClient(client *http.Client) *ListModelRegistryAccessParams
- func (o *ListModelRegistryAccessParams) WithInput(input *models.ListModelRegistryAccessRequest) *ListModelRegistryAccessParams
- func (o *ListModelRegistryAccessParams) WithTimeout(timeout time.Duration) *ListModelRegistryAccessParams
- func (o *ListModelRegistryAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListModelRegistryAccessReader
- type ListWorkspaceAccessDefault
- func (o *ListWorkspaceAccessDefault) Code() int
- func (o *ListWorkspaceAccessDefault) Error() string
- func (o *ListWorkspaceAccessDefault) GetPayload() *models.Error
- func (o *ListWorkspaceAccessDefault) IsClientError() bool
- func (o *ListWorkspaceAccessDefault) IsCode(code int) bool
- func (o *ListWorkspaceAccessDefault) IsRedirect() bool
- func (o *ListWorkspaceAccessDefault) IsServerError() bool
- func (o *ListWorkspaceAccessDefault) IsSuccess() bool
- func (o *ListWorkspaceAccessDefault) String() string
- type ListWorkspaceAccessOK
- func (o *ListWorkspaceAccessOK) Code() int
- func (o *ListWorkspaceAccessOK) Error() string
- func (o *ListWorkspaceAccessOK) GetPayload() *models.ListWorkspaceAccessResponse
- func (o *ListWorkspaceAccessOK) IsClientError() bool
- func (o *ListWorkspaceAccessOK) IsCode(code int) bool
- func (o *ListWorkspaceAccessOK) IsRedirect() bool
- func (o *ListWorkspaceAccessOK) IsServerError() bool
- func (o *ListWorkspaceAccessOK) IsSuccess() bool
- func (o *ListWorkspaceAccessOK) String() string
- type ListWorkspaceAccessParams
- func NewListWorkspaceAccessParams() *ListWorkspaceAccessParams
- func NewListWorkspaceAccessParamsWithContext(ctx context.Context) *ListWorkspaceAccessParams
- func NewListWorkspaceAccessParamsWithHTTPClient(client *http.Client) *ListWorkspaceAccessParams
- func NewListWorkspaceAccessParamsWithTimeout(timeout time.Duration) *ListWorkspaceAccessParams
- func (o *ListWorkspaceAccessParams) SetContext(ctx context.Context)
- func (o *ListWorkspaceAccessParams) SetDefaults()
- func (o *ListWorkspaceAccessParams) SetHTTPClient(client *http.Client)
- func (o *ListWorkspaceAccessParams) SetInput(input *models.ListWorkspaceAccessRequest)
- func (o *ListWorkspaceAccessParams) SetTimeout(timeout time.Duration)
- func (o *ListWorkspaceAccessParams) WithContext(ctx context.Context) *ListWorkspaceAccessParams
- func (o *ListWorkspaceAccessParams) WithDefaults() *ListWorkspaceAccessParams
- func (o *ListWorkspaceAccessParams) WithHTTPClient(client *http.Client) *ListWorkspaceAccessParams
- func (o *ListWorkspaceAccessParams) WithInput(input *models.ListWorkspaceAccessRequest) *ListWorkspaceAccessParams
- func (o *ListWorkspaceAccessParams) WithTimeout(timeout time.Duration) *ListWorkspaceAccessParams
- func (o *ListWorkspaceAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListWorkspaceAccessReader
- type ListWorkspaceBackupsDefault
- func (o *ListWorkspaceBackupsDefault) Code() int
- func (o *ListWorkspaceBackupsDefault) Error() string
- func (o *ListWorkspaceBackupsDefault) GetPayload() *models.Error
- func (o *ListWorkspaceBackupsDefault) IsClientError() bool
- func (o *ListWorkspaceBackupsDefault) IsCode(code int) bool
- func (o *ListWorkspaceBackupsDefault) IsRedirect() bool
- func (o *ListWorkspaceBackupsDefault) IsServerError() bool
- func (o *ListWorkspaceBackupsDefault) IsSuccess() bool
- func (o *ListWorkspaceBackupsDefault) String() string
- type ListWorkspaceBackupsOK
- func (o *ListWorkspaceBackupsOK) Code() int
- func (o *ListWorkspaceBackupsOK) Error() string
- func (o *ListWorkspaceBackupsOK) GetPayload() *models.ListWorkspaceBackupsResponse
- func (o *ListWorkspaceBackupsOK) IsClientError() bool
- func (o *ListWorkspaceBackupsOK) IsCode(code int) bool
- func (o *ListWorkspaceBackupsOK) IsRedirect() bool
- func (o *ListWorkspaceBackupsOK) IsServerError() bool
- func (o *ListWorkspaceBackupsOK) IsSuccess() bool
- func (o *ListWorkspaceBackupsOK) String() string
- type ListWorkspaceBackupsParams
- func NewListWorkspaceBackupsParams() *ListWorkspaceBackupsParams
- func NewListWorkspaceBackupsParamsWithContext(ctx context.Context) *ListWorkspaceBackupsParams
- func NewListWorkspaceBackupsParamsWithHTTPClient(client *http.Client) *ListWorkspaceBackupsParams
- func NewListWorkspaceBackupsParamsWithTimeout(timeout time.Duration) *ListWorkspaceBackupsParams
- func (o *ListWorkspaceBackupsParams) SetContext(ctx context.Context)
- func (o *ListWorkspaceBackupsParams) SetDefaults()
- func (o *ListWorkspaceBackupsParams) SetHTTPClient(client *http.Client)
- func (o *ListWorkspaceBackupsParams) SetInput(input *models.ListWorkspaceBackupsRequest)
- func (o *ListWorkspaceBackupsParams) SetTimeout(timeout time.Duration)
- func (o *ListWorkspaceBackupsParams) WithContext(ctx context.Context) *ListWorkspaceBackupsParams
- func (o *ListWorkspaceBackupsParams) WithDefaults() *ListWorkspaceBackupsParams
- func (o *ListWorkspaceBackupsParams) WithHTTPClient(client *http.Client) *ListWorkspaceBackupsParams
- func (o *ListWorkspaceBackupsParams) WithInput(input *models.ListWorkspaceBackupsRequest) *ListWorkspaceBackupsParams
- func (o *ListWorkspaceBackupsParams) WithTimeout(timeout time.Duration) *ListWorkspaceBackupsParams
- func (o *ListWorkspaceBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListWorkspaceBackupsReader
- type ListWorkspacesDefault
- func (o *ListWorkspacesDefault) Code() int
- func (o *ListWorkspacesDefault) Error() string
- func (o *ListWorkspacesDefault) GetPayload() *models.Error
- func (o *ListWorkspacesDefault) IsClientError() bool
- func (o *ListWorkspacesDefault) IsCode(code int) bool
- func (o *ListWorkspacesDefault) IsRedirect() bool
- func (o *ListWorkspacesDefault) IsServerError() bool
- func (o *ListWorkspacesDefault) IsSuccess() bool
- func (o *ListWorkspacesDefault) String() string
- type ListWorkspacesOK
- func (o *ListWorkspacesOK) Code() int
- func (o *ListWorkspacesOK) Error() string
- func (o *ListWorkspacesOK) GetPayload() *models.ListWorkspacesResponse
- func (o *ListWorkspacesOK) IsClientError() bool
- func (o *ListWorkspacesOK) IsCode(code int) bool
- func (o *ListWorkspacesOK) IsRedirect() bool
- func (o *ListWorkspacesOK) IsServerError() bool
- func (o *ListWorkspacesOK) IsSuccess() bool
- func (o *ListWorkspacesOK) String() string
- type ListWorkspacesParams
- func NewListWorkspacesParams() *ListWorkspacesParams
- func NewListWorkspacesParamsWithContext(ctx context.Context) *ListWorkspacesParams
- func NewListWorkspacesParamsWithHTTPClient(client *http.Client) *ListWorkspacesParams
- func NewListWorkspacesParamsWithTimeout(timeout time.Duration) *ListWorkspacesParams
- func (o *ListWorkspacesParams) SetContext(ctx context.Context)
- func (o *ListWorkspacesParams) SetDefaults()
- func (o *ListWorkspacesParams) SetHTTPClient(client *http.Client)
- func (o *ListWorkspacesParams) SetInput(input *models.ListWorkspacesRequest)
- func (o *ListWorkspacesParams) SetTimeout(timeout time.Duration)
- func (o *ListWorkspacesParams) WithContext(ctx context.Context) *ListWorkspacesParams
- func (o *ListWorkspacesParams) WithDefaults() *ListWorkspacesParams
- func (o *ListWorkspacesParams) WithHTTPClient(client *http.Client) *ListWorkspacesParams
- func (o *ListWorkspacesParams) WithInput(input *models.ListWorkspacesRequest) *ListWorkspacesParams
- func (o *ListWorkspacesParams) WithTimeout(timeout time.Duration) *ListWorkspacesParams
- func (o *ListWorkspacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListWorkspacesReader
- type ModifyClusterInstanceGroupDefault
- func (o *ModifyClusterInstanceGroupDefault) Code() int
- func (o *ModifyClusterInstanceGroupDefault) Error() string
- func (o *ModifyClusterInstanceGroupDefault) GetPayload() *models.Error
- func (o *ModifyClusterInstanceGroupDefault) IsClientError() bool
- func (o *ModifyClusterInstanceGroupDefault) IsCode(code int) bool
- func (o *ModifyClusterInstanceGroupDefault) IsRedirect() bool
- func (o *ModifyClusterInstanceGroupDefault) IsServerError() bool
- func (o *ModifyClusterInstanceGroupDefault) IsSuccess() bool
- func (o *ModifyClusterInstanceGroupDefault) String() string
- type ModifyClusterInstanceGroupOK
- func (o *ModifyClusterInstanceGroupOK) Code() int
- func (o *ModifyClusterInstanceGroupOK) Error() string
- func (o *ModifyClusterInstanceGroupOK) GetPayload() models.ModifyClusterInstanceGroupResponse
- func (o *ModifyClusterInstanceGroupOK) IsClientError() bool
- func (o *ModifyClusterInstanceGroupOK) IsCode(code int) bool
- func (o *ModifyClusterInstanceGroupOK) IsRedirect() bool
- func (o *ModifyClusterInstanceGroupOK) IsServerError() bool
- func (o *ModifyClusterInstanceGroupOK) IsSuccess() bool
- func (o *ModifyClusterInstanceGroupOK) String() string
- type ModifyClusterInstanceGroupParams
- func NewModifyClusterInstanceGroupParams() *ModifyClusterInstanceGroupParams
- func NewModifyClusterInstanceGroupParamsWithContext(ctx context.Context) *ModifyClusterInstanceGroupParams
- func NewModifyClusterInstanceGroupParamsWithHTTPClient(client *http.Client) *ModifyClusterInstanceGroupParams
- func NewModifyClusterInstanceGroupParamsWithTimeout(timeout time.Duration) *ModifyClusterInstanceGroupParams
- func (o *ModifyClusterInstanceGroupParams) SetContext(ctx context.Context)
- func (o *ModifyClusterInstanceGroupParams) SetDefaults()
- func (o *ModifyClusterInstanceGroupParams) SetHTTPClient(client *http.Client)
- func (o *ModifyClusterInstanceGroupParams) SetInput(input *models.ModifyClusterInstanceGroupRequest)
- func (o *ModifyClusterInstanceGroupParams) SetTimeout(timeout time.Duration)
- func (o *ModifyClusterInstanceGroupParams) WithContext(ctx context.Context) *ModifyClusterInstanceGroupParams
- func (o *ModifyClusterInstanceGroupParams) WithDefaults() *ModifyClusterInstanceGroupParams
- func (o *ModifyClusterInstanceGroupParams) WithHTTPClient(client *http.Client) *ModifyClusterInstanceGroupParams
- func (o *ModifyClusterInstanceGroupParams) WithInput(input *models.ModifyClusterInstanceGroupRequest) *ModifyClusterInstanceGroupParams
- func (o *ModifyClusterInstanceGroupParams) WithTimeout(timeout time.Duration) *ModifyClusterInstanceGroupParams
- func (o *ModifyClusterInstanceGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyClusterInstanceGroupReader
- type ModifyClusterSecurityDefault
- func (o *ModifyClusterSecurityDefault) Code() int
- func (o *ModifyClusterSecurityDefault) Error() string
- func (o *ModifyClusterSecurityDefault) GetPayload() *models.Error
- func (o *ModifyClusterSecurityDefault) IsClientError() bool
- func (o *ModifyClusterSecurityDefault) IsCode(code int) bool
- func (o *ModifyClusterSecurityDefault) IsRedirect() bool
- func (o *ModifyClusterSecurityDefault) IsServerError() bool
- func (o *ModifyClusterSecurityDefault) IsSuccess() bool
- func (o *ModifyClusterSecurityDefault) String() string
- type ModifyClusterSecurityOK
- func (o *ModifyClusterSecurityOK) Code() int
- func (o *ModifyClusterSecurityOK) Error() string
- func (o *ModifyClusterSecurityOK) GetPayload() models.ModifyClusterSecurityResponse
- func (o *ModifyClusterSecurityOK) IsClientError() bool
- func (o *ModifyClusterSecurityOK) IsCode(code int) bool
- func (o *ModifyClusterSecurityOK) IsRedirect() bool
- func (o *ModifyClusterSecurityOK) IsServerError() bool
- func (o *ModifyClusterSecurityOK) IsSuccess() bool
- func (o *ModifyClusterSecurityOK) String() string
- type ModifyClusterSecurityParams
- func NewModifyClusterSecurityParams() *ModifyClusterSecurityParams
- func NewModifyClusterSecurityParamsWithContext(ctx context.Context) *ModifyClusterSecurityParams
- func NewModifyClusterSecurityParamsWithHTTPClient(client *http.Client) *ModifyClusterSecurityParams
- func NewModifyClusterSecurityParamsWithTimeout(timeout time.Duration) *ModifyClusterSecurityParams
- func (o *ModifyClusterSecurityParams) SetContext(ctx context.Context)
- func (o *ModifyClusterSecurityParams) SetDefaults()
- func (o *ModifyClusterSecurityParams) SetHTTPClient(client *http.Client)
- func (o *ModifyClusterSecurityParams) SetInput(input *models.ModifyClusterSecurityRequest)
- func (o *ModifyClusterSecurityParams) SetTimeout(timeout time.Duration)
- func (o *ModifyClusterSecurityParams) WithContext(ctx context.Context) *ModifyClusterSecurityParams
- func (o *ModifyClusterSecurityParams) WithDefaults() *ModifyClusterSecurityParams
- func (o *ModifyClusterSecurityParams) WithHTTPClient(client *http.Client) *ModifyClusterSecurityParams
- func (o *ModifyClusterSecurityParams) WithInput(input *models.ModifyClusterSecurityRequest) *ModifyClusterSecurityParams
- func (o *ModifyClusterSecurityParams) WithTimeout(timeout time.Duration) *ModifyClusterSecurityParams
- func (o *ModifyClusterSecurityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyClusterSecurityReader
- type ModifyMlServingAppDefault
- func (o *ModifyMlServingAppDefault) Code() int
- func (o *ModifyMlServingAppDefault) Error() string
- func (o *ModifyMlServingAppDefault) GetPayload() *models.Error
- func (o *ModifyMlServingAppDefault) IsClientError() bool
- func (o *ModifyMlServingAppDefault) IsCode(code int) bool
- func (o *ModifyMlServingAppDefault) IsRedirect() bool
- func (o *ModifyMlServingAppDefault) IsServerError() bool
- func (o *ModifyMlServingAppDefault) IsSuccess() bool
- func (o *ModifyMlServingAppDefault) String() string
- type ModifyMlServingAppOK
- func (o *ModifyMlServingAppOK) Code() int
- func (o *ModifyMlServingAppOK) Error() string
- func (o *ModifyMlServingAppOK) GetPayload() models.ModifyMlServingAppResponse
- func (o *ModifyMlServingAppOK) IsClientError() bool
- func (o *ModifyMlServingAppOK) IsCode(code int) bool
- func (o *ModifyMlServingAppOK) IsRedirect() bool
- func (o *ModifyMlServingAppOK) IsServerError() bool
- func (o *ModifyMlServingAppOK) IsSuccess() bool
- func (o *ModifyMlServingAppOK) String() string
- type ModifyMlServingAppParams
- func NewModifyMlServingAppParams() *ModifyMlServingAppParams
- func NewModifyMlServingAppParamsWithContext(ctx context.Context) *ModifyMlServingAppParams
- func NewModifyMlServingAppParamsWithHTTPClient(client *http.Client) *ModifyMlServingAppParams
- func NewModifyMlServingAppParamsWithTimeout(timeout time.Duration) *ModifyMlServingAppParams
- func (o *ModifyMlServingAppParams) SetContext(ctx context.Context)
- func (o *ModifyMlServingAppParams) SetDefaults()
- func (o *ModifyMlServingAppParams) SetHTTPClient(client *http.Client)
- func (o *ModifyMlServingAppParams) SetInput(input *models.ModifyMlServingAppRequest)
- func (o *ModifyMlServingAppParams) SetTimeout(timeout time.Duration)
- func (o *ModifyMlServingAppParams) WithContext(ctx context.Context) *ModifyMlServingAppParams
- func (o *ModifyMlServingAppParams) WithDefaults() *ModifyMlServingAppParams
- func (o *ModifyMlServingAppParams) WithHTTPClient(client *http.Client) *ModifyMlServingAppParams
- func (o *ModifyMlServingAppParams) WithInput(input *models.ModifyMlServingAppRequest) *ModifyMlServingAppParams
- func (o *ModifyMlServingAppParams) WithTimeout(timeout time.Duration) *ModifyMlServingAppParams
- func (o *ModifyMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyMlServingAppReader
- type ModifyWorkspaceLoadBalancerDefault
- func (o *ModifyWorkspaceLoadBalancerDefault) Code() int
- func (o *ModifyWorkspaceLoadBalancerDefault) Error() string
- func (o *ModifyWorkspaceLoadBalancerDefault) GetPayload() *models.Error
- func (o *ModifyWorkspaceLoadBalancerDefault) IsClientError() bool
- func (o *ModifyWorkspaceLoadBalancerDefault) IsCode(code int) bool
- func (o *ModifyWorkspaceLoadBalancerDefault) IsRedirect() bool
- func (o *ModifyWorkspaceLoadBalancerDefault) IsServerError() bool
- func (o *ModifyWorkspaceLoadBalancerDefault) IsSuccess() bool
- func (o *ModifyWorkspaceLoadBalancerDefault) String() string
- type ModifyWorkspaceLoadBalancerOK
- func (o *ModifyWorkspaceLoadBalancerOK) Code() int
- func (o *ModifyWorkspaceLoadBalancerOK) Error() string
- func (o *ModifyWorkspaceLoadBalancerOK) GetPayload() models.ModifyWorkspaceLoadBalancerResponse
- func (o *ModifyWorkspaceLoadBalancerOK) IsClientError() bool
- func (o *ModifyWorkspaceLoadBalancerOK) IsCode(code int) bool
- func (o *ModifyWorkspaceLoadBalancerOK) IsRedirect() bool
- func (o *ModifyWorkspaceLoadBalancerOK) IsServerError() bool
- func (o *ModifyWorkspaceLoadBalancerOK) IsSuccess() bool
- func (o *ModifyWorkspaceLoadBalancerOK) String() string
- type ModifyWorkspaceLoadBalancerParams
- func NewModifyWorkspaceLoadBalancerParams() *ModifyWorkspaceLoadBalancerParams
- func NewModifyWorkspaceLoadBalancerParamsWithContext(ctx context.Context) *ModifyWorkspaceLoadBalancerParams
- func NewModifyWorkspaceLoadBalancerParamsWithHTTPClient(client *http.Client) *ModifyWorkspaceLoadBalancerParams
- func NewModifyWorkspaceLoadBalancerParamsWithTimeout(timeout time.Duration) *ModifyWorkspaceLoadBalancerParams
- func (o *ModifyWorkspaceLoadBalancerParams) SetContext(ctx context.Context)
- func (o *ModifyWorkspaceLoadBalancerParams) SetDefaults()
- func (o *ModifyWorkspaceLoadBalancerParams) SetHTTPClient(client *http.Client)
- func (o *ModifyWorkspaceLoadBalancerParams) SetInput(input *models.ModifyWorkspaceLoadBalancerRequest)
- func (o *ModifyWorkspaceLoadBalancerParams) SetTimeout(timeout time.Duration)
- func (o *ModifyWorkspaceLoadBalancerParams) WithContext(ctx context.Context) *ModifyWorkspaceLoadBalancerParams
- func (o *ModifyWorkspaceLoadBalancerParams) WithDefaults() *ModifyWorkspaceLoadBalancerParams
- func (o *ModifyWorkspaceLoadBalancerParams) WithHTTPClient(client *http.Client) *ModifyWorkspaceLoadBalancerParams
- func (o *ModifyWorkspaceLoadBalancerParams) WithInput(input *models.ModifyWorkspaceLoadBalancerRequest) *ModifyWorkspaceLoadBalancerParams
- func (o *ModifyWorkspaceLoadBalancerParams) WithTimeout(timeout time.Duration) *ModifyWorkspaceLoadBalancerParams
- func (o *ModifyWorkspaceLoadBalancerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyWorkspaceLoadBalancerReader
- type RefreshModelRegistryConfigmapDefault
- func (o *RefreshModelRegistryConfigmapDefault) Code() int
- func (o *RefreshModelRegistryConfigmapDefault) Error() string
- func (o *RefreshModelRegistryConfigmapDefault) GetPayload() *models.Error
- func (o *RefreshModelRegistryConfigmapDefault) IsClientError() bool
- func (o *RefreshModelRegistryConfigmapDefault) IsCode(code int) bool
- func (o *RefreshModelRegistryConfigmapDefault) IsRedirect() bool
- func (o *RefreshModelRegistryConfigmapDefault) IsServerError() bool
- func (o *RefreshModelRegistryConfigmapDefault) IsSuccess() bool
- func (o *RefreshModelRegistryConfigmapDefault) String() string
- type RefreshModelRegistryConfigmapOK
- func (o *RefreshModelRegistryConfigmapOK) Code() int
- func (o *RefreshModelRegistryConfigmapOK) Error() string
- func (o *RefreshModelRegistryConfigmapOK) GetPayload() models.RefreshModelRegistryConfigmapResponse
- func (o *RefreshModelRegistryConfigmapOK) IsClientError() bool
- func (o *RefreshModelRegistryConfigmapOK) IsCode(code int) bool
- func (o *RefreshModelRegistryConfigmapOK) IsRedirect() bool
- func (o *RefreshModelRegistryConfigmapOK) IsServerError() bool
- func (o *RefreshModelRegistryConfigmapOK) IsSuccess() bool
- func (o *RefreshModelRegistryConfigmapOK) String() string
- type RefreshModelRegistryConfigmapParams
- func NewRefreshModelRegistryConfigmapParams() *RefreshModelRegistryConfigmapParams
- func NewRefreshModelRegistryConfigmapParamsWithContext(ctx context.Context) *RefreshModelRegistryConfigmapParams
- func NewRefreshModelRegistryConfigmapParamsWithHTTPClient(client *http.Client) *RefreshModelRegistryConfigmapParams
- func NewRefreshModelRegistryConfigmapParamsWithTimeout(timeout time.Duration) *RefreshModelRegistryConfigmapParams
- func (o *RefreshModelRegistryConfigmapParams) SetContext(ctx context.Context)
- func (o *RefreshModelRegistryConfigmapParams) SetDefaults()
- func (o *RefreshModelRegistryConfigmapParams) SetHTTPClient(client *http.Client)
- func (o *RefreshModelRegistryConfigmapParams) SetInput(input *models.RefreshModelRegistryConfigmapRequest)
- func (o *RefreshModelRegistryConfigmapParams) SetTimeout(timeout time.Duration)
- func (o *RefreshModelRegistryConfigmapParams) WithContext(ctx context.Context) *RefreshModelRegistryConfigmapParams
- func (o *RefreshModelRegistryConfigmapParams) WithDefaults() *RefreshModelRegistryConfigmapParams
- func (o *RefreshModelRegistryConfigmapParams) WithHTTPClient(client *http.Client) *RefreshModelRegistryConfigmapParams
- func (o *RefreshModelRegistryConfigmapParams) WithInput(input *models.RefreshModelRegistryConfigmapRequest) *RefreshModelRegistryConfigmapParams
- func (o *RefreshModelRegistryConfigmapParams) WithTimeout(timeout time.Duration) *RefreshModelRegistryConfigmapParams
- func (o *RefreshModelRegistryConfigmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RefreshModelRegistryConfigmapReader
- type RequestWorkflowCancellationDefault
- func (o *RequestWorkflowCancellationDefault) Code() int
- func (o *RequestWorkflowCancellationDefault) Error() string
- func (o *RequestWorkflowCancellationDefault) GetPayload() *models.Error
- func (o *RequestWorkflowCancellationDefault) IsClientError() bool
- func (o *RequestWorkflowCancellationDefault) IsCode(code int) bool
- func (o *RequestWorkflowCancellationDefault) IsRedirect() bool
- func (o *RequestWorkflowCancellationDefault) IsServerError() bool
- func (o *RequestWorkflowCancellationDefault) IsSuccess() bool
- func (o *RequestWorkflowCancellationDefault) String() string
- type RequestWorkflowCancellationOK
- func (o *RequestWorkflowCancellationOK) Code() int
- func (o *RequestWorkflowCancellationOK) Error() string
- func (o *RequestWorkflowCancellationOK) GetPayload() *models.RequestWorkflowCancellationResponse
- func (o *RequestWorkflowCancellationOK) IsClientError() bool
- func (o *RequestWorkflowCancellationOK) IsCode(code int) bool
- func (o *RequestWorkflowCancellationOK) IsRedirect() bool
- func (o *RequestWorkflowCancellationOK) IsServerError() bool
- func (o *RequestWorkflowCancellationOK) IsSuccess() bool
- func (o *RequestWorkflowCancellationOK) String() string
- type RequestWorkflowCancellationParams
- func NewRequestWorkflowCancellationParams() *RequestWorkflowCancellationParams
- func NewRequestWorkflowCancellationParamsWithContext(ctx context.Context) *RequestWorkflowCancellationParams
- func NewRequestWorkflowCancellationParamsWithHTTPClient(client *http.Client) *RequestWorkflowCancellationParams
- func NewRequestWorkflowCancellationParamsWithTimeout(timeout time.Duration) *RequestWorkflowCancellationParams
- func (o *RequestWorkflowCancellationParams) SetContext(ctx context.Context)
- func (o *RequestWorkflowCancellationParams) SetDefaults()
- func (o *RequestWorkflowCancellationParams) SetHTTPClient(client *http.Client)
- func (o *RequestWorkflowCancellationParams) SetInput(input *models.RequestWorkflowCancellationRequest)
- func (o *RequestWorkflowCancellationParams) SetTimeout(timeout time.Duration)
- func (o *RequestWorkflowCancellationParams) WithContext(ctx context.Context) *RequestWorkflowCancellationParams
- func (o *RequestWorkflowCancellationParams) WithDefaults() *RequestWorkflowCancellationParams
- func (o *RequestWorkflowCancellationParams) WithHTTPClient(client *http.Client) *RequestWorkflowCancellationParams
- func (o *RequestWorkflowCancellationParams) WithInput(input *models.RequestWorkflowCancellationRequest) *RequestWorkflowCancellationParams
- func (o *RequestWorkflowCancellationParams) WithTimeout(timeout time.Duration) *RequestWorkflowCancellationParams
- func (o *RequestWorkflowCancellationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RequestWorkflowCancellationReader
- type RestoreWorkspaceDefault
- func (o *RestoreWorkspaceDefault) Code() int
- func (o *RestoreWorkspaceDefault) Error() string
- func (o *RestoreWorkspaceDefault) GetPayload() *models.Error
- func (o *RestoreWorkspaceDefault) IsClientError() bool
- func (o *RestoreWorkspaceDefault) IsCode(code int) bool
- func (o *RestoreWorkspaceDefault) IsRedirect() bool
- func (o *RestoreWorkspaceDefault) IsServerError() bool
- func (o *RestoreWorkspaceDefault) IsSuccess() bool
- func (o *RestoreWorkspaceDefault) String() string
- type RestoreWorkspaceOK
- func (o *RestoreWorkspaceOK) Code() int
- func (o *RestoreWorkspaceOK) Error() string
- func (o *RestoreWorkspaceOK) GetPayload() *models.RestoreWorkspaceResponse
- func (o *RestoreWorkspaceOK) IsClientError() bool
- func (o *RestoreWorkspaceOK) IsCode(code int) bool
- func (o *RestoreWorkspaceOK) IsRedirect() bool
- func (o *RestoreWorkspaceOK) IsServerError() bool
- func (o *RestoreWorkspaceOK) IsSuccess() bool
- func (o *RestoreWorkspaceOK) String() string
- type RestoreWorkspaceParams
- func NewRestoreWorkspaceParams() *RestoreWorkspaceParams
- func NewRestoreWorkspaceParamsWithContext(ctx context.Context) *RestoreWorkspaceParams
- func NewRestoreWorkspaceParamsWithHTTPClient(client *http.Client) *RestoreWorkspaceParams
- func NewRestoreWorkspaceParamsWithTimeout(timeout time.Duration) *RestoreWorkspaceParams
- func (o *RestoreWorkspaceParams) SetContext(ctx context.Context)
- func (o *RestoreWorkspaceParams) SetDefaults()
- func (o *RestoreWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *RestoreWorkspaceParams) SetInput(input *models.RestoreWorkspaceRequest)
- func (o *RestoreWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *RestoreWorkspaceParams) WithContext(ctx context.Context) *RestoreWorkspaceParams
- func (o *RestoreWorkspaceParams) WithDefaults() *RestoreWorkspaceParams
- func (o *RestoreWorkspaceParams) WithHTTPClient(client *http.Client) *RestoreWorkspaceParams
- func (o *RestoreWorkspaceParams) WithInput(input *models.RestoreWorkspaceRequest) *RestoreWorkspaceParams
- func (o *RestoreWorkspaceParams) WithTimeout(timeout time.Duration) *RestoreWorkspaceParams
- func (o *RestoreWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreWorkspaceReader
- type ResumeWorkspaceDefault
- func (o *ResumeWorkspaceDefault) Code() int
- func (o *ResumeWorkspaceDefault) Error() string
- func (o *ResumeWorkspaceDefault) GetPayload() *models.Error
- func (o *ResumeWorkspaceDefault) IsClientError() bool
- func (o *ResumeWorkspaceDefault) IsCode(code int) bool
- func (o *ResumeWorkspaceDefault) IsRedirect() bool
- func (o *ResumeWorkspaceDefault) IsServerError() bool
- func (o *ResumeWorkspaceDefault) IsSuccess() bool
- func (o *ResumeWorkspaceDefault) String() string
- type ResumeWorkspaceOK
- func (o *ResumeWorkspaceOK) Code() int
- func (o *ResumeWorkspaceOK) Error() string
- func (o *ResumeWorkspaceOK) GetPayload() models.ResumeWorkspaceResponse
- func (o *ResumeWorkspaceOK) IsClientError() bool
- func (o *ResumeWorkspaceOK) IsCode(code int) bool
- func (o *ResumeWorkspaceOK) IsRedirect() bool
- func (o *ResumeWorkspaceOK) IsServerError() bool
- func (o *ResumeWorkspaceOK) IsSuccess() bool
- func (o *ResumeWorkspaceOK) String() string
- type ResumeWorkspaceParams
- func NewResumeWorkspaceParams() *ResumeWorkspaceParams
- func NewResumeWorkspaceParamsWithContext(ctx context.Context) *ResumeWorkspaceParams
- func NewResumeWorkspaceParamsWithHTTPClient(client *http.Client) *ResumeWorkspaceParams
- func NewResumeWorkspaceParamsWithTimeout(timeout time.Duration) *ResumeWorkspaceParams
- func (o *ResumeWorkspaceParams) SetContext(ctx context.Context)
- func (o *ResumeWorkspaceParams) SetDefaults()
- func (o *ResumeWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *ResumeWorkspaceParams) SetInput(input *models.ResumeWorkspaceRequest)
- func (o *ResumeWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *ResumeWorkspaceParams) WithContext(ctx context.Context) *ResumeWorkspaceParams
- func (o *ResumeWorkspaceParams) WithDefaults() *ResumeWorkspaceParams
- func (o *ResumeWorkspaceParams) WithHTTPClient(client *http.Client) *ResumeWorkspaceParams
- func (o *ResumeWorkspaceParams) WithInput(input *models.ResumeWorkspaceRequest) *ResumeWorkspaceParams
- func (o *ResumeWorkspaceParams) WithTimeout(timeout time.Duration) *ResumeWorkspaceParams
- func (o *ResumeWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ResumeWorkspaceReader
- type RevokeMlServingAppAccessDefault
- func (o *RevokeMlServingAppAccessDefault) Code() int
- func (o *RevokeMlServingAppAccessDefault) Error() string
- func (o *RevokeMlServingAppAccessDefault) GetPayload() *models.Error
- func (o *RevokeMlServingAppAccessDefault) IsClientError() bool
- func (o *RevokeMlServingAppAccessDefault) IsCode(code int) bool
- func (o *RevokeMlServingAppAccessDefault) IsRedirect() bool
- func (o *RevokeMlServingAppAccessDefault) IsServerError() bool
- func (o *RevokeMlServingAppAccessDefault) IsSuccess() bool
- func (o *RevokeMlServingAppAccessDefault) String() string
- type RevokeMlServingAppAccessOK
- func (o *RevokeMlServingAppAccessOK) Code() int
- func (o *RevokeMlServingAppAccessOK) Error() string
- func (o *RevokeMlServingAppAccessOK) GetPayload() models.RevokeMlServingAppAccessResponse
- func (o *RevokeMlServingAppAccessOK) IsClientError() bool
- func (o *RevokeMlServingAppAccessOK) IsCode(code int) bool
- func (o *RevokeMlServingAppAccessOK) IsRedirect() bool
- func (o *RevokeMlServingAppAccessOK) IsServerError() bool
- func (o *RevokeMlServingAppAccessOK) IsSuccess() bool
- func (o *RevokeMlServingAppAccessOK) String() string
- type RevokeMlServingAppAccessParams
- func NewRevokeMlServingAppAccessParams() *RevokeMlServingAppAccessParams
- func NewRevokeMlServingAppAccessParamsWithContext(ctx context.Context) *RevokeMlServingAppAccessParams
- func NewRevokeMlServingAppAccessParamsWithHTTPClient(client *http.Client) *RevokeMlServingAppAccessParams
- func NewRevokeMlServingAppAccessParamsWithTimeout(timeout time.Duration) *RevokeMlServingAppAccessParams
- func (o *RevokeMlServingAppAccessParams) SetContext(ctx context.Context)
- func (o *RevokeMlServingAppAccessParams) SetDefaults()
- func (o *RevokeMlServingAppAccessParams) SetHTTPClient(client *http.Client)
- func (o *RevokeMlServingAppAccessParams) SetInput(input *models.RevokeMlServingAppAccessRequest)
- func (o *RevokeMlServingAppAccessParams) SetTimeout(timeout time.Duration)
- func (o *RevokeMlServingAppAccessParams) WithContext(ctx context.Context) *RevokeMlServingAppAccessParams
- func (o *RevokeMlServingAppAccessParams) WithDefaults() *RevokeMlServingAppAccessParams
- func (o *RevokeMlServingAppAccessParams) WithHTTPClient(client *http.Client) *RevokeMlServingAppAccessParams
- func (o *RevokeMlServingAppAccessParams) WithInput(input *models.RevokeMlServingAppAccessRequest) *RevokeMlServingAppAccessParams
- func (o *RevokeMlServingAppAccessParams) WithTimeout(timeout time.Duration) *RevokeMlServingAppAccessParams
- func (o *RevokeMlServingAppAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeMlServingAppAccessReader
- type RevokeModelRegistryAccessDefault
- func (o *RevokeModelRegistryAccessDefault) Code() int
- func (o *RevokeModelRegistryAccessDefault) Error() string
- func (o *RevokeModelRegistryAccessDefault) GetPayload() *models.Error
- func (o *RevokeModelRegistryAccessDefault) IsClientError() bool
- func (o *RevokeModelRegistryAccessDefault) IsCode(code int) bool
- func (o *RevokeModelRegistryAccessDefault) IsRedirect() bool
- func (o *RevokeModelRegistryAccessDefault) IsServerError() bool
- func (o *RevokeModelRegistryAccessDefault) IsSuccess() bool
- func (o *RevokeModelRegistryAccessDefault) String() string
- type RevokeModelRegistryAccessOK
- func (o *RevokeModelRegistryAccessOK) Code() int
- func (o *RevokeModelRegistryAccessOK) Error() string
- func (o *RevokeModelRegistryAccessOK) GetPayload() models.RevokeModelRegistryAccessResponse
- func (o *RevokeModelRegistryAccessOK) IsClientError() bool
- func (o *RevokeModelRegistryAccessOK) IsCode(code int) bool
- func (o *RevokeModelRegistryAccessOK) IsRedirect() bool
- func (o *RevokeModelRegistryAccessOK) IsServerError() bool
- func (o *RevokeModelRegistryAccessOK) IsSuccess() bool
- func (o *RevokeModelRegistryAccessOK) String() string
- type RevokeModelRegistryAccessParams
- func NewRevokeModelRegistryAccessParams() *RevokeModelRegistryAccessParams
- func NewRevokeModelRegistryAccessParamsWithContext(ctx context.Context) *RevokeModelRegistryAccessParams
- func NewRevokeModelRegistryAccessParamsWithHTTPClient(client *http.Client) *RevokeModelRegistryAccessParams
- func NewRevokeModelRegistryAccessParamsWithTimeout(timeout time.Duration) *RevokeModelRegistryAccessParams
- func (o *RevokeModelRegistryAccessParams) SetContext(ctx context.Context)
- func (o *RevokeModelRegistryAccessParams) SetDefaults()
- func (o *RevokeModelRegistryAccessParams) SetHTTPClient(client *http.Client)
- func (o *RevokeModelRegistryAccessParams) SetInput(input *models.RevokeModelRegistryAccessRequest)
- func (o *RevokeModelRegistryAccessParams) SetTimeout(timeout time.Duration)
- func (o *RevokeModelRegistryAccessParams) WithContext(ctx context.Context) *RevokeModelRegistryAccessParams
- func (o *RevokeModelRegistryAccessParams) WithDefaults() *RevokeModelRegistryAccessParams
- func (o *RevokeModelRegistryAccessParams) WithHTTPClient(client *http.Client) *RevokeModelRegistryAccessParams
- func (o *RevokeModelRegistryAccessParams) WithInput(input *models.RevokeModelRegistryAccessRequest) *RevokeModelRegistryAccessParams
- func (o *RevokeModelRegistryAccessParams) WithTimeout(timeout time.Duration) *RevokeModelRegistryAccessParams
- func (o *RevokeModelRegistryAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeModelRegistryAccessReader
- type RevokeWorkspaceAccessDefault
- func (o *RevokeWorkspaceAccessDefault) Code() int
- func (o *RevokeWorkspaceAccessDefault) Error() string
- func (o *RevokeWorkspaceAccessDefault) GetPayload() *models.Error
- func (o *RevokeWorkspaceAccessDefault) IsClientError() bool
- func (o *RevokeWorkspaceAccessDefault) IsCode(code int) bool
- func (o *RevokeWorkspaceAccessDefault) IsRedirect() bool
- func (o *RevokeWorkspaceAccessDefault) IsServerError() bool
- func (o *RevokeWorkspaceAccessDefault) IsSuccess() bool
- func (o *RevokeWorkspaceAccessDefault) String() string
- type RevokeWorkspaceAccessOK
- func (o *RevokeWorkspaceAccessOK) Code() int
- func (o *RevokeWorkspaceAccessOK) Error() string
- func (o *RevokeWorkspaceAccessOK) GetPayload() models.RevokeWorkspaceAccessResponse
- func (o *RevokeWorkspaceAccessOK) IsClientError() bool
- func (o *RevokeWorkspaceAccessOK) IsCode(code int) bool
- func (o *RevokeWorkspaceAccessOK) IsRedirect() bool
- func (o *RevokeWorkspaceAccessOK) IsServerError() bool
- func (o *RevokeWorkspaceAccessOK) IsSuccess() bool
- func (o *RevokeWorkspaceAccessOK) String() string
- type RevokeWorkspaceAccessParams
- func NewRevokeWorkspaceAccessParams() *RevokeWorkspaceAccessParams
- func NewRevokeWorkspaceAccessParamsWithContext(ctx context.Context) *RevokeWorkspaceAccessParams
- func NewRevokeWorkspaceAccessParamsWithHTTPClient(client *http.Client) *RevokeWorkspaceAccessParams
- func NewRevokeWorkspaceAccessParamsWithTimeout(timeout time.Duration) *RevokeWorkspaceAccessParams
- func (o *RevokeWorkspaceAccessParams) SetContext(ctx context.Context)
- func (o *RevokeWorkspaceAccessParams) SetDefaults()
- func (o *RevokeWorkspaceAccessParams) SetHTTPClient(client *http.Client)
- func (o *RevokeWorkspaceAccessParams) SetInput(input *models.RevokeWorkspaceAccessRequest)
- func (o *RevokeWorkspaceAccessParams) SetTimeout(timeout time.Duration)
- func (o *RevokeWorkspaceAccessParams) WithContext(ctx context.Context) *RevokeWorkspaceAccessParams
- func (o *RevokeWorkspaceAccessParams) WithDefaults() *RevokeWorkspaceAccessParams
- func (o *RevokeWorkspaceAccessParams) WithHTTPClient(client *http.Client) *RevokeWorkspaceAccessParams
- func (o *RevokeWorkspaceAccessParams) WithInput(input *models.RevokeWorkspaceAccessRequest) *RevokeWorkspaceAccessParams
- func (o *RevokeWorkspaceAccessParams) WithTimeout(timeout time.Duration) *RevokeWorkspaceAccessParams
- func (o *RevokeWorkspaceAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeWorkspaceAccessReader
- type RollbackModelRegistryUpgradeDefault
- func (o *RollbackModelRegistryUpgradeDefault) Code() int
- func (o *RollbackModelRegistryUpgradeDefault) Error() string
- func (o *RollbackModelRegistryUpgradeDefault) GetPayload() *models.Error
- func (o *RollbackModelRegistryUpgradeDefault) IsClientError() bool
- func (o *RollbackModelRegistryUpgradeDefault) IsCode(code int) bool
- func (o *RollbackModelRegistryUpgradeDefault) IsRedirect() bool
- func (o *RollbackModelRegistryUpgradeDefault) IsServerError() bool
- func (o *RollbackModelRegistryUpgradeDefault) IsSuccess() bool
- func (o *RollbackModelRegistryUpgradeDefault) String() string
- type RollbackModelRegistryUpgradeOK
- func (o *RollbackModelRegistryUpgradeOK) Code() int
- func (o *RollbackModelRegistryUpgradeOK) Error() string
- func (o *RollbackModelRegistryUpgradeOK) GetPayload() models.RollbackModelRegistryUpgradeResponse
- func (o *RollbackModelRegistryUpgradeOK) IsClientError() bool
- func (o *RollbackModelRegistryUpgradeOK) IsCode(code int) bool
- func (o *RollbackModelRegistryUpgradeOK) IsRedirect() bool
- func (o *RollbackModelRegistryUpgradeOK) IsServerError() bool
- func (o *RollbackModelRegistryUpgradeOK) IsSuccess() bool
- func (o *RollbackModelRegistryUpgradeOK) String() string
- type RollbackModelRegistryUpgradeParams
- func NewRollbackModelRegistryUpgradeParams() *RollbackModelRegistryUpgradeParams
- func NewRollbackModelRegistryUpgradeParamsWithContext(ctx context.Context) *RollbackModelRegistryUpgradeParams
- func NewRollbackModelRegistryUpgradeParamsWithHTTPClient(client *http.Client) *RollbackModelRegistryUpgradeParams
- func NewRollbackModelRegistryUpgradeParamsWithTimeout(timeout time.Duration) *RollbackModelRegistryUpgradeParams
- func (o *RollbackModelRegistryUpgradeParams) SetContext(ctx context.Context)
- func (o *RollbackModelRegistryUpgradeParams) SetDefaults()
- func (o *RollbackModelRegistryUpgradeParams) SetHTTPClient(client *http.Client)
- func (o *RollbackModelRegistryUpgradeParams) SetInput(input *models.RollbackModelRegistryUpgradeRequest)
- func (o *RollbackModelRegistryUpgradeParams) SetTimeout(timeout time.Duration)
- func (o *RollbackModelRegistryUpgradeParams) WithContext(ctx context.Context) *RollbackModelRegistryUpgradeParams
- func (o *RollbackModelRegistryUpgradeParams) WithDefaults() *RollbackModelRegistryUpgradeParams
- func (o *RollbackModelRegistryUpgradeParams) WithHTTPClient(client *http.Client) *RollbackModelRegistryUpgradeParams
- func (o *RollbackModelRegistryUpgradeParams) WithInput(input *models.RollbackModelRegistryUpgradeRequest) *RollbackModelRegistryUpgradeParams
- func (o *RollbackModelRegistryUpgradeParams) WithTimeout(timeout time.Duration) *RollbackModelRegistryUpgradeParams
- func (o *RollbackModelRegistryUpgradeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RollbackModelRegistryUpgradeReader
- type SuspendWorkspaceDefault
- func (o *SuspendWorkspaceDefault) Code() int
- func (o *SuspendWorkspaceDefault) Error() string
- func (o *SuspendWorkspaceDefault) GetPayload() *models.Error
- func (o *SuspendWorkspaceDefault) IsClientError() bool
- func (o *SuspendWorkspaceDefault) IsCode(code int) bool
- func (o *SuspendWorkspaceDefault) IsRedirect() bool
- func (o *SuspendWorkspaceDefault) IsServerError() bool
- func (o *SuspendWorkspaceDefault) IsSuccess() bool
- func (o *SuspendWorkspaceDefault) String() string
- type SuspendWorkspaceOK
- func (o *SuspendWorkspaceOK) Code() int
- func (o *SuspendWorkspaceOK) Error() string
- func (o *SuspendWorkspaceOK) GetPayload() models.SuspendWorkspaceResponse
- func (o *SuspendWorkspaceOK) IsClientError() bool
- func (o *SuspendWorkspaceOK) IsCode(code int) bool
- func (o *SuspendWorkspaceOK) IsRedirect() bool
- func (o *SuspendWorkspaceOK) IsServerError() bool
- func (o *SuspendWorkspaceOK) IsSuccess() bool
- func (o *SuspendWorkspaceOK) String() string
- type SuspendWorkspaceParams
- func NewSuspendWorkspaceParams() *SuspendWorkspaceParams
- func NewSuspendWorkspaceParamsWithContext(ctx context.Context) *SuspendWorkspaceParams
- func NewSuspendWorkspaceParamsWithHTTPClient(client *http.Client) *SuspendWorkspaceParams
- func NewSuspendWorkspaceParamsWithTimeout(timeout time.Duration) *SuspendWorkspaceParams
- func (o *SuspendWorkspaceParams) SetContext(ctx context.Context)
- func (o *SuspendWorkspaceParams) SetDefaults()
- func (o *SuspendWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *SuspendWorkspaceParams) SetInput(input *models.SuspendWorkspaceRequest)
- func (o *SuspendWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *SuspendWorkspaceParams) WithContext(ctx context.Context) *SuspendWorkspaceParams
- func (o *SuspendWorkspaceParams) WithDefaults() *SuspendWorkspaceParams
- func (o *SuspendWorkspaceParams) WithHTTPClient(client *http.Client) *SuspendWorkspaceParams
- func (o *SuspendWorkspaceParams) WithInput(input *models.SuspendWorkspaceRequest) *SuspendWorkspaceParams
- func (o *SuspendWorkspaceParams) WithTimeout(timeout time.Duration) *SuspendWorkspaceParams
- func (o *SuspendWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SuspendWorkspaceReader
- type UpgradeModelRegistryDefault
- func (o *UpgradeModelRegistryDefault) Code() int
- func (o *UpgradeModelRegistryDefault) Error() string
- func (o *UpgradeModelRegistryDefault) GetPayload() *models.Error
- func (o *UpgradeModelRegistryDefault) IsClientError() bool
- func (o *UpgradeModelRegistryDefault) IsCode(code int) bool
- func (o *UpgradeModelRegistryDefault) IsRedirect() bool
- func (o *UpgradeModelRegistryDefault) IsServerError() bool
- func (o *UpgradeModelRegistryDefault) IsSuccess() bool
- func (o *UpgradeModelRegistryDefault) String() string
- type UpgradeModelRegistryOK
- func (o *UpgradeModelRegistryOK) Code() int
- func (o *UpgradeModelRegistryOK) Error() string
- func (o *UpgradeModelRegistryOK) GetPayload() *models.UpgradeModelRegistryResponse
- func (o *UpgradeModelRegistryOK) IsClientError() bool
- func (o *UpgradeModelRegistryOK) IsCode(code int) bool
- func (o *UpgradeModelRegistryOK) IsRedirect() bool
- func (o *UpgradeModelRegistryOK) IsServerError() bool
- func (o *UpgradeModelRegistryOK) IsSuccess() bool
- func (o *UpgradeModelRegistryOK) String() string
- type UpgradeModelRegistryParams
- func NewUpgradeModelRegistryParams() *UpgradeModelRegistryParams
- func NewUpgradeModelRegistryParamsWithContext(ctx context.Context) *UpgradeModelRegistryParams
- func NewUpgradeModelRegistryParamsWithHTTPClient(client *http.Client) *UpgradeModelRegistryParams
- func NewUpgradeModelRegistryParamsWithTimeout(timeout time.Duration) *UpgradeModelRegistryParams
- func (o *UpgradeModelRegistryParams) SetContext(ctx context.Context)
- func (o *UpgradeModelRegistryParams) SetDefaults()
- func (o *UpgradeModelRegistryParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeModelRegistryParams) SetInput(input *models.UpgradeModelRegistryRequest)
- func (o *UpgradeModelRegistryParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeModelRegistryParams) WithContext(ctx context.Context) *UpgradeModelRegistryParams
- func (o *UpgradeModelRegistryParams) WithDefaults() *UpgradeModelRegistryParams
- func (o *UpgradeModelRegistryParams) WithHTTPClient(client *http.Client) *UpgradeModelRegistryParams
- func (o *UpgradeModelRegistryParams) WithInput(input *models.UpgradeModelRegistryRequest) *UpgradeModelRegistryParams
- func (o *UpgradeModelRegistryParams) WithTimeout(timeout time.Duration) *UpgradeModelRegistryParams
- func (o *UpgradeModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeModelRegistryReader
- type UpgradeWorkspaceDefault
- func (o *UpgradeWorkspaceDefault) Code() int
- func (o *UpgradeWorkspaceDefault) Error() string
- func (o *UpgradeWorkspaceDefault) GetPayload() *models.Error
- func (o *UpgradeWorkspaceDefault) IsClientError() bool
- func (o *UpgradeWorkspaceDefault) IsCode(code int) bool
- func (o *UpgradeWorkspaceDefault) IsRedirect() bool
- func (o *UpgradeWorkspaceDefault) IsServerError() bool
- func (o *UpgradeWorkspaceDefault) IsSuccess() bool
- func (o *UpgradeWorkspaceDefault) String() string
- type UpgradeWorkspaceOK
- func (o *UpgradeWorkspaceOK) Code() int
- func (o *UpgradeWorkspaceOK) Error() string
- func (o *UpgradeWorkspaceOK) GetPayload() models.UpgradeWorkspaceResponse
- func (o *UpgradeWorkspaceOK) IsClientError() bool
- func (o *UpgradeWorkspaceOK) IsCode(code int) bool
- func (o *UpgradeWorkspaceOK) IsRedirect() bool
- func (o *UpgradeWorkspaceOK) IsServerError() bool
- func (o *UpgradeWorkspaceOK) IsSuccess() bool
- func (o *UpgradeWorkspaceOK) String() string
- type UpgradeWorkspaceParams
- func NewUpgradeWorkspaceParams() *UpgradeWorkspaceParams
- func NewUpgradeWorkspaceParamsWithContext(ctx context.Context) *UpgradeWorkspaceParams
- func NewUpgradeWorkspaceParamsWithHTTPClient(client *http.Client) *UpgradeWorkspaceParams
- func NewUpgradeWorkspaceParamsWithTimeout(timeout time.Duration) *UpgradeWorkspaceParams
- func (o *UpgradeWorkspaceParams) SetContext(ctx context.Context)
- func (o *UpgradeWorkspaceParams) SetDefaults()
- func (o *UpgradeWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeWorkspaceParams) SetInput(input *models.UpgradeWorkspaceRequest)
- func (o *UpgradeWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeWorkspaceParams) WithContext(ctx context.Context) *UpgradeWorkspaceParams
- func (o *UpgradeWorkspaceParams) WithDefaults() *UpgradeWorkspaceParams
- func (o *UpgradeWorkspaceParams) WithHTTPClient(client *http.Client) *UpgradeWorkspaceParams
- func (o *UpgradeWorkspaceParams) WithInput(input *models.UpgradeWorkspaceRequest) *UpgradeWorkspaceParams
- func (o *UpgradeWorkspaceParams) WithTimeout(timeout time.Duration) *UpgradeWorkspaceParams
- func (o *UpgradeWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeWorkspaceReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupWorkspaceDefault ¶
type BackupWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
BackupWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewBackupWorkspaceDefault ¶
func NewBackupWorkspaceDefault(code int) *BackupWorkspaceDefault
NewBackupWorkspaceDefault creates a BackupWorkspaceDefault with default headers values
func (*BackupWorkspaceDefault) Code ¶
func (o *BackupWorkspaceDefault) Code() int
Code gets the status code for the backup workspace default response
func (*BackupWorkspaceDefault) Error ¶
func (o *BackupWorkspaceDefault) Error() string
func (*BackupWorkspaceDefault) GetPayload ¶
func (o *BackupWorkspaceDefault) GetPayload() *models.Error
func (*BackupWorkspaceDefault) IsClientError ¶
func (o *BackupWorkspaceDefault) IsClientError() bool
IsClientError returns true when this backup workspace default response has a 4xx status code
func (*BackupWorkspaceDefault) IsCode ¶
func (o *BackupWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this backup workspace default response a status code equal to that given
func (*BackupWorkspaceDefault) IsRedirect ¶
func (o *BackupWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this backup workspace default response has a 3xx status code
func (*BackupWorkspaceDefault) IsServerError ¶
func (o *BackupWorkspaceDefault) IsServerError() bool
IsServerError returns true when this backup workspace default response has a 5xx status code
func (*BackupWorkspaceDefault) IsSuccess ¶
func (o *BackupWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this backup workspace default response has a 2xx status code
func (*BackupWorkspaceDefault) String ¶
func (o *BackupWorkspaceDefault) String() string
type BackupWorkspaceOK ¶
type BackupWorkspaceOK struct {
Payload *models.BackupWorkspaceResponse
}
BackupWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewBackupWorkspaceOK ¶
func NewBackupWorkspaceOK() *BackupWorkspaceOK
NewBackupWorkspaceOK creates a BackupWorkspaceOK with default headers values
func (*BackupWorkspaceOK) Code ¶
func (o *BackupWorkspaceOK) Code() int
Code gets the status code for the backup workspace o k response
func (*BackupWorkspaceOK) Error ¶
func (o *BackupWorkspaceOK) Error() string
func (*BackupWorkspaceOK) GetPayload ¶
func (o *BackupWorkspaceOK) GetPayload() *models.BackupWorkspaceResponse
func (*BackupWorkspaceOK) IsClientError ¶
func (o *BackupWorkspaceOK) IsClientError() bool
IsClientError returns true when this backup workspace o k response has a 4xx status code
func (*BackupWorkspaceOK) IsCode ¶
func (o *BackupWorkspaceOK) IsCode(code int) bool
IsCode returns true when this backup workspace o k response a status code equal to that given
func (*BackupWorkspaceOK) IsRedirect ¶
func (o *BackupWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this backup workspace o k response has a 3xx status code
func (*BackupWorkspaceOK) IsServerError ¶
func (o *BackupWorkspaceOK) IsServerError() bool
IsServerError returns true when this backup workspace o k response has a 5xx status code
func (*BackupWorkspaceOK) IsSuccess ¶
func (o *BackupWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this backup workspace o k response has a 2xx status code
func (*BackupWorkspaceOK) String ¶
func (o *BackupWorkspaceOK) String() string
type BackupWorkspaceParams ¶
type BackupWorkspaceParams struct { // Input. Input *models.BackupWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BackupWorkspaceParams contains all the parameters to send to the API endpoint
for the backup workspace operation. Typically these are written to a http.Request.
func NewBackupWorkspaceParams ¶
func NewBackupWorkspaceParams() *BackupWorkspaceParams
NewBackupWorkspaceParams creates a new BackupWorkspaceParams 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 NewBackupWorkspaceParamsWithContext ¶
func NewBackupWorkspaceParamsWithContext(ctx context.Context) *BackupWorkspaceParams
NewBackupWorkspaceParamsWithContext creates a new BackupWorkspaceParams object with the ability to set a context for a request.
func NewBackupWorkspaceParamsWithHTTPClient ¶
func NewBackupWorkspaceParamsWithHTTPClient(client *http.Client) *BackupWorkspaceParams
NewBackupWorkspaceParamsWithHTTPClient creates a new BackupWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewBackupWorkspaceParamsWithTimeout ¶
func NewBackupWorkspaceParamsWithTimeout(timeout time.Duration) *BackupWorkspaceParams
NewBackupWorkspaceParamsWithTimeout creates a new BackupWorkspaceParams object with the ability to set a timeout on a request.
func (*BackupWorkspaceParams) SetContext ¶
func (o *BackupWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the backup workspace params
func (*BackupWorkspaceParams) SetDefaults ¶
func (o *BackupWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the backup workspace params (not the query body).
All values with no default are reset to their zero value.
func (*BackupWorkspaceParams) SetHTTPClient ¶
func (o *BackupWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the backup workspace params
func (*BackupWorkspaceParams) SetInput ¶
func (o *BackupWorkspaceParams) SetInput(input *models.BackupWorkspaceRequest)
SetInput adds the input to the backup workspace params
func (*BackupWorkspaceParams) SetTimeout ¶
func (o *BackupWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the backup workspace params
func (*BackupWorkspaceParams) WithContext ¶
func (o *BackupWorkspaceParams) WithContext(ctx context.Context) *BackupWorkspaceParams
WithContext adds the context to the backup workspace params
func (*BackupWorkspaceParams) WithDefaults ¶
func (o *BackupWorkspaceParams) WithDefaults() *BackupWorkspaceParams
WithDefaults hydrates default values in the backup workspace params (not the query body).
All values with no default are reset to their zero value.
func (*BackupWorkspaceParams) WithHTTPClient ¶
func (o *BackupWorkspaceParams) WithHTTPClient(client *http.Client) *BackupWorkspaceParams
WithHTTPClient adds the HTTPClient to the backup workspace params
func (*BackupWorkspaceParams) WithInput ¶
func (o *BackupWorkspaceParams) WithInput(input *models.BackupWorkspaceRequest) *BackupWorkspaceParams
WithInput adds the input to the backup workspace params
func (*BackupWorkspaceParams) WithTimeout ¶
func (o *BackupWorkspaceParams) WithTimeout(timeout time.Duration) *BackupWorkspaceParams
WithTimeout adds the timeout to the backup workspace params
func (*BackupWorkspaceParams) WriteToRequest ¶
func (o *BackupWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BackupWorkspaceReader ¶
type BackupWorkspaceReader struct {
// contains filtered or unexported fields
}
BackupWorkspaceReader is a Reader for the BackupWorkspace structure.
func (*BackupWorkspaceReader) ReadResponse ¶
func (o *BackupWorkspaceReader) 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 operations API
func (*Client) BackupWorkspace ¶
func (a *Client) BackupWorkspace(params *BackupWorkspaceParams, opts ...ClientOption) (*BackupWorkspaceOK, error)
BackupWorkspace backups a workspace
Backup a workspace.
func (*Client) CreateMlServingApp ¶ added in v0.6.0
func (a *Client) CreateMlServingApp(params *CreateMlServingAppParams, opts ...ClientOption) (*CreateMlServingAppOK, error)
CreateMlServingApp creates a cloudera machine learning serving app
Provision a Kubernetes cluster and install the Cloudera Machine Learning application in it.
func (*Client) CreateModelRegistry ¶ added in v0.4.2
func (a *Client) CreateModelRegistry(params *CreateModelRegistryParams, opts ...ClientOption) (*CreateModelRegistryOK, error)
CreateModelRegistry creates a new model registry
Create a new model registry by creating a new workspace and install model registry on it.
func (*Client) CreateWorkspace ¶
func (a *Client) CreateWorkspace(params *CreateWorkspaceParams, opts ...ClientOption) (*CreateWorkspaceOK, error)
CreateWorkspace creates a cloudera machine learning workspace
Provision a Kubernetes cluster and install the Cloudera Machine Learning application in it.
func (*Client) DeleteBackup ¶
func (a *Client) DeleteBackup(params *DeleteBackupParams, opts ...ClientOption) (*DeleteBackupOK, error)
DeleteBackup deletes a backup snapshot
Deletes a Cloudera Machine Learning workspace backup.
func (*Client) DeleteInstanceGroup ¶
func (a *Client) DeleteInstanceGroup(params *DeleteInstanceGroupParams, opts ...ClientOption) (*DeleteInstanceGroupOK, error)
DeleteInstanceGroup deletes an instance group from the cluster
Deletes an instance group from a Cloudera Machine Learning workspace.
func (*Client) DeleteMlServingApp ¶ added in v0.6.0
func (a *Client) DeleteMlServingApp(params *DeleteMlServingAppParams, opts ...ClientOption) (*DeleteMlServingAppOK, error)
DeleteMlServingApp deletes cloudera machine learning serving app
Gracefully deletes the CML Serve App.
func (*Client) DeleteModelRegistry ¶ added in v0.4.2
func (a *Client) DeleteModelRegistry(params *DeleteModelRegistryParams, opts ...ClientOption) (*DeleteModelRegistryOK, error)
DeleteModelRegistry deletes a model registry
Delete a model registry.
func (*Client) DeleteWorkspace ¶
func (a *Client) DeleteWorkspace(params *DeleteWorkspaceParams, opts ...ClientOption) (*DeleteWorkspaceOK, error)
DeleteWorkspace deletes cloudera machine learning workspace
Deletes a Cloudera Machine Learning workspace.
func (*Client) DescribeMlServingApp ¶ added in v0.6.0
func (a *Client) DescribeMlServingApp(params *DescribeMlServingAppParams, opts ...ClientOption) (*DescribeMlServingAppOK, error)
DescribeMlServingApp describes cloudera machine learning serving app
Describe Cloudera Machine Learning Serving App.
func (*Client) DescribeModelRegistry ¶ added in v0.4.2
func (a *Client) DescribeModelRegistry(params *DescribeModelRegistryParams, opts ...ClientOption) (*DescribeModelRegistryOK, error)
DescribeModelRegistry describes cloudera machine learning model registry
Describes a Cloudera Machine Learning Model Registry.
func (*Client) DescribeWorkspace ¶
func (a *Client) DescribeWorkspace(params *DescribeWorkspaceParams, opts ...ClientOption) (*DescribeWorkspaceOK, error)
DescribeWorkspace describes cloudera machine learning workspace
Describes a Cloudera Machine Learning workspace.
func (*Client) GetAuditEvents ¶
func (a *Client) GetAuditEvents(params *GetAuditEventsParams, opts ...ClientOption) (*GetAuditEventsOK, error)
GetAuditEvents gets all the events belong to a workspace crn
Gets all the events belong to a workspace crn.
func (*Client) GetKubeconfig ¶
func (a *Client) GetKubeconfig(params *GetKubeconfigParams, opts ...ClientOption) (*GetKubeconfigOK, error)
GetKubeconfig lists workspace access cloudera machine learning workspace
Lists users that can perform Kubernetes operations on a Cloudera Machine Learning workspace via EKS.
func (*Client) GetLatestWorkspaceVersion ¶
func (a *Client) GetLatestWorkspaceVersion(params *GetLatestWorkspaceVersionParams, opts ...ClientOption) (*GetLatestWorkspaceVersionOK, error)
GetLatestWorkspaceVersion gets latest workspace version cloudera machine learning workspace
Retrieves the latest version that Cloudera Machine Learning deploys to workspaces.
func (*Client) GetLogs ¶
func (a *Client) GetLogs(params *GetLogsParams, opts ...ClientOption) (*GetLogsOK, error)
GetLogs gets all the logs belong to a request id
Gets all the logs belong to a request id.
func (*Client) GetMlServingAppKubeconfig ¶ added in v0.6.0
func (a *Client) GetMlServingAppKubeconfig(params *GetMlServingAppKubeconfigParams, opts ...ClientOption) (*GetMlServingAppKubeconfigOK, error)
GetMlServingAppKubeconfig returns kubeconfig for ml serving app
Gets the Kubeconfig of the Ml Serving cluster.
func (*Client) GetModelRegistryKubeconfig ¶ added in v0.4.2
func (a *Client) GetModelRegistryKubeconfig(params *GetModelRegistryKubeconfigParams, opts ...ClientOption) (*GetModelRegistryKubeconfigOK, error)
GetModelRegistryKubeconfig gets model registry kubeconfig returns kube config for model registry
Gets the Kubeconfig of the model registry cluster.
func (*Client) GrantMlServingAppAccess ¶ added in v0.6.0
func (a *Client) GrantMlServingAppAccess(params *GrantMlServingAppAccessParams, opts ...ClientOption) (*GrantMlServingAppAccessOK, error)
GrantMlServingAppAccess grants access to cloudera machine learning model serving app
Grants an AWS user to perform Kubernetes operations on a Cloudera Machine Learning Model Serving App.
func (*Client) GrantModelRegistryAccess ¶ added in v0.4.2
func (a *Client) GrantModelRegistryAccess(params *GrantModelRegistryAccessParams, opts ...ClientOption) (*GrantModelRegistryAccessOK, error)
GrantModelRegistryAccess grants model registry access cloudera machine learning model registry
Grants an AWS user to perform Kubernetes operations on a Cloudera Machine Learning model registry via EKS.
func (*Client) GrantWorkspaceAccess ¶
func (a *Client) GrantWorkspaceAccess(params *GrantWorkspaceAccessParams, opts ...ClientOption) (*GrantWorkspaceAccessOK, error)
GrantWorkspaceAccess grants workspace access cloudera machine learning workspace
Grants an AWS user to perform Kubernetes operations on a Cloudera Machine Learning workspace via EKS.
func (*Client) ListMlServingAppAccess ¶ added in v0.6.0
func (a *Client) ListMlServingAppAccess(params *ListMlServingAppAccessParams, opts ...ClientOption) (*ListMlServingAppAccessOK, error)
ListMlServingAppAccess lists member access for cloudera machine learning model serving app
Lists users that can perform Kubernetes operations on a Cloudera Machine Learning Model Serving App
func (*Client) ListMlServingApps ¶ added in v0.6.0
func (a *Client) ListMlServingApps(params *ListMlServingAppsParams, opts ...ClientOption) (*ListMlServingAppsOK, error)
ListMlServingApps lists all cloudera machine learning serving apps
List all Cloudera Machine Learning Serving Apps.
func (*Client) ListModelRegistries ¶ added in v0.4.2
func (a *Client) ListModelRegistries(params *ListModelRegistriesParams, opts ...ClientOption) (*ListModelRegistriesOK, error)
ListModelRegistries lists all model registries
List all model registries.
func (*Client) ListModelRegistryAccess ¶ added in v0.4.2
func (a *Client) ListModelRegistryAccess(params *ListModelRegistryAccessParams, opts ...ClientOption) (*ListModelRegistryAccessOK, error)
ListModelRegistryAccess lists workspace access cloudera machine learning model registry
Lists users that can perform Kubernetes operations on a Cloudera Machine Learning model registry via EKS.
func (*Client) ListWorkspaceAccess ¶
func (a *Client) ListWorkspaceAccess(params *ListWorkspaceAccessParams, opts ...ClientOption) (*ListWorkspaceAccessOK, error)
ListWorkspaceAccess lists workspace access cloudera machine learning workspace
Lists users that can perform Kubernetes operations on a Cloudera Machine Learning workspace via EKS.
func (*Client) ListWorkspaceBackups ¶
func (a *Client) ListWorkspaceBackups(params *ListWorkspaceBackupsParams, opts ...ClientOption) (*ListWorkspaceBackupsOK, error)
ListWorkspaceBackups lists backup snapshots of a workspace
List backup snapshots of a workspace.
func (*Client) ListWorkspaces ¶
func (a *Client) ListWorkspaces(params *ListWorkspacesParams, opts ...ClientOption) (*ListWorkspacesOK, error)
ListWorkspaces lists cloudera machine learning workspaces
List Cloudera Machine Learning workspaces.
func (*Client) ModifyClusterInstanceGroup ¶
func (a *Client) ModifyClusterInstanceGroup(params *ModifyClusterInstanceGroupParams, opts ...ClientOption) (*ModifyClusterInstanceGroupOK, error)
ModifyClusterInstanceGroup modifies cloudera machine learning workspace cluster instance group
Modify a Cloudera Machine Learning workspace cluster instance group.
func (*Client) ModifyClusterSecurity ¶
func (a *Client) ModifyClusterSecurity(params *ModifyClusterSecurityParams, opts ...ClientOption) (*ModifyClusterSecurityOK, error)
ModifyClusterSecurity modifies cloudera machine learning workspace cluster security
Modify a Cloudera Machine Learning workspace cluster security.
func (*Client) ModifyMlServingApp ¶ added in v0.6.0
func (a *Client) ModifyMlServingApp(params *ModifyMlServingAppParams, opts ...ClientOption) (*ModifyMlServingAppOK, error)
ModifyMlServingApp modifies a cloudera machine learning serving app s cluster instance group
Modify a Cloudera Machine Learning Serving App's cluster instance group.
func (*Client) ModifyWorkspaceLoadBalancer ¶
func (a *Client) ModifyWorkspaceLoadBalancer(params *ModifyWorkspaceLoadBalancerParams, opts ...ClientOption) (*ModifyWorkspaceLoadBalancerOK, error)
ModifyWorkspaceLoadBalancer modifies cloudera machine learning workspace loadbalancer
Modify a Cloudera Machine Learning workspace loadbalancer.
func (*Client) RefreshModelRegistryConfigmap ¶ added in v0.4.2
func (a *Client) RefreshModelRegistryConfigmap(params *RefreshModelRegistryConfigmapParams, opts ...ClientOption) (*RefreshModelRegistryConfigmapOK, error)
RefreshModelRegistryConfigmap refreshes the model registry configmap of the workspace
Refreshes the model registry configmap of the workspace from the control plane.
func (*Client) RequestWorkflowCancellation ¶
func (a *Client) RequestWorkflowCancellation(params *RequestWorkflowCancellationParams, opts ...ClientOption) (*RequestWorkflowCancellationOK, error)
RequestWorkflowCancellation requests a workflow cancellation
Request a long running workflow cancellation by resource ID and workflow type.
func (*Client) RestoreWorkspace ¶
func (a *Client) RestoreWorkspace(params *RestoreWorkspaceParams, opts ...ClientOption) (*RestoreWorkspaceOK, error)
RestoreWorkspace restores a cloudera machine learning workspace
Create a new workspace based on an existing workspace backup snapshot.
func (*Client) ResumeWorkspace ¶
func (a *Client) ResumeWorkspace(params *ResumeWorkspaceParams, opts ...ClientOption) (*ResumeWorkspaceOK, error)
ResumeWorkspace resumes cloudera machine learning workspace
Resume a Cloudera Machine Learnings workspace.
func (*Client) RevokeMlServingAppAccess ¶ added in v0.6.0
func (a *Client) RevokeMlServingAppAccess(params *RevokeMlServingAppAccessParams, opts ...ClientOption) (*RevokeMlServingAppAccessOK, error)
RevokeMlServingAppAccess revokes access to cloudera machine learning model serving app
Revokes an AWS user to perform Kubernetes operations on a Cloudera Machine Learning Model Serving App.
func (*Client) RevokeModelRegistryAccess ¶ added in v0.4.2
func (a *Client) RevokeModelRegistryAccess(params *RevokeModelRegistryAccessParams, opts ...ClientOption) (*RevokeModelRegistryAccessOK, error)
RevokeModelRegistryAccess revokes model registry access cloudera machine learning model registry
Revokes an AWS user to perform Kubernetes operations on a Cloudera Machine Learning model registry via EKS.
func (*Client) RevokeWorkspaceAccess ¶
func (a *Client) RevokeWorkspaceAccess(params *RevokeWorkspaceAccessParams, opts ...ClientOption) (*RevokeWorkspaceAccessOK, error)
RevokeWorkspaceAccess revokes workspace access cloudera machine learning workspace
Revokes an AWS user to perform Kubernetes operations on a Cloudera Machine Learning workspace via EKS.
func (*Client) RollbackModelRegistryUpgrade ¶ added in v0.5.9
func (a *Client) RollbackModelRegistryUpgrade(params *RollbackModelRegistryUpgradeParams, opts ...ClientOption) (*RollbackModelRegistryUpgradeOK, error)
RollbackModelRegistryUpgrade rollbacks a model registry upgrade restore prior model registry
Rollback a model registry upgrade. Restore prior model registry.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SuspendWorkspace ¶
func (a *Client) SuspendWorkspace(params *SuspendWorkspaceParams, opts ...ClientOption) (*SuspendWorkspaceOK, error)
SuspendWorkspace suspends cloudera machine learning workspace
Suspend a Cloudera Machine Learning workspace.
func (*Client) UpgradeModelRegistry ¶ added in v0.5.9
func (a *Client) UpgradeModelRegistry(params *UpgradeModelRegistryParams, opts ...ClientOption) (*UpgradeModelRegistryOK, error)
UpgradeModelRegistry upgrades a model registry
Upgrade a model registry.
func (*Client) UpgradeWorkspace ¶
func (a *Client) UpgradeWorkspace(params *UpgradeWorkspaceParams, opts ...ClientOption) (*UpgradeWorkspaceOK, error)
UpgradeWorkspace upgrades cloudera machine learning workspace
Upgrades a Cloudera Machine Learning workspace to the latest available version.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { BackupWorkspace(params *BackupWorkspaceParams, opts ...ClientOption) (*BackupWorkspaceOK, error) CreateMlServingApp(params *CreateMlServingAppParams, opts ...ClientOption) (*CreateMlServingAppOK, error) CreateModelRegistry(params *CreateModelRegistryParams, opts ...ClientOption) (*CreateModelRegistryOK, error) CreateWorkspace(params *CreateWorkspaceParams, opts ...ClientOption) (*CreateWorkspaceOK, error) DeleteBackup(params *DeleteBackupParams, opts ...ClientOption) (*DeleteBackupOK, error) DeleteInstanceGroup(params *DeleteInstanceGroupParams, opts ...ClientOption) (*DeleteInstanceGroupOK, error) DeleteMlServingApp(params *DeleteMlServingAppParams, opts ...ClientOption) (*DeleteMlServingAppOK, error) DeleteModelRegistry(params *DeleteModelRegistryParams, opts ...ClientOption) (*DeleteModelRegistryOK, error) DeleteWorkspace(params *DeleteWorkspaceParams, opts ...ClientOption) (*DeleteWorkspaceOK, error) DescribeMlServingApp(params *DescribeMlServingAppParams, opts ...ClientOption) (*DescribeMlServingAppOK, error) DescribeModelRegistry(params *DescribeModelRegistryParams, opts ...ClientOption) (*DescribeModelRegistryOK, error) DescribeWorkspace(params *DescribeWorkspaceParams, opts ...ClientOption) (*DescribeWorkspaceOK, error) GetAuditEvents(params *GetAuditEventsParams, opts ...ClientOption) (*GetAuditEventsOK, error) GetKubeconfig(params *GetKubeconfigParams, opts ...ClientOption) (*GetKubeconfigOK, error) GetLatestWorkspaceVersion(params *GetLatestWorkspaceVersionParams, opts ...ClientOption) (*GetLatestWorkspaceVersionOK, error) GetLogs(params *GetLogsParams, opts ...ClientOption) (*GetLogsOK, error) GetMlServingAppKubeconfig(params *GetMlServingAppKubeconfigParams, opts ...ClientOption) (*GetMlServingAppKubeconfigOK, error) GetModelRegistryKubeconfig(params *GetModelRegistryKubeconfigParams, opts ...ClientOption) (*GetModelRegistryKubeconfigOK, error) GrantMlServingAppAccess(params *GrantMlServingAppAccessParams, opts ...ClientOption) (*GrantMlServingAppAccessOK, error) GrantModelRegistryAccess(params *GrantModelRegistryAccessParams, opts ...ClientOption) (*GrantModelRegistryAccessOK, error) GrantWorkspaceAccess(params *GrantWorkspaceAccessParams, opts ...ClientOption) (*GrantWorkspaceAccessOK, error) ListMlServingAppAccess(params *ListMlServingAppAccessParams, opts ...ClientOption) (*ListMlServingAppAccessOK, error) ListMlServingApps(params *ListMlServingAppsParams, opts ...ClientOption) (*ListMlServingAppsOK, error) ListModelRegistries(params *ListModelRegistriesParams, opts ...ClientOption) (*ListModelRegistriesOK, error) ListModelRegistryAccess(params *ListModelRegistryAccessParams, opts ...ClientOption) (*ListModelRegistryAccessOK, error) ListWorkspaceAccess(params *ListWorkspaceAccessParams, opts ...ClientOption) (*ListWorkspaceAccessOK, error) ListWorkspaceBackups(params *ListWorkspaceBackupsParams, opts ...ClientOption) (*ListWorkspaceBackupsOK, error) ListWorkspaces(params *ListWorkspacesParams, opts ...ClientOption) (*ListWorkspacesOK, error) ModifyClusterInstanceGroup(params *ModifyClusterInstanceGroupParams, opts ...ClientOption) (*ModifyClusterInstanceGroupOK, error) ModifyClusterSecurity(params *ModifyClusterSecurityParams, opts ...ClientOption) (*ModifyClusterSecurityOK, error) ModifyMlServingApp(params *ModifyMlServingAppParams, opts ...ClientOption) (*ModifyMlServingAppOK, error) ModifyWorkspaceLoadBalancer(params *ModifyWorkspaceLoadBalancerParams, opts ...ClientOption) (*ModifyWorkspaceLoadBalancerOK, error) RefreshModelRegistryConfigmap(params *RefreshModelRegistryConfigmapParams, opts ...ClientOption) (*RefreshModelRegistryConfigmapOK, error) RequestWorkflowCancellation(params *RequestWorkflowCancellationParams, opts ...ClientOption) (*RequestWorkflowCancellationOK, error) RestoreWorkspace(params *RestoreWorkspaceParams, opts ...ClientOption) (*RestoreWorkspaceOK, error) ResumeWorkspace(params *ResumeWorkspaceParams, opts ...ClientOption) (*ResumeWorkspaceOK, error) RevokeMlServingAppAccess(params *RevokeMlServingAppAccessParams, opts ...ClientOption) (*RevokeMlServingAppAccessOK, error) RevokeModelRegistryAccess(params *RevokeModelRegistryAccessParams, opts ...ClientOption) (*RevokeModelRegistryAccessOK, error) RevokeWorkspaceAccess(params *RevokeWorkspaceAccessParams, opts ...ClientOption) (*RevokeWorkspaceAccessOK, error) RollbackModelRegistryUpgrade(params *RollbackModelRegistryUpgradeParams, opts ...ClientOption) (*RollbackModelRegistryUpgradeOK, error) SuspendWorkspace(params *SuspendWorkspaceParams, opts ...ClientOption) (*SuspendWorkspaceOK, error) UpgradeModelRegistry(params *UpgradeModelRegistryParams, opts ...ClientOption) (*UpgradeModelRegistryOK, error) UpgradeWorkspace(params *UpgradeWorkspaceParams, opts ...ClientOption) (*UpgradeWorkspaceOK, 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 operations API client.
func NewClientWithBasicAuth ¶ added in v0.6.0
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new operations API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶ added in v0.6.0
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new operations API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type CreateMlServingAppDefault ¶ added in v0.6.0
type CreateMlServingAppDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateMlServingAppDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateMlServingAppDefault ¶ added in v0.6.0
func NewCreateMlServingAppDefault(code int) *CreateMlServingAppDefault
NewCreateMlServingAppDefault creates a CreateMlServingAppDefault with default headers values
func (*CreateMlServingAppDefault) Code ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) Code() int
Code gets the status code for the create ml serving app default response
func (*CreateMlServingAppDefault) Error ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) Error() string
func (*CreateMlServingAppDefault) GetPayload ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) GetPayload() *models.Error
func (*CreateMlServingAppDefault) IsClientError ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) IsClientError() bool
IsClientError returns true when this create ml serving app default response has a 4xx status code
func (*CreateMlServingAppDefault) IsCode ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) IsCode(code int) bool
IsCode returns true when this create ml serving app default response a status code equal to that given
func (*CreateMlServingAppDefault) IsRedirect ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) IsRedirect() bool
IsRedirect returns true when this create ml serving app default response has a 3xx status code
func (*CreateMlServingAppDefault) IsServerError ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) IsServerError() bool
IsServerError returns true when this create ml serving app default response has a 5xx status code
func (*CreateMlServingAppDefault) IsSuccess ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) IsSuccess() bool
IsSuccess returns true when this create ml serving app default response has a 2xx status code
func (*CreateMlServingAppDefault) String ¶ added in v0.6.0
func (o *CreateMlServingAppDefault) String() string
type CreateMlServingAppOK ¶ added in v0.6.0
type CreateMlServingAppOK struct {
Payload *models.CreateMlServingAppResponse
}
CreateMlServingAppOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateMlServingAppOK ¶ added in v0.6.0
func NewCreateMlServingAppOK() *CreateMlServingAppOK
NewCreateMlServingAppOK creates a CreateMlServingAppOK with default headers values
func (*CreateMlServingAppOK) Code ¶ added in v0.6.0
func (o *CreateMlServingAppOK) Code() int
Code gets the status code for the create ml serving app o k response
func (*CreateMlServingAppOK) Error ¶ added in v0.6.0
func (o *CreateMlServingAppOK) Error() string
func (*CreateMlServingAppOK) GetPayload ¶ added in v0.6.0
func (o *CreateMlServingAppOK) GetPayload() *models.CreateMlServingAppResponse
func (*CreateMlServingAppOK) IsClientError ¶ added in v0.6.0
func (o *CreateMlServingAppOK) IsClientError() bool
IsClientError returns true when this create ml serving app o k response has a 4xx status code
func (*CreateMlServingAppOK) IsCode ¶ added in v0.6.0
func (o *CreateMlServingAppOK) IsCode(code int) bool
IsCode returns true when this create ml serving app o k response a status code equal to that given
func (*CreateMlServingAppOK) IsRedirect ¶ added in v0.6.0
func (o *CreateMlServingAppOK) IsRedirect() bool
IsRedirect returns true when this create ml serving app o k response has a 3xx status code
func (*CreateMlServingAppOK) IsServerError ¶ added in v0.6.0
func (o *CreateMlServingAppOK) IsServerError() bool
IsServerError returns true when this create ml serving app o k response has a 5xx status code
func (*CreateMlServingAppOK) IsSuccess ¶ added in v0.6.0
func (o *CreateMlServingAppOK) IsSuccess() bool
IsSuccess returns true when this create ml serving app o k response has a 2xx status code
func (*CreateMlServingAppOK) String ¶ added in v0.6.0
func (o *CreateMlServingAppOK) String() string
type CreateMlServingAppParams ¶ added in v0.6.0
type CreateMlServingAppParams struct { // Input. Input *models.CreateMlServingAppRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateMlServingAppParams contains all the parameters to send to the API endpoint
for the create ml serving app operation. Typically these are written to a http.Request.
func NewCreateMlServingAppParams ¶ added in v0.6.0
func NewCreateMlServingAppParams() *CreateMlServingAppParams
NewCreateMlServingAppParams creates a new CreateMlServingAppParams 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 NewCreateMlServingAppParamsWithContext ¶ added in v0.6.0
func NewCreateMlServingAppParamsWithContext(ctx context.Context) *CreateMlServingAppParams
NewCreateMlServingAppParamsWithContext creates a new CreateMlServingAppParams object with the ability to set a context for a request.
func NewCreateMlServingAppParamsWithHTTPClient ¶ added in v0.6.0
func NewCreateMlServingAppParamsWithHTTPClient(client *http.Client) *CreateMlServingAppParams
NewCreateMlServingAppParamsWithHTTPClient creates a new CreateMlServingAppParams object with the ability to set a custom HTTPClient for a request.
func NewCreateMlServingAppParamsWithTimeout ¶ added in v0.6.0
func NewCreateMlServingAppParamsWithTimeout(timeout time.Duration) *CreateMlServingAppParams
NewCreateMlServingAppParamsWithTimeout creates a new CreateMlServingAppParams object with the ability to set a timeout on a request.
func (*CreateMlServingAppParams) SetContext ¶ added in v0.6.0
func (o *CreateMlServingAppParams) SetContext(ctx context.Context)
SetContext adds the context to the create ml serving app params
func (*CreateMlServingAppParams) SetDefaults ¶ added in v0.6.0
func (o *CreateMlServingAppParams) SetDefaults()
SetDefaults hydrates default values in the create ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*CreateMlServingAppParams) SetHTTPClient ¶ added in v0.6.0
func (o *CreateMlServingAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create ml serving app params
func (*CreateMlServingAppParams) SetInput ¶ added in v0.6.0
func (o *CreateMlServingAppParams) SetInput(input *models.CreateMlServingAppRequest)
SetInput adds the input to the create ml serving app params
func (*CreateMlServingAppParams) SetTimeout ¶ added in v0.6.0
func (o *CreateMlServingAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create ml serving app params
func (*CreateMlServingAppParams) WithContext ¶ added in v0.6.0
func (o *CreateMlServingAppParams) WithContext(ctx context.Context) *CreateMlServingAppParams
WithContext adds the context to the create ml serving app params
func (*CreateMlServingAppParams) WithDefaults ¶ added in v0.6.0
func (o *CreateMlServingAppParams) WithDefaults() *CreateMlServingAppParams
WithDefaults hydrates default values in the create ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*CreateMlServingAppParams) WithHTTPClient ¶ added in v0.6.0
func (o *CreateMlServingAppParams) WithHTTPClient(client *http.Client) *CreateMlServingAppParams
WithHTTPClient adds the HTTPClient to the create ml serving app params
func (*CreateMlServingAppParams) WithInput ¶ added in v0.6.0
func (o *CreateMlServingAppParams) WithInput(input *models.CreateMlServingAppRequest) *CreateMlServingAppParams
WithInput adds the input to the create ml serving app params
func (*CreateMlServingAppParams) WithTimeout ¶ added in v0.6.0
func (o *CreateMlServingAppParams) WithTimeout(timeout time.Duration) *CreateMlServingAppParams
WithTimeout adds the timeout to the create ml serving app params
func (*CreateMlServingAppParams) WriteToRequest ¶ added in v0.6.0
func (o *CreateMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateMlServingAppReader ¶ added in v0.6.0
type CreateMlServingAppReader struct {
// contains filtered or unexported fields
}
CreateMlServingAppReader is a Reader for the CreateMlServingApp structure.
func (*CreateMlServingAppReader) ReadResponse ¶ added in v0.6.0
func (o *CreateMlServingAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateModelRegistryDefault ¶ added in v0.4.2
type CreateModelRegistryDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateModelRegistryDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateModelRegistryDefault ¶ added in v0.4.2
func NewCreateModelRegistryDefault(code int) *CreateModelRegistryDefault
NewCreateModelRegistryDefault creates a CreateModelRegistryDefault with default headers values
func (*CreateModelRegistryDefault) Code ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) Code() int
Code gets the status code for the create model registry default response
func (*CreateModelRegistryDefault) Error ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) Error() string
func (*CreateModelRegistryDefault) GetPayload ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) GetPayload() *models.Error
func (*CreateModelRegistryDefault) IsClientError ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) IsClientError() bool
IsClientError returns true when this create model registry default response has a 4xx status code
func (*CreateModelRegistryDefault) IsCode ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) IsCode(code int) bool
IsCode returns true when this create model registry default response a status code equal to that given
func (*CreateModelRegistryDefault) IsRedirect ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) IsRedirect() bool
IsRedirect returns true when this create model registry default response has a 3xx status code
func (*CreateModelRegistryDefault) IsServerError ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) IsServerError() bool
IsServerError returns true when this create model registry default response has a 5xx status code
func (*CreateModelRegistryDefault) IsSuccess ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) IsSuccess() bool
IsSuccess returns true when this create model registry default response has a 2xx status code
func (*CreateModelRegistryDefault) String ¶ added in v0.4.2
func (o *CreateModelRegistryDefault) String() string
type CreateModelRegistryOK ¶ added in v0.4.2
type CreateModelRegistryOK struct {
Payload models.CreateModelRegistryResponse
}
CreateModelRegistryOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateModelRegistryOK ¶ added in v0.4.2
func NewCreateModelRegistryOK() *CreateModelRegistryOK
NewCreateModelRegistryOK creates a CreateModelRegistryOK with default headers values
func (*CreateModelRegistryOK) Code ¶ added in v0.4.2
func (o *CreateModelRegistryOK) Code() int
Code gets the status code for the create model registry o k response
func (*CreateModelRegistryOK) Error ¶ added in v0.4.2
func (o *CreateModelRegistryOK) Error() string
func (*CreateModelRegistryOK) GetPayload ¶ added in v0.4.2
func (o *CreateModelRegistryOK) GetPayload() models.CreateModelRegistryResponse
func (*CreateModelRegistryOK) IsClientError ¶ added in v0.4.2
func (o *CreateModelRegistryOK) IsClientError() bool
IsClientError returns true when this create model registry o k response has a 4xx status code
func (*CreateModelRegistryOK) IsCode ¶ added in v0.4.2
func (o *CreateModelRegistryOK) IsCode(code int) bool
IsCode returns true when this create model registry o k response a status code equal to that given
func (*CreateModelRegistryOK) IsRedirect ¶ added in v0.4.2
func (o *CreateModelRegistryOK) IsRedirect() bool
IsRedirect returns true when this create model registry o k response has a 3xx status code
func (*CreateModelRegistryOK) IsServerError ¶ added in v0.4.2
func (o *CreateModelRegistryOK) IsServerError() bool
IsServerError returns true when this create model registry o k response has a 5xx status code
func (*CreateModelRegistryOK) IsSuccess ¶ added in v0.4.2
func (o *CreateModelRegistryOK) IsSuccess() bool
IsSuccess returns true when this create model registry o k response has a 2xx status code
func (*CreateModelRegistryOK) String ¶ added in v0.4.2
func (o *CreateModelRegistryOK) String() string
type CreateModelRegistryParams ¶ added in v0.4.2
type CreateModelRegistryParams struct { // Input. Input *models.CreateModelRegistryRequest 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 ¶ added in v0.4.2
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 ¶ added in v0.4.2
func NewCreateModelRegistryParamsWithContext(ctx context.Context) *CreateModelRegistryParams
NewCreateModelRegistryParamsWithContext creates a new CreateModelRegistryParams object with the ability to set a context for a request.
func NewCreateModelRegistryParamsWithHTTPClient ¶ added in v0.4.2
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 ¶ added in v0.4.2
func NewCreateModelRegistryParamsWithTimeout(timeout time.Duration) *CreateModelRegistryParams
NewCreateModelRegistryParamsWithTimeout creates a new CreateModelRegistryParams object with the ability to set a timeout on a request.
func (*CreateModelRegistryParams) SetContext ¶ added in v0.4.2
func (o *CreateModelRegistryParams) SetContext(ctx context.Context)
SetContext adds the context to the create model registry params
func (*CreateModelRegistryParams) SetDefaults ¶ added in v0.4.2
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 ¶ added in v0.4.2
func (o *CreateModelRegistryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create model registry params
func (*CreateModelRegistryParams) SetInput ¶ added in v0.4.2
func (o *CreateModelRegistryParams) SetInput(input *models.CreateModelRegistryRequest)
SetInput adds the input to the create model registry params
func (*CreateModelRegistryParams) SetTimeout ¶ added in v0.4.2
func (o *CreateModelRegistryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create model registry params
func (*CreateModelRegistryParams) WithContext ¶ added in v0.4.2
func (o *CreateModelRegistryParams) WithContext(ctx context.Context) *CreateModelRegistryParams
WithContext adds the context to the create model registry params
func (*CreateModelRegistryParams) WithDefaults ¶ added in v0.4.2
func (o *CreateModelRegistryParams) WithDefaults() *CreateModelRegistryParams
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 ¶ added in v0.4.2
func (o *CreateModelRegistryParams) WithHTTPClient(client *http.Client) *CreateModelRegistryParams
WithHTTPClient adds the HTTPClient to the create model registry params
func (*CreateModelRegistryParams) WithInput ¶ added in v0.4.2
func (o *CreateModelRegistryParams) WithInput(input *models.CreateModelRegistryRequest) *CreateModelRegistryParams
WithInput adds the input to the create model registry params
func (*CreateModelRegistryParams) WithTimeout ¶ added in v0.4.2
func (o *CreateModelRegistryParams) WithTimeout(timeout time.Duration) *CreateModelRegistryParams
WithTimeout adds the timeout to the create model registry params
func (*CreateModelRegistryParams) WriteToRequest ¶ added in v0.4.2
func (o *CreateModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateModelRegistryReader ¶ added in v0.4.2
type CreateModelRegistryReader struct {
// contains filtered or unexported fields
}
CreateModelRegistryReader is a Reader for the CreateModelRegistry structure.
func (*CreateModelRegistryReader) ReadResponse ¶ added in v0.4.2
func (o *CreateModelRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateWorkspaceDefault ¶
type CreateWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateWorkspaceDefault ¶
func NewCreateWorkspaceDefault(code int) *CreateWorkspaceDefault
NewCreateWorkspaceDefault creates a CreateWorkspaceDefault with default headers values
func (*CreateWorkspaceDefault) Code ¶
func (o *CreateWorkspaceDefault) Code() int
Code gets the status code for the create workspace default response
func (*CreateWorkspaceDefault) Error ¶
func (o *CreateWorkspaceDefault) Error() string
func (*CreateWorkspaceDefault) GetPayload ¶
func (o *CreateWorkspaceDefault) GetPayload() *models.Error
func (*CreateWorkspaceDefault) IsClientError ¶
func (o *CreateWorkspaceDefault) IsClientError() bool
IsClientError returns true when this create workspace default response has a 4xx status code
func (*CreateWorkspaceDefault) IsCode ¶
func (o *CreateWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this create workspace default response a status code equal to that given
func (*CreateWorkspaceDefault) IsRedirect ¶
func (o *CreateWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this create workspace default response has a 3xx status code
func (*CreateWorkspaceDefault) IsServerError ¶
func (o *CreateWorkspaceDefault) IsServerError() bool
IsServerError returns true when this create workspace default response has a 5xx status code
func (*CreateWorkspaceDefault) IsSuccess ¶
func (o *CreateWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this create workspace default response has a 2xx status code
func (*CreateWorkspaceDefault) String ¶
func (o *CreateWorkspaceDefault) String() string
type CreateWorkspaceOK ¶
type CreateWorkspaceOK struct {
Payload models.CreateWorkspaceResponse
}
CreateWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateWorkspaceOK ¶
func NewCreateWorkspaceOK() *CreateWorkspaceOK
NewCreateWorkspaceOK creates a CreateWorkspaceOK with default headers values
func (*CreateWorkspaceOK) Code ¶
func (o *CreateWorkspaceOK) Code() int
Code gets the status code for the create workspace o k response
func (*CreateWorkspaceOK) Error ¶
func (o *CreateWorkspaceOK) Error() string
func (*CreateWorkspaceOK) GetPayload ¶
func (o *CreateWorkspaceOK) GetPayload() models.CreateWorkspaceResponse
func (*CreateWorkspaceOK) IsClientError ¶
func (o *CreateWorkspaceOK) IsClientError() bool
IsClientError returns true when this create workspace o k response has a 4xx status code
func (*CreateWorkspaceOK) IsCode ¶
func (o *CreateWorkspaceOK) IsCode(code int) bool
IsCode returns true when this create workspace o k response a status code equal to that given
func (*CreateWorkspaceOK) IsRedirect ¶
func (o *CreateWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this create workspace o k response has a 3xx status code
func (*CreateWorkspaceOK) IsServerError ¶
func (o *CreateWorkspaceOK) IsServerError() bool
IsServerError returns true when this create workspace o k response has a 5xx status code
func (*CreateWorkspaceOK) IsSuccess ¶
func (o *CreateWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this create workspace o k response has a 2xx status code
func (*CreateWorkspaceOK) String ¶
func (o *CreateWorkspaceOK) String() string
type CreateWorkspaceParams ¶
type CreateWorkspaceParams struct { // Input. Input *models.CreateWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateWorkspaceParams contains all the parameters to send to the API endpoint
for the create workspace operation. Typically these are written to a http.Request.
func NewCreateWorkspaceParams ¶
func NewCreateWorkspaceParams() *CreateWorkspaceParams
NewCreateWorkspaceParams creates a new CreateWorkspaceParams 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 NewCreateWorkspaceParamsWithContext ¶
func NewCreateWorkspaceParamsWithContext(ctx context.Context) *CreateWorkspaceParams
NewCreateWorkspaceParamsWithContext creates a new CreateWorkspaceParams object with the ability to set a context for a request.
func NewCreateWorkspaceParamsWithHTTPClient ¶
func NewCreateWorkspaceParamsWithHTTPClient(client *http.Client) *CreateWorkspaceParams
NewCreateWorkspaceParamsWithHTTPClient creates a new CreateWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewCreateWorkspaceParamsWithTimeout ¶
func NewCreateWorkspaceParamsWithTimeout(timeout time.Duration) *CreateWorkspaceParams
NewCreateWorkspaceParamsWithTimeout creates a new CreateWorkspaceParams object with the ability to set a timeout on a request.
func (*CreateWorkspaceParams) SetContext ¶
func (o *CreateWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the create workspace params
func (*CreateWorkspaceParams) SetDefaults ¶
func (o *CreateWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the create workspace params (not the query body).
All values with no default are reset to their zero value.
func (*CreateWorkspaceParams) SetHTTPClient ¶
func (o *CreateWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create workspace params
func (*CreateWorkspaceParams) SetInput ¶
func (o *CreateWorkspaceParams) SetInput(input *models.CreateWorkspaceRequest)
SetInput adds the input to the create workspace params
func (*CreateWorkspaceParams) SetTimeout ¶
func (o *CreateWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create workspace params
func (*CreateWorkspaceParams) WithContext ¶
func (o *CreateWorkspaceParams) WithContext(ctx context.Context) *CreateWorkspaceParams
WithContext adds the context to the create workspace params
func (*CreateWorkspaceParams) WithDefaults ¶
func (o *CreateWorkspaceParams) WithDefaults() *CreateWorkspaceParams
WithDefaults hydrates default values in the create workspace params (not the query body).
All values with no default are reset to their zero value.
func (*CreateWorkspaceParams) WithHTTPClient ¶
func (o *CreateWorkspaceParams) WithHTTPClient(client *http.Client) *CreateWorkspaceParams
WithHTTPClient adds the HTTPClient to the create workspace params
func (*CreateWorkspaceParams) WithInput ¶
func (o *CreateWorkspaceParams) WithInput(input *models.CreateWorkspaceRequest) *CreateWorkspaceParams
WithInput adds the input to the create workspace params
func (*CreateWorkspaceParams) WithTimeout ¶
func (o *CreateWorkspaceParams) WithTimeout(timeout time.Duration) *CreateWorkspaceParams
WithTimeout adds the timeout to the create workspace params
func (*CreateWorkspaceParams) WriteToRequest ¶
func (o *CreateWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateWorkspaceReader ¶
type CreateWorkspaceReader struct {
// contains filtered or unexported fields
}
CreateWorkspaceReader is a Reader for the CreateWorkspace structure.
func (*CreateWorkspaceReader) ReadResponse ¶
func (o *CreateWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBackupDefault ¶
DeleteBackupDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteBackupDefault ¶
func NewDeleteBackupDefault(code int) *DeleteBackupDefault
NewDeleteBackupDefault creates a DeleteBackupDefault with default headers values
func (*DeleteBackupDefault) Code ¶
func (o *DeleteBackupDefault) Code() int
Code gets the status code for the delete backup default response
func (*DeleteBackupDefault) Error ¶
func (o *DeleteBackupDefault) Error() string
func (*DeleteBackupDefault) GetPayload ¶
func (o *DeleteBackupDefault) GetPayload() *models.Error
func (*DeleteBackupDefault) IsClientError ¶
func (o *DeleteBackupDefault) IsClientError() bool
IsClientError returns true when this delete backup default response has a 4xx status code
func (*DeleteBackupDefault) IsCode ¶
func (o *DeleteBackupDefault) IsCode(code int) bool
IsCode returns true when this delete backup default response a status code equal to that given
func (*DeleteBackupDefault) IsRedirect ¶
func (o *DeleteBackupDefault) IsRedirect() bool
IsRedirect returns true when this delete backup default response has a 3xx status code
func (*DeleteBackupDefault) IsServerError ¶
func (o *DeleteBackupDefault) IsServerError() bool
IsServerError returns true when this delete backup default response has a 5xx status code
func (*DeleteBackupDefault) IsSuccess ¶
func (o *DeleteBackupDefault) IsSuccess() bool
IsSuccess returns true when this delete backup default response has a 2xx status code
func (*DeleteBackupDefault) String ¶
func (o *DeleteBackupDefault) String() string
type DeleteBackupOK ¶
type DeleteBackupOK struct {
Payload *models.DeleteBackupResponse
}
DeleteBackupOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteBackupOK ¶
func NewDeleteBackupOK() *DeleteBackupOK
NewDeleteBackupOK creates a DeleteBackupOK with default headers values
func (*DeleteBackupOK) Code ¶
func (o *DeleteBackupOK) Code() int
Code gets the status code for the delete backup o k response
func (*DeleteBackupOK) Error ¶
func (o *DeleteBackupOK) Error() string
func (*DeleteBackupOK) GetPayload ¶
func (o *DeleteBackupOK) GetPayload() *models.DeleteBackupResponse
func (*DeleteBackupOK) IsClientError ¶
func (o *DeleteBackupOK) IsClientError() bool
IsClientError returns true when this delete backup o k response has a 4xx status code
func (*DeleteBackupOK) IsCode ¶
func (o *DeleteBackupOK) IsCode(code int) bool
IsCode returns true when this delete backup o k response a status code equal to that given
func (*DeleteBackupOK) IsRedirect ¶
func (o *DeleteBackupOK) IsRedirect() bool
IsRedirect returns true when this delete backup o k response has a 3xx status code
func (*DeleteBackupOK) IsServerError ¶
func (o *DeleteBackupOK) IsServerError() bool
IsServerError returns true when this delete backup o k response has a 5xx status code
func (*DeleteBackupOK) IsSuccess ¶
func (o *DeleteBackupOK) IsSuccess() bool
IsSuccess returns true when this delete backup o k response has a 2xx status code
func (*DeleteBackupOK) String ¶
func (o *DeleteBackupOK) String() string
type DeleteBackupParams ¶
type DeleteBackupParams struct { // Input. Input *models.DeleteBackupRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteBackupParams contains all the parameters to send to the API endpoint
for the delete backup operation. Typically these are written to a http.Request.
func NewDeleteBackupParams ¶
func NewDeleteBackupParams() *DeleteBackupParams
NewDeleteBackupParams creates a new DeleteBackupParams 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 NewDeleteBackupParamsWithContext ¶
func NewDeleteBackupParamsWithContext(ctx context.Context) *DeleteBackupParams
NewDeleteBackupParamsWithContext creates a new DeleteBackupParams object with the ability to set a context for a request.
func NewDeleteBackupParamsWithHTTPClient ¶
func NewDeleteBackupParamsWithHTTPClient(client *http.Client) *DeleteBackupParams
NewDeleteBackupParamsWithHTTPClient creates a new DeleteBackupParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteBackupParamsWithTimeout ¶
func NewDeleteBackupParamsWithTimeout(timeout time.Duration) *DeleteBackupParams
NewDeleteBackupParamsWithTimeout creates a new DeleteBackupParams object with the ability to set a timeout on a request.
func (*DeleteBackupParams) SetContext ¶
func (o *DeleteBackupParams) SetContext(ctx context.Context)
SetContext adds the context to the delete backup params
func (*DeleteBackupParams) SetDefaults ¶
func (o *DeleteBackupParams) SetDefaults()
SetDefaults hydrates default values in the delete backup params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteBackupParams) SetHTTPClient ¶
func (o *DeleteBackupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete backup params
func (*DeleteBackupParams) SetInput ¶
func (o *DeleteBackupParams) SetInput(input *models.DeleteBackupRequest)
SetInput adds the input to the delete backup params
func (*DeleteBackupParams) SetTimeout ¶
func (o *DeleteBackupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete backup params
func (*DeleteBackupParams) WithContext ¶
func (o *DeleteBackupParams) WithContext(ctx context.Context) *DeleteBackupParams
WithContext adds the context to the delete backup params
func (*DeleteBackupParams) WithDefaults ¶
func (o *DeleteBackupParams) WithDefaults() *DeleteBackupParams
WithDefaults hydrates default values in the delete backup params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteBackupParams) WithHTTPClient ¶
func (o *DeleteBackupParams) WithHTTPClient(client *http.Client) *DeleteBackupParams
WithHTTPClient adds the HTTPClient to the delete backup params
func (*DeleteBackupParams) WithInput ¶
func (o *DeleteBackupParams) WithInput(input *models.DeleteBackupRequest) *DeleteBackupParams
WithInput adds the input to the delete backup params
func (*DeleteBackupParams) WithTimeout ¶
func (o *DeleteBackupParams) WithTimeout(timeout time.Duration) *DeleteBackupParams
WithTimeout adds the timeout to the delete backup params
func (*DeleteBackupParams) WriteToRequest ¶
func (o *DeleteBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBackupReader ¶
type DeleteBackupReader struct {
// contains filtered or unexported fields
}
DeleteBackupReader is a Reader for the DeleteBackup structure.
func (*DeleteBackupReader) ReadResponse ¶
func (o *DeleteBackupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteInstanceGroupDefault ¶
type DeleteInstanceGroupDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteInstanceGroupDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteInstanceGroupDefault ¶
func NewDeleteInstanceGroupDefault(code int) *DeleteInstanceGroupDefault
NewDeleteInstanceGroupDefault creates a DeleteInstanceGroupDefault with default headers values
func (*DeleteInstanceGroupDefault) Code ¶
func (o *DeleteInstanceGroupDefault) Code() int
Code gets the status code for the delete instance group default response
func (*DeleteInstanceGroupDefault) Error ¶
func (o *DeleteInstanceGroupDefault) Error() string
func (*DeleteInstanceGroupDefault) GetPayload ¶
func (o *DeleteInstanceGroupDefault) GetPayload() *models.Error
func (*DeleteInstanceGroupDefault) IsClientError ¶
func (o *DeleteInstanceGroupDefault) IsClientError() bool
IsClientError returns true when this delete instance group default response has a 4xx status code
func (*DeleteInstanceGroupDefault) IsCode ¶
func (o *DeleteInstanceGroupDefault) IsCode(code int) bool
IsCode returns true when this delete instance group default response a status code equal to that given
func (*DeleteInstanceGroupDefault) IsRedirect ¶
func (o *DeleteInstanceGroupDefault) IsRedirect() bool
IsRedirect returns true when this delete instance group default response has a 3xx status code
func (*DeleteInstanceGroupDefault) IsServerError ¶
func (o *DeleteInstanceGroupDefault) IsServerError() bool
IsServerError returns true when this delete instance group default response has a 5xx status code
func (*DeleteInstanceGroupDefault) IsSuccess ¶
func (o *DeleteInstanceGroupDefault) IsSuccess() bool
IsSuccess returns true when this delete instance group default response has a 2xx status code
func (*DeleteInstanceGroupDefault) String ¶
func (o *DeleteInstanceGroupDefault) String() string
type DeleteInstanceGroupOK ¶
type DeleteInstanceGroupOK struct {
Payload models.DeleteInstanceGroupResponse
}
DeleteInstanceGroupOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteInstanceGroupOK ¶
func NewDeleteInstanceGroupOK() *DeleteInstanceGroupOK
NewDeleteInstanceGroupOK creates a DeleteInstanceGroupOK with default headers values
func (*DeleteInstanceGroupOK) Code ¶
func (o *DeleteInstanceGroupOK) Code() int
Code gets the status code for the delete instance group o k response
func (*DeleteInstanceGroupOK) Error ¶
func (o *DeleteInstanceGroupOK) Error() string
func (*DeleteInstanceGroupOK) GetPayload ¶
func (o *DeleteInstanceGroupOK) GetPayload() models.DeleteInstanceGroupResponse
func (*DeleteInstanceGroupOK) IsClientError ¶
func (o *DeleteInstanceGroupOK) IsClientError() bool
IsClientError returns true when this delete instance group o k response has a 4xx status code
func (*DeleteInstanceGroupOK) IsCode ¶
func (o *DeleteInstanceGroupOK) IsCode(code int) bool
IsCode returns true when this delete instance group o k response a status code equal to that given
func (*DeleteInstanceGroupOK) IsRedirect ¶
func (o *DeleteInstanceGroupOK) IsRedirect() bool
IsRedirect returns true when this delete instance group o k response has a 3xx status code
func (*DeleteInstanceGroupOK) IsServerError ¶
func (o *DeleteInstanceGroupOK) IsServerError() bool
IsServerError returns true when this delete instance group o k response has a 5xx status code
func (*DeleteInstanceGroupOK) IsSuccess ¶
func (o *DeleteInstanceGroupOK) IsSuccess() bool
IsSuccess returns true when this delete instance group o k response has a 2xx status code
func (*DeleteInstanceGroupOK) String ¶
func (o *DeleteInstanceGroupOK) String() string
type DeleteInstanceGroupParams ¶
type DeleteInstanceGroupParams struct { // Input. Input *models.DeleteInstanceGroupRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteInstanceGroupParams contains all the parameters to send to the API endpoint
for the delete instance group operation. Typically these are written to a http.Request.
func NewDeleteInstanceGroupParams ¶
func NewDeleteInstanceGroupParams() *DeleteInstanceGroupParams
NewDeleteInstanceGroupParams creates a new DeleteInstanceGroupParams 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 NewDeleteInstanceGroupParamsWithContext ¶
func NewDeleteInstanceGroupParamsWithContext(ctx context.Context) *DeleteInstanceGroupParams
NewDeleteInstanceGroupParamsWithContext creates a new DeleteInstanceGroupParams object with the ability to set a context for a request.
func NewDeleteInstanceGroupParamsWithHTTPClient ¶
func NewDeleteInstanceGroupParamsWithHTTPClient(client *http.Client) *DeleteInstanceGroupParams
NewDeleteInstanceGroupParamsWithHTTPClient creates a new DeleteInstanceGroupParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteInstanceGroupParamsWithTimeout ¶
func NewDeleteInstanceGroupParamsWithTimeout(timeout time.Duration) *DeleteInstanceGroupParams
NewDeleteInstanceGroupParamsWithTimeout creates a new DeleteInstanceGroupParams object with the ability to set a timeout on a request.
func (*DeleteInstanceGroupParams) SetContext ¶
func (o *DeleteInstanceGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the delete instance group params
func (*DeleteInstanceGroupParams) SetDefaults ¶
func (o *DeleteInstanceGroupParams) SetDefaults()
SetDefaults hydrates default values in the delete instance group params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteInstanceGroupParams) SetHTTPClient ¶
func (o *DeleteInstanceGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete instance group params
func (*DeleteInstanceGroupParams) SetInput ¶
func (o *DeleteInstanceGroupParams) SetInput(input *models.DeleteInstanceGroupRequest)
SetInput adds the input to the delete instance group params
func (*DeleteInstanceGroupParams) SetTimeout ¶
func (o *DeleteInstanceGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete instance group params
func (*DeleteInstanceGroupParams) WithContext ¶
func (o *DeleteInstanceGroupParams) WithContext(ctx context.Context) *DeleteInstanceGroupParams
WithContext adds the context to the delete instance group params
func (*DeleteInstanceGroupParams) WithDefaults ¶
func (o *DeleteInstanceGroupParams) WithDefaults() *DeleteInstanceGroupParams
WithDefaults hydrates default values in the delete instance group params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteInstanceGroupParams) WithHTTPClient ¶
func (o *DeleteInstanceGroupParams) WithHTTPClient(client *http.Client) *DeleteInstanceGroupParams
WithHTTPClient adds the HTTPClient to the delete instance group params
func (*DeleteInstanceGroupParams) WithInput ¶
func (o *DeleteInstanceGroupParams) WithInput(input *models.DeleteInstanceGroupRequest) *DeleteInstanceGroupParams
WithInput adds the input to the delete instance group params
func (*DeleteInstanceGroupParams) WithTimeout ¶
func (o *DeleteInstanceGroupParams) WithTimeout(timeout time.Duration) *DeleteInstanceGroupParams
WithTimeout adds the timeout to the delete instance group params
func (*DeleteInstanceGroupParams) WriteToRequest ¶
func (o *DeleteInstanceGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteInstanceGroupReader ¶
type DeleteInstanceGroupReader struct {
// contains filtered or unexported fields
}
DeleteInstanceGroupReader is a Reader for the DeleteInstanceGroup structure.
func (*DeleteInstanceGroupReader) ReadResponse ¶
func (o *DeleteInstanceGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteMlServingAppDefault ¶ added in v0.6.0
type DeleteMlServingAppDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteMlServingAppDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteMlServingAppDefault ¶ added in v0.6.0
func NewDeleteMlServingAppDefault(code int) *DeleteMlServingAppDefault
NewDeleteMlServingAppDefault creates a DeleteMlServingAppDefault with default headers values
func (*DeleteMlServingAppDefault) Code ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) Code() int
Code gets the status code for the delete ml serving app default response
func (*DeleteMlServingAppDefault) Error ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) Error() string
func (*DeleteMlServingAppDefault) GetPayload ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) GetPayload() *models.Error
func (*DeleteMlServingAppDefault) IsClientError ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) IsClientError() bool
IsClientError returns true when this delete ml serving app default response has a 4xx status code
func (*DeleteMlServingAppDefault) IsCode ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) IsCode(code int) bool
IsCode returns true when this delete ml serving app default response a status code equal to that given
func (*DeleteMlServingAppDefault) IsRedirect ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) IsRedirect() bool
IsRedirect returns true when this delete ml serving app default response has a 3xx status code
func (*DeleteMlServingAppDefault) IsServerError ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) IsServerError() bool
IsServerError returns true when this delete ml serving app default response has a 5xx status code
func (*DeleteMlServingAppDefault) IsSuccess ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) IsSuccess() bool
IsSuccess returns true when this delete ml serving app default response has a 2xx status code
func (*DeleteMlServingAppDefault) String ¶ added in v0.6.0
func (o *DeleteMlServingAppDefault) String() string
type DeleteMlServingAppOK ¶ added in v0.6.0
type DeleteMlServingAppOK struct {
Payload models.DeleteMlServingAppResponse
}
DeleteMlServingAppOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteMlServingAppOK ¶ added in v0.6.0
func NewDeleteMlServingAppOK() *DeleteMlServingAppOK
NewDeleteMlServingAppOK creates a DeleteMlServingAppOK with default headers values
func (*DeleteMlServingAppOK) Code ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) Code() int
Code gets the status code for the delete ml serving app o k response
func (*DeleteMlServingAppOK) Error ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) Error() string
func (*DeleteMlServingAppOK) GetPayload ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) GetPayload() models.DeleteMlServingAppResponse
func (*DeleteMlServingAppOK) IsClientError ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) IsClientError() bool
IsClientError returns true when this delete ml serving app o k response has a 4xx status code
func (*DeleteMlServingAppOK) IsCode ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) IsCode(code int) bool
IsCode returns true when this delete ml serving app o k response a status code equal to that given
func (*DeleteMlServingAppOK) IsRedirect ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) IsRedirect() bool
IsRedirect returns true when this delete ml serving app o k response has a 3xx status code
func (*DeleteMlServingAppOK) IsServerError ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) IsServerError() bool
IsServerError returns true when this delete ml serving app o k response has a 5xx status code
func (*DeleteMlServingAppOK) IsSuccess ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) IsSuccess() bool
IsSuccess returns true when this delete ml serving app o k response has a 2xx status code
func (*DeleteMlServingAppOK) String ¶ added in v0.6.0
func (o *DeleteMlServingAppOK) String() string
type DeleteMlServingAppParams ¶ added in v0.6.0
type DeleteMlServingAppParams struct { // Input. Input *models.DeleteMlServingAppRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteMlServingAppParams contains all the parameters to send to the API endpoint
for the delete ml serving app operation. Typically these are written to a http.Request.
func NewDeleteMlServingAppParams ¶ added in v0.6.0
func NewDeleteMlServingAppParams() *DeleteMlServingAppParams
NewDeleteMlServingAppParams creates a new DeleteMlServingAppParams 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 NewDeleteMlServingAppParamsWithContext ¶ added in v0.6.0
func NewDeleteMlServingAppParamsWithContext(ctx context.Context) *DeleteMlServingAppParams
NewDeleteMlServingAppParamsWithContext creates a new DeleteMlServingAppParams object with the ability to set a context for a request.
func NewDeleteMlServingAppParamsWithHTTPClient ¶ added in v0.6.0
func NewDeleteMlServingAppParamsWithHTTPClient(client *http.Client) *DeleteMlServingAppParams
NewDeleteMlServingAppParamsWithHTTPClient creates a new DeleteMlServingAppParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteMlServingAppParamsWithTimeout ¶ added in v0.6.0
func NewDeleteMlServingAppParamsWithTimeout(timeout time.Duration) *DeleteMlServingAppParams
NewDeleteMlServingAppParamsWithTimeout creates a new DeleteMlServingAppParams object with the ability to set a timeout on a request.
func (*DeleteMlServingAppParams) SetContext ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) SetContext(ctx context.Context)
SetContext adds the context to the delete ml serving app params
func (*DeleteMlServingAppParams) SetDefaults ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) SetDefaults()
SetDefaults hydrates default values in the delete ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteMlServingAppParams) SetHTTPClient ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete ml serving app params
func (*DeleteMlServingAppParams) SetInput ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) SetInput(input *models.DeleteMlServingAppRequest)
SetInput adds the input to the delete ml serving app params
func (*DeleteMlServingAppParams) SetTimeout ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete ml serving app params
func (*DeleteMlServingAppParams) WithContext ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) WithContext(ctx context.Context) *DeleteMlServingAppParams
WithContext adds the context to the delete ml serving app params
func (*DeleteMlServingAppParams) WithDefaults ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) WithDefaults() *DeleteMlServingAppParams
WithDefaults hydrates default values in the delete ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteMlServingAppParams) WithHTTPClient ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) WithHTTPClient(client *http.Client) *DeleteMlServingAppParams
WithHTTPClient adds the HTTPClient to the delete ml serving app params
func (*DeleteMlServingAppParams) WithInput ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) WithInput(input *models.DeleteMlServingAppRequest) *DeleteMlServingAppParams
WithInput adds the input to the delete ml serving app params
func (*DeleteMlServingAppParams) WithTimeout ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) WithTimeout(timeout time.Duration) *DeleteMlServingAppParams
WithTimeout adds the timeout to the delete ml serving app params
func (*DeleteMlServingAppParams) WriteToRequest ¶ added in v0.6.0
func (o *DeleteMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteMlServingAppReader ¶ added in v0.6.0
type DeleteMlServingAppReader struct {
// contains filtered or unexported fields
}
DeleteMlServingAppReader is a Reader for the DeleteMlServingApp structure.
func (*DeleteMlServingAppReader) ReadResponse ¶ added in v0.6.0
func (o *DeleteMlServingAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteModelRegistryDefault ¶ added in v0.4.2
type DeleteModelRegistryDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteModelRegistryDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteModelRegistryDefault ¶ added in v0.4.2
func NewDeleteModelRegistryDefault(code int) *DeleteModelRegistryDefault
NewDeleteModelRegistryDefault creates a DeleteModelRegistryDefault with default headers values
func (*DeleteModelRegistryDefault) Code ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) Code() int
Code gets the status code for the delete model registry default response
func (*DeleteModelRegistryDefault) Error ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) Error() string
func (*DeleteModelRegistryDefault) GetPayload ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) GetPayload() *models.Error
func (*DeleteModelRegistryDefault) IsClientError ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) IsClientError() bool
IsClientError returns true when this delete model registry default response has a 4xx status code
func (*DeleteModelRegistryDefault) IsCode ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) IsCode(code int) bool
IsCode returns true when this delete model registry default response a status code equal to that given
func (*DeleteModelRegistryDefault) IsRedirect ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) IsRedirect() bool
IsRedirect returns true when this delete model registry default response has a 3xx status code
func (*DeleteModelRegistryDefault) IsServerError ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) IsServerError() bool
IsServerError returns true when this delete model registry default response has a 5xx status code
func (*DeleteModelRegistryDefault) IsSuccess ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) IsSuccess() bool
IsSuccess returns true when this delete model registry default response has a 2xx status code
func (*DeleteModelRegistryDefault) String ¶ added in v0.4.2
func (o *DeleteModelRegistryDefault) String() string
type DeleteModelRegistryOK ¶ added in v0.4.2
type DeleteModelRegistryOK struct {
Payload models.DeleteModelRegistryResponse
}
DeleteModelRegistryOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteModelRegistryOK ¶ added in v0.4.2
func NewDeleteModelRegistryOK() *DeleteModelRegistryOK
NewDeleteModelRegistryOK creates a DeleteModelRegistryOK with default headers values
func (*DeleteModelRegistryOK) Code ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) Code() int
Code gets the status code for the delete model registry o k response
func (*DeleteModelRegistryOK) Error ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) Error() string
func (*DeleteModelRegistryOK) GetPayload ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) GetPayload() models.DeleteModelRegistryResponse
func (*DeleteModelRegistryOK) IsClientError ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) IsClientError() bool
IsClientError returns true when this delete model registry o k response has a 4xx status code
func (*DeleteModelRegistryOK) IsCode ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) IsCode(code int) bool
IsCode returns true when this delete model registry o k response a status code equal to that given
func (*DeleteModelRegistryOK) IsRedirect ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) IsRedirect() bool
IsRedirect returns true when this delete model registry o k response has a 3xx status code
func (*DeleteModelRegistryOK) IsServerError ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) IsServerError() bool
IsServerError returns true when this delete model registry o k response has a 5xx status code
func (*DeleteModelRegistryOK) IsSuccess ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) IsSuccess() bool
IsSuccess returns true when this delete model registry o k response has a 2xx status code
func (*DeleteModelRegistryOK) String ¶ added in v0.4.2
func (o *DeleteModelRegistryOK) String() string
type DeleteModelRegistryParams ¶ added in v0.4.2
type DeleteModelRegistryParams struct { // Input. Input *models.DeleteModelRegistryRequest 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 ¶ added in v0.4.2
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 ¶ added in v0.4.2
func NewDeleteModelRegistryParamsWithContext(ctx context.Context) *DeleteModelRegistryParams
NewDeleteModelRegistryParamsWithContext creates a new DeleteModelRegistryParams object with the ability to set a context for a request.
func NewDeleteModelRegistryParamsWithHTTPClient ¶ added in v0.4.2
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 ¶ added in v0.4.2
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 ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) SetContext(ctx context.Context)
SetContext adds the context to the delete model registry params
func (*DeleteModelRegistryParams) SetDefaults ¶ added in v0.4.2
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 ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete model registry params
func (*DeleteModelRegistryParams) SetInput ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) SetInput(input *models.DeleteModelRegistryRequest)
SetInput adds the input to the delete model registry params
func (*DeleteModelRegistryParams) SetTimeout ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete model registry params
func (*DeleteModelRegistryParams) WithContext ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) WithContext(ctx context.Context) *DeleteModelRegistryParams
WithContext adds the context to the delete model registry params
func (*DeleteModelRegistryParams) WithDefaults ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) WithDefaults() *DeleteModelRegistryParams
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 ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) WithHTTPClient(client *http.Client) *DeleteModelRegistryParams
WithHTTPClient adds the HTTPClient to the delete model registry params
func (*DeleteModelRegistryParams) WithInput ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) WithInput(input *models.DeleteModelRegistryRequest) *DeleteModelRegistryParams
WithInput adds the input to the delete model registry params
func (*DeleteModelRegistryParams) WithTimeout ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) WithTimeout(timeout time.Duration) *DeleteModelRegistryParams
WithTimeout adds the timeout to the delete model registry params
func (*DeleteModelRegistryParams) WriteToRequest ¶ added in v0.4.2
func (o *DeleteModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteModelRegistryReader ¶ added in v0.4.2
type DeleteModelRegistryReader struct {
// contains filtered or unexported fields
}
DeleteModelRegistryReader is a Reader for the DeleteModelRegistry structure.
func (*DeleteModelRegistryReader) ReadResponse ¶ added in v0.4.2
func (o *DeleteModelRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteWorkspaceDefault ¶
type DeleteWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteWorkspaceDefault ¶
func NewDeleteWorkspaceDefault(code int) *DeleteWorkspaceDefault
NewDeleteWorkspaceDefault creates a DeleteWorkspaceDefault with default headers values
func (*DeleteWorkspaceDefault) Code ¶
func (o *DeleteWorkspaceDefault) Code() int
Code gets the status code for the delete workspace default response
func (*DeleteWorkspaceDefault) Error ¶
func (o *DeleteWorkspaceDefault) Error() string
func (*DeleteWorkspaceDefault) GetPayload ¶
func (o *DeleteWorkspaceDefault) GetPayload() *models.Error
func (*DeleteWorkspaceDefault) IsClientError ¶
func (o *DeleteWorkspaceDefault) IsClientError() bool
IsClientError returns true when this delete workspace default response has a 4xx status code
func (*DeleteWorkspaceDefault) IsCode ¶
func (o *DeleteWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this delete workspace default response a status code equal to that given
func (*DeleteWorkspaceDefault) IsRedirect ¶
func (o *DeleteWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this delete workspace default response has a 3xx status code
func (*DeleteWorkspaceDefault) IsServerError ¶
func (o *DeleteWorkspaceDefault) IsServerError() bool
IsServerError returns true when this delete workspace default response has a 5xx status code
func (*DeleteWorkspaceDefault) IsSuccess ¶
func (o *DeleteWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this delete workspace default response has a 2xx status code
func (*DeleteWorkspaceDefault) String ¶
func (o *DeleteWorkspaceDefault) String() string
type DeleteWorkspaceOK ¶
type DeleteWorkspaceOK struct {
Payload models.DeleteWorkspaceResponse
}
DeleteWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteWorkspaceOK ¶
func NewDeleteWorkspaceOK() *DeleteWorkspaceOK
NewDeleteWorkspaceOK creates a DeleteWorkspaceOK with default headers values
func (*DeleteWorkspaceOK) Code ¶
func (o *DeleteWorkspaceOK) Code() int
Code gets the status code for the delete workspace o k response
func (*DeleteWorkspaceOK) Error ¶
func (o *DeleteWorkspaceOK) Error() string
func (*DeleteWorkspaceOK) GetPayload ¶
func (o *DeleteWorkspaceOK) GetPayload() models.DeleteWorkspaceResponse
func (*DeleteWorkspaceOK) IsClientError ¶
func (o *DeleteWorkspaceOK) IsClientError() bool
IsClientError returns true when this delete workspace o k response has a 4xx status code
func (*DeleteWorkspaceOK) IsCode ¶
func (o *DeleteWorkspaceOK) IsCode(code int) bool
IsCode returns true when this delete workspace o k response a status code equal to that given
func (*DeleteWorkspaceOK) IsRedirect ¶
func (o *DeleteWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this delete workspace o k response has a 3xx status code
func (*DeleteWorkspaceOK) IsServerError ¶
func (o *DeleteWorkspaceOK) IsServerError() bool
IsServerError returns true when this delete workspace o k response has a 5xx status code
func (*DeleteWorkspaceOK) IsSuccess ¶
func (o *DeleteWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this delete workspace o k response has a 2xx status code
func (*DeleteWorkspaceOK) String ¶
func (o *DeleteWorkspaceOK) String() string
type DeleteWorkspaceParams ¶
type DeleteWorkspaceParams struct { // Input. Input *models.DeleteWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteWorkspaceParams contains all the parameters to send to the API endpoint
for the delete workspace operation. Typically these are written to a http.Request.
func NewDeleteWorkspaceParams ¶
func NewDeleteWorkspaceParams() *DeleteWorkspaceParams
NewDeleteWorkspaceParams creates a new DeleteWorkspaceParams 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 NewDeleteWorkspaceParamsWithContext ¶
func NewDeleteWorkspaceParamsWithContext(ctx context.Context) *DeleteWorkspaceParams
NewDeleteWorkspaceParamsWithContext creates a new DeleteWorkspaceParams object with the ability to set a context for a request.
func NewDeleteWorkspaceParamsWithHTTPClient ¶
func NewDeleteWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteWorkspaceParams
NewDeleteWorkspaceParamsWithHTTPClient creates a new DeleteWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteWorkspaceParamsWithTimeout ¶
func NewDeleteWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteWorkspaceParams
NewDeleteWorkspaceParamsWithTimeout creates a new DeleteWorkspaceParams object with the ability to set a timeout on a request.
func (*DeleteWorkspaceParams) SetContext ¶
func (o *DeleteWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete workspace params
func (*DeleteWorkspaceParams) SetDefaults ¶
func (o *DeleteWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the delete workspace params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteWorkspaceParams) SetHTTPClient ¶
func (o *DeleteWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete workspace params
func (*DeleteWorkspaceParams) SetInput ¶
func (o *DeleteWorkspaceParams) SetInput(input *models.DeleteWorkspaceRequest)
SetInput adds the input to the delete workspace params
func (*DeleteWorkspaceParams) SetTimeout ¶
func (o *DeleteWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete workspace params
func (*DeleteWorkspaceParams) WithContext ¶
func (o *DeleteWorkspaceParams) WithContext(ctx context.Context) *DeleteWorkspaceParams
WithContext adds the context to the delete workspace params
func (*DeleteWorkspaceParams) WithDefaults ¶
func (o *DeleteWorkspaceParams) WithDefaults() *DeleteWorkspaceParams
WithDefaults hydrates default values in the delete workspace params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteWorkspaceParams) WithHTTPClient ¶
func (o *DeleteWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteWorkspaceParams
WithHTTPClient adds the HTTPClient to the delete workspace params
func (*DeleteWorkspaceParams) WithInput ¶
func (o *DeleteWorkspaceParams) WithInput(input *models.DeleteWorkspaceRequest) *DeleteWorkspaceParams
WithInput adds the input to the delete workspace params
func (*DeleteWorkspaceParams) WithTimeout ¶
func (o *DeleteWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteWorkspaceParams
WithTimeout adds the timeout to the delete workspace params
func (*DeleteWorkspaceParams) WriteToRequest ¶
func (o *DeleteWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteWorkspaceReader ¶
type DeleteWorkspaceReader struct {
// contains filtered or unexported fields
}
DeleteWorkspaceReader is a Reader for the DeleteWorkspace structure.
func (*DeleteWorkspaceReader) ReadResponse ¶
func (o *DeleteWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeMlServingAppDefault ¶ added in v0.6.0
type DescribeMlServingAppDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeMlServingAppDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeMlServingAppDefault ¶ added in v0.6.0
func NewDescribeMlServingAppDefault(code int) *DescribeMlServingAppDefault
NewDescribeMlServingAppDefault creates a DescribeMlServingAppDefault with default headers values
func (*DescribeMlServingAppDefault) Code ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) Code() int
Code gets the status code for the describe ml serving app default response
func (*DescribeMlServingAppDefault) Error ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) Error() string
func (*DescribeMlServingAppDefault) GetPayload ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) GetPayload() *models.Error
func (*DescribeMlServingAppDefault) IsClientError ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) IsClientError() bool
IsClientError returns true when this describe ml serving app default response has a 4xx status code
func (*DescribeMlServingAppDefault) IsCode ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) IsCode(code int) bool
IsCode returns true when this describe ml serving app default response a status code equal to that given
func (*DescribeMlServingAppDefault) IsRedirect ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) IsRedirect() bool
IsRedirect returns true when this describe ml serving app default response has a 3xx status code
func (*DescribeMlServingAppDefault) IsServerError ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) IsServerError() bool
IsServerError returns true when this describe ml serving app default response has a 5xx status code
func (*DescribeMlServingAppDefault) IsSuccess ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) IsSuccess() bool
IsSuccess returns true when this describe ml serving app default response has a 2xx status code
func (*DescribeMlServingAppDefault) String ¶ added in v0.6.0
func (o *DescribeMlServingAppDefault) String() string
type DescribeMlServingAppOK ¶ added in v0.6.0
type DescribeMlServingAppOK struct {
Payload *models.DescribeMlServingAppResponse
}
DescribeMlServingAppOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeMlServingAppOK ¶ added in v0.6.0
func NewDescribeMlServingAppOK() *DescribeMlServingAppOK
NewDescribeMlServingAppOK creates a DescribeMlServingAppOK with default headers values
func (*DescribeMlServingAppOK) Code ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) Code() int
Code gets the status code for the describe ml serving app o k response
func (*DescribeMlServingAppOK) Error ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) Error() string
func (*DescribeMlServingAppOK) GetPayload ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) GetPayload() *models.DescribeMlServingAppResponse
func (*DescribeMlServingAppOK) IsClientError ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) IsClientError() bool
IsClientError returns true when this describe ml serving app o k response has a 4xx status code
func (*DescribeMlServingAppOK) IsCode ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) IsCode(code int) bool
IsCode returns true when this describe ml serving app o k response a status code equal to that given
func (*DescribeMlServingAppOK) IsRedirect ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) IsRedirect() bool
IsRedirect returns true when this describe ml serving app o k response has a 3xx status code
func (*DescribeMlServingAppOK) IsServerError ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) IsServerError() bool
IsServerError returns true when this describe ml serving app o k response has a 5xx status code
func (*DescribeMlServingAppOK) IsSuccess ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) IsSuccess() bool
IsSuccess returns true when this describe ml serving app o k response has a 2xx status code
func (*DescribeMlServingAppOK) String ¶ added in v0.6.0
func (o *DescribeMlServingAppOK) String() string
type DescribeMlServingAppParams ¶ added in v0.6.0
type DescribeMlServingAppParams struct { // Input. Input *models.DescribeMlServingAppRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeMlServingAppParams contains all the parameters to send to the API endpoint
for the describe ml serving app operation. Typically these are written to a http.Request.
func NewDescribeMlServingAppParams ¶ added in v0.6.0
func NewDescribeMlServingAppParams() *DescribeMlServingAppParams
NewDescribeMlServingAppParams creates a new DescribeMlServingAppParams 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 NewDescribeMlServingAppParamsWithContext ¶ added in v0.6.0
func NewDescribeMlServingAppParamsWithContext(ctx context.Context) *DescribeMlServingAppParams
NewDescribeMlServingAppParamsWithContext creates a new DescribeMlServingAppParams object with the ability to set a context for a request.
func NewDescribeMlServingAppParamsWithHTTPClient ¶ added in v0.6.0
func NewDescribeMlServingAppParamsWithHTTPClient(client *http.Client) *DescribeMlServingAppParams
NewDescribeMlServingAppParamsWithHTTPClient creates a new DescribeMlServingAppParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeMlServingAppParamsWithTimeout ¶ added in v0.6.0
func NewDescribeMlServingAppParamsWithTimeout(timeout time.Duration) *DescribeMlServingAppParams
NewDescribeMlServingAppParamsWithTimeout creates a new DescribeMlServingAppParams object with the ability to set a timeout on a request.
func (*DescribeMlServingAppParams) SetContext ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) SetContext(ctx context.Context)
SetContext adds the context to the describe ml serving app params
func (*DescribeMlServingAppParams) SetDefaults ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) SetDefaults()
SetDefaults hydrates default values in the describe ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeMlServingAppParams) SetHTTPClient ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe ml serving app params
func (*DescribeMlServingAppParams) SetInput ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) SetInput(input *models.DescribeMlServingAppRequest)
SetInput adds the input to the describe ml serving app params
func (*DescribeMlServingAppParams) SetTimeout ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe ml serving app params
func (*DescribeMlServingAppParams) WithContext ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) WithContext(ctx context.Context) *DescribeMlServingAppParams
WithContext adds the context to the describe ml serving app params
func (*DescribeMlServingAppParams) WithDefaults ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) WithDefaults() *DescribeMlServingAppParams
WithDefaults hydrates default values in the describe ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeMlServingAppParams) WithHTTPClient ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) WithHTTPClient(client *http.Client) *DescribeMlServingAppParams
WithHTTPClient adds the HTTPClient to the describe ml serving app params
func (*DescribeMlServingAppParams) WithInput ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) WithInput(input *models.DescribeMlServingAppRequest) *DescribeMlServingAppParams
WithInput adds the input to the describe ml serving app params
func (*DescribeMlServingAppParams) WithTimeout ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) WithTimeout(timeout time.Duration) *DescribeMlServingAppParams
WithTimeout adds the timeout to the describe ml serving app params
func (*DescribeMlServingAppParams) WriteToRequest ¶ added in v0.6.0
func (o *DescribeMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeMlServingAppReader ¶ added in v0.6.0
type DescribeMlServingAppReader struct {
// contains filtered or unexported fields
}
DescribeMlServingAppReader is a Reader for the DescribeMlServingApp structure.
func (*DescribeMlServingAppReader) ReadResponse ¶ added in v0.6.0
func (o *DescribeMlServingAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeModelRegistryDefault ¶ added in v0.4.2
type DescribeModelRegistryDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeModelRegistryDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeModelRegistryDefault ¶ added in v0.4.2
func NewDescribeModelRegistryDefault(code int) *DescribeModelRegistryDefault
NewDescribeModelRegistryDefault creates a DescribeModelRegistryDefault with default headers values
func (*DescribeModelRegistryDefault) Code ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) Code() int
Code gets the status code for the describe model registry default response
func (*DescribeModelRegistryDefault) Error ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) Error() string
func (*DescribeModelRegistryDefault) GetPayload ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) GetPayload() *models.Error
func (*DescribeModelRegistryDefault) IsClientError ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) IsClientError() bool
IsClientError returns true when this describe model registry default response has a 4xx status code
func (*DescribeModelRegistryDefault) IsCode ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) IsCode(code int) bool
IsCode returns true when this describe model registry default response a status code equal to that given
func (*DescribeModelRegistryDefault) IsRedirect ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) IsRedirect() bool
IsRedirect returns true when this describe model registry default response has a 3xx status code
func (*DescribeModelRegistryDefault) IsServerError ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) IsServerError() bool
IsServerError returns true when this describe model registry default response has a 5xx status code
func (*DescribeModelRegistryDefault) IsSuccess ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) IsSuccess() bool
IsSuccess returns true when this describe model registry default response has a 2xx status code
func (*DescribeModelRegistryDefault) String ¶ added in v0.4.2
func (o *DescribeModelRegistryDefault) String() string
type DescribeModelRegistryOK ¶ added in v0.4.2
type DescribeModelRegistryOK struct {
Payload *models.DescribeModelRegistryResponse
}
DescribeModelRegistryOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeModelRegistryOK ¶ added in v0.4.2
func NewDescribeModelRegistryOK() *DescribeModelRegistryOK
NewDescribeModelRegistryOK creates a DescribeModelRegistryOK with default headers values
func (*DescribeModelRegistryOK) Code ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) Code() int
Code gets the status code for the describe model registry o k response
func (*DescribeModelRegistryOK) Error ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) Error() string
func (*DescribeModelRegistryOK) GetPayload ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) GetPayload() *models.DescribeModelRegistryResponse
func (*DescribeModelRegistryOK) IsClientError ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) IsClientError() bool
IsClientError returns true when this describe model registry o k response has a 4xx status code
func (*DescribeModelRegistryOK) IsCode ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) IsCode(code int) bool
IsCode returns true when this describe model registry o k response a status code equal to that given
func (*DescribeModelRegistryOK) IsRedirect ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) IsRedirect() bool
IsRedirect returns true when this describe model registry o k response has a 3xx status code
func (*DescribeModelRegistryOK) IsServerError ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) IsServerError() bool
IsServerError returns true when this describe model registry o k response has a 5xx status code
func (*DescribeModelRegistryOK) IsSuccess ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) IsSuccess() bool
IsSuccess returns true when this describe model registry o k response has a 2xx status code
func (*DescribeModelRegistryOK) String ¶ added in v0.4.2
func (o *DescribeModelRegistryOK) String() string
type DescribeModelRegistryParams ¶ added in v0.4.2
type DescribeModelRegistryParams struct { // Input. Input *models.DescribeModelRegistryRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeModelRegistryParams contains all the parameters to send to the API endpoint
for the describe model registry operation. Typically these are written to a http.Request.
func NewDescribeModelRegistryParams ¶ added in v0.4.2
func NewDescribeModelRegistryParams() *DescribeModelRegistryParams
NewDescribeModelRegistryParams creates a new DescribeModelRegistryParams 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 NewDescribeModelRegistryParamsWithContext ¶ added in v0.4.2
func NewDescribeModelRegistryParamsWithContext(ctx context.Context) *DescribeModelRegistryParams
NewDescribeModelRegistryParamsWithContext creates a new DescribeModelRegistryParams object with the ability to set a context for a request.
func NewDescribeModelRegistryParamsWithHTTPClient ¶ added in v0.4.2
func NewDescribeModelRegistryParamsWithHTTPClient(client *http.Client) *DescribeModelRegistryParams
NewDescribeModelRegistryParamsWithHTTPClient creates a new DescribeModelRegistryParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeModelRegistryParamsWithTimeout ¶ added in v0.4.2
func NewDescribeModelRegistryParamsWithTimeout(timeout time.Duration) *DescribeModelRegistryParams
NewDescribeModelRegistryParamsWithTimeout creates a new DescribeModelRegistryParams object with the ability to set a timeout on a request.
func (*DescribeModelRegistryParams) SetContext ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) SetContext(ctx context.Context)
SetContext adds the context to the describe model registry params
func (*DescribeModelRegistryParams) SetDefaults ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) SetDefaults()
SetDefaults hydrates default values in the describe model registry params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeModelRegistryParams) SetHTTPClient ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe model registry params
func (*DescribeModelRegistryParams) SetInput ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) SetInput(input *models.DescribeModelRegistryRequest)
SetInput adds the input to the describe model registry params
func (*DescribeModelRegistryParams) SetTimeout ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe model registry params
func (*DescribeModelRegistryParams) WithContext ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) WithContext(ctx context.Context) *DescribeModelRegistryParams
WithContext adds the context to the describe model registry params
func (*DescribeModelRegistryParams) WithDefaults ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) WithDefaults() *DescribeModelRegistryParams
WithDefaults hydrates default values in the describe model registry params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeModelRegistryParams) WithHTTPClient ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) WithHTTPClient(client *http.Client) *DescribeModelRegistryParams
WithHTTPClient adds the HTTPClient to the describe model registry params
func (*DescribeModelRegistryParams) WithInput ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) WithInput(input *models.DescribeModelRegistryRequest) *DescribeModelRegistryParams
WithInput adds the input to the describe model registry params
func (*DescribeModelRegistryParams) WithTimeout ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) WithTimeout(timeout time.Duration) *DescribeModelRegistryParams
WithTimeout adds the timeout to the describe model registry params
func (*DescribeModelRegistryParams) WriteToRequest ¶ added in v0.4.2
func (o *DescribeModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeModelRegistryReader ¶ added in v0.4.2
type DescribeModelRegistryReader struct {
// contains filtered or unexported fields
}
DescribeModelRegistryReader is a Reader for the DescribeModelRegistry structure.
func (*DescribeModelRegistryReader) ReadResponse ¶ added in v0.4.2
func (o *DescribeModelRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeWorkspaceDefault ¶
type DescribeWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeWorkspaceDefault ¶
func NewDescribeWorkspaceDefault(code int) *DescribeWorkspaceDefault
NewDescribeWorkspaceDefault creates a DescribeWorkspaceDefault with default headers values
func (*DescribeWorkspaceDefault) Code ¶
func (o *DescribeWorkspaceDefault) Code() int
Code gets the status code for the describe workspace default response
func (*DescribeWorkspaceDefault) Error ¶
func (o *DescribeWorkspaceDefault) Error() string
func (*DescribeWorkspaceDefault) GetPayload ¶
func (o *DescribeWorkspaceDefault) GetPayload() *models.Error
func (*DescribeWorkspaceDefault) IsClientError ¶
func (o *DescribeWorkspaceDefault) IsClientError() bool
IsClientError returns true when this describe workspace default response has a 4xx status code
func (*DescribeWorkspaceDefault) IsCode ¶
func (o *DescribeWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this describe workspace default response a status code equal to that given
func (*DescribeWorkspaceDefault) IsRedirect ¶
func (o *DescribeWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this describe workspace default response has a 3xx status code
func (*DescribeWorkspaceDefault) IsServerError ¶
func (o *DescribeWorkspaceDefault) IsServerError() bool
IsServerError returns true when this describe workspace default response has a 5xx status code
func (*DescribeWorkspaceDefault) IsSuccess ¶
func (o *DescribeWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this describe workspace default response has a 2xx status code
func (*DescribeWorkspaceDefault) String ¶
func (o *DescribeWorkspaceDefault) String() string
type DescribeWorkspaceOK ¶
type DescribeWorkspaceOK struct {
Payload *models.DescribeWorkspaceResponse
}
DescribeWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeWorkspaceOK ¶
func NewDescribeWorkspaceOK() *DescribeWorkspaceOK
NewDescribeWorkspaceOK creates a DescribeWorkspaceOK with default headers values
func (*DescribeWorkspaceOK) Code ¶
func (o *DescribeWorkspaceOK) Code() int
Code gets the status code for the describe workspace o k response
func (*DescribeWorkspaceOK) Error ¶
func (o *DescribeWorkspaceOK) Error() string
func (*DescribeWorkspaceOK) GetPayload ¶
func (o *DescribeWorkspaceOK) GetPayload() *models.DescribeWorkspaceResponse
func (*DescribeWorkspaceOK) IsClientError ¶
func (o *DescribeWorkspaceOK) IsClientError() bool
IsClientError returns true when this describe workspace o k response has a 4xx status code
func (*DescribeWorkspaceOK) IsCode ¶
func (o *DescribeWorkspaceOK) IsCode(code int) bool
IsCode returns true when this describe workspace o k response a status code equal to that given
func (*DescribeWorkspaceOK) IsRedirect ¶
func (o *DescribeWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this describe workspace o k response has a 3xx status code
func (*DescribeWorkspaceOK) IsServerError ¶
func (o *DescribeWorkspaceOK) IsServerError() bool
IsServerError returns true when this describe workspace o k response has a 5xx status code
func (*DescribeWorkspaceOK) IsSuccess ¶
func (o *DescribeWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this describe workspace o k response has a 2xx status code
func (*DescribeWorkspaceOK) String ¶
func (o *DescribeWorkspaceOK) String() string
type DescribeWorkspaceParams ¶
type DescribeWorkspaceParams struct { // Input. Input *models.DescribeWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeWorkspaceParams contains all the parameters to send to the API endpoint
for the describe workspace operation. Typically these are written to a http.Request.
func NewDescribeWorkspaceParams ¶
func NewDescribeWorkspaceParams() *DescribeWorkspaceParams
NewDescribeWorkspaceParams creates a new DescribeWorkspaceParams 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 NewDescribeWorkspaceParamsWithContext ¶
func NewDescribeWorkspaceParamsWithContext(ctx context.Context) *DescribeWorkspaceParams
NewDescribeWorkspaceParamsWithContext creates a new DescribeWorkspaceParams object with the ability to set a context for a request.
func NewDescribeWorkspaceParamsWithHTTPClient ¶
func NewDescribeWorkspaceParamsWithHTTPClient(client *http.Client) *DescribeWorkspaceParams
NewDescribeWorkspaceParamsWithHTTPClient creates a new DescribeWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeWorkspaceParamsWithTimeout ¶
func NewDescribeWorkspaceParamsWithTimeout(timeout time.Duration) *DescribeWorkspaceParams
NewDescribeWorkspaceParamsWithTimeout creates a new DescribeWorkspaceParams object with the ability to set a timeout on a request.
func (*DescribeWorkspaceParams) SetContext ¶
func (o *DescribeWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the describe workspace params
func (*DescribeWorkspaceParams) SetDefaults ¶
func (o *DescribeWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the describe workspace params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeWorkspaceParams) SetHTTPClient ¶
func (o *DescribeWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe workspace params
func (*DescribeWorkspaceParams) SetInput ¶
func (o *DescribeWorkspaceParams) SetInput(input *models.DescribeWorkspaceRequest)
SetInput adds the input to the describe workspace params
func (*DescribeWorkspaceParams) SetTimeout ¶
func (o *DescribeWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe workspace params
func (*DescribeWorkspaceParams) WithContext ¶
func (o *DescribeWorkspaceParams) WithContext(ctx context.Context) *DescribeWorkspaceParams
WithContext adds the context to the describe workspace params
func (*DescribeWorkspaceParams) WithDefaults ¶
func (o *DescribeWorkspaceParams) WithDefaults() *DescribeWorkspaceParams
WithDefaults hydrates default values in the describe workspace params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeWorkspaceParams) WithHTTPClient ¶
func (o *DescribeWorkspaceParams) WithHTTPClient(client *http.Client) *DescribeWorkspaceParams
WithHTTPClient adds the HTTPClient to the describe workspace params
func (*DescribeWorkspaceParams) WithInput ¶
func (o *DescribeWorkspaceParams) WithInput(input *models.DescribeWorkspaceRequest) *DescribeWorkspaceParams
WithInput adds the input to the describe workspace params
func (*DescribeWorkspaceParams) WithTimeout ¶
func (o *DescribeWorkspaceParams) WithTimeout(timeout time.Duration) *DescribeWorkspaceParams
WithTimeout adds the timeout to the describe workspace params
func (*DescribeWorkspaceParams) WriteToRequest ¶
func (o *DescribeWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeWorkspaceReader ¶
type DescribeWorkspaceReader struct {
// contains filtered or unexported fields
}
DescribeWorkspaceReader is a Reader for the DescribeWorkspace structure.
func (*DescribeWorkspaceReader) ReadResponse ¶
func (o *DescribeWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAuditEventsDefault ¶
type GetAuditEventsDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetAuditEventsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetAuditEventsDefault ¶
func NewGetAuditEventsDefault(code int) *GetAuditEventsDefault
NewGetAuditEventsDefault creates a GetAuditEventsDefault with default headers values
func (*GetAuditEventsDefault) Code ¶
func (o *GetAuditEventsDefault) Code() int
Code gets the status code for the get audit events default response
func (*GetAuditEventsDefault) Error ¶
func (o *GetAuditEventsDefault) Error() string
func (*GetAuditEventsDefault) GetPayload ¶
func (o *GetAuditEventsDefault) GetPayload() *models.Error
func (*GetAuditEventsDefault) IsClientError ¶
func (o *GetAuditEventsDefault) IsClientError() bool
IsClientError returns true when this get audit events default response has a 4xx status code
func (*GetAuditEventsDefault) IsCode ¶
func (o *GetAuditEventsDefault) IsCode(code int) bool
IsCode returns true when this get audit events default response a status code equal to that given
func (*GetAuditEventsDefault) IsRedirect ¶
func (o *GetAuditEventsDefault) IsRedirect() bool
IsRedirect returns true when this get audit events default response has a 3xx status code
func (*GetAuditEventsDefault) IsServerError ¶
func (o *GetAuditEventsDefault) IsServerError() bool
IsServerError returns true when this get audit events default response has a 5xx status code
func (*GetAuditEventsDefault) IsSuccess ¶
func (o *GetAuditEventsDefault) IsSuccess() bool
IsSuccess returns true when this get audit events default response has a 2xx status code
func (*GetAuditEventsDefault) String ¶
func (o *GetAuditEventsDefault) String() string
type GetAuditEventsOK ¶
type GetAuditEventsOK struct {
Payload *models.GetAuditEventsResponse
}
GetAuditEventsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetAuditEventsOK ¶
func NewGetAuditEventsOK() *GetAuditEventsOK
NewGetAuditEventsOK creates a GetAuditEventsOK with default headers values
func (*GetAuditEventsOK) Code ¶
func (o *GetAuditEventsOK) Code() int
Code gets the status code for the get audit events o k response
func (*GetAuditEventsOK) Error ¶
func (o *GetAuditEventsOK) Error() string
func (*GetAuditEventsOK) GetPayload ¶
func (o *GetAuditEventsOK) GetPayload() *models.GetAuditEventsResponse
func (*GetAuditEventsOK) IsClientError ¶
func (o *GetAuditEventsOK) IsClientError() bool
IsClientError returns true when this get audit events o k response has a 4xx status code
func (*GetAuditEventsOK) IsCode ¶
func (o *GetAuditEventsOK) IsCode(code int) bool
IsCode returns true when this get audit events o k response a status code equal to that given
func (*GetAuditEventsOK) IsRedirect ¶
func (o *GetAuditEventsOK) IsRedirect() bool
IsRedirect returns true when this get audit events o k response has a 3xx status code
func (*GetAuditEventsOK) IsServerError ¶
func (o *GetAuditEventsOK) IsServerError() bool
IsServerError returns true when this get audit events o k response has a 5xx status code
func (*GetAuditEventsOK) IsSuccess ¶
func (o *GetAuditEventsOK) IsSuccess() bool
IsSuccess returns true when this get audit events o k response has a 2xx status code
func (*GetAuditEventsOK) String ¶
func (o *GetAuditEventsOK) String() string
type GetAuditEventsParams ¶
type GetAuditEventsParams struct { // Input. Input *models.GetAuditEventsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAuditEventsParams contains all the parameters to send to the API endpoint
for the get audit events operation. Typically these are written to a http.Request.
func NewGetAuditEventsParams ¶
func NewGetAuditEventsParams() *GetAuditEventsParams
NewGetAuditEventsParams creates a new GetAuditEventsParams 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 NewGetAuditEventsParamsWithContext ¶
func NewGetAuditEventsParamsWithContext(ctx context.Context) *GetAuditEventsParams
NewGetAuditEventsParamsWithContext creates a new GetAuditEventsParams object with the ability to set a context for a request.
func NewGetAuditEventsParamsWithHTTPClient ¶
func NewGetAuditEventsParamsWithHTTPClient(client *http.Client) *GetAuditEventsParams
NewGetAuditEventsParamsWithHTTPClient creates a new GetAuditEventsParams object with the ability to set a custom HTTPClient for a request.
func NewGetAuditEventsParamsWithTimeout ¶
func NewGetAuditEventsParamsWithTimeout(timeout time.Duration) *GetAuditEventsParams
NewGetAuditEventsParamsWithTimeout creates a new GetAuditEventsParams object with the ability to set a timeout on a request.
func (*GetAuditEventsParams) SetContext ¶
func (o *GetAuditEventsParams) SetContext(ctx context.Context)
SetContext adds the context to the get audit events params
func (*GetAuditEventsParams) SetDefaults ¶
func (o *GetAuditEventsParams) SetDefaults()
SetDefaults hydrates default values in the get audit events params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuditEventsParams) SetHTTPClient ¶
func (o *GetAuditEventsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get audit events params
func (*GetAuditEventsParams) SetInput ¶
func (o *GetAuditEventsParams) SetInput(input *models.GetAuditEventsRequest)
SetInput adds the input to the get audit events params
func (*GetAuditEventsParams) SetTimeout ¶
func (o *GetAuditEventsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get audit events params
func (*GetAuditEventsParams) WithContext ¶
func (o *GetAuditEventsParams) WithContext(ctx context.Context) *GetAuditEventsParams
WithContext adds the context to the get audit events params
func (*GetAuditEventsParams) WithDefaults ¶
func (o *GetAuditEventsParams) WithDefaults() *GetAuditEventsParams
WithDefaults hydrates default values in the get audit events params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuditEventsParams) WithHTTPClient ¶
func (o *GetAuditEventsParams) WithHTTPClient(client *http.Client) *GetAuditEventsParams
WithHTTPClient adds the HTTPClient to the get audit events params
func (*GetAuditEventsParams) WithInput ¶
func (o *GetAuditEventsParams) WithInput(input *models.GetAuditEventsRequest) *GetAuditEventsParams
WithInput adds the input to the get audit events params
func (*GetAuditEventsParams) WithTimeout ¶
func (o *GetAuditEventsParams) WithTimeout(timeout time.Duration) *GetAuditEventsParams
WithTimeout adds the timeout to the get audit events params
func (*GetAuditEventsParams) WriteToRequest ¶
func (o *GetAuditEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAuditEventsReader ¶
type GetAuditEventsReader struct {
// contains filtered or unexported fields
}
GetAuditEventsReader is a Reader for the GetAuditEvents structure.
func (*GetAuditEventsReader) ReadResponse ¶
func (o *GetAuditEventsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetKubeconfigDefault ¶
type GetKubeconfigDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetKubeconfigDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetKubeconfigDefault ¶
func NewGetKubeconfigDefault(code int) *GetKubeconfigDefault
NewGetKubeconfigDefault creates a GetKubeconfigDefault with default headers values
func (*GetKubeconfigDefault) Code ¶
func (o *GetKubeconfigDefault) Code() int
Code gets the status code for the get kubeconfig default response
func (*GetKubeconfigDefault) Error ¶
func (o *GetKubeconfigDefault) Error() string
func (*GetKubeconfigDefault) GetPayload ¶
func (o *GetKubeconfigDefault) GetPayload() *models.Error
func (*GetKubeconfigDefault) IsClientError ¶
func (o *GetKubeconfigDefault) IsClientError() bool
IsClientError returns true when this get kubeconfig default response has a 4xx status code
func (*GetKubeconfigDefault) IsCode ¶
func (o *GetKubeconfigDefault) IsCode(code int) bool
IsCode returns true when this get kubeconfig default response a status code equal to that given
func (*GetKubeconfigDefault) IsRedirect ¶
func (o *GetKubeconfigDefault) IsRedirect() bool
IsRedirect returns true when this get kubeconfig default response has a 3xx status code
func (*GetKubeconfigDefault) IsServerError ¶
func (o *GetKubeconfigDefault) IsServerError() bool
IsServerError returns true when this get kubeconfig default response has a 5xx status code
func (*GetKubeconfigDefault) IsSuccess ¶
func (o *GetKubeconfigDefault) IsSuccess() bool
IsSuccess returns true when this get kubeconfig default response has a 2xx status code
func (*GetKubeconfigDefault) String ¶
func (o *GetKubeconfigDefault) String() string
type GetKubeconfigOK ¶
type GetKubeconfigOK struct {
Payload *models.GetKubeconfigResponse
}
GetKubeconfigOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetKubeconfigOK ¶
func NewGetKubeconfigOK() *GetKubeconfigOK
NewGetKubeconfigOK creates a GetKubeconfigOK with default headers values
func (*GetKubeconfigOK) Code ¶
func (o *GetKubeconfigOK) Code() int
Code gets the status code for the get kubeconfig o k response
func (*GetKubeconfigOK) Error ¶
func (o *GetKubeconfigOK) Error() string
func (*GetKubeconfigOK) GetPayload ¶
func (o *GetKubeconfigOK) GetPayload() *models.GetKubeconfigResponse
func (*GetKubeconfigOK) IsClientError ¶
func (o *GetKubeconfigOK) IsClientError() bool
IsClientError returns true when this get kubeconfig o k response has a 4xx status code
func (*GetKubeconfigOK) IsCode ¶
func (o *GetKubeconfigOK) IsCode(code int) bool
IsCode returns true when this get kubeconfig o k response a status code equal to that given
func (*GetKubeconfigOK) IsRedirect ¶
func (o *GetKubeconfigOK) IsRedirect() bool
IsRedirect returns true when this get kubeconfig o k response has a 3xx status code
func (*GetKubeconfigOK) IsServerError ¶
func (o *GetKubeconfigOK) IsServerError() bool
IsServerError returns true when this get kubeconfig o k response has a 5xx status code
func (*GetKubeconfigOK) IsSuccess ¶
func (o *GetKubeconfigOK) IsSuccess() bool
IsSuccess returns true when this get kubeconfig o k response has a 2xx status code
func (*GetKubeconfigOK) String ¶
func (o *GetKubeconfigOK) String() string
type GetKubeconfigParams ¶
type GetKubeconfigParams struct { // Input. Input *models.GetKubeconfigRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetKubeconfigParams contains all the parameters to send to the API endpoint
for the get kubeconfig operation. Typically these are written to a http.Request.
func NewGetKubeconfigParams ¶
func NewGetKubeconfigParams() *GetKubeconfigParams
NewGetKubeconfigParams creates a new GetKubeconfigParams 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 NewGetKubeconfigParamsWithContext ¶
func NewGetKubeconfigParamsWithContext(ctx context.Context) *GetKubeconfigParams
NewGetKubeconfigParamsWithContext creates a new GetKubeconfigParams object with the ability to set a context for a request.
func NewGetKubeconfigParamsWithHTTPClient ¶
func NewGetKubeconfigParamsWithHTTPClient(client *http.Client) *GetKubeconfigParams
NewGetKubeconfigParamsWithHTTPClient creates a new GetKubeconfigParams object with the ability to set a custom HTTPClient for a request.
func NewGetKubeconfigParamsWithTimeout ¶
func NewGetKubeconfigParamsWithTimeout(timeout time.Duration) *GetKubeconfigParams
NewGetKubeconfigParamsWithTimeout creates a new GetKubeconfigParams object with the ability to set a timeout on a request.
func (*GetKubeconfigParams) SetContext ¶
func (o *GetKubeconfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get kubeconfig params
func (*GetKubeconfigParams) SetDefaults ¶
func (o *GetKubeconfigParams) SetDefaults()
SetDefaults hydrates default values in the get kubeconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetKubeconfigParams) SetHTTPClient ¶
func (o *GetKubeconfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get kubeconfig params
func (*GetKubeconfigParams) SetInput ¶
func (o *GetKubeconfigParams) SetInput(input *models.GetKubeconfigRequest)
SetInput adds the input to the get kubeconfig params
func (*GetKubeconfigParams) SetTimeout ¶
func (o *GetKubeconfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get kubeconfig params
func (*GetKubeconfigParams) WithContext ¶
func (o *GetKubeconfigParams) WithContext(ctx context.Context) *GetKubeconfigParams
WithContext adds the context to the get kubeconfig params
func (*GetKubeconfigParams) WithDefaults ¶
func (o *GetKubeconfigParams) WithDefaults() *GetKubeconfigParams
WithDefaults hydrates default values in the get kubeconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetKubeconfigParams) WithHTTPClient ¶
func (o *GetKubeconfigParams) WithHTTPClient(client *http.Client) *GetKubeconfigParams
WithHTTPClient adds the HTTPClient to the get kubeconfig params
func (*GetKubeconfigParams) WithInput ¶
func (o *GetKubeconfigParams) WithInput(input *models.GetKubeconfigRequest) *GetKubeconfigParams
WithInput adds the input to the get kubeconfig params
func (*GetKubeconfigParams) WithTimeout ¶
func (o *GetKubeconfigParams) WithTimeout(timeout time.Duration) *GetKubeconfigParams
WithTimeout adds the timeout to the get kubeconfig params
func (*GetKubeconfigParams) WriteToRequest ¶
func (o *GetKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetKubeconfigReader ¶
type GetKubeconfigReader struct {
// contains filtered or unexported fields
}
GetKubeconfigReader is a Reader for the GetKubeconfig structure.
func (*GetKubeconfigReader) ReadResponse ¶
func (o *GetKubeconfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLatestWorkspaceVersionDefault ¶
type GetLatestWorkspaceVersionDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetLatestWorkspaceVersionDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetLatestWorkspaceVersionDefault ¶
func NewGetLatestWorkspaceVersionDefault(code int) *GetLatestWorkspaceVersionDefault
NewGetLatestWorkspaceVersionDefault creates a GetLatestWorkspaceVersionDefault with default headers values
func (*GetLatestWorkspaceVersionDefault) Code ¶
func (o *GetLatestWorkspaceVersionDefault) Code() int
Code gets the status code for the get latest workspace version default response
func (*GetLatestWorkspaceVersionDefault) Error ¶
func (o *GetLatestWorkspaceVersionDefault) Error() string
func (*GetLatestWorkspaceVersionDefault) GetPayload ¶
func (o *GetLatestWorkspaceVersionDefault) GetPayload() *models.Error
func (*GetLatestWorkspaceVersionDefault) IsClientError ¶
func (o *GetLatestWorkspaceVersionDefault) IsClientError() bool
IsClientError returns true when this get latest workspace version default response has a 4xx status code
func (*GetLatestWorkspaceVersionDefault) IsCode ¶
func (o *GetLatestWorkspaceVersionDefault) IsCode(code int) bool
IsCode returns true when this get latest workspace version default response a status code equal to that given
func (*GetLatestWorkspaceVersionDefault) IsRedirect ¶
func (o *GetLatestWorkspaceVersionDefault) IsRedirect() bool
IsRedirect returns true when this get latest workspace version default response has a 3xx status code
func (*GetLatestWorkspaceVersionDefault) IsServerError ¶
func (o *GetLatestWorkspaceVersionDefault) IsServerError() bool
IsServerError returns true when this get latest workspace version default response has a 5xx status code
func (*GetLatestWorkspaceVersionDefault) IsSuccess ¶
func (o *GetLatestWorkspaceVersionDefault) IsSuccess() bool
IsSuccess returns true when this get latest workspace version default response has a 2xx status code
func (*GetLatestWorkspaceVersionDefault) String ¶
func (o *GetLatestWorkspaceVersionDefault) String() string
type GetLatestWorkspaceVersionOK ¶
type GetLatestWorkspaceVersionOK struct {
Payload *models.GetLatestWorkspaceVersionResponse
}
GetLatestWorkspaceVersionOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetLatestWorkspaceVersionOK ¶
func NewGetLatestWorkspaceVersionOK() *GetLatestWorkspaceVersionOK
NewGetLatestWorkspaceVersionOK creates a GetLatestWorkspaceVersionOK with default headers values
func (*GetLatestWorkspaceVersionOK) Code ¶
func (o *GetLatestWorkspaceVersionOK) Code() int
Code gets the status code for the get latest workspace version o k response
func (*GetLatestWorkspaceVersionOK) Error ¶
func (o *GetLatestWorkspaceVersionOK) Error() string
func (*GetLatestWorkspaceVersionOK) GetPayload ¶
func (o *GetLatestWorkspaceVersionOK) GetPayload() *models.GetLatestWorkspaceVersionResponse
func (*GetLatestWorkspaceVersionOK) IsClientError ¶
func (o *GetLatestWorkspaceVersionOK) IsClientError() bool
IsClientError returns true when this get latest workspace version o k response has a 4xx status code
func (*GetLatestWorkspaceVersionOK) IsCode ¶
func (o *GetLatestWorkspaceVersionOK) IsCode(code int) bool
IsCode returns true when this get latest workspace version o k response a status code equal to that given
func (*GetLatestWorkspaceVersionOK) IsRedirect ¶
func (o *GetLatestWorkspaceVersionOK) IsRedirect() bool
IsRedirect returns true when this get latest workspace version o k response has a 3xx status code
func (*GetLatestWorkspaceVersionOK) IsServerError ¶
func (o *GetLatestWorkspaceVersionOK) IsServerError() bool
IsServerError returns true when this get latest workspace version o k response has a 5xx status code
func (*GetLatestWorkspaceVersionOK) IsSuccess ¶
func (o *GetLatestWorkspaceVersionOK) IsSuccess() bool
IsSuccess returns true when this get latest workspace version o k response has a 2xx status code
func (*GetLatestWorkspaceVersionOK) String ¶
func (o *GetLatestWorkspaceVersionOK) String() string
type GetLatestWorkspaceVersionParams ¶
type GetLatestWorkspaceVersionParams struct { // Input. Input models.GetLatestWorkspaceVersionRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLatestWorkspaceVersionParams contains all the parameters to send to the API endpoint
for the get latest workspace version operation. Typically these are written to a http.Request.
func NewGetLatestWorkspaceVersionParams ¶
func NewGetLatestWorkspaceVersionParams() *GetLatestWorkspaceVersionParams
NewGetLatestWorkspaceVersionParams creates a new GetLatestWorkspaceVersionParams 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 NewGetLatestWorkspaceVersionParamsWithContext ¶
func NewGetLatestWorkspaceVersionParamsWithContext(ctx context.Context) *GetLatestWorkspaceVersionParams
NewGetLatestWorkspaceVersionParamsWithContext creates a new GetLatestWorkspaceVersionParams object with the ability to set a context for a request.
func NewGetLatestWorkspaceVersionParamsWithHTTPClient ¶
func NewGetLatestWorkspaceVersionParamsWithHTTPClient(client *http.Client) *GetLatestWorkspaceVersionParams
NewGetLatestWorkspaceVersionParamsWithHTTPClient creates a new GetLatestWorkspaceVersionParams object with the ability to set a custom HTTPClient for a request.
func NewGetLatestWorkspaceVersionParamsWithTimeout ¶
func NewGetLatestWorkspaceVersionParamsWithTimeout(timeout time.Duration) *GetLatestWorkspaceVersionParams
NewGetLatestWorkspaceVersionParamsWithTimeout creates a new GetLatestWorkspaceVersionParams object with the ability to set a timeout on a request.
func (*GetLatestWorkspaceVersionParams) SetContext ¶
func (o *GetLatestWorkspaceVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) SetDefaults ¶
func (o *GetLatestWorkspaceVersionParams) SetDefaults()
SetDefaults hydrates default values in the get latest workspace version params (not the query body).
All values with no default are reset to their zero value.
func (*GetLatestWorkspaceVersionParams) SetHTTPClient ¶
func (o *GetLatestWorkspaceVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) SetInput ¶
func (o *GetLatestWorkspaceVersionParams) SetInput(input models.GetLatestWorkspaceVersionRequest)
SetInput adds the input to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) SetTimeout ¶
func (o *GetLatestWorkspaceVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) WithContext ¶
func (o *GetLatestWorkspaceVersionParams) WithContext(ctx context.Context) *GetLatestWorkspaceVersionParams
WithContext adds the context to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) WithDefaults ¶
func (o *GetLatestWorkspaceVersionParams) WithDefaults() *GetLatestWorkspaceVersionParams
WithDefaults hydrates default values in the get latest workspace version params (not the query body).
All values with no default are reset to their zero value.
func (*GetLatestWorkspaceVersionParams) WithHTTPClient ¶
func (o *GetLatestWorkspaceVersionParams) WithHTTPClient(client *http.Client) *GetLatestWorkspaceVersionParams
WithHTTPClient adds the HTTPClient to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) WithInput ¶
func (o *GetLatestWorkspaceVersionParams) WithInput(input models.GetLatestWorkspaceVersionRequest) *GetLatestWorkspaceVersionParams
WithInput adds the input to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) WithTimeout ¶
func (o *GetLatestWorkspaceVersionParams) WithTimeout(timeout time.Duration) *GetLatestWorkspaceVersionParams
WithTimeout adds the timeout to the get latest workspace version params
func (*GetLatestWorkspaceVersionParams) WriteToRequest ¶
func (o *GetLatestWorkspaceVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLatestWorkspaceVersionReader ¶
type GetLatestWorkspaceVersionReader struct {
// contains filtered or unexported fields
}
GetLatestWorkspaceVersionReader is a Reader for the GetLatestWorkspaceVersion structure.
func (*GetLatestWorkspaceVersionReader) ReadResponse ¶
func (o *GetLatestWorkspaceVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLogsDefault ¶
GetLogsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetLogsDefault ¶
func NewGetLogsDefault(code int) *GetLogsDefault
NewGetLogsDefault creates a GetLogsDefault with default headers values
func (*GetLogsDefault) Code ¶
func (o *GetLogsDefault) Code() int
Code gets the status code for the get logs default response
func (*GetLogsDefault) Error ¶
func (o *GetLogsDefault) Error() string
func (*GetLogsDefault) GetPayload ¶
func (o *GetLogsDefault) GetPayload() *models.Error
func (*GetLogsDefault) IsClientError ¶
func (o *GetLogsDefault) IsClientError() bool
IsClientError returns true when this get logs default response has a 4xx status code
func (*GetLogsDefault) IsCode ¶
func (o *GetLogsDefault) IsCode(code int) bool
IsCode returns true when this get logs default response a status code equal to that given
func (*GetLogsDefault) IsRedirect ¶
func (o *GetLogsDefault) IsRedirect() bool
IsRedirect returns true when this get logs default response has a 3xx status code
func (*GetLogsDefault) IsServerError ¶
func (o *GetLogsDefault) IsServerError() bool
IsServerError returns true when this get logs default response has a 5xx status code
func (*GetLogsDefault) IsSuccess ¶
func (o *GetLogsDefault) IsSuccess() bool
IsSuccess returns true when this get logs default response has a 2xx status code
func (*GetLogsDefault) String ¶
func (o *GetLogsDefault) String() string
type GetLogsOK ¶
type GetLogsOK struct {
Payload *models.GetLogsResponse
}
GetLogsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetLogsOK ¶
func NewGetLogsOK() *GetLogsOK
NewGetLogsOK creates a GetLogsOK with default headers values
func (*GetLogsOK) GetPayload ¶
func (o *GetLogsOK) GetPayload() *models.GetLogsResponse
func (*GetLogsOK) IsClientError ¶
IsClientError returns true when this get logs o k response has a 4xx status code
func (*GetLogsOK) IsCode ¶
IsCode returns true when this get logs o k response a status code equal to that given
func (*GetLogsOK) IsRedirect ¶
IsRedirect returns true when this get logs o k response has a 3xx status code
func (*GetLogsOK) IsServerError ¶
IsServerError returns true when this get logs o k response has a 5xx status code
type GetLogsParams ¶
type GetLogsParams struct { // Input. Input *models.GetLogsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLogsParams contains all the parameters to send to the API endpoint
for the get logs operation. Typically these are written to a http.Request.
func NewGetLogsParams ¶
func NewGetLogsParams() *GetLogsParams
NewGetLogsParams creates a new GetLogsParams 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 NewGetLogsParamsWithContext ¶
func NewGetLogsParamsWithContext(ctx context.Context) *GetLogsParams
NewGetLogsParamsWithContext creates a new GetLogsParams object with the ability to set a context for a request.
func NewGetLogsParamsWithHTTPClient ¶
func NewGetLogsParamsWithHTTPClient(client *http.Client) *GetLogsParams
NewGetLogsParamsWithHTTPClient creates a new GetLogsParams object with the ability to set a custom HTTPClient for a request.
func NewGetLogsParamsWithTimeout ¶
func NewGetLogsParamsWithTimeout(timeout time.Duration) *GetLogsParams
NewGetLogsParamsWithTimeout creates a new GetLogsParams object with the ability to set a timeout on a request.
func (*GetLogsParams) SetContext ¶
func (o *GetLogsParams) SetContext(ctx context.Context)
SetContext adds the context to the get logs params
func (*GetLogsParams) SetDefaults ¶
func (o *GetLogsParams) SetDefaults()
SetDefaults hydrates default values in the get logs params (not the query body).
All values with no default are reset to their zero value.
func (*GetLogsParams) SetHTTPClient ¶
func (o *GetLogsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get logs params
func (*GetLogsParams) SetInput ¶
func (o *GetLogsParams) SetInput(input *models.GetLogsRequest)
SetInput adds the input to the get logs params
func (*GetLogsParams) SetTimeout ¶
func (o *GetLogsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get logs params
func (*GetLogsParams) WithContext ¶
func (o *GetLogsParams) WithContext(ctx context.Context) *GetLogsParams
WithContext adds the context to the get logs params
func (*GetLogsParams) WithDefaults ¶
func (o *GetLogsParams) WithDefaults() *GetLogsParams
WithDefaults hydrates default values in the get logs params (not the query body).
All values with no default are reset to their zero value.
func (*GetLogsParams) WithHTTPClient ¶
func (o *GetLogsParams) WithHTTPClient(client *http.Client) *GetLogsParams
WithHTTPClient adds the HTTPClient to the get logs params
func (*GetLogsParams) WithInput ¶
func (o *GetLogsParams) WithInput(input *models.GetLogsRequest) *GetLogsParams
WithInput adds the input to the get logs params
func (*GetLogsParams) WithTimeout ¶
func (o *GetLogsParams) WithTimeout(timeout time.Duration) *GetLogsParams
WithTimeout adds the timeout to the get logs params
func (*GetLogsParams) WriteToRequest ¶
func (o *GetLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLogsReader ¶
type GetLogsReader struct {
// contains filtered or unexported fields
}
GetLogsReader is a Reader for the GetLogs structure.
func (*GetLogsReader) ReadResponse ¶
func (o *GetLogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetMlServingAppKubeconfigDefault ¶ added in v0.6.0
type GetMlServingAppKubeconfigDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetMlServingAppKubeconfigDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetMlServingAppKubeconfigDefault ¶ added in v0.6.0
func NewGetMlServingAppKubeconfigDefault(code int) *GetMlServingAppKubeconfigDefault
NewGetMlServingAppKubeconfigDefault creates a GetMlServingAppKubeconfigDefault with default headers values
func (*GetMlServingAppKubeconfigDefault) Code ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) Code() int
Code gets the status code for the get ml serving app kubeconfig default response
func (*GetMlServingAppKubeconfigDefault) Error ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) Error() string
func (*GetMlServingAppKubeconfigDefault) GetPayload ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) GetPayload() *models.Error
func (*GetMlServingAppKubeconfigDefault) IsClientError ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) IsClientError() bool
IsClientError returns true when this get ml serving app kubeconfig default response has a 4xx status code
func (*GetMlServingAppKubeconfigDefault) IsCode ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) IsCode(code int) bool
IsCode returns true when this get ml serving app kubeconfig default response a status code equal to that given
func (*GetMlServingAppKubeconfigDefault) IsRedirect ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) IsRedirect() bool
IsRedirect returns true when this get ml serving app kubeconfig default response has a 3xx status code
func (*GetMlServingAppKubeconfigDefault) IsServerError ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) IsServerError() bool
IsServerError returns true when this get ml serving app kubeconfig default response has a 5xx status code
func (*GetMlServingAppKubeconfigDefault) IsSuccess ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) IsSuccess() bool
IsSuccess returns true when this get ml serving app kubeconfig default response has a 2xx status code
func (*GetMlServingAppKubeconfigDefault) String ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigDefault) String() string
type GetMlServingAppKubeconfigOK ¶ added in v0.6.0
type GetMlServingAppKubeconfigOK struct {
Payload *models.GetMlServingAppKubeconfigResponse
}
GetMlServingAppKubeconfigOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetMlServingAppKubeconfigOK ¶ added in v0.6.0
func NewGetMlServingAppKubeconfigOK() *GetMlServingAppKubeconfigOK
NewGetMlServingAppKubeconfigOK creates a GetMlServingAppKubeconfigOK with default headers values
func (*GetMlServingAppKubeconfigOK) Code ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) Code() int
Code gets the status code for the get ml serving app kubeconfig o k response
func (*GetMlServingAppKubeconfigOK) Error ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) Error() string
func (*GetMlServingAppKubeconfigOK) GetPayload ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) GetPayload() *models.GetMlServingAppKubeconfigResponse
func (*GetMlServingAppKubeconfigOK) IsClientError ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) IsClientError() bool
IsClientError returns true when this get ml serving app kubeconfig o k response has a 4xx status code
func (*GetMlServingAppKubeconfigOK) IsCode ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) IsCode(code int) bool
IsCode returns true when this get ml serving app kubeconfig o k response a status code equal to that given
func (*GetMlServingAppKubeconfigOK) IsRedirect ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) IsRedirect() bool
IsRedirect returns true when this get ml serving app kubeconfig o k response has a 3xx status code
func (*GetMlServingAppKubeconfigOK) IsServerError ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) IsServerError() bool
IsServerError returns true when this get ml serving app kubeconfig o k response has a 5xx status code
func (*GetMlServingAppKubeconfigOK) IsSuccess ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) IsSuccess() bool
IsSuccess returns true when this get ml serving app kubeconfig o k response has a 2xx status code
func (*GetMlServingAppKubeconfigOK) String ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigOK) String() string
type GetMlServingAppKubeconfigParams ¶ added in v0.6.0
type GetMlServingAppKubeconfigParams struct { // Input. Input *models.GetMlServingAppKubeconfigRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetMlServingAppKubeconfigParams contains all the parameters to send to the API endpoint
for the get ml serving app kubeconfig operation. Typically these are written to a http.Request.
func NewGetMlServingAppKubeconfigParams ¶ added in v0.6.0
func NewGetMlServingAppKubeconfigParams() *GetMlServingAppKubeconfigParams
NewGetMlServingAppKubeconfigParams creates a new GetMlServingAppKubeconfigParams 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 NewGetMlServingAppKubeconfigParamsWithContext ¶ added in v0.6.0
func NewGetMlServingAppKubeconfigParamsWithContext(ctx context.Context) *GetMlServingAppKubeconfigParams
NewGetMlServingAppKubeconfigParamsWithContext creates a new GetMlServingAppKubeconfigParams object with the ability to set a context for a request.
func NewGetMlServingAppKubeconfigParamsWithHTTPClient ¶ added in v0.6.0
func NewGetMlServingAppKubeconfigParamsWithHTTPClient(client *http.Client) *GetMlServingAppKubeconfigParams
NewGetMlServingAppKubeconfigParamsWithHTTPClient creates a new GetMlServingAppKubeconfigParams object with the ability to set a custom HTTPClient for a request.
func NewGetMlServingAppKubeconfigParamsWithTimeout ¶ added in v0.6.0
func NewGetMlServingAppKubeconfigParamsWithTimeout(timeout time.Duration) *GetMlServingAppKubeconfigParams
NewGetMlServingAppKubeconfigParamsWithTimeout creates a new GetMlServingAppKubeconfigParams object with the ability to set a timeout on a request.
func (*GetMlServingAppKubeconfigParams) SetContext ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) SetDefaults ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) SetDefaults()
SetDefaults hydrates default values in the get ml serving app kubeconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetMlServingAppKubeconfigParams) SetHTTPClient ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) SetInput ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) SetInput(input *models.GetMlServingAppKubeconfigRequest)
SetInput adds the input to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) SetTimeout ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) WithContext ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) WithContext(ctx context.Context) *GetMlServingAppKubeconfigParams
WithContext adds the context to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) WithDefaults ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) WithDefaults() *GetMlServingAppKubeconfigParams
WithDefaults hydrates default values in the get ml serving app kubeconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetMlServingAppKubeconfigParams) WithHTTPClient ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) WithHTTPClient(client *http.Client) *GetMlServingAppKubeconfigParams
WithHTTPClient adds the HTTPClient to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) WithInput ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) WithInput(input *models.GetMlServingAppKubeconfigRequest) *GetMlServingAppKubeconfigParams
WithInput adds the input to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) WithTimeout ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) WithTimeout(timeout time.Duration) *GetMlServingAppKubeconfigParams
WithTimeout adds the timeout to the get ml serving app kubeconfig params
func (*GetMlServingAppKubeconfigParams) WriteToRequest ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetMlServingAppKubeconfigReader ¶ added in v0.6.0
type GetMlServingAppKubeconfigReader struct {
// contains filtered or unexported fields
}
GetMlServingAppKubeconfigReader is a Reader for the GetMlServingAppKubeconfig structure.
func (*GetMlServingAppKubeconfigReader) ReadResponse ¶ added in v0.6.0
func (o *GetMlServingAppKubeconfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetModelRegistryKubeconfigDefault ¶ added in v0.4.2
type GetModelRegistryKubeconfigDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetModelRegistryKubeconfigDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetModelRegistryKubeconfigDefault ¶ added in v0.4.2
func NewGetModelRegistryKubeconfigDefault(code int) *GetModelRegistryKubeconfigDefault
NewGetModelRegistryKubeconfigDefault creates a GetModelRegistryKubeconfigDefault with default headers values
func (*GetModelRegistryKubeconfigDefault) Code ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) Code() int
Code gets the status code for the get model registry kubeconfig default response
func (*GetModelRegistryKubeconfigDefault) Error ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) Error() string
func (*GetModelRegistryKubeconfigDefault) GetPayload ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) GetPayload() *models.Error
func (*GetModelRegistryKubeconfigDefault) IsClientError ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) IsClientError() bool
IsClientError returns true when this get model registry kubeconfig default response has a 4xx status code
func (*GetModelRegistryKubeconfigDefault) IsCode ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) IsCode(code int) bool
IsCode returns true when this get model registry kubeconfig default response a status code equal to that given
func (*GetModelRegistryKubeconfigDefault) IsRedirect ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) IsRedirect() bool
IsRedirect returns true when this get model registry kubeconfig default response has a 3xx status code
func (*GetModelRegistryKubeconfigDefault) IsServerError ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) IsServerError() bool
IsServerError returns true when this get model registry kubeconfig default response has a 5xx status code
func (*GetModelRegistryKubeconfigDefault) IsSuccess ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) IsSuccess() bool
IsSuccess returns true when this get model registry kubeconfig default response has a 2xx status code
func (*GetModelRegistryKubeconfigDefault) String ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigDefault) String() string
type GetModelRegistryKubeconfigOK ¶ added in v0.4.2
type GetModelRegistryKubeconfigOK struct {
Payload *models.GetModelRegistryKubeconfigResponse
}
GetModelRegistryKubeconfigOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetModelRegistryKubeconfigOK ¶ added in v0.4.2
func NewGetModelRegistryKubeconfigOK() *GetModelRegistryKubeconfigOK
NewGetModelRegistryKubeconfigOK creates a GetModelRegistryKubeconfigOK with default headers values
func (*GetModelRegistryKubeconfigOK) Code ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) Code() int
Code gets the status code for the get model registry kubeconfig o k response
func (*GetModelRegistryKubeconfigOK) Error ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) Error() string
func (*GetModelRegistryKubeconfigOK) GetPayload ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) GetPayload() *models.GetModelRegistryKubeconfigResponse
func (*GetModelRegistryKubeconfigOK) IsClientError ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) IsClientError() bool
IsClientError returns true when this get model registry kubeconfig o k response has a 4xx status code
func (*GetModelRegistryKubeconfigOK) IsCode ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) IsCode(code int) bool
IsCode returns true when this get model registry kubeconfig o k response a status code equal to that given
func (*GetModelRegistryKubeconfigOK) IsRedirect ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) IsRedirect() bool
IsRedirect returns true when this get model registry kubeconfig o k response has a 3xx status code
func (*GetModelRegistryKubeconfigOK) IsServerError ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) IsServerError() bool
IsServerError returns true when this get model registry kubeconfig o k response has a 5xx status code
func (*GetModelRegistryKubeconfigOK) IsSuccess ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) IsSuccess() bool
IsSuccess returns true when this get model registry kubeconfig o k response has a 2xx status code
func (*GetModelRegistryKubeconfigOK) String ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigOK) String() string
type GetModelRegistryKubeconfigParams ¶ added in v0.4.2
type GetModelRegistryKubeconfigParams struct { // Input. Input *models.GetModelRegistryKubeconfigRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetModelRegistryKubeconfigParams contains all the parameters to send to the API endpoint
for the get model registry kubeconfig operation. Typically these are written to a http.Request.
func NewGetModelRegistryKubeconfigParams ¶ added in v0.4.2
func NewGetModelRegistryKubeconfigParams() *GetModelRegistryKubeconfigParams
NewGetModelRegistryKubeconfigParams creates a new GetModelRegistryKubeconfigParams 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 NewGetModelRegistryKubeconfigParamsWithContext ¶ added in v0.4.2
func NewGetModelRegistryKubeconfigParamsWithContext(ctx context.Context) *GetModelRegistryKubeconfigParams
NewGetModelRegistryKubeconfigParamsWithContext creates a new GetModelRegistryKubeconfigParams object with the ability to set a context for a request.
func NewGetModelRegistryKubeconfigParamsWithHTTPClient ¶ added in v0.4.2
func NewGetModelRegistryKubeconfigParamsWithHTTPClient(client *http.Client) *GetModelRegistryKubeconfigParams
NewGetModelRegistryKubeconfigParamsWithHTTPClient creates a new GetModelRegistryKubeconfigParams object with the ability to set a custom HTTPClient for a request.
func NewGetModelRegistryKubeconfigParamsWithTimeout ¶ added in v0.4.2
func NewGetModelRegistryKubeconfigParamsWithTimeout(timeout time.Duration) *GetModelRegistryKubeconfigParams
NewGetModelRegistryKubeconfigParamsWithTimeout creates a new GetModelRegistryKubeconfigParams object with the ability to set a timeout on a request.
func (*GetModelRegistryKubeconfigParams) SetContext ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) SetDefaults ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) SetDefaults()
SetDefaults hydrates default values in the get model registry kubeconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetModelRegistryKubeconfigParams) SetHTTPClient ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) SetInput ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) SetInput(input *models.GetModelRegistryKubeconfigRequest)
SetInput adds the input to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) SetTimeout ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) WithContext ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) WithContext(ctx context.Context) *GetModelRegistryKubeconfigParams
WithContext adds the context to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) WithDefaults ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) WithDefaults() *GetModelRegistryKubeconfigParams
WithDefaults hydrates default values in the get model registry kubeconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetModelRegistryKubeconfigParams) WithHTTPClient ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) WithHTTPClient(client *http.Client) *GetModelRegistryKubeconfigParams
WithHTTPClient adds the HTTPClient to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) WithInput ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) WithInput(input *models.GetModelRegistryKubeconfigRequest) *GetModelRegistryKubeconfigParams
WithInput adds the input to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) WithTimeout ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) WithTimeout(timeout time.Duration) *GetModelRegistryKubeconfigParams
WithTimeout adds the timeout to the get model registry kubeconfig params
func (*GetModelRegistryKubeconfigParams) WriteToRequest ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetModelRegistryKubeconfigReader ¶ added in v0.4.2
type GetModelRegistryKubeconfigReader struct {
// contains filtered or unexported fields
}
GetModelRegistryKubeconfigReader is a Reader for the GetModelRegistryKubeconfig structure.
func (*GetModelRegistryKubeconfigReader) ReadResponse ¶ added in v0.4.2
func (o *GetModelRegistryKubeconfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GrantMlServingAppAccessDefault ¶ added in v0.6.0
type GrantMlServingAppAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
GrantMlServingAppAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGrantMlServingAppAccessDefault ¶ added in v0.6.0
func NewGrantMlServingAppAccessDefault(code int) *GrantMlServingAppAccessDefault
NewGrantMlServingAppAccessDefault creates a GrantMlServingAppAccessDefault with default headers values
func (*GrantMlServingAppAccessDefault) Code ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) Code() int
Code gets the status code for the grant ml serving app access default response
func (*GrantMlServingAppAccessDefault) Error ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) Error() string
func (*GrantMlServingAppAccessDefault) GetPayload ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) GetPayload() *models.Error
func (*GrantMlServingAppAccessDefault) IsClientError ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) IsClientError() bool
IsClientError returns true when this grant ml serving app access default response has a 4xx status code
func (*GrantMlServingAppAccessDefault) IsCode ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) IsCode(code int) bool
IsCode returns true when this grant ml serving app access default response a status code equal to that given
func (*GrantMlServingAppAccessDefault) IsRedirect ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) IsRedirect() bool
IsRedirect returns true when this grant ml serving app access default response has a 3xx status code
func (*GrantMlServingAppAccessDefault) IsServerError ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) IsServerError() bool
IsServerError returns true when this grant ml serving app access default response has a 5xx status code
func (*GrantMlServingAppAccessDefault) IsSuccess ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) IsSuccess() bool
IsSuccess returns true when this grant ml serving app access default response has a 2xx status code
func (*GrantMlServingAppAccessDefault) String ¶ added in v0.6.0
func (o *GrantMlServingAppAccessDefault) String() string
type GrantMlServingAppAccessOK ¶ added in v0.6.0
type GrantMlServingAppAccessOK struct {
Payload *models.GrantMlServingAppAccessResponse
}
GrantMlServingAppAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGrantMlServingAppAccessOK ¶ added in v0.6.0
func NewGrantMlServingAppAccessOK() *GrantMlServingAppAccessOK
NewGrantMlServingAppAccessOK creates a GrantMlServingAppAccessOK with default headers values
func (*GrantMlServingAppAccessOK) Code ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) Code() int
Code gets the status code for the grant ml serving app access o k response
func (*GrantMlServingAppAccessOK) Error ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) Error() string
func (*GrantMlServingAppAccessOK) GetPayload ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) GetPayload() *models.GrantMlServingAppAccessResponse
func (*GrantMlServingAppAccessOK) IsClientError ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) IsClientError() bool
IsClientError returns true when this grant ml serving app access o k response has a 4xx status code
func (*GrantMlServingAppAccessOK) IsCode ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) IsCode(code int) bool
IsCode returns true when this grant ml serving app access o k response a status code equal to that given
func (*GrantMlServingAppAccessOK) IsRedirect ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) IsRedirect() bool
IsRedirect returns true when this grant ml serving app access o k response has a 3xx status code
func (*GrantMlServingAppAccessOK) IsServerError ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) IsServerError() bool
IsServerError returns true when this grant ml serving app access o k response has a 5xx status code
func (*GrantMlServingAppAccessOK) IsSuccess ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) IsSuccess() bool
IsSuccess returns true when this grant ml serving app access o k response has a 2xx status code
func (*GrantMlServingAppAccessOK) String ¶ added in v0.6.0
func (o *GrantMlServingAppAccessOK) String() string
type GrantMlServingAppAccessParams ¶ added in v0.6.0
type GrantMlServingAppAccessParams struct { // Input. Input *models.GrantMlServingAppAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GrantMlServingAppAccessParams contains all the parameters to send to the API endpoint
for the grant ml serving app access operation. Typically these are written to a http.Request.
func NewGrantMlServingAppAccessParams ¶ added in v0.6.0
func NewGrantMlServingAppAccessParams() *GrantMlServingAppAccessParams
NewGrantMlServingAppAccessParams creates a new GrantMlServingAppAccessParams 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 NewGrantMlServingAppAccessParamsWithContext ¶ added in v0.6.0
func NewGrantMlServingAppAccessParamsWithContext(ctx context.Context) *GrantMlServingAppAccessParams
NewGrantMlServingAppAccessParamsWithContext creates a new GrantMlServingAppAccessParams object with the ability to set a context for a request.
func NewGrantMlServingAppAccessParamsWithHTTPClient ¶ added in v0.6.0
func NewGrantMlServingAppAccessParamsWithHTTPClient(client *http.Client) *GrantMlServingAppAccessParams
NewGrantMlServingAppAccessParamsWithHTTPClient creates a new GrantMlServingAppAccessParams object with the ability to set a custom HTTPClient for a request.
func NewGrantMlServingAppAccessParamsWithTimeout ¶ added in v0.6.0
func NewGrantMlServingAppAccessParamsWithTimeout(timeout time.Duration) *GrantMlServingAppAccessParams
NewGrantMlServingAppAccessParamsWithTimeout creates a new GrantMlServingAppAccessParams object with the ability to set a timeout on a request.
func (*GrantMlServingAppAccessParams) SetContext ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) SetDefaults ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) SetDefaults()
SetDefaults hydrates default values in the grant ml serving app access params (not the query body).
All values with no default are reset to their zero value.
func (*GrantMlServingAppAccessParams) SetHTTPClient ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) SetInput ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) SetInput(input *models.GrantMlServingAppAccessRequest)
SetInput adds the input to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) SetTimeout ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) WithContext ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) WithContext(ctx context.Context) *GrantMlServingAppAccessParams
WithContext adds the context to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) WithDefaults ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) WithDefaults() *GrantMlServingAppAccessParams
WithDefaults hydrates default values in the grant ml serving app access params (not the query body).
All values with no default are reset to their zero value.
func (*GrantMlServingAppAccessParams) WithHTTPClient ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) WithHTTPClient(client *http.Client) *GrantMlServingAppAccessParams
WithHTTPClient adds the HTTPClient to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) WithInput ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) WithInput(input *models.GrantMlServingAppAccessRequest) *GrantMlServingAppAccessParams
WithInput adds the input to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) WithTimeout ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) WithTimeout(timeout time.Duration) *GrantMlServingAppAccessParams
WithTimeout adds the timeout to the grant ml serving app access params
func (*GrantMlServingAppAccessParams) WriteToRequest ¶ added in v0.6.0
func (o *GrantMlServingAppAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GrantMlServingAppAccessReader ¶ added in v0.6.0
type GrantMlServingAppAccessReader struct {
// contains filtered or unexported fields
}
GrantMlServingAppAccessReader is a Reader for the GrantMlServingAppAccess structure.
func (*GrantMlServingAppAccessReader) ReadResponse ¶ added in v0.6.0
func (o *GrantMlServingAppAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GrantModelRegistryAccessDefault ¶ added in v0.4.2
type GrantModelRegistryAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
GrantModelRegistryAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGrantModelRegistryAccessDefault ¶ added in v0.4.2
func NewGrantModelRegistryAccessDefault(code int) *GrantModelRegistryAccessDefault
NewGrantModelRegistryAccessDefault creates a GrantModelRegistryAccessDefault with default headers values
func (*GrantModelRegistryAccessDefault) Code ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) Code() int
Code gets the status code for the grant model registry access default response
func (*GrantModelRegistryAccessDefault) Error ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) Error() string
func (*GrantModelRegistryAccessDefault) GetPayload ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) GetPayload() *models.Error
func (*GrantModelRegistryAccessDefault) IsClientError ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) IsClientError() bool
IsClientError returns true when this grant model registry access default response has a 4xx status code
func (*GrantModelRegistryAccessDefault) IsCode ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) IsCode(code int) bool
IsCode returns true when this grant model registry access default response a status code equal to that given
func (*GrantModelRegistryAccessDefault) IsRedirect ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) IsRedirect() bool
IsRedirect returns true when this grant model registry access default response has a 3xx status code
func (*GrantModelRegistryAccessDefault) IsServerError ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) IsServerError() bool
IsServerError returns true when this grant model registry access default response has a 5xx status code
func (*GrantModelRegistryAccessDefault) IsSuccess ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) IsSuccess() bool
IsSuccess returns true when this grant model registry access default response has a 2xx status code
func (*GrantModelRegistryAccessDefault) String ¶ added in v0.4.2
func (o *GrantModelRegistryAccessDefault) String() string
type GrantModelRegistryAccessOK ¶ added in v0.4.2
type GrantModelRegistryAccessOK struct {
Payload *models.GrantModelRegistryAccessResponse
}
GrantModelRegistryAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGrantModelRegistryAccessOK ¶ added in v0.4.2
func NewGrantModelRegistryAccessOK() *GrantModelRegistryAccessOK
NewGrantModelRegistryAccessOK creates a GrantModelRegistryAccessOK with default headers values
func (*GrantModelRegistryAccessOK) Code ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) Code() int
Code gets the status code for the grant model registry access o k response
func (*GrantModelRegistryAccessOK) Error ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) Error() string
func (*GrantModelRegistryAccessOK) GetPayload ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) GetPayload() *models.GrantModelRegistryAccessResponse
func (*GrantModelRegistryAccessOK) IsClientError ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) IsClientError() bool
IsClientError returns true when this grant model registry access o k response has a 4xx status code
func (*GrantModelRegistryAccessOK) IsCode ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) IsCode(code int) bool
IsCode returns true when this grant model registry access o k response a status code equal to that given
func (*GrantModelRegistryAccessOK) IsRedirect ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) IsRedirect() bool
IsRedirect returns true when this grant model registry access o k response has a 3xx status code
func (*GrantModelRegistryAccessOK) IsServerError ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) IsServerError() bool
IsServerError returns true when this grant model registry access o k response has a 5xx status code
func (*GrantModelRegistryAccessOK) IsSuccess ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) IsSuccess() bool
IsSuccess returns true when this grant model registry access o k response has a 2xx status code
func (*GrantModelRegistryAccessOK) String ¶ added in v0.4.2
func (o *GrantModelRegistryAccessOK) String() string
type GrantModelRegistryAccessParams ¶ added in v0.4.2
type GrantModelRegistryAccessParams struct { // Input. Input *models.GrantModelRegistryAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GrantModelRegistryAccessParams contains all the parameters to send to the API endpoint
for the grant model registry access operation. Typically these are written to a http.Request.
func NewGrantModelRegistryAccessParams ¶ added in v0.4.2
func NewGrantModelRegistryAccessParams() *GrantModelRegistryAccessParams
NewGrantModelRegistryAccessParams creates a new GrantModelRegistryAccessParams 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 NewGrantModelRegistryAccessParamsWithContext ¶ added in v0.4.2
func NewGrantModelRegistryAccessParamsWithContext(ctx context.Context) *GrantModelRegistryAccessParams
NewGrantModelRegistryAccessParamsWithContext creates a new GrantModelRegistryAccessParams object with the ability to set a context for a request.
func NewGrantModelRegistryAccessParamsWithHTTPClient ¶ added in v0.4.2
func NewGrantModelRegistryAccessParamsWithHTTPClient(client *http.Client) *GrantModelRegistryAccessParams
NewGrantModelRegistryAccessParamsWithHTTPClient creates a new GrantModelRegistryAccessParams object with the ability to set a custom HTTPClient for a request.
func NewGrantModelRegistryAccessParamsWithTimeout ¶ added in v0.4.2
func NewGrantModelRegistryAccessParamsWithTimeout(timeout time.Duration) *GrantModelRegistryAccessParams
NewGrantModelRegistryAccessParamsWithTimeout creates a new GrantModelRegistryAccessParams object with the ability to set a timeout on a request.
func (*GrantModelRegistryAccessParams) SetContext ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the grant model registry access params
func (*GrantModelRegistryAccessParams) SetDefaults ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) SetDefaults()
SetDefaults hydrates default values in the grant model registry access params (not the query body).
All values with no default are reset to their zero value.
func (*GrantModelRegistryAccessParams) SetHTTPClient ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the grant model registry access params
func (*GrantModelRegistryAccessParams) SetInput ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) SetInput(input *models.GrantModelRegistryAccessRequest)
SetInput adds the input to the grant model registry access params
func (*GrantModelRegistryAccessParams) SetTimeout ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the grant model registry access params
func (*GrantModelRegistryAccessParams) WithContext ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) WithContext(ctx context.Context) *GrantModelRegistryAccessParams
WithContext adds the context to the grant model registry access params
func (*GrantModelRegistryAccessParams) WithDefaults ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) WithDefaults() *GrantModelRegistryAccessParams
WithDefaults hydrates default values in the grant model registry access params (not the query body).
All values with no default are reset to their zero value.
func (*GrantModelRegistryAccessParams) WithHTTPClient ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) WithHTTPClient(client *http.Client) *GrantModelRegistryAccessParams
WithHTTPClient adds the HTTPClient to the grant model registry access params
func (*GrantModelRegistryAccessParams) WithInput ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) WithInput(input *models.GrantModelRegistryAccessRequest) *GrantModelRegistryAccessParams
WithInput adds the input to the grant model registry access params
func (*GrantModelRegistryAccessParams) WithTimeout ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) WithTimeout(timeout time.Duration) *GrantModelRegistryAccessParams
WithTimeout adds the timeout to the grant model registry access params
func (*GrantModelRegistryAccessParams) WriteToRequest ¶ added in v0.4.2
func (o *GrantModelRegistryAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GrantModelRegistryAccessReader ¶ added in v0.4.2
type GrantModelRegistryAccessReader struct {
// contains filtered or unexported fields
}
GrantModelRegistryAccessReader is a Reader for the GrantModelRegistryAccess structure.
func (*GrantModelRegistryAccessReader) ReadResponse ¶ added in v0.4.2
func (o *GrantModelRegistryAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GrantWorkspaceAccessDefault ¶
type GrantWorkspaceAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
GrantWorkspaceAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGrantWorkspaceAccessDefault ¶
func NewGrantWorkspaceAccessDefault(code int) *GrantWorkspaceAccessDefault
NewGrantWorkspaceAccessDefault creates a GrantWorkspaceAccessDefault with default headers values
func (*GrantWorkspaceAccessDefault) Code ¶
func (o *GrantWorkspaceAccessDefault) Code() int
Code gets the status code for the grant workspace access default response
func (*GrantWorkspaceAccessDefault) Error ¶
func (o *GrantWorkspaceAccessDefault) Error() string
func (*GrantWorkspaceAccessDefault) GetPayload ¶
func (o *GrantWorkspaceAccessDefault) GetPayload() *models.Error
func (*GrantWorkspaceAccessDefault) IsClientError ¶
func (o *GrantWorkspaceAccessDefault) IsClientError() bool
IsClientError returns true when this grant workspace access default response has a 4xx status code
func (*GrantWorkspaceAccessDefault) IsCode ¶
func (o *GrantWorkspaceAccessDefault) IsCode(code int) bool
IsCode returns true when this grant workspace access default response a status code equal to that given
func (*GrantWorkspaceAccessDefault) IsRedirect ¶
func (o *GrantWorkspaceAccessDefault) IsRedirect() bool
IsRedirect returns true when this grant workspace access default response has a 3xx status code
func (*GrantWorkspaceAccessDefault) IsServerError ¶
func (o *GrantWorkspaceAccessDefault) IsServerError() bool
IsServerError returns true when this grant workspace access default response has a 5xx status code
func (*GrantWorkspaceAccessDefault) IsSuccess ¶
func (o *GrantWorkspaceAccessDefault) IsSuccess() bool
IsSuccess returns true when this grant workspace access default response has a 2xx status code
func (*GrantWorkspaceAccessDefault) String ¶
func (o *GrantWorkspaceAccessDefault) String() string
type GrantWorkspaceAccessOK ¶
type GrantWorkspaceAccessOK struct {
Payload *models.GrantWorkspaceAccessResponse
}
GrantWorkspaceAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGrantWorkspaceAccessOK ¶
func NewGrantWorkspaceAccessOK() *GrantWorkspaceAccessOK
NewGrantWorkspaceAccessOK creates a GrantWorkspaceAccessOK with default headers values
func (*GrantWorkspaceAccessOK) Code ¶
func (o *GrantWorkspaceAccessOK) Code() int
Code gets the status code for the grant workspace access o k response
func (*GrantWorkspaceAccessOK) Error ¶
func (o *GrantWorkspaceAccessOK) Error() string
func (*GrantWorkspaceAccessOK) GetPayload ¶
func (o *GrantWorkspaceAccessOK) GetPayload() *models.GrantWorkspaceAccessResponse
func (*GrantWorkspaceAccessOK) IsClientError ¶
func (o *GrantWorkspaceAccessOK) IsClientError() bool
IsClientError returns true when this grant workspace access o k response has a 4xx status code
func (*GrantWorkspaceAccessOK) IsCode ¶
func (o *GrantWorkspaceAccessOK) IsCode(code int) bool
IsCode returns true when this grant workspace access o k response a status code equal to that given
func (*GrantWorkspaceAccessOK) IsRedirect ¶
func (o *GrantWorkspaceAccessOK) IsRedirect() bool
IsRedirect returns true when this grant workspace access o k response has a 3xx status code
func (*GrantWorkspaceAccessOK) IsServerError ¶
func (o *GrantWorkspaceAccessOK) IsServerError() bool
IsServerError returns true when this grant workspace access o k response has a 5xx status code
func (*GrantWorkspaceAccessOK) IsSuccess ¶
func (o *GrantWorkspaceAccessOK) IsSuccess() bool
IsSuccess returns true when this grant workspace access o k response has a 2xx status code
func (*GrantWorkspaceAccessOK) String ¶
func (o *GrantWorkspaceAccessOK) String() string
type GrantWorkspaceAccessParams ¶
type GrantWorkspaceAccessParams struct { // Input. Input *models.GrantWorkspaceAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GrantWorkspaceAccessParams contains all the parameters to send to the API endpoint
for the grant workspace access operation. Typically these are written to a http.Request.
func NewGrantWorkspaceAccessParams ¶
func NewGrantWorkspaceAccessParams() *GrantWorkspaceAccessParams
NewGrantWorkspaceAccessParams creates a new GrantWorkspaceAccessParams 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 NewGrantWorkspaceAccessParamsWithContext ¶
func NewGrantWorkspaceAccessParamsWithContext(ctx context.Context) *GrantWorkspaceAccessParams
NewGrantWorkspaceAccessParamsWithContext creates a new GrantWorkspaceAccessParams object with the ability to set a context for a request.
func NewGrantWorkspaceAccessParamsWithHTTPClient ¶
func NewGrantWorkspaceAccessParamsWithHTTPClient(client *http.Client) *GrantWorkspaceAccessParams
NewGrantWorkspaceAccessParamsWithHTTPClient creates a new GrantWorkspaceAccessParams object with the ability to set a custom HTTPClient for a request.
func NewGrantWorkspaceAccessParamsWithTimeout ¶
func NewGrantWorkspaceAccessParamsWithTimeout(timeout time.Duration) *GrantWorkspaceAccessParams
NewGrantWorkspaceAccessParamsWithTimeout creates a new GrantWorkspaceAccessParams object with the ability to set a timeout on a request.
func (*GrantWorkspaceAccessParams) SetContext ¶
func (o *GrantWorkspaceAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the grant workspace access params
func (*GrantWorkspaceAccessParams) SetDefaults ¶
func (o *GrantWorkspaceAccessParams) SetDefaults()
SetDefaults hydrates default values in the grant workspace access params (not the query body).
All values with no default are reset to their zero value.
func (*GrantWorkspaceAccessParams) SetHTTPClient ¶
func (o *GrantWorkspaceAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the grant workspace access params
func (*GrantWorkspaceAccessParams) SetInput ¶
func (o *GrantWorkspaceAccessParams) SetInput(input *models.GrantWorkspaceAccessRequest)
SetInput adds the input to the grant workspace access params
func (*GrantWorkspaceAccessParams) SetTimeout ¶
func (o *GrantWorkspaceAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the grant workspace access params
func (*GrantWorkspaceAccessParams) WithContext ¶
func (o *GrantWorkspaceAccessParams) WithContext(ctx context.Context) *GrantWorkspaceAccessParams
WithContext adds the context to the grant workspace access params
func (*GrantWorkspaceAccessParams) WithDefaults ¶
func (o *GrantWorkspaceAccessParams) WithDefaults() *GrantWorkspaceAccessParams
WithDefaults hydrates default values in the grant workspace access params (not the query body).
All values with no default are reset to their zero value.
func (*GrantWorkspaceAccessParams) WithHTTPClient ¶
func (o *GrantWorkspaceAccessParams) WithHTTPClient(client *http.Client) *GrantWorkspaceAccessParams
WithHTTPClient adds the HTTPClient to the grant workspace access params
func (*GrantWorkspaceAccessParams) WithInput ¶
func (o *GrantWorkspaceAccessParams) WithInput(input *models.GrantWorkspaceAccessRequest) *GrantWorkspaceAccessParams
WithInput adds the input to the grant workspace access params
func (*GrantWorkspaceAccessParams) WithTimeout ¶
func (o *GrantWorkspaceAccessParams) WithTimeout(timeout time.Duration) *GrantWorkspaceAccessParams
WithTimeout adds the timeout to the grant workspace access params
func (*GrantWorkspaceAccessParams) WriteToRequest ¶
func (o *GrantWorkspaceAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GrantWorkspaceAccessReader ¶
type GrantWorkspaceAccessReader struct {
// contains filtered or unexported fields
}
GrantWorkspaceAccessReader is a Reader for the GrantWorkspaceAccess structure.
func (*GrantWorkspaceAccessReader) ReadResponse ¶
func (o *GrantWorkspaceAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListMlServingAppAccessDefault ¶ added in v0.6.0
type ListMlServingAppAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListMlServingAppAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListMlServingAppAccessDefault ¶ added in v0.6.0
func NewListMlServingAppAccessDefault(code int) *ListMlServingAppAccessDefault
NewListMlServingAppAccessDefault creates a ListMlServingAppAccessDefault with default headers values
func (*ListMlServingAppAccessDefault) Code ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) Code() int
Code gets the status code for the list ml serving app access default response
func (*ListMlServingAppAccessDefault) Error ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) Error() string
func (*ListMlServingAppAccessDefault) GetPayload ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) GetPayload() *models.Error
func (*ListMlServingAppAccessDefault) IsClientError ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) IsClientError() bool
IsClientError returns true when this list ml serving app access default response has a 4xx status code
func (*ListMlServingAppAccessDefault) IsCode ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) IsCode(code int) bool
IsCode returns true when this list ml serving app access default response a status code equal to that given
func (*ListMlServingAppAccessDefault) IsRedirect ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) IsRedirect() bool
IsRedirect returns true when this list ml serving app access default response has a 3xx status code
func (*ListMlServingAppAccessDefault) IsServerError ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) IsServerError() bool
IsServerError returns true when this list ml serving app access default response has a 5xx status code
func (*ListMlServingAppAccessDefault) IsSuccess ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) IsSuccess() bool
IsSuccess returns true when this list ml serving app access default response has a 2xx status code
func (*ListMlServingAppAccessDefault) String ¶ added in v0.6.0
func (o *ListMlServingAppAccessDefault) String() string
type ListMlServingAppAccessOK ¶ added in v0.6.0
type ListMlServingAppAccessOK struct {
Payload *models.ListMlServingAppAccessResponse
}
ListMlServingAppAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListMlServingAppAccessOK ¶ added in v0.6.0
func NewListMlServingAppAccessOK() *ListMlServingAppAccessOK
NewListMlServingAppAccessOK creates a ListMlServingAppAccessOK with default headers values
func (*ListMlServingAppAccessOK) Code ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) Code() int
Code gets the status code for the list ml serving app access o k response
func (*ListMlServingAppAccessOK) Error ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) Error() string
func (*ListMlServingAppAccessOK) GetPayload ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) GetPayload() *models.ListMlServingAppAccessResponse
func (*ListMlServingAppAccessOK) IsClientError ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) IsClientError() bool
IsClientError returns true when this list ml serving app access o k response has a 4xx status code
func (*ListMlServingAppAccessOK) IsCode ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) IsCode(code int) bool
IsCode returns true when this list ml serving app access o k response a status code equal to that given
func (*ListMlServingAppAccessOK) IsRedirect ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) IsRedirect() bool
IsRedirect returns true when this list ml serving app access o k response has a 3xx status code
func (*ListMlServingAppAccessOK) IsServerError ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) IsServerError() bool
IsServerError returns true when this list ml serving app access o k response has a 5xx status code
func (*ListMlServingAppAccessOK) IsSuccess ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) IsSuccess() bool
IsSuccess returns true when this list ml serving app access o k response has a 2xx status code
func (*ListMlServingAppAccessOK) String ¶ added in v0.6.0
func (o *ListMlServingAppAccessOK) String() string
type ListMlServingAppAccessParams ¶ added in v0.6.0
type ListMlServingAppAccessParams struct { // Input. Input *models.ListMlServingAppAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListMlServingAppAccessParams contains all the parameters to send to the API endpoint
for the list ml serving app access operation. Typically these are written to a http.Request.
func NewListMlServingAppAccessParams ¶ added in v0.6.0
func NewListMlServingAppAccessParams() *ListMlServingAppAccessParams
NewListMlServingAppAccessParams creates a new ListMlServingAppAccessParams 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 NewListMlServingAppAccessParamsWithContext ¶ added in v0.6.0
func NewListMlServingAppAccessParamsWithContext(ctx context.Context) *ListMlServingAppAccessParams
NewListMlServingAppAccessParamsWithContext creates a new ListMlServingAppAccessParams object with the ability to set a context for a request.
func NewListMlServingAppAccessParamsWithHTTPClient ¶ added in v0.6.0
func NewListMlServingAppAccessParamsWithHTTPClient(client *http.Client) *ListMlServingAppAccessParams
NewListMlServingAppAccessParamsWithHTTPClient creates a new ListMlServingAppAccessParams object with the ability to set a custom HTTPClient for a request.
func NewListMlServingAppAccessParamsWithTimeout ¶ added in v0.6.0
func NewListMlServingAppAccessParamsWithTimeout(timeout time.Duration) *ListMlServingAppAccessParams
NewListMlServingAppAccessParamsWithTimeout creates a new ListMlServingAppAccessParams object with the ability to set a timeout on a request.
func (*ListMlServingAppAccessParams) SetContext ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the list ml serving app access params
func (*ListMlServingAppAccessParams) SetDefaults ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) SetDefaults()
SetDefaults hydrates default values in the list ml serving app access params (not the query body).
All values with no default are reset to their zero value.
func (*ListMlServingAppAccessParams) SetHTTPClient ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list ml serving app access params
func (*ListMlServingAppAccessParams) SetInput ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) SetInput(input *models.ListMlServingAppAccessRequest)
SetInput adds the input to the list ml serving app access params
func (*ListMlServingAppAccessParams) SetTimeout ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list ml serving app access params
func (*ListMlServingAppAccessParams) WithContext ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) WithContext(ctx context.Context) *ListMlServingAppAccessParams
WithContext adds the context to the list ml serving app access params
func (*ListMlServingAppAccessParams) WithDefaults ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) WithDefaults() *ListMlServingAppAccessParams
WithDefaults hydrates default values in the list ml serving app access params (not the query body).
All values with no default are reset to their zero value.
func (*ListMlServingAppAccessParams) WithHTTPClient ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) WithHTTPClient(client *http.Client) *ListMlServingAppAccessParams
WithHTTPClient adds the HTTPClient to the list ml serving app access params
func (*ListMlServingAppAccessParams) WithInput ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) WithInput(input *models.ListMlServingAppAccessRequest) *ListMlServingAppAccessParams
WithInput adds the input to the list ml serving app access params
func (*ListMlServingAppAccessParams) WithTimeout ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) WithTimeout(timeout time.Duration) *ListMlServingAppAccessParams
WithTimeout adds the timeout to the list ml serving app access params
func (*ListMlServingAppAccessParams) WriteToRequest ¶ added in v0.6.0
func (o *ListMlServingAppAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListMlServingAppAccessReader ¶ added in v0.6.0
type ListMlServingAppAccessReader struct {
// contains filtered or unexported fields
}
ListMlServingAppAccessReader is a Reader for the ListMlServingAppAccess structure.
func (*ListMlServingAppAccessReader) ReadResponse ¶ added in v0.6.0
func (o *ListMlServingAppAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListMlServingAppsDefault ¶ added in v0.6.0
type ListMlServingAppsDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListMlServingAppsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListMlServingAppsDefault ¶ added in v0.6.0
func NewListMlServingAppsDefault(code int) *ListMlServingAppsDefault
NewListMlServingAppsDefault creates a ListMlServingAppsDefault with default headers values
func (*ListMlServingAppsDefault) Code ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) Code() int
Code gets the status code for the list ml serving apps default response
func (*ListMlServingAppsDefault) Error ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) Error() string
func (*ListMlServingAppsDefault) GetPayload ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) GetPayload() *models.Error
func (*ListMlServingAppsDefault) IsClientError ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) IsClientError() bool
IsClientError returns true when this list ml serving apps default response has a 4xx status code
func (*ListMlServingAppsDefault) IsCode ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) IsCode(code int) bool
IsCode returns true when this list ml serving apps default response a status code equal to that given
func (*ListMlServingAppsDefault) IsRedirect ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) IsRedirect() bool
IsRedirect returns true when this list ml serving apps default response has a 3xx status code
func (*ListMlServingAppsDefault) IsServerError ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) IsServerError() bool
IsServerError returns true when this list ml serving apps default response has a 5xx status code
func (*ListMlServingAppsDefault) IsSuccess ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) IsSuccess() bool
IsSuccess returns true when this list ml serving apps default response has a 2xx status code
func (*ListMlServingAppsDefault) String ¶ added in v0.6.0
func (o *ListMlServingAppsDefault) String() string
type ListMlServingAppsOK ¶ added in v0.6.0
type ListMlServingAppsOK struct {
Payload *models.ListMlServingAppsResponse
}
ListMlServingAppsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListMlServingAppsOK ¶ added in v0.6.0
func NewListMlServingAppsOK() *ListMlServingAppsOK
NewListMlServingAppsOK creates a ListMlServingAppsOK with default headers values
func (*ListMlServingAppsOK) Code ¶ added in v0.6.0
func (o *ListMlServingAppsOK) Code() int
Code gets the status code for the list ml serving apps o k response
func (*ListMlServingAppsOK) Error ¶ added in v0.6.0
func (o *ListMlServingAppsOK) Error() string
func (*ListMlServingAppsOK) GetPayload ¶ added in v0.6.0
func (o *ListMlServingAppsOK) GetPayload() *models.ListMlServingAppsResponse
func (*ListMlServingAppsOK) IsClientError ¶ added in v0.6.0
func (o *ListMlServingAppsOK) IsClientError() bool
IsClientError returns true when this list ml serving apps o k response has a 4xx status code
func (*ListMlServingAppsOK) IsCode ¶ added in v0.6.0
func (o *ListMlServingAppsOK) IsCode(code int) bool
IsCode returns true when this list ml serving apps o k response a status code equal to that given
func (*ListMlServingAppsOK) IsRedirect ¶ added in v0.6.0
func (o *ListMlServingAppsOK) IsRedirect() bool
IsRedirect returns true when this list ml serving apps o k response has a 3xx status code
func (*ListMlServingAppsOK) IsServerError ¶ added in v0.6.0
func (o *ListMlServingAppsOK) IsServerError() bool
IsServerError returns true when this list ml serving apps o k response has a 5xx status code
func (*ListMlServingAppsOK) IsSuccess ¶ added in v0.6.0
func (o *ListMlServingAppsOK) IsSuccess() bool
IsSuccess returns true when this list ml serving apps o k response has a 2xx status code
func (*ListMlServingAppsOK) String ¶ added in v0.6.0
func (o *ListMlServingAppsOK) String() string
type ListMlServingAppsParams ¶ added in v0.6.0
type ListMlServingAppsParams struct { // Input. Input *models.ListMlServingAppsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListMlServingAppsParams contains all the parameters to send to the API endpoint
for the list ml serving apps operation. Typically these are written to a http.Request.
func NewListMlServingAppsParams ¶ added in v0.6.0
func NewListMlServingAppsParams() *ListMlServingAppsParams
NewListMlServingAppsParams creates a new ListMlServingAppsParams 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 NewListMlServingAppsParamsWithContext ¶ added in v0.6.0
func NewListMlServingAppsParamsWithContext(ctx context.Context) *ListMlServingAppsParams
NewListMlServingAppsParamsWithContext creates a new ListMlServingAppsParams object with the ability to set a context for a request.
func NewListMlServingAppsParamsWithHTTPClient ¶ added in v0.6.0
func NewListMlServingAppsParamsWithHTTPClient(client *http.Client) *ListMlServingAppsParams
NewListMlServingAppsParamsWithHTTPClient creates a new ListMlServingAppsParams object with the ability to set a custom HTTPClient for a request.
func NewListMlServingAppsParamsWithTimeout ¶ added in v0.6.0
func NewListMlServingAppsParamsWithTimeout(timeout time.Duration) *ListMlServingAppsParams
NewListMlServingAppsParamsWithTimeout creates a new ListMlServingAppsParams object with the ability to set a timeout on a request.
func (*ListMlServingAppsParams) SetContext ¶ added in v0.6.0
func (o *ListMlServingAppsParams) SetContext(ctx context.Context)
SetContext adds the context to the list ml serving apps params
func (*ListMlServingAppsParams) SetDefaults ¶ added in v0.6.0
func (o *ListMlServingAppsParams) SetDefaults()
SetDefaults hydrates default values in the list ml serving apps params (not the query body).
All values with no default are reset to their zero value.
func (*ListMlServingAppsParams) SetHTTPClient ¶ added in v0.6.0
func (o *ListMlServingAppsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list ml serving apps params
func (*ListMlServingAppsParams) SetInput ¶ added in v0.6.0
func (o *ListMlServingAppsParams) SetInput(input *models.ListMlServingAppsRequest)
SetInput adds the input to the list ml serving apps params
func (*ListMlServingAppsParams) SetTimeout ¶ added in v0.6.0
func (o *ListMlServingAppsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list ml serving apps params
func (*ListMlServingAppsParams) WithContext ¶ added in v0.6.0
func (o *ListMlServingAppsParams) WithContext(ctx context.Context) *ListMlServingAppsParams
WithContext adds the context to the list ml serving apps params
func (*ListMlServingAppsParams) WithDefaults ¶ added in v0.6.0
func (o *ListMlServingAppsParams) WithDefaults() *ListMlServingAppsParams
WithDefaults hydrates default values in the list ml serving apps params (not the query body).
All values with no default are reset to their zero value.
func (*ListMlServingAppsParams) WithHTTPClient ¶ added in v0.6.0
func (o *ListMlServingAppsParams) WithHTTPClient(client *http.Client) *ListMlServingAppsParams
WithHTTPClient adds the HTTPClient to the list ml serving apps params
func (*ListMlServingAppsParams) WithInput ¶ added in v0.6.0
func (o *ListMlServingAppsParams) WithInput(input *models.ListMlServingAppsRequest) *ListMlServingAppsParams
WithInput adds the input to the list ml serving apps params
func (*ListMlServingAppsParams) WithTimeout ¶ added in v0.6.0
func (o *ListMlServingAppsParams) WithTimeout(timeout time.Duration) *ListMlServingAppsParams
WithTimeout adds the timeout to the list ml serving apps params
func (*ListMlServingAppsParams) WriteToRequest ¶ added in v0.6.0
func (o *ListMlServingAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListMlServingAppsReader ¶ added in v0.6.0
type ListMlServingAppsReader struct {
// contains filtered or unexported fields
}
ListMlServingAppsReader is a Reader for the ListMlServingApps structure.
func (*ListMlServingAppsReader) ReadResponse ¶ added in v0.6.0
func (o *ListMlServingAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListModelRegistriesDefault ¶ added in v0.4.2
type ListModelRegistriesDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListModelRegistriesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListModelRegistriesDefault ¶ added in v0.4.2
func NewListModelRegistriesDefault(code int) *ListModelRegistriesDefault
NewListModelRegistriesDefault creates a ListModelRegistriesDefault with default headers values
func (*ListModelRegistriesDefault) Code ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) Code() int
Code gets the status code for the list model registries default response
func (*ListModelRegistriesDefault) Error ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) Error() string
func (*ListModelRegistriesDefault) GetPayload ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) GetPayload() *models.Error
func (*ListModelRegistriesDefault) IsClientError ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) IsClientError() bool
IsClientError returns true when this list model registries default response has a 4xx status code
func (*ListModelRegistriesDefault) IsCode ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) IsCode(code int) bool
IsCode returns true when this list model registries default response a status code equal to that given
func (*ListModelRegistriesDefault) IsRedirect ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) IsRedirect() bool
IsRedirect returns true when this list model registries default response has a 3xx status code
func (*ListModelRegistriesDefault) IsServerError ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) IsServerError() bool
IsServerError returns true when this list model registries default response has a 5xx status code
func (*ListModelRegistriesDefault) IsSuccess ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) IsSuccess() bool
IsSuccess returns true when this list model registries default response has a 2xx status code
func (*ListModelRegistriesDefault) String ¶ added in v0.4.2
func (o *ListModelRegistriesDefault) String() string
type ListModelRegistriesOK ¶ added in v0.4.2
type ListModelRegistriesOK struct {
Payload *models.ListModelRegistriesResponse
}
ListModelRegistriesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListModelRegistriesOK ¶ added in v0.4.2
func NewListModelRegistriesOK() *ListModelRegistriesOK
NewListModelRegistriesOK creates a ListModelRegistriesOK with default headers values
func (*ListModelRegistriesOK) Code ¶ added in v0.4.2
func (o *ListModelRegistriesOK) Code() int
Code gets the status code for the list model registries o k response
func (*ListModelRegistriesOK) Error ¶ added in v0.4.2
func (o *ListModelRegistriesOK) Error() string
func (*ListModelRegistriesOK) GetPayload ¶ added in v0.4.2
func (o *ListModelRegistriesOK) GetPayload() *models.ListModelRegistriesResponse
func (*ListModelRegistriesOK) IsClientError ¶ added in v0.4.2
func (o *ListModelRegistriesOK) IsClientError() bool
IsClientError returns true when this list model registries o k response has a 4xx status code
func (*ListModelRegistriesOK) IsCode ¶ added in v0.4.2
func (o *ListModelRegistriesOK) IsCode(code int) bool
IsCode returns true when this list model registries o k response a status code equal to that given
func (*ListModelRegistriesOK) IsRedirect ¶ added in v0.4.2
func (o *ListModelRegistriesOK) IsRedirect() bool
IsRedirect returns true when this list model registries o k response has a 3xx status code
func (*ListModelRegistriesOK) IsServerError ¶ added in v0.4.2
func (o *ListModelRegistriesOK) IsServerError() bool
IsServerError returns true when this list model registries o k response has a 5xx status code
func (*ListModelRegistriesOK) IsSuccess ¶ added in v0.4.2
func (o *ListModelRegistriesOK) IsSuccess() bool
IsSuccess returns true when this list model registries o k response has a 2xx status code
func (*ListModelRegistriesOK) String ¶ added in v0.4.2
func (o *ListModelRegistriesOK) String() string
type ListModelRegistriesParams ¶ added in v0.4.2
type ListModelRegistriesParams struct { // Input. Input models.ListModelRegistriesRequest 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 ¶ added in v0.4.2
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 ¶ added in v0.4.2
func NewListModelRegistriesParamsWithContext(ctx context.Context) *ListModelRegistriesParams
NewListModelRegistriesParamsWithContext creates a new ListModelRegistriesParams object with the ability to set a context for a request.
func NewListModelRegistriesParamsWithHTTPClient ¶ added in v0.4.2
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 ¶ added in v0.4.2
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 ¶ added in v0.4.2
func (o *ListModelRegistriesParams) SetContext(ctx context.Context)
SetContext adds the context to the list model registries params
func (*ListModelRegistriesParams) SetDefaults ¶ added in v0.4.2
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 ¶ added in v0.4.2
func (o *ListModelRegistriesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list model registries params
func (*ListModelRegistriesParams) SetInput ¶ added in v0.4.2
func (o *ListModelRegistriesParams) SetInput(input models.ListModelRegistriesRequest)
SetInput adds the input to the list model registries params
func (*ListModelRegistriesParams) SetTimeout ¶ added in v0.4.2
func (o *ListModelRegistriesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list model registries params
func (*ListModelRegistriesParams) WithContext ¶ added in v0.4.2
func (o *ListModelRegistriesParams) WithContext(ctx context.Context) *ListModelRegistriesParams
WithContext adds the context to the list model registries params
func (*ListModelRegistriesParams) WithDefaults ¶ added in v0.4.2
func (o *ListModelRegistriesParams) WithDefaults() *ListModelRegistriesParams
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 ¶ added in v0.4.2
func (o *ListModelRegistriesParams) WithHTTPClient(client *http.Client) *ListModelRegistriesParams
WithHTTPClient adds the HTTPClient to the list model registries params
func (*ListModelRegistriesParams) WithInput ¶ added in v0.4.2
func (o *ListModelRegistriesParams) WithInput(input models.ListModelRegistriesRequest) *ListModelRegistriesParams
WithInput adds the input to the list model registries params
func (*ListModelRegistriesParams) WithTimeout ¶ added in v0.4.2
func (o *ListModelRegistriesParams) WithTimeout(timeout time.Duration) *ListModelRegistriesParams
WithTimeout adds the timeout to the list model registries params
func (*ListModelRegistriesParams) WriteToRequest ¶ added in v0.4.2
func (o *ListModelRegistriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListModelRegistriesReader ¶ added in v0.4.2
type ListModelRegistriesReader struct {
// contains filtered or unexported fields
}
ListModelRegistriesReader is a Reader for the ListModelRegistries structure.
func (*ListModelRegistriesReader) ReadResponse ¶ added in v0.4.2
func (o *ListModelRegistriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListModelRegistryAccessDefault ¶ added in v0.4.2
type ListModelRegistryAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListModelRegistryAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListModelRegistryAccessDefault ¶ added in v0.4.2
func NewListModelRegistryAccessDefault(code int) *ListModelRegistryAccessDefault
NewListModelRegistryAccessDefault creates a ListModelRegistryAccessDefault with default headers values
func (*ListModelRegistryAccessDefault) Code ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) Code() int
Code gets the status code for the list model registry access default response
func (*ListModelRegistryAccessDefault) Error ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) Error() string
func (*ListModelRegistryAccessDefault) GetPayload ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) GetPayload() *models.Error
func (*ListModelRegistryAccessDefault) IsClientError ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) IsClientError() bool
IsClientError returns true when this list model registry access default response has a 4xx status code
func (*ListModelRegistryAccessDefault) IsCode ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) IsCode(code int) bool
IsCode returns true when this list model registry access default response a status code equal to that given
func (*ListModelRegistryAccessDefault) IsRedirect ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) IsRedirect() bool
IsRedirect returns true when this list model registry access default response has a 3xx status code
func (*ListModelRegistryAccessDefault) IsServerError ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) IsServerError() bool
IsServerError returns true when this list model registry access default response has a 5xx status code
func (*ListModelRegistryAccessDefault) IsSuccess ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) IsSuccess() bool
IsSuccess returns true when this list model registry access default response has a 2xx status code
func (*ListModelRegistryAccessDefault) String ¶ added in v0.4.2
func (o *ListModelRegistryAccessDefault) String() string
type ListModelRegistryAccessOK ¶ added in v0.4.2
type ListModelRegistryAccessOK struct {
Payload *models.ListModelRegistryAccessResponse
}
ListModelRegistryAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListModelRegistryAccessOK ¶ added in v0.4.2
func NewListModelRegistryAccessOK() *ListModelRegistryAccessOK
NewListModelRegistryAccessOK creates a ListModelRegistryAccessOK with default headers values
func (*ListModelRegistryAccessOK) Code ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) Code() int
Code gets the status code for the list model registry access o k response
func (*ListModelRegistryAccessOK) Error ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) Error() string
func (*ListModelRegistryAccessOK) GetPayload ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) GetPayload() *models.ListModelRegistryAccessResponse
func (*ListModelRegistryAccessOK) IsClientError ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) IsClientError() bool
IsClientError returns true when this list model registry access o k response has a 4xx status code
func (*ListModelRegistryAccessOK) IsCode ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) IsCode(code int) bool
IsCode returns true when this list model registry access o k response a status code equal to that given
func (*ListModelRegistryAccessOK) IsRedirect ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) IsRedirect() bool
IsRedirect returns true when this list model registry access o k response has a 3xx status code
func (*ListModelRegistryAccessOK) IsServerError ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) IsServerError() bool
IsServerError returns true when this list model registry access o k response has a 5xx status code
func (*ListModelRegistryAccessOK) IsSuccess ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) IsSuccess() bool
IsSuccess returns true when this list model registry access o k response has a 2xx status code
func (*ListModelRegistryAccessOK) String ¶ added in v0.4.2
func (o *ListModelRegistryAccessOK) String() string
type ListModelRegistryAccessParams ¶ added in v0.4.2
type ListModelRegistryAccessParams struct { // Input. Input *models.ListModelRegistryAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListModelRegistryAccessParams contains all the parameters to send to the API endpoint
for the list model registry access operation. Typically these are written to a http.Request.
func NewListModelRegistryAccessParams ¶ added in v0.4.2
func NewListModelRegistryAccessParams() *ListModelRegistryAccessParams
NewListModelRegistryAccessParams creates a new ListModelRegistryAccessParams 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 NewListModelRegistryAccessParamsWithContext ¶ added in v0.4.2
func NewListModelRegistryAccessParamsWithContext(ctx context.Context) *ListModelRegistryAccessParams
NewListModelRegistryAccessParamsWithContext creates a new ListModelRegistryAccessParams object with the ability to set a context for a request.
func NewListModelRegistryAccessParamsWithHTTPClient ¶ added in v0.4.2
func NewListModelRegistryAccessParamsWithHTTPClient(client *http.Client) *ListModelRegistryAccessParams
NewListModelRegistryAccessParamsWithHTTPClient creates a new ListModelRegistryAccessParams object with the ability to set a custom HTTPClient for a request.
func NewListModelRegistryAccessParamsWithTimeout ¶ added in v0.4.2
func NewListModelRegistryAccessParamsWithTimeout(timeout time.Duration) *ListModelRegistryAccessParams
NewListModelRegistryAccessParamsWithTimeout creates a new ListModelRegistryAccessParams object with the ability to set a timeout on a request.
func (*ListModelRegistryAccessParams) SetContext ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the list model registry access params
func (*ListModelRegistryAccessParams) SetDefaults ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) SetDefaults()
SetDefaults hydrates default values in the list model registry access params (not the query body).
All values with no default are reset to their zero value.
func (*ListModelRegistryAccessParams) SetHTTPClient ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list model registry access params
func (*ListModelRegistryAccessParams) SetInput ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) SetInput(input *models.ListModelRegistryAccessRequest)
SetInput adds the input to the list model registry access params
func (*ListModelRegistryAccessParams) SetTimeout ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list model registry access params
func (*ListModelRegistryAccessParams) WithContext ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) WithContext(ctx context.Context) *ListModelRegistryAccessParams
WithContext adds the context to the list model registry access params
func (*ListModelRegistryAccessParams) WithDefaults ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) WithDefaults() *ListModelRegistryAccessParams
WithDefaults hydrates default values in the list model registry access params (not the query body).
All values with no default are reset to their zero value.
func (*ListModelRegistryAccessParams) WithHTTPClient ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) WithHTTPClient(client *http.Client) *ListModelRegistryAccessParams
WithHTTPClient adds the HTTPClient to the list model registry access params
func (*ListModelRegistryAccessParams) WithInput ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) WithInput(input *models.ListModelRegistryAccessRequest) *ListModelRegistryAccessParams
WithInput adds the input to the list model registry access params
func (*ListModelRegistryAccessParams) WithTimeout ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) WithTimeout(timeout time.Duration) *ListModelRegistryAccessParams
WithTimeout adds the timeout to the list model registry access params
func (*ListModelRegistryAccessParams) WriteToRequest ¶ added in v0.4.2
func (o *ListModelRegistryAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListModelRegistryAccessReader ¶ added in v0.4.2
type ListModelRegistryAccessReader struct {
// contains filtered or unexported fields
}
ListModelRegistryAccessReader is a Reader for the ListModelRegistryAccess structure.
func (*ListModelRegistryAccessReader) ReadResponse ¶ added in v0.4.2
func (o *ListModelRegistryAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListWorkspaceAccessDefault ¶
type ListWorkspaceAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListWorkspaceAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListWorkspaceAccessDefault ¶
func NewListWorkspaceAccessDefault(code int) *ListWorkspaceAccessDefault
NewListWorkspaceAccessDefault creates a ListWorkspaceAccessDefault with default headers values
func (*ListWorkspaceAccessDefault) Code ¶
func (o *ListWorkspaceAccessDefault) Code() int
Code gets the status code for the list workspace access default response
func (*ListWorkspaceAccessDefault) Error ¶
func (o *ListWorkspaceAccessDefault) Error() string
func (*ListWorkspaceAccessDefault) GetPayload ¶
func (o *ListWorkspaceAccessDefault) GetPayload() *models.Error
func (*ListWorkspaceAccessDefault) IsClientError ¶
func (o *ListWorkspaceAccessDefault) IsClientError() bool
IsClientError returns true when this list workspace access default response has a 4xx status code
func (*ListWorkspaceAccessDefault) IsCode ¶
func (o *ListWorkspaceAccessDefault) IsCode(code int) bool
IsCode returns true when this list workspace access default response a status code equal to that given
func (*ListWorkspaceAccessDefault) IsRedirect ¶
func (o *ListWorkspaceAccessDefault) IsRedirect() bool
IsRedirect returns true when this list workspace access default response has a 3xx status code
func (*ListWorkspaceAccessDefault) IsServerError ¶
func (o *ListWorkspaceAccessDefault) IsServerError() bool
IsServerError returns true when this list workspace access default response has a 5xx status code
func (*ListWorkspaceAccessDefault) IsSuccess ¶
func (o *ListWorkspaceAccessDefault) IsSuccess() bool
IsSuccess returns true when this list workspace access default response has a 2xx status code
func (*ListWorkspaceAccessDefault) String ¶
func (o *ListWorkspaceAccessDefault) String() string
type ListWorkspaceAccessOK ¶
type ListWorkspaceAccessOK struct {
Payload *models.ListWorkspaceAccessResponse
}
ListWorkspaceAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListWorkspaceAccessOK ¶
func NewListWorkspaceAccessOK() *ListWorkspaceAccessOK
NewListWorkspaceAccessOK creates a ListWorkspaceAccessOK with default headers values
func (*ListWorkspaceAccessOK) Code ¶
func (o *ListWorkspaceAccessOK) Code() int
Code gets the status code for the list workspace access o k response
func (*ListWorkspaceAccessOK) Error ¶
func (o *ListWorkspaceAccessOK) Error() string
func (*ListWorkspaceAccessOK) GetPayload ¶
func (o *ListWorkspaceAccessOK) GetPayload() *models.ListWorkspaceAccessResponse
func (*ListWorkspaceAccessOK) IsClientError ¶
func (o *ListWorkspaceAccessOK) IsClientError() bool
IsClientError returns true when this list workspace access o k response has a 4xx status code
func (*ListWorkspaceAccessOK) IsCode ¶
func (o *ListWorkspaceAccessOK) IsCode(code int) bool
IsCode returns true when this list workspace access o k response a status code equal to that given
func (*ListWorkspaceAccessOK) IsRedirect ¶
func (o *ListWorkspaceAccessOK) IsRedirect() bool
IsRedirect returns true when this list workspace access o k response has a 3xx status code
func (*ListWorkspaceAccessOK) IsServerError ¶
func (o *ListWorkspaceAccessOK) IsServerError() bool
IsServerError returns true when this list workspace access o k response has a 5xx status code
func (*ListWorkspaceAccessOK) IsSuccess ¶
func (o *ListWorkspaceAccessOK) IsSuccess() bool
IsSuccess returns true when this list workspace access o k response has a 2xx status code
func (*ListWorkspaceAccessOK) String ¶
func (o *ListWorkspaceAccessOK) String() string
type ListWorkspaceAccessParams ¶
type ListWorkspaceAccessParams struct { // Input. Input *models.ListWorkspaceAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListWorkspaceAccessParams contains all the parameters to send to the API endpoint
for the list workspace access operation. Typically these are written to a http.Request.
func NewListWorkspaceAccessParams ¶
func NewListWorkspaceAccessParams() *ListWorkspaceAccessParams
NewListWorkspaceAccessParams creates a new ListWorkspaceAccessParams 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 NewListWorkspaceAccessParamsWithContext ¶
func NewListWorkspaceAccessParamsWithContext(ctx context.Context) *ListWorkspaceAccessParams
NewListWorkspaceAccessParamsWithContext creates a new ListWorkspaceAccessParams object with the ability to set a context for a request.
func NewListWorkspaceAccessParamsWithHTTPClient ¶
func NewListWorkspaceAccessParamsWithHTTPClient(client *http.Client) *ListWorkspaceAccessParams
NewListWorkspaceAccessParamsWithHTTPClient creates a new ListWorkspaceAccessParams object with the ability to set a custom HTTPClient for a request.
func NewListWorkspaceAccessParamsWithTimeout ¶
func NewListWorkspaceAccessParamsWithTimeout(timeout time.Duration) *ListWorkspaceAccessParams
NewListWorkspaceAccessParamsWithTimeout creates a new ListWorkspaceAccessParams object with the ability to set a timeout on a request.
func (*ListWorkspaceAccessParams) SetContext ¶
func (o *ListWorkspaceAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the list workspace access params
func (*ListWorkspaceAccessParams) SetDefaults ¶
func (o *ListWorkspaceAccessParams) SetDefaults()
SetDefaults hydrates default values in the list workspace access params (not the query body).
All values with no default are reset to their zero value.
func (*ListWorkspaceAccessParams) SetHTTPClient ¶
func (o *ListWorkspaceAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list workspace access params
func (*ListWorkspaceAccessParams) SetInput ¶
func (o *ListWorkspaceAccessParams) SetInput(input *models.ListWorkspaceAccessRequest)
SetInput adds the input to the list workspace access params
func (*ListWorkspaceAccessParams) SetTimeout ¶
func (o *ListWorkspaceAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list workspace access params
func (*ListWorkspaceAccessParams) WithContext ¶
func (o *ListWorkspaceAccessParams) WithContext(ctx context.Context) *ListWorkspaceAccessParams
WithContext adds the context to the list workspace access params
func (*ListWorkspaceAccessParams) WithDefaults ¶
func (o *ListWorkspaceAccessParams) WithDefaults() *ListWorkspaceAccessParams
WithDefaults hydrates default values in the list workspace access params (not the query body).
All values with no default are reset to their zero value.
func (*ListWorkspaceAccessParams) WithHTTPClient ¶
func (o *ListWorkspaceAccessParams) WithHTTPClient(client *http.Client) *ListWorkspaceAccessParams
WithHTTPClient adds the HTTPClient to the list workspace access params
func (*ListWorkspaceAccessParams) WithInput ¶
func (o *ListWorkspaceAccessParams) WithInput(input *models.ListWorkspaceAccessRequest) *ListWorkspaceAccessParams
WithInput adds the input to the list workspace access params
func (*ListWorkspaceAccessParams) WithTimeout ¶
func (o *ListWorkspaceAccessParams) WithTimeout(timeout time.Duration) *ListWorkspaceAccessParams
WithTimeout adds the timeout to the list workspace access params
func (*ListWorkspaceAccessParams) WriteToRequest ¶
func (o *ListWorkspaceAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListWorkspaceAccessReader ¶
type ListWorkspaceAccessReader struct {
// contains filtered or unexported fields
}
ListWorkspaceAccessReader is a Reader for the ListWorkspaceAccess structure.
func (*ListWorkspaceAccessReader) ReadResponse ¶
func (o *ListWorkspaceAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListWorkspaceBackupsDefault ¶
type ListWorkspaceBackupsDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListWorkspaceBackupsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListWorkspaceBackupsDefault ¶
func NewListWorkspaceBackupsDefault(code int) *ListWorkspaceBackupsDefault
NewListWorkspaceBackupsDefault creates a ListWorkspaceBackupsDefault with default headers values
func (*ListWorkspaceBackupsDefault) Code ¶
func (o *ListWorkspaceBackupsDefault) Code() int
Code gets the status code for the list workspace backups default response
func (*ListWorkspaceBackupsDefault) Error ¶
func (o *ListWorkspaceBackupsDefault) Error() string
func (*ListWorkspaceBackupsDefault) GetPayload ¶
func (o *ListWorkspaceBackupsDefault) GetPayload() *models.Error
func (*ListWorkspaceBackupsDefault) IsClientError ¶
func (o *ListWorkspaceBackupsDefault) IsClientError() bool
IsClientError returns true when this list workspace backups default response has a 4xx status code
func (*ListWorkspaceBackupsDefault) IsCode ¶
func (o *ListWorkspaceBackupsDefault) IsCode(code int) bool
IsCode returns true when this list workspace backups default response a status code equal to that given
func (*ListWorkspaceBackupsDefault) IsRedirect ¶
func (o *ListWorkspaceBackupsDefault) IsRedirect() bool
IsRedirect returns true when this list workspace backups default response has a 3xx status code
func (*ListWorkspaceBackupsDefault) IsServerError ¶
func (o *ListWorkspaceBackupsDefault) IsServerError() bool
IsServerError returns true when this list workspace backups default response has a 5xx status code
func (*ListWorkspaceBackupsDefault) IsSuccess ¶
func (o *ListWorkspaceBackupsDefault) IsSuccess() bool
IsSuccess returns true when this list workspace backups default response has a 2xx status code
func (*ListWorkspaceBackupsDefault) String ¶
func (o *ListWorkspaceBackupsDefault) String() string
type ListWorkspaceBackupsOK ¶
type ListWorkspaceBackupsOK struct {
Payload *models.ListWorkspaceBackupsResponse
}
ListWorkspaceBackupsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListWorkspaceBackupsOK ¶
func NewListWorkspaceBackupsOK() *ListWorkspaceBackupsOK
NewListWorkspaceBackupsOK creates a ListWorkspaceBackupsOK with default headers values
func (*ListWorkspaceBackupsOK) Code ¶
func (o *ListWorkspaceBackupsOK) Code() int
Code gets the status code for the list workspace backups o k response
func (*ListWorkspaceBackupsOK) Error ¶
func (o *ListWorkspaceBackupsOK) Error() string
func (*ListWorkspaceBackupsOK) GetPayload ¶
func (o *ListWorkspaceBackupsOK) GetPayload() *models.ListWorkspaceBackupsResponse
func (*ListWorkspaceBackupsOK) IsClientError ¶
func (o *ListWorkspaceBackupsOK) IsClientError() bool
IsClientError returns true when this list workspace backups o k response has a 4xx status code
func (*ListWorkspaceBackupsOK) IsCode ¶
func (o *ListWorkspaceBackupsOK) IsCode(code int) bool
IsCode returns true when this list workspace backups o k response a status code equal to that given
func (*ListWorkspaceBackupsOK) IsRedirect ¶
func (o *ListWorkspaceBackupsOK) IsRedirect() bool
IsRedirect returns true when this list workspace backups o k response has a 3xx status code
func (*ListWorkspaceBackupsOK) IsServerError ¶
func (o *ListWorkspaceBackupsOK) IsServerError() bool
IsServerError returns true when this list workspace backups o k response has a 5xx status code
func (*ListWorkspaceBackupsOK) IsSuccess ¶
func (o *ListWorkspaceBackupsOK) IsSuccess() bool
IsSuccess returns true when this list workspace backups o k response has a 2xx status code
func (*ListWorkspaceBackupsOK) String ¶
func (o *ListWorkspaceBackupsOK) String() string
type ListWorkspaceBackupsParams ¶
type ListWorkspaceBackupsParams struct { // Input. Input *models.ListWorkspaceBackupsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListWorkspaceBackupsParams contains all the parameters to send to the API endpoint
for the list workspace backups operation. Typically these are written to a http.Request.
func NewListWorkspaceBackupsParams ¶
func NewListWorkspaceBackupsParams() *ListWorkspaceBackupsParams
NewListWorkspaceBackupsParams creates a new ListWorkspaceBackupsParams 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 NewListWorkspaceBackupsParamsWithContext ¶
func NewListWorkspaceBackupsParamsWithContext(ctx context.Context) *ListWorkspaceBackupsParams
NewListWorkspaceBackupsParamsWithContext creates a new ListWorkspaceBackupsParams object with the ability to set a context for a request.
func NewListWorkspaceBackupsParamsWithHTTPClient ¶
func NewListWorkspaceBackupsParamsWithHTTPClient(client *http.Client) *ListWorkspaceBackupsParams
NewListWorkspaceBackupsParamsWithHTTPClient creates a new ListWorkspaceBackupsParams object with the ability to set a custom HTTPClient for a request.
func NewListWorkspaceBackupsParamsWithTimeout ¶
func NewListWorkspaceBackupsParamsWithTimeout(timeout time.Duration) *ListWorkspaceBackupsParams
NewListWorkspaceBackupsParamsWithTimeout creates a new ListWorkspaceBackupsParams object with the ability to set a timeout on a request.
func (*ListWorkspaceBackupsParams) SetContext ¶
func (o *ListWorkspaceBackupsParams) SetContext(ctx context.Context)
SetContext adds the context to the list workspace backups params
func (*ListWorkspaceBackupsParams) SetDefaults ¶
func (o *ListWorkspaceBackupsParams) SetDefaults()
SetDefaults hydrates default values in the list workspace backups params (not the query body).
All values with no default are reset to their zero value.
func (*ListWorkspaceBackupsParams) SetHTTPClient ¶
func (o *ListWorkspaceBackupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list workspace backups params
func (*ListWorkspaceBackupsParams) SetInput ¶
func (o *ListWorkspaceBackupsParams) SetInput(input *models.ListWorkspaceBackupsRequest)
SetInput adds the input to the list workspace backups params
func (*ListWorkspaceBackupsParams) SetTimeout ¶
func (o *ListWorkspaceBackupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list workspace backups params
func (*ListWorkspaceBackupsParams) WithContext ¶
func (o *ListWorkspaceBackupsParams) WithContext(ctx context.Context) *ListWorkspaceBackupsParams
WithContext adds the context to the list workspace backups params
func (*ListWorkspaceBackupsParams) WithDefaults ¶
func (o *ListWorkspaceBackupsParams) WithDefaults() *ListWorkspaceBackupsParams
WithDefaults hydrates default values in the list workspace backups params (not the query body).
All values with no default are reset to their zero value.
func (*ListWorkspaceBackupsParams) WithHTTPClient ¶
func (o *ListWorkspaceBackupsParams) WithHTTPClient(client *http.Client) *ListWorkspaceBackupsParams
WithHTTPClient adds the HTTPClient to the list workspace backups params
func (*ListWorkspaceBackupsParams) WithInput ¶
func (o *ListWorkspaceBackupsParams) WithInput(input *models.ListWorkspaceBackupsRequest) *ListWorkspaceBackupsParams
WithInput adds the input to the list workspace backups params
func (*ListWorkspaceBackupsParams) WithTimeout ¶
func (o *ListWorkspaceBackupsParams) WithTimeout(timeout time.Duration) *ListWorkspaceBackupsParams
WithTimeout adds the timeout to the list workspace backups params
func (*ListWorkspaceBackupsParams) WriteToRequest ¶
func (o *ListWorkspaceBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListWorkspaceBackupsReader ¶
type ListWorkspaceBackupsReader struct {
// contains filtered or unexported fields
}
ListWorkspaceBackupsReader is a Reader for the ListWorkspaceBackups structure.
func (*ListWorkspaceBackupsReader) ReadResponse ¶
func (o *ListWorkspaceBackupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListWorkspacesDefault ¶
type ListWorkspacesDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListWorkspacesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListWorkspacesDefault ¶
func NewListWorkspacesDefault(code int) *ListWorkspacesDefault
NewListWorkspacesDefault creates a ListWorkspacesDefault with default headers values
func (*ListWorkspacesDefault) Code ¶
func (o *ListWorkspacesDefault) Code() int
Code gets the status code for the list workspaces default response
func (*ListWorkspacesDefault) Error ¶
func (o *ListWorkspacesDefault) Error() string
func (*ListWorkspacesDefault) GetPayload ¶
func (o *ListWorkspacesDefault) GetPayload() *models.Error
func (*ListWorkspacesDefault) IsClientError ¶
func (o *ListWorkspacesDefault) IsClientError() bool
IsClientError returns true when this list workspaces default response has a 4xx status code
func (*ListWorkspacesDefault) IsCode ¶
func (o *ListWorkspacesDefault) IsCode(code int) bool
IsCode returns true when this list workspaces default response a status code equal to that given
func (*ListWorkspacesDefault) IsRedirect ¶
func (o *ListWorkspacesDefault) IsRedirect() bool
IsRedirect returns true when this list workspaces default response has a 3xx status code
func (*ListWorkspacesDefault) IsServerError ¶
func (o *ListWorkspacesDefault) IsServerError() bool
IsServerError returns true when this list workspaces default response has a 5xx status code
func (*ListWorkspacesDefault) IsSuccess ¶
func (o *ListWorkspacesDefault) IsSuccess() bool
IsSuccess returns true when this list workspaces default response has a 2xx status code
func (*ListWorkspacesDefault) String ¶
func (o *ListWorkspacesDefault) String() string
type ListWorkspacesOK ¶
type ListWorkspacesOK struct {
Payload *models.ListWorkspacesResponse
}
ListWorkspacesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListWorkspacesOK ¶
func NewListWorkspacesOK() *ListWorkspacesOK
NewListWorkspacesOK creates a ListWorkspacesOK with default headers values
func (*ListWorkspacesOK) Code ¶
func (o *ListWorkspacesOK) Code() int
Code gets the status code for the list workspaces o k response
func (*ListWorkspacesOK) Error ¶
func (o *ListWorkspacesOK) Error() string
func (*ListWorkspacesOK) GetPayload ¶
func (o *ListWorkspacesOK) GetPayload() *models.ListWorkspacesResponse
func (*ListWorkspacesOK) IsClientError ¶
func (o *ListWorkspacesOK) IsClientError() bool
IsClientError returns true when this list workspaces o k response has a 4xx status code
func (*ListWorkspacesOK) IsCode ¶
func (o *ListWorkspacesOK) IsCode(code int) bool
IsCode returns true when this list workspaces o k response a status code equal to that given
func (*ListWorkspacesOK) IsRedirect ¶
func (o *ListWorkspacesOK) IsRedirect() bool
IsRedirect returns true when this list workspaces o k response has a 3xx status code
func (*ListWorkspacesOK) IsServerError ¶
func (o *ListWorkspacesOK) IsServerError() bool
IsServerError returns true when this list workspaces o k response has a 5xx status code
func (*ListWorkspacesOK) IsSuccess ¶
func (o *ListWorkspacesOK) IsSuccess() bool
IsSuccess returns true when this list workspaces o k response has a 2xx status code
func (*ListWorkspacesOK) String ¶
func (o *ListWorkspacesOK) String() string
type ListWorkspacesParams ¶
type ListWorkspacesParams struct { // Input. Input *models.ListWorkspacesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListWorkspacesParams contains all the parameters to send to the API endpoint
for the list workspaces operation. Typically these are written to a http.Request.
func NewListWorkspacesParams ¶
func NewListWorkspacesParams() *ListWorkspacesParams
NewListWorkspacesParams creates a new ListWorkspacesParams 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 NewListWorkspacesParamsWithContext ¶
func NewListWorkspacesParamsWithContext(ctx context.Context) *ListWorkspacesParams
NewListWorkspacesParamsWithContext creates a new ListWorkspacesParams object with the ability to set a context for a request.
func NewListWorkspacesParamsWithHTTPClient ¶
func NewListWorkspacesParamsWithHTTPClient(client *http.Client) *ListWorkspacesParams
NewListWorkspacesParamsWithHTTPClient creates a new ListWorkspacesParams object with the ability to set a custom HTTPClient for a request.
func NewListWorkspacesParamsWithTimeout ¶
func NewListWorkspacesParamsWithTimeout(timeout time.Duration) *ListWorkspacesParams
NewListWorkspacesParamsWithTimeout creates a new ListWorkspacesParams object with the ability to set a timeout on a request.
func (*ListWorkspacesParams) SetContext ¶
func (o *ListWorkspacesParams) SetContext(ctx context.Context)
SetContext adds the context to the list workspaces params
func (*ListWorkspacesParams) SetDefaults ¶
func (o *ListWorkspacesParams) SetDefaults()
SetDefaults hydrates default values in the list workspaces params (not the query body).
All values with no default are reset to their zero value.
func (*ListWorkspacesParams) SetHTTPClient ¶
func (o *ListWorkspacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list workspaces params
func (*ListWorkspacesParams) SetInput ¶
func (o *ListWorkspacesParams) SetInput(input *models.ListWorkspacesRequest)
SetInput adds the input to the list workspaces params
func (*ListWorkspacesParams) SetTimeout ¶
func (o *ListWorkspacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list workspaces params
func (*ListWorkspacesParams) WithContext ¶
func (o *ListWorkspacesParams) WithContext(ctx context.Context) *ListWorkspacesParams
WithContext adds the context to the list workspaces params
func (*ListWorkspacesParams) WithDefaults ¶
func (o *ListWorkspacesParams) WithDefaults() *ListWorkspacesParams
WithDefaults hydrates default values in the list workspaces params (not the query body).
All values with no default are reset to their zero value.
func (*ListWorkspacesParams) WithHTTPClient ¶
func (o *ListWorkspacesParams) WithHTTPClient(client *http.Client) *ListWorkspacesParams
WithHTTPClient adds the HTTPClient to the list workspaces params
func (*ListWorkspacesParams) WithInput ¶
func (o *ListWorkspacesParams) WithInput(input *models.ListWorkspacesRequest) *ListWorkspacesParams
WithInput adds the input to the list workspaces params
func (*ListWorkspacesParams) WithTimeout ¶
func (o *ListWorkspacesParams) WithTimeout(timeout time.Duration) *ListWorkspacesParams
WithTimeout adds the timeout to the list workspaces params
func (*ListWorkspacesParams) WriteToRequest ¶
func (o *ListWorkspacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListWorkspacesReader ¶
type ListWorkspacesReader struct {
// contains filtered or unexported fields
}
ListWorkspacesReader is a Reader for the ListWorkspaces structure.
func (*ListWorkspacesReader) ReadResponse ¶
func (o *ListWorkspacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ModifyClusterInstanceGroupDefault ¶
type ModifyClusterInstanceGroupDefault struct { Payload *models.Error // contains filtered or unexported fields }
ModifyClusterInstanceGroupDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewModifyClusterInstanceGroupDefault ¶
func NewModifyClusterInstanceGroupDefault(code int) *ModifyClusterInstanceGroupDefault
NewModifyClusterInstanceGroupDefault creates a ModifyClusterInstanceGroupDefault with default headers values
func (*ModifyClusterInstanceGroupDefault) Code ¶
func (o *ModifyClusterInstanceGroupDefault) Code() int
Code gets the status code for the modify cluster instance group default response
func (*ModifyClusterInstanceGroupDefault) Error ¶
func (o *ModifyClusterInstanceGroupDefault) Error() string
func (*ModifyClusterInstanceGroupDefault) GetPayload ¶
func (o *ModifyClusterInstanceGroupDefault) GetPayload() *models.Error
func (*ModifyClusterInstanceGroupDefault) IsClientError ¶
func (o *ModifyClusterInstanceGroupDefault) IsClientError() bool
IsClientError returns true when this modify cluster instance group default response has a 4xx status code
func (*ModifyClusterInstanceGroupDefault) IsCode ¶
func (o *ModifyClusterInstanceGroupDefault) IsCode(code int) bool
IsCode returns true when this modify cluster instance group default response a status code equal to that given
func (*ModifyClusterInstanceGroupDefault) IsRedirect ¶
func (o *ModifyClusterInstanceGroupDefault) IsRedirect() bool
IsRedirect returns true when this modify cluster instance group default response has a 3xx status code
func (*ModifyClusterInstanceGroupDefault) IsServerError ¶
func (o *ModifyClusterInstanceGroupDefault) IsServerError() bool
IsServerError returns true when this modify cluster instance group default response has a 5xx status code
func (*ModifyClusterInstanceGroupDefault) IsSuccess ¶
func (o *ModifyClusterInstanceGroupDefault) IsSuccess() bool
IsSuccess returns true when this modify cluster instance group default response has a 2xx status code
func (*ModifyClusterInstanceGroupDefault) String ¶
func (o *ModifyClusterInstanceGroupDefault) String() string
type ModifyClusterInstanceGroupOK ¶
type ModifyClusterInstanceGroupOK struct {
Payload models.ModifyClusterInstanceGroupResponse
}
ModifyClusterInstanceGroupOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewModifyClusterInstanceGroupOK ¶
func NewModifyClusterInstanceGroupOK() *ModifyClusterInstanceGroupOK
NewModifyClusterInstanceGroupOK creates a ModifyClusterInstanceGroupOK with default headers values
func (*ModifyClusterInstanceGroupOK) Code ¶
func (o *ModifyClusterInstanceGroupOK) Code() int
Code gets the status code for the modify cluster instance group o k response
func (*ModifyClusterInstanceGroupOK) Error ¶
func (o *ModifyClusterInstanceGroupOK) Error() string
func (*ModifyClusterInstanceGroupOK) GetPayload ¶
func (o *ModifyClusterInstanceGroupOK) GetPayload() models.ModifyClusterInstanceGroupResponse
func (*ModifyClusterInstanceGroupOK) IsClientError ¶
func (o *ModifyClusterInstanceGroupOK) IsClientError() bool
IsClientError returns true when this modify cluster instance group o k response has a 4xx status code
func (*ModifyClusterInstanceGroupOK) IsCode ¶
func (o *ModifyClusterInstanceGroupOK) IsCode(code int) bool
IsCode returns true when this modify cluster instance group o k response a status code equal to that given
func (*ModifyClusterInstanceGroupOK) IsRedirect ¶
func (o *ModifyClusterInstanceGroupOK) IsRedirect() bool
IsRedirect returns true when this modify cluster instance group o k response has a 3xx status code
func (*ModifyClusterInstanceGroupOK) IsServerError ¶
func (o *ModifyClusterInstanceGroupOK) IsServerError() bool
IsServerError returns true when this modify cluster instance group o k response has a 5xx status code
func (*ModifyClusterInstanceGroupOK) IsSuccess ¶
func (o *ModifyClusterInstanceGroupOK) IsSuccess() bool
IsSuccess returns true when this modify cluster instance group o k response has a 2xx status code
func (*ModifyClusterInstanceGroupOK) String ¶
func (o *ModifyClusterInstanceGroupOK) String() string
type ModifyClusterInstanceGroupParams ¶
type ModifyClusterInstanceGroupParams struct { // Input. Input *models.ModifyClusterInstanceGroupRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ModifyClusterInstanceGroupParams contains all the parameters to send to the API endpoint
for the modify cluster instance group operation. Typically these are written to a http.Request.
func NewModifyClusterInstanceGroupParams ¶
func NewModifyClusterInstanceGroupParams() *ModifyClusterInstanceGroupParams
NewModifyClusterInstanceGroupParams creates a new ModifyClusterInstanceGroupParams 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 NewModifyClusterInstanceGroupParamsWithContext ¶
func NewModifyClusterInstanceGroupParamsWithContext(ctx context.Context) *ModifyClusterInstanceGroupParams
NewModifyClusterInstanceGroupParamsWithContext creates a new ModifyClusterInstanceGroupParams object with the ability to set a context for a request.
func NewModifyClusterInstanceGroupParamsWithHTTPClient ¶
func NewModifyClusterInstanceGroupParamsWithHTTPClient(client *http.Client) *ModifyClusterInstanceGroupParams
NewModifyClusterInstanceGroupParamsWithHTTPClient creates a new ModifyClusterInstanceGroupParams object with the ability to set a custom HTTPClient for a request.
func NewModifyClusterInstanceGroupParamsWithTimeout ¶
func NewModifyClusterInstanceGroupParamsWithTimeout(timeout time.Duration) *ModifyClusterInstanceGroupParams
NewModifyClusterInstanceGroupParamsWithTimeout creates a new ModifyClusterInstanceGroupParams object with the ability to set a timeout on a request.
func (*ModifyClusterInstanceGroupParams) SetContext ¶
func (o *ModifyClusterInstanceGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) SetDefaults ¶
func (o *ModifyClusterInstanceGroupParams) SetDefaults()
SetDefaults hydrates default values in the modify cluster instance group params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyClusterInstanceGroupParams) SetHTTPClient ¶
func (o *ModifyClusterInstanceGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) SetInput ¶
func (o *ModifyClusterInstanceGroupParams) SetInput(input *models.ModifyClusterInstanceGroupRequest)
SetInput adds the input to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) SetTimeout ¶
func (o *ModifyClusterInstanceGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) WithContext ¶
func (o *ModifyClusterInstanceGroupParams) WithContext(ctx context.Context) *ModifyClusterInstanceGroupParams
WithContext adds the context to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) WithDefaults ¶
func (o *ModifyClusterInstanceGroupParams) WithDefaults() *ModifyClusterInstanceGroupParams
WithDefaults hydrates default values in the modify cluster instance group params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyClusterInstanceGroupParams) WithHTTPClient ¶
func (o *ModifyClusterInstanceGroupParams) WithHTTPClient(client *http.Client) *ModifyClusterInstanceGroupParams
WithHTTPClient adds the HTTPClient to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) WithInput ¶
func (o *ModifyClusterInstanceGroupParams) WithInput(input *models.ModifyClusterInstanceGroupRequest) *ModifyClusterInstanceGroupParams
WithInput adds the input to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) WithTimeout ¶
func (o *ModifyClusterInstanceGroupParams) WithTimeout(timeout time.Duration) *ModifyClusterInstanceGroupParams
WithTimeout adds the timeout to the modify cluster instance group params
func (*ModifyClusterInstanceGroupParams) WriteToRequest ¶
func (o *ModifyClusterInstanceGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ModifyClusterInstanceGroupReader ¶
type ModifyClusterInstanceGroupReader struct {
// contains filtered or unexported fields
}
ModifyClusterInstanceGroupReader is a Reader for the ModifyClusterInstanceGroup structure.
func (*ModifyClusterInstanceGroupReader) ReadResponse ¶
func (o *ModifyClusterInstanceGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ModifyClusterSecurityDefault ¶
type ModifyClusterSecurityDefault struct { Payload *models.Error // contains filtered or unexported fields }
ModifyClusterSecurityDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewModifyClusterSecurityDefault ¶
func NewModifyClusterSecurityDefault(code int) *ModifyClusterSecurityDefault
NewModifyClusterSecurityDefault creates a ModifyClusterSecurityDefault with default headers values
func (*ModifyClusterSecurityDefault) Code ¶
func (o *ModifyClusterSecurityDefault) Code() int
Code gets the status code for the modify cluster security default response
func (*ModifyClusterSecurityDefault) Error ¶
func (o *ModifyClusterSecurityDefault) Error() string
func (*ModifyClusterSecurityDefault) GetPayload ¶
func (o *ModifyClusterSecurityDefault) GetPayload() *models.Error
func (*ModifyClusterSecurityDefault) IsClientError ¶
func (o *ModifyClusterSecurityDefault) IsClientError() bool
IsClientError returns true when this modify cluster security default response has a 4xx status code
func (*ModifyClusterSecurityDefault) IsCode ¶
func (o *ModifyClusterSecurityDefault) IsCode(code int) bool
IsCode returns true when this modify cluster security default response a status code equal to that given
func (*ModifyClusterSecurityDefault) IsRedirect ¶
func (o *ModifyClusterSecurityDefault) IsRedirect() bool
IsRedirect returns true when this modify cluster security default response has a 3xx status code
func (*ModifyClusterSecurityDefault) IsServerError ¶
func (o *ModifyClusterSecurityDefault) IsServerError() bool
IsServerError returns true when this modify cluster security default response has a 5xx status code
func (*ModifyClusterSecurityDefault) IsSuccess ¶
func (o *ModifyClusterSecurityDefault) IsSuccess() bool
IsSuccess returns true when this modify cluster security default response has a 2xx status code
func (*ModifyClusterSecurityDefault) String ¶
func (o *ModifyClusterSecurityDefault) String() string
type ModifyClusterSecurityOK ¶
type ModifyClusterSecurityOK struct {
Payload models.ModifyClusterSecurityResponse
}
ModifyClusterSecurityOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewModifyClusterSecurityOK ¶
func NewModifyClusterSecurityOK() *ModifyClusterSecurityOK
NewModifyClusterSecurityOK creates a ModifyClusterSecurityOK with default headers values
func (*ModifyClusterSecurityOK) Code ¶
func (o *ModifyClusterSecurityOK) Code() int
Code gets the status code for the modify cluster security o k response
func (*ModifyClusterSecurityOK) Error ¶
func (o *ModifyClusterSecurityOK) Error() string
func (*ModifyClusterSecurityOK) GetPayload ¶
func (o *ModifyClusterSecurityOK) GetPayload() models.ModifyClusterSecurityResponse
func (*ModifyClusterSecurityOK) IsClientError ¶
func (o *ModifyClusterSecurityOK) IsClientError() bool
IsClientError returns true when this modify cluster security o k response has a 4xx status code
func (*ModifyClusterSecurityOK) IsCode ¶
func (o *ModifyClusterSecurityOK) IsCode(code int) bool
IsCode returns true when this modify cluster security o k response a status code equal to that given
func (*ModifyClusterSecurityOK) IsRedirect ¶
func (o *ModifyClusterSecurityOK) IsRedirect() bool
IsRedirect returns true when this modify cluster security o k response has a 3xx status code
func (*ModifyClusterSecurityOK) IsServerError ¶
func (o *ModifyClusterSecurityOK) IsServerError() bool
IsServerError returns true when this modify cluster security o k response has a 5xx status code
func (*ModifyClusterSecurityOK) IsSuccess ¶
func (o *ModifyClusterSecurityOK) IsSuccess() bool
IsSuccess returns true when this modify cluster security o k response has a 2xx status code
func (*ModifyClusterSecurityOK) String ¶
func (o *ModifyClusterSecurityOK) String() string
type ModifyClusterSecurityParams ¶
type ModifyClusterSecurityParams struct { // Input. Input *models.ModifyClusterSecurityRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ModifyClusterSecurityParams contains all the parameters to send to the API endpoint
for the modify cluster security operation. Typically these are written to a http.Request.
func NewModifyClusterSecurityParams ¶
func NewModifyClusterSecurityParams() *ModifyClusterSecurityParams
NewModifyClusterSecurityParams creates a new ModifyClusterSecurityParams 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 NewModifyClusterSecurityParamsWithContext ¶
func NewModifyClusterSecurityParamsWithContext(ctx context.Context) *ModifyClusterSecurityParams
NewModifyClusterSecurityParamsWithContext creates a new ModifyClusterSecurityParams object with the ability to set a context for a request.
func NewModifyClusterSecurityParamsWithHTTPClient ¶
func NewModifyClusterSecurityParamsWithHTTPClient(client *http.Client) *ModifyClusterSecurityParams
NewModifyClusterSecurityParamsWithHTTPClient creates a new ModifyClusterSecurityParams object with the ability to set a custom HTTPClient for a request.
func NewModifyClusterSecurityParamsWithTimeout ¶
func NewModifyClusterSecurityParamsWithTimeout(timeout time.Duration) *ModifyClusterSecurityParams
NewModifyClusterSecurityParamsWithTimeout creates a new ModifyClusterSecurityParams object with the ability to set a timeout on a request.
func (*ModifyClusterSecurityParams) SetContext ¶
func (o *ModifyClusterSecurityParams) SetContext(ctx context.Context)
SetContext adds the context to the modify cluster security params
func (*ModifyClusterSecurityParams) SetDefaults ¶
func (o *ModifyClusterSecurityParams) SetDefaults()
SetDefaults hydrates default values in the modify cluster security params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyClusterSecurityParams) SetHTTPClient ¶
func (o *ModifyClusterSecurityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the modify cluster security params
func (*ModifyClusterSecurityParams) SetInput ¶
func (o *ModifyClusterSecurityParams) SetInput(input *models.ModifyClusterSecurityRequest)
SetInput adds the input to the modify cluster security params
func (*ModifyClusterSecurityParams) SetTimeout ¶
func (o *ModifyClusterSecurityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the modify cluster security params
func (*ModifyClusterSecurityParams) WithContext ¶
func (o *ModifyClusterSecurityParams) WithContext(ctx context.Context) *ModifyClusterSecurityParams
WithContext adds the context to the modify cluster security params
func (*ModifyClusterSecurityParams) WithDefaults ¶
func (o *ModifyClusterSecurityParams) WithDefaults() *ModifyClusterSecurityParams
WithDefaults hydrates default values in the modify cluster security params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyClusterSecurityParams) WithHTTPClient ¶
func (o *ModifyClusterSecurityParams) WithHTTPClient(client *http.Client) *ModifyClusterSecurityParams
WithHTTPClient adds the HTTPClient to the modify cluster security params
func (*ModifyClusterSecurityParams) WithInput ¶
func (o *ModifyClusterSecurityParams) WithInput(input *models.ModifyClusterSecurityRequest) *ModifyClusterSecurityParams
WithInput adds the input to the modify cluster security params
func (*ModifyClusterSecurityParams) WithTimeout ¶
func (o *ModifyClusterSecurityParams) WithTimeout(timeout time.Duration) *ModifyClusterSecurityParams
WithTimeout adds the timeout to the modify cluster security params
func (*ModifyClusterSecurityParams) WriteToRequest ¶
func (o *ModifyClusterSecurityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ModifyClusterSecurityReader ¶
type ModifyClusterSecurityReader struct {
// contains filtered or unexported fields
}
ModifyClusterSecurityReader is a Reader for the ModifyClusterSecurity structure.
func (*ModifyClusterSecurityReader) ReadResponse ¶
func (o *ModifyClusterSecurityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ModifyMlServingAppDefault ¶ added in v0.6.0
type ModifyMlServingAppDefault struct { Payload *models.Error // contains filtered or unexported fields }
ModifyMlServingAppDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewModifyMlServingAppDefault ¶ added in v0.6.0
func NewModifyMlServingAppDefault(code int) *ModifyMlServingAppDefault
NewModifyMlServingAppDefault creates a ModifyMlServingAppDefault with default headers values
func (*ModifyMlServingAppDefault) Code ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) Code() int
Code gets the status code for the modify ml serving app default response
func (*ModifyMlServingAppDefault) Error ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) Error() string
func (*ModifyMlServingAppDefault) GetPayload ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) GetPayload() *models.Error
func (*ModifyMlServingAppDefault) IsClientError ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) IsClientError() bool
IsClientError returns true when this modify ml serving app default response has a 4xx status code
func (*ModifyMlServingAppDefault) IsCode ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) IsCode(code int) bool
IsCode returns true when this modify ml serving app default response a status code equal to that given
func (*ModifyMlServingAppDefault) IsRedirect ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) IsRedirect() bool
IsRedirect returns true when this modify ml serving app default response has a 3xx status code
func (*ModifyMlServingAppDefault) IsServerError ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) IsServerError() bool
IsServerError returns true when this modify ml serving app default response has a 5xx status code
func (*ModifyMlServingAppDefault) IsSuccess ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) IsSuccess() bool
IsSuccess returns true when this modify ml serving app default response has a 2xx status code
func (*ModifyMlServingAppDefault) String ¶ added in v0.6.0
func (o *ModifyMlServingAppDefault) String() string
type ModifyMlServingAppOK ¶ added in v0.6.0
type ModifyMlServingAppOK struct {
Payload models.ModifyMlServingAppResponse
}
ModifyMlServingAppOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewModifyMlServingAppOK ¶ added in v0.6.0
func NewModifyMlServingAppOK() *ModifyMlServingAppOK
NewModifyMlServingAppOK creates a ModifyMlServingAppOK with default headers values
func (*ModifyMlServingAppOK) Code ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) Code() int
Code gets the status code for the modify ml serving app o k response
func (*ModifyMlServingAppOK) Error ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) Error() string
func (*ModifyMlServingAppOK) GetPayload ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) GetPayload() models.ModifyMlServingAppResponse
func (*ModifyMlServingAppOK) IsClientError ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) IsClientError() bool
IsClientError returns true when this modify ml serving app o k response has a 4xx status code
func (*ModifyMlServingAppOK) IsCode ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) IsCode(code int) bool
IsCode returns true when this modify ml serving app o k response a status code equal to that given
func (*ModifyMlServingAppOK) IsRedirect ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) IsRedirect() bool
IsRedirect returns true when this modify ml serving app o k response has a 3xx status code
func (*ModifyMlServingAppOK) IsServerError ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) IsServerError() bool
IsServerError returns true when this modify ml serving app o k response has a 5xx status code
func (*ModifyMlServingAppOK) IsSuccess ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) IsSuccess() bool
IsSuccess returns true when this modify ml serving app o k response has a 2xx status code
func (*ModifyMlServingAppOK) String ¶ added in v0.6.0
func (o *ModifyMlServingAppOK) String() string
type ModifyMlServingAppParams ¶ added in v0.6.0
type ModifyMlServingAppParams struct { // Input. Input *models.ModifyMlServingAppRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ModifyMlServingAppParams contains all the parameters to send to the API endpoint
for the modify ml serving app operation. Typically these are written to a http.Request.
func NewModifyMlServingAppParams ¶ added in v0.6.0
func NewModifyMlServingAppParams() *ModifyMlServingAppParams
NewModifyMlServingAppParams creates a new ModifyMlServingAppParams 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 NewModifyMlServingAppParamsWithContext ¶ added in v0.6.0
func NewModifyMlServingAppParamsWithContext(ctx context.Context) *ModifyMlServingAppParams
NewModifyMlServingAppParamsWithContext creates a new ModifyMlServingAppParams object with the ability to set a context for a request.
func NewModifyMlServingAppParamsWithHTTPClient ¶ added in v0.6.0
func NewModifyMlServingAppParamsWithHTTPClient(client *http.Client) *ModifyMlServingAppParams
NewModifyMlServingAppParamsWithHTTPClient creates a new ModifyMlServingAppParams object with the ability to set a custom HTTPClient for a request.
func NewModifyMlServingAppParamsWithTimeout ¶ added in v0.6.0
func NewModifyMlServingAppParamsWithTimeout(timeout time.Duration) *ModifyMlServingAppParams
NewModifyMlServingAppParamsWithTimeout creates a new ModifyMlServingAppParams object with the ability to set a timeout on a request.
func (*ModifyMlServingAppParams) SetContext ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) SetContext(ctx context.Context)
SetContext adds the context to the modify ml serving app params
func (*ModifyMlServingAppParams) SetDefaults ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) SetDefaults()
SetDefaults hydrates default values in the modify ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyMlServingAppParams) SetHTTPClient ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the modify ml serving app params
func (*ModifyMlServingAppParams) SetInput ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) SetInput(input *models.ModifyMlServingAppRequest)
SetInput adds the input to the modify ml serving app params
func (*ModifyMlServingAppParams) SetTimeout ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the modify ml serving app params
func (*ModifyMlServingAppParams) WithContext ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) WithContext(ctx context.Context) *ModifyMlServingAppParams
WithContext adds the context to the modify ml serving app params
func (*ModifyMlServingAppParams) WithDefaults ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) WithDefaults() *ModifyMlServingAppParams
WithDefaults hydrates default values in the modify ml serving app params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyMlServingAppParams) WithHTTPClient ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) WithHTTPClient(client *http.Client) *ModifyMlServingAppParams
WithHTTPClient adds the HTTPClient to the modify ml serving app params
func (*ModifyMlServingAppParams) WithInput ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) WithInput(input *models.ModifyMlServingAppRequest) *ModifyMlServingAppParams
WithInput adds the input to the modify ml serving app params
func (*ModifyMlServingAppParams) WithTimeout ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) WithTimeout(timeout time.Duration) *ModifyMlServingAppParams
WithTimeout adds the timeout to the modify ml serving app params
func (*ModifyMlServingAppParams) WriteToRequest ¶ added in v0.6.0
func (o *ModifyMlServingAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ModifyMlServingAppReader ¶ added in v0.6.0
type ModifyMlServingAppReader struct {
// contains filtered or unexported fields
}
ModifyMlServingAppReader is a Reader for the ModifyMlServingApp structure.
func (*ModifyMlServingAppReader) ReadResponse ¶ added in v0.6.0
func (o *ModifyMlServingAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ModifyWorkspaceLoadBalancerDefault ¶
type ModifyWorkspaceLoadBalancerDefault struct { Payload *models.Error // contains filtered or unexported fields }
ModifyWorkspaceLoadBalancerDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewModifyWorkspaceLoadBalancerDefault ¶
func NewModifyWorkspaceLoadBalancerDefault(code int) *ModifyWorkspaceLoadBalancerDefault
NewModifyWorkspaceLoadBalancerDefault creates a ModifyWorkspaceLoadBalancerDefault with default headers values
func (*ModifyWorkspaceLoadBalancerDefault) Code ¶
func (o *ModifyWorkspaceLoadBalancerDefault) Code() int
Code gets the status code for the modify workspace load balancer default response
func (*ModifyWorkspaceLoadBalancerDefault) Error ¶
func (o *ModifyWorkspaceLoadBalancerDefault) Error() string
func (*ModifyWorkspaceLoadBalancerDefault) GetPayload ¶
func (o *ModifyWorkspaceLoadBalancerDefault) GetPayload() *models.Error
func (*ModifyWorkspaceLoadBalancerDefault) IsClientError ¶
func (o *ModifyWorkspaceLoadBalancerDefault) IsClientError() bool
IsClientError returns true when this modify workspace load balancer default response has a 4xx status code
func (*ModifyWorkspaceLoadBalancerDefault) IsCode ¶
func (o *ModifyWorkspaceLoadBalancerDefault) IsCode(code int) bool
IsCode returns true when this modify workspace load balancer default response a status code equal to that given
func (*ModifyWorkspaceLoadBalancerDefault) IsRedirect ¶
func (o *ModifyWorkspaceLoadBalancerDefault) IsRedirect() bool
IsRedirect returns true when this modify workspace load balancer default response has a 3xx status code
func (*ModifyWorkspaceLoadBalancerDefault) IsServerError ¶
func (o *ModifyWorkspaceLoadBalancerDefault) IsServerError() bool
IsServerError returns true when this modify workspace load balancer default response has a 5xx status code
func (*ModifyWorkspaceLoadBalancerDefault) IsSuccess ¶
func (o *ModifyWorkspaceLoadBalancerDefault) IsSuccess() bool
IsSuccess returns true when this modify workspace load balancer default response has a 2xx status code
func (*ModifyWorkspaceLoadBalancerDefault) String ¶
func (o *ModifyWorkspaceLoadBalancerDefault) String() string
type ModifyWorkspaceLoadBalancerOK ¶
type ModifyWorkspaceLoadBalancerOK struct {
Payload models.ModifyWorkspaceLoadBalancerResponse
}
ModifyWorkspaceLoadBalancerOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewModifyWorkspaceLoadBalancerOK ¶
func NewModifyWorkspaceLoadBalancerOK() *ModifyWorkspaceLoadBalancerOK
NewModifyWorkspaceLoadBalancerOK creates a ModifyWorkspaceLoadBalancerOK with default headers values
func (*ModifyWorkspaceLoadBalancerOK) Code ¶
func (o *ModifyWorkspaceLoadBalancerOK) Code() int
Code gets the status code for the modify workspace load balancer o k response
func (*ModifyWorkspaceLoadBalancerOK) Error ¶
func (o *ModifyWorkspaceLoadBalancerOK) Error() string
func (*ModifyWorkspaceLoadBalancerOK) GetPayload ¶
func (o *ModifyWorkspaceLoadBalancerOK) GetPayload() models.ModifyWorkspaceLoadBalancerResponse
func (*ModifyWorkspaceLoadBalancerOK) IsClientError ¶
func (o *ModifyWorkspaceLoadBalancerOK) IsClientError() bool
IsClientError returns true when this modify workspace load balancer o k response has a 4xx status code
func (*ModifyWorkspaceLoadBalancerOK) IsCode ¶
func (o *ModifyWorkspaceLoadBalancerOK) IsCode(code int) bool
IsCode returns true when this modify workspace load balancer o k response a status code equal to that given
func (*ModifyWorkspaceLoadBalancerOK) IsRedirect ¶
func (o *ModifyWorkspaceLoadBalancerOK) IsRedirect() bool
IsRedirect returns true when this modify workspace load balancer o k response has a 3xx status code
func (*ModifyWorkspaceLoadBalancerOK) IsServerError ¶
func (o *ModifyWorkspaceLoadBalancerOK) IsServerError() bool
IsServerError returns true when this modify workspace load balancer o k response has a 5xx status code
func (*ModifyWorkspaceLoadBalancerOK) IsSuccess ¶
func (o *ModifyWorkspaceLoadBalancerOK) IsSuccess() bool
IsSuccess returns true when this modify workspace load balancer o k response has a 2xx status code
func (*ModifyWorkspaceLoadBalancerOK) String ¶
func (o *ModifyWorkspaceLoadBalancerOK) String() string
type ModifyWorkspaceLoadBalancerParams ¶
type ModifyWorkspaceLoadBalancerParams struct { // Input. Input *models.ModifyWorkspaceLoadBalancerRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ModifyWorkspaceLoadBalancerParams contains all the parameters to send to the API endpoint
for the modify workspace load balancer operation. Typically these are written to a http.Request.
func NewModifyWorkspaceLoadBalancerParams ¶
func NewModifyWorkspaceLoadBalancerParams() *ModifyWorkspaceLoadBalancerParams
NewModifyWorkspaceLoadBalancerParams creates a new ModifyWorkspaceLoadBalancerParams 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 NewModifyWorkspaceLoadBalancerParamsWithContext ¶
func NewModifyWorkspaceLoadBalancerParamsWithContext(ctx context.Context) *ModifyWorkspaceLoadBalancerParams
NewModifyWorkspaceLoadBalancerParamsWithContext creates a new ModifyWorkspaceLoadBalancerParams object with the ability to set a context for a request.
func NewModifyWorkspaceLoadBalancerParamsWithHTTPClient ¶
func NewModifyWorkspaceLoadBalancerParamsWithHTTPClient(client *http.Client) *ModifyWorkspaceLoadBalancerParams
NewModifyWorkspaceLoadBalancerParamsWithHTTPClient creates a new ModifyWorkspaceLoadBalancerParams object with the ability to set a custom HTTPClient for a request.
func NewModifyWorkspaceLoadBalancerParamsWithTimeout ¶
func NewModifyWorkspaceLoadBalancerParamsWithTimeout(timeout time.Duration) *ModifyWorkspaceLoadBalancerParams
NewModifyWorkspaceLoadBalancerParamsWithTimeout creates a new ModifyWorkspaceLoadBalancerParams object with the ability to set a timeout on a request.
func (*ModifyWorkspaceLoadBalancerParams) SetContext ¶
func (o *ModifyWorkspaceLoadBalancerParams) SetContext(ctx context.Context)
SetContext adds the context to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) SetDefaults ¶
func (o *ModifyWorkspaceLoadBalancerParams) SetDefaults()
SetDefaults hydrates default values in the modify workspace load balancer params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyWorkspaceLoadBalancerParams) SetHTTPClient ¶
func (o *ModifyWorkspaceLoadBalancerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) SetInput ¶
func (o *ModifyWorkspaceLoadBalancerParams) SetInput(input *models.ModifyWorkspaceLoadBalancerRequest)
SetInput adds the input to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) SetTimeout ¶
func (o *ModifyWorkspaceLoadBalancerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) WithContext ¶
func (o *ModifyWorkspaceLoadBalancerParams) WithContext(ctx context.Context) *ModifyWorkspaceLoadBalancerParams
WithContext adds the context to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) WithDefaults ¶
func (o *ModifyWorkspaceLoadBalancerParams) WithDefaults() *ModifyWorkspaceLoadBalancerParams
WithDefaults hydrates default values in the modify workspace load balancer params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyWorkspaceLoadBalancerParams) WithHTTPClient ¶
func (o *ModifyWorkspaceLoadBalancerParams) WithHTTPClient(client *http.Client) *ModifyWorkspaceLoadBalancerParams
WithHTTPClient adds the HTTPClient to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) WithInput ¶
func (o *ModifyWorkspaceLoadBalancerParams) WithInput(input *models.ModifyWorkspaceLoadBalancerRequest) *ModifyWorkspaceLoadBalancerParams
WithInput adds the input to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) WithTimeout ¶
func (o *ModifyWorkspaceLoadBalancerParams) WithTimeout(timeout time.Duration) *ModifyWorkspaceLoadBalancerParams
WithTimeout adds the timeout to the modify workspace load balancer params
func (*ModifyWorkspaceLoadBalancerParams) WriteToRequest ¶
func (o *ModifyWorkspaceLoadBalancerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ModifyWorkspaceLoadBalancerReader ¶
type ModifyWorkspaceLoadBalancerReader struct {
// contains filtered or unexported fields
}
ModifyWorkspaceLoadBalancerReader is a Reader for the ModifyWorkspaceLoadBalancer structure.
func (*ModifyWorkspaceLoadBalancerReader) ReadResponse ¶
func (o *ModifyWorkspaceLoadBalancerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RefreshModelRegistryConfigmapDefault ¶ added in v0.4.2
type RefreshModelRegistryConfigmapDefault struct { Payload *models.Error // contains filtered or unexported fields }
RefreshModelRegistryConfigmapDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRefreshModelRegistryConfigmapDefault ¶ added in v0.4.2
func NewRefreshModelRegistryConfigmapDefault(code int) *RefreshModelRegistryConfigmapDefault
NewRefreshModelRegistryConfigmapDefault creates a RefreshModelRegistryConfigmapDefault with default headers values
func (*RefreshModelRegistryConfigmapDefault) Code ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) Code() int
Code gets the status code for the refresh model registry configmap default response
func (*RefreshModelRegistryConfigmapDefault) Error ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) Error() string
func (*RefreshModelRegistryConfigmapDefault) GetPayload ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) GetPayload() *models.Error
func (*RefreshModelRegistryConfigmapDefault) IsClientError ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) IsClientError() bool
IsClientError returns true when this refresh model registry configmap default response has a 4xx status code
func (*RefreshModelRegistryConfigmapDefault) IsCode ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) IsCode(code int) bool
IsCode returns true when this refresh model registry configmap default response a status code equal to that given
func (*RefreshModelRegistryConfigmapDefault) IsRedirect ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) IsRedirect() bool
IsRedirect returns true when this refresh model registry configmap default response has a 3xx status code
func (*RefreshModelRegistryConfigmapDefault) IsServerError ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) IsServerError() bool
IsServerError returns true when this refresh model registry configmap default response has a 5xx status code
func (*RefreshModelRegistryConfigmapDefault) IsSuccess ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) IsSuccess() bool
IsSuccess returns true when this refresh model registry configmap default response has a 2xx status code
func (*RefreshModelRegistryConfigmapDefault) String ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapDefault) String() string
type RefreshModelRegistryConfigmapOK ¶ added in v0.4.2
type RefreshModelRegistryConfigmapOK struct {
Payload models.RefreshModelRegistryConfigmapResponse
}
RefreshModelRegistryConfigmapOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRefreshModelRegistryConfigmapOK ¶ added in v0.4.2
func NewRefreshModelRegistryConfigmapOK() *RefreshModelRegistryConfigmapOK
NewRefreshModelRegistryConfigmapOK creates a RefreshModelRegistryConfigmapOK with default headers values
func (*RefreshModelRegistryConfigmapOK) Code ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) Code() int
Code gets the status code for the refresh model registry configmap o k response
func (*RefreshModelRegistryConfigmapOK) Error ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) Error() string
func (*RefreshModelRegistryConfigmapOK) GetPayload ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) GetPayload() models.RefreshModelRegistryConfigmapResponse
func (*RefreshModelRegistryConfigmapOK) IsClientError ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) IsClientError() bool
IsClientError returns true when this refresh model registry configmap o k response has a 4xx status code
func (*RefreshModelRegistryConfigmapOK) IsCode ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) IsCode(code int) bool
IsCode returns true when this refresh model registry configmap o k response a status code equal to that given
func (*RefreshModelRegistryConfigmapOK) IsRedirect ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) IsRedirect() bool
IsRedirect returns true when this refresh model registry configmap o k response has a 3xx status code
func (*RefreshModelRegistryConfigmapOK) IsServerError ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) IsServerError() bool
IsServerError returns true when this refresh model registry configmap o k response has a 5xx status code
func (*RefreshModelRegistryConfigmapOK) IsSuccess ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) IsSuccess() bool
IsSuccess returns true when this refresh model registry configmap o k response has a 2xx status code
func (*RefreshModelRegistryConfigmapOK) String ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapOK) String() string
type RefreshModelRegistryConfigmapParams ¶ added in v0.4.2
type RefreshModelRegistryConfigmapParams struct { // Input. Input *models.RefreshModelRegistryConfigmapRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RefreshModelRegistryConfigmapParams contains all the parameters to send to the API endpoint
for the refresh model registry configmap operation. Typically these are written to a http.Request.
func NewRefreshModelRegistryConfigmapParams ¶ added in v0.4.2
func NewRefreshModelRegistryConfigmapParams() *RefreshModelRegistryConfigmapParams
NewRefreshModelRegistryConfigmapParams creates a new RefreshModelRegistryConfigmapParams 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 NewRefreshModelRegistryConfigmapParamsWithContext ¶ added in v0.4.2
func NewRefreshModelRegistryConfigmapParamsWithContext(ctx context.Context) *RefreshModelRegistryConfigmapParams
NewRefreshModelRegistryConfigmapParamsWithContext creates a new RefreshModelRegistryConfigmapParams object with the ability to set a context for a request.
func NewRefreshModelRegistryConfigmapParamsWithHTTPClient ¶ added in v0.4.2
func NewRefreshModelRegistryConfigmapParamsWithHTTPClient(client *http.Client) *RefreshModelRegistryConfigmapParams
NewRefreshModelRegistryConfigmapParamsWithHTTPClient creates a new RefreshModelRegistryConfigmapParams object with the ability to set a custom HTTPClient for a request.
func NewRefreshModelRegistryConfigmapParamsWithTimeout ¶ added in v0.4.2
func NewRefreshModelRegistryConfigmapParamsWithTimeout(timeout time.Duration) *RefreshModelRegistryConfigmapParams
NewRefreshModelRegistryConfigmapParamsWithTimeout creates a new RefreshModelRegistryConfigmapParams object with the ability to set a timeout on a request.
func (*RefreshModelRegistryConfigmapParams) SetContext ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) SetContext(ctx context.Context)
SetContext adds the context to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) SetDefaults ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) SetDefaults()
SetDefaults hydrates default values in the refresh model registry configmap params (not the query body).
All values with no default are reset to their zero value.
func (*RefreshModelRegistryConfigmapParams) SetHTTPClient ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) SetInput ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) SetInput(input *models.RefreshModelRegistryConfigmapRequest)
SetInput adds the input to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) SetTimeout ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) WithContext ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) WithContext(ctx context.Context) *RefreshModelRegistryConfigmapParams
WithContext adds the context to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) WithDefaults ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) WithDefaults() *RefreshModelRegistryConfigmapParams
WithDefaults hydrates default values in the refresh model registry configmap params (not the query body).
All values with no default are reset to their zero value.
func (*RefreshModelRegistryConfigmapParams) WithHTTPClient ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) WithHTTPClient(client *http.Client) *RefreshModelRegistryConfigmapParams
WithHTTPClient adds the HTTPClient to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) WithInput ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) WithInput(input *models.RefreshModelRegistryConfigmapRequest) *RefreshModelRegistryConfigmapParams
WithInput adds the input to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) WithTimeout ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) WithTimeout(timeout time.Duration) *RefreshModelRegistryConfigmapParams
WithTimeout adds the timeout to the refresh model registry configmap params
func (*RefreshModelRegistryConfigmapParams) WriteToRequest ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RefreshModelRegistryConfigmapReader ¶ added in v0.4.2
type RefreshModelRegistryConfigmapReader struct {
// contains filtered or unexported fields
}
RefreshModelRegistryConfigmapReader is a Reader for the RefreshModelRegistryConfigmap structure.
func (*RefreshModelRegistryConfigmapReader) ReadResponse ¶ added in v0.4.2
func (o *RefreshModelRegistryConfigmapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RequestWorkflowCancellationDefault ¶
type RequestWorkflowCancellationDefault struct { Payload *models.Error // contains filtered or unexported fields }
RequestWorkflowCancellationDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRequestWorkflowCancellationDefault ¶
func NewRequestWorkflowCancellationDefault(code int) *RequestWorkflowCancellationDefault
NewRequestWorkflowCancellationDefault creates a RequestWorkflowCancellationDefault with default headers values
func (*RequestWorkflowCancellationDefault) Code ¶
func (o *RequestWorkflowCancellationDefault) Code() int
Code gets the status code for the request workflow cancellation default response
func (*RequestWorkflowCancellationDefault) Error ¶
func (o *RequestWorkflowCancellationDefault) Error() string
func (*RequestWorkflowCancellationDefault) GetPayload ¶
func (o *RequestWorkflowCancellationDefault) GetPayload() *models.Error
func (*RequestWorkflowCancellationDefault) IsClientError ¶
func (o *RequestWorkflowCancellationDefault) IsClientError() bool
IsClientError returns true when this request workflow cancellation default response has a 4xx status code
func (*RequestWorkflowCancellationDefault) IsCode ¶
func (o *RequestWorkflowCancellationDefault) IsCode(code int) bool
IsCode returns true when this request workflow cancellation default response a status code equal to that given
func (*RequestWorkflowCancellationDefault) IsRedirect ¶
func (o *RequestWorkflowCancellationDefault) IsRedirect() bool
IsRedirect returns true when this request workflow cancellation default response has a 3xx status code
func (*RequestWorkflowCancellationDefault) IsServerError ¶
func (o *RequestWorkflowCancellationDefault) IsServerError() bool
IsServerError returns true when this request workflow cancellation default response has a 5xx status code
func (*RequestWorkflowCancellationDefault) IsSuccess ¶
func (o *RequestWorkflowCancellationDefault) IsSuccess() bool
IsSuccess returns true when this request workflow cancellation default response has a 2xx status code
func (*RequestWorkflowCancellationDefault) String ¶
func (o *RequestWorkflowCancellationDefault) String() string
type RequestWorkflowCancellationOK ¶
type RequestWorkflowCancellationOK struct {
Payload *models.RequestWorkflowCancellationResponse
}
RequestWorkflowCancellationOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRequestWorkflowCancellationOK ¶
func NewRequestWorkflowCancellationOK() *RequestWorkflowCancellationOK
NewRequestWorkflowCancellationOK creates a RequestWorkflowCancellationOK with default headers values
func (*RequestWorkflowCancellationOK) Code ¶
func (o *RequestWorkflowCancellationOK) Code() int
Code gets the status code for the request workflow cancellation o k response
func (*RequestWorkflowCancellationOK) Error ¶
func (o *RequestWorkflowCancellationOK) Error() string
func (*RequestWorkflowCancellationOK) GetPayload ¶
func (o *RequestWorkflowCancellationOK) GetPayload() *models.RequestWorkflowCancellationResponse
func (*RequestWorkflowCancellationOK) IsClientError ¶
func (o *RequestWorkflowCancellationOK) IsClientError() bool
IsClientError returns true when this request workflow cancellation o k response has a 4xx status code
func (*RequestWorkflowCancellationOK) IsCode ¶
func (o *RequestWorkflowCancellationOK) IsCode(code int) bool
IsCode returns true when this request workflow cancellation o k response a status code equal to that given
func (*RequestWorkflowCancellationOK) IsRedirect ¶
func (o *RequestWorkflowCancellationOK) IsRedirect() bool
IsRedirect returns true when this request workflow cancellation o k response has a 3xx status code
func (*RequestWorkflowCancellationOK) IsServerError ¶
func (o *RequestWorkflowCancellationOK) IsServerError() bool
IsServerError returns true when this request workflow cancellation o k response has a 5xx status code
func (*RequestWorkflowCancellationOK) IsSuccess ¶
func (o *RequestWorkflowCancellationOK) IsSuccess() bool
IsSuccess returns true when this request workflow cancellation o k response has a 2xx status code
func (*RequestWorkflowCancellationOK) String ¶
func (o *RequestWorkflowCancellationOK) String() string
type RequestWorkflowCancellationParams ¶
type RequestWorkflowCancellationParams struct { // Input. Input *models.RequestWorkflowCancellationRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RequestWorkflowCancellationParams contains all the parameters to send to the API endpoint
for the request workflow cancellation operation. Typically these are written to a http.Request.
func NewRequestWorkflowCancellationParams ¶
func NewRequestWorkflowCancellationParams() *RequestWorkflowCancellationParams
NewRequestWorkflowCancellationParams creates a new RequestWorkflowCancellationParams 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 NewRequestWorkflowCancellationParamsWithContext ¶
func NewRequestWorkflowCancellationParamsWithContext(ctx context.Context) *RequestWorkflowCancellationParams
NewRequestWorkflowCancellationParamsWithContext creates a new RequestWorkflowCancellationParams object with the ability to set a context for a request.
func NewRequestWorkflowCancellationParamsWithHTTPClient ¶
func NewRequestWorkflowCancellationParamsWithHTTPClient(client *http.Client) *RequestWorkflowCancellationParams
NewRequestWorkflowCancellationParamsWithHTTPClient creates a new RequestWorkflowCancellationParams object with the ability to set a custom HTTPClient for a request.
func NewRequestWorkflowCancellationParamsWithTimeout ¶
func NewRequestWorkflowCancellationParamsWithTimeout(timeout time.Duration) *RequestWorkflowCancellationParams
NewRequestWorkflowCancellationParamsWithTimeout creates a new RequestWorkflowCancellationParams object with the ability to set a timeout on a request.
func (*RequestWorkflowCancellationParams) SetContext ¶
func (o *RequestWorkflowCancellationParams) SetContext(ctx context.Context)
SetContext adds the context to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) SetDefaults ¶
func (o *RequestWorkflowCancellationParams) SetDefaults()
SetDefaults hydrates default values in the request workflow cancellation params (not the query body).
All values with no default are reset to their zero value.
func (*RequestWorkflowCancellationParams) SetHTTPClient ¶
func (o *RequestWorkflowCancellationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) SetInput ¶
func (o *RequestWorkflowCancellationParams) SetInput(input *models.RequestWorkflowCancellationRequest)
SetInput adds the input to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) SetTimeout ¶
func (o *RequestWorkflowCancellationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) WithContext ¶
func (o *RequestWorkflowCancellationParams) WithContext(ctx context.Context) *RequestWorkflowCancellationParams
WithContext adds the context to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) WithDefaults ¶
func (o *RequestWorkflowCancellationParams) WithDefaults() *RequestWorkflowCancellationParams
WithDefaults hydrates default values in the request workflow cancellation params (not the query body).
All values with no default are reset to their zero value.
func (*RequestWorkflowCancellationParams) WithHTTPClient ¶
func (o *RequestWorkflowCancellationParams) WithHTTPClient(client *http.Client) *RequestWorkflowCancellationParams
WithHTTPClient adds the HTTPClient to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) WithInput ¶
func (o *RequestWorkflowCancellationParams) WithInput(input *models.RequestWorkflowCancellationRequest) *RequestWorkflowCancellationParams
WithInput adds the input to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) WithTimeout ¶
func (o *RequestWorkflowCancellationParams) WithTimeout(timeout time.Duration) *RequestWorkflowCancellationParams
WithTimeout adds the timeout to the request workflow cancellation params
func (*RequestWorkflowCancellationParams) WriteToRequest ¶
func (o *RequestWorkflowCancellationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RequestWorkflowCancellationReader ¶
type RequestWorkflowCancellationReader struct {
// contains filtered or unexported fields
}
RequestWorkflowCancellationReader is a Reader for the RequestWorkflowCancellation structure.
func (*RequestWorkflowCancellationReader) ReadResponse ¶
func (o *RequestWorkflowCancellationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestoreWorkspaceDefault ¶
type RestoreWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
RestoreWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRestoreWorkspaceDefault ¶
func NewRestoreWorkspaceDefault(code int) *RestoreWorkspaceDefault
NewRestoreWorkspaceDefault creates a RestoreWorkspaceDefault with default headers values
func (*RestoreWorkspaceDefault) Code ¶
func (o *RestoreWorkspaceDefault) Code() int
Code gets the status code for the restore workspace default response
func (*RestoreWorkspaceDefault) Error ¶
func (o *RestoreWorkspaceDefault) Error() string
func (*RestoreWorkspaceDefault) GetPayload ¶
func (o *RestoreWorkspaceDefault) GetPayload() *models.Error
func (*RestoreWorkspaceDefault) IsClientError ¶
func (o *RestoreWorkspaceDefault) IsClientError() bool
IsClientError returns true when this restore workspace default response has a 4xx status code
func (*RestoreWorkspaceDefault) IsCode ¶
func (o *RestoreWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this restore workspace default response a status code equal to that given
func (*RestoreWorkspaceDefault) IsRedirect ¶
func (o *RestoreWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this restore workspace default response has a 3xx status code
func (*RestoreWorkspaceDefault) IsServerError ¶
func (o *RestoreWorkspaceDefault) IsServerError() bool
IsServerError returns true when this restore workspace default response has a 5xx status code
func (*RestoreWorkspaceDefault) IsSuccess ¶
func (o *RestoreWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this restore workspace default response has a 2xx status code
func (*RestoreWorkspaceDefault) String ¶
func (o *RestoreWorkspaceDefault) String() string
type RestoreWorkspaceOK ¶
type RestoreWorkspaceOK struct {
Payload *models.RestoreWorkspaceResponse
}
RestoreWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRestoreWorkspaceOK ¶
func NewRestoreWorkspaceOK() *RestoreWorkspaceOK
NewRestoreWorkspaceOK creates a RestoreWorkspaceOK with default headers values
func (*RestoreWorkspaceOK) Code ¶
func (o *RestoreWorkspaceOK) Code() int
Code gets the status code for the restore workspace o k response
func (*RestoreWorkspaceOK) Error ¶
func (o *RestoreWorkspaceOK) Error() string
func (*RestoreWorkspaceOK) GetPayload ¶
func (o *RestoreWorkspaceOK) GetPayload() *models.RestoreWorkspaceResponse
func (*RestoreWorkspaceOK) IsClientError ¶
func (o *RestoreWorkspaceOK) IsClientError() bool
IsClientError returns true when this restore workspace o k response has a 4xx status code
func (*RestoreWorkspaceOK) IsCode ¶
func (o *RestoreWorkspaceOK) IsCode(code int) bool
IsCode returns true when this restore workspace o k response a status code equal to that given
func (*RestoreWorkspaceOK) IsRedirect ¶
func (o *RestoreWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this restore workspace o k response has a 3xx status code
func (*RestoreWorkspaceOK) IsServerError ¶
func (o *RestoreWorkspaceOK) IsServerError() bool
IsServerError returns true when this restore workspace o k response has a 5xx status code
func (*RestoreWorkspaceOK) IsSuccess ¶
func (o *RestoreWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this restore workspace o k response has a 2xx status code
func (*RestoreWorkspaceOK) String ¶
func (o *RestoreWorkspaceOK) String() string
type RestoreWorkspaceParams ¶
type RestoreWorkspaceParams struct { // Input. Input *models.RestoreWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestoreWorkspaceParams contains all the parameters to send to the API endpoint
for the restore workspace operation. Typically these are written to a http.Request.
func NewRestoreWorkspaceParams ¶
func NewRestoreWorkspaceParams() *RestoreWorkspaceParams
NewRestoreWorkspaceParams creates a new RestoreWorkspaceParams 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 NewRestoreWorkspaceParamsWithContext ¶
func NewRestoreWorkspaceParamsWithContext(ctx context.Context) *RestoreWorkspaceParams
NewRestoreWorkspaceParamsWithContext creates a new RestoreWorkspaceParams object with the ability to set a context for a request.
func NewRestoreWorkspaceParamsWithHTTPClient ¶
func NewRestoreWorkspaceParamsWithHTTPClient(client *http.Client) *RestoreWorkspaceParams
NewRestoreWorkspaceParamsWithHTTPClient creates a new RestoreWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewRestoreWorkspaceParamsWithTimeout ¶
func NewRestoreWorkspaceParamsWithTimeout(timeout time.Duration) *RestoreWorkspaceParams
NewRestoreWorkspaceParamsWithTimeout creates a new RestoreWorkspaceParams object with the ability to set a timeout on a request.
func (*RestoreWorkspaceParams) SetContext ¶
func (o *RestoreWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the restore workspace params
func (*RestoreWorkspaceParams) SetDefaults ¶
func (o *RestoreWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the restore workspace params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreWorkspaceParams) SetHTTPClient ¶
func (o *RestoreWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restore workspace params
func (*RestoreWorkspaceParams) SetInput ¶
func (o *RestoreWorkspaceParams) SetInput(input *models.RestoreWorkspaceRequest)
SetInput adds the input to the restore workspace params
func (*RestoreWorkspaceParams) SetTimeout ¶
func (o *RestoreWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restore workspace params
func (*RestoreWorkspaceParams) WithContext ¶
func (o *RestoreWorkspaceParams) WithContext(ctx context.Context) *RestoreWorkspaceParams
WithContext adds the context to the restore workspace params
func (*RestoreWorkspaceParams) WithDefaults ¶
func (o *RestoreWorkspaceParams) WithDefaults() *RestoreWorkspaceParams
WithDefaults hydrates default values in the restore workspace params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreWorkspaceParams) WithHTTPClient ¶
func (o *RestoreWorkspaceParams) WithHTTPClient(client *http.Client) *RestoreWorkspaceParams
WithHTTPClient adds the HTTPClient to the restore workspace params
func (*RestoreWorkspaceParams) WithInput ¶
func (o *RestoreWorkspaceParams) WithInput(input *models.RestoreWorkspaceRequest) *RestoreWorkspaceParams
WithInput adds the input to the restore workspace params
func (*RestoreWorkspaceParams) WithTimeout ¶
func (o *RestoreWorkspaceParams) WithTimeout(timeout time.Duration) *RestoreWorkspaceParams
WithTimeout adds the timeout to the restore workspace params
func (*RestoreWorkspaceParams) WriteToRequest ¶
func (o *RestoreWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestoreWorkspaceReader ¶
type RestoreWorkspaceReader struct {
// contains filtered or unexported fields
}
RestoreWorkspaceReader is a Reader for the RestoreWorkspace structure.
func (*RestoreWorkspaceReader) ReadResponse ¶
func (o *RestoreWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ResumeWorkspaceDefault ¶
type ResumeWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
ResumeWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewResumeWorkspaceDefault ¶
func NewResumeWorkspaceDefault(code int) *ResumeWorkspaceDefault
NewResumeWorkspaceDefault creates a ResumeWorkspaceDefault with default headers values
func (*ResumeWorkspaceDefault) Code ¶
func (o *ResumeWorkspaceDefault) Code() int
Code gets the status code for the resume workspace default response
func (*ResumeWorkspaceDefault) Error ¶
func (o *ResumeWorkspaceDefault) Error() string
func (*ResumeWorkspaceDefault) GetPayload ¶
func (o *ResumeWorkspaceDefault) GetPayload() *models.Error
func (*ResumeWorkspaceDefault) IsClientError ¶
func (o *ResumeWorkspaceDefault) IsClientError() bool
IsClientError returns true when this resume workspace default response has a 4xx status code
func (*ResumeWorkspaceDefault) IsCode ¶
func (o *ResumeWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this resume workspace default response a status code equal to that given
func (*ResumeWorkspaceDefault) IsRedirect ¶
func (o *ResumeWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this resume workspace default response has a 3xx status code
func (*ResumeWorkspaceDefault) IsServerError ¶
func (o *ResumeWorkspaceDefault) IsServerError() bool
IsServerError returns true when this resume workspace default response has a 5xx status code
func (*ResumeWorkspaceDefault) IsSuccess ¶
func (o *ResumeWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this resume workspace default response has a 2xx status code
func (*ResumeWorkspaceDefault) String ¶
func (o *ResumeWorkspaceDefault) String() string
type ResumeWorkspaceOK ¶
type ResumeWorkspaceOK struct {
Payload models.ResumeWorkspaceResponse
}
ResumeWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewResumeWorkspaceOK ¶
func NewResumeWorkspaceOK() *ResumeWorkspaceOK
NewResumeWorkspaceOK creates a ResumeWorkspaceOK with default headers values
func (*ResumeWorkspaceOK) Code ¶
func (o *ResumeWorkspaceOK) Code() int
Code gets the status code for the resume workspace o k response
func (*ResumeWorkspaceOK) Error ¶
func (o *ResumeWorkspaceOK) Error() string
func (*ResumeWorkspaceOK) GetPayload ¶
func (o *ResumeWorkspaceOK) GetPayload() models.ResumeWorkspaceResponse
func (*ResumeWorkspaceOK) IsClientError ¶
func (o *ResumeWorkspaceOK) IsClientError() bool
IsClientError returns true when this resume workspace o k response has a 4xx status code
func (*ResumeWorkspaceOK) IsCode ¶
func (o *ResumeWorkspaceOK) IsCode(code int) bool
IsCode returns true when this resume workspace o k response a status code equal to that given
func (*ResumeWorkspaceOK) IsRedirect ¶
func (o *ResumeWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this resume workspace o k response has a 3xx status code
func (*ResumeWorkspaceOK) IsServerError ¶
func (o *ResumeWorkspaceOK) IsServerError() bool
IsServerError returns true when this resume workspace o k response has a 5xx status code
func (*ResumeWorkspaceOK) IsSuccess ¶
func (o *ResumeWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this resume workspace o k response has a 2xx status code
func (*ResumeWorkspaceOK) String ¶
func (o *ResumeWorkspaceOK) String() string
type ResumeWorkspaceParams ¶
type ResumeWorkspaceParams struct { // Input. Input *models.ResumeWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ResumeWorkspaceParams contains all the parameters to send to the API endpoint
for the resume workspace operation. Typically these are written to a http.Request.
func NewResumeWorkspaceParams ¶
func NewResumeWorkspaceParams() *ResumeWorkspaceParams
NewResumeWorkspaceParams creates a new ResumeWorkspaceParams 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 NewResumeWorkspaceParamsWithContext ¶
func NewResumeWorkspaceParamsWithContext(ctx context.Context) *ResumeWorkspaceParams
NewResumeWorkspaceParamsWithContext creates a new ResumeWorkspaceParams object with the ability to set a context for a request.
func NewResumeWorkspaceParamsWithHTTPClient ¶
func NewResumeWorkspaceParamsWithHTTPClient(client *http.Client) *ResumeWorkspaceParams
NewResumeWorkspaceParamsWithHTTPClient creates a new ResumeWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewResumeWorkspaceParamsWithTimeout ¶
func NewResumeWorkspaceParamsWithTimeout(timeout time.Duration) *ResumeWorkspaceParams
NewResumeWorkspaceParamsWithTimeout creates a new ResumeWorkspaceParams object with the ability to set a timeout on a request.
func (*ResumeWorkspaceParams) SetContext ¶
func (o *ResumeWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the resume workspace params
func (*ResumeWorkspaceParams) SetDefaults ¶
func (o *ResumeWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the resume workspace params (not the query body).
All values with no default are reset to their zero value.
func (*ResumeWorkspaceParams) SetHTTPClient ¶
func (o *ResumeWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the resume workspace params
func (*ResumeWorkspaceParams) SetInput ¶
func (o *ResumeWorkspaceParams) SetInput(input *models.ResumeWorkspaceRequest)
SetInput adds the input to the resume workspace params
func (*ResumeWorkspaceParams) SetTimeout ¶
func (o *ResumeWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the resume workspace params
func (*ResumeWorkspaceParams) WithContext ¶
func (o *ResumeWorkspaceParams) WithContext(ctx context.Context) *ResumeWorkspaceParams
WithContext adds the context to the resume workspace params
func (*ResumeWorkspaceParams) WithDefaults ¶
func (o *ResumeWorkspaceParams) WithDefaults() *ResumeWorkspaceParams
WithDefaults hydrates default values in the resume workspace params (not the query body).
All values with no default are reset to their zero value.
func (*ResumeWorkspaceParams) WithHTTPClient ¶
func (o *ResumeWorkspaceParams) WithHTTPClient(client *http.Client) *ResumeWorkspaceParams
WithHTTPClient adds the HTTPClient to the resume workspace params
func (*ResumeWorkspaceParams) WithInput ¶
func (o *ResumeWorkspaceParams) WithInput(input *models.ResumeWorkspaceRequest) *ResumeWorkspaceParams
WithInput adds the input to the resume workspace params
func (*ResumeWorkspaceParams) WithTimeout ¶
func (o *ResumeWorkspaceParams) WithTimeout(timeout time.Duration) *ResumeWorkspaceParams
WithTimeout adds the timeout to the resume workspace params
func (*ResumeWorkspaceParams) WriteToRequest ¶
func (o *ResumeWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ResumeWorkspaceReader ¶
type ResumeWorkspaceReader struct {
// contains filtered or unexported fields
}
ResumeWorkspaceReader is a Reader for the ResumeWorkspace structure.
func (*ResumeWorkspaceReader) ReadResponse ¶
func (o *ResumeWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RevokeMlServingAppAccessDefault ¶ added in v0.6.0
type RevokeMlServingAppAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
RevokeMlServingAppAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRevokeMlServingAppAccessDefault ¶ added in v0.6.0
func NewRevokeMlServingAppAccessDefault(code int) *RevokeMlServingAppAccessDefault
NewRevokeMlServingAppAccessDefault creates a RevokeMlServingAppAccessDefault with default headers values
func (*RevokeMlServingAppAccessDefault) Code ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) Code() int
Code gets the status code for the revoke ml serving app access default response
func (*RevokeMlServingAppAccessDefault) Error ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) Error() string
func (*RevokeMlServingAppAccessDefault) GetPayload ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) GetPayload() *models.Error
func (*RevokeMlServingAppAccessDefault) IsClientError ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) IsClientError() bool
IsClientError returns true when this revoke ml serving app access default response has a 4xx status code
func (*RevokeMlServingAppAccessDefault) IsCode ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) IsCode(code int) bool
IsCode returns true when this revoke ml serving app access default response a status code equal to that given
func (*RevokeMlServingAppAccessDefault) IsRedirect ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) IsRedirect() bool
IsRedirect returns true when this revoke ml serving app access default response has a 3xx status code
func (*RevokeMlServingAppAccessDefault) IsServerError ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) IsServerError() bool
IsServerError returns true when this revoke ml serving app access default response has a 5xx status code
func (*RevokeMlServingAppAccessDefault) IsSuccess ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) IsSuccess() bool
IsSuccess returns true when this revoke ml serving app access default response has a 2xx status code
func (*RevokeMlServingAppAccessDefault) String ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessDefault) String() string
type RevokeMlServingAppAccessOK ¶ added in v0.6.0
type RevokeMlServingAppAccessOK struct {
Payload models.RevokeMlServingAppAccessResponse
}
RevokeMlServingAppAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRevokeMlServingAppAccessOK ¶ added in v0.6.0
func NewRevokeMlServingAppAccessOK() *RevokeMlServingAppAccessOK
NewRevokeMlServingAppAccessOK creates a RevokeMlServingAppAccessOK with default headers values
func (*RevokeMlServingAppAccessOK) Code ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) Code() int
Code gets the status code for the revoke ml serving app access o k response
func (*RevokeMlServingAppAccessOK) Error ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) Error() string
func (*RevokeMlServingAppAccessOK) GetPayload ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) GetPayload() models.RevokeMlServingAppAccessResponse
func (*RevokeMlServingAppAccessOK) IsClientError ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) IsClientError() bool
IsClientError returns true when this revoke ml serving app access o k response has a 4xx status code
func (*RevokeMlServingAppAccessOK) IsCode ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) IsCode(code int) bool
IsCode returns true when this revoke ml serving app access o k response a status code equal to that given
func (*RevokeMlServingAppAccessOK) IsRedirect ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) IsRedirect() bool
IsRedirect returns true when this revoke ml serving app access o k response has a 3xx status code
func (*RevokeMlServingAppAccessOK) IsServerError ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) IsServerError() bool
IsServerError returns true when this revoke ml serving app access o k response has a 5xx status code
func (*RevokeMlServingAppAccessOK) IsSuccess ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) IsSuccess() bool
IsSuccess returns true when this revoke ml serving app access o k response has a 2xx status code
func (*RevokeMlServingAppAccessOK) String ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessOK) String() string
type RevokeMlServingAppAccessParams ¶ added in v0.6.0
type RevokeMlServingAppAccessParams struct { // Input. Input *models.RevokeMlServingAppAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RevokeMlServingAppAccessParams contains all the parameters to send to the API endpoint
for the revoke ml serving app access operation. Typically these are written to a http.Request.
func NewRevokeMlServingAppAccessParams ¶ added in v0.6.0
func NewRevokeMlServingAppAccessParams() *RevokeMlServingAppAccessParams
NewRevokeMlServingAppAccessParams creates a new RevokeMlServingAppAccessParams 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 NewRevokeMlServingAppAccessParamsWithContext ¶ added in v0.6.0
func NewRevokeMlServingAppAccessParamsWithContext(ctx context.Context) *RevokeMlServingAppAccessParams
NewRevokeMlServingAppAccessParamsWithContext creates a new RevokeMlServingAppAccessParams object with the ability to set a context for a request.
func NewRevokeMlServingAppAccessParamsWithHTTPClient ¶ added in v0.6.0
func NewRevokeMlServingAppAccessParamsWithHTTPClient(client *http.Client) *RevokeMlServingAppAccessParams
NewRevokeMlServingAppAccessParamsWithHTTPClient creates a new RevokeMlServingAppAccessParams object with the ability to set a custom HTTPClient for a request.
func NewRevokeMlServingAppAccessParamsWithTimeout ¶ added in v0.6.0
func NewRevokeMlServingAppAccessParamsWithTimeout(timeout time.Duration) *RevokeMlServingAppAccessParams
NewRevokeMlServingAppAccessParamsWithTimeout creates a new RevokeMlServingAppAccessParams object with the ability to set a timeout on a request.
func (*RevokeMlServingAppAccessParams) SetContext ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) SetDefaults ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) SetDefaults()
SetDefaults hydrates default values in the revoke ml serving app access params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeMlServingAppAccessParams) SetHTTPClient ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) SetInput ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) SetInput(input *models.RevokeMlServingAppAccessRequest)
SetInput adds the input to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) SetTimeout ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) WithContext ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) WithContext(ctx context.Context) *RevokeMlServingAppAccessParams
WithContext adds the context to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) WithDefaults ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) WithDefaults() *RevokeMlServingAppAccessParams
WithDefaults hydrates default values in the revoke ml serving app access params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeMlServingAppAccessParams) WithHTTPClient ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) WithHTTPClient(client *http.Client) *RevokeMlServingAppAccessParams
WithHTTPClient adds the HTTPClient to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) WithInput ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) WithInput(input *models.RevokeMlServingAppAccessRequest) *RevokeMlServingAppAccessParams
WithInput adds the input to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) WithTimeout ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) WithTimeout(timeout time.Duration) *RevokeMlServingAppAccessParams
WithTimeout adds the timeout to the revoke ml serving app access params
func (*RevokeMlServingAppAccessParams) WriteToRequest ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RevokeMlServingAppAccessReader ¶ added in v0.6.0
type RevokeMlServingAppAccessReader struct {
// contains filtered or unexported fields
}
RevokeMlServingAppAccessReader is a Reader for the RevokeMlServingAppAccess structure.
func (*RevokeMlServingAppAccessReader) ReadResponse ¶ added in v0.6.0
func (o *RevokeMlServingAppAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RevokeModelRegistryAccessDefault ¶ added in v0.4.2
type RevokeModelRegistryAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
RevokeModelRegistryAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRevokeModelRegistryAccessDefault ¶ added in v0.4.2
func NewRevokeModelRegistryAccessDefault(code int) *RevokeModelRegistryAccessDefault
NewRevokeModelRegistryAccessDefault creates a RevokeModelRegistryAccessDefault with default headers values
func (*RevokeModelRegistryAccessDefault) Code ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) Code() int
Code gets the status code for the revoke model registry access default response
func (*RevokeModelRegistryAccessDefault) Error ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) Error() string
func (*RevokeModelRegistryAccessDefault) GetPayload ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) GetPayload() *models.Error
func (*RevokeModelRegistryAccessDefault) IsClientError ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) IsClientError() bool
IsClientError returns true when this revoke model registry access default response has a 4xx status code
func (*RevokeModelRegistryAccessDefault) IsCode ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) IsCode(code int) bool
IsCode returns true when this revoke model registry access default response a status code equal to that given
func (*RevokeModelRegistryAccessDefault) IsRedirect ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) IsRedirect() bool
IsRedirect returns true when this revoke model registry access default response has a 3xx status code
func (*RevokeModelRegistryAccessDefault) IsServerError ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) IsServerError() bool
IsServerError returns true when this revoke model registry access default response has a 5xx status code
func (*RevokeModelRegistryAccessDefault) IsSuccess ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) IsSuccess() bool
IsSuccess returns true when this revoke model registry access default response has a 2xx status code
func (*RevokeModelRegistryAccessDefault) String ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessDefault) String() string
type RevokeModelRegistryAccessOK ¶ added in v0.4.2
type RevokeModelRegistryAccessOK struct {
Payload models.RevokeModelRegistryAccessResponse
}
RevokeModelRegistryAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRevokeModelRegistryAccessOK ¶ added in v0.4.2
func NewRevokeModelRegistryAccessOK() *RevokeModelRegistryAccessOK
NewRevokeModelRegistryAccessOK creates a RevokeModelRegistryAccessOK with default headers values
func (*RevokeModelRegistryAccessOK) Code ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) Code() int
Code gets the status code for the revoke model registry access o k response
func (*RevokeModelRegistryAccessOK) Error ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) Error() string
func (*RevokeModelRegistryAccessOK) GetPayload ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) GetPayload() models.RevokeModelRegistryAccessResponse
func (*RevokeModelRegistryAccessOK) IsClientError ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) IsClientError() bool
IsClientError returns true when this revoke model registry access o k response has a 4xx status code
func (*RevokeModelRegistryAccessOK) IsCode ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) IsCode(code int) bool
IsCode returns true when this revoke model registry access o k response a status code equal to that given
func (*RevokeModelRegistryAccessOK) IsRedirect ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) IsRedirect() bool
IsRedirect returns true when this revoke model registry access o k response has a 3xx status code
func (*RevokeModelRegistryAccessOK) IsServerError ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) IsServerError() bool
IsServerError returns true when this revoke model registry access o k response has a 5xx status code
func (*RevokeModelRegistryAccessOK) IsSuccess ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) IsSuccess() bool
IsSuccess returns true when this revoke model registry access o k response has a 2xx status code
func (*RevokeModelRegistryAccessOK) String ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessOK) String() string
type RevokeModelRegistryAccessParams ¶ added in v0.4.2
type RevokeModelRegistryAccessParams struct { // Input. Input *models.RevokeModelRegistryAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RevokeModelRegistryAccessParams contains all the parameters to send to the API endpoint
for the revoke model registry access operation. Typically these are written to a http.Request.
func NewRevokeModelRegistryAccessParams ¶ added in v0.4.2
func NewRevokeModelRegistryAccessParams() *RevokeModelRegistryAccessParams
NewRevokeModelRegistryAccessParams creates a new RevokeModelRegistryAccessParams 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 NewRevokeModelRegistryAccessParamsWithContext ¶ added in v0.4.2
func NewRevokeModelRegistryAccessParamsWithContext(ctx context.Context) *RevokeModelRegistryAccessParams
NewRevokeModelRegistryAccessParamsWithContext creates a new RevokeModelRegistryAccessParams object with the ability to set a context for a request.
func NewRevokeModelRegistryAccessParamsWithHTTPClient ¶ added in v0.4.2
func NewRevokeModelRegistryAccessParamsWithHTTPClient(client *http.Client) *RevokeModelRegistryAccessParams
NewRevokeModelRegistryAccessParamsWithHTTPClient creates a new RevokeModelRegistryAccessParams object with the ability to set a custom HTTPClient for a request.
func NewRevokeModelRegistryAccessParamsWithTimeout ¶ added in v0.4.2
func NewRevokeModelRegistryAccessParamsWithTimeout(timeout time.Duration) *RevokeModelRegistryAccessParams
NewRevokeModelRegistryAccessParamsWithTimeout creates a new RevokeModelRegistryAccessParams object with the ability to set a timeout on a request.
func (*RevokeModelRegistryAccessParams) SetContext ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) SetDefaults ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) SetDefaults()
SetDefaults hydrates default values in the revoke model registry access params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeModelRegistryAccessParams) SetHTTPClient ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) SetInput ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) SetInput(input *models.RevokeModelRegistryAccessRequest)
SetInput adds the input to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) SetTimeout ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) WithContext ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) WithContext(ctx context.Context) *RevokeModelRegistryAccessParams
WithContext adds the context to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) WithDefaults ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) WithDefaults() *RevokeModelRegistryAccessParams
WithDefaults hydrates default values in the revoke model registry access params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeModelRegistryAccessParams) WithHTTPClient ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) WithHTTPClient(client *http.Client) *RevokeModelRegistryAccessParams
WithHTTPClient adds the HTTPClient to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) WithInput ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) WithInput(input *models.RevokeModelRegistryAccessRequest) *RevokeModelRegistryAccessParams
WithInput adds the input to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) WithTimeout ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) WithTimeout(timeout time.Duration) *RevokeModelRegistryAccessParams
WithTimeout adds the timeout to the revoke model registry access params
func (*RevokeModelRegistryAccessParams) WriteToRequest ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RevokeModelRegistryAccessReader ¶ added in v0.4.2
type RevokeModelRegistryAccessReader struct {
// contains filtered or unexported fields
}
RevokeModelRegistryAccessReader is a Reader for the RevokeModelRegistryAccess structure.
func (*RevokeModelRegistryAccessReader) ReadResponse ¶ added in v0.4.2
func (o *RevokeModelRegistryAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RevokeWorkspaceAccessDefault ¶
type RevokeWorkspaceAccessDefault struct { Payload *models.Error // contains filtered or unexported fields }
RevokeWorkspaceAccessDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRevokeWorkspaceAccessDefault ¶
func NewRevokeWorkspaceAccessDefault(code int) *RevokeWorkspaceAccessDefault
NewRevokeWorkspaceAccessDefault creates a RevokeWorkspaceAccessDefault with default headers values
func (*RevokeWorkspaceAccessDefault) Code ¶
func (o *RevokeWorkspaceAccessDefault) Code() int
Code gets the status code for the revoke workspace access default response
func (*RevokeWorkspaceAccessDefault) Error ¶
func (o *RevokeWorkspaceAccessDefault) Error() string
func (*RevokeWorkspaceAccessDefault) GetPayload ¶
func (o *RevokeWorkspaceAccessDefault) GetPayload() *models.Error
func (*RevokeWorkspaceAccessDefault) IsClientError ¶
func (o *RevokeWorkspaceAccessDefault) IsClientError() bool
IsClientError returns true when this revoke workspace access default response has a 4xx status code
func (*RevokeWorkspaceAccessDefault) IsCode ¶
func (o *RevokeWorkspaceAccessDefault) IsCode(code int) bool
IsCode returns true when this revoke workspace access default response a status code equal to that given
func (*RevokeWorkspaceAccessDefault) IsRedirect ¶
func (o *RevokeWorkspaceAccessDefault) IsRedirect() bool
IsRedirect returns true when this revoke workspace access default response has a 3xx status code
func (*RevokeWorkspaceAccessDefault) IsServerError ¶
func (o *RevokeWorkspaceAccessDefault) IsServerError() bool
IsServerError returns true when this revoke workspace access default response has a 5xx status code
func (*RevokeWorkspaceAccessDefault) IsSuccess ¶
func (o *RevokeWorkspaceAccessDefault) IsSuccess() bool
IsSuccess returns true when this revoke workspace access default response has a 2xx status code
func (*RevokeWorkspaceAccessDefault) String ¶
func (o *RevokeWorkspaceAccessDefault) String() string
type RevokeWorkspaceAccessOK ¶
type RevokeWorkspaceAccessOK struct {
Payload models.RevokeWorkspaceAccessResponse
}
RevokeWorkspaceAccessOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRevokeWorkspaceAccessOK ¶
func NewRevokeWorkspaceAccessOK() *RevokeWorkspaceAccessOK
NewRevokeWorkspaceAccessOK creates a RevokeWorkspaceAccessOK with default headers values
func (*RevokeWorkspaceAccessOK) Code ¶
func (o *RevokeWorkspaceAccessOK) Code() int
Code gets the status code for the revoke workspace access o k response
func (*RevokeWorkspaceAccessOK) Error ¶
func (o *RevokeWorkspaceAccessOK) Error() string
func (*RevokeWorkspaceAccessOK) GetPayload ¶
func (o *RevokeWorkspaceAccessOK) GetPayload() models.RevokeWorkspaceAccessResponse
func (*RevokeWorkspaceAccessOK) IsClientError ¶
func (o *RevokeWorkspaceAccessOK) IsClientError() bool
IsClientError returns true when this revoke workspace access o k response has a 4xx status code
func (*RevokeWorkspaceAccessOK) IsCode ¶
func (o *RevokeWorkspaceAccessOK) IsCode(code int) bool
IsCode returns true when this revoke workspace access o k response a status code equal to that given
func (*RevokeWorkspaceAccessOK) IsRedirect ¶
func (o *RevokeWorkspaceAccessOK) IsRedirect() bool
IsRedirect returns true when this revoke workspace access o k response has a 3xx status code
func (*RevokeWorkspaceAccessOK) IsServerError ¶
func (o *RevokeWorkspaceAccessOK) IsServerError() bool
IsServerError returns true when this revoke workspace access o k response has a 5xx status code
func (*RevokeWorkspaceAccessOK) IsSuccess ¶
func (o *RevokeWorkspaceAccessOK) IsSuccess() bool
IsSuccess returns true when this revoke workspace access o k response has a 2xx status code
func (*RevokeWorkspaceAccessOK) String ¶
func (o *RevokeWorkspaceAccessOK) String() string
type RevokeWorkspaceAccessParams ¶
type RevokeWorkspaceAccessParams struct { // Input. Input *models.RevokeWorkspaceAccessRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RevokeWorkspaceAccessParams contains all the parameters to send to the API endpoint
for the revoke workspace access operation. Typically these are written to a http.Request.
func NewRevokeWorkspaceAccessParams ¶
func NewRevokeWorkspaceAccessParams() *RevokeWorkspaceAccessParams
NewRevokeWorkspaceAccessParams creates a new RevokeWorkspaceAccessParams 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 NewRevokeWorkspaceAccessParamsWithContext ¶
func NewRevokeWorkspaceAccessParamsWithContext(ctx context.Context) *RevokeWorkspaceAccessParams
NewRevokeWorkspaceAccessParamsWithContext creates a new RevokeWorkspaceAccessParams object with the ability to set a context for a request.
func NewRevokeWorkspaceAccessParamsWithHTTPClient ¶
func NewRevokeWorkspaceAccessParamsWithHTTPClient(client *http.Client) *RevokeWorkspaceAccessParams
NewRevokeWorkspaceAccessParamsWithHTTPClient creates a new RevokeWorkspaceAccessParams object with the ability to set a custom HTTPClient for a request.
func NewRevokeWorkspaceAccessParamsWithTimeout ¶
func NewRevokeWorkspaceAccessParamsWithTimeout(timeout time.Duration) *RevokeWorkspaceAccessParams
NewRevokeWorkspaceAccessParamsWithTimeout creates a new RevokeWorkspaceAccessParams object with the ability to set a timeout on a request.
func (*RevokeWorkspaceAccessParams) SetContext ¶
func (o *RevokeWorkspaceAccessParams) SetContext(ctx context.Context)
SetContext adds the context to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) SetDefaults ¶
func (o *RevokeWorkspaceAccessParams) SetDefaults()
SetDefaults hydrates default values in the revoke workspace access params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeWorkspaceAccessParams) SetHTTPClient ¶
func (o *RevokeWorkspaceAccessParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) SetInput ¶
func (o *RevokeWorkspaceAccessParams) SetInput(input *models.RevokeWorkspaceAccessRequest)
SetInput adds the input to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) SetTimeout ¶
func (o *RevokeWorkspaceAccessParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) WithContext ¶
func (o *RevokeWorkspaceAccessParams) WithContext(ctx context.Context) *RevokeWorkspaceAccessParams
WithContext adds the context to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) WithDefaults ¶
func (o *RevokeWorkspaceAccessParams) WithDefaults() *RevokeWorkspaceAccessParams
WithDefaults hydrates default values in the revoke workspace access params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeWorkspaceAccessParams) WithHTTPClient ¶
func (o *RevokeWorkspaceAccessParams) WithHTTPClient(client *http.Client) *RevokeWorkspaceAccessParams
WithHTTPClient adds the HTTPClient to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) WithInput ¶
func (o *RevokeWorkspaceAccessParams) WithInput(input *models.RevokeWorkspaceAccessRequest) *RevokeWorkspaceAccessParams
WithInput adds the input to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) WithTimeout ¶
func (o *RevokeWorkspaceAccessParams) WithTimeout(timeout time.Duration) *RevokeWorkspaceAccessParams
WithTimeout adds the timeout to the revoke workspace access params
func (*RevokeWorkspaceAccessParams) WriteToRequest ¶
func (o *RevokeWorkspaceAccessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RevokeWorkspaceAccessReader ¶
type RevokeWorkspaceAccessReader struct {
// contains filtered or unexported fields
}
RevokeWorkspaceAccessReader is a Reader for the RevokeWorkspaceAccess structure.
func (*RevokeWorkspaceAccessReader) ReadResponse ¶
func (o *RevokeWorkspaceAccessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RollbackModelRegistryUpgradeDefault ¶ added in v0.5.9
type RollbackModelRegistryUpgradeDefault struct { Payload *models.Error // contains filtered or unexported fields }
RollbackModelRegistryUpgradeDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRollbackModelRegistryUpgradeDefault ¶ added in v0.5.9
func NewRollbackModelRegistryUpgradeDefault(code int) *RollbackModelRegistryUpgradeDefault
NewRollbackModelRegistryUpgradeDefault creates a RollbackModelRegistryUpgradeDefault with default headers values
func (*RollbackModelRegistryUpgradeDefault) Code ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) Code() int
Code gets the status code for the rollback model registry upgrade default response
func (*RollbackModelRegistryUpgradeDefault) Error ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) Error() string
func (*RollbackModelRegistryUpgradeDefault) GetPayload ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) GetPayload() *models.Error
func (*RollbackModelRegistryUpgradeDefault) IsClientError ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) IsClientError() bool
IsClientError returns true when this rollback model registry upgrade default response has a 4xx status code
func (*RollbackModelRegistryUpgradeDefault) IsCode ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) IsCode(code int) bool
IsCode returns true when this rollback model registry upgrade default response a status code equal to that given
func (*RollbackModelRegistryUpgradeDefault) IsRedirect ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) IsRedirect() bool
IsRedirect returns true when this rollback model registry upgrade default response has a 3xx status code
func (*RollbackModelRegistryUpgradeDefault) IsServerError ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) IsServerError() bool
IsServerError returns true when this rollback model registry upgrade default response has a 5xx status code
func (*RollbackModelRegistryUpgradeDefault) IsSuccess ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) IsSuccess() bool
IsSuccess returns true when this rollback model registry upgrade default response has a 2xx status code
func (*RollbackModelRegistryUpgradeDefault) String ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeDefault) String() string
type RollbackModelRegistryUpgradeOK ¶ added in v0.5.9
type RollbackModelRegistryUpgradeOK struct {
Payload models.RollbackModelRegistryUpgradeResponse
}
RollbackModelRegistryUpgradeOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRollbackModelRegistryUpgradeOK ¶ added in v0.5.9
func NewRollbackModelRegistryUpgradeOK() *RollbackModelRegistryUpgradeOK
NewRollbackModelRegistryUpgradeOK creates a RollbackModelRegistryUpgradeOK with default headers values
func (*RollbackModelRegistryUpgradeOK) Code ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) Code() int
Code gets the status code for the rollback model registry upgrade o k response
func (*RollbackModelRegistryUpgradeOK) Error ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) Error() string
func (*RollbackModelRegistryUpgradeOK) GetPayload ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) GetPayload() models.RollbackModelRegistryUpgradeResponse
func (*RollbackModelRegistryUpgradeOK) IsClientError ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) IsClientError() bool
IsClientError returns true when this rollback model registry upgrade o k response has a 4xx status code
func (*RollbackModelRegistryUpgradeOK) IsCode ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) IsCode(code int) bool
IsCode returns true when this rollback model registry upgrade o k response a status code equal to that given
func (*RollbackModelRegistryUpgradeOK) IsRedirect ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) IsRedirect() bool
IsRedirect returns true when this rollback model registry upgrade o k response has a 3xx status code
func (*RollbackModelRegistryUpgradeOK) IsServerError ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) IsServerError() bool
IsServerError returns true when this rollback model registry upgrade o k response has a 5xx status code
func (*RollbackModelRegistryUpgradeOK) IsSuccess ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) IsSuccess() bool
IsSuccess returns true when this rollback model registry upgrade o k response has a 2xx status code
func (*RollbackModelRegistryUpgradeOK) String ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeOK) String() string
type RollbackModelRegistryUpgradeParams ¶ added in v0.5.9
type RollbackModelRegistryUpgradeParams struct { // Input. Input *models.RollbackModelRegistryUpgradeRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RollbackModelRegistryUpgradeParams contains all the parameters to send to the API endpoint
for the rollback model registry upgrade operation. Typically these are written to a http.Request.
func NewRollbackModelRegistryUpgradeParams ¶ added in v0.5.9
func NewRollbackModelRegistryUpgradeParams() *RollbackModelRegistryUpgradeParams
NewRollbackModelRegistryUpgradeParams creates a new RollbackModelRegistryUpgradeParams 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 NewRollbackModelRegistryUpgradeParamsWithContext ¶ added in v0.5.9
func NewRollbackModelRegistryUpgradeParamsWithContext(ctx context.Context) *RollbackModelRegistryUpgradeParams
NewRollbackModelRegistryUpgradeParamsWithContext creates a new RollbackModelRegistryUpgradeParams object with the ability to set a context for a request.
func NewRollbackModelRegistryUpgradeParamsWithHTTPClient ¶ added in v0.5.9
func NewRollbackModelRegistryUpgradeParamsWithHTTPClient(client *http.Client) *RollbackModelRegistryUpgradeParams
NewRollbackModelRegistryUpgradeParamsWithHTTPClient creates a new RollbackModelRegistryUpgradeParams object with the ability to set a custom HTTPClient for a request.
func NewRollbackModelRegistryUpgradeParamsWithTimeout ¶ added in v0.5.9
func NewRollbackModelRegistryUpgradeParamsWithTimeout(timeout time.Duration) *RollbackModelRegistryUpgradeParams
NewRollbackModelRegistryUpgradeParamsWithTimeout creates a new RollbackModelRegistryUpgradeParams object with the ability to set a timeout on a request.
func (*RollbackModelRegistryUpgradeParams) SetContext ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) SetContext(ctx context.Context)
SetContext adds the context to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) SetDefaults ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) SetDefaults()
SetDefaults hydrates default values in the rollback model registry upgrade params (not the query body).
All values with no default are reset to their zero value.
func (*RollbackModelRegistryUpgradeParams) SetHTTPClient ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) SetInput ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) SetInput(input *models.RollbackModelRegistryUpgradeRequest)
SetInput adds the input to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) SetTimeout ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) WithContext ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) WithContext(ctx context.Context) *RollbackModelRegistryUpgradeParams
WithContext adds the context to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) WithDefaults ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) WithDefaults() *RollbackModelRegistryUpgradeParams
WithDefaults hydrates default values in the rollback model registry upgrade params (not the query body).
All values with no default are reset to their zero value.
func (*RollbackModelRegistryUpgradeParams) WithHTTPClient ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) WithHTTPClient(client *http.Client) *RollbackModelRegistryUpgradeParams
WithHTTPClient adds the HTTPClient to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) WithInput ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) WithInput(input *models.RollbackModelRegistryUpgradeRequest) *RollbackModelRegistryUpgradeParams
WithInput adds the input to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) WithTimeout ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) WithTimeout(timeout time.Duration) *RollbackModelRegistryUpgradeParams
WithTimeout adds the timeout to the rollback model registry upgrade params
func (*RollbackModelRegistryUpgradeParams) WriteToRequest ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RollbackModelRegistryUpgradeReader ¶ added in v0.5.9
type RollbackModelRegistryUpgradeReader struct {
// contains filtered or unexported fields
}
RollbackModelRegistryUpgradeReader is a Reader for the RollbackModelRegistryUpgrade structure.
func (*RollbackModelRegistryUpgradeReader) ReadResponse ¶ added in v0.5.9
func (o *RollbackModelRegistryUpgradeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SuspendWorkspaceDefault ¶
type SuspendWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
SuspendWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewSuspendWorkspaceDefault ¶
func NewSuspendWorkspaceDefault(code int) *SuspendWorkspaceDefault
NewSuspendWorkspaceDefault creates a SuspendWorkspaceDefault with default headers values
func (*SuspendWorkspaceDefault) Code ¶
func (o *SuspendWorkspaceDefault) Code() int
Code gets the status code for the suspend workspace default response
func (*SuspendWorkspaceDefault) Error ¶
func (o *SuspendWorkspaceDefault) Error() string
func (*SuspendWorkspaceDefault) GetPayload ¶
func (o *SuspendWorkspaceDefault) GetPayload() *models.Error
func (*SuspendWorkspaceDefault) IsClientError ¶
func (o *SuspendWorkspaceDefault) IsClientError() bool
IsClientError returns true when this suspend workspace default response has a 4xx status code
func (*SuspendWorkspaceDefault) IsCode ¶
func (o *SuspendWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this suspend workspace default response a status code equal to that given
func (*SuspendWorkspaceDefault) IsRedirect ¶
func (o *SuspendWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this suspend workspace default response has a 3xx status code
func (*SuspendWorkspaceDefault) IsServerError ¶
func (o *SuspendWorkspaceDefault) IsServerError() bool
IsServerError returns true when this suspend workspace default response has a 5xx status code
func (*SuspendWorkspaceDefault) IsSuccess ¶
func (o *SuspendWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this suspend workspace default response has a 2xx status code
func (*SuspendWorkspaceDefault) String ¶
func (o *SuspendWorkspaceDefault) String() string
type SuspendWorkspaceOK ¶
type SuspendWorkspaceOK struct {
Payload models.SuspendWorkspaceResponse
}
SuspendWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewSuspendWorkspaceOK ¶
func NewSuspendWorkspaceOK() *SuspendWorkspaceOK
NewSuspendWorkspaceOK creates a SuspendWorkspaceOK with default headers values
func (*SuspendWorkspaceOK) Code ¶
func (o *SuspendWorkspaceOK) Code() int
Code gets the status code for the suspend workspace o k response
func (*SuspendWorkspaceOK) Error ¶
func (o *SuspendWorkspaceOK) Error() string
func (*SuspendWorkspaceOK) GetPayload ¶
func (o *SuspendWorkspaceOK) GetPayload() models.SuspendWorkspaceResponse
func (*SuspendWorkspaceOK) IsClientError ¶
func (o *SuspendWorkspaceOK) IsClientError() bool
IsClientError returns true when this suspend workspace o k response has a 4xx status code
func (*SuspendWorkspaceOK) IsCode ¶
func (o *SuspendWorkspaceOK) IsCode(code int) bool
IsCode returns true when this suspend workspace o k response a status code equal to that given
func (*SuspendWorkspaceOK) IsRedirect ¶
func (o *SuspendWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this suspend workspace o k response has a 3xx status code
func (*SuspendWorkspaceOK) IsServerError ¶
func (o *SuspendWorkspaceOK) IsServerError() bool
IsServerError returns true when this suspend workspace o k response has a 5xx status code
func (*SuspendWorkspaceOK) IsSuccess ¶
func (o *SuspendWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this suspend workspace o k response has a 2xx status code
func (*SuspendWorkspaceOK) String ¶
func (o *SuspendWorkspaceOK) String() string
type SuspendWorkspaceParams ¶
type SuspendWorkspaceParams struct { // Input. Input *models.SuspendWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SuspendWorkspaceParams contains all the parameters to send to the API endpoint
for the suspend workspace operation. Typically these are written to a http.Request.
func NewSuspendWorkspaceParams ¶
func NewSuspendWorkspaceParams() *SuspendWorkspaceParams
NewSuspendWorkspaceParams creates a new SuspendWorkspaceParams 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 NewSuspendWorkspaceParamsWithContext ¶
func NewSuspendWorkspaceParamsWithContext(ctx context.Context) *SuspendWorkspaceParams
NewSuspendWorkspaceParamsWithContext creates a new SuspendWorkspaceParams object with the ability to set a context for a request.
func NewSuspendWorkspaceParamsWithHTTPClient ¶
func NewSuspendWorkspaceParamsWithHTTPClient(client *http.Client) *SuspendWorkspaceParams
NewSuspendWorkspaceParamsWithHTTPClient creates a new SuspendWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewSuspendWorkspaceParamsWithTimeout ¶
func NewSuspendWorkspaceParamsWithTimeout(timeout time.Duration) *SuspendWorkspaceParams
NewSuspendWorkspaceParamsWithTimeout creates a new SuspendWorkspaceParams object with the ability to set a timeout on a request.
func (*SuspendWorkspaceParams) SetContext ¶
func (o *SuspendWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the suspend workspace params
func (*SuspendWorkspaceParams) SetDefaults ¶
func (o *SuspendWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the suspend workspace params (not the query body).
All values with no default are reset to their zero value.
func (*SuspendWorkspaceParams) SetHTTPClient ¶
func (o *SuspendWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the suspend workspace params
func (*SuspendWorkspaceParams) SetInput ¶
func (o *SuspendWorkspaceParams) SetInput(input *models.SuspendWorkspaceRequest)
SetInput adds the input to the suspend workspace params
func (*SuspendWorkspaceParams) SetTimeout ¶
func (o *SuspendWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the suspend workspace params
func (*SuspendWorkspaceParams) WithContext ¶
func (o *SuspendWorkspaceParams) WithContext(ctx context.Context) *SuspendWorkspaceParams
WithContext adds the context to the suspend workspace params
func (*SuspendWorkspaceParams) WithDefaults ¶
func (o *SuspendWorkspaceParams) WithDefaults() *SuspendWorkspaceParams
WithDefaults hydrates default values in the suspend workspace params (not the query body).
All values with no default are reset to their zero value.
func (*SuspendWorkspaceParams) WithHTTPClient ¶
func (o *SuspendWorkspaceParams) WithHTTPClient(client *http.Client) *SuspendWorkspaceParams
WithHTTPClient adds the HTTPClient to the suspend workspace params
func (*SuspendWorkspaceParams) WithInput ¶
func (o *SuspendWorkspaceParams) WithInput(input *models.SuspendWorkspaceRequest) *SuspendWorkspaceParams
WithInput adds the input to the suspend workspace params
func (*SuspendWorkspaceParams) WithTimeout ¶
func (o *SuspendWorkspaceParams) WithTimeout(timeout time.Duration) *SuspendWorkspaceParams
WithTimeout adds the timeout to the suspend workspace params
func (*SuspendWorkspaceParams) WriteToRequest ¶
func (o *SuspendWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SuspendWorkspaceReader ¶
type SuspendWorkspaceReader struct {
// contains filtered or unexported fields
}
SuspendWorkspaceReader is a Reader for the SuspendWorkspace structure.
func (*SuspendWorkspaceReader) ReadResponse ¶
func (o *SuspendWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpgradeModelRegistryDefault ¶ added in v0.5.9
type UpgradeModelRegistryDefault struct { Payload *models.Error // contains filtered or unexported fields }
UpgradeModelRegistryDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewUpgradeModelRegistryDefault ¶ added in v0.5.9
func NewUpgradeModelRegistryDefault(code int) *UpgradeModelRegistryDefault
NewUpgradeModelRegistryDefault creates a UpgradeModelRegistryDefault with default headers values
func (*UpgradeModelRegistryDefault) Code ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) Code() int
Code gets the status code for the upgrade model registry default response
func (*UpgradeModelRegistryDefault) Error ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) Error() string
func (*UpgradeModelRegistryDefault) GetPayload ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) GetPayload() *models.Error
func (*UpgradeModelRegistryDefault) IsClientError ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) IsClientError() bool
IsClientError returns true when this upgrade model registry default response has a 4xx status code
func (*UpgradeModelRegistryDefault) IsCode ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) IsCode(code int) bool
IsCode returns true when this upgrade model registry default response a status code equal to that given
func (*UpgradeModelRegistryDefault) IsRedirect ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) IsRedirect() bool
IsRedirect returns true when this upgrade model registry default response has a 3xx status code
func (*UpgradeModelRegistryDefault) IsServerError ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) IsServerError() bool
IsServerError returns true when this upgrade model registry default response has a 5xx status code
func (*UpgradeModelRegistryDefault) IsSuccess ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) IsSuccess() bool
IsSuccess returns true when this upgrade model registry default response has a 2xx status code
func (*UpgradeModelRegistryDefault) String ¶ added in v0.5.9
func (o *UpgradeModelRegistryDefault) String() string
type UpgradeModelRegistryOK ¶ added in v0.5.9
type UpgradeModelRegistryOK struct {
Payload *models.UpgradeModelRegistryResponse
}
UpgradeModelRegistryOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewUpgradeModelRegistryOK ¶ added in v0.5.9
func NewUpgradeModelRegistryOK() *UpgradeModelRegistryOK
NewUpgradeModelRegistryOK creates a UpgradeModelRegistryOK with default headers values
func (*UpgradeModelRegistryOK) Code ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) Code() int
Code gets the status code for the upgrade model registry o k response
func (*UpgradeModelRegistryOK) Error ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) Error() string
func (*UpgradeModelRegistryOK) GetPayload ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) GetPayload() *models.UpgradeModelRegistryResponse
func (*UpgradeModelRegistryOK) IsClientError ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) IsClientError() bool
IsClientError returns true when this upgrade model registry o k response has a 4xx status code
func (*UpgradeModelRegistryOK) IsCode ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) IsCode(code int) bool
IsCode returns true when this upgrade model registry o k response a status code equal to that given
func (*UpgradeModelRegistryOK) IsRedirect ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) IsRedirect() bool
IsRedirect returns true when this upgrade model registry o k response has a 3xx status code
func (*UpgradeModelRegistryOK) IsServerError ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) IsServerError() bool
IsServerError returns true when this upgrade model registry o k response has a 5xx status code
func (*UpgradeModelRegistryOK) IsSuccess ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) IsSuccess() bool
IsSuccess returns true when this upgrade model registry o k response has a 2xx status code
func (*UpgradeModelRegistryOK) String ¶ added in v0.5.9
func (o *UpgradeModelRegistryOK) String() string
type UpgradeModelRegistryParams ¶ added in v0.5.9
type UpgradeModelRegistryParams struct { // Input. Input *models.UpgradeModelRegistryRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpgradeModelRegistryParams contains all the parameters to send to the API endpoint
for the upgrade model registry operation. Typically these are written to a http.Request.
func NewUpgradeModelRegistryParams ¶ added in v0.5.9
func NewUpgradeModelRegistryParams() *UpgradeModelRegistryParams
NewUpgradeModelRegistryParams creates a new UpgradeModelRegistryParams 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 NewUpgradeModelRegistryParamsWithContext ¶ added in v0.5.9
func NewUpgradeModelRegistryParamsWithContext(ctx context.Context) *UpgradeModelRegistryParams
NewUpgradeModelRegistryParamsWithContext creates a new UpgradeModelRegistryParams object with the ability to set a context for a request.
func NewUpgradeModelRegistryParamsWithHTTPClient ¶ added in v0.5.9
func NewUpgradeModelRegistryParamsWithHTTPClient(client *http.Client) *UpgradeModelRegistryParams
NewUpgradeModelRegistryParamsWithHTTPClient creates a new UpgradeModelRegistryParams object with the ability to set a custom HTTPClient for a request.
func NewUpgradeModelRegistryParamsWithTimeout ¶ added in v0.5.9
func NewUpgradeModelRegistryParamsWithTimeout(timeout time.Duration) *UpgradeModelRegistryParams
NewUpgradeModelRegistryParamsWithTimeout creates a new UpgradeModelRegistryParams object with the ability to set a timeout on a request.
func (*UpgradeModelRegistryParams) SetContext ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) SetContext(ctx context.Context)
SetContext adds the context to the upgrade model registry params
func (*UpgradeModelRegistryParams) SetDefaults ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) SetDefaults()
SetDefaults hydrates default values in the upgrade model registry params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeModelRegistryParams) SetHTTPClient ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upgrade model registry params
func (*UpgradeModelRegistryParams) SetInput ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) SetInput(input *models.UpgradeModelRegistryRequest)
SetInput adds the input to the upgrade model registry params
func (*UpgradeModelRegistryParams) SetTimeout ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upgrade model registry params
func (*UpgradeModelRegistryParams) WithContext ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) WithContext(ctx context.Context) *UpgradeModelRegistryParams
WithContext adds the context to the upgrade model registry params
func (*UpgradeModelRegistryParams) WithDefaults ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) WithDefaults() *UpgradeModelRegistryParams
WithDefaults hydrates default values in the upgrade model registry params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeModelRegistryParams) WithHTTPClient ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) WithHTTPClient(client *http.Client) *UpgradeModelRegistryParams
WithHTTPClient adds the HTTPClient to the upgrade model registry params
func (*UpgradeModelRegistryParams) WithInput ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) WithInput(input *models.UpgradeModelRegistryRequest) *UpgradeModelRegistryParams
WithInput adds the input to the upgrade model registry params
func (*UpgradeModelRegistryParams) WithTimeout ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) WithTimeout(timeout time.Duration) *UpgradeModelRegistryParams
WithTimeout adds the timeout to the upgrade model registry params
func (*UpgradeModelRegistryParams) WriteToRequest ¶ added in v0.5.9
func (o *UpgradeModelRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpgradeModelRegistryReader ¶ added in v0.5.9
type UpgradeModelRegistryReader struct {
// contains filtered or unexported fields
}
UpgradeModelRegistryReader is a Reader for the UpgradeModelRegistry structure.
func (*UpgradeModelRegistryReader) ReadResponse ¶ added in v0.5.9
func (o *UpgradeModelRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpgradeWorkspaceDefault ¶
type UpgradeWorkspaceDefault struct { Payload *models.Error // contains filtered or unexported fields }
UpgradeWorkspaceDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewUpgradeWorkspaceDefault ¶
func NewUpgradeWorkspaceDefault(code int) *UpgradeWorkspaceDefault
NewUpgradeWorkspaceDefault creates a UpgradeWorkspaceDefault with default headers values
func (*UpgradeWorkspaceDefault) Code ¶
func (o *UpgradeWorkspaceDefault) Code() int
Code gets the status code for the upgrade workspace default response
func (*UpgradeWorkspaceDefault) Error ¶
func (o *UpgradeWorkspaceDefault) Error() string
func (*UpgradeWorkspaceDefault) GetPayload ¶
func (o *UpgradeWorkspaceDefault) GetPayload() *models.Error
func (*UpgradeWorkspaceDefault) IsClientError ¶
func (o *UpgradeWorkspaceDefault) IsClientError() bool
IsClientError returns true when this upgrade workspace default response has a 4xx status code
func (*UpgradeWorkspaceDefault) IsCode ¶
func (o *UpgradeWorkspaceDefault) IsCode(code int) bool
IsCode returns true when this upgrade workspace default response a status code equal to that given
func (*UpgradeWorkspaceDefault) IsRedirect ¶
func (o *UpgradeWorkspaceDefault) IsRedirect() bool
IsRedirect returns true when this upgrade workspace default response has a 3xx status code
func (*UpgradeWorkspaceDefault) IsServerError ¶
func (o *UpgradeWorkspaceDefault) IsServerError() bool
IsServerError returns true when this upgrade workspace default response has a 5xx status code
func (*UpgradeWorkspaceDefault) IsSuccess ¶
func (o *UpgradeWorkspaceDefault) IsSuccess() bool
IsSuccess returns true when this upgrade workspace default response has a 2xx status code
func (*UpgradeWorkspaceDefault) String ¶
func (o *UpgradeWorkspaceDefault) String() string
type UpgradeWorkspaceOK ¶
type UpgradeWorkspaceOK struct {
Payload models.UpgradeWorkspaceResponse
}
UpgradeWorkspaceOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewUpgradeWorkspaceOK ¶
func NewUpgradeWorkspaceOK() *UpgradeWorkspaceOK
NewUpgradeWorkspaceOK creates a UpgradeWorkspaceOK with default headers values
func (*UpgradeWorkspaceOK) Code ¶
func (o *UpgradeWorkspaceOK) Code() int
Code gets the status code for the upgrade workspace o k response
func (*UpgradeWorkspaceOK) Error ¶
func (o *UpgradeWorkspaceOK) Error() string
func (*UpgradeWorkspaceOK) GetPayload ¶
func (o *UpgradeWorkspaceOK) GetPayload() models.UpgradeWorkspaceResponse
func (*UpgradeWorkspaceOK) IsClientError ¶
func (o *UpgradeWorkspaceOK) IsClientError() bool
IsClientError returns true when this upgrade workspace o k response has a 4xx status code
func (*UpgradeWorkspaceOK) IsCode ¶
func (o *UpgradeWorkspaceOK) IsCode(code int) bool
IsCode returns true when this upgrade workspace o k response a status code equal to that given
func (*UpgradeWorkspaceOK) IsRedirect ¶
func (o *UpgradeWorkspaceOK) IsRedirect() bool
IsRedirect returns true when this upgrade workspace o k response has a 3xx status code
func (*UpgradeWorkspaceOK) IsServerError ¶
func (o *UpgradeWorkspaceOK) IsServerError() bool
IsServerError returns true when this upgrade workspace o k response has a 5xx status code
func (*UpgradeWorkspaceOK) IsSuccess ¶
func (o *UpgradeWorkspaceOK) IsSuccess() bool
IsSuccess returns true when this upgrade workspace o k response has a 2xx status code
func (*UpgradeWorkspaceOK) String ¶
func (o *UpgradeWorkspaceOK) String() string
type UpgradeWorkspaceParams ¶
type UpgradeWorkspaceParams struct { // Input. Input *models.UpgradeWorkspaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpgradeWorkspaceParams contains all the parameters to send to the API endpoint
for the upgrade workspace operation. Typically these are written to a http.Request.
func NewUpgradeWorkspaceParams ¶
func NewUpgradeWorkspaceParams() *UpgradeWorkspaceParams
NewUpgradeWorkspaceParams creates a new UpgradeWorkspaceParams 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 NewUpgradeWorkspaceParamsWithContext ¶
func NewUpgradeWorkspaceParamsWithContext(ctx context.Context) *UpgradeWorkspaceParams
NewUpgradeWorkspaceParamsWithContext creates a new UpgradeWorkspaceParams object with the ability to set a context for a request.
func NewUpgradeWorkspaceParamsWithHTTPClient ¶
func NewUpgradeWorkspaceParamsWithHTTPClient(client *http.Client) *UpgradeWorkspaceParams
NewUpgradeWorkspaceParamsWithHTTPClient creates a new UpgradeWorkspaceParams object with the ability to set a custom HTTPClient for a request.
func NewUpgradeWorkspaceParamsWithTimeout ¶
func NewUpgradeWorkspaceParamsWithTimeout(timeout time.Duration) *UpgradeWorkspaceParams
NewUpgradeWorkspaceParamsWithTimeout creates a new UpgradeWorkspaceParams object with the ability to set a timeout on a request.
func (*UpgradeWorkspaceParams) SetContext ¶
func (o *UpgradeWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the upgrade workspace params
func (*UpgradeWorkspaceParams) SetDefaults ¶
func (o *UpgradeWorkspaceParams) SetDefaults()
SetDefaults hydrates default values in the upgrade workspace params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeWorkspaceParams) SetHTTPClient ¶
func (o *UpgradeWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upgrade workspace params
func (*UpgradeWorkspaceParams) SetInput ¶
func (o *UpgradeWorkspaceParams) SetInput(input *models.UpgradeWorkspaceRequest)
SetInput adds the input to the upgrade workspace params
func (*UpgradeWorkspaceParams) SetTimeout ¶
func (o *UpgradeWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upgrade workspace params
func (*UpgradeWorkspaceParams) WithContext ¶
func (o *UpgradeWorkspaceParams) WithContext(ctx context.Context) *UpgradeWorkspaceParams
WithContext adds the context to the upgrade workspace params
func (*UpgradeWorkspaceParams) WithDefaults ¶
func (o *UpgradeWorkspaceParams) WithDefaults() *UpgradeWorkspaceParams
WithDefaults hydrates default values in the upgrade workspace params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeWorkspaceParams) WithHTTPClient ¶
func (o *UpgradeWorkspaceParams) WithHTTPClient(client *http.Client) *UpgradeWorkspaceParams
WithHTTPClient adds the HTTPClient to the upgrade workspace params
func (*UpgradeWorkspaceParams) WithInput ¶
func (o *UpgradeWorkspaceParams) WithInput(input *models.UpgradeWorkspaceRequest) *UpgradeWorkspaceParams
WithInput adds the input to the upgrade workspace params
func (*UpgradeWorkspaceParams) WithTimeout ¶
func (o *UpgradeWorkspaceParams) WithTimeout(timeout time.Duration) *UpgradeWorkspaceParams
WithTimeout adds the timeout to the upgrade workspace params
func (*UpgradeWorkspaceParams) WriteToRequest ¶
func (o *UpgradeWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpgradeWorkspaceReader ¶
type UpgradeWorkspaceReader struct {
// contains filtered or unexported fields
}
UpgradeWorkspaceReader is a Reader for the UpgradeWorkspace structure.
func (*UpgradeWorkspaceReader) ReadResponse ¶
func (o *UpgradeWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- backup_workspace_parameters.go
- backup_workspace_responses.go
- create_ml_serving_app_parameters.go
- create_ml_serving_app_responses.go
- create_model_registry_parameters.go
- create_model_registry_responses.go
- create_workspace_parameters.go
- create_workspace_responses.go
- delete_backup_parameters.go
- delete_backup_responses.go
- delete_instance_group_parameters.go
- delete_instance_group_responses.go
- delete_ml_serving_app_parameters.go
- delete_ml_serving_app_responses.go
- delete_model_registry_parameters.go
- delete_model_registry_responses.go
- delete_workspace_parameters.go
- delete_workspace_responses.go
- describe_ml_serving_app_parameters.go
- describe_ml_serving_app_responses.go
- describe_model_registry_parameters.go
- describe_model_registry_responses.go
- describe_workspace_parameters.go
- describe_workspace_responses.go
- get_audit_events_parameters.go
- get_audit_events_responses.go
- get_kubeconfig_parameters.go
- get_kubeconfig_responses.go
- get_latest_workspace_version_parameters.go
- get_latest_workspace_version_responses.go
- get_logs_parameters.go
- get_logs_responses.go
- get_ml_serving_app_kubeconfig_parameters.go
- get_ml_serving_app_kubeconfig_responses.go
- get_model_registry_kubeconfig_parameters.go
- get_model_registry_kubeconfig_responses.go
- grant_ml_serving_app_access_parameters.go
- grant_ml_serving_app_access_responses.go
- grant_model_registry_access_parameters.go
- grant_model_registry_access_responses.go
- grant_workspace_access_parameters.go
- grant_workspace_access_responses.go
- list_ml_serving_app_access_parameters.go
- list_ml_serving_app_access_responses.go
- list_ml_serving_apps_parameters.go
- list_ml_serving_apps_responses.go
- list_model_registries_parameters.go
- list_model_registries_responses.go
- list_model_registry_access_parameters.go
- list_model_registry_access_responses.go
- list_workspace_access_parameters.go
- list_workspace_access_responses.go
- list_workspace_backups_parameters.go
- list_workspace_backups_responses.go
- list_workspaces_parameters.go
- list_workspaces_responses.go
- modify_cluster_instance_group_parameters.go
- modify_cluster_instance_group_responses.go
- modify_cluster_security_parameters.go
- modify_cluster_security_responses.go
- modify_ml_serving_app_parameters.go
- modify_ml_serving_app_responses.go
- modify_workspace_load_balancer_parameters.go
- modify_workspace_load_balancer_responses.go
- operations_client.go
- refresh_model_registry_configmap_parameters.go
- refresh_model_registry_configmap_responses.go
- request_workflow_cancellation_parameters.go
- request_workflow_cancellation_responses.go
- restore_workspace_parameters.go
- restore_workspace_responses.go
- resume_workspace_parameters.go
- resume_workspace_responses.go
- revoke_ml_serving_app_access_parameters.go
- revoke_ml_serving_app_access_responses.go
- revoke_model_registry_access_parameters.go
- revoke_model_registry_access_responses.go
- revoke_workspace_access_parameters.go
- revoke_workspace_access_responses.go
- rollback_model_registry_upgrade_parameters.go
- rollback_model_registry_upgrade_responses.go
- suspend_workspace_parameters.go
- suspend_workspace_responses.go
- upgrade_model_registry_parameters.go
- upgrade_model_registry_responses.go
- upgrade_workspace_parameters.go
- upgrade_workspace_responses.go