openapi

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package Recotem provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.8.1 DO NOT EDIT.

Index

Constants

View Source
const (
	CookieAuthScopes = "cookieAuth.Scopes"
	TokenAuthScopes  = "tokenAuth.Scopes"
)

Variables

This section is empty.

Functions

func NewAuthLoginCreateRequest

func NewAuthLoginCreateRequest(server string, body AuthLoginCreateJSONRequestBody) (*http.Request, error)

NewAuthLoginCreateRequest calls the generic AuthLoginCreate builder with application/json body

func NewAuthLoginCreateRequestWithBody

func NewAuthLoginCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthLoginCreateRequestWithBody generates requests for AuthLoginCreate with any type of body

func NewAuthLogoutCreateRequest

func NewAuthLogoutCreateRequest(server string) (*http.Request, error)

NewAuthLogoutCreateRequest generates requests for AuthLogoutCreate

func NewAuthPasswordChangeCreateRequest

func NewAuthPasswordChangeCreateRequest(server string, body AuthPasswordChangeCreateJSONRequestBody) (*http.Request, error)

NewAuthPasswordChangeCreateRequest calls the generic AuthPasswordChangeCreate builder with application/json body

func NewAuthPasswordChangeCreateRequestWithBody

func NewAuthPasswordChangeCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthPasswordChangeCreateRequestWithBody generates requests for AuthPasswordChangeCreate with any type of body

func NewAuthPasswordResetConfirmCreateRequest

func NewAuthPasswordResetConfirmCreateRequest(server string, body AuthPasswordResetConfirmCreateJSONRequestBody) (*http.Request, error)

NewAuthPasswordResetConfirmCreateRequest calls the generic AuthPasswordResetConfirmCreate builder with application/json body

func NewAuthPasswordResetConfirmCreateRequestWithBody

func NewAuthPasswordResetConfirmCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthPasswordResetConfirmCreateRequestWithBody generates requests for AuthPasswordResetConfirmCreate with any type of body

func NewAuthPasswordResetCreateRequest

func NewAuthPasswordResetCreateRequest(server string, body AuthPasswordResetCreateJSONRequestBody) (*http.Request, error)

NewAuthPasswordResetCreateRequest calls the generic AuthPasswordResetCreate builder with application/json body

func NewAuthPasswordResetCreateRequestWithBody

func NewAuthPasswordResetCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthPasswordResetCreateRequestWithBody generates requests for AuthPasswordResetCreate with any type of body

func NewAuthTokenRefreshCreateRequest

func NewAuthTokenRefreshCreateRequest(server string, body AuthTokenRefreshCreateJSONRequestBody) (*http.Request, error)

NewAuthTokenRefreshCreateRequest calls the generic AuthTokenRefreshCreate builder with application/json body

func NewAuthTokenRefreshCreateRequestWithBody

func NewAuthTokenRefreshCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthTokenRefreshCreateRequestWithBody generates requests for AuthTokenRefreshCreate with any type of body

func NewAuthTokenVerifyCreateRequest

func NewAuthTokenVerifyCreateRequest(server string, body AuthTokenVerifyCreateJSONRequestBody) (*http.Request, error)

NewAuthTokenVerifyCreateRequest calls the generic AuthTokenVerifyCreate builder with application/json body

func NewAuthTokenVerifyCreateRequestWithBody

func NewAuthTokenVerifyCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthTokenVerifyCreateRequestWithBody generates requests for AuthTokenVerifyCreate with any type of body

func NewAuthUserPartialUpdateRequest

func NewAuthUserPartialUpdateRequest(server string, body AuthUserPartialUpdateJSONRequestBody) (*http.Request, error)

NewAuthUserPartialUpdateRequest calls the generic AuthUserPartialUpdate builder with application/json body

func NewAuthUserPartialUpdateRequestWithBody

func NewAuthUserPartialUpdateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthUserPartialUpdateRequestWithBody generates requests for AuthUserPartialUpdate with any type of body

func NewAuthUserRetrieveRequest

func NewAuthUserRetrieveRequest(server string) (*http.Request, error)

NewAuthUserRetrieveRequest generates requests for AuthUserRetrieve

func NewAuthUserUpdateRequest

func NewAuthUserUpdateRequest(server string, body AuthUserUpdateJSONRequestBody) (*http.Request, error)

NewAuthUserUpdateRequest calls the generic AuthUserUpdate builder with application/json body

func NewAuthUserUpdateRequestWithBody

func NewAuthUserUpdateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAuthUserUpdateRequestWithBody generates requests for AuthUserUpdate with any type of body

func NewEvaluationConfigCreateRequest

func NewEvaluationConfigCreateRequest(server string, body EvaluationConfigCreateJSONRequestBody) (*http.Request, error)

NewEvaluationConfigCreateRequest calls the generic EvaluationConfigCreate builder with application/json body

func NewEvaluationConfigCreateRequestWithBody

func NewEvaluationConfigCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewEvaluationConfigCreateRequestWithBody generates requests for EvaluationConfigCreate with any type of body

func NewEvaluationConfigDestroyRequest

func NewEvaluationConfigDestroyRequest(server string, id int) (*http.Request, error)

NewEvaluationConfigDestroyRequest generates requests for EvaluationConfigDestroy

func NewEvaluationConfigListRequest

func NewEvaluationConfigListRequest(server string, params *EvaluationConfigListParams) (*http.Request, error)

NewEvaluationConfigListRequest generates requests for EvaluationConfigList

func NewEvaluationConfigPartialUpdateRequest

func NewEvaluationConfigPartialUpdateRequest(server string, id int, body EvaluationConfigPartialUpdateJSONRequestBody) (*http.Request, error)

NewEvaluationConfigPartialUpdateRequest calls the generic EvaluationConfigPartialUpdate builder with application/json body

func NewEvaluationConfigPartialUpdateRequestWithBody

func NewEvaluationConfigPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewEvaluationConfigPartialUpdateRequestWithBody generates requests for EvaluationConfigPartialUpdate with any type of body

func NewEvaluationConfigRetrieveRequest

func NewEvaluationConfigRetrieveRequest(server string, id int) (*http.Request, error)

NewEvaluationConfigRetrieveRequest generates requests for EvaluationConfigRetrieve

func NewEvaluationConfigUpdateRequest

func NewEvaluationConfigUpdateRequest(server string, id int, body EvaluationConfigUpdateJSONRequestBody) (*http.Request, error)

NewEvaluationConfigUpdateRequest calls the generic EvaluationConfigUpdate builder with application/json body

func NewEvaluationConfigUpdateRequestWithBody

func NewEvaluationConfigUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewEvaluationConfigUpdateRequestWithBody generates requests for EvaluationConfigUpdate with any type of body

func NewItemMetaDataCreateRequestWithBody

func NewItemMetaDataCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewItemMetaDataCreateRequestWithBody generates requests for ItemMetaDataCreate with any type of body

func NewItemMetaDataDestroyRequest

func NewItemMetaDataDestroyRequest(server string, id int) (*http.Request, error)

NewItemMetaDataDestroyRequest generates requests for ItemMetaDataDestroy

func NewItemMetaDataDownloadFileRetrieveRequest

func NewItemMetaDataDownloadFileRetrieveRequest(server string, id int) (*http.Request, error)

NewItemMetaDataDownloadFileRetrieveRequest generates requests for ItemMetaDataDownloadFileRetrieve

func NewItemMetaDataListRequest

func NewItemMetaDataListRequest(server string, params *ItemMetaDataListParams) (*http.Request, error)

NewItemMetaDataListRequest generates requests for ItemMetaDataList

func NewItemMetaDataPartialUpdateRequestWithBody

func NewItemMetaDataPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewItemMetaDataPartialUpdateRequestWithBody generates requests for ItemMetaDataPartialUpdate with any type of body

func NewItemMetaDataRetrieveRequest

func NewItemMetaDataRetrieveRequest(server string, id int) (*http.Request, error)

NewItemMetaDataRetrieveRequest generates requests for ItemMetaDataRetrieve

func NewItemMetaDataUnlinkFileDestroyRequest

func NewItemMetaDataUnlinkFileDestroyRequest(server string, id int) (*http.Request, error)

NewItemMetaDataUnlinkFileDestroyRequest generates requests for ItemMetaDataUnlinkFileDestroy

func NewItemMetaDataUpdateRequestWithBody

func NewItemMetaDataUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewItemMetaDataUpdateRequestWithBody generates requests for ItemMetaDataUpdate with any type of body

func NewModelConfigurationCreateRequest

func NewModelConfigurationCreateRequest(server string, body ModelConfigurationCreateJSONRequestBody) (*http.Request, error)

NewModelConfigurationCreateRequest calls the generic ModelConfigurationCreate builder with application/json body

func NewModelConfigurationCreateRequestWithBody

func NewModelConfigurationCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewModelConfigurationCreateRequestWithBody generates requests for ModelConfigurationCreate with any type of body

func NewModelConfigurationDestroyRequest

func NewModelConfigurationDestroyRequest(server string, id int) (*http.Request, error)

NewModelConfigurationDestroyRequest generates requests for ModelConfigurationDestroy

func NewModelConfigurationListRequest

func NewModelConfigurationListRequest(server string, params *ModelConfigurationListParams) (*http.Request, error)

NewModelConfigurationListRequest generates requests for ModelConfigurationList

func NewModelConfigurationPartialUpdateRequest

func NewModelConfigurationPartialUpdateRequest(server string, id int, body ModelConfigurationPartialUpdateJSONRequestBody) (*http.Request, error)

NewModelConfigurationPartialUpdateRequest calls the generic ModelConfigurationPartialUpdate builder with application/json body

func NewModelConfigurationPartialUpdateRequestWithBody

func NewModelConfigurationPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewModelConfigurationPartialUpdateRequestWithBody generates requests for ModelConfigurationPartialUpdate with any type of body

func NewModelConfigurationRetrieveRequest

func NewModelConfigurationRetrieveRequest(server string, id int) (*http.Request, error)

NewModelConfigurationRetrieveRequest generates requests for ModelConfigurationRetrieve

func NewModelConfigurationUpdateRequest

func NewModelConfigurationUpdateRequest(server string, id int, body ModelConfigurationUpdateJSONRequestBody) (*http.Request, error)

NewModelConfigurationUpdateRequest calls the generic ModelConfigurationUpdate builder with application/json body

func NewModelConfigurationUpdateRequestWithBody

func NewModelConfigurationUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewModelConfigurationUpdateRequestWithBody generates requests for ModelConfigurationUpdate with any type of body

func NewParameterTuningJobCreateRequest

func NewParameterTuningJobCreateRequest(server string, body ParameterTuningJobCreateJSONRequestBody) (*http.Request, error)

NewParameterTuningJobCreateRequest calls the generic ParameterTuningJobCreate builder with application/json body

func NewParameterTuningJobCreateRequestWithBody

func NewParameterTuningJobCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewParameterTuningJobCreateRequestWithBody generates requests for ParameterTuningJobCreate with any type of body

func NewParameterTuningJobDestroyRequest

func NewParameterTuningJobDestroyRequest(server string, id int) (*http.Request, error)

NewParameterTuningJobDestroyRequest generates requests for ParameterTuningJobDestroy

func NewParameterTuningJobListRequest

func NewParameterTuningJobListRequest(server string, params *ParameterTuningJobListParams) (*http.Request, error)

NewParameterTuningJobListRequest generates requests for ParameterTuningJobList

func NewParameterTuningJobPartialUpdateRequest

func NewParameterTuningJobPartialUpdateRequest(server string, id int, body ParameterTuningJobPartialUpdateJSONRequestBody) (*http.Request, error)

NewParameterTuningJobPartialUpdateRequest calls the generic ParameterTuningJobPartialUpdate builder with application/json body

func NewParameterTuningJobPartialUpdateRequestWithBody

func NewParameterTuningJobPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewParameterTuningJobPartialUpdateRequestWithBody generates requests for ParameterTuningJobPartialUpdate with any type of body

func NewParameterTuningJobRetrieveRequest

func NewParameterTuningJobRetrieveRequest(server string, id int) (*http.Request, error)

NewParameterTuningJobRetrieveRequest generates requests for ParameterTuningJobRetrieve

func NewParameterTuningJobUpdateRequest

func NewParameterTuningJobUpdateRequest(server string, id int, body ParameterTuningJobUpdateJSONRequestBody) (*http.Request, error)

NewParameterTuningJobUpdateRequest calls the generic ParameterTuningJobUpdate builder with application/json body

func NewParameterTuningJobUpdateRequestWithBody

func NewParameterTuningJobUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewParameterTuningJobUpdateRequestWithBody generates requests for ParameterTuningJobUpdate with any type of body

func NewProjectCreateRequest

func NewProjectCreateRequest(server string, body ProjectCreateJSONRequestBody) (*http.Request, error)

NewProjectCreateRequest calls the generic ProjectCreate builder with application/json body

func NewProjectCreateRequestWithBody

func NewProjectCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewProjectCreateRequestWithBody generates requests for ProjectCreate with any type of body

func NewProjectDestroyRequest

func NewProjectDestroyRequest(server string, id int) (*http.Request, error)

NewProjectDestroyRequest generates requests for ProjectDestroy

func NewProjectListRequest

func NewProjectListRequest(server string, params *ProjectListParams) (*http.Request, error)

NewProjectListRequest generates requests for ProjectList

func NewProjectPartialUpdateRequest

func NewProjectPartialUpdateRequest(server string, id int, body ProjectPartialUpdateJSONRequestBody) (*http.Request, error)

NewProjectPartialUpdateRequest calls the generic ProjectPartialUpdate builder with application/json body

func NewProjectPartialUpdateRequestWithBody

func NewProjectPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewProjectPartialUpdateRequestWithBody generates requests for ProjectPartialUpdate with any type of body

func NewProjectRetrieveRequest

func NewProjectRetrieveRequest(server string, id int) (*http.Request, error)

NewProjectRetrieveRequest generates requests for ProjectRetrieve

func NewProjectSummaryRetrieveRequest

func NewProjectSummaryRetrieveRequest(server string, id int) (*http.Request, error)

NewProjectSummaryRetrieveRequest generates requests for ProjectSummaryRetrieve

func NewProjectUpdateRequest

func NewProjectUpdateRequest(server string, id int, body ProjectUpdateJSONRequestBody) (*http.Request, error)

NewProjectUpdateRequest calls the generic ProjectUpdate builder with application/json body

func NewProjectUpdateRequestWithBody

func NewProjectUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewProjectUpdateRequestWithBody generates requests for ProjectUpdate with any type of body

func NewSchemaRetrieveRequest

func NewSchemaRetrieveRequest(server string, params *SchemaRetrieveParams) (*http.Request, error)

NewSchemaRetrieveRequest generates requests for SchemaRetrieve

func NewSplitConfigCreateRequest

func NewSplitConfigCreateRequest(server string, body SplitConfigCreateJSONRequestBody) (*http.Request, error)

NewSplitConfigCreateRequest calls the generic SplitConfigCreate builder with application/json body

func NewSplitConfigCreateRequestWithBody

func NewSplitConfigCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewSplitConfigCreateRequestWithBody generates requests for SplitConfigCreate with any type of body

func NewSplitConfigDestroyRequest

func NewSplitConfigDestroyRequest(server string, id int) (*http.Request, error)

NewSplitConfigDestroyRequest generates requests for SplitConfigDestroy

func NewSplitConfigListRequest

func NewSplitConfigListRequest(server string, params *SplitConfigListParams) (*http.Request, error)

NewSplitConfigListRequest generates requests for SplitConfigList

func NewSplitConfigPartialUpdateRequest

func NewSplitConfigPartialUpdateRequest(server string, id int, body SplitConfigPartialUpdateJSONRequestBody) (*http.Request, error)

NewSplitConfigPartialUpdateRequest calls the generic SplitConfigPartialUpdate builder with application/json body

func NewSplitConfigPartialUpdateRequestWithBody

func NewSplitConfigPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewSplitConfigPartialUpdateRequestWithBody generates requests for SplitConfigPartialUpdate with any type of body

func NewSplitConfigRetrieveRequest

func NewSplitConfigRetrieveRequest(server string, id int) (*http.Request, error)

NewSplitConfigRetrieveRequest generates requests for SplitConfigRetrieve

func NewSplitConfigUpdateRequest

func NewSplitConfigUpdateRequest(server string, id int, body SplitConfigUpdateJSONRequestBody) (*http.Request, error)

NewSplitConfigUpdateRequest calls the generic SplitConfigUpdate builder with application/json body

func NewSplitConfigUpdateRequestWithBody

func NewSplitConfigUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewSplitConfigUpdateRequestWithBody generates requests for SplitConfigUpdate with any type of body

func NewTaskLogListRequest

func NewTaskLogListRequest(server string, params *TaskLogListParams) (*http.Request, error)

NewTaskLogListRequest generates requests for TaskLogList

func NewTaskLogRetrieveRequest

func NewTaskLogRetrieveRequest(server string, id int) (*http.Request, error)

NewTaskLogRetrieveRequest generates requests for TaskLogRetrieve

func NewTokenCreateRequest

func NewTokenCreateRequest(server string, body TokenCreateJSONRequestBody) (*http.Request, error)

NewTokenCreateRequest calls the generic TokenCreate builder with application/json body

func NewTokenCreateRequestWithBody

func NewTokenCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewTokenCreateRequestWithBody generates requests for TokenCreate with any type of body

func NewTrainedModelCreateRequest

func NewTrainedModelCreateRequest(server string, body TrainedModelCreateJSONRequestBody) (*http.Request, error)

NewTrainedModelCreateRequest calls the generic TrainedModelCreate builder with application/json body

func NewTrainedModelCreateRequestWithBody

func NewTrainedModelCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewTrainedModelCreateRequestWithBody generates requests for TrainedModelCreate with any type of body

func NewTrainedModelDestroyRequest

func NewTrainedModelDestroyRequest(server string, id int) (*http.Request, error)

NewTrainedModelDestroyRequest generates requests for TrainedModelDestroy

func NewTrainedModelDownloadFileRetrieveRequest

func NewTrainedModelDownloadFileRetrieveRequest(server string, id int) (*http.Request, error)

NewTrainedModelDownloadFileRetrieveRequest generates requests for TrainedModelDownloadFileRetrieve

func NewTrainedModelListRequest

func NewTrainedModelListRequest(server string, params *TrainedModelListParams) (*http.Request, error)

NewTrainedModelListRequest generates requests for TrainedModelList

func NewTrainedModelPartialUpdateRequest

func NewTrainedModelPartialUpdateRequest(server string, id int, body TrainedModelPartialUpdateJSONRequestBody) (*http.Request, error)

NewTrainedModelPartialUpdateRequest calls the generic TrainedModelPartialUpdate builder with application/json body

func NewTrainedModelPartialUpdateRequestWithBody

func NewTrainedModelPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewTrainedModelPartialUpdateRequestWithBody generates requests for TrainedModelPartialUpdate with any type of body

func NewTrainedModelRetrieveRequest

func NewTrainedModelRetrieveRequest(server string, id int) (*http.Request, error)

NewTrainedModelRetrieveRequest generates requests for TrainedModelRetrieve

func NewTrainedModelSampleRecommendationMetadataRetrieveRequest

func NewTrainedModelSampleRecommendationMetadataRetrieveRequest(server string, id int, metadataId string) (*http.Request, error)

NewTrainedModelSampleRecommendationMetadataRetrieveRequest generates requests for TrainedModelSampleRecommendationMetadataRetrieve

func NewTrainedModelSampleRecommendationRawRetrieveRequest

func NewTrainedModelSampleRecommendationRawRetrieveRequest(server string, id int) (*http.Request, error)

NewTrainedModelSampleRecommendationRawRetrieveRequest generates requests for TrainedModelSampleRecommendationRawRetrieve

func NewTrainedModelUnlinkFileDestroyRequest

func NewTrainedModelUnlinkFileDestroyRequest(server string, id int) (*http.Request, error)

NewTrainedModelUnlinkFileDestroyRequest generates requests for TrainedModelUnlinkFileDestroy

func NewTrainedModelUpdateRequest

func NewTrainedModelUpdateRequest(server string, id int, body TrainedModelUpdateJSONRequestBody) (*http.Request, error)

NewTrainedModelUpdateRequest calls the generic TrainedModelUpdate builder with application/json body

func NewTrainedModelUpdateRequestWithBody

func NewTrainedModelUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewTrainedModelUpdateRequestWithBody generates requests for TrainedModelUpdate with any type of body

func NewTrainingDataCreateRequestWithBody

func NewTrainingDataCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewTrainingDataCreateRequestWithBody generates requests for TrainingDataCreate with any type of body

func NewTrainingDataDestroyRequest

func NewTrainingDataDestroyRequest(server string, id int) (*http.Request, error)

NewTrainingDataDestroyRequest generates requests for TrainingDataDestroy

func NewTrainingDataDownloadFileRetrieveRequest

func NewTrainingDataDownloadFileRetrieveRequest(server string, id int) (*http.Request, error)

NewTrainingDataDownloadFileRetrieveRequest generates requests for TrainingDataDownloadFileRetrieve

func NewTrainingDataListRequest

func NewTrainingDataListRequest(server string, params *TrainingDataListParams) (*http.Request, error)

NewTrainingDataListRequest generates requests for TrainingDataList

func NewTrainingDataPartialUpdateRequestWithBody

func NewTrainingDataPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewTrainingDataPartialUpdateRequestWithBody generates requests for TrainingDataPartialUpdate with any type of body

func NewTrainingDataRetrieveRequest

func NewTrainingDataRetrieveRequest(server string, id int) (*http.Request, error)

NewTrainingDataRetrieveRequest generates requests for TrainingDataRetrieve

func NewTrainingDataUnlinkFileDestroyRequest

func NewTrainingDataUnlinkFileDestroyRequest(server string, id int) (*http.Request, error)

NewTrainingDataUnlinkFileDestroyRequest generates requests for TrainingDataUnlinkFileDestroy

func NewTrainingDataUpdateRequestWithBody

func NewTrainingDataUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)

NewTrainingDataUpdateRequestWithBody generates requests for TrainingDataUpdate with any type of body

Types

type AuthLoginCreateJSONBody

type AuthLoginCreateJSONBody Login

AuthLoginCreateJSONBody defines parameters for AuthLoginCreate.

type AuthLoginCreateJSONRequestBody

type AuthLoginCreateJSONRequestBody AuthLoginCreateJSONBody

AuthLoginCreateJSONRequestBody defines body for AuthLoginCreate for application/json ContentType.

type AuthLoginCreateResponse

type AuthLoginCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *JWT
}

func ParseAuthLoginCreateResponse

func ParseAuthLoginCreateResponse(rsp *http.Response) (*AuthLoginCreateResponse, error)

ParseAuthLoginCreateResponse parses an HTTP response from a AuthLoginCreateWithResponse call

func (AuthLoginCreateResponse) Status

func (r AuthLoginCreateResponse) Status() string

Status returns HTTPResponse.Status

func (AuthLoginCreateResponse) StatusCode

func (r AuthLoginCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthLogoutCreateResponse

type AuthLogoutCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RestAuthDetail
}

func ParseAuthLogoutCreateResponse

func ParseAuthLogoutCreateResponse(rsp *http.Response) (*AuthLogoutCreateResponse, error)

ParseAuthLogoutCreateResponse parses an HTTP response from a AuthLogoutCreateWithResponse call

func (AuthLogoutCreateResponse) Status

func (r AuthLogoutCreateResponse) Status() string

Status returns HTTPResponse.Status

func (AuthLogoutCreateResponse) StatusCode

func (r AuthLogoutCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthPasswordChangeCreateJSONBody

type AuthPasswordChangeCreateJSONBody PasswordChange

AuthPasswordChangeCreateJSONBody defines parameters for AuthPasswordChangeCreate.

type AuthPasswordChangeCreateJSONRequestBody

type AuthPasswordChangeCreateJSONRequestBody AuthPasswordChangeCreateJSONBody

AuthPasswordChangeCreateJSONRequestBody defines body for AuthPasswordChangeCreate for application/json ContentType.

type AuthPasswordChangeCreateResponse

type AuthPasswordChangeCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RestAuthDetail
}

func ParseAuthPasswordChangeCreateResponse

func ParseAuthPasswordChangeCreateResponse(rsp *http.Response) (*AuthPasswordChangeCreateResponse, error)

ParseAuthPasswordChangeCreateResponse parses an HTTP response from a AuthPasswordChangeCreateWithResponse call

func (AuthPasswordChangeCreateResponse) Status

Status returns HTTPResponse.Status

func (AuthPasswordChangeCreateResponse) StatusCode

func (r AuthPasswordChangeCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthPasswordResetConfirmCreateJSONBody

type AuthPasswordResetConfirmCreateJSONBody PasswordResetConfirm

AuthPasswordResetConfirmCreateJSONBody defines parameters for AuthPasswordResetConfirmCreate.

type AuthPasswordResetConfirmCreateJSONRequestBody

type AuthPasswordResetConfirmCreateJSONRequestBody AuthPasswordResetConfirmCreateJSONBody

AuthPasswordResetConfirmCreateJSONRequestBody defines body for AuthPasswordResetConfirmCreate for application/json ContentType.

type AuthPasswordResetConfirmCreateResponse

type AuthPasswordResetConfirmCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RestAuthDetail
}

func ParseAuthPasswordResetConfirmCreateResponse

func ParseAuthPasswordResetConfirmCreateResponse(rsp *http.Response) (*AuthPasswordResetConfirmCreateResponse, error)

ParseAuthPasswordResetConfirmCreateResponse parses an HTTP response from a AuthPasswordResetConfirmCreateWithResponse call

func (AuthPasswordResetConfirmCreateResponse) Status

Status returns HTTPResponse.Status

func (AuthPasswordResetConfirmCreateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AuthPasswordResetCreateJSONBody

type AuthPasswordResetCreateJSONBody PasswordReset

AuthPasswordResetCreateJSONBody defines parameters for AuthPasswordResetCreate.

type AuthPasswordResetCreateJSONRequestBody

type AuthPasswordResetCreateJSONRequestBody AuthPasswordResetCreateJSONBody

AuthPasswordResetCreateJSONRequestBody defines body for AuthPasswordResetCreate for application/json ContentType.

type AuthPasswordResetCreateResponse

type AuthPasswordResetCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RestAuthDetail
}

func ParseAuthPasswordResetCreateResponse

func ParseAuthPasswordResetCreateResponse(rsp *http.Response) (*AuthPasswordResetCreateResponse, error)

ParseAuthPasswordResetCreateResponse parses an HTTP response from a AuthPasswordResetCreateWithResponse call

func (AuthPasswordResetCreateResponse) Status

Status returns HTTPResponse.Status

func (AuthPasswordResetCreateResponse) StatusCode

func (r AuthPasswordResetCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthToken

type AuthToken struct {
	Password string `json:"password"`
	Token    string `json:"token"`
	Username string `json:"username"`
}

AuthToken defines model for AuthToken.

type AuthTokenRefreshCreateJSONBody

type AuthTokenRefreshCreateJSONBody TokenRefresh

AuthTokenRefreshCreateJSONBody defines parameters for AuthTokenRefreshCreate.

type AuthTokenRefreshCreateJSONRequestBody

type AuthTokenRefreshCreateJSONRequestBody AuthTokenRefreshCreateJSONBody

AuthTokenRefreshCreateJSONRequestBody defines body for AuthTokenRefreshCreate for application/json ContentType.

type AuthTokenRefreshCreateResponse

type AuthTokenRefreshCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TokenRefresh
}

func ParseAuthTokenRefreshCreateResponse

func ParseAuthTokenRefreshCreateResponse(rsp *http.Response) (*AuthTokenRefreshCreateResponse, error)

ParseAuthTokenRefreshCreateResponse parses an HTTP response from a AuthTokenRefreshCreateWithResponse call

func (AuthTokenRefreshCreateResponse) Status

Status returns HTTPResponse.Status

func (AuthTokenRefreshCreateResponse) StatusCode

func (r AuthTokenRefreshCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthTokenVerifyCreateJSONBody

type AuthTokenVerifyCreateJSONBody TokenVerify

AuthTokenVerifyCreateJSONBody defines parameters for AuthTokenVerifyCreate.

type AuthTokenVerifyCreateJSONRequestBody

type AuthTokenVerifyCreateJSONRequestBody AuthTokenVerifyCreateJSONBody

AuthTokenVerifyCreateJSONRequestBody defines body for AuthTokenVerifyCreate for application/json ContentType.

type AuthTokenVerifyCreateResponse

type AuthTokenVerifyCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TokenVerify
}

func ParseAuthTokenVerifyCreateResponse

func ParseAuthTokenVerifyCreateResponse(rsp *http.Response) (*AuthTokenVerifyCreateResponse, error)

ParseAuthTokenVerifyCreateResponse parses an HTTP response from a AuthTokenVerifyCreateWithResponse call

func (AuthTokenVerifyCreateResponse) Status

Status returns HTTPResponse.Status

func (AuthTokenVerifyCreateResponse) StatusCode

func (r AuthTokenVerifyCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthUserPartialUpdateJSONBody

type AuthUserPartialUpdateJSONBody PatchedUserDetails

AuthUserPartialUpdateJSONBody defines parameters for AuthUserPartialUpdate.

type AuthUserPartialUpdateJSONRequestBody

type AuthUserPartialUpdateJSONRequestBody AuthUserPartialUpdateJSONBody

AuthUserPartialUpdateJSONRequestBody defines body for AuthUserPartialUpdate for application/json ContentType.

type AuthUserPartialUpdateResponse

type AuthUserPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserDetails
}

func ParseAuthUserPartialUpdateResponse

func ParseAuthUserPartialUpdateResponse(rsp *http.Response) (*AuthUserPartialUpdateResponse, error)

ParseAuthUserPartialUpdateResponse parses an HTTP response from a AuthUserPartialUpdateWithResponse call

func (AuthUserPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (AuthUserPartialUpdateResponse) StatusCode

func (r AuthUserPartialUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthUserRetrieveResponse

type AuthUserRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserDetails
}

func ParseAuthUserRetrieveResponse

func ParseAuthUserRetrieveResponse(rsp *http.Response) (*AuthUserRetrieveResponse, error)

ParseAuthUserRetrieveResponse parses an HTTP response from a AuthUserRetrieveWithResponse call

func (AuthUserRetrieveResponse) Status

func (r AuthUserRetrieveResponse) Status() string

Status returns HTTPResponse.Status

func (AuthUserRetrieveResponse) StatusCode

func (r AuthUserRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthUserUpdateJSONBody

type AuthUserUpdateJSONBody UserDetails

AuthUserUpdateJSONBody defines parameters for AuthUserUpdate.

type AuthUserUpdateJSONRequestBody

type AuthUserUpdateJSONRequestBody AuthUserUpdateJSONBody

AuthUserUpdateJSONRequestBody defines body for AuthUserUpdate for application/json ContentType.

type AuthUserUpdateResponse

type AuthUserUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserDetails
}

func ParseAuthUserUpdateResponse

func ParseAuthUserUpdateResponse(rsp *http.Response) (*AuthUserUpdateResponse, error)

ParseAuthUserUpdateResponse parses an HTTP response from a AuthUserUpdateWithResponse call

func (AuthUserUpdateResponse) Status

func (r AuthUserUpdateResponse) Status() string

Status returns HTTPResponse.Status

func (AuthUserUpdateResponse) StatusCode

func (r AuthUserUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) AuthLoginCreate

func (c *Client) AuthLoginCreate(ctx context.Context, body AuthLoginCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthLoginCreateWithBody

func (c *Client) AuthLoginCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthLogoutCreate

func (c *Client) AuthLogoutCreate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthPasswordChangeCreate

func (c *Client) AuthPasswordChangeCreate(ctx context.Context, body AuthPasswordChangeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthPasswordChangeCreateWithBody

func (c *Client) AuthPasswordChangeCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthPasswordResetConfirmCreate

func (c *Client) AuthPasswordResetConfirmCreate(ctx context.Context, body AuthPasswordResetConfirmCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthPasswordResetConfirmCreateWithBody

func (c *Client) AuthPasswordResetConfirmCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthPasswordResetCreate

func (c *Client) AuthPasswordResetCreate(ctx context.Context, body AuthPasswordResetCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthPasswordResetCreateWithBody

func (c *Client) AuthPasswordResetCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthTokenRefreshCreate

func (c *Client) AuthTokenRefreshCreate(ctx context.Context, body AuthTokenRefreshCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthTokenRefreshCreateWithBody

func (c *Client) AuthTokenRefreshCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthTokenVerifyCreate

func (c *Client) AuthTokenVerifyCreate(ctx context.Context, body AuthTokenVerifyCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthTokenVerifyCreateWithBody

func (c *Client) AuthTokenVerifyCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthUserPartialUpdate

func (c *Client) AuthUserPartialUpdate(ctx context.Context, body AuthUserPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthUserPartialUpdateWithBody

func (c *Client) AuthUserPartialUpdateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthUserRetrieve

func (c *Client) AuthUserRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthUserUpdate

func (c *Client) AuthUserUpdate(ctx context.Context, body AuthUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AuthUserUpdateWithBody

func (c *Client) AuthUserUpdateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigCreate

func (c *Client) EvaluationConfigCreate(ctx context.Context, body EvaluationConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigCreateWithBody

func (c *Client) EvaluationConfigCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigDestroy

func (c *Client) EvaluationConfigDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigList

func (c *Client) EvaluationConfigList(ctx context.Context, params *EvaluationConfigListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigPartialUpdate

func (c *Client) EvaluationConfigPartialUpdate(ctx context.Context, id int, body EvaluationConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigPartialUpdateWithBody

func (c *Client) EvaluationConfigPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigRetrieve

func (c *Client) EvaluationConfigRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigUpdate

func (c *Client) EvaluationConfigUpdate(ctx context.Context, id int, body EvaluationConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EvaluationConfigUpdateWithBody

func (c *Client) EvaluationConfigUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataCreateWithBody

func (c *Client) ItemMetaDataCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataDestroy

func (c *Client) ItemMetaDataDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataDownloadFileRetrieve

func (c *Client) ItemMetaDataDownloadFileRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataList

func (c *Client) ItemMetaDataList(ctx context.Context, params *ItemMetaDataListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataPartialUpdateWithBody

func (c *Client) ItemMetaDataPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataRetrieve

func (c *Client) ItemMetaDataRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataUnlinkFileDestroy

func (c *Client) ItemMetaDataUnlinkFileDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ItemMetaDataUpdateWithBody

func (c *Client) ItemMetaDataUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationCreate

func (c *Client) ModelConfigurationCreate(ctx context.Context, body ModelConfigurationCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationCreateWithBody

func (c *Client) ModelConfigurationCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationDestroy

func (c *Client) ModelConfigurationDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationList

func (c *Client) ModelConfigurationList(ctx context.Context, params *ModelConfigurationListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationPartialUpdate

func (c *Client) ModelConfigurationPartialUpdate(ctx context.Context, id int, body ModelConfigurationPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationPartialUpdateWithBody

func (c *Client) ModelConfigurationPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationRetrieve

func (c *Client) ModelConfigurationRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationUpdate

func (c *Client) ModelConfigurationUpdate(ctx context.Context, id int, body ModelConfigurationUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModelConfigurationUpdateWithBody

func (c *Client) ModelConfigurationUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobCreate

func (c *Client) ParameterTuningJobCreate(ctx context.Context, body ParameterTuningJobCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobCreateWithBody

func (c *Client) ParameterTuningJobCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobDestroy

func (c *Client) ParameterTuningJobDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobList

func (c *Client) ParameterTuningJobList(ctx context.Context, params *ParameterTuningJobListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobPartialUpdate

func (c *Client) ParameterTuningJobPartialUpdate(ctx context.Context, id int, body ParameterTuningJobPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobPartialUpdateWithBody

func (c *Client) ParameterTuningJobPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobRetrieve

func (c *Client) ParameterTuningJobRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobUpdate

func (c *Client) ParameterTuningJobUpdate(ctx context.Context, id int, body ParameterTuningJobUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ParameterTuningJobUpdateWithBody

func (c *Client) ParameterTuningJobUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectCreate

func (c *Client) ProjectCreate(ctx context.Context, body ProjectCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectCreateWithBody

func (c *Client) ProjectCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectDestroy

func (c *Client) ProjectDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectList

func (c *Client) ProjectList(ctx context.Context, params *ProjectListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectPartialUpdate

func (c *Client) ProjectPartialUpdate(ctx context.Context, id int, body ProjectPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectPartialUpdateWithBody

func (c *Client) ProjectPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectRetrieve

func (c *Client) ProjectRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectSummaryRetrieve

func (c *Client) ProjectSummaryRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectUpdate

func (c *Client) ProjectUpdate(ctx context.Context, id int, body ProjectUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectUpdateWithBody

func (c *Client) ProjectUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SchemaRetrieve

func (c *Client) SchemaRetrieve(ctx context.Context, params *SchemaRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigCreate

func (c *Client) SplitConfigCreate(ctx context.Context, body SplitConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigCreateWithBody

func (c *Client) SplitConfigCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigDestroy

func (c *Client) SplitConfigDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigList

func (c *Client) SplitConfigList(ctx context.Context, params *SplitConfigListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigPartialUpdate

func (c *Client) SplitConfigPartialUpdate(ctx context.Context, id int, body SplitConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigPartialUpdateWithBody

func (c *Client) SplitConfigPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigRetrieve

func (c *Client) SplitConfigRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigUpdate

func (c *Client) SplitConfigUpdate(ctx context.Context, id int, body SplitConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitConfigUpdateWithBody

func (c *Client) SplitConfigUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TaskLogList

func (c *Client) TaskLogList(ctx context.Context, params *TaskLogListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TaskLogRetrieve

func (c *Client) TaskLogRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TokenCreate

func (c *Client) TokenCreate(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TokenCreateWithBody

func (c *Client) TokenCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelCreate

func (c *Client) TrainedModelCreate(ctx context.Context, body TrainedModelCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelCreateWithBody

func (c *Client) TrainedModelCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelDestroy

func (c *Client) TrainedModelDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelDownloadFileRetrieve

func (c *Client) TrainedModelDownloadFileRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelList

func (c *Client) TrainedModelList(ctx context.Context, params *TrainedModelListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelPartialUpdate

func (c *Client) TrainedModelPartialUpdate(ctx context.Context, id int, body TrainedModelPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelPartialUpdateWithBody

func (c *Client) TrainedModelPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelRetrieve

func (c *Client) TrainedModelRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelSampleRecommendationMetadataRetrieve

func (c *Client) TrainedModelSampleRecommendationMetadataRetrieve(ctx context.Context, id int, metadataId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelSampleRecommendationRawRetrieve

func (c *Client) TrainedModelSampleRecommendationRawRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelUnlinkFileDestroy

func (c *Client) TrainedModelUnlinkFileDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelUpdate

func (c *Client) TrainedModelUpdate(ctx context.Context, id int, body TrainedModelUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainedModelUpdateWithBody

func (c *Client) TrainedModelUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataCreateWithBody

func (c *Client) TrainingDataCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataDestroy

func (c *Client) TrainingDataDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataDownloadFileRetrieve

func (c *Client) TrainingDataDownloadFileRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataList

func (c *Client) TrainingDataList(ctx context.Context, params *TrainingDataListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataPartialUpdateWithBody

func (c *Client) TrainingDataPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataRetrieve

func (c *Client) TrainingDataRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataUnlinkFileDestroy

func (c *Client) TrainingDataUnlinkFileDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TrainingDataUpdateWithBody

func (c *Client) TrainingDataUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// AuthLoginCreate request  with any body
	AuthLoginCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthLoginCreate(ctx context.Context, body AuthLoginCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthLogoutCreate request
	AuthLogoutCreate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthPasswordChangeCreate request  with any body
	AuthPasswordChangeCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthPasswordChangeCreate(ctx context.Context, body AuthPasswordChangeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthPasswordResetCreate request  with any body
	AuthPasswordResetCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthPasswordResetCreate(ctx context.Context, body AuthPasswordResetCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthPasswordResetConfirmCreate request  with any body
	AuthPasswordResetConfirmCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthPasswordResetConfirmCreate(ctx context.Context, body AuthPasswordResetConfirmCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthTokenRefreshCreate request  with any body
	AuthTokenRefreshCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthTokenRefreshCreate(ctx context.Context, body AuthTokenRefreshCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthTokenVerifyCreate request  with any body
	AuthTokenVerifyCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthTokenVerifyCreate(ctx context.Context, body AuthTokenVerifyCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthUserRetrieve request
	AuthUserRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthUserPartialUpdate request  with any body
	AuthUserPartialUpdateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthUserPartialUpdate(ctx context.Context, body AuthUserPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AuthUserUpdate request  with any body
	AuthUserUpdateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AuthUserUpdate(ctx context.Context, body AuthUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EvaluationConfigList request
	EvaluationConfigList(ctx context.Context, params *EvaluationConfigListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EvaluationConfigCreate request  with any body
	EvaluationConfigCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EvaluationConfigCreate(ctx context.Context, body EvaluationConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EvaluationConfigDestroy request
	EvaluationConfigDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EvaluationConfigRetrieve request
	EvaluationConfigRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EvaluationConfigPartialUpdate request  with any body
	EvaluationConfigPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EvaluationConfigPartialUpdate(ctx context.Context, id int, body EvaluationConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EvaluationConfigUpdate request  with any body
	EvaluationConfigUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EvaluationConfigUpdate(ctx context.Context, id int, body EvaluationConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataList request
	ItemMetaDataList(ctx context.Context, params *ItemMetaDataListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataCreate request  with any body
	ItemMetaDataCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataDestroy request
	ItemMetaDataDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataRetrieve request
	ItemMetaDataRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataPartialUpdate request  with any body
	ItemMetaDataPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataUpdate request  with any body
	ItemMetaDataUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataDownloadFileRetrieve request
	ItemMetaDataDownloadFileRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ItemMetaDataUnlinkFileDestroy request
	ItemMetaDataUnlinkFileDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModelConfigurationList request
	ModelConfigurationList(ctx context.Context, params *ModelConfigurationListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModelConfigurationCreate request  with any body
	ModelConfigurationCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ModelConfigurationCreate(ctx context.Context, body ModelConfigurationCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModelConfigurationDestroy request
	ModelConfigurationDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModelConfigurationRetrieve request
	ModelConfigurationRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModelConfigurationPartialUpdate request  with any body
	ModelConfigurationPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ModelConfigurationPartialUpdate(ctx context.Context, id int, body ModelConfigurationPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModelConfigurationUpdate request  with any body
	ModelConfigurationUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ModelConfigurationUpdate(ctx context.Context, id int, body ModelConfigurationUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ParameterTuningJobList request
	ParameterTuningJobList(ctx context.Context, params *ParameterTuningJobListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ParameterTuningJobCreate request  with any body
	ParameterTuningJobCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ParameterTuningJobCreate(ctx context.Context, body ParameterTuningJobCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ParameterTuningJobDestroy request
	ParameterTuningJobDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ParameterTuningJobRetrieve request
	ParameterTuningJobRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ParameterTuningJobPartialUpdate request  with any body
	ParameterTuningJobPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ParameterTuningJobPartialUpdate(ctx context.Context, id int, body ParameterTuningJobPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ParameterTuningJobUpdate request  with any body
	ParameterTuningJobUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ParameterTuningJobUpdate(ctx context.Context, id int, body ParameterTuningJobUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectList request
	ProjectList(ctx context.Context, params *ProjectListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectCreate request  with any body
	ProjectCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ProjectCreate(ctx context.Context, body ProjectCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectDestroy request
	ProjectDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectRetrieve request
	ProjectRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectPartialUpdate request  with any body
	ProjectPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ProjectPartialUpdate(ctx context.Context, id int, body ProjectPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectUpdate request  with any body
	ProjectUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ProjectUpdate(ctx context.Context, id int, body ProjectUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectSummaryRetrieve request
	ProjectSummaryRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SchemaRetrieve request
	SchemaRetrieve(ctx context.Context, params *SchemaRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SplitConfigList request
	SplitConfigList(ctx context.Context, params *SplitConfigListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SplitConfigCreate request  with any body
	SplitConfigCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SplitConfigCreate(ctx context.Context, body SplitConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SplitConfigDestroy request
	SplitConfigDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SplitConfigRetrieve request
	SplitConfigRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SplitConfigPartialUpdate request  with any body
	SplitConfigPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SplitConfigPartialUpdate(ctx context.Context, id int, body SplitConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SplitConfigUpdate request  with any body
	SplitConfigUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SplitConfigUpdate(ctx context.Context, id int, body SplitConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TaskLogList request
	TaskLogList(ctx context.Context, params *TaskLogListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TaskLogRetrieve request
	TaskLogRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TokenCreate request  with any body
	TokenCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TokenCreate(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelList request
	TrainedModelList(ctx context.Context, params *TrainedModelListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelCreate request  with any body
	TrainedModelCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TrainedModelCreate(ctx context.Context, body TrainedModelCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelDestroy request
	TrainedModelDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelRetrieve request
	TrainedModelRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelPartialUpdate request  with any body
	TrainedModelPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TrainedModelPartialUpdate(ctx context.Context, id int, body TrainedModelPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelUpdate request  with any body
	TrainedModelUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TrainedModelUpdate(ctx context.Context, id int, body TrainedModelUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelDownloadFileRetrieve request
	TrainedModelDownloadFileRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelSampleRecommendationMetadataRetrieve request
	TrainedModelSampleRecommendationMetadataRetrieve(ctx context.Context, id int, metadataId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelSampleRecommendationRawRetrieve request
	TrainedModelSampleRecommendationRawRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainedModelUnlinkFileDestroy request
	TrainedModelUnlinkFileDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataList request
	TrainingDataList(ctx context.Context, params *TrainingDataListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataCreate request  with any body
	TrainingDataCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataDestroy request
	TrainingDataDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataRetrieve request
	TrainingDataRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataPartialUpdate request  with any body
	TrainingDataPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataUpdate request  with any body
	TrainingDataUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataDownloadFileRetrieve request
	TrainingDataDownloadFileRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TrainingDataUnlinkFileDestroy request
	TrainingDataUnlinkFileDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) AuthLoginCreateWithBodyWithResponse

func (c *ClientWithResponses) AuthLoginCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthLoginCreateResponse, error)

AuthLoginCreateWithBodyWithResponse request with arbitrary body returning *AuthLoginCreateResponse

func (*ClientWithResponses) AuthLoginCreateWithResponse

func (c *ClientWithResponses) AuthLoginCreateWithResponse(ctx context.Context, body AuthLoginCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthLoginCreateResponse, error)

func (*ClientWithResponses) AuthLogoutCreateWithResponse

func (c *ClientWithResponses) AuthLogoutCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*AuthLogoutCreateResponse, error)

AuthLogoutCreateWithResponse request returning *AuthLogoutCreateResponse

func (*ClientWithResponses) AuthPasswordChangeCreateWithBodyWithResponse

func (c *ClientWithResponses) AuthPasswordChangeCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthPasswordChangeCreateResponse, error)

AuthPasswordChangeCreateWithBodyWithResponse request with arbitrary body returning *AuthPasswordChangeCreateResponse

func (*ClientWithResponses) AuthPasswordChangeCreateWithResponse

func (c *ClientWithResponses) AuthPasswordChangeCreateWithResponse(ctx context.Context, body AuthPasswordChangeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthPasswordChangeCreateResponse, error)

func (*ClientWithResponses) AuthPasswordResetConfirmCreateWithBodyWithResponse

func (c *ClientWithResponses) AuthPasswordResetConfirmCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthPasswordResetConfirmCreateResponse, error)

AuthPasswordResetConfirmCreateWithBodyWithResponse request with arbitrary body returning *AuthPasswordResetConfirmCreateResponse

func (*ClientWithResponses) AuthPasswordResetConfirmCreateWithResponse

func (c *ClientWithResponses) AuthPasswordResetConfirmCreateWithResponse(ctx context.Context, body AuthPasswordResetConfirmCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthPasswordResetConfirmCreateResponse, error)

func (*ClientWithResponses) AuthPasswordResetCreateWithBodyWithResponse

func (c *ClientWithResponses) AuthPasswordResetCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthPasswordResetCreateResponse, error)

AuthPasswordResetCreateWithBodyWithResponse request with arbitrary body returning *AuthPasswordResetCreateResponse

func (*ClientWithResponses) AuthPasswordResetCreateWithResponse

func (c *ClientWithResponses) AuthPasswordResetCreateWithResponse(ctx context.Context, body AuthPasswordResetCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthPasswordResetCreateResponse, error)

func (*ClientWithResponses) AuthTokenRefreshCreateWithBodyWithResponse

func (c *ClientWithResponses) AuthTokenRefreshCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthTokenRefreshCreateResponse, error)

AuthTokenRefreshCreateWithBodyWithResponse request with arbitrary body returning *AuthTokenRefreshCreateResponse

func (*ClientWithResponses) AuthTokenRefreshCreateWithResponse

func (c *ClientWithResponses) AuthTokenRefreshCreateWithResponse(ctx context.Context, body AuthTokenRefreshCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthTokenRefreshCreateResponse, error)

func (*ClientWithResponses) AuthTokenVerifyCreateWithBodyWithResponse

func (c *ClientWithResponses) AuthTokenVerifyCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthTokenVerifyCreateResponse, error)

AuthTokenVerifyCreateWithBodyWithResponse request with arbitrary body returning *AuthTokenVerifyCreateResponse

func (*ClientWithResponses) AuthTokenVerifyCreateWithResponse

func (c *ClientWithResponses) AuthTokenVerifyCreateWithResponse(ctx context.Context, body AuthTokenVerifyCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthTokenVerifyCreateResponse, error)

func (*ClientWithResponses) AuthUserPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) AuthUserPartialUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthUserPartialUpdateResponse, error)

AuthUserPartialUpdateWithBodyWithResponse request with arbitrary body returning *AuthUserPartialUpdateResponse

func (*ClientWithResponses) AuthUserPartialUpdateWithResponse

func (c *ClientWithResponses) AuthUserPartialUpdateWithResponse(ctx context.Context, body AuthUserPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthUserPartialUpdateResponse, error)

func (*ClientWithResponses) AuthUserRetrieveWithResponse

func (c *ClientWithResponses) AuthUserRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*AuthUserRetrieveResponse, error)

AuthUserRetrieveWithResponse request returning *AuthUserRetrieveResponse

func (*ClientWithResponses) AuthUserUpdateWithBodyWithResponse

func (c *ClientWithResponses) AuthUserUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthUserUpdateResponse, error)

AuthUserUpdateWithBodyWithResponse request with arbitrary body returning *AuthUserUpdateResponse

func (*ClientWithResponses) AuthUserUpdateWithResponse

func (c *ClientWithResponses) AuthUserUpdateWithResponse(ctx context.Context, body AuthUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthUserUpdateResponse, error)

func (*ClientWithResponses) EvaluationConfigCreateWithBodyWithResponse

func (c *ClientWithResponses) EvaluationConfigCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EvaluationConfigCreateResponse, error)

EvaluationConfigCreateWithBodyWithResponse request with arbitrary body returning *EvaluationConfigCreateResponse

func (*ClientWithResponses) EvaluationConfigCreateWithResponse

func (c *ClientWithResponses) EvaluationConfigCreateWithResponse(ctx context.Context, body EvaluationConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*EvaluationConfigCreateResponse, error)

func (*ClientWithResponses) EvaluationConfigDestroyWithResponse

func (c *ClientWithResponses) EvaluationConfigDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*EvaluationConfigDestroyResponse, error)

EvaluationConfigDestroyWithResponse request returning *EvaluationConfigDestroyResponse

func (*ClientWithResponses) EvaluationConfigListWithResponse

func (c *ClientWithResponses) EvaluationConfigListWithResponse(ctx context.Context, params *EvaluationConfigListParams, reqEditors ...RequestEditorFn) (*EvaluationConfigListResponse, error)

EvaluationConfigListWithResponse request returning *EvaluationConfigListResponse

func (*ClientWithResponses) EvaluationConfigPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) EvaluationConfigPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EvaluationConfigPartialUpdateResponse, error)

EvaluationConfigPartialUpdateWithBodyWithResponse request with arbitrary body returning *EvaluationConfigPartialUpdateResponse

func (*ClientWithResponses) EvaluationConfigPartialUpdateWithResponse

func (c *ClientWithResponses) EvaluationConfigPartialUpdateWithResponse(ctx context.Context, id int, body EvaluationConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*EvaluationConfigPartialUpdateResponse, error)

func (*ClientWithResponses) EvaluationConfigRetrieveWithResponse

func (c *ClientWithResponses) EvaluationConfigRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*EvaluationConfigRetrieveResponse, error)

EvaluationConfigRetrieveWithResponse request returning *EvaluationConfigRetrieveResponse

func (*ClientWithResponses) EvaluationConfigUpdateWithBodyWithResponse

func (c *ClientWithResponses) EvaluationConfigUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EvaluationConfigUpdateResponse, error)

EvaluationConfigUpdateWithBodyWithResponse request with arbitrary body returning *EvaluationConfigUpdateResponse

func (*ClientWithResponses) EvaluationConfigUpdateWithResponse

func (c *ClientWithResponses) EvaluationConfigUpdateWithResponse(ctx context.Context, id int, body EvaluationConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*EvaluationConfigUpdateResponse, error)

func (*ClientWithResponses) ItemMetaDataCreateWithBodyWithResponse

func (c *ClientWithResponses) ItemMetaDataCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ItemMetaDataCreateResponse, error)

ItemMetaDataCreateWithBodyWithResponse request with arbitrary body returning *ItemMetaDataCreateResponse

func (*ClientWithResponses) ItemMetaDataDestroyWithResponse

func (c *ClientWithResponses) ItemMetaDataDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataDestroyResponse, error)

ItemMetaDataDestroyWithResponse request returning *ItemMetaDataDestroyResponse

func (*ClientWithResponses) ItemMetaDataDownloadFileRetrieveWithResponse

func (c *ClientWithResponses) ItemMetaDataDownloadFileRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataDownloadFileRetrieveResponse, error)

ItemMetaDataDownloadFileRetrieveWithResponse request returning *ItemMetaDataDownloadFileRetrieveResponse

func (*ClientWithResponses) ItemMetaDataListWithResponse

func (c *ClientWithResponses) ItemMetaDataListWithResponse(ctx context.Context, params *ItemMetaDataListParams, reqEditors ...RequestEditorFn) (*ItemMetaDataListResponse, error)

ItemMetaDataListWithResponse request returning *ItemMetaDataListResponse

func (*ClientWithResponses) ItemMetaDataPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) ItemMetaDataPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ItemMetaDataPartialUpdateResponse, error)

ItemMetaDataPartialUpdateWithBodyWithResponse request with arbitrary body returning *ItemMetaDataPartialUpdateResponse

func (*ClientWithResponses) ItemMetaDataRetrieveWithResponse

func (c *ClientWithResponses) ItemMetaDataRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataRetrieveResponse, error)

ItemMetaDataRetrieveWithResponse request returning *ItemMetaDataRetrieveResponse

func (*ClientWithResponses) ItemMetaDataUnlinkFileDestroyWithResponse

func (c *ClientWithResponses) ItemMetaDataUnlinkFileDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataUnlinkFileDestroyResponse, error)

ItemMetaDataUnlinkFileDestroyWithResponse request returning *ItemMetaDataUnlinkFileDestroyResponse

func (*ClientWithResponses) ItemMetaDataUpdateWithBodyWithResponse

func (c *ClientWithResponses) ItemMetaDataUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ItemMetaDataUpdateResponse, error)

ItemMetaDataUpdateWithBodyWithResponse request with arbitrary body returning *ItemMetaDataUpdateResponse

func (*ClientWithResponses) ModelConfigurationCreateWithBodyWithResponse

func (c *ClientWithResponses) ModelConfigurationCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelConfigurationCreateResponse, error)

ModelConfigurationCreateWithBodyWithResponse request with arbitrary body returning *ModelConfigurationCreateResponse

func (*ClientWithResponses) ModelConfigurationCreateWithResponse

func (c *ClientWithResponses) ModelConfigurationCreateWithResponse(ctx context.Context, body ModelConfigurationCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelConfigurationCreateResponse, error)

func (*ClientWithResponses) ModelConfigurationDestroyWithResponse

func (c *ClientWithResponses) ModelConfigurationDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ModelConfigurationDestroyResponse, error)

ModelConfigurationDestroyWithResponse request returning *ModelConfigurationDestroyResponse

func (*ClientWithResponses) ModelConfigurationListWithResponse

func (c *ClientWithResponses) ModelConfigurationListWithResponse(ctx context.Context, params *ModelConfigurationListParams, reqEditors ...RequestEditorFn) (*ModelConfigurationListResponse, error)

ModelConfigurationListWithResponse request returning *ModelConfigurationListResponse

func (*ClientWithResponses) ModelConfigurationPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) ModelConfigurationPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelConfigurationPartialUpdateResponse, error)

ModelConfigurationPartialUpdateWithBodyWithResponse request with arbitrary body returning *ModelConfigurationPartialUpdateResponse

func (*ClientWithResponses) ModelConfigurationPartialUpdateWithResponse

func (c *ClientWithResponses) ModelConfigurationPartialUpdateWithResponse(ctx context.Context, id int, body ModelConfigurationPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelConfigurationPartialUpdateResponse, error)

func (*ClientWithResponses) ModelConfigurationRetrieveWithResponse

func (c *ClientWithResponses) ModelConfigurationRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ModelConfigurationRetrieveResponse, error)

ModelConfigurationRetrieveWithResponse request returning *ModelConfigurationRetrieveResponse

func (*ClientWithResponses) ModelConfigurationUpdateWithBodyWithResponse

func (c *ClientWithResponses) ModelConfigurationUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelConfigurationUpdateResponse, error)

ModelConfigurationUpdateWithBodyWithResponse request with arbitrary body returning *ModelConfigurationUpdateResponse

func (*ClientWithResponses) ModelConfigurationUpdateWithResponse

func (c *ClientWithResponses) ModelConfigurationUpdateWithResponse(ctx context.Context, id int, body ModelConfigurationUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelConfigurationUpdateResponse, error)

func (*ClientWithResponses) ParameterTuningJobCreateWithBodyWithResponse

func (c *ClientWithResponses) ParameterTuningJobCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ParameterTuningJobCreateResponse, error)

ParameterTuningJobCreateWithBodyWithResponse request with arbitrary body returning *ParameterTuningJobCreateResponse

func (*ClientWithResponses) ParameterTuningJobCreateWithResponse

func (c *ClientWithResponses) ParameterTuningJobCreateWithResponse(ctx context.Context, body ParameterTuningJobCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ParameterTuningJobCreateResponse, error)

func (*ClientWithResponses) ParameterTuningJobDestroyWithResponse

func (c *ClientWithResponses) ParameterTuningJobDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ParameterTuningJobDestroyResponse, error)

ParameterTuningJobDestroyWithResponse request returning *ParameterTuningJobDestroyResponse

func (*ClientWithResponses) ParameterTuningJobListWithResponse

func (c *ClientWithResponses) ParameterTuningJobListWithResponse(ctx context.Context, params *ParameterTuningJobListParams, reqEditors ...RequestEditorFn) (*ParameterTuningJobListResponse, error)

ParameterTuningJobListWithResponse request returning *ParameterTuningJobListResponse

func (*ClientWithResponses) ParameterTuningJobPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) ParameterTuningJobPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ParameterTuningJobPartialUpdateResponse, error)

ParameterTuningJobPartialUpdateWithBodyWithResponse request with arbitrary body returning *ParameterTuningJobPartialUpdateResponse

func (*ClientWithResponses) ParameterTuningJobPartialUpdateWithResponse

func (c *ClientWithResponses) ParameterTuningJobPartialUpdateWithResponse(ctx context.Context, id int, body ParameterTuningJobPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ParameterTuningJobPartialUpdateResponse, error)

func (*ClientWithResponses) ParameterTuningJobRetrieveWithResponse

func (c *ClientWithResponses) ParameterTuningJobRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ParameterTuningJobRetrieveResponse, error)

ParameterTuningJobRetrieveWithResponse request returning *ParameterTuningJobRetrieveResponse

func (*ClientWithResponses) ParameterTuningJobUpdateWithBodyWithResponse

func (c *ClientWithResponses) ParameterTuningJobUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ParameterTuningJobUpdateResponse, error)

ParameterTuningJobUpdateWithBodyWithResponse request with arbitrary body returning *ParameterTuningJobUpdateResponse

func (*ClientWithResponses) ParameterTuningJobUpdateWithResponse

func (c *ClientWithResponses) ParameterTuningJobUpdateWithResponse(ctx context.Context, id int, body ParameterTuningJobUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ParameterTuningJobUpdateResponse, error)

func (*ClientWithResponses) ProjectCreateWithBodyWithResponse

func (c *ClientWithResponses) ProjectCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectCreateResponse, error)

ProjectCreateWithBodyWithResponse request with arbitrary body returning *ProjectCreateResponse

func (*ClientWithResponses) ProjectCreateWithResponse

func (c *ClientWithResponses) ProjectCreateWithResponse(ctx context.Context, body ProjectCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectCreateResponse, error)

func (*ClientWithResponses) ProjectDestroyWithResponse

func (c *ClientWithResponses) ProjectDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProjectDestroyResponse, error)

ProjectDestroyWithResponse request returning *ProjectDestroyResponse

func (*ClientWithResponses) ProjectListWithResponse

func (c *ClientWithResponses) ProjectListWithResponse(ctx context.Context, params *ProjectListParams, reqEditors ...RequestEditorFn) (*ProjectListResponse, error)

ProjectListWithResponse request returning *ProjectListResponse

func (*ClientWithResponses) ProjectPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) ProjectPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectPartialUpdateResponse, error)

ProjectPartialUpdateWithBodyWithResponse request with arbitrary body returning *ProjectPartialUpdateResponse

func (*ClientWithResponses) ProjectPartialUpdateWithResponse

func (c *ClientWithResponses) ProjectPartialUpdateWithResponse(ctx context.Context, id int, body ProjectPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectPartialUpdateResponse, error)

func (*ClientWithResponses) ProjectRetrieveWithResponse

func (c *ClientWithResponses) ProjectRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProjectRetrieveResponse, error)

ProjectRetrieveWithResponse request returning *ProjectRetrieveResponse

func (*ClientWithResponses) ProjectSummaryRetrieveWithResponse

func (c *ClientWithResponses) ProjectSummaryRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProjectSummaryRetrieveResponse, error)

ProjectSummaryRetrieveWithResponse request returning *ProjectSummaryRetrieveResponse

func (*ClientWithResponses) ProjectUpdateWithBodyWithResponse

func (c *ClientWithResponses) ProjectUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateResponse, error)

ProjectUpdateWithBodyWithResponse request with arbitrary body returning *ProjectUpdateResponse

func (*ClientWithResponses) ProjectUpdateWithResponse

func (c *ClientWithResponses) ProjectUpdateWithResponse(ctx context.Context, id int, body ProjectUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateResponse, error)

func (*ClientWithResponses) SchemaRetrieveWithResponse

func (c *ClientWithResponses) SchemaRetrieveWithResponse(ctx context.Context, params *SchemaRetrieveParams, reqEditors ...RequestEditorFn) (*SchemaRetrieveResponse, error)

SchemaRetrieveWithResponse request returning *SchemaRetrieveResponse

func (*ClientWithResponses) SplitConfigCreateWithBodyWithResponse

func (c *ClientWithResponses) SplitConfigCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitConfigCreateResponse, error)

SplitConfigCreateWithBodyWithResponse request with arbitrary body returning *SplitConfigCreateResponse

func (*ClientWithResponses) SplitConfigCreateWithResponse

func (c *ClientWithResponses) SplitConfigCreateWithResponse(ctx context.Context, body SplitConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitConfigCreateResponse, error)

func (*ClientWithResponses) SplitConfigDestroyWithResponse

func (c *ClientWithResponses) SplitConfigDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SplitConfigDestroyResponse, error)

SplitConfigDestroyWithResponse request returning *SplitConfigDestroyResponse

func (*ClientWithResponses) SplitConfigListWithResponse

func (c *ClientWithResponses) SplitConfigListWithResponse(ctx context.Context, params *SplitConfigListParams, reqEditors ...RequestEditorFn) (*SplitConfigListResponse, error)

SplitConfigListWithResponse request returning *SplitConfigListResponse

func (*ClientWithResponses) SplitConfigPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) SplitConfigPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitConfigPartialUpdateResponse, error)

SplitConfigPartialUpdateWithBodyWithResponse request with arbitrary body returning *SplitConfigPartialUpdateResponse

func (*ClientWithResponses) SplitConfigPartialUpdateWithResponse

func (c *ClientWithResponses) SplitConfigPartialUpdateWithResponse(ctx context.Context, id int, body SplitConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitConfigPartialUpdateResponse, error)

func (*ClientWithResponses) SplitConfigRetrieveWithResponse

func (c *ClientWithResponses) SplitConfigRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SplitConfigRetrieveResponse, error)

SplitConfigRetrieveWithResponse request returning *SplitConfigRetrieveResponse

func (*ClientWithResponses) SplitConfigUpdateWithBodyWithResponse

func (c *ClientWithResponses) SplitConfigUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitConfigUpdateResponse, error)

SplitConfigUpdateWithBodyWithResponse request with arbitrary body returning *SplitConfigUpdateResponse

func (*ClientWithResponses) SplitConfigUpdateWithResponse

func (c *ClientWithResponses) SplitConfigUpdateWithResponse(ctx context.Context, id int, body SplitConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitConfigUpdateResponse, error)

func (*ClientWithResponses) TaskLogListWithResponse

func (c *ClientWithResponses) TaskLogListWithResponse(ctx context.Context, params *TaskLogListParams, reqEditors ...RequestEditorFn) (*TaskLogListResponse, error)

TaskLogListWithResponse request returning *TaskLogListResponse

func (*ClientWithResponses) TaskLogRetrieveWithResponse

func (c *ClientWithResponses) TaskLogRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TaskLogRetrieveResponse, error)

TaskLogRetrieveWithResponse request returning *TaskLogRetrieveResponse

func (*ClientWithResponses) TokenCreateWithBodyWithResponse

func (c *ClientWithResponses) TokenCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)

TokenCreateWithBodyWithResponse request with arbitrary body returning *TokenCreateResponse

func (*ClientWithResponses) TokenCreateWithResponse

func (c *ClientWithResponses) TokenCreateWithResponse(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)

func (*ClientWithResponses) TrainedModelCreateWithBodyWithResponse

func (c *ClientWithResponses) TrainedModelCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainedModelCreateResponse, error)

TrainedModelCreateWithBodyWithResponse request with arbitrary body returning *TrainedModelCreateResponse

func (*ClientWithResponses) TrainedModelCreateWithResponse

func (c *ClientWithResponses) TrainedModelCreateWithResponse(ctx context.Context, body TrainedModelCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrainedModelCreateResponse, error)

func (*ClientWithResponses) TrainedModelDestroyWithResponse

func (c *ClientWithResponses) TrainedModelDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelDestroyResponse, error)

TrainedModelDestroyWithResponse request returning *TrainedModelDestroyResponse

func (*ClientWithResponses) TrainedModelDownloadFileRetrieveWithResponse

func (c *ClientWithResponses) TrainedModelDownloadFileRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelDownloadFileRetrieveResponse, error)

TrainedModelDownloadFileRetrieveWithResponse request returning *TrainedModelDownloadFileRetrieveResponse

func (*ClientWithResponses) TrainedModelListWithResponse

func (c *ClientWithResponses) TrainedModelListWithResponse(ctx context.Context, params *TrainedModelListParams, reqEditors ...RequestEditorFn) (*TrainedModelListResponse, error)

TrainedModelListWithResponse request returning *TrainedModelListResponse

func (*ClientWithResponses) TrainedModelPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) TrainedModelPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainedModelPartialUpdateResponse, error)

TrainedModelPartialUpdateWithBodyWithResponse request with arbitrary body returning *TrainedModelPartialUpdateResponse

func (*ClientWithResponses) TrainedModelPartialUpdateWithResponse

func (c *ClientWithResponses) TrainedModelPartialUpdateWithResponse(ctx context.Context, id int, body TrainedModelPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrainedModelPartialUpdateResponse, error)

func (*ClientWithResponses) TrainedModelRetrieveWithResponse

func (c *ClientWithResponses) TrainedModelRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelRetrieveResponse, error)

TrainedModelRetrieveWithResponse request returning *TrainedModelRetrieveResponse

func (*ClientWithResponses) TrainedModelSampleRecommendationMetadataRetrieveWithResponse

func (c *ClientWithResponses) TrainedModelSampleRecommendationMetadataRetrieveWithResponse(ctx context.Context, id int, metadataId string, reqEditors ...RequestEditorFn) (*TrainedModelSampleRecommendationMetadataRetrieveResponse, error)

TrainedModelSampleRecommendationMetadataRetrieveWithResponse request returning *TrainedModelSampleRecommendationMetadataRetrieveResponse

func (*ClientWithResponses) TrainedModelSampleRecommendationRawRetrieveWithResponse

func (c *ClientWithResponses) TrainedModelSampleRecommendationRawRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelSampleRecommendationRawRetrieveResponse, error)

TrainedModelSampleRecommendationRawRetrieveWithResponse request returning *TrainedModelSampleRecommendationRawRetrieveResponse

func (*ClientWithResponses) TrainedModelUnlinkFileDestroyWithResponse

func (c *ClientWithResponses) TrainedModelUnlinkFileDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelUnlinkFileDestroyResponse, error)

TrainedModelUnlinkFileDestroyWithResponse request returning *TrainedModelUnlinkFileDestroyResponse

func (*ClientWithResponses) TrainedModelUpdateWithBodyWithResponse

func (c *ClientWithResponses) TrainedModelUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainedModelUpdateResponse, error)

TrainedModelUpdateWithBodyWithResponse request with arbitrary body returning *TrainedModelUpdateResponse

func (*ClientWithResponses) TrainedModelUpdateWithResponse

func (c *ClientWithResponses) TrainedModelUpdateWithResponse(ctx context.Context, id int, body TrainedModelUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrainedModelUpdateResponse, error)

func (*ClientWithResponses) TrainingDataCreateWithBodyWithResponse

func (c *ClientWithResponses) TrainingDataCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainingDataCreateResponse, error)

TrainingDataCreateWithBodyWithResponse request with arbitrary body returning *TrainingDataCreateResponse

func (*ClientWithResponses) TrainingDataDestroyWithResponse

func (c *ClientWithResponses) TrainingDataDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataDestroyResponse, error)

TrainingDataDestroyWithResponse request returning *TrainingDataDestroyResponse

func (*ClientWithResponses) TrainingDataDownloadFileRetrieveWithResponse

func (c *ClientWithResponses) TrainingDataDownloadFileRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataDownloadFileRetrieveResponse, error)

TrainingDataDownloadFileRetrieveWithResponse request returning *TrainingDataDownloadFileRetrieveResponse

func (*ClientWithResponses) TrainingDataListWithResponse

func (c *ClientWithResponses) TrainingDataListWithResponse(ctx context.Context, params *TrainingDataListParams, reqEditors ...RequestEditorFn) (*TrainingDataListResponse, error)

TrainingDataListWithResponse request returning *TrainingDataListResponse

func (*ClientWithResponses) TrainingDataPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) TrainingDataPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainingDataPartialUpdateResponse, error)

TrainingDataPartialUpdateWithBodyWithResponse request with arbitrary body returning *TrainingDataPartialUpdateResponse

func (*ClientWithResponses) TrainingDataRetrieveWithResponse

func (c *ClientWithResponses) TrainingDataRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataRetrieveResponse, error)

TrainingDataRetrieveWithResponse request returning *TrainingDataRetrieveResponse

func (*ClientWithResponses) TrainingDataUnlinkFileDestroyWithResponse

func (c *ClientWithResponses) TrainingDataUnlinkFileDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataUnlinkFileDestroyResponse, error)

TrainingDataUnlinkFileDestroyWithResponse request returning *TrainingDataUnlinkFileDestroyResponse

func (*ClientWithResponses) TrainingDataUpdateWithBodyWithResponse

func (c *ClientWithResponses) TrainingDataUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainingDataUpdateResponse, error)

TrainingDataUpdateWithBodyWithResponse request with arbitrary body returning *TrainingDataUpdateResponse

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// AuthLoginCreate request  with any body
	AuthLoginCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthLoginCreateResponse, error)

	AuthLoginCreateWithResponse(ctx context.Context, body AuthLoginCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthLoginCreateResponse, error)

	// AuthLogoutCreate request
	AuthLogoutCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*AuthLogoutCreateResponse, error)

	// AuthPasswordChangeCreate request  with any body
	AuthPasswordChangeCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthPasswordChangeCreateResponse, error)

	AuthPasswordChangeCreateWithResponse(ctx context.Context, body AuthPasswordChangeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthPasswordChangeCreateResponse, error)

	// AuthPasswordResetCreate request  with any body
	AuthPasswordResetCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthPasswordResetCreateResponse, error)

	AuthPasswordResetCreateWithResponse(ctx context.Context, body AuthPasswordResetCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthPasswordResetCreateResponse, error)

	// AuthPasswordResetConfirmCreate request  with any body
	AuthPasswordResetConfirmCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthPasswordResetConfirmCreateResponse, error)

	AuthPasswordResetConfirmCreateWithResponse(ctx context.Context, body AuthPasswordResetConfirmCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthPasswordResetConfirmCreateResponse, error)

	// AuthTokenRefreshCreate request  with any body
	AuthTokenRefreshCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthTokenRefreshCreateResponse, error)

	AuthTokenRefreshCreateWithResponse(ctx context.Context, body AuthTokenRefreshCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthTokenRefreshCreateResponse, error)

	// AuthTokenVerifyCreate request  with any body
	AuthTokenVerifyCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthTokenVerifyCreateResponse, error)

	AuthTokenVerifyCreateWithResponse(ctx context.Context, body AuthTokenVerifyCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthTokenVerifyCreateResponse, error)

	// AuthUserRetrieve request
	AuthUserRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*AuthUserRetrieveResponse, error)

	// AuthUserPartialUpdate request  with any body
	AuthUserPartialUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthUserPartialUpdateResponse, error)

	AuthUserPartialUpdateWithResponse(ctx context.Context, body AuthUserPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthUserPartialUpdateResponse, error)

	// AuthUserUpdate request  with any body
	AuthUserUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthUserUpdateResponse, error)

	AuthUserUpdateWithResponse(ctx context.Context, body AuthUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthUserUpdateResponse, error)

	// EvaluationConfigList request
	EvaluationConfigListWithResponse(ctx context.Context, params *EvaluationConfigListParams, reqEditors ...RequestEditorFn) (*EvaluationConfigListResponse, error)

	// EvaluationConfigCreate request  with any body
	EvaluationConfigCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EvaluationConfigCreateResponse, error)

	EvaluationConfigCreateWithResponse(ctx context.Context, body EvaluationConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*EvaluationConfigCreateResponse, error)

	// EvaluationConfigDestroy request
	EvaluationConfigDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*EvaluationConfigDestroyResponse, error)

	// EvaluationConfigRetrieve request
	EvaluationConfigRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*EvaluationConfigRetrieveResponse, error)

	// EvaluationConfigPartialUpdate request  with any body
	EvaluationConfigPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EvaluationConfigPartialUpdateResponse, error)

	EvaluationConfigPartialUpdateWithResponse(ctx context.Context, id int, body EvaluationConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*EvaluationConfigPartialUpdateResponse, error)

	// EvaluationConfigUpdate request  with any body
	EvaluationConfigUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EvaluationConfigUpdateResponse, error)

	EvaluationConfigUpdateWithResponse(ctx context.Context, id int, body EvaluationConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*EvaluationConfigUpdateResponse, error)

	// ItemMetaDataList request
	ItemMetaDataListWithResponse(ctx context.Context, params *ItemMetaDataListParams, reqEditors ...RequestEditorFn) (*ItemMetaDataListResponse, error)

	// ItemMetaDataCreate request  with any body
	ItemMetaDataCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ItemMetaDataCreateResponse, error)

	// ItemMetaDataDestroy request
	ItemMetaDataDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataDestroyResponse, error)

	// ItemMetaDataRetrieve request
	ItemMetaDataRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataRetrieveResponse, error)

	// ItemMetaDataPartialUpdate request  with any body
	ItemMetaDataPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ItemMetaDataPartialUpdateResponse, error)

	// ItemMetaDataUpdate request  with any body
	ItemMetaDataUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ItemMetaDataUpdateResponse, error)

	// ItemMetaDataDownloadFileRetrieve request
	ItemMetaDataDownloadFileRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataDownloadFileRetrieveResponse, error)

	// ItemMetaDataUnlinkFileDestroy request
	ItemMetaDataUnlinkFileDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ItemMetaDataUnlinkFileDestroyResponse, error)

	// ModelConfigurationList request
	ModelConfigurationListWithResponse(ctx context.Context, params *ModelConfigurationListParams, reqEditors ...RequestEditorFn) (*ModelConfigurationListResponse, error)

	// ModelConfigurationCreate request  with any body
	ModelConfigurationCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelConfigurationCreateResponse, error)

	ModelConfigurationCreateWithResponse(ctx context.Context, body ModelConfigurationCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelConfigurationCreateResponse, error)

	// ModelConfigurationDestroy request
	ModelConfigurationDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ModelConfigurationDestroyResponse, error)

	// ModelConfigurationRetrieve request
	ModelConfigurationRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ModelConfigurationRetrieveResponse, error)

	// ModelConfigurationPartialUpdate request  with any body
	ModelConfigurationPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelConfigurationPartialUpdateResponse, error)

	ModelConfigurationPartialUpdateWithResponse(ctx context.Context, id int, body ModelConfigurationPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelConfigurationPartialUpdateResponse, error)

	// ModelConfigurationUpdate request  with any body
	ModelConfigurationUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelConfigurationUpdateResponse, error)

	ModelConfigurationUpdateWithResponse(ctx context.Context, id int, body ModelConfigurationUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelConfigurationUpdateResponse, error)

	// ParameterTuningJobList request
	ParameterTuningJobListWithResponse(ctx context.Context, params *ParameterTuningJobListParams, reqEditors ...RequestEditorFn) (*ParameterTuningJobListResponse, error)

	// ParameterTuningJobCreate request  with any body
	ParameterTuningJobCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ParameterTuningJobCreateResponse, error)

	ParameterTuningJobCreateWithResponse(ctx context.Context, body ParameterTuningJobCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ParameterTuningJobCreateResponse, error)

	// ParameterTuningJobDestroy request
	ParameterTuningJobDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ParameterTuningJobDestroyResponse, error)

	// ParameterTuningJobRetrieve request
	ParameterTuningJobRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ParameterTuningJobRetrieveResponse, error)

	// ParameterTuningJobPartialUpdate request  with any body
	ParameterTuningJobPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ParameterTuningJobPartialUpdateResponse, error)

	ParameterTuningJobPartialUpdateWithResponse(ctx context.Context, id int, body ParameterTuningJobPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ParameterTuningJobPartialUpdateResponse, error)

	// ParameterTuningJobUpdate request  with any body
	ParameterTuningJobUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ParameterTuningJobUpdateResponse, error)

	ParameterTuningJobUpdateWithResponse(ctx context.Context, id int, body ParameterTuningJobUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ParameterTuningJobUpdateResponse, error)

	// ProjectList request
	ProjectListWithResponse(ctx context.Context, params *ProjectListParams, reqEditors ...RequestEditorFn) (*ProjectListResponse, error)

	// ProjectCreate request  with any body
	ProjectCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectCreateResponse, error)

	ProjectCreateWithResponse(ctx context.Context, body ProjectCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectCreateResponse, error)

	// ProjectDestroy request
	ProjectDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProjectDestroyResponse, error)

	// ProjectRetrieve request
	ProjectRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProjectRetrieveResponse, error)

	// ProjectPartialUpdate request  with any body
	ProjectPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectPartialUpdateResponse, error)

	ProjectPartialUpdateWithResponse(ctx context.Context, id int, body ProjectPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectPartialUpdateResponse, error)

	// ProjectUpdate request  with any body
	ProjectUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateResponse, error)

	ProjectUpdateWithResponse(ctx context.Context, id int, body ProjectUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateResponse, error)

	// ProjectSummaryRetrieve request
	ProjectSummaryRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProjectSummaryRetrieveResponse, error)

	// SchemaRetrieve request
	SchemaRetrieveWithResponse(ctx context.Context, params *SchemaRetrieveParams, reqEditors ...RequestEditorFn) (*SchemaRetrieveResponse, error)

	// SplitConfigList request
	SplitConfigListWithResponse(ctx context.Context, params *SplitConfigListParams, reqEditors ...RequestEditorFn) (*SplitConfigListResponse, error)

	// SplitConfigCreate request  with any body
	SplitConfigCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitConfigCreateResponse, error)

	SplitConfigCreateWithResponse(ctx context.Context, body SplitConfigCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitConfigCreateResponse, error)

	// SplitConfigDestroy request
	SplitConfigDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SplitConfigDestroyResponse, error)

	// SplitConfigRetrieve request
	SplitConfigRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SplitConfigRetrieveResponse, error)

	// SplitConfigPartialUpdate request  with any body
	SplitConfigPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitConfigPartialUpdateResponse, error)

	SplitConfigPartialUpdateWithResponse(ctx context.Context, id int, body SplitConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitConfigPartialUpdateResponse, error)

	// SplitConfigUpdate request  with any body
	SplitConfigUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitConfigUpdateResponse, error)

	SplitConfigUpdateWithResponse(ctx context.Context, id int, body SplitConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitConfigUpdateResponse, error)

	// TaskLogList request
	TaskLogListWithResponse(ctx context.Context, params *TaskLogListParams, reqEditors ...RequestEditorFn) (*TaskLogListResponse, error)

	// TaskLogRetrieve request
	TaskLogRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TaskLogRetrieveResponse, error)

	// TokenCreate request  with any body
	TokenCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)

	TokenCreateWithResponse(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)

	// TrainedModelList request
	TrainedModelListWithResponse(ctx context.Context, params *TrainedModelListParams, reqEditors ...RequestEditorFn) (*TrainedModelListResponse, error)

	// TrainedModelCreate request  with any body
	TrainedModelCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainedModelCreateResponse, error)

	TrainedModelCreateWithResponse(ctx context.Context, body TrainedModelCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrainedModelCreateResponse, error)

	// TrainedModelDestroy request
	TrainedModelDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelDestroyResponse, error)

	// TrainedModelRetrieve request
	TrainedModelRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelRetrieveResponse, error)

	// TrainedModelPartialUpdate request  with any body
	TrainedModelPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainedModelPartialUpdateResponse, error)

	TrainedModelPartialUpdateWithResponse(ctx context.Context, id int, body TrainedModelPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrainedModelPartialUpdateResponse, error)

	// TrainedModelUpdate request  with any body
	TrainedModelUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainedModelUpdateResponse, error)

	TrainedModelUpdateWithResponse(ctx context.Context, id int, body TrainedModelUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrainedModelUpdateResponse, error)

	// TrainedModelDownloadFileRetrieve request
	TrainedModelDownloadFileRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelDownloadFileRetrieveResponse, error)

	// TrainedModelSampleRecommendationMetadataRetrieve request
	TrainedModelSampleRecommendationMetadataRetrieveWithResponse(ctx context.Context, id int, metadataId string, reqEditors ...RequestEditorFn) (*TrainedModelSampleRecommendationMetadataRetrieveResponse, error)

	// TrainedModelSampleRecommendationRawRetrieve request
	TrainedModelSampleRecommendationRawRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelSampleRecommendationRawRetrieveResponse, error)

	// TrainedModelUnlinkFileDestroy request
	TrainedModelUnlinkFileDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainedModelUnlinkFileDestroyResponse, error)

	// TrainingDataList request
	TrainingDataListWithResponse(ctx context.Context, params *TrainingDataListParams, reqEditors ...RequestEditorFn) (*TrainingDataListResponse, error)

	// TrainingDataCreate request  with any body
	TrainingDataCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainingDataCreateResponse, error)

	// TrainingDataDestroy request
	TrainingDataDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataDestroyResponse, error)

	// TrainingDataRetrieve request
	TrainingDataRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataRetrieveResponse, error)

	// TrainingDataPartialUpdate request  with any body
	TrainingDataPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainingDataPartialUpdateResponse, error)

	// TrainingDataUpdate request  with any body
	TrainingDataUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrainingDataUpdateResponse, error)

	// TrainingDataDownloadFileRetrieve request
	TrainingDataDownloadFileRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataDownloadFileRetrieveResponse, error)

	// TrainingDataUnlinkFileDestroy request
	TrainingDataUnlinkFileDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TrainingDataUnlinkFileDestroyResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type EvaluationConfig

type EvaluationConfig struct {
	Cutoff       *int              `json:"cutoff,omitempty"`
	Id           int               `json:"id"`
	InsDatetime  time.Time         `json:"ins_datetime"`
	Name         *string           `json:"name"`
	TargetMetric *TargetMetricEnum `json:"target_metric,omitempty"`
}

EvaluationConfig defines model for EvaluationConfig.

type EvaluationConfigCreateJSONBody

type EvaluationConfigCreateJSONBody EvaluationConfig

EvaluationConfigCreateJSONBody defines parameters for EvaluationConfigCreate.

type EvaluationConfigCreateJSONRequestBody

type EvaluationConfigCreateJSONRequestBody EvaluationConfigCreateJSONBody

EvaluationConfigCreateJSONRequestBody defines body for EvaluationConfigCreate for application/json ContentType.

type EvaluationConfigCreateResponse

type EvaluationConfigCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *EvaluationConfig
}

func ParseEvaluationConfigCreateResponse

func ParseEvaluationConfigCreateResponse(rsp *http.Response) (*EvaluationConfigCreateResponse, error)

ParseEvaluationConfigCreateResponse parses an HTTP response from a EvaluationConfigCreateWithResponse call

func (EvaluationConfigCreateResponse) Status

Status returns HTTPResponse.Status

func (EvaluationConfigCreateResponse) StatusCode

func (r EvaluationConfigCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EvaluationConfigDestroyResponse

type EvaluationConfigDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEvaluationConfigDestroyResponse

func ParseEvaluationConfigDestroyResponse(rsp *http.Response) (*EvaluationConfigDestroyResponse, error)

ParseEvaluationConfigDestroyResponse parses an HTTP response from a EvaluationConfigDestroyWithResponse call

func (EvaluationConfigDestroyResponse) Status

Status returns HTTPResponse.Status

func (EvaluationConfigDestroyResponse) StatusCode

func (r EvaluationConfigDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EvaluationConfigListParams

type EvaluationConfigListParams struct {
	Id      *int    `json:"id,omitempty"`
	Name    *string `json:"name,omitempty"`
	Unnamed *bool   `json:"unnamed,omitempty"`
}

EvaluationConfigListParams defines parameters for EvaluationConfigList.

type EvaluationConfigListResponse

type EvaluationConfigListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]EvaluationConfig
}

func ParseEvaluationConfigListResponse

func ParseEvaluationConfigListResponse(rsp *http.Response) (*EvaluationConfigListResponse, error)

ParseEvaluationConfigListResponse parses an HTTP response from a EvaluationConfigListWithResponse call

func (EvaluationConfigListResponse) Status

Status returns HTTPResponse.Status

func (EvaluationConfigListResponse) StatusCode

func (r EvaluationConfigListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EvaluationConfigPartialUpdateJSONBody

type EvaluationConfigPartialUpdateJSONBody PatchedEvaluationConfig

EvaluationConfigPartialUpdateJSONBody defines parameters for EvaluationConfigPartialUpdate.

type EvaluationConfigPartialUpdateJSONRequestBody

type EvaluationConfigPartialUpdateJSONRequestBody EvaluationConfigPartialUpdateJSONBody

EvaluationConfigPartialUpdateJSONRequestBody defines body for EvaluationConfigPartialUpdate for application/json ContentType.

type EvaluationConfigPartialUpdateResponse

type EvaluationConfigPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EvaluationConfig
}

func ParseEvaluationConfigPartialUpdateResponse

func ParseEvaluationConfigPartialUpdateResponse(rsp *http.Response) (*EvaluationConfigPartialUpdateResponse, error)

ParseEvaluationConfigPartialUpdateResponse parses an HTTP response from a EvaluationConfigPartialUpdateWithResponse call

func (EvaluationConfigPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (EvaluationConfigPartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type EvaluationConfigRetrieveResponse

type EvaluationConfigRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EvaluationConfig
}

func ParseEvaluationConfigRetrieveResponse

func ParseEvaluationConfigRetrieveResponse(rsp *http.Response) (*EvaluationConfigRetrieveResponse, error)

ParseEvaluationConfigRetrieveResponse parses an HTTP response from a EvaluationConfigRetrieveWithResponse call

func (EvaluationConfigRetrieveResponse) Status

Status returns HTTPResponse.Status

func (EvaluationConfigRetrieveResponse) StatusCode

func (r EvaluationConfigRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EvaluationConfigUpdateJSONBody

type EvaluationConfigUpdateJSONBody EvaluationConfig

EvaluationConfigUpdateJSONBody defines parameters for EvaluationConfigUpdate.

type EvaluationConfigUpdateJSONRequestBody

type EvaluationConfigUpdateJSONRequestBody EvaluationConfigUpdateJSONBody

EvaluationConfigUpdateJSONRequestBody defines body for EvaluationConfigUpdate for application/json ContentType.

type EvaluationConfigUpdateResponse

type EvaluationConfigUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EvaluationConfig
}

func ParseEvaluationConfigUpdateResponse

func ParseEvaluationConfigUpdateResponse(rsp *http.Response) (*EvaluationConfigUpdateResponse, error)

ParseEvaluationConfigUpdateResponse parses an HTTP response from a EvaluationConfigUpdateWithResponse call

func (EvaluationConfigUpdateResponse) Status

Status returns HTTPResponse.Status

func (EvaluationConfigUpdateResponse) StatusCode

func (r EvaluationConfigUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type IDAndScore

type IDAndScore struct {
	ItemId string  `json:"item_id"`
	Score  float32 `json:"score"`
}

IDAndScore defines model for IDAndScore.

type ItemMetaData

type ItemMetaData struct {
	Basename             *string   `json:"basename"`
	File                 *string   `json:"file"`
	Filesize             int       `json:"filesize"`
	Id                   int       `json:"id"`
	InsDatetime          time.Time `json:"ins_datetime"`
	Project              int       `json:"project"`
	ValidColumnsListJson string    `json:"valid_columns_list_json"`
}

ItemMetaData defines model for ItemMetaData.

type ItemMetaDataCreateResponse

type ItemMetaDataCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ItemMetaData
}

func ParseItemMetaDataCreateResponse

func ParseItemMetaDataCreateResponse(rsp *http.Response) (*ItemMetaDataCreateResponse, error)

ParseItemMetaDataCreateResponse parses an HTTP response from a ItemMetaDataCreateWithResponse call

func (ItemMetaDataCreateResponse) Status

Status returns HTTPResponse.Status

func (ItemMetaDataCreateResponse) StatusCode

func (r ItemMetaDataCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ItemMetaDataDestroyResponse

type ItemMetaDataDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseItemMetaDataDestroyResponse

func ParseItemMetaDataDestroyResponse(rsp *http.Response) (*ItemMetaDataDestroyResponse, error)

ParseItemMetaDataDestroyResponse parses an HTTP response from a ItemMetaDataDestroyWithResponse call

func (ItemMetaDataDestroyResponse) Status

Status returns HTTPResponse.Status

func (ItemMetaDataDestroyResponse) StatusCode

func (r ItemMetaDataDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ItemMetaDataDownloadFileRetrieveResponse

type ItemMetaDataDownloadFileRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ItemMetaData
}

func ParseItemMetaDataDownloadFileRetrieveResponse

func ParseItemMetaDataDownloadFileRetrieveResponse(rsp *http.Response) (*ItemMetaDataDownloadFileRetrieveResponse, error)

ParseItemMetaDataDownloadFileRetrieveResponse parses an HTTP response from a ItemMetaDataDownloadFileRetrieveWithResponse call

func (ItemMetaDataDownloadFileRetrieveResponse) Status

Status returns HTTPResponse.Status

func (ItemMetaDataDownloadFileRetrieveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ItemMetaDataListParams

type ItemMetaDataListParams struct {
	Id *int `json:"id,omitempty"`

	// A page number within the paginated result set.
	Page *int `json:"page,omitempty"`

	// Number of results to return per page.
	PageSize *int `json:"page_size,omitempty"`
	Project  *int `json:"project,omitempty"`
}

ItemMetaDataListParams defines parameters for ItemMetaDataList.

type ItemMetaDataListResponse

type ItemMetaDataListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedItemMetaDataList
}

func ParseItemMetaDataListResponse

func ParseItemMetaDataListResponse(rsp *http.Response) (*ItemMetaDataListResponse, error)

ParseItemMetaDataListResponse parses an HTTP response from a ItemMetaDataListWithResponse call

func (ItemMetaDataListResponse) Status

func (r ItemMetaDataListResponse) Status() string

Status returns HTTPResponse.Status

func (ItemMetaDataListResponse) StatusCode

func (r ItemMetaDataListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ItemMetaDataPartialUpdateResponse

type ItemMetaDataPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ItemMetaData
}

func ParseItemMetaDataPartialUpdateResponse

func ParseItemMetaDataPartialUpdateResponse(rsp *http.Response) (*ItemMetaDataPartialUpdateResponse, error)

ParseItemMetaDataPartialUpdateResponse parses an HTTP response from a ItemMetaDataPartialUpdateWithResponse call

func (ItemMetaDataPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (ItemMetaDataPartialUpdateResponse) StatusCode

func (r ItemMetaDataPartialUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ItemMetaDataRetrieveResponse

type ItemMetaDataRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ItemMetaData
}

func ParseItemMetaDataRetrieveResponse

func ParseItemMetaDataRetrieveResponse(rsp *http.Response) (*ItemMetaDataRetrieveResponse, error)

ParseItemMetaDataRetrieveResponse parses an HTTP response from a ItemMetaDataRetrieveWithResponse call

func (ItemMetaDataRetrieveResponse) Status

Status returns HTTPResponse.Status

func (ItemMetaDataRetrieveResponse) StatusCode

func (r ItemMetaDataRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ItemMetaDataUnlinkFileDestroyResponse

type ItemMetaDataUnlinkFileDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseItemMetaDataUnlinkFileDestroyResponse

func ParseItemMetaDataUnlinkFileDestroyResponse(rsp *http.Response) (*ItemMetaDataUnlinkFileDestroyResponse, error)

ParseItemMetaDataUnlinkFileDestroyResponse parses an HTTP response from a ItemMetaDataUnlinkFileDestroyWithResponse call

func (ItemMetaDataUnlinkFileDestroyResponse) Status

Status returns HTTPResponse.Status

func (ItemMetaDataUnlinkFileDestroyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ItemMetaDataUpdateResponse

type ItemMetaDataUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ItemMetaData
}

func ParseItemMetaDataUpdateResponse

func ParseItemMetaDataUpdateResponse(rsp *http.Response) (*ItemMetaDataUpdateResponse, error)

ParseItemMetaDataUpdateResponse parses an HTTP response from a ItemMetaDataUpdateWithResponse call

func (ItemMetaDataUpdateResponse) Status

Status returns HTTPResponse.Status

func (ItemMetaDataUpdateResponse) StatusCode

func (r ItemMetaDataUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type JWT

type JWT struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`

	// User model w/o password
	User UserDetails `json:"user"`
}

Serializer for JWT authentication.

type Login

type Login struct {
	Email    *openapi_types.Email `json:"email,omitempty"`
	Password string               `json:"password"`
	Username *string              `json:"username,omitempty"`
}

Login defines model for Login.

type ModelConfiguration

type ModelConfiguration struct {
	Id                   int       `json:"id"`
	InsDatetime          time.Time `json:"ins_datetime"`
	Name                 *string   `json:"name"`
	ParametersJson       string    `json:"parameters_json"`
	Project              int       `json:"project"`
	RecommenderClassName string    `json:"recommender_class_name"`
	TuningJob            int       `json:"tuning_job"`
}

ModelConfiguration defines model for ModelConfiguration.

type ModelConfigurationCreateJSONBody

type ModelConfigurationCreateJSONBody ModelConfiguration

ModelConfigurationCreateJSONBody defines parameters for ModelConfigurationCreate.

type ModelConfigurationCreateJSONRequestBody

type ModelConfigurationCreateJSONRequestBody ModelConfigurationCreateJSONBody

ModelConfigurationCreateJSONRequestBody defines body for ModelConfigurationCreate for application/json ContentType.

type ModelConfigurationCreateResponse

type ModelConfigurationCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ModelConfiguration
}

func ParseModelConfigurationCreateResponse

func ParseModelConfigurationCreateResponse(rsp *http.Response) (*ModelConfigurationCreateResponse, error)

ParseModelConfigurationCreateResponse parses an HTTP response from a ModelConfigurationCreateWithResponse call

func (ModelConfigurationCreateResponse) Status

Status returns HTTPResponse.Status

func (ModelConfigurationCreateResponse) StatusCode

func (r ModelConfigurationCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ModelConfigurationDestroyResponse

type ModelConfigurationDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseModelConfigurationDestroyResponse

func ParseModelConfigurationDestroyResponse(rsp *http.Response) (*ModelConfigurationDestroyResponse, error)

ParseModelConfigurationDestroyResponse parses an HTTP response from a ModelConfigurationDestroyWithResponse call

func (ModelConfigurationDestroyResponse) Status

Status returns HTTPResponse.Status

func (ModelConfigurationDestroyResponse) StatusCode

func (r ModelConfigurationDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ModelConfigurationListParams

type ModelConfigurationListParams struct {
	Id *int `json:"id,omitempty"`

	// A page number within the paginated result set.
	Page *int `json:"page,omitempty"`

	// Number of results to return per page.
	PageSize *int `json:"page_size,omitempty"`
	Project  *int `json:"project,omitempty"`
}

ModelConfigurationListParams defines parameters for ModelConfigurationList.

type ModelConfigurationListResponse

type ModelConfigurationListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedModelConfigurationList
}

func ParseModelConfigurationListResponse

func ParseModelConfigurationListResponse(rsp *http.Response) (*ModelConfigurationListResponse, error)

ParseModelConfigurationListResponse parses an HTTP response from a ModelConfigurationListWithResponse call

func (ModelConfigurationListResponse) Status

Status returns HTTPResponse.Status

func (ModelConfigurationListResponse) StatusCode

func (r ModelConfigurationListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ModelConfigurationPartialUpdateJSONBody

type ModelConfigurationPartialUpdateJSONBody PatchedModelConfiguration

ModelConfigurationPartialUpdateJSONBody defines parameters for ModelConfigurationPartialUpdate.

type ModelConfigurationPartialUpdateJSONRequestBody

type ModelConfigurationPartialUpdateJSONRequestBody ModelConfigurationPartialUpdateJSONBody

ModelConfigurationPartialUpdateJSONRequestBody defines body for ModelConfigurationPartialUpdate for application/json ContentType.

type ModelConfigurationPartialUpdateResponse

type ModelConfigurationPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ModelConfiguration
}

func ParseModelConfigurationPartialUpdateResponse

func ParseModelConfigurationPartialUpdateResponse(rsp *http.Response) (*ModelConfigurationPartialUpdateResponse, error)

ParseModelConfigurationPartialUpdateResponse parses an HTTP response from a ModelConfigurationPartialUpdateWithResponse call

func (ModelConfigurationPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (ModelConfigurationPartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ModelConfigurationRetrieveResponse

type ModelConfigurationRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ModelConfiguration
}

func ParseModelConfigurationRetrieveResponse

func ParseModelConfigurationRetrieveResponse(rsp *http.Response) (*ModelConfigurationRetrieveResponse, error)

ParseModelConfigurationRetrieveResponse parses an HTTP response from a ModelConfigurationRetrieveWithResponse call

func (ModelConfigurationRetrieveResponse) Status

Status returns HTTPResponse.Status

func (ModelConfigurationRetrieveResponse) StatusCode

func (r ModelConfigurationRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ModelConfigurationUpdateJSONBody

type ModelConfigurationUpdateJSONBody ModelConfiguration

ModelConfigurationUpdateJSONBody defines parameters for ModelConfigurationUpdate.

type ModelConfigurationUpdateJSONRequestBody

type ModelConfigurationUpdateJSONRequestBody ModelConfigurationUpdateJSONBody

ModelConfigurationUpdateJSONRequestBody defines body for ModelConfigurationUpdate for application/json ContentType.

type ModelConfigurationUpdateResponse

type ModelConfigurationUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ModelConfiguration
}

func ParseModelConfigurationUpdateResponse

func ParseModelConfigurationUpdateResponse(rsp *http.Response) (*ModelConfigurationUpdateResponse, error)

ParseModelConfigurationUpdateResponse parses an HTTP response from a ModelConfigurationUpdateWithResponse call

func (ModelConfigurationUpdateResponse) Status

Status returns HTTPResponse.Status

func (ModelConfigurationUpdateResponse) StatusCode

func (r ModelConfigurationUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PaginatedItemMetaDataList

type PaginatedItemMetaDataList struct {
	Count    *int            `json:"count,omitempty"`
	Next     *string         `json:"next"`
	Previous *string         `json:"previous"`
	Results  *[]ItemMetaData `json:"results,omitempty"`
}

PaginatedItemMetaDataList defines model for PaginatedItemMetaDataList.

type PaginatedModelConfigurationList

type PaginatedModelConfigurationList struct {
	Count    *int                  `json:"count,omitempty"`
	Next     *string               `json:"next"`
	Previous *string               `json:"previous"`
	Results  *[]ModelConfiguration `json:"results,omitempty"`
}

PaginatedModelConfigurationList defines model for PaginatedModelConfigurationList.

type PaginatedParameterTuningJobList

type PaginatedParameterTuningJobList struct {
	Count    *int                  `json:"count,omitempty"`
	Next     *string               `json:"next"`
	Previous *string               `json:"previous"`
	Results  *[]ParameterTuningJob `json:"results,omitempty"`
}

PaginatedParameterTuningJobList defines model for PaginatedParameterTuningJobList.

type PaginatedTrainedModelList

type PaginatedTrainedModelList struct {
	Count    *int            `json:"count,omitempty"`
	Next     *string         `json:"next"`
	Previous *string         `json:"previous"`
	Results  *[]TrainedModel `json:"results,omitempty"`
}

PaginatedTrainedModelList defines model for PaginatedTrainedModelList.

type PaginatedTrainingDataList

type PaginatedTrainingDataList struct {
	Count    *int            `json:"count,omitempty"`
	Next     *string         `json:"next"`
	Previous *string         `json:"previous"`
	Results  *[]TrainingData `json:"results,omitempty"`
}

PaginatedTrainingDataList defines model for PaginatedTrainingDataList.

type ParameterTuningJob

type ParameterTuningJob struct {
	BestConfig          *int                      `json:"best_config"`
	BestScore           *float32                  `json:"best_score"`
	Data                int                       `json:"data"`
	Evaluation          int                       `json:"evaluation"`
	Id                  int                       `json:"id"`
	InsDatetime         time.Time                 `json:"ins_datetime"`
	IrspackVersion      *string                   `json:"irspack_version"`
	MemoryBudget        *int                      `json:"memory_budget,omitempty"`
	NTasksParallel      *int                      `json:"n_tasks_parallel,omitempty"`
	NTrials             *int                      `json:"n_trials,omitempty"`
	RandomSeed          *int                      `json:"random_seed"`
	Split               int                       `json:"split"`
	TaskLinks           []TaskAndParameterJobLink `json:"task_links"`
	TimeoutOverall      *int                      `json:"timeout_overall"`
	TimeoutSinglestep   *int                      `json:"timeout_singlestep"`
	TrainAfterTuning    *bool                     `json:"train_after_tuning,omitempty"`
	TriedAlgorithmsJson *string                   `json:"tried_algorithms_json"`
	TunedModel          *int                      `json:"tuned_model"`
}

ParameterTuningJob defines model for ParameterTuningJob.

type ParameterTuningJobCreateJSONBody

type ParameterTuningJobCreateJSONBody ParameterTuningJob

ParameterTuningJobCreateJSONBody defines parameters for ParameterTuningJobCreate.

type ParameterTuningJobCreateJSONRequestBody

type ParameterTuningJobCreateJSONRequestBody ParameterTuningJobCreateJSONBody

ParameterTuningJobCreateJSONRequestBody defines body for ParameterTuningJobCreate for application/json ContentType.

type ParameterTuningJobCreateResponse

type ParameterTuningJobCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ParameterTuningJob
}

func ParseParameterTuningJobCreateResponse

func ParseParameterTuningJobCreateResponse(rsp *http.Response) (*ParameterTuningJobCreateResponse, error)

ParseParameterTuningJobCreateResponse parses an HTTP response from a ParameterTuningJobCreateWithResponse call

func (ParameterTuningJobCreateResponse) Status

Status returns HTTPResponse.Status

func (ParameterTuningJobCreateResponse) StatusCode

func (r ParameterTuningJobCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ParameterTuningJobDestroyResponse

type ParameterTuningJobDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseParameterTuningJobDestroyResponse

func ParseParameterTuningJobDestroyResponse(rsp *http.Response) (*ParameterTuningJobDestroyResponse, error)

ParseParameterTuningJobDestroyResponse parses an HTTP response from a ParameterTuningJobDestroyWithResponse call

func (ParameterTuningJobDestroyResponse) Status

Status returns HTTPResponse.Status

func (ParameterTuningJobDestroyResponse) StatusCode

func (r ParameterTuningJobDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ParameterTuningJobListParams

type ParameterTuningJobListParams struct {
	Data        *int `json:"data,omitempty"`
	DataProject *int `json:"data__project,omitempty"`
	Id          *int `json:"id,omitempty"`

	// A page number within the paginated result set.
	Page *int `json:"page,omitempty"`

	// Number of results to return per page.
	PageSize *int `json:"page_size,omitempty"`
}

ParameterTuningJobListParams defines parameters for ParameterTuningJobList.

type ParameterTuningJobListResponse

type ParameterTuningJobListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedParameterTuningJobList
}

func ParseParameterTuningJobListResponse

func ParseParameterTuningJobListResponse(rsp *http.Response) (*ParameterTuningJobListResponse, error)

ParseParameterTuningJobListResponse parses an HTTP response from a ParameterTuningJobListWithResponse call

func (ParameterTuningJobListResponse) Status

Status returns HTTPResponse.Status

func (ParameterTuningJobListResponse) StatusCode

func (r ParameterTuningJobListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ParameterTuningJobPartialUpdateJSONBody

type ParameterTuningJobPartialUpdateJSONBody PatchedParameterTuningJob

ParameterTuningJobPartialUpdateJSONBody defines parameters for ParameterTuningJobPartialUpdate.

type ParameterTuningJobPartialUpdateJSONRequestBody

type ParameterTuningJobPartialUpdateJSONRequestBody ParameterTuningJobPartialUpdateJSONBody

ParameterTuningJobPartialUpdateJSONRequestBody defines body for ParameterTuningJobPartialUpdate for application/json ContentType.

type ParameterTuningJobPartialUpdateResponse

type ParameterTuningJobPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ParameterTuningJob
}

func ParseParameterTuningJobPartialUpdateResponse

func ParseParameterTuningJobPartialUpdateResponse(rsp *http.Response) (*ParameterTuningJobPartialUpdateResponse, error)

ParseParameterTuningJobPartialUpdateResponse parses an HTTP response from a ParameterTuningJobPartialUpdateWithResponse call

func (ParameterTuningJobPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (ParameterTuningJobPartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ParameterTuningJobRetrieveResponse

type ParameterTuningJobRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ParameterTuningJob
}

func ParseParameterTuningJobRetrieveResponse

func ParseParameterTuningJobRetrieveResponse(rsp *http.Response) (*ParameterTuningJobRetrieveResponse, error)

ParseParameterTuningJobRetrieveResponse parses an HTTP response from a ParameterTuningJobRetrieveWithResponse call

func (ParameterTuningJobRetrieveResponse) Status

Status returns HTTPResponse.Status

func (ParameterTuningJobRetrieveResponse) StatusCode

func (r ParameterTuningJobRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ParameterTuningJobUpdateJSONBody

type ParameterTuningJobUpdateJSONBody ParameterTuningJob

ParameterTuningJobUpdateJSONBody defines parameters for ParameterTuningJobUpdate.

type ParameterTuningJobUpdateJSONRequestBody

type ParameterTuningJobUpdateJSONRequestBody ParameterTuningJobUpdateJSONBody

ParameterTuningJobUpdateJSONRequestBody defines body for ParameterTuningJobUpdate for application/json ContentType.

type ParameterTuningJobUpdateResponse

type ParameterTuningJobUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ParameterTuningJob
}

func ParseParameterTuningJobUpdateResponse

func ParseParameterTuningJobUpdateResponse(rsp *http.Response) (*ParameterTuningJobUpdateResponse, error)

ParseParameterTuningJobUpdateResponse parses an HTTP response from a ParameterTuningJobUpdateWithResponse call

func (ParameterTuningJobUpdateResponse) Status

Status returns HTTPResponse.Status

func (ParameterTuningJobUpdateResponse) StatusCode

func (r ParameterTuningJobUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PasswordChange

type PasswordChange struct {
	NewPassword1 string `json:"new_password1"`
	NewPassword2 string `json:"new_password2"`
}

PasswordChange defines model for PasswordChange.

type PasswordReset

type PasswordReset struct {
	Email openapi_types.Email `json:"email"`
}

Serializer for requesting a password reset e-mail.

type PasswordResetConfirm

type PasswordResetConfirm struct {
	NewPassword1 string `json:"new_password1"`
	NewPassword2 string `json:"new_password2"`
	Token        string `json:"token"`
	Uid          string `json:"uid"`
}

Serializer for confirming a password reset attempt.

type PatchedEvaluationConfig

type PatchedEvaluationConfig struct {
	Cutoff       *int              `json:"cutoff,omitempty"`
	Id           *int              `json:"id,omitempty"`
	InsDatetime  *time.Time        `json:"ins_datetime,omitempty"`
	Name         *string           `json:"name"`
	TargetMetric *TargetMetricEnum `json:"target_metric,omitempty"`
}

PatchedEvaluationConfig defines model for PatchedEvaluationConfig.

type PatchedItemMetaData

type PatchedItemMetaData struct {
	Basename             *string    `json:"basename"`
	File                 *string    `json:"file"`
	Filesize             *int       `json:"filesize,omitempty"`
	Id                   *int       `json:"id,omitempty"`
	InsDatetime          *time.Time `json:"ins_datetime,omitempty"`
	Project              *int       `json:"project,omitempty"`
	ValidColumnsListJson *string    `json:"valid_columns_list_json,omitempty"`
}

PatchedItemMetaData defines model for PatchedItemMetaData.

type PatchedModelConfiguration

type PatchedModelConfiguration struct {
	Id                   *int       `json:"id,omitempty"`
	InsDatetime          *time.Time `json:"ins_datetime,omitempty"`
	Name                 *string    `json:"name"`
	ParametersJson       *string    `json:"parameters_json,omitempty"`
	Project              *int       `json:"project,omitempty"`
	RecommenderClassName *string    `json:"recommender_class_name,omitempty"`
	TuningJob            *int       `json:"tuning_job,omitempty"`
}

PatchedModelConfiguration defines model for PatchedModelConfiguration.

type PatchedParameterTuningJob

type PatchedParameterTuningJob struct {
	BestConfig          *int                       `json:"best_config"`
	BestScore           *float32                   `json:"best_score"`
	Data                *int                       `json:"data,omitempty"`
	Evaluation          *int                       `json:"evaluation,omitempty"`
	Id                  *int                       `json:"id,omitempty"`
	InsDatetime         *time.Time                 `json:"ins_datetime,omitempty"`
	IrspackVersion      *string                    `json:"irspack_version"`
	MemoryBudget        *int                       `json:"memory_budget,omitempty"`
	NTasksParallel      *int                       `json:"n_tasks_parallel,omitempty"`
	NTrials             *int                       `json:"n_trials,omitempty"`
	RandomSeed          *int                       `json:"random_seed"`
	Split               *int                       `json:"split,omitempty"`
	TaskLinks           *[]TaskAndParameterJobLink `json:"task_links,omitempty"`
	TimeoutOverall      *int                       `json:"timeout_overall"`
	TimeoutSinglestep   *int                       `json:"timeout_singlestep"`
	TrainAfterTuning    *bool                      `json:"train_after_tuning,omitempty"`
	TriedAlgorithmsJson *string                    `json:"tried_algorithms_json"`
	TunedModel          *int                       `json:"tuned_model"`
}

PatchedParameterTuningJob defines model for PatchedParameterTuningJob.

type PatchedProject

type PatchedProject struct {
	Id          *int       `json:"id,omitempty"`
	InsDatetime *time.Time `json:"ins_datetime,omitempty"`
	ItemColumn  *string    `json:"item_column,omitempty"`
	Name        *string    `json:"name,omitempty"`
	TimeColumn  *string    `json:"time_column"`
	UserColumn  *string    `json:"user_column,omitempty"`
}

PatchedProject defines model for PatchedProject.

type PatchedSplitConfig

type PatchedSplitConfig struct {
	HeldoutRatio  *float32    `json:"heldout_ratio,omitempty"`
	Id            *int        `json:"id,omitempty"`
	InsDatetime   *time.Time  `json:"ins_datetime,omitempty"`
	NHeldout      *int        `json:"n_heldout"`
	NTestUsers    *int        `json:"n_test_users"`
	Name          *string     `json:"name"`
	RandomSeed    *int        `json:"random_seed,omitempty"`
	Scheme        *SchemeEnum `json:"scheme,omitempty"`
	TestUserRatio *float32    `json:"test_user_ratio,omitempty"`
}

PatchedSplitConfig defines model for PatchedSplitConfig.

type PatchedTrainedModel

type PatchedTrainedModel struct {
	Basename       *string                    `json:"basename"`
	Configuration  *int                       `json:"configuration,omitempty"`
	DataLoc        *int                       `json:"data_loc,omitempty"`
	File           *string                    `json:"file"`
	Filesize       *int                       `json:"filesize,omitempty"`
	Id             *int                       `json:"id,omitempty"`
	InsDatetime    *time.Time                 `json:"ins_datetime,omitempty"`
	IrspackVersion *string                    `json:"irspack_version"`
	TaskLinks      *[]TaskAndTrainedModelLink `json:"task_links,omitempty"`
}

PatchedTrainedModel defines model for PatchedTrainedModel.

type PatchedTrainingData

type PatchedTrainingData struct {
	Basename    *string    `json:"basename"`
	File        *string    `json:"file"`
	Filesize    *int       `json:"filesize,omitempty"`
	Id          *int       `json:"id,omitempty"`
	InsDatetime *time.Time `json:"ins_datetime,omitempty"`
	Project     *int       `json:"project,omitempty"`
}

PatchedTrainingData defines model for PatchedTrainingData.

type PatchedUserDetails

type PatchedUserDetails struct {
	Email     *openapi_types.Email `json:"email,omitempty"`
	FirstName *string              `json:"first_name,omitempty"`
	LastName  *string              `json:"last_name,omitempty"`
	Pk        *int                 `json:"pk,omitempty"`

	// Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
	Username *string `json:"username,omitempty"`
}

User model w/o password

type Project

type Project struct {
	Id          int       `json:"id"`
	InsDatetime time.Time `json:"ins_datetime"`
	ItemColumn  string    `json:"item_column"`
	Name        string    `json:"name"`
	TimeColumn  *string   `json:"time_column"`
	UserColumn  string    `json:"user_column"`
}

Project defines model for Project.

type ProjectCreateJSONBody

type ProjectCreateJSONBody Project

ProjectCreateJSONBody defines parameters for ProjectCreate.

type ProjectCreateJSONRequestBody

type ProjectCreateJSONRequestBody ProjectCreateJSONBody

ProjectCreateJSONRequestBody defines body for ProjectCreate for application/json ContentType.

type ProjectCreateResponse

type ProjectCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Project
}

func ParseProjectCreateResponse

func ParseProjectCreateResponse(rsp *http.Response) (*ProjectCreateResponse, error)

ParseProjectCreateResponse parses an HTTP response from a ProjectCreateWithResponse call

func (ProjectCreateResponse) Status

func (r ProjectCreateResponse) Status() string

Status returns HTTPResponse.Status

func (ProjectCreateResponse) StatusCode

func (r ProjectCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectDestroyResponse

type ProjectDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseProjectDestroyResponse

func ParseProjectDestroyResponse(rsp *http.Response) (*ProjectDestroyResponse, error)

ParseProjectDestroyResponse parses an HTTP response from a ProjectDestroyWithResponse call

func (ProjectDestroyResponse) Status

func (r ProjectDestroyResponse) Status() string

Status returns HTTPResponse.Status

func (ProjectDestroyResponse) StatusCode

func (r ProjectDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectListParams

type ProjectListParams struct {
	Id   *int    `json:"id,omitempty"`
	Name *string `json:"name,omitempty"`
}

ProjectListParams defines parameters for ProjectList.

type ProjectListResponse

type ProjectListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Project
}

func ParseProjectListResponse

func ParseProjectListResponse(rsp *http.Response) (*ProjectListResponse, error)

ParseProjectListResponse parses an HTTP response from a ProjectListWithResponse call

func (ProjectListResponse) Status

func (r ProjectListResponse) Status() string

Status returns HTTPResponse.Status

func (ProjectListResponse) StatusCode

func (r ProjectListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectPartialUpdateJSONBody

type ProjectPartialUpdateJSONBody PatchedProject

ProjectPartialUpdateJSONBody defines parameters for ProjectPartialUpdate.

type ProjectPartialUpdateJSONRequestBody

type ProjectPartialUpdateJSONRequestBody ProjectPartialUpdateJSONBody

ProjectPartialUpdateJSONRequestBody defines body for ProjectPartialUpdate for application/json ContentType.

type ProjectPartialUpdateResponse

type ProjectPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Project
}

func ParseProjectPartialUpdateResponse

func ParseProjectPartialUpdateResponse(rsp *http.Response) (*ProjectPartialUpdateResponse, error)

ParseProjectPartialUpdateResponse parses an HTTP response from a ProjectPartialUpdateWithResponse call

func (ProjectPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (ProjectPartialUpdateResponse) StatusCode

func (r ProjectPartialUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectRetrieveResponse

type ProjectRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Project
}

func ParseProjectRetrieveResponse

func ParseProjectRetrieveResponse(rsp *http.Response) (*ProjectRetrieveResponse, error)

ParseProjectRetrieveResponse parses an HTTP response from a ProjectRetrieveWithResponse call

func (ProjectRetrieveResponse) Status

func (r ProjectRetrieveResponse) Status() string

Status returns HTTPResponse.Status

func (ProjectRetrieveResponse) StatusCode

func (r ProjectRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectSummaryRetrieveResponse

type ProjectSummaryRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseProjectSummaryRetrieveResponse

func ParseProjectSummaryRetrieveResponse(rsp *http.Response) (*ProjectSummaryRetrieveResponse, error)

ParseProjectSummaryRetrieveResponse parses an HTTP response from a ProjectSummaryRetrieveWithResponse call

func (ProjectSummaryRetrieveResponse) Status

Status returns HTTPResponse.Status

func (ProjectSummaryRetrieveResponse) StatusCode

func (r ProjectSummaryRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectUpdateJSONBody

type ProjectUpdateJSONBody Project

ProjectUpdateJSONBody defines parameters for ProjectUpdate.

type ProjectUpdateJSONRequestBody

type ProjectUpdateJSONRequestBody ProjectUpdateJSONBody

ProjectUpdateJSONRequestBody defines body for ProjectUpdate for application/json ContentType.

type ProjectUpdateResponse

type ProjectUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Project
}

func ParseProjectUpdateResponse

func ParseProjectUpdateResponse(rsp *http.Response) (*ProjectUpdateResponse, error)

ParseProjectUpdateResponse parses an HTTP response from a ProjectUpdateWithResponse call

func (ProjectUpdateResponse) Status

func (r ProjectUpdateResponse) Status() string

Status returns HTTPResponse.Status

func (ProjectUpdateResponse) StatusCode

func (r ProjectUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RawRecommendation

type RawRecommendation struct {
	Recommendations []IDAndScore `json:"recommendations"`
	UserId          string       `json:"user_id"`
	UserProfile     []string     `json:"user_profile"`
}

RawRecommendation defines model for RawRecommendation.

type RecommendationWithMetaData

type RecommendationWithMetaData struct {
	Recommendations string `json:"recommendations"`
	UserId          string `json:"user_id"`
	UserProfile     string `json:"user_profile"`
}

RecommendationWithMetaData defines model for RecommendationWithMetaData.

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type RestAuthDetail

type RestAuthDetail struct {
	Detail string `json:"detail"`
}

RestAuthDetail defines model for RestAuthDetail.

type SchemaRetrieveParams

type SchemaRetrieveParams struct {
	Format *SchemaRetrieveParamsFormat `json:"format,omitempty"`
	Lang   *SchemaRetrieveParamsLang   `json:"lang,omitempty"`
}

SchemaRetrieveParams defines parameters for SchemaRetrieve.

type SchemaRetrieveParamsFormat

type SchemaRetrieveParamsFormat string

SchemaRetrieveParamsFormat defines parameters for SchemaRetrieve.

type SchemaRetrieveParamsLang

type SchemaRetrieveParamsLang string

SchemaRetrieveParamsLang defines parameters for SchemaRetrieve.

type SchemaRetrieveResponse

type SchemaRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AdditionalProperties map[string]interface{} `json:"-"`
	}
	YAML200 *struct {
		AdditionalProperties map[string]interface{} `json:"-"`
	}
}

func ParseSchemaRetrieveResponse

func ParseSchemaRetrieveResponse(rsp *http.Response) (*SchemaRetrieveResponse, error)

ParseSchemaRetrieveResponse parses an HTTP response from a SchemaRetrieveWithResponse call

func (SchemaRetrieveResponse) Status

func (r SchemaRetrieveResponse) Status() string

Status returns HTTPResponse.Status

func (SchemaRetrieveResponse) StatusCode

func (r SchemaRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SchemeEnum

type SchemeEnum string

SchemeEnum defines model for SchemeEnum.

const (
	SchemeEnumRG SchemeEnum = "RG"

	SchemeEnumTG SchemeEnum = "TG"

	SchemeEnumTU SchemeEnum = "TU"
)

Defines values for SchemeEnum.

type SplitConfig

type SplitConfig struct {
	HeldoutRatio  *float32    `json:"heldout_ratio,omitempty"`
	Id            int         `json:"id"`
	InsDatetime   time.Time   `json:"ins_datetime"`
	NHeldout      *int        `json:"n_heldout"`
	NTestUsers    *int        `json:"n_test_users"`
	Name          *string     `json:"name"`
	RandomSeed    *int        `json:"random_seed,omitempty"`
	Scheme        *SchemeEnum `json:"scheme,omitempty"`
	TestUserRatio *float32    `json:"test_user_ratio,omitempty"`
}

SplitConfig defines model for SplitConfig.

type SplitConfigCreateJSONBody

type SplitConfigCreateJSONBody SplitConfig

SplitConfigCreateJSONBody defines parameters for SplitConfigCreate.

type SplitConfigCreateJSONRequestBody

type SplitConfigCreateJSONRequestBody SplitConfigCreateJSONBody

SplitConfigCreateJSONRequestBody defines body for SplitConfigCreate for application/json ContentType.

type SplitConfigCreateResponse

type SplitConfigCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *SplitConfig
}

func ParseSplitConfigCreateResponse

func ParseSplitConfigCreateResponse(rsp *http.Response) (*SplitConfigCreateResponse, error)

ParseSplitConfigCreateResponse parses an HTTP response from a SplitConfigCreateWithResponse call

func (SplitConfigCreateResponse) Status

func (r SplitConfigCreateResponse) Status() string

Status returns HTTPResponse.Status

func (SplitConfigCreateResponse) StatusCode

func (r SplitConfigCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SplitConfigDestroyResponse

type SplitConfigDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSplitConfigDestroyResponse

func ParseSplitConfigDestroyResponse(rsp *http.Response) (*SplitConfigDestroyResponse, error)

ParseSplitConfigDestroyResponse parses an HTTP response from a SplitConfigDestroyWithResponse call

func (SplitConfigDestroyResponse) Status

Status returns HTTPResponse.Status

func (SplitConfigDestroyResponse) StatusCode

func (r SplitConfigDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SplitConfigListParams

type SplitConfigListParams struct {
	Id      *int    `json:"id,omitempty"`
	Name    *string `json:"name,omitempty"`
	Unnamed *bool   `json:"unnamed,omitempty"`
}

SplitConfigListParams defines parameters for SplitConfigList.

type SplitConfigListResponse

type SplitConfigListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]SplitConfig
}

func ParseSplitConfigListResponse

func ParseSplitConfigListResponse(rsp *http.Response) (*SplitConfigListResponse, error)

ParseSplitConfigListResponse parses an HTTP response from a SplitConfigListWithResponse call

func (SplitConfigListResponse) Status

func (r SplitConfigListResponse) Status() string

Status returns HTTPResponse.Status

func (SplitConfigListResponse) StatusCode

func (r SplitConfigListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SplitConfigPartialUpdateJSONBody

type SplitConfigPartialUpdateJSONBody PatchedSplitConfig

SplitConfigPartialUpdateJSONBody defines parameters for SplitConfigPartialUpdate.

type SplitConfigPartialUpdateJSONRequestBody

type SplitConfigPartialUpdateJSONRequestBody SplitConfigPartialUpdateJSONBody

SplitConfigPartialUpdateJSONRequestBody defines body for SplitConfigPartialUpdate for application/json ContentType.

type SplitConfigPartialUpdateResponse

type SplitConfigPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SplitConfig
}

func ParseSplitConfigPartialUpdateResponse

func ParseSplitConfigPartialUpdateResponse(rsp *http.Response) (*SplitConfigPartialUpdateResponse, error)

ParseSplitConfigPartialUpdateResponse parses an HTTP response from a SplitConfigPartialUpdateWithResponse call

func (SplitConfigPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (SplitConfigPartialUpdateResponse) StatusCode

func (r SplitConfigPartialUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SplitConfigRetrieveResponse

type SplitConfigRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SplitConfig
}

func ParseSplitConfigRetrieveResponse

func ParseSplitConfigRetrieveResponse(rsp *http.Response) (*SplitConfigRetrieveResponse, error)

ParseSplitConfigRetrieveResponse parses an HTTP response from a SplitConfigRetrieveWithResponse call

func (SplitConfigRetrieveResponse) Status

Status returns HTTPResponse.Status

func (SplitConfigRetrieveResponse) StatusCode

func (r SplitConfigRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SplitConfigUpdateJSONBody

type SplitConfigUpdateJSONBody SplitConfig

SplitConfigUpdateJSONBody defines parameters for SplitConfigUpdate.

type SplitConfigUpdateJSONRequestBody

type SplitConfigUpdateJSONRequestBody SplitConfigUpdateJSONBody

SplitConfigUpdateJSONRequestBody defines body for SplitConfigUpdate for application/json ContentType.

type SplitConfigUpdateResponse

type SplitConfigUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SplitConfig
}

func ParseSplitConfigUpdateResponse

func ParseSplitConfigUpdateResponse(rsp *http.Response) (*SplitConfigUpdateResponse, error)

ParseSplitConfigUpdateResponse parses an HTTP response from a SplitConfigUpdateWithResponse call

func (SplitConfigUpdateResponse) Status

func (r SplitConfigUpdateResponse) Status() string

Status returns HTTPResponse.Status

func (SplitConfigUpdateResponse) StatusCode

func (r SplitConfigUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type StatusEnum

type StatusEnum string

StatusEnum defines model for StatusEnum.

const (
	StatusEnumFAILURE StatusEnum = "FAILURE"

	StatusEnumPENDING StatusEnum = "PENDING"

	StatusEnumRECEIVED StatusEnum = "RECEIVED"

	StatusEnumRETRY StatusEnum = "RETRY"

	StatusEnumREVOKED StatusEnum = "REVOKED"

	StatusEnumSTARTED StatusEnum = "STARTED"

	StatusEnumSUCCESS StatusEnum = "SUCCESS"
)

Defines values for StatusEnum.

type TargetMetricEnum

type TargetMetricEnum string

TargetMetricEnum defines model for TargetMetricEnum.

const (
	TargetMetricEnumHit TargetMetricEnum = "hit"

	TargetMetricEnumMap TargetMetricEnum = "map"

	TargetMetricEnumNdcg TargetMetricEnum = "ndcg"

	TargetMetricEnumRecall TargetMetricEnum = "recall"
)

Defines values for TargetMetricEnum.

type TaskAndParameterJobLink struct {
	Task TaskResult `json:"task"`
}

TaskAndParameterJobLink defines model for TaskAndParameterJobLink.

type TaskAndTrainedModelLink struct {
	Task TaskResult `json:"task"`
}

TaskAndTrainedModelLink defines model for TaskAndTrainedModelLink.

type TaskLog

type TaskLog struct {
	Contents    *string   `json:"contents,omitempty"`
	Id          int       `json:"id"`
	InsDatetime time.Time `json:"ins_datetime"`
	Task        int       `json:"task"`
}

TaskLog defines model for TaskLog.

type TaskLogListParams

type TaskLogListParams struct {
	Id          *int `json:"id,omitempty"`
	IdGt        *int `json:"id_gt,omitempty"`
	ModelId     *int `json:"model_id,omitempty"`
	TuningJobId *int `json:"tuning_job_id,omitempty"`
}

TaskLogListParams defines parameters for TaskLogList.

type TaskLogListResponse

type TaskLogListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]TaskLog
}

func ParseTaskLogListResponse

func ParseTaskLogListResponse(rsp *http.Response) (*TaskLogListResponse, error)

ParseTaskLogListResponse parses an HTTP response from a TaskLogListWithResponse call

func (TaskLogListResponse) Status

func (r TaskLogListResponse) Status() string

Status returns HTTPResponse.Status

func (TaskLogListResponse) StatusCode

func (r TaskLogListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TaskLogRetrieveResponse

type TaskLogRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TaskLog
}

func ParseTaskLogRetrieveResponse

func ParseTaskLogRetrieveResponse(rsp *http.Response) (*TaskLogRetrieveResponse, error)

ParseTaskLogRetrieveResponse parses an HTTP response from a TaskLogRetrieveWithResponse call

func (TaskLogRetrieveResponse) Status

func (r TaskLogRetrieveResponse) Status() string

Status returns HTTPResponse.Status

func (TaskLogRetrieveResponse) StatusCode

func (r TaskLogRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TaskResult

type TaskResult struct {

	// Datetime field when the task result was created in UTC
	DateCreated time.Time `json:"date_created"`

	// Datetime field when the task was completed in UTC
	DateDone time.Time `json:"date_done"`

	// Current state of the task being run
	Status *StatusEnum `json:"status,omitempty"`

	// Celery ID for the Task that was run
	TaskId string `json:"task_id"`

	// Text of the traceback if the task generated one
	Traceback *string `json:"traceback"`
}

TaskResult defines model for TaskResult.

type TokenCreateJSONBody

type TokenCreateJSONBody AuthToken

TokenCreateJSONBody defines parameters for TokenCreate.

type TokenCreateJSONRequestBody

type TokenCreateJSONRequestBody TokenCreateJSONBody

TokenCreateJSONRequestBody defines body for TokenCreate for application/json ContentType.

type TokenCreateResponse

type TokenCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AuthToken
}

func ParseTokenCreateResponse

func ParseTokenCreateResponse(rsp *http.Response) (*TokenCreateResponse, error)

ParseTokenCreateResponse parses an HTTP response from a TokenCreateWithResponse call

func (TokenCreateResponse) Status

func (r TokenCreateResponse) Status() string

Status returns HTTPResponse.Status

func (TokenCreateResponse) StatusCode

func (r TokenCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TokenRefresh

type TokenRefresh struct {
	Access  string `json:"access"`
	Refresh string `json:"refresh"`
}

TokenRefresh defines model for TokenRefresh.

type TokenVerify

type TokenVerify struct {
	Token string `json:"token"`
}

TokenVerify defines model for TokenVerify.

type TrainedModel

type TrainedModel struct {
	Basename       *string                   `json:"basename"`
	Configuration  int                       `json:"configuration"`
	DataLoc        int                       `json:"data_loc"`
	File           *string                   `json:"file"`
	Filesize       int                       `json:"filesize"`
	Id             int                       `json:"id"`
	InsDatetime    time.Time                 `json:"ins_datetime"`
	IrspackVersion *string                   `json:"irspack_version"`
	TaskLinks      []TaskAndTrainedModelLink `json:"task_links"`
}

TrainedModel defines model for TrainedModel.

type TrainedModelCreateJSONBody

type TrainedModelCreateJSONBody TrainedModel

TrainedModelCreateJSONBody defines parameters for TrainedModelCreate.

type TrainedModelCreateJSONRequestBody

type TrainedModelCreateJSONRequestBody TrainedModelCreateJSONBody

TrainedModelCreateJSONRequestBody defines body for TrainedModelCreate for application/json ContentType.

type TrainedModelCreateResponse

type TrainedModelCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *TrainedModel
}

func ParseTrainedModelCreateResponse

func ParseTrainedModelCreateResponse(rsp *http.Response) (*TrainedModelCreateResponse, error)

ParseTrainedModelCreateResponse parses an HTTP response from a TrainedModelCreateWithResponse call

func (TrainedModelCreateResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelCreateResponse) StatusCode

func (r TrainedModelCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainedModelDestroyResponse

type TrainedModelDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTrainedModelDestroyResponse

func ParseTrainedModelDestroyResponse(rsp *http.Response) (*TrainedModelDestroyResponse, error)

ParseTrainedModelDestroyResponse parses an HTTP response from a TrainedModelDestroyWithResponse call

func (TrainedModelDestroyResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelDestroyResponse) StatusCode

func (r TrainedModelDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainedModelDownloadFileRetrieveResponse

type TrainedModelDownloadFileRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainedModel
}

func ParseTrainedModelDownloadFileRetrieveResponse

func ParseTrainedModelDownloadFileRetrieveResponse(rsp *http.Response) (*TrainedModelDownloadFileRetrieveResponse, error)

ParseTrainedModelDownloadFileRetrieveResponse parses an HTTP response from a TrainedModelDownloadFileRetrieveWithResponse call

func (TrainedModelDownloadFileRetrieveResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelDownloadFileRetrieveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TrainedModelListParams

type TrainedModelListParams struct {
	DataLoc        *int `json:"data_loc,omitempty"`
	DataLocProject *int `json:"data_loc__project,omitempty"`
	Id             *int `json:"id,omitempty"`

	// A page number within the paginated result set.
	Page *int `json:"page,omitempty"`

	// Number of results to return per page.
	PageSize *int `json:"page_size,omitempty"`
}

TrainedModelListParams defines parameters for TrainedModelList.

type TrainedModelListResponse

type TrainedModelListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedTrainedModelList
}

func ParseTrainedModelListResponse

func ParseTrainedModelListResponse(rsp *http.Response) (*TrainedModelListResponse, error)

ParseTrainedModelListResponse parses an HTTP response from a TrainedModelListWithResponse call

func (TrainedModelListResponse) Status

func (r TrainedModelListResponse) Status() string

Status returns HTTPResponse.Status

func (TrainedModelListResponse) StatusCode

func (r TrainedModelListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainedModelPartialUpdateJSONBody

type TrainedModelPartialUpdateJSONBody PatchedTrainedModel

TrainedModelPartialUpdateJSONBody defines parameters for TrainedModelPartialUpdate.

type TrainedModelPartialUpdateJSONRequestBody

type TrainedModelPartialUpdateJSONRequestBody TrainedModelPartialUpdateJSONBody

TrainedModelPartialUpdateJSONRequestBody defines body for TrainedModelPartialUpdate for application/json ContentType.

type TrainedModelPartialUpdateResponse

type TrainedModelPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainedModel
}

func ParseTrainedModelPartialUpdateResponse

func ParseTrainedModelPartialUpdateResponse(rsp *http.Response) (*TrainedModelPartialUpdateResponse, error)

ParseTrainedModelPartialUpdateResponse parses an HTTP response from a TrainedModelPartialUpdateWithResponse call

func (TrainedModelPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelPartialUpdateResponse) StatusCode

func (r TrainedModelPartialUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainedModelRetrieveResponse

type TrainedModelRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainedModel
}

func ParseTrainedModelRetrieveResponse

func ParseTrainedModelRetrieveResponse(rsp *http.Response) (*TrainedModelRetrieveResponse, error)

ParseTrainedModelRetrieveResponse parses an HTTP response from a TrainedModelRetrieveWithResponse call

func (TrainedModelRetrieveResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelRetrieveResponse) StatusCode

func (r TrainedModelRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainedModelSampleRecommendationMetadataRetrieveResponse

type TrainedModelSampleRecommendationMetadataRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RecommendationWithMetaData
}

func ParseTrainedModelSampleRecommendationMetadataRetrieveResponse

func ParseTrainedModelSampleRecommendationMetadataRetrieveResponse(rsp *http.Response) (*TrainedModelSampleRecommendationMetadataRetrieveResponse, error)

ParseTrainedModelSampleRecommendationMetadataRetrieveResponse parses an HTTP response from a TrainedModelSampleRecommendationMetadataRetrieveWithResponse call

func (TrainedModelSampleRecommendationMetadataRetrieveResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelSampleRecommendationMetadataRetrieveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TrainedModelSampleRecommendationRawRetrieveResponse

type TrainedModelSampleRecommendationRawRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RawRecommendation
}

func ParseTrainedModelSampleRecommendationRawRetrieveResponse

func ParseTrainedModelSampleRecommendationRawRetrieveResponse(rsp *http.Response) (*TrainedModelSampleRecommendationRawRetrieveResponse, error)

ParseTrainedModelSampleRecommendationRawRetrieveResponse parses an HTTP response from a TrainedModelSampleRecommendationRawRetrieveWithResponse call

func (TrainedModelSampleRecommendationRawRetrieveResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelSampleRecommendationRawRetrieveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TrainedModelUnlinkFileDestroyResponse

type TrainedModelUnlinkFileDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTrainedModelUnlinkFileDestroyResponse

func ParseTrainedModelUnlinkFileDestroyResponse(rsp *http.Response) (*TrainedModelUnlinkFileDestroyResponse, error)

ParseTrainedModelUnlinkFileDestroyResponse parses an HTTP response from a TrainedModelUnlinkFileDestroyWithResponse call

func (TrainedModelUnlinkFileDestroyResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelUnlinkFileDestroyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TrainedModelUpdateJSONBody

type TrainedModelUpdateJSONBody TrainedModel

TrainedModelUpdateJSONBody defines parameters for TrainedModelUpdate.

type TrainedModelUpdateJSONRequestBody

type TrainedModelUpdateJSONRequestBody TrainedModelUpdateJSONBody

TrainedModelUpdateJSONRequestBody defines body for TrainedModelUpdate for application/json ContentType.

type TrainedModelUpdateResponse

type TrainedModelUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainedModel
}

func ParseTrainedModelUpdateResponse

func ParseTrainedModelUpdateResponse(rsp *http.Response) (*TrainedModelUpdateResponse, error)

ParseTrainedModelUpdateResponse parses an HTTP response from a TrainedModelUpdateWithResponse call

func (TrainedModelUpdateResponse) Status

Status returns HTTPResponse.Status

func (TrainedModelUpdateResponse) StatusCode

func (r TrainedModelUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainingData

type TrainingData struct {
	Basename    *string   `json:"basename"`
	File        *string   `json:"file"`
	Filesize    int       `json:"filesize"`
	Id          int       `json:"id"`
	InsDatetime time.Time `json:"ins_datetime"`
	Project     int       `json:"project"`
}

TrainingData defines model for TrainingData.

type TrainingDataCreateResponse

type TrainingDataCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *TrainingData
}

func ParseTrainingDataCreateResponse

func ParseTrainingDataCreateResponse(rsp *http.Response) (*TrainingDataCreateResponse, error)

ParseTrainingDataCreateResponse parses an HTTP response from a TrainingDataCreateWithResponse call

func (TrainingDataCreateResponse) Status

Status returns HTTPResponse.Status

func (TrainingDataCreateResponse) StatusCode

func (r TrainingDataCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainingDataDestroyResponse

type TrainingDataDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTrainingDataDestroyResponse

func ParseTrainingDataDestroyResponse(rsp *http.Response) (*TrainingDataDestroyResponse, error)

ParseTrainingDataDestroyResponse parses an HTTP response from a TrainingDataDestroyWithResponse call

func (TrainingDataDestroyResponse) Status

Status returns HTTPResponse.Status

func (TrainingDataDestroyResponse) StatusCode

func (r TrainingDataDestroyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainingDataDownloadFileRetrieveResponse

type TrainingDataDownloadFileRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainingData
}

func ParseTrainingDataDownloadFileRetrieveResponse

func ParseTrainingDataDownloadFileRetrieveResponse(rsp *http.Response) (*TrainingDataDownloadFileRetrieveResponse, error)

ParseTrainingDataDownloadFileRetrieveResponse parses an HTTP response from a TrainingDataDownloadFileRetrieveWithResponse call

func (TrainingDataDownloadFileRetrieveResponse) Status

Status returns HTTPResponse.Status

func (TrainingDataDownloadFileRetrieveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TrainingDataListParams

type TrainingDataListParams struct {
	Id *int `json:"id,omitempty"`

	// A page number within the paginated result set.
	Page *int `json:"page,omitempty"`

	// Number of results to return per page.
	PageSize *int `json:"page_size,omitempty"`
	Project  *int `json:"project,omitempty"`
}

TrainingDataListParams defines parameters for TrainingDataList.

type TrainingDataListResponse

type TrainingDataListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedTrainingDataList
}

func ParseTrainingDataListResponse

func ParseTrainingDataListResponse(rsp *http.Response) (*TrainingDataListResponse, error)

ParseTrainingDataListResponse parses an HTTP response from a TrainingDataListWithResponse call

func (TrainingDataListResponse) Status

func (r TrainingDataListResponse) Status() string

Status returns HTTPResponse.Status

func (TrainingDataListResponse) StatusCode

func (r TrainingDataListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainingDataPartialUpdateResponse

type TrainingDataPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainingData
}

func ParseTrainingDataPartialUpdateResponse

func ParseTrainingDataPartialUpdateResponse(rsp *http.Response) (*TrainingDataPartialUpdateResponse, error)

ParseTrainingDataPartialUpdateResponse parses an HTTP response from a TrainingDataPartialUpdateWithResponse call

func (TrainingDataPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (TrainingDataPartialUpdateResponse) StatusCode

func (r TrainingDataPartialUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainingDataRetrieveResponse

type TrainingDataRetrieveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainingData
}

func ParseTrainingDataRetrieveResponse

func ParseTrainingDataRetrieveResponse(rsp *http.Response) (*TrainingDataRetrieveResponse, error)

ParseTrainingDataRetrieveResponse parses an HTTP response from a TrainingDataRetrieveWithResponse call

func (TrainingDataRetrieveResponse) Status

Status returns HTTPResponse.Status

func (TrainingDataRetrieveResponse) StatusCode

func (r TrainingDataRetrieveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TrainingDataUnlinkFileDestroyResponse

type TrainingDataUnlinkFileDestroyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTrainingDataUnlinkFileDestroyResponse

func ParseTrainingDataUnlinkFileDestroyResponse(rsp *http.Response) (*TrainingDataUnlinkFileDestroyResponse, error)

ParseTrainingDataUnlinkFileDestroyResponse parses an HTTP response from a TrainingDataUnlinkFileDestroyWithResponse call

func (TrainingDataUnlinkFileDestroyResponse) Status

Status returns HTTPResponse.Status

func (TrainingDataUnlinkFileDestroyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TrainingDataUpdateResponse

type TrainingDataUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TrainingData
}

func ParseTrainingDataUpdateResponse

func ParseTrainingDataUpdateResponse(rsp *http.Response) (*TrainingDataUpdateResponse, error)

ParseTrainingDataUpdateResponse parses an HTTP response from a TrainingDataUpdateWithResponse call

func (TrainingDataUpdateResponse) Status

Status returns HTTPResponse.Status

func (TrainingDataUpdateResponse) StatusCode

func (r TrainingDataUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserDetails

type UserDetails struct {
	Email     openapi_types.Email `json:"email"`
	FirstName *string             `json:"first_name,omitempty"`
	LastName  *string             `json:"last_name,omitempty"`
	Pk        int                 `json:"pk"`

	// Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
	Username string `json:"username"`
}

User model w/o password

Jump to

Keyboard shortcuts

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