Versions in this module Expand all Collapse all v0 v0.3.9 May 4, 2026 Changes in this version + var AllowedArtifactStateEnumValues = []ArtifactState + var AllowedArtifactTypeQueryParamEnumValues = []ArtifactTypeQueryParam + var AllowedExecutionStateEnumValues = []ExecutionState + var AllowedExperimentRunStateEnumValues = []ExperimentRunState + var AllowedExperimentRunStatusEnumValues = []ExperimentRunStatus + var AllowedExperimentStateEnumValues = []ExperimentState + var AllowedInferenceServiceStateEnumValues = []InferenceServiceState + var AllowedModelVersionStateEnumValues = []ModelVersionState + var AllowedOrderByFieldEnumValues = []OrderByField + var AllowedParameterTypeEnumValues = []ParameterType + var AllowedRegisteredModelStateEnumValues = []RegisteredModelState + var AllowedSortOrderEnumValues = []SortOrder + var ContextAccessToken = contextKey("accesstoken") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + ModelRegistryServiceAPI *ModelRegistryServiceAPIService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCreateArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateArtifactRequest) ArtifactCreate(artifactCreate ArtifactCreate) ApiCreateArtifactRequest + func (r ApiCreateArtifactRequest) Execute() (*Artifact, *http.Response, error) + type ApiCreateEnvironmentInferenceServiceRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateEnvironmentInferenceServiceRequest) Execute() (*InferenceService, *http.Response, error) + func (r ApiCreateEnvironmentInferenceServiceRequest) InferenceServiceCreate(inferenceServiceCreate InferenceServiceCreate) ApiCreateEnvironmentInferenceServiceRequest + type ApiCreateExperimentExperimentRunRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateExperimentExperimentRunRequest) Execute() (*ExperimentRun, *http.Response, error) + func (r ApiCreateExperimentExperimentRunRequest) ExperimentRun(experimentRun ExperimentRun) ApiCreateExperimentExperimentRunRequest + type ApiCreateExperimentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateExperimentRequest) Execute() (*Experiment, *http.Response, error) + func (r ApiCreateExperimentRequest) ExperimentCreate(experimentCreate ExperimentCreate) ApiCreateExperimentRequest + type ApiCreateExperimentRunRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateExperimentRunRequest) Execute() (*ExperimentRun, *http.Response, error) + func (r ApiCreateExperimentRunRequest) ExperimentRunCreate(experimentRunCreate ExperimentRunCreate) ApiCreateExperimentRunRequest + type ApiCreateInferenceServiceRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateInferenceServiceRequest) Execute() (*InferenceService, *http.Response, error) + func (r ApiCreateInferenceServiceRequest) InferenceServiceCreate(inferenceServiceCreate InferenceServiceCreate) ApiCreateInferenceServiceRequest + type ApiCreateInferenceServiceServeRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateInferenceServiceServeRequest) Execute() (*ServeModel, *http.Response, error) + func (r ApiCreateInferenceServiceServeRequest) ServeModelCreate(serveModelCreate ServeModelCreate) ApiCreateInferenceServiceServeRequest + type ApiCreateModelArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateModelArtifactRequest) Execute() (*ModelArtifact, *http.Response, error) + func (r ApiCreateModelArtifactRequest) ModelArtifactCreate(modelArtifactCreate ModelArtifactCreate) ApiCreateModelArtifactRequest + type ApiCreateModelVersionRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateModelVersionRequest) Execute() (*ModelVersion, *http.Response, error) + func (r ApiCreateModelVersionRequest) ModelVersionCreate(modelVersionCreate ModelVersionCreate) ApiCreateModelVersionRequest + type ApiCreateRegisteredModelRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateRegisteredModelRequest) Execute() (*RegisteredModel, *http.Response, error) + func (r ApiCreateRegisteredModelRequest) RegisteredModelCreate(registeredModelCreate RegisteredModelCreate) ApiCreateRegisteredModelRequest + type ApiCreateRegisteredModelVersionRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateRegisteredModelVersionRequest) Execute() (*ModelVersion, *http.Response, error) + func (r ApiCreateRegisteredModelVersionRequest) ModelVersion(modelVersion ModelVersion) ApiCreateRegisteredModelVersionRequest + type ApiCreateServingEnvironmentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiCreateServingEnvironmentRequest) Execute() (*ServingEnvironment, *http.Response, error) + func (r ApiCreateServingEnvironmentRequest) ServingEnvironmentCreate(servingEnvironmentCreate ServingEnvironmentCreate) ApiCreateServingEnvironmentRequest + type ApiFindArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindArtifactRequest) Execute() (*Artifact, *http.Response, error) + func (r ApiFindArtifactRequest) ExternalId(externalId string) ApiFindArtifactRequest + func (r ApiFindArtifactRequest) Name(name string) ApiFindArtifactRequest + func (r ApiFindArtifactRequest) ParentResourceId(parentResourceId string) ApiFindArtifactRequest + type ApiFindExperimentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindExperimentRequest) Execute() (*Experiment, *http.Response, error) + func (r ApiFindExperimentRequest) ExternalId(externalId string) ApiFindExperimentRequest + func (r ApiFindExperimentRequest) Name(name string) ApiFindExperimentRequest + type ApiFindExperimentRunRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindExperimentRunRequest) Execute() (*ExperimentRun, *http.Response, error) + func (r ApiFindExperimentRunRequest) ExternalId(externalId string) ApiFindExperimentRunRequest + func (r ApiFindExperimentRunRequest) Name(name string) ApiFindExperimentRunRequest + func (r ApiFindExperimentRunRequest) ParentResourceId(parentResourceId string) ApiFindExperimentRunRequest + type ApiFindInferenceServiceRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindInferenceServiceRequest) Execute() (*InferenceService, *http.Response, error) + func (r ApiFindInferenceServiceRequest) ExternalId(externalId string) ApiFindInferenceServiceRequest + func (r ApiFindInferenceServiceRequest) Name(name string) ApiFindInferenceServiceRequest + func (r ApiFindInferenceServiceRequest) ParentResourceId(parentResourceId string) ApiFindInferenceServiceRequest + type ApiFindModelArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindModelArtifactRequest) Execute() (*ModelArtifact, *http.Response, error) + func (r ApiFindModelArtifactRequest) ExternalId(externalId string) ApiFindModelArtifactRequest + func (r ApiFindModelArtifactRequest) Name(name string) ApiFindModelArtifactRequest + func (r ApiFindModelArtifactRequest) ParentResourceId(parentResourceId string) ApiFindModelArtifactRequest + type ApiFindModelVersionRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindModelVersionRequest) Execute() (*ModelVersion, *http.Response, error) + func (r ApiFindModelVersionRequest) ExternalId(externalId string) ApiFindModelVersionRequest + func (r ApiFindModelVersionRequest) Name(name string) ApiFindModelVersionRequest + func (r ApiFindModelVersionRequest) ParentResourceId(parentResourceId string) ApiFindModelVersionRequest + type ApiFindRegisteredModelRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindRegisteredModelRequest) Execute() (*RegisteredModel, *http.Response, error) + func (r ApiFindRegisteredModelRequest) ExternalId(externalId string) ApiFindRegisteredModelRequest + func (r ApiFindRegisteredModelRequest) Name(name string) ApiFindRegisteredModelRequest + type ApiFindServingEnvironmentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiFindServingEnvironmentRequest) Execute() (*ServingEnvironment, *http.Response, error) + func (r ApiFindServingEnvironmentRequest) ExternalId(externalId string) ApiFindServingEnvironmentRequest + func (r ApiFindServingEnvironmentRequest) Name(name string) ApiFindServingEnvironmentRequest + type ApiGetArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetArtifactRequest) Execute() (*Artifact, *http.Response, error) + type ApiGetArtifactsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetArtifactsRequest) ArtifactType(artifactType ArtifactTypeQueryParam) ApiGetArtifactsRequest + func (r ApiGetArtifactsRequest) Execute() (*ArtifactList, *http.Response, error) + func (r ApiGetArtifactsRequest) FilterQuery(filterQuery string) ApiGetArtifactsRequest + func (r ApiGetArtifactsRequest) NextPageToken(nextPageToken string) ApiGetArtifactsRequest + func (r ApiGetArtifactsRequest) OrderBy(orderBy OrderByField) ApiGetArtifactsRequest + func (r ApiGetArtifactsRequest) PageSize(pageSize string) ApiGetArtifactsRequest + func (r ApiGetArtifactsRequest) SortOrder(sortOrder SortOrder) ApiGetArtifactsRequest + type ApiGetEnvironmentInferenceServicesRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetEnvironmentInferenceServicesRequest) Execute() (*InferenceServiceList, *http.Response, error) + func (r ApiGetEnvironmentInferenceServicesRequest) ExternalId(externalId string) ApiGetEnvironmentInferenceServicesRequest + func (r ApiGetEnvironmentInferenceServicesRequest) FilterQuery(filterQuery string) ApiGetEnvironmentInferenceServicesRequest + func (r ApiGetEnvironmentInferenceServicesRequest) Name(name string) ApiGetEnvironmentInferenceServicesRequest + func (r ApiGetEnvironmentInferenceServicesRequest) NextPageToken(nextPageToken string) ApiGetEnvironmentInferenceServicesRequest + func (r ApiGetEnvironmentInferenceServicesRequest) OrderBy(orderBy OrderByField) ApiGetEnvironmentInferenceServicesRequest + func (r ApiGetEnvironmentInferenceServicesRequest) PageSize(pageSize string) ApiGetEnvironmentInferenceServicesRequest + func (r ApiGetEnvironmentInferenceServicesRequest) SortOrder(sortOrder SortOrder) ApiGetEnvironmentInferenceServicesRequest + type ApiGetExperimentExperimentRunsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentExperimentRunsRequest) Execute() (*ExperimentRunList, *http.Response, error) + func (r ApiGetExperimentExperimentRunsRequest) ExternalId(externalId string) ApiGetExperimentExperimentRunsRequest + func (r ApiGetExperimentExperimentRunsRequest) FilterQuery(filterQuery string) ApiGetExperimentExperimentRunsRequest + func (r ApiGetExperimentExperimentRunsRequest) Name(name string) ApiGetExperimentExperimentRunsRequest + func (r ApiGetExperimentExperimentRunsRequest) NextPageToken(nextPageToken string) ApiGetExperimentExperimentRunsRequest + func (r ApiGetExperimentExperimentRunsRequest) OrderBy(orderBy OrderByField) ApiGetExperimentExperimentRunsRequest + func (r ApiGetExperimentExperimentRunsRequest) PageSize(pageSize string) ApiGetExperimentExperimentRunsRequest + func (r ApiGetExperimentExperimentRunsRequest) SortOrder(sortOrder SortOrder) ApiGetExperimentExperimentRunsRequest + type ApiGetExperimentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentRequest) Execute() (*Experiment, *http.Response, error) + type ApiGetExperimentRunArtifactsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentRunArtifactsRequest) ArtifactType(artifactType ArtifactTypeQueryParam) ApiGetExperimentRunArtifactsRequest + func (r ApiGetExperimentRunArtifactsRequest) Execute() (*ArtifactList, *http.Response, error) + func (r ApiGetExperimentRunArtifactsRequest) ExternalId(externalId string) ApiGetExperimentRunArtifactsRequest + func (r ApiGetExperimentRunArtifactsRequest) FilterQuery(filterQuery string) ApiGetExperimentRunArtifactsRequest + func (r ApiGetExperimentRunArtifactsRequest) Name(name string) ApiGetExperimentRunArtifactsRequest + func (r ApiGetExperimentRunArtifactsRequest) NextPageToken(nextPageToken string) ApiGetExperimentRunArtifactsRequest + func (r ApiGetExperimentRunArtifactsRequest) OrderBy(orderBy OrderByField) ApiGetExperimentRunArtifactsRequest + func (r ApiGetExperimentRunArtifactsRequest) PageSize(pageSize string) ApiGetExperimentRunArtifactsRequest + func (r ApiGetExperimentRunArtifactsRequest) SortOrder(sortOrder SortOrder) ApiGetExperimentRunArtifactsRequest + type ApiGetExperimentRunMetricHistoryRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentRunMetricHistoryRequest) Execute() (*MetricList, *http.Response, error) + func (r ApiGetExperimentRunMetricHistoryRequest) FilterQuery(filterQuery string) ApiGetExperimentRunMetricHistoryRequest + func (r ApiGetExperimentRunMetricHistoryRequest) Name(name string) ApiGetExperimentRunMetricHistoryRequest + func (r ApiGetExperimentRunMetricHistoryRequest) NextPageToken(nextPageToken string) ApiGetExperimentRunMetricHistoryRequest + func (r ApiGetExperimentRunMetricHistoryRequest) OrderBy(orderBy OrderByField) ApiGetExperimentRunMetricHistoryRequest + func (r ApiGetExperimentRunMetricHistoryRequest) PageSize(pageSize string) ApiGetExperimentRunMetricHistoryRequest + func (r ApiGetExperimentRunMetricHistoryRequest) SortOrder(sortOrder SortOrder) ApiGetExperimentRunMetricHistoryRequest + func (r ApiGetExperimentRunMetricHistoryRequest) StepIds(stepIds string) ApiGetExperimentRunMetricHistoryRequest + type ApiGetExperimentRunRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentRunRequest) Execute() (*ExperimentRun, *http.Response, error) + type ApiGetExperimentRunsMetricHistoryRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentRunsMetricHistoryRequest) Execute() (*MetricList, *http.Response, error) + func (r ApiGetExperimentRunsMetricHistoryRequest) FilterQuery(filterQuery string) ApiGetExperimentRunsMetricHistoryRequest + func (r ApiGetExperimentRunsMetricHistoryRequest) Name(name string) ApiGetExperimentRunsMetricHistoryRequest + func (r ApiGetExperimentRunsMetricHistoryRequest) NextPageToken(nextPageToken string) ApiGetExperimentRunsMetricHistoryRequest + func (r ApiGetExperimentRunsMetricHistoryRequest) OrderBy(orderBy OrderByField) ApiGetExperimentRunsMetricHistoryRequest + func (r ApiGetExperimentRunsMetricHistoryRequest) PageSize(pageSize string) ApiGetExperimentRunsMetricHistoryRequest + func (r ApiGetExperimentRunsMetricHistoryRequest) SortOrder(sortOrder SortOrder) ApiGetExperimentRunsMetricHistoryRequest + func (r ApiGetExperimentRunsMetricHistoryRequest) StepIds(stepIds string) ApiGetExperimentRunsMetricHistoryRequest + type ApiGetExperimentRunsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentRunsRequest) Execute() (*ExperimentRunList, *http.Response, error) + func (r ApiGetExperimentRunsRequest) FilterQuery(filterQuery string) ApiGetExperimentRunsRequest + func (r ApiGetExperimentRunsRequest) NextPageToken(nextPageToken string) ApiGetExperimentRunsRequest + func (r ApiGetExperimentRunsRequest) OrderBy(orderBy OrderByField) ApiGetExperimentRunsRequest + func (r ApiGetExperimentRunsRequest) PageSize(pageSize string) ApiGetExperimentRunsRequest + func (r ApiGetExperimentRunsRequest) SortOrder(sortOrder SortOrder) ApiGetExperimentRunsRequest + type ApiGetExperimentsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetExperimentsRequest) Execute() (*ExperimentList, *http.Response, error) + func (r ApiGetExperimentsRequest) FilterQuery(filterQuery string) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) NextPageToken(nextPageToken string) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) OrderBy(orderBy OrderByField) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) PageSize(pageSize string) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) SortOrder(sortOrder SortOrder) ApiGetExperimentsRequest + type ApiGetInferenceServiceModelRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetInferenceServiceModelRequest) Execute() (*RegisteredModel, *http.Response, error) + type ApiGetInferenceServiceRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetInferenceServiceRequest) Execute() (*InferenceService, *http.Response, error) + type ApiGetInferenceServiceServesRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetInferenceServiceServesRequest) Execute() (*ServeModelList, *http.Response, error) + func (r ApiGetInferenceServiceServesRequest) ExternalId(externalId string) ApiGetInferenceServiceServesRequest + func (r ApiGetInferenceServiceServesRequest) FilterQuery(filterQuery string) ApiGetInferenceServiceServesRequest + func (r ApiGetInferenceServiceServesRequest) Name(name string) ApiGetInferenceServiceServesRequest + func (r ApiGetInferenceServiceServesRequest) NextPageToken(nextPageToken string) ApiGetInferenceServiceServesRequest + func (r ApiGetInferenceServiceServesRequest) OrderBy(orderBy OrderByField) ApiGetInferenceServiceServesRequest + func (r ApiGetInferenceServiceServesRequest) PageSize(pageSize string) ApiGetInferenceServiceServesRequest + func (r ApiGetInferenceServiceServesRequest) SortOrder(sortOrder SortOrder) ApiGetInferenceServiceServesRequest + type ApiGetInferenceServiceVersionRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetInferenceServiceVersionRequest) Execute() (*ModelVersion, *http.Response, error) + type ApiGetInferenceServicesRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetInferenceServicesRequest) Execute() (*InferenceServiceList, *http.Response, error) + func (r ApiGetInferenceServicesRequest) FilterQuery(filterQuery string) ApiGetInferenceServicesRequest + func (r ApiGetInferenceServicesRequest) NextPageToken(nextPageToken string) ApiGetInferenceServicesRequest + func (r ApiGetInferenceServicesRequest) OrderBy(orderBy OrderByField) ApiGetInferenceServicesRequest + func (r ApiGetInferenceServicesRequest) PageSize(pageSize string) ApiGetInferenceServicesRequest + func (r ApiGetInferenceServicesRequest) SortOrder(sortOrder SortOrder) ApiGetInferenceServicesRequest + type ApiGetModelArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetModelArtifactRequest) Execute() (*ModelArtifact, *http.Response, error) + type ApiGetModelArtifactsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetModelArtifactsRequest) Execute() (*ModelArtifactList, *http.Response, error) + func (r ApiGetModelArtifactsRequest) FilterQuery(filterQuery string) ApiGetModelArtifactsRequest + func (r ApiGetModelArtifactsRequest) NextPageToken(nextPageToken string) ApiGetModelArtifactsRequest + func (r ApiGetModelArtifactsRequest) OrderBy(orderBy OrderByField) ApiGetModelArtifactsRequest + func (r ApiGetModelArtifactsRequest) PageSize(pageSize string) ApiGetModelArtifactsRequest + func (r ApiGetModelArtifactsRequest) SortOrder(sortOrder SortOrder) ApiGetModelArtifactsRequest + type ApiGetModelVersionArtifactsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetModelVersionArtifactsRequest) ArtifactType(artifactType ArtifactTypeQueryParam) ApiGetModelVersionArtifactsRequest + func (r ApiGetModelVersionArtifactsRequest) Execute() (*ArtifactList, *http.Response, error) + func (r ApiGetModelVersionArtifactsRequest) ExternalId(externalId string) ApiGetModelVersionArtifactsRequest + func (r ApiGetModelVersionArtifactsRequest) FilterQuery(filterQuery string) ApiGetModelVersionArtifactsRequest + func (r ApiGetModelVersionArtifactsRequest) Name(name string) ApiGetModelVersionArtifactsRequest + func (r ApiGetModelVersionArtifactsRequest) NextPageToken(nextPageToken string) ApiGetModelVersionArtifactsRequest + func (r ApiGetModelVersionArtifactsRequest) OrderBy(orderBy OrderByField) ApiGetModelVersionArtifactsRequest + func (r ApiGetModelVersionArtifactsRequest) PageSize(pageSize string) ApiGetModelVersionArtifactsRequest + func (r ApiGetModelVersionArtifactsRequest) SortOrder(sortOrder SortOrder) ApiGetModelVersionArtifactsRequest + type ApiGetModelVersionRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetModelVersionRequest) Execute() (*ModelVersion, *http.Response, error) + type ApiGetModelVersionsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetModelVersionsRequest) Execute() (*ModelVersionList, *http.Response, error) + func (r ApiGetModelVersionsRequest) FilterQuery(filterQuery string) ApiGetModelVersionsRequest + func (r ApiGetModelVersionsRequest) NextPageToken(nextPageToken string) ApiGetModelVersionsRequest + func (r ApiGetModelVersionsRequest) OrderBy(orderBy OrderByField) ApiGetModelVersionsRequest + func (r ApiGetModelVersionsRequest) PageSize(pageSize string) ApiGetModelVersionsRequest + func (r ApiGetModelVersionsRequest) SortOrder(sortOrder SortOrder) ApiGetModelVersionsRequest + type ApiGetRegisteredModelRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetRegisteredModelRequest) Execute() (*RegisteredModel, *http.Response, error) + type ApiGetRegisteredModelVersionsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetRegisteredModelVersionsRequest) Execute() (*ModelVersionList, *http.Response, error) + func (r ApiGetRegisteredModelVersionsRequest) ExternalId(externalId string) ApiGetRegisteredModelVersionsRequest + func (r ApiGetRegisteredModelVersionsRequest) FilterQuery(filterQuery string) ApiGetRegisteredModelVersionsRequest + func (r ApiGetRegisteredModelVersionsRequest) Name(name string) ApiGetRegisteredModelVersionsRequest + func (r ApiGetRegisteredModelVersionsRequest) NextPageToken(nextPageToken string) ApiGetRegisteredModelVersionsRequest + func (r ApiGetRegisteredModelVersionsRequest) OrderBy(orderBy OrderByField) ApiGetRegisteredModelVersionsRequest + func (r ApiGetRegisteredModelVersionsRequest) PageSize(pageSize string) ApiGetRegisteredModelVersionsRequest + func (r ApiGetRegisteredModelVersionsRequest) SortOrder(sortOrder SortOrder) ApiGetRegisteredModelVersionsRequest + type ApiGetRegisteredModelsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetRegisteredModelsRequest) Execute() (*RegisteredModelList, *http.Response, error) + func (r ApiGetRegisteredModelsRequest) FilterQuery(filterQuery string) ApiGetRegisteredModelsRequest + func (r ApiGetRegisteredModelsRequest) NextPageToken(nextPageToken string) ApiGetRegisteredModelsRequest + func (r ApiGetRegisteredModelsRequest) OrderBy(orderBy OrderByField) ApiGetRegisteredModelsRequest + func (r ApiGetRegisteredModelsRequest) PageSize(pageSize string) ApiGetRegisteredModelsRequest + func (r ApiGetRegisteredModelsRequest) SortOrder(sortOrder SortOrder) ApiGetRegisteredModelsRequest + type ApiGetServingEnvironmentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetServingEnvironmentRequest) Execute() (*ServingEnvironment, *http.Response, error) + type ApiGetServingEnvironmentsRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiGetServingEnvironmentsRequest) Execute() (*ServingEnvironmentList, *http.Response, error) + func (r ApiGetServingEnvironmentsRequest) FilterQuery(filterQuery string) ApiGetServingEnvironmentsRequest + func (r ApiGetServingEnvironmentsRequest) NextPageToken(nextPageToken string) ApiGetServingEnvironmentsRequest + func (r ApiGetServingEnvironmentsRequest) OrderBy(orderBy OrderByField) ApiGetServingEnvironmentsRequest + func (r ApiGetServingEnvironmentsRequest) PageSize(pageSize string) ApiGetServingEnvironmentsRequest + func (r ApiGetServingEnvironmentsRequest) SortOrder(sortOrder SortOrder) ApiGetServingEnvironmentsRequest + type ApiUpdateArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateArtifactRequest) ArtifactUpdate(artifactUpdate ArtifactUpdate) ApiUpdateArtifactRequest + func (r ApiUpdateArtifactRequest) Execute() (*Artifact, *http.Response, error) + type ApiUpdateExperimentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateExperimentRequest) Execute() (*Experiment, *http.Response, error) + func (r ApiUpdateExperimentRequest) ExperimentUpdate(experimentUpdate ExperimentUpdate) ApiUpdateExperimentRequest + type ApiUpdateExperimentRunRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateExperimentRunRequest) Execute() (*ExperimentRun, *http.Response, error) + func (r ApiUpdateExperimentRunRequest) ExperimentRunUpdate(experimentRunUpdate ExperimentRunUpdate) ApiUpdateExperimentRunRequest + type ApiUpdateInferenceServiceRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateInferenceServiceRequest) Execute() (*InferenceService, *http.Response, error) + func (r ApiUpdateInferenceServiceRequest) InferenceServiceUpdate(inferenceServiceUpdate InferenceServiceUpdate) ApiUpdateInferenceServiceRequest + type ApiUpdateModelArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateModelArtifactRequest) Execute() (*ModelArtifact, *http.Response, error) + func (r ApiUpdateModelArtifactRequest) ModelArtifactUpdate(modelArtifactUpdate ModelArtifactUpdate) ApiUpdateModelArtifactRequest + type ApiUpdateModelVersionRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateModelVersionRequest) Execute() (*ModelVersion, *http.Response, error) + func (r ApiUpdateModelVersionRequest) ModelVersionUpdate(modelVersionUpdate ModelVersionUpdate) ApiUpdateModelVersionRequest + type ApiUpdateRegisteredModelRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateRegisteredModelRequest) Execute() (*RegisteredModel, *http.Response, error) + func (r ApiUpdateRegisteredModelRequest) RegisteredModelUpdate(registeredModelUpdate RegisteredModelUpdate) ApiUpdateRegisteredModelRequest + type ApiUpdateServingEnvironmentRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpdateServingEnvironmentRequest) Execute() (*ServingEnvironment, *http.Response, error) + func (r ApiUpdateServingEnvironmentRequest) ServingEnvironmentUpdate(servingEnvironmentUpdate ServingEnvironmentUpdate) ApiUpdateServingEnvironmentRequest + type ApiUpsertExperimentRunArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpsertExperimentRunArtifactRequest) Artifact(artifact Artifact) ApiUpsertExperimentRunArtifactRequest + func (r ApiUpsertExperimentRunArtifactRequest) Execute() (*Artifact, *http.Response, error) + type ApiUpsertModelVersionArtifactRequest struct + ApiService *ModelRegistryServiceAPIService + func (r ApiUpsertModelVersionArtifactRequest) Artifact(artifact Artifact) ApiUpsertModelVersionArtifactRequest + func (r ApiUpsertModelVersionArtifactRequest) Execute() (*Artifact, *http.Response, error) + type Artifact struct + DataSet *DataSet + DocArtifact *DocArtifact + Metric *Metric + ModelArtifact *ModelArtifact + Parameter *Parameter + func DataSetAsArtifact(v *DataSet) Artifact + func DocArtifactAsArtifact(v *DocArtifact) Artifact + func MetricAsArtifact(v *Metric) Artifact + func ModelArtifactAsArtifact(v *ModelArtifact) Artifact + func NewArtifactWithDefaults() *Artifact + func ParameterAsArtifact(v *Parameter) Artifact + func (dst *Artifact) UnmarshalJSON(data []byte) error + func (obj *Artifact) GetActualInstance() interface{} + func (obj Artifact) GetActualInstanceValue() interface{} + func (src Artifact) MarshalJSON() ([]byte, error) + type ArtifactCreate struct + DataSetCreate *DataSetCreate + DocArtifactCreate *DocArtifactCreate + MetricCreate *MetricCreate + ModelArtifactCreate *ModelArtifactCreate + ParameterCreate *ParameterCreate + func DataSetCreateAsArtifactCreate(v *DataSetCreate) ArtifactCreate + func DocArtifactCreateAsArtifactCreate(v *DocArtifactCreate) ArtifactCreate + func MetricCreateAsArtifactCreate(v *MetricCreate) ArtifactCreate + func ModelArtifactCreateAsArtifactCreate(v *ModelArtifactCreate) ArtifactCreate + func NewArtifactCreateWithDefaults() *ArtifactCreate + func ParameterCreateAsArtifactCreate(v *ParameterCreate) ArtifactCreate + func (dst *ArtifactCreate) UnmarshalJSON(data []byte) error + func (obj *ArtifactCreate) GetActualInstance() interface{} + func (obj ArtifactCreate) GetActualInstanceValue() interface{} + func (src ArtifactCreate) MarshalJSON() ([]byte, error) + type ArtifactList struct + Items []Artifact + NextPageToken string + PageSize int32 + Size int32 + func NewArtifactList(nextPageToken string, pageSize int32, size int32, items []Artifact) *ArtifactList + func NewArtifactListWithDefaults() *ArtifactList + func (o *ArtifactList) GetItems() []Artifact + func (o *ArtifactList) GetItemsOk() ([]Artifact, bool) + func (o *ArtifactList) GetNextPageToken() string + func (o *ArtifactList) GetNextPageTokenOk() (*string, bool) + func (o *ArtifactList) GetPageSize() int32 + func (o *ArtifactList) GetPageSizeOk() (*int32, bool) + func (o *ArtifactList) GetSize() int32 + func (o *ArtifactList) GetSizeOk() (*int32, bool) + func (o *ArtifactList) SetItems(v []Artifact) + func (o *ArtifactList) SetNextPageToken(v string) + func (o *ArtifactList) SetPageSize(v int32) + func (o *ArtifactList) SetSize(v int32) + func (o ArtifactList) MarshalJSON() ([]byte, error) + func (o ArtifactList) ToMap() (map[string]interface{}, error) + type ArtifactState string + const ARTIFACTSTATE_ABANDONED + const ARTIFACTSTATE_DELETED + const ARTIFACTSTATE_LIVE + const ARTIFACTSTATE_MARKED_FOR_DELETION + const ARTIFACTSTATE_PENDING + const ARTIFACTSTATE_REFERENCE + const ARTIFACTSTATE_UNKNOWN + func NewArtifactStateFromValue(v string) (*ArtifactState, error) + func (v *ArtifactState) UnmarshalJSON(src []byte) error + func (v ArtifactState) IsValid() bool + func (v ArtifactState) Ptr() *ArtifactState + type ArtifactTypeQueryParam string + const ARTIFACTTYPEQUERYPARAM_DATASET_ARTIFACT + const ARTIFACTTYPEQUERYPARAM_DOC_ARTIFACT + const ARTIFACTTYPEQUERYPARAM_METRIC + const ARTIFACTTYPEQUERYPARAM_MODEL_ARTIFACT + const ARTIFACTTYPEQUERYPARAM_PARAMETER + func NewArtifactTypeQueryParamFromValue(v string) (*ArtifactTypeQueryParam, error) + func (v *ArtifactTypeQueryParam) UnmarshalJSON(src []byte) error + func (v ArtifactTypeQueryParam) IsValid() bool + func (v ArtifactTypeQueryParam) Ptr() *ArtifactTypeQueryParam + type ArtifactUpdate struct + DataSetUpdate *DataSetUpdate + DocArtifactUpdate *DocArtifactUpdate + MetricUpdate *MetricUpdate + ModelArtifactUpdate *ModelArtifactUpdate + ParameterUpdate *ParameterUpdate + func DataSetUpdateAsArtifactUpdate(v *DataSetUpdate) ArtifactUpdate + func DocArtifactUpdateAsArtifactUpdate(v *DocArtifactUpdate) ArtifactUpdate + func MetricUpdateAsArtifactUpdate(v *MetricUpdate) ArtifactUpdate + func ModelArtifactUpdateAsArtifactUpdate(v *ModelArtifactUpdate) ArtifactUpdate + func NewArtifactUpdateWithDefaults() *ArtifactUpdate + func ParameterUpdateAsArtifactUpdate(v *ParameterUpdate) ArtifactUpdate + func (dst *ArtifactUpdate) UnmarshalJSON(data []byte) error + func (obj *ArtifactUpdate) GetActualInstance() interface{} + func (obj ArtifactUpdate) GetActualInstanceValue() interface{} + func (src ArtifactUpdate) MarshalJSON() ([]byte, error) + type BaseArtifact struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExperimentId *string + ExperimentRunId *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name *string + func NewBaseArtifact() *BaseArtifact + func NewBaseArtifactWithDefaults() *BaseArtifact + func (o *BaseArtifact) GetCreateTimeSinceEpoch() string + func (o *BaseArtifact) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *BaseArtifact) GetCustomProperties() map[string]MetadataValue + func (o *BaseArtifact) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *BaseArtifact) GetDescription() string + func (o *BaseArtifact) GetDescriptionOk() (*string, bool) + func (o *BaseArtifact) GetExperimentId() string + func (o *BaseArtifact) GetExperimentIdOk() (*string, bool) + func (o *BaseArtifact) GetExperimentRunId() string + func (o *BaseArtifact) GetExperimentRunIdOk() (*string, bool) + func (o *BaseArtifact) GetExternalId() string + func (o *BaseArtifact) GetExternalIdOk() (*string, bool) + func (o *BaseArtifact) GetId() string + func (o *BaseArtifact) GetIdOk() (*string, bool) + func (o *BaseArtifact) GetLastUpdateTimeSinceEpoch() string + func (o *BaseArtifact) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *BaseArtifact) GetName() string + func (o *BaseArtifact) GetNameOk() (*string, bool) + func (o *BaseArtifact) HasCreateTimeSinceEpoch() bool + func (o *BaseArtifact) HasCustomProperties() bool + func (o *BaseArtifact) HasDescription() bool + func (o *BaseArtifact) HasExperimentId() bool + func (o *BaseArtifact) HasExperimentRunId() bool + func (o *BaseArtifact) HasExternalId() bool + func (o *BaseArtifact) HasId() bool + func (o *BaseArtifact) HasLastUpdateTimeSinceEpoch() bool + func (o *BaseArtifact) HasName() bool + func (o *BaseArtifact) SetCreateTimeSinceEpoch(v string) + func (o *BaseArtifact) SetCustomProperties(v map[string]MetadataValue) + func (o *BaseArtifact) SetDescription(v string) + func (o *BaseArtifact) SetExperimentId(v string) + func (o *BaseArtifact) SetExperimentRunId(v string) + func (o *BaseArtifact) SetExternalId(v string) + func (o *BaseArtifact) SetId(v string) + func (o *BaseArtifact) SetLastUpdateTimeSinceEpoch(v string) + func (o *BaseArtifact) SetName(v string) + func (o BaseArtifact) MarshalJSON() ([]byte, error) + func (o BaseArtifact) ToMap() (map[string]interface{}, error) + type BaseModel struct + CustomProperties map[string]MetadataValue + Description *string + Language []string + LibraryName *string + License *string + LicenseLink *string + Logo *string + Maturity *string + Provider *string + Readme *string + Tasks []string + func NewBaseModel() *BaseModel + func NewBaseModelWithDefaults() *BaseModel + func (o *BaseModel) GetCustomProperties() map[string]MetadataValue + func (o *BaseModel) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *BaseModel) GetDescription() string + func (o *BaseModel) GetDescriptionOk() (*string, bool) + func (o *BaseModel) GetLanguage() []string + func (o *BaseModel) GetLanguageOk() ([]string, bool) + func (o *BaseModel) GetLibraryName() string + func (o *BaseModel) GetLibraryNameOk() (*string, bool) + func (o *BaseModel) GetLicense() string + func (o *BaseModel) GetLicenseLink() string + func (o *BaseModel) GetLicenseLinkOk() (*string, bool) + func (o *BaseModel) GetLicenseOk() (*string, bool) + func (o *BaseModel) GetLogo() string + func (o *BaseModel) GetLogoOk() (*string, bool) + func (o *BaseModel) GetMaturity() string + func (o *BaseModel) GetMaturityOk() (*string, bool) + func (o *BaseModel) GetProvider() string + func (o *BaseModel) GetProviderOk() (*string, bool) + func (o *BaseModel) GetReadme() string + func (o *BaseModel) GetReadmeOk() (*string, bool) + func (o *BaseModel) GetTasks() []string + func (o *BaseModel) GetTasksOk() ([]string, bool) + func (o *BaseModel) HasCustomProperties() bool + func (o *BaseModel) HasDescription() bool + func (o *BaseModel) HasLanguage() bool + func (o *BaseModel) HasLibraryName() bool + func (o *BaseModel) HasLicense() bool + func (o *BaseModel) HasLicenseLink() bool + func (o *BaseModel) HasLogo() bool + func (o *BaseModel) HasMaturity() bool + func (o *BaseModel) HasProvider() bool + func (o *BaseModel) HasReadme() bool + func (o *BaseModel) HasTasks() bool + func (o *BaseModel) SetCustomProperties(v map[string]MetadataValue) + func (o *BaseModel) SetDescription(v string) + func (o *BaseModel) SetLanguage(v []string) + func (o *BaseModel) SetLibraryName(v string) + func (o *BaseModel) SetLicense(v string) + func (o *BaseModel) SetLicenseLink(v string) + func (o *BaseModel) SetLogo(v string) + func (o *BaseModel) SetMaturity(v string) + func (o *BaseModel) SetProvider(v string) + func (o *BaseModel) SetReadme(v string) + func (o *BaseModel) SetTasks(v []string) + func (o BaseModel) MarshalJSON() ([]byte, error) + func (o BaseModel) ToMap() (map[string]interface{}, error) + type BaseResource struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name *string + func NewBaseResource() *BaseResource + func NewBaseResourceWithDefaults() *BaseResource + func (o *BaseResource) GetCreateTimeSinceEpoch() string + func (o *BaseResource) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *BaseResource) GetCustomProperties() map[string]MetadataValue + func (o *BaseResource) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *BaseResource) GetDescription() string + func (o *BaseResource) GetDescriptionOk() (*string, bool) + func (o *BaseResource) GetExternalId() string + func (o *BaseResource) GetExternalIdOk() (*string, bool) + func (o *BaseResource) GetId() string + func (o *BaseResource) GetIdOk() (*string, bool) + func (o *BaseResource) GetLastUpdateTimeSinceEpoch() string + func (o *BaseResource) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *BaseResource) GetName() string + func (o *BaseResource) GetNameOk() (*string, bool) + func (o *BaseResource) HasCreateTimeSinceEpoch() bool + func (o *BaseResource) HasCustomProperties() bool + func (o *BaseResource) HasDescription() bool + func (o *BaseResource) HasExternalId() bool + func (o *BaseResource) HasId() bool + func (o *BaseResource) HasLastUpdateTimeSinceEpoch() bool + func (o *BaseResource) HasName() bool + func (o *BaseResource) SetCreateTimeSinceEpoch(v string) + func (o *BaseResource) SetCustomProperties(v map[string]MetadataValue) + func (o *BaseResource) SetDescription(v string) + func (o *BaseResource) SetExternalId(v string) + func (o *BaseResource) SetId(v string) + func (o *BaseResource) SetLastUpdateTimeSinceEpoch(v string) + func (o *BaseResource) SetName(v string) + func (o BaseResource) MarshalJSON() ([]byte, error) + func (o BaseResource) ToMap() (map[string]interface{}, error) + type BaseResourceCreate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Name *string + func NewBaseResourceCreate() *BaseResourceCreate + func NewBaseResourceCreateWithDefaults() *BaseResourceCreate + func (o *BaseResourceCreate) GetCustomProperties() map[string]MetadataValue + func (o *BaseResourceCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *BaseResourceCreate) GetDescription() string + func (o *BaseResourceCreate) GetDescriptionOk() (*string, bool) + func (o *BaseResourceCreate) GetExternalId() string + func (o *BaseResourceCreate) GetExternalIdOk() (*string, bool) + func (o *BaseResourceCreate) GetName() string + func (o *BaseResourceCreate) GetNameOk() (*string, bool) + func (o *BaseResourceCreate) HasCustomProperties() bool + func (o *BaseResourceCreate) HasDescription() bool + func (o *BaseResourceCreate) HasExternalId() bool + func (o *BaseResourceCreate) HasName() bool + func (o *BaseResourceCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *BaseResourceCreate) SetDescription(v string) + func (o *BaseResourceCreate) SetExternalId(v string) + func (o *BaseResourceCreate) SetName(v string) + func (o BaseResourceCreate) MarshalJSON() ([]byte, error) + func (o BaseResourceCreate) ToMap() (map[string]interface{}, error) + type BaseResourceDates struct + CreateTimeSinceEpoch *string + LastUpdateTimeSinceEpoch *string + func NewBaseResourceDates() *BaseResourceDates + func NewBaseResourceDatesWithDefaults() *BaseResourceDates + func (o *BaseResourceDates) GetCreateTimeSinceEpoch() string + func (o *BaseResourceDates) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *BaseResourceDates) GetLastUpdateTimeSinceEpoch() string + func (o *BaseResourceDates) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *BaseResourceDates) HasCreateTimeSinceEpoch() bool + func (o *BaseResourceDates) HasLastUpdateTimeSinceEpoch() bool + func (o *BaseResourceDates) SetCreateTimeSinceEpoch(v string) + func (o *BaseResourceDates) SetLastUpdateTimeSinceEpoch(v string) + func (o BaseResourceDates) MarshalJSON() ([]byte, error) + func (o BaseResourceDates) ToMap() (map[string]interface{}, error) + type BaseResourceList struct + NextPageToken string + PageSize int32 + Size int32 + func NewBaseResourceList(nextPageToken string, pageSize int32, size int32) *BaseResourceList + func NewBaseResourceListWithDefaults() *BaseResourceList + func (o *BaseResourceList) GetNextPageToken() string + func (o *BaseResourceList) GetNextPageTokenOk() (*string, bool) + func (o *BaseResourceList) GetPageSize() int32 + func (o *BaseResourceList) GetPageSizeOk() (*int32, bool) + func (o *BaseResourceList) GetSize() int32 + func (o *BaseResourceList) GetSizeOk() (*int32, bool) + func (o *BaseResourceList) SetNextPageToken(v string) + func (o *BaseResourceList) SetPageSize(v int32) + func (o *BaseResourceList) SetSize(v int32) + func (o BaseResourceList) MarshalJSON() ([]byte, error) + func (o BaseResourceList) ToMap() (map[string]interface{}, error) + type BaseResourceUpdate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + func NewBaseResourceUpdate() *BaseResourceUpdate + func NewBaseResourceUpdateWithDefaults() *BaseResourceUpdate + func (o *BaseResourceUpdate) GetCustomProperties() map[string]MetadataValue + func (o *BaseResourceUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *BaseResourceUpdate) GetDescription() string + func (o *BaseResourceUpdate) GetDescriptionOk() (*string, bool) + func (o *BaseResourceUpdate) GetExternalId() string + func (o *BaseResourceUpdate) GetExternalIdOk() (*string, bool) + func (o *BaseResourceUpdate) HasCustomProperties() bool + func (o *BaseResourceUpdate) HasDescription() bool + func (o *BaseResourceUpdate) HasExternalId() bool + func (o *BaseResourceUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *BaseResourceUpdate) SetDescription(v string) + func (o *BaseResourceUpdate) SetExternalId(v string) + func (o BaseResourceUpdate) MarshalJSON() ([]byte, error) + func (o BaseResourceUpdate) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type DataSet struct + ArtifactType *string + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + Digest *string + ExperimentId *string + ExperimentRunId *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name *string + Profile *string + Schema *string + Source *string + SourceType *string + State *ArtifactState + Uri *string + func NewDataSet() *DataSet + func NewDataSetWithDefaults() *DataSet + func (o *DataSet) GetArtifactType() string + func (o *DataSet) GetArtifactTypeOk() (*string, bool) + func (o *DataSet) GetCreateTimeSinceEpoch() string + func (o *DataSet) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *DataSet) GetCustomProperties() map[string]MetadataValue + func (o *DataSet) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *DataSet) GetDescription() string + func (o *DataSet) GetDescriptionOk() (*string, bool) + func (o *DataSet) GetDigest() string + func (o *DataSet) GetDigestOk() (*string, bool) + func (o *DataSet) GetExperimentId() string + func (o *DataSet) GetExperimentIdOk() (*string, bool) + func (o *DataSet) GetExperimentRunId() string + func (o *DataSet) GetExperimentRunIdOk() (*string, bool) + func (o *DataSet) GetExternalId() string + func (o *DataSet) GetExternalIdOk() (*string, bool) + func (o *DataSet) GetId() string + func (o *DataSet) GetIdOk() (*string, bool) + func (o *DataSet) GetLastUpdateTimeSinceEpoch() string + func (o *DataSet) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *DataSet) GetName() string + func (o *DataSet) GetNameOk() (*string, bool) + func (o *DataSet) GetProfile() string + func (o *DataSet) GetProfileOk() (*string, bool) + func (o *DataSet) GetSchema() string + func (o *DataSet) GetSchemaOk() (*string, bool) + func (o *DataSet) GetSource() string + func (o *DataSet) GetSourceOk() (*string, bool) + func (o *DataSet) GetSourceType() string + func (o *DataSet) GetSourceTypeOk() (*string, bool) + func (o *DataSet) GetState() ArtifactState + func (o *DataSet) GetStateOk() (*ArtifactState, bool) + func (o *DataSet) GetUri() string + func (o *DataSet) GetUriOk() (*string, bool) + func (o *DataSet) HasArtifactType() bool + func (o *DataSet) HasCreateTimeSinceEpoch() bool + func (o *DataSet) HasCustomProperties() bool + func (o *DataSet) HasDescription() bool + func (o *DataSet) HasDigest() bool + func (o *DataSet) HasExperimentId() bool + func (o *DataSet) HasExperimentRunId() bool + func (o *DataSet) HasExternalId() bool + func (o *DataSet) HasId() bool + func (o *DataSet) HasLastUpdateTimeSinceEpoch() bool + func (o *DataSet) HasName() bool + func (o *DataSet) HasProfile() bool + func (o *DataSet) HasSchema() bool + func (o *DataSet) HasSource() bool + func (o *DataSet) HasSourceType() bool + func (o *DataSet) HasState() bool + func (o *DataSet) HasUri() bool + func (o *DataSet) SetArtifactType(v string) + func (o *DataSet) SetCreateTimeSinceEpoch(v string) + func (o *DataSet) SetCustomProperties(v map[string]MetadataValue) + func (o *DataSet) SetDescription(v string) + func (o *DataSet) SetDigest(v string) + func (o *DataSet) SetExperimentId(v string) + func (o *DataSet) SetExperimentRunId(v string) + func (o *DataSet) SetExternalId(v string) + func (o *DataSet) SetId(v string) + func (o *DataSet) SetLastUpdateTimeSinceEpoch(v string) + func (o *DataSet) SetName(v string) + func (o *DataSet) SetProfile(v string) + func (o *DataSet) SetSchema(v string) + func (o *DataSet) SetSource(v string) + func (o *DataSet) SetSourceType(v string) + func (o *DataSet) SetState(v ArtifactState) + func (o *DataSet) SetUri(v string) + func (o DataSet) MarshalJSON() ([]byte, error) + func (o DataSet) ToMap() (map[string]interface{}, error) + type DataSetCreate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + Digest *string + ExternalId *string + Name *string + Profile *string + Schema *string + Source *string + SourceType *string + State *ArtifactState + Uri *string + func NewDataSetCreate() *DataSetCreate + func NewDataSetCreateWithDefaults() *DataSetCreate + func (o *DataSetCreate) GetArtifactType() string + func (o *DataSetCreate) GetArtifactTypeOk() (*string, bool) + func (o *DataSetCreate) GetCustomProperties() map[string]MetadataValue + func (o *DataSetCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *DataSetCreate) GetDescription() string + func (o *DataSetCreate) GetDescriptionOk() (*string, bool) + func (o *DataSetCreate) GetDigest() string + func (o *DataSetCreate) GetDigestOk() (*string, bool) + func (o *DataSetCreate) GetExternalId() string + func (o *DataSetCreate) GetExternalIdOk() (*string, bool) + func (o *DataSetCreate) GetName() string + func (o *DataSetCreate) GetNameOk() (*string, bool) + func (o *DataSetCreate) GetProfile() string + func (o *DataSetCreate) GetProfileOk() (*string, bool) + func (o *DataSetCreate) GetSchema() string + func (o *DataSetCreate) GetSchemaOk() (*string, bool) + func (o *DataSetCreate) GetSource() string + func (o *DataSetCreate) GetSourceOk() (*string, bool) + func (o *DataSetCreate) GetSourceType() string + func (o *DataSetCreate) GetSourceTypeOk() (*string, bool) + func (o *DataSetCreate) GetState() ArtifactState + func (o *DataSetCreate) GetStateOk() (*ArtifactState, bool) + func (o *DataSetCreate) GetUri() string + func (o *DataSetCreate) GetUriOk() (*string, bool) + func (o *DataSetCreate) HasArtifactType() bool + func (o *DataSetCreate) HasCustomProperties() bool + func (o *DataSetCreate) HasDescription() bool + func (o *DataSetCreate) HasDigest() bool + func (o *DataSetCreate) HasExternalId() bool + func (o *DataSetCreate) HasName() bool + func (o *DataSetCreate) HasProfile() bool + func (o *DataSetCreate) HasSchema() bool + func (o *DataSetCreate) HasSource() bool + func (o *DataSetCreate) HasSourceType() bool + func (o *DataSetCreate) HasState() bool + func (o *DataSetCreate) HasUri() bool + func (o *DataSetCreate) SetArtifactType(v string) + func (o *DataSetCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *DataSetCreate) SetDescription(v string) + func (o *DataSetCreate) SetDigest(v string) + func (o *DataSetCreate) SetExternalId(v string) + func (o *DataSetCreate) SetName(v string) + func (o *DataSetCreate) SetProfile(v string) + func (o *DataSetCreate) SetSchema(v string) + func (o *DataSetCreate) SetSource(v string) + func (o *DataSetCreate) SetSourceType(v string) + func (o *DataSetCreate) SetState(v ArtifactState) + func (o *DataSetCreate) SetUri(v string) + func (o DataSetCreate) MarshalJSON() ([]byte, error) + func (o DataSetCreate) ToMap() (map[string]interface{}, error) + type DataSetList struct + Items []DataSet + NextPageToken string + PageSize int32 + Size int32 + func NewDataSetList(nextPageToken string, pageSize int32, size int32, items []DataSet) *DataSetList + func NewDataSetListWithDefaults() *DataSetList + func (o *DataSetList) GetItems() []DataSet + func (o *DataSetList) GetItemsOk() ([]DataSet, bool) + func (o *DataSetList) GetNextPageToken() string + func (o *DataSetList) GetNextPageTokenOk() (*string, bool) + func (o *DataSetList) GetPageSize() int32 + func (o *DataSetList) GetPageSizeOk() (*int32, bool) + func (o *DataSetList) GetSize() int32 + func (o *DataSetList) GetSizeOk() (*int32, bool) + func (o *DataSetList) SetItems(v []DataSet) + func (o *DataSetList) SetNextPageToken(v string) + func (o *DataSetList) SetPageSize(v int32) + func (o *DataSetList) SetSize(v int32) + func (o DataSetList) MarshalJSON() ([]byte, error) + func (o DataSetList) ToMap() (map[string]interface{}, error) + type DataSetUpdate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + Digest *string + ExternalId *string + Profile *string + Schema *string + Source *string + SourceType *string + State *ArtifactState + Uri *string + func NewDataSetUpdate() *DataSetUpdate + func NewDataSetUpdateWithDefaults() *DataSetUpdate + func (o *DataSetUpdate) GetArtifactType() string + func (o *DataSetUpdate) GetArtifactTypeOk() (*string, bool) + func (o *DataSetUpdate) GetCustomProperties() map[string]MetadataValue + func (o *DataSetUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *DataSetUpdate) GetDescription() string + func (o *DataSetUpdate) GetDescriptionOk() (*string, bool) + func (o *DataSetUpdate) GetDigest() string + func (o *DataSetUpdate) GetDigestOk() (*string, bool) + func (o *DataSetUpdate) GetExternalId() string + func (o *DataSetUpdate) GetExternalIdOk() (*string, bool) + func (o *DataSetUpdate) GetProfile() string + func (o *DataSetUpdate) GetProfileOk() (*string, bool) + func (o *DataSetUpdate) GetSchema() string + func (o *DataSetUpdate) GetSchemaOk() (*string, bool) + func (o *DataSetUpdate) GetSource() string + func (o *DataSetUpdate) GetSourceOk() (*string, bool) + func (o *DataSetUpdate) GetSourceType() string + func (o *DataSetUpdate) GetSourceTypeOk() (*string, bool) + func (o *DataSetUpdate) GetState() ArtifactState + func (o *DataSetUpdate) GetStateOk() (*ArtifactState, bool) + func (o *DataSetUpdate) GetUri() string + func (o *DataSetUpdate) GetUriOk() (*string, bool) + func (o *DataSetUpdate) HasArtifactType() bool + func (o *DataSetUpdate) HasCustomProperties() bool + func (o *DataSetUpdate) HasDescription() bool + func (o *DataSetUpdate) HasDigest() bool + func (o *DataSetUpdate) HasExternalId() bool + func (o *DataSetUpdate) HasProfile() bool + func (o *DataSetUpdate) HasSchema() bool + func (o *DataSetUpdate) HasSource() bool + func (o *DataSetUpdate) HasSourceType() bool + func (o *DataSetUpdate) HasState() bool + func (o *DataSetUpdate) HasUri() bool + func (o *DataSetUpdate) SetArtifactType(v string) + func (o *DataSetUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *DataSetUpdate) SetDescription(v string) + func (o *DataSetUpdate) SetDigest(v string) + func (o *DataSetUpdate) SetExternalId(v string) + func (o *DataSetUpdate) SetProfile(v string) + func (o *DataSetUpdate) SetSchema(v string) + func (o *DataSetUpdate) SetSource(v string) + func (o *DataSetUpdate) SetSourceType(v string) + func (o *DataSetUpdate) SetState(v ArtifactState) + func (o *DataSetUpdate) SetUri(v string) + func (o DataSetUpdate) MarshalJSON() ([]byte, error) + func (o DataSetUpdate) ToMap() (map[string]interface{}, error) + type DocArtifact struct + ArtifactType *string + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExperimentId *string + ExperimentRunId *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name *string + State *ArtifactState + Uri *string + func NewDocArtifact() *DocArtifact + func NewDocArtifactWithDefaults() *DocArtifact + func (o *DocArtifact) GetArtifactType() string + func (o *DocArtifact) GetArtifactTypeOk() (*string, bool) + func (o *DocArtifact) GetCreateTimeSinceEpoch() string + func (o *DocArtifact) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *DocArtifact) GetCustomProperties() map[string]MetadataValue + func (o *DocArtifact) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *DocArtifact) GetDescription() string + func (o *DocArtifact) GetDescriptionOk() (*string, bool) + func (o *DocArtifact) GetExperimentId() string + func (o *DocArtifact) GetExperimentIdOk() (*string, bool) + func (o *DocArtifact) GetExperimentRunId() string + func (o *DocArtifact) GetExperimentRunIdOk() (*string, bool) + func (o *DocArtifact) GetExternalId() string + func (o *DocArtifact) GetExternalIdOk() (*string, bool) + func (o *DocArtifact) GetId() string + func (o *DocArtifact) GetIdOk() (*string, bool) + func (o *DocArtifact) GetLastUpdateTimeSinceEpoch() string + func (o *DocArtifact) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *DocArtifact) GetName() string + func (o *DocArtifact) GetNameOk() (*string, bool) + func (o *DocArtifact) GetState() ArtifactState + func (o *DocArtifact) GetStateOk() (*ArtifactState, bool) + func (o *DocArtifact) GetUri() string + func (o *DocArtifact) GetUriOk() (*string, bool) + func (o *DocArtifact) HasArtifactType() bool + func (o *DocArtifact) HasCreateTimeSinceEpoch() bool + func (o *DocArtifact) HasCustomProperties() bool + func (o *DocArtifact) HasDescription() bool + func (o *DocArtifact) HasExperimentId() bool + func (o *DocArtifact) HasExperimentRunId() bool + func (o *DocArtifact) HasExternalId() bool + func (o *DocArtifact) HasId() bool + func (o *DocArtifact) HasLastUpdateTimeSinceEpoch() bool + func (o *DocArtifact) HasName() bool + func (o *DocArtifact) HasState() bool + func (o *DocArtifact) HasUri() bool + func (o *DocArtifact) SetArtifactType(v string) + func (o *DocArtifact) SetCreateTimeSinceEpoch(v string) + func (o *DocArtifact) SetCustomProperties(v map[string]MetadataValue) + func (o *DocArtifact) SetDescription(v string) + func (o *DocArtifact) SetExperimentId(v string) + func (o *DocArtifact) SetExperimentRunId(v string) + func (o *DocArtifact) SetExternalId(v string) + func (o *DocArtifact) SetId(v string) + func (o *DocArtifact) SetLastUpdateTimeSinceEpoch(v string) + func (o *DocArtifact) SetName(v string) + func (o *DocArtifact) SetState(v ArtifactState) + func (o *DocArtifact) SetUri(v string) + func (o DocArtifact) MarshalJSON() ([]byte, error) + func (o DocArtifact) ToMap() (map[string]interface{}, error) + type DocArtifactCreate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Name *string + State *ArtifactState + Uri *string + func NewDocArtifactCreate() *DocArtifactCreate + func NewDocArtifactCreateWithDefaults() *DocArtifactCreate + func (o *DocArtifactCreate) GetArtifactType() string + func (o *DocArtifactCreate) GetArtifactTypeOk() (*string, bool) + func (o *DocArtifactCreate) GetCustomProperties() map[string]MetadataValue + func (o *DocArtifactCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *DocArtifactCreate) GetDescription() string + func (o *DocArtifactCreate) GetDescriptionOk() (*string, bool) + func (o *DocArtifactCreate) GetExternalId() string + func (o *DocArtifactCreate) GetExternalIdOk() (*string, bool) + func (o *DocArtifactCreate) GetName() string + func (o *DocArtifactCreate) GetNameOk() (*string, bool) + func (o *DocArtifactCreate) GetState() ArtifactState + func (o *DocArtifactCreate) GetStateOk() (*ArtifactState, bool) + func (o *DocArtifactCreate) GetUri() string + func (o *DocArtifactCreate) GetUriOk() (*string, bool) + func (o *DocArtifactCreate) HasArtifactType() bool + func (o *DocArtifactCreate) HasCustomProperties() bool + func (o *DocArtifactCreate) HasDescription() bool + func (o *DocArtifactCreate) HasExternalId() bool + func (o *DocArtifactCreate) HasName() bool + func (o *DocArtifactCreate) HasState() bool + func (o *DocArtifactCreate) HasUri() bool + func (o *DocArtifactCreate) SetArtifactType(v string) + func (o *DocArtifactCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *DocArtifactCreate) SetDescription(v string) + func (o *DocArtifactCreate) SetExternalId(v string) + func (o *DocArtifactCreate) SetName(v string) + func (o *DocArtifactCreate) SetState(v ArtifactState) + func (o *DocArtifactCreate) SetUri(v string) + func (o DocArtifactCreate) MarshalJSON() ([]byte, error) + func (o DocArtifactCreate) ToMap() (map[string]interface{}, error) + type DocArtifactUpdate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + State *ArtifactState + Uri *string + func NewDocArtifactUpdate() *DocArtifactUpdate + func NewDocArtifactUpdateWithDefaults() *DocArtifactUpdate + func (o *DocArtifactUpdate) GetArtifactType() string + func (o *DocArtifactUpdate) GetArtifactTypeOk() (*string, bool) + func (o *DocArtifactUpdate) GetCustomProperties() map[string]MetadataValue + func (o *DocArtifactUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *DocArtifactUpdate) GetDescription() string + func (o *DocArtifactUpdate) GetDescriptionOk() (*string, bool) + func (o *DocArtifactUpdate) GetExternalId() string + func (o *DocArtifactUpdate) GetExternalIdOk() (*string, bool) + func (o *DocArtifactUpdate) GetState() ArtifactState + func (o *DocArtifactUpdate) GetStateOk() (*ArtifactState, bool) + func (o *DocArtifactUpdate) GetUri() string + func (o *DocArtifactUpdate) GetUriOk() (*string, bool) + func (o *DocArtifactUpdate) HasArtifactType() bool + func (o *DocArtifactUpdate) HasCustomProperties() bool + func (o *DocArtifactUpdate) HasDescription() bool + func (o *DocArtifactUpdate) HasExternalId() bool + func (o *DocArtifactUpdate) HasState() bool + func (o *DocArtifactUpdate) HasUri() bool + func (o *DocArtifactUpdate) SetArtifactType(v string) + func (o *DocArtifactUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *DocArtifactUpdate) SetDescription(v string) + func (o *DocArtifactUpdate) SetExternalId(v string) + func (o *DocArtifactUpdate) SetState(v ArtifactState) + func (o *DocArtifactUpdate) SetUri(v string) + func (o DocArtifactUpdate) MarshalJSON() ([]byte, error) + func (o DocArtifactUpdate) ToMap() (map[string]interface{}, error) + type Error struct + Code string + Message string + func NewError(code string, message string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCode() string + func (o *Error) GetCodeOk() (*string, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) SetCode(v string) + func (o *Error) SetMessage(v string) + func (o Error) MarshalJSON() ([]byte, error) + func (o Error) ToMap() (map[string]interface{}, error) + type ExecutionState string + const EXECUTIONSTATE_CACHED + const EXECUTIONSTATE_CANCELED + const EXECUTIONSTATE_COMPLETE + const EXECUTIONSTATE_FAILED + const EXECUTIONSTATE_NEW + const EXECUTIONSTATE_RUNNING + const EXECUTIONSTATE_UNKNOWN + func NewExecutionStateFromValue(v string) (*ExecutionState, error) + func (v *ExecutionState) UnmarshalJSON(src []byte) error + func (v ExecutionState) IsValid() bool + func (v ExecutionState) Ptr() *ExecutionState + type Experiment struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name string + Owner *string + State *ExperimentState + func NewExperiment(name string) *Experiment + func NewExperimentWithDefaults() *Experiment + func (o *Experiment) GetCreateTimeSinceEpoch() string + func (o *Experiment) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *Experiment) GetCustomProperties() map[string]MetadataValue + func (o *Experiment) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *Experiment) GetDescription() string + func (o *Experiment) GetDescriptionOk() (*string, bool) + func (o *Experiment) GetExternalId() string + func (o *Experiment) GetExternalIdOk() (*string, bool) + func (o *Experiment) GetId() string + func (o *Experiment) GetIdOk() (*string, bool) + func (o *Experiment) GetLastUpdateTimeSinceEpoch() string + func (o *Experiment) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *Experiment) GetName() string + func (o *Experiment) GetNameOk() (*string, bool) + func (o *Experiment) GetOwner() string + func (o *Experiment) GetOwnerOk() (*string, bool) + func (o *Experiment) GetState() ExperimentState + func (o *Experiment) GetStateOk() (*ExperimentState, bool) + func (o *Experiment) HasCreateTimeSinceEpoch() bool + func (o *Experiment) HasCustomProperties() bool + func (o *Experiment) HasDescription() bool + func (o *Experiment) HasExternalId() bool + func (o *Experiment) HasId() bool + func (o *Experiment) HasLastUpdateTimeSinceEpoch() bool + func (o *Experiment) HasOwner() bool + func (o *Experiment) HasState() bool + func (o *Experiment) SetCreateTimeSinceEpoch(v string) + func (o *Experiment) SetCustomProperties(v map[string]MetadataValue) + func (o *Experiment) SetDescription(v string) + func (o *Experiment) SetExternalId(v string) + func (o *Experiment) SetId(v string) + func (o *Experiment) SetLastUpdateTimeSinceEpoch(v string) + func (o *Experiment) SetName(v string) + func (o *Experiment) SetOwner(v string) + func (o *Experiment) SetState(v ExperimentState) + func (o Experiment) MarshalJSON() ([]byte, error) + func (o Experiment) ToMap() (map[string]interface{}, error) + type ExperimentCreate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Name string + Owner *string + State *ExperimentState + func NewExperimentCreate(name string) *ExperimentCreate + func NewExperimentCreateWithDefaults() *ExperimentCreate + func (o *ExperimentCreate) GetCustomProperties() map[string]MetadataValue + func (o *ExperimentCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ExperimentCreate) GetDescription() string + func (o *ExperimentCreate) GetDescriptionOk() (*string, bool) + func (o *ExperimentCreate) GetExternalId() string + func (o *ExperimentCreate) GetExternalIdOk() (*string, bool) + func (o *ExperimentCreate) GetName() string + func (o *ExperimentCreate) GetNameOk() (*string, bool) + func (o *ExperimentCreate) GetOwner() string + func (o *ExperimentCreate) GetOwnerOk() (*string, bool) + func (o *ExperimentCreate) GetState() ExperimentState + func (o *ExperimentCreate) GetStateOk() (*ExperimentState, bool) + func (o *ExperimentCreate) HasCustomProperties() bool + func (o *ExperimentCreate) HasDescription() bool + func (o *ExperimentCreate) HasExternalId() bool + func (o *ExperimentCreate) HasOwner() bool + func (o *ExperimentCreate) HasState() bool + func (o *ExperimentCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *ExperimentCreate) SetDescription(v string) + func (o *ExperimentCreate) SetExternalId(v string) + func (o *ExperimentCreate) SetName(v string) + func (o *ExperimentCreate) SetOwner(v string) + func (o *ExperimentCreate) SetState(v ExperimentState) + func (o ExperimentCreate) MarshalJSON() ([]byte, error) + func (o ExperimentCreate) ToMap() (map[string]interface{}, error) + type ExperimentList struct + Items []Experiment + NextPageToken string + PageSize int32 + Size int32 + func NewExperimentList(nextPageToken string, pageSize int32, size int32, items []Experiment) *ExperimentList + func NewExperimentListWithDefaults() *ExperimentList + func (o *ExperimentList) GetItems() []Experiment + func (o *ExperimentList) GetItemsOk() ([]Experiment, bool) + func (o *ExperimentList) GetNextPageToken() string + func (o *ExperimentList) GetNextPageTokenOk() (*string, bool) + func (o *ExperimentList) GetPageSize() int32 + func (o *ExperimentList) GetPageSizeOk() (*int32, bool) + func (o *ExperimentList) GetSize() int32 + func (o *ExperimentList) GetSizeOk() (*int32, bool) + func (o *ExperimentList) SetItems(v []Experiment) + func (o *ExperimentList) SetNextPageToken(v string) + func (o *ExperimentList) SetPageSize(v int32) + func (o *ExperimentList) SetSize(v int32) + func (o ExperimentList) MarshalJSON() ([]byte, error) + func (o ExperimentList) ToMap() (map[string]interface{}, error) + type ExperimentRun struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + EndTimeSinceEpoch *string + ExperimentId string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name *string + Owner *string + StartTimeSinceEpoch *string + State *ExperimentRunState + Status *ExperimentRunStatus + func NewExperimentRun(experimentId string) *ExperimentRun + func NewExperimentRunWithDefaults() *ExperimentRun + func (o *ExperimentRun) GetCreateTimeSinceEpoch() string + func (o *ExperimentRun) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *ExperimentRun) GetCustomProperties() map[string]MetadataValue + func (o *ExperimentRun) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ExperimentRun) GetDescription() string + func (o *ExperimentRun) GetDescriptionOk() (*string, bool) + func (o *ExperimentRun) GetEndTimeSinceEpoch() string + func (o *ExperimentRun) GetEndTimeSinceEpochOk() (*string, bool) + func (o *ExperimentRun) GetExperimentId() string + func (o *ExperimentRun) GetExperimentIdOk() (*string, bool) + func (o *ExperimentRun) GetExternalId() string + func (o *ExperimentRun) GetExternalIdOk() (*string, bool) + func (o *ExperimentRun) GetId() string + func (o *ExperimentRun) GetIdOk() (*string, bool) + func (o *ExperimentRun) GetLastUpdateTimeSinceEpoch() string + func (o *ExperimentRun) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *ExperimentRun) GetName() string + func (o *ExperimentRun) GetNameOk() (*string, bool) + func (o *ExperimentRun) GetOwner() string + func (o *ExperimentRun) GetOwnerOk() (*string, bool) + func (o *ExperimentRun) GetStartTimeSinceEpoch() string + func (o *ExperimentRun) GetStartTimeSinceEpochOk() (*string, bool) + func (o *ExperimentRun) GetState() ExperimentRunState + func (o *ExperimentRun) GetStateOk() (*ExperimentRunState, bool) + func (o *ExperimentRun) GetStatus() ExperimentRunStatus + func (o *ExperimentRun) GetStatusOk() (*ExperimentRunStatus, bool) + func (o *ExperimentRun) HasCreateTimeSinceEpoch() bool + func (o *ExperimentRun) HasCustomProperties() bool + func (o *ExperimentRun) HasDescription() bool + func (o *ExperimentRun) HasEndTimeSinceEpoch() bool + func (o *ExperimentRun) HasExternalId() bool + func (o *ExperimentRun) HasId() bool + func (o *ExperimentRun) HasLastUpdateTimeSinceEpoch() bool + func (o *ExperimentRun) HasName() bool + func (o *ExperimentRun) HasOwner() bool + func (o *ExperimentRun) HasStartTimeSinceEpoch() bool + func (o *ExperimentRun) HasState() bool + func (o *ExperimentRun) HasStatus() bool + func (o *ExperimentRun) SetCreateTimeSinceEpoch(v string) + func (o *ExperimentRun) SetCustomProperties(v map[string]MetadataValue) + func (o *ExperimentRun) SetDescription(v string) + func (o *ExperimentRun) SetEndTimeSinceEpoch(v string) + func (o *ExperimentRun) SetExperimentId(v string) + func (o *ExperimentRun) SetExternalId(v string) + func (o *ExperimentRun) SetId(v string) + func (o *ExperimentRun) SetLastUpdateTimeSinceEpoch(v string) + func (o *ExperimentRun) SetName(v string) + func (o *ExperimentRun) SetOwner(v string) + func (o *ExperimentRun) SetStartTimeSinceEpoch(v string) + func (o *ExperimentRun) SetState(v ExperimentRunState) + func (o *ExperimentRun) SetStatus(v ExperimentRunStatus) + func (o ExperimentRun) MarshalJSON() ([]byte, error) + func (o ExperimentRun) ToMap() (map[string]interface{}, error) + type ExperimentRunCreate struct + CustomProperties map[string]MetadataValue + Description *string + EndTimeSinceEpoch *string + ExperimentId string + ExternalId *string + Name *string + Owner *string + StartTimeSinceEpoch *string + State *ExperimentRunState + Status *ExperimentRunStatus + func NewExperimentRunCreate(experimentId string) *ExperimentRunCreate + func NewExperimentRunCreateWithDefaults() *ExperimentRunCreate + func (o *ExperimentRunCreate) GetCustomProperties() map[string]MetadataValue + func (o *ExperimentRunCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ExperimentRunCreate) GetDescription() string + func (o *ExperimentRunCreate) GetDescriptionOk() (*string, bool) + func (o *ExperimentRunCreate) GetEndTimeSinceEpoch() string + func (o *ExperimentRunCreate) GetEndTimeSinceEpochOk() (*string, bool) + func (o *ExperimentRunCreate) GetExperimentId() string + func (o *ExperimentRunCreate) GetExperimentIdOk() (*string, bool) + func (o *ExperimentRunCreate) GetExternalId() string + func (o *ExperimentRunCreate) GetExternalIdOk() (*string, bool) + func (o *ExperimentRunCreate) GetName() string + func (o *ExperimentRunCreate) GetNameOk() (*string, bool) + func (o *ExperimentRunCreate) GetOwner() string + func (o *ExperimentRunCreate) GetOwnerOk() (*string, bool) + func (o *ExperimentRunCreate) GetStartTimeSinceEpoch() string + func (o *ExperimentRunCreate) GetStartTimeSinceEpochOk() (*string, bool) + func (o *ExperimentRunCreate) GetState() ExperimentRunState + func (o *ExperimentRunCreate) GetStateOk() (*ExperimentRunState, bool) + func (o *ExperimentRunCreate) GetStatus() ExperimentRunStatus + func (o *ExperimentRunCreate) GetStatusOk() (*ExperimentRunStatus, bool) + func (o *ExperimentRunCreate) HasCustomProperties() bool + func (o *ExperimentRunCreate) HasDescription() bool + func (o *ExperimentRunCreate) HasEndTimeSinceEpoch() bool + func (o *ExperimentRunCreate) HasExternalId() bool + func (o *ExperimentRunCreate) HasName() bool + func (o *ExperimentRunCreate) HasOwner() bool + func (o *ExperimentRunCreate) HasStartTimeSinceEpoch() bool + func (o *ExperimentRunCreate) HasState() bool + func (o *ExperimentRunCreate) HasStatus() bool + func (o *ExperimentRunCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *ExperimentRunCreate) SetDescription(v string) + func (o *ExperimentRunCreate) SetEndTimeSinceEpoch(v string) + func (o *ExperimentRunCreate) SetExperimentId(v string) + func (o *ExperimentRunCreate) SetExternalId(v string) + func (o *ExperimentRunCreate) SetName(v string) + func (o *ExperimentRunCreate) SetOwner(v string) + func (o *ExperimentRunCreate) SetStartTimeSinceEpoch(v string) + func (o *ExperimentRunCreate) SetState(v ExperimentRunState) + func (o *ExperimentRunCreate) SetStatus(v ExperimentRunStatus) + func (o ExperimentRunCreate) MarshalJSON() ([]byte, error) + func (o ExperimentRunCreate) ToMap() (map[string]interface{}, error) + type ExperimentRunList struct + Items []ExperimentRun + NextPageToken string + PageSize int32 + Size int32 + func NewExperimentRunList(nextPageToken string, pageSize int32, size int32, items []ExperimentRun) *ExperimentRunList + func NewExperimentRunListWithDefaults() *ExperimentRunList + func (o *ExperimentRunList) GetItems() []ExperimentRun + func (o *ExperimentRunList) GetItemsOk() ([]ExperimentRun, bool) + func (o *ExperimentRunList) GetNextPageToken() string + func (o *ExperimentRunList) GetNextPageTokenOk() (*string, bool) + func (o *ExperimentRunList) GetPageSize() int32 + func (o *ExperimentRunList) GetPageSizeOk() (*int32, bool) + func (o *ExperimentRunList) GetSize() int32 + func (o *ExperimentRunList) GetSizeOk() (*int32, bool) + func (o *ExperimentRunList) SetItems(v []ExperimentRun) + func (o *ExperimentRunList) SetNextPageToken(v string) + func (o *ExperimentRunList) SetPageSize(v int32) + func (o *ExperimentRunList) SetSize(v int32) + func (o ExperimentRunList) MarshalJSON() ([]byte, error) + func (o ExperimentRunList) ToMap() (map[string]interface{}, error) + type ExperimentRunState string + const EXPERIMENTRUNSTATE_ARCHIVED + const EXPERIMENTRUNSTATE_LIVE + func NewExperimentRunStateFromValue(v string) (*ExperimentRunState, error) + func (v *ExperimentRunState) UnmarshalJSON(src []byte) error + func (v ExperimentRunState) IsValid() bool + func (v ExperimentRunState) Ptr() *ExperimentRunState + type ExperimentRunStatus string + const EXPERIMENTRUNSTATUS_FAILED + const EXPERIMENTRUNSTATUS_FINISHED + const EXPERIMENTRUNSTATUS_KILLED + const EXPERIMENTRUNSTATUS_RUNNING + const EXPERIMENTRUNSTATUS_SCHEDULED + func NewExperimentRunStatusFromValue(v string) (*ExperimentRunStatus, error) + func (v *ExperimentRunStatus) UnmarshalJSON(src []byte) error + func (v ExperimentRunStatus) IsValid() bool + func (v ExperimentRunStatus) Ptr() *ExperimentRunStatus + type ExperimentRunUpdate struct + CustomProperties map[string]MetadataValue + Description *string + EndTimeSinceEpoch *string + ExternalId *string + Owner *string + State *ExperimentRunState + Status *ExperimentRunStatus + func NewExperimentRunUpdate() *ExperimentRunUpdate + func NewExperimentRunUpdateWithDefaults() *ExperimentRunUpdate + func (o *ExperimentRunUpdate) GetCustomProperties() map[string]MetadataValue + func (o *ExperimentRunUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ExperimentRunUpdate) GetDescription() string + func (o *ExperimentRunUpdate) GetDescriptionOk() (*string, bool) + func (o *ExperimentRunUpdate) GetEndTimeSinceEpoch() string + func (o *ExperimentRunUpdate) GetEndTimeSinceEpochOk() (*string, bool) + func (o *ExperimentRunUpdate) GetExternalId() string + func (o *ExperimentRunUpdate) GetExternalIdOk() (*string, bool) + func (o *ExperimentRunUpdate) GetOwner() string + func (o *ExperimentRunUpdate) GetOwnerOk() (*string, bool) + func (o *ExperimentRunUpdate) GetState() ExperimentRunState + func (o *ExperimentRunUpdate) GetStateOk() (*ExperimentRunState, bool) + func (o *ExperimentRunUpdate) GetStatus() ExperimentRunStatus + func (o *ExperimentRunUpdate) GetStatusOk() (*ExperimentRunStatus, bool) + func (o *ExperimentRunUpdate) HasCustomProperties() bool + func (o *ExperimentRunUpdate) HasDescription() bool + func (o *ExperimentRunUpdate) HasEndTimeSinceEpoch() bool + func (o *ExperimentRunUpdate) HasExternalId() bool + func (o *ExperimentRunUpdate) HasOwner() bool + func (o *ExperimentRunUpdate) HasState() bool + func (o *ExperimentRunUpdate) HasStatus() bool + func (o *ExperimentRunUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *ExperimentRunUpdate) SetDescription(v string) + func (o *ExperimentRunUpdate) SetEndTimeSinceEpoch(v string) + func (o *ExperimentRunUpdate) SetExternalId(v string) + func (o *ExperimentRunUpdate) SetOwner(v string) + func (o *ExperimentRunUpdate) SetState(v ExperimentRunState) + func (o *ExperimentRunUpdate) SetStatus(v ExperimentRunStatus) + func (o ExperimentRunUpdate) MarshalJSON() ([]byte, error) + func (o ExperimentRunUpdate) ToMap() (map[string]interface{}, error) + type ExperimentState string + const EXPERIMENTSTATE_ARCHIVED + const EXPERIMENTSTATE_LIVE + func NewExperimentStateFromValue(v string) (*ExperimentState, error) + func (v *ExperimentState) UnmarshalJSON(src []byte) error + func (v ExperimentState) IsValid() bool + func (v ExperimentState) Ptr() *ExperimentState + type ExperimentUpdate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Owner *string + State *ExperimentState + func NewExperimentUpdate() *ExperimentUpdate + func NewExperimentUpdateWithDefaults() *ExperimentUpdate + func (o *ExperimentUpdate) GetCustomProperties() map[string]MetadataValue + func (o *ExperimentUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ExperimentUpdate) GetDescription() string + func (o *ExperimentUpdate) GetDescriptionOk() (*string, bool) + func (o *ExperimentUpdate) GetExternalId() string + func (o *ExperimentUpdate) GetExternalIdOk() (*string, bool) + func (o *ExperimentUpdate) GetOwner() string + func (o *ExperimentUpdate) GetOwnerOk() (*string, bool) + func (o *ExperimentUpdate) GetState() ExperimentState + func (o *ExperimentUpdate) GetStateOk() (*ExperimentState, bool) + func (o *ExperimentUpdate) HasCustomProperties() bool + func (o *ExperimentUpdate) HasDescription() bool + func (o *ExperimentUpdate) HasExternalId() bool + func (o *ExperimentUpdate) HasOwner() bool + func (o *ExperimentUpdate) HasState() bool + func (o *ExperimentUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *ExperimentUpdate) SetDescription(v string) + func (o *ExperimentUpdate) SetExternalId(v string) + func (o *ExperimentUpdate) SetOwner(v string) + func (o *ExperimentUpdate) SetState(v ExperimentState) + func (o ExperimentUpdate) MarshalJSON() ([]byte, error) + func (o ExperimentUpdate) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type InferenceService struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + DesiredState *InferenceServiceState + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + ModelVersionId *string + Name *string + RegisteredModelId string + Runtime *string + ServingEnvironmentId string + func NewInferenceService(registeredModelId string, servingEnvironmentId string) *InferenceService + func NewInferenceServiceWithDefaults() *InferenceService + func (o *InferenceService) GetCreateTimeSinceEpoch() string + func (o *InferenceService) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *InferenceService) GetCustomProperties() map[string]MetadataValue + func (o *InferenceService) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *InferenceService) GetDescription() string + func (o *InferenceService) GetDescriptionOk() (*string, bool) + func (o *InferenceService) GetDesiredState() InferenceServiceState + func (o *InferenceService) GetDesiredStateOk() (*InferenceServiceState, bool) + func (o *InferenceService) GetExternalId() string + func (o *InferenceService) GetExternalIdOk() (*string, bool) + func (o *InferenceService) GetId() string + func (o *InferenceService) GetIdOk() (*string, bool) + func (o *InferenceService) GetLastUpdateTimeSinceEpoch() string + func (o *InferenceService) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *InferenceService) GetModelVersionId() string + func (o *InferenceService) GetModelVersionIdOk() (*string, bool) + func (o *InferenceService) GetName() string + func (o *InferenceService) GetNameOk() (*string, bool) + func (o *InferenceService) GetRegisteredModelId() string + func (o *InferenceService) GetRegisteredModelIdOk() (*string, bool) + func (o *InferenceService) GetRuntime() string + func (o *InferenceService) GetRuntimeOk() (*string, bool) + func (o *InferenceService) GetServingEnvironmentId() string + func (o *InferenceService) GetServingEnvironmentIdOk() (*string, bool) + func (o *InferenceService) HasCreateTimeSinceEpoch() bool + func (o *InferenceService) HasCustomProperties() bool + func (o *InferenceService) HasDescription() bool + func (o *InferenceService) HasDesiredState() bool + func (o *InferenceService) HasExternalId() bool + func (o *InferenceService) HasId() bool + func (o *InferenceService) HasLastUpdateTimeSinceEpoch() bool + func (o *InferenceService) HasModelVersionId() bool + func (o *InferenceService) HasName() bool + func (o *InferenceService) HasRuntime() bool + func (o *InferenceService) SetCreateTimeSinceEpoch(v string) + func (o *InferenceService) SetCustomProperties(v map[string]MetadataValue) + func (o *InferenceService) SetDescription(v string) + func (o *InferenceService) SetDesiredState(v InferenceServiceState) + func (o *InferenceService) SetExternalId(v string) + func (o *InferenceService) SetId(v string) + func (o *InferenceService) SetLastUpdateTimeSinceEpoch(v string) + func (o *InferenceService) SetModelVersionId(v string) + func (o *InferenceService) SetName(v string) + func (o *InferenceService) SetRegisteredModelId(v string) + func (o *InferenceService) SetRuntime(v string) + func (o *InferenceService) SetServingEnvironmentId(v string) + func (o InferenceService) MarshalJSON() ([]byte, error) + func (o InferenceService) ToMap() (map[string]interface{}, error) + type InferenceServiceCreate struct + CustomProperties map[string]MetadataValue + Description *string + DesiredState *InferenceServiceState + ExternalId *string + ModelVersionId *string + Name *string + RegisteredModelId string + Runtime *string + ServingEnvironmentId string + func NewInferenceServiceCreate(registeredModelId string, servingEnvironmentId string) *InferenceServiceCreate + func NewInferenceServiceCreateWithDefaults() *InferenceServiceCreate + func (o *InferenceServiceCreate) GetCustomProperties() map[string]MetadataValue + func (o *InferenceServiceCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *InferenceServiceCreate) GetDescription() string + func (o *InferenceServiceCreate) GetDescriptionOk() (*string, bool) + func (o *InferenceServiceCreate) GetDesiredState() InferenceServiceState + func (o *InferenceServiceCreate) GetDesiredStateOk() (*InferenceServiceState, bool) + func (o *InferenceServiceCreate) GetExternalId() string + func (o *InferenceServiceCreate) GetExternalIdOk() (*string, bool) + func (o *InferenceServiceCreate) GetModelVersionId() string + func (o *InferenceServiceCreate) GetModelVersionIdOk() (*string, bool) + func (o *InferenceServiceCreate) GetName() string + func (o *InferenceServiceCreate) GetNameOk() (*string, bool) + func (o *InferenceServiceCreate) GetRegisteredModelId() string + func (o *InferenceServiceCreate) GetRegisteredModelIdOk() (*string, bool) + func (o *InferenceServiceCreate) GetRuntime() string + func (o *InferenceServiceCreate) GetRuntimeOk() (*string, bool) + func (o *InferenceServiceCreate) GetServingEnvironmentId() string + func (o *InferenceServiceCreate) GetServingEnvironmentIdOk() (*string, bool) + func (o *InferenceServiceCreate) HasCustomProperties() bool + func (o *InferenceServiceCreate) HasDescription() bool + func (o *InferenceServiceCreate) HasDesiredState() bool + func (o *InferenceServiceCreate) HasExternalId() bool + func (o *InferenceServiceCreate) HasModelVersionId() bool + func (o *InferenceServiceCreate) HasName() bool + func (o *InferenceServiceCreate) HasRuntime() bool + func (o *InferenceServiceCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *InferenceServiceCreate) SetDescription(v string) + func (o *InferenceServiceCreate) SetDesiredState(v InferenceServiceState) + func (o *InferenceServiceCreate) SetExternalId(v string) + func (o *InferenceServiceCreate) SetModelVersionId(v string) + func (o *InferenceServiceCreate) SetName(v string) + func (o *InferenceServiceCreate) SetRegisteredModelId(v string) + func (o *InferenceServiceCreate) SetRuntime(v string) + func (o *InferenceServiceCreate) SetServingEnvironmentId(v string) + func (o InferenceServiceCreate) MarshalJSON() ([]byte, error) + func (o InferenceServiceCreate) ToMap() (map[string]interface{}, error) + type InferenceServiceList struct + Items []InferenceService + NextPageToken string + PageSize int32 + Size int32 + func NewInferenceServiceList(nextPageToken string, pageSize int32, size int32, items []InferenceService) *InferenceServiceList + func NewInferenceServiceListWithDefaults() *InferenceServiceList + func (o *InferenceServiceList) GetItems() []InferenceService + func (o *InferenceServiceList) GetItemsOk() ([]InferenceService, bool) + func (o *InferenceServiceList) GetNextPageToken() string + func (o *InferenceServiceList) GetNextPageTokenOk() (*string, bool) + func (o *InferenceServiceList) GetPageSize() int32 + func (o *InferenceServiceList) GetPageSizeOk() (*int32, bool) + func (o *InferenceServiceList) GetSize() int32 + func (o *InferenceServiceList) GetSizeOk() (*int32, bool) + func (o *InferenceServiceList) SetItems(v []InferenceService) + func (o *InferenceServiceList) SetNextPageToken(v string) + func (o *InferenceServiceList) SetPageSize(v int32) + func (o *InferenceServiceList) SetSize(v int32) + func (o InferenceServiceList) MarshalJSON() ([]byte, error) + func (o InferenceServiceList) ToMap() (map[string]interface{}, error) + type InferenceServiceState string + const INFERENCESERVICESTATE_DEPLOYED + const INFERENCESERVICESTATE_UNDEPLOYED + func NewInferenceServiceStateFromValue(v string) (*InferenceServiceState, error) + func (v *InferenceServiceState) UnmarshalJSON(src []byte) error + func (v InferenceServiceState) IsValid() bool + func (v InferenceServiceState) Ptr() *InferenceServiceState + type InferenceServiceUpdate struct + CustomProperties map[string]MetadataValue + Description *string + DesiredState *InferenceServiceState + ExternalId *string + ModelVersionId *string + Runtime *string + func NewInferenceServiceUpdate() *InferenceServiceUpdate + func NewInferenceServiceUpdateWithDefaults() *InferenceServiceUpdate + func (o *InferenceServiceUpdate) GetCustomProperties() map[string]MetadataValue + func (o *InferenceServiceUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *InferenceServiceUpdate) GetDescription() string + func (o *InferenceServiceUpdate) GetDescriptionOk() (*string, bool) + func (o *InferenceServiceUpdate) GetDesiredState() InferenceServiceState + func (o *InferenceServiceUpdate) GetDesiredStateOk() (*InferenceServiceState, bool) + func (o *InferenceServiceUpdate) GetExternalId() string + func (o *InferenceServiceUpdate) GetExternalIdOk() (*string, bool) + func (o *InferenceServiceUpdate) GetModelVersionId() string + func (o *InferenceServiceUpdate) GetModelVersionIdOk() (*string, bool) + func (o *InferenceServiceUpdate) GetRuntime() string + func (o *InferenceServiceUpdate) GetRuntimeOk() (*string, bool) + func (o *InferenceServiceUpdate) HasCustomProperties() bool + func (o *InferenceServiceUpdate) HasDescription() bool + func (o *InferenceServiceUpdate) HasDesiredState() bool + func (o *InferenceServiceUpdate) HasExternalId() bool + func (o *InferenceServiceUpdate) HasModelVersionId() bool + func (o *InferenceServiceUpdate) HasRuntime() bool + func (o *InferenceServiceUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *InferenceServiceUpdate) SetDescription(v string) + func (o *InferenceServiceUpdate) SetDesiredState(v InferenceServiceState) + func (o *InferenceServiceUpdate) SetExternalId(v string) + func (o *InferenceServiceUpdate) SetModelVersionId(v string) + func (o *InferenceServiceUpdate) SetRuntime(v string) + func (o InferenceServiceUpdate) MarshalJSON() ([]byte, error) + func (o InferenceServiceUpdate) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MetadataBoolValue struct + BoolValue bool + MetadataType string + func NewMetadataBoolValue(boolValue bool, metadataType string) *MetadataBoolValue + func NewMetadataBoolValueWithDefaults() *MetadataBoolValue + func (o *MetadataBoolValue) GetBoolValue() bool + func (o *MetadataBoolValue) GetBoolValueOk() (*bool, bool) + func (o *MetadataBoolValue) GetMetadataType() string + func (o *MetadataBoolValue) GetMetadataTypeOk() (*string, bool) + func (o *MetadataBoolValue) SetBoolValue(v bool) + func (o *MetadataBoolValue) SetMetadataType(v string) + func (o MetadataBoolValue) MarshalJSON() ([]byte, error) + func (o MetadataBoolValue) ToMap() (map[string]interface{}, error) + type MetadataDoubleValue struct + DoubleValue float64 + MetadataType string + func NewMetadataDoubleValue(doubleValue float64, metadataType string) *MetadataDoubleValue + func NewMetadataDoubleValueWithDefaults() *MetadataDoubleValue + func (o *MetadataDoubleValue) GetDoubleValue() float64 + func (o *MetadataDoubleValue) GetDoubleValueOk() (*float64, bool) + func (o *MetadataDoubleValue) GetMetadataType() string + func (o *MetadataDoubleValue) GetMetadataTypeOk() (*string, bool) + func (o *MetadataDoubleValue) SetDoubleValue(v float64) + func (o *MetadataDoubleValue) SetMetadataType(v string) + func (o MetadataDoubleValue) MarshalJSON() ([]byte, error) + func (o MetadataDoubleValue) ToMap() (map[string]interface{}, error) + type MetadataIntValue struct + IntValue string + MetadataType string + func NewMetadataIntValue(intValue string, metadataType string) *MetadataIntValue + func NewMetadataIntValueWithDefaults() *MetadataIntValue + func (o *MetadataIntValue) GetIntValue() string + func (o *MetadataIntValue) GetIntValueOk() (*string, bool) + func (o *MetadataIntValue) GetMetadataType() string + func (o *MetadataIntValue) GetMetadataTypeOk() (*string, bool) + func (o *MetadataIntValue) SetIntValue(v string) + func (o *MetadataIntValue) SetMetadataType(v string) + func (o MetadataIntValue) MarshalJSON() ([]byte, error) + func (o MetadataIntValue) ToMap() (map[string]interface{}, error) + type MetadataProtoValue struct + MetadataType string + ProtoValue string + Type string + func NewMetadataProtoValue(type_ string, protoValue string, metadataType string) *MetadataProtoValue + func NewMetadataProtoValueWithDefaults() *MetadataProtoValue + func (o *MetadataProtoValue) GetMetadataType() string + func (o *MetadataProtoValue) GetMetadataTypeOk() (*string, bool) + func (o *MetadataProtoValue) GetProtoValue() string + func (o *MetadataProtoValue) GetProtoValueOk() (*string, bool) + func (o *MetadataProtoValue) GetType() string + func (o *MetadataProtoValue) GetTypeOk() (*string, bool) + func (o *MetadataProtoValue) SetMetadataType(v string) + func (o *MetadataProtoValue) SetProtoValue(v string) + func (o *MetadataProtoValue) SetType(v string) + func (o MetadataProtoValue) MarshalJSON() ([]byte, error) + func (o MetadataProtoValue) ToMap() (map[string]interface{}, error) + type MetadataStringValue struct + MetadataType string + StringValue string + func NewMetadataStringValue(stringValue string, metadataType string) *MetadataStringValue + func NewMetadataStringValueWithDefaults() *MetadataStringValue + func (o *MetadataStringValue) GetMetadataType() string + func (o *MetadataStringValue) GetMetadataTypeOk() (*string, bool) + func (o *MetadataStringValue) GetStringValue() string + func (o *MetadataStringValue) GetStringValueOk() (*string, bool) + func (o *MetadataStringValue) SetMetadataType(v string) + func (o *MetadataStringValue) SetStringValue(v string) + func (o MetadataStringValue) MarshalJSON() ([]byte, error) + func (o MetadataStringValue) ToMap() (map[string]interface{}, error) + type MetadataStructValue struct + MetadataType string + StructValue string + func NewMetadataStructValue(structValue string, metadataType string) *MetadataStructValue + func NewMetadataStructValueWithDefaults() *MetadataStructValue + func (o *MetadataStructValue) GetMetadataType() string + func (o *MetadataStructValue) GetMetadataTypeOk() (*string, bool) + func (o *MetadataStructValue) GetStructValue() string + func (o *MetadataStructValue) GetStructValueOk() (*string, bool) + func (o *MetadataStructValue) SetMetadataType(v string) + func (o *MetadataStructValue) SetStructValue(v string) + func (o MetadataStructValue) MarshalJSON() ([]byte, error) + func (o MetadataStructValue) ToMap() (map[string]interface{}, error) + type MetadataValue struct + MetadataBoolValue *MetadataBoolValue + MetadataDoubleValue *MetadataDoubleValue + MetadataIntValue *MetadataIntValue + MetadataProtoValue *MetadataProtoValue + MetadataStringValue *MetadataStringValue + MetadataStructValue *MetadataStructValue + func MetadataBoolValueAsMetadataValue(v *MetadataBoolValue) MetadataValue + func MetadataDoubleValueAsMetadataValue(v *MetadataDoubleValue) MetadataValue + func MetadataIntValueAsMetadataValue(v *MetadataIntValue) MetadataValue + func MetadataProtoValueAsMetadataValue(v *MetadataProtoValue) MetadataValue + func MetadataStringValueAsMetadataValue(v *MetadataStringValue) MetadataValue + func MetadataStructValueAsMetadataValue(v *MetadataStructValue) MetadataValue + func (dst *MetadataValue) UnmarshalJSON(data []byte) error + func (obj *MetadataValue) GetActualInstance() interface{} + func (obj MetadataValue) GetActualInstanceValue() interface{} + func (src MetadataValue) MarshalJSON() ([]byte, error) + type Metric struct + ArtifactType *string + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExperimentId *string + ExperimentRunId *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name *string + State *ArtifactState + Step *int64 + Timestamp *string + Value *float64 + func NewMetric() *Metric + func NewMetricWithDefaults() *Metric + func (o *Metric) GetArtifactType() string + func (o *Metric) GetArtifactTypeOk() (*string, bool) + func (o *Metric) GetCreateTimeSinceEpoch() string + func (o *Metric) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *Metric) GetCustomProperties() map[string]MetadataValue + func (o *Metric) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *Metric) GetDescription() string + func (o *Metric) GetDescriptionOk() (*string, bool) + func (o *Metric) GetExperimentId() string + func (o *Metric) GetExperimentIdOk() (*string, bool) + func (o *Metric) GetExperimentRunId() string + func (o *Metric) GetExperimentRunIdOk() (*string, bool) + func (o *Metric) GetExternalId() string + func (o *Metric) GetExternalIdOk() (*string, bool) + func (o *Metric) GetId() string + func (o *Metric) GetIdOk() (*string, bool) + func (o *Metric) GetLastUpdateTimeSinceEpoch() string + func (o *Metric) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *Metric) GetName() string + func (o *Metric) GetNameOk() (*string, bool) + func (o *Metric) GetState() ArtifactState + func (o *Metric) GetStateOk() (*ArtifactState, bool) + func (o *Metric) GetStep() int64 + func (o *Metric) GetStepOk() (*int64, bool) + func (o *Metric) GetTimestamp() string + func (o *Metric) GetTimestampOk() (*string, bool) + func (o *Metric) GetValue() float64 + func (o *Metric) GetValueOk() (*float64, bool) + func (o *Metric) HasArtifactType() bool + func (o *Metric) HasCreateTimeSinceEpoch() bool + func (o *Metric) HasCustomProperties() bool + func (o *Metric) HasDescription() bool + func (o *Metric) HasExperimentId() bool + func (o *Metric) HasExperimentRunId() bool + func (o *Metric) HasExternalId() bool + func (o *Metric) HasId() bool + func (o *Metric) HasLastUpdateTimeSinceEpoch() bool + func (o *Metric) HasName() bool + func (o *Metric) HasState() bool + func (o *Metric) HasStep() bool + func (o *Metric) HasTimestamp() bool + func (o *Metric) HasValue() bool + func (o *Metric) SetArtifactType(v string) + func (o *Metric) SetCreateTimeSinceEpoch(v string) + func (o *Metric) SetCustomProperties(v map[string]MetadataValue) + func (o *Metric) SetDescription(v string) + func (o *Metric) SetExperimentId(v string) + func (o *Metric) SetExperimentRunId(v string) + func (o *Metric) SetExternalId(v string) + func (o *Metric) SetId(v string) + func (o *Metric) SetLastUpdateTimeSinceEpoch(v string) + func (o *Metric) SetName(v string) + func (o *Metric) SetState(v ArtifactState) + func (o *Metric) SetStep(v int64) + func (o *Metric) SetTimestamp(v string) + func (o *Metric) SetValue(v float64) + func (o Metric) MarshalJSON() ([]byte, error) + func (o Metric) ToMap() (map[string]interface{}, error) + type MetricCreate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Name *string + State *ArtifactState + Step *int64 + Timestamp *string + Value *float64 + func NewMetricCreate() *MetricCreate + func NewMetricCreateWithDefaults() *MetricCreate + func (o *MetricCreate) GetArtifactType() string + func (o *MetricCreate) GetArtifactTypeOk() (*string, bool) + func (o *MetricCreate) GetCustomProperties() map[string]MetadataValue + func (o *MetricCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *MetricCreate) GetDescription() string + func (o *MetricCreate) GetDescriptionOk() (*string, bool) + func (o *MetricCreate) GetExternalId() string + func (o *MetricCreate) GetExternalIdOk() (*string, bool) + func (o *MetricCreate) GetName() string + func (o *MetricCreate) GetNameOk() (*string, bool) + func (o *MetricCreate) GetState() ArtifactState + func (o *MetricCreate) GetStateOk() (*ArtifactState, bool) + func (o *MetricCreate) GetStep() int64 + func (o *MetricCreate) GetStepOk() (*int64, bool) + func (o *MetricCreate) GetTimestamp() string + func (o *MetricCreate) GetTimestampOk() (*string, bool) + func (o *MetricCreate) GetValue() float64 + func (o *MetricCreate) GetValueOk() (*float64, bool) + func (o *MetricCreate) HasArtifactType() bool + func (o *MetricCreate) HasCustomProperties() bool + func (o *MetricCreate) HasDescription() bool + func (o *MetricCreate) HasExternalId() bool + func (o *MetricCreate) HasName() bool + func (o *MetricCreate) HasState() bool + func (o *MetricCreate) HasStep() bool + func (o *MetricCreate) HasTimestamp() bool + func (o *MetricCreate) HasValue() bool + func (o *MetricCreate) SetArtifactType(v string) + func (o *MetricCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *MetricCreate) SetDescription(v string) + func (o *MetricCreate) SetExternalId(v string) + func (o *MetricCreate) SetName(v string) + func (o *MetricCreate) SetState(v ArtifactState) + func (o *MetricCreate) SetStep(v int64) + func (o *MetricCreate) SetTimestamp(v string) + func (o *MetricCreate) SetValue(v float64) + func (o MetricCreate) MarshalJSON() ([]byte, error) + func (o MetricCreate) ToMap() (map[string]interface{}, error) + type MetricList struct + Items []Metric + NextPageToken string + PageSize int32 + Size int32 + func NewMetricList(nextPageToken string, pageSize int32, size int32, items []Metric) *MetricList + func NewMetricListWithDefaults() *MetricList + func (o *MetricList) GetItems() []Metric + func (o *MetricList) GetItemsOk() ([]Metric, bool) + func (o *MetricList) GetNextPageToken() string + func (o *MetricList) GetNextPageTokenOk() (*string, bool) + func (o *MetricList) GetPageSize() int32 + func (o *MetricList) GetPageSizeOk() (*int32, bool) + func (o *MetricList) GetSize() int32 + func (o *MetricList) GetSizeOk() (*int32, bool) + func (o *MetricList) SetItems(v []Metric) + func (o *MetricList) SetNextPageToken(v string) + func (o *MetricList) SetPageSize(v int32) + func (o *MetricList) SetSize(v int32) + func (o MetricList) MarshalJSON() ([]byte, error) + func (o MetricList) ToMap() (map[string]interface{}, error) + type MetricUpdate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + State *ArtifactState + Step *int64 + Timestamp *string + Value *float64 + func NewMetricUpdate() *MetricUpdate + func NewMetricUpdateWithDefaults() *MetricUpdate + func (o *MetricUpdate) GetArtifactType() string + func (o *MetricUpdate) GetArtifactTypeOk() (*string, bool) + func (o *MetricUpdate) GetCustomProperties() map[string]MetadataValue + func (o *MetricUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *MetricUpdate) GetDescription() string + func (o *MetricUpdate) GetDescriptionOk() (*string, bool) + func (o *MetricUpdate) GetExternalId() string + func (o *MetricUpdate) GetExternalIdOk() (*string, bool) + func (o *MetricUpdate) GetState() ArtifactState + func (o *MetricUpdate) GetStateOk() (*ArtifactState, bool) + func (o *MetricUpdate) GetStep() int64 + func (o *MetricUpdate) GetStepOk() (*int64, bool) + func (o *MetricUpdate) GetTimestamp() string + func (o *MetricUpdate) GetTimestampOk() (*string, bool) + func (o *MetricUpdate) GetValue() float64 + func (o *MetricUpdate) GetValueOk() (*float64, bool) + func (o *MetricUpdate) HasArtifactType() bool + func (o *MetricUpdate) HasCustomProperties() bool + func (o *MetricUpdate) HasDescription() bool + func (o *MetricUpdate) HasExternalId() bool + func (o *MetricUpdate) HasState() bool + func (o *MetricUpdate) HasStep() bool + func (o *MetricUpdate) HasTimestamp() bool + func (o *MetricUpdate) HasValue() bool + func (o *MetricUpdate) SetArtifactType(v string) + func (o *MetricUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *MetricUpdate) SetDescription(v string) + func (o *MetricUpdate) SetExternalId(v string) + func (o *MetricUpdate) SetState(v ArtifactState) + func (o *MetricUpdate) SetStep(v int64) + func (o *MetricUpdate) SetTimestamp(v string) + func (o *MetricUpdate) SetValue(v float64) + func (o MetricUpdate) MarshalJSON() ([]byte, error) + func (o MetricUpdate) ToMap() (map[string]interface{}, error) + type ModelArtifact struct + ArtifactType *string + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExperimentId *string + ExperimentRunId *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + ModelFormatName *string + ModelFormatVersion *string + ModelSourceClass *string + ModelSourceGroup *string + ModelSourceId *string + ModelSourceKind *string + ModelSourceName *string + Name *string + ServiceAccountName *string + State *ArtifactState + StorageKey *string + StoragePath *string + Uri *string + func NewModelArtifact() *ModelArtifact + func NewModelArtifactWithDefaults() *ModelArtifact + func (o *ModelArtifact) GetArtifactType() string + func (o *ModelArtifact) GetArtifactTypeOk() (*string, bool) + func (o *ModelArtifact) GetCreateTimeSinceEpoch() string + func (o *ModelArtifact) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *ModelArtifact) GetCustomProperties() map[string]MetadataValue + func (o *ModelArtifact) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ModelArtifact) GetDescription() string + func (o *ModelArtifact) GetDescriptionOk() (*string, bool) + func (o *ModelArtifact) GetExperimentId() string + func (o *ModelArtifact) GetExperimentIdOk() (*string, bool) + func (o *ModelArtifact) GetExperimentRunId() string + func (o *ModelArtifact) GetExperimentRunIdOk() (*string, bool) + func (o *ModelArtifact) GetExternalId() string + func (o *ModelArtifact) GetExternalIdOk() (*string, bool) + func (o *ModelArtifact) GetId() string + func (o *ModelArtifact) GetIdOk() (*string, bool) + func (o *ModelArtifact) GetLastUpdateTimeSinceEpoch() string + func (o *ModelArtifact) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *ModelArtifact) GetModelFormatName() string + func (o *ModelArtifact) GetModelFormatNameOk() (*string, bool) + func (o *ModelArtifact) GetModelFormatVersion() string + func (o *ModelArtifact) GetModelFormatVersionOk() (*string, bool) + func (o *ModelArtifact) GetModelSourceClass() string + func (o *ModelArtifact) GetModelSourceClassOk() (*string, bool) + func (o *ModelArtifact) GetModelSourceGroup() string + func (o *ModelArtifact) GetModelSourceGroupOk() (*string, bool) + func (o *ModelArtifact) GetModelSourceId() string + func (o *ModelArtifact) GetModelSourceIdOk() (*string, bool) + func (o *ModelArtifact) GetModelSourceKind() string + func (o *ModelArtifact) GetModelSourceKindOk() (*string, bool) + func (o *ModelArtifact) GetModelSourceName() string + func (o *ModelArtifact) GetModelSourceNameOk() (*string, bool) + func (o *ModelArtifact) GetName() string + func (o *ModelArtifact) GetNameOk() (*string, bool) + func (o *ModelArtifact) GetServiceAccountName() string + func (o *ModelArtifact) GetServiceAccountNameOk() (*string, bool) + func (o *ModelArtifact) GetState() ArtifactState + func (o *ModelArtifact) GetStateOk() (*ArtifactState, bool) + func (o *ModelArtifact) GetStorageKey() string + func (o *ModelArtifact) GetStorageKeyOk() (*string, bool) + func (o *ModelArtifact) GetStoragePath() string + func (o *ModelArtifact) GetStoragePathOk() (*string, bool) + func (o *ModelArtifact) GetUri() string + func (o *ModelArtifact) GetUriOk() (*string, bool) + func (o *ModelArtifact) HasArtifactType() bool + func (o *ModelArtifact) HasCreateTimeSinceEpoch() bool + func (o *ModelArtifact) HasCustomProperties() bool + func (o *ModelArtifact) HasDescription() bool + func (o *ModelArtifact) HasExperimentId() bool + func (o *ModelArtifact) HasExperimentRunId() bool + func (o *ModelArtifact) HasExternalId() bool + func (o *ModelArtifact) HasId() bool + func (o *ModelArtifact) HasLastUpdateTimeSinceEpoch() bool + func (o *ModelArtifact) HasModelFormatName() bool + func (o *ModelArtifact) HasModelFormatVersion() bool + func (o *ModelArtifact) HasModelSourceClass() bool + func (o *ModelArtifact) HasModelSourceGroup() bool + func (o *ModelArtifact) HasModelSourceId() bool + func (o *ModelArtifact) HasModelSourceKind() bool + func (o *ModelArtifact) HasModelSourceName() bool + func (o *ModelArtifact) HasName() bool + func (o *ModelArtifact) HasServiceAccountName() bool + func (o *ModelArtifact) HasState() bool + func (o *ModelArtifact) HasStorageKey() bool + func (o *ModelArtifact) HasStoragePath() bool + func (o *ModelArtifact) HasUri() bool + func (o *ModelArtifact) SetArtifactType(v string) + func (o *ModelArtifact) SetCreateTimeSinceEpoch(v string) + func (o *ModelArtifact) SetCustomProperties(v map[string]MetadataValue) + func (o *ModelArtifact) SetDescription(v string) + func (o *ModelArtifact) SetExperimentId(v string) + func (o *ModelArtifact) SetExperimentRunId(v string) + func (o *ModelArtifact) SetExternalId(v string) + func (o *ModelArtifact) SetId(v string) + func (o *ModelArtifact) SetLastUpdateTimeSinceEpoch(v string) + func (o *ModelArtifact) SetModelFormatName(v string) + func (o *ModelArtifact) SetModelFormatVersion(v string) + func (o *ModelArtifact) SetModelSourceClass(v string) + func (o *ModelArtifact) SetModelSourceGroup(v string) + func (o *ModelArtifact) SetModelSourceId(v string) + func (o *ModelArtifact) SetModelSourceKind(v string) + func (o *ModelArtifact) SetModelSourceName(v string) + func (o *ModelArtifact) SetName(v string) + func (o *ModelArtifact) SetServiceAccountName(v string) + func (o *ModelArtifact) SetState(v ArtifactState) + func (o *ModelArtifact) SetStorageKey(v string) + func (o *ModelArtifact) SetStoragePath(v string) + func (o *ModelArtifact) SetUri(v string) + func (o ModelArtifact) MarshalJSON() ([]byte, error) + func (o ModelArtifact) ToMap() (map[string]interface{}, error) + type ModelArtifactCreate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + ModelFormatName *string + ModelFormatVersion *string + ModelSourceClass *string + ModelSourceGroup *string + ModelSourceId *string + ModelSourceKind *string + ModelSourceName *string + Name *string + ServiceAccountName *string + State *ArtifactState + StorageKey *string + StoragePath *string + Uri *string + func NewModelArtifactCreate() *ModelArtifactCreate + func NewModelArtifactCreateWithDefaults() *ModelArtifactCreate + func (o *ModelArtifactCreate) GetArtifactType() string + func (o *ModelArtifactCreate) GetArtifactTypeOk() (*string, bool) + func (o *ModelArtifactCreate) GetCustomProperties() map[string]MetadataValue + func (o *ModelArtifactCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ModelArtifactCreate) GetDescription() string + func (o *ModelArtifactCreate) GetDescriptionOk() (*string, bool) + func (o *ModelArtifactCreate) GetExternalId() string + func (o *ModelArtifactCreate) GetExternalIdOk() (*string, bool) + func (o *ModelArtifactCreate) GetModelFormatName() string + func (o *ModelArtifactCreate) GetModelFormatNameOk() (*string, bool) + func (o *ModelArtifactCreate) GetModelFormatVersion() string + func (o *ModelArtifactCreate) GetModelFormatVersionOk() (*string, bool) + func (o *ModelArtifactCreate) GetModelSourceClass() string + func (o *ModelArtifactCreate) GetModelSourceClassOk() (*string, bool) + func (o *ModelArtifactCreate) GetModelSourceGroup() string + func (o *ModelArtifactCreate) GetModelSourceGroupOk() (*string, bool) + func (o *ModelArtifactCreate) GetModelSourceId() string + func (o *ModelArtifactCreate) GetModelSourceIdOk() (*string, bool) + func (o *ModelArtifactCreate) GetModelSourceKind() string + func (o *ModelArtifactCreate) GetModelSourceKindOk() (*string, bool) + func (o *ModelArtifactCreate) GetModelSourceName() string + func (o *ModelArtifactCreate) GetModelSourceNameOk() (*string, bool) + func (o *ModelArtifactCreate) GetName() string + func (o *ModelArtifactCreate) GetNameOk() (*string, bool) + func (o *ModelArtifactCreate) GetServiceAccountName() string + func (o *ModelArtifactCreate) GetServiceAccountNameOk() (*string, bool) + func (o *ModelArtifactCreate) GetState() ArtifactState + func (o *ModelArtifactCreate) GetStateOk() (*ArtifactState, bool) + func (o *ModelArtifactCreate) GetStorageKey() string + func (o *ModelArtifactCreate) GetStorageKeyOk() (*string, bool) + func (o *ModelArtifactCreate) GetStoragePath() string + func (o *ModelArtifactCreate) GetStoragePathOk() (*string, bool) + func (o *ModelArtifactCreate) GetUri() string + func (o *ModelArtifactCreate) GetUriOk() (*string, bool) + func (o *ModelArtifactCreate) HasArtifactType() bool + func (o *ModelArtifactCreate) HasCustomProperties() bool + func (o *ModelArtifactCreate) HasDescription() bool + func (o *ModelArtifactCreate) HasExternalId() bool + func (o *ModelArtifactCreate) HasModelFormatName() bool + func (o *ModelArtifactCreate) HasModelFormatVersion() bool + func (o *ModelArtifactCreate) HasModelSourceClass() bool + func (o *ModelArtifactCreate) HasModelSourceGroup() bool + func (o *ModelArtifactCreate) HasModelSourceId() bool + func (o *ModelArtifactCreate) HasModelSourceKind() bool + func (o *ModelArtifactCreate) HasModelSourceName() bool + func (o *ModelArtifactCreate) HasName() bool + func (o *ModelArtifactCreate) HasServiceAccountName() bool + func (o *ModelArtifactCreate) HasState() bool + func (o *ModelArtifactCreate) HasStorageKey() bool + func (o *ModelArtifactCreate) HasStoragePath() bool + func (o *ModelArtifactCreate) HasUri() bool + func (o *ModelArtifactCreate) SetArtifactType(v string) + func (o *ModelArtifactCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *ModelArtifactCreate) SetDescription(v string) + func (o *ModelArtifactCreate) SetExternalId(v string) + func (o *ModelArtifactCreate) SetModelFormatName(v string) + func (o *ModelArtifactCreate) SetModelFormatVersion(v string) + func (o *ModelArtifactCreate) SetModelSourceClass(v string) + func (o *ModelArtifactCreate) SetModelSourceGroup(v string) + func (o *ModelArtifactCreate) SetModelSourceId(v string) + func (o *ModelArtifactCreate) SetModelSourceKind(v string) + func (o *ModelArtifactCreate) SetModelSourceName(v string) + func (o *ModelArtifactCreate) SetName(v string) + func (o *ModelArtifactCreate) SetServiceAccountName(v string) + func (o *ModelArtifactCreate) SetState(v ArtifactState) + func (o *ModelArtifactCreate) SetStorageKey(v string) + func (o *ModelArtifactCreate) SetStoragePath(v string) + func (o *ModelArtifactCreate) SetUri(v string) + func (o ModelArtifactCreate) MarshalJSON() ([]byte, error) + func (o ModelArtifactCreate) ToMap() (map[string]interface{}, error) + type ModelArtifactList struct + Items []ModelArtifact + NextPageToken string + PageSize int32 + Size int32 + func NewModelArtifactList(nextPageToken string, pageSize int32, size int32, items []ModelArtifact) *ModelArtifactList + func NewModelArtifactListWithDefaults() *ModelArtifactList + func (o *ModelArtifactList) GetItems() []ModelArtifact + func (o *ModelArtifactList) GetItemsOk() ([]ModelArtifact, bool) + func (o *ModelArtifactList) GetNextPageToken() string + func (o *ModelArtifactList) GetNextPageTokenOk() (*string, bool) + func (o *ModelArtifactList) GetPageSize() int32 + func (o *ModelArtifactList) GetPageSizeOk() (*int32, bool) + func (o *ModelArtifactList) GetSize() int32 + func (o *ModelArtifactList) GetSizeOk() (*int32, bool) + func (o *ModelArtifactList) SetItems(v []ModelArtifact) + func (o *ModelArtifactList) SetNextPageToken(v string) + func (o *ModelArtifactList) SetPageSize(v int32) + func (o *ModelArtifactList) SetSize(v int32) + func (o ModelArtifactList) MarshalJSON() ([]byte, error) + func (o ModelArtifactList) ToMap() (map[string]interface{}, error) + type ModelArtifactUpdate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + ModelFormatName *string + ModelFormatVersion *string + ModelSourceClass *string + ModelSourceGroup *string + ModelSourceId *string + ModelSourceKind *string + ModelSourceName *string + ServiceAccountName *string + State *ArtifactState + StorageKey *string + StoragePath *string + Uri *string + func NewModelArtifactUpdate() *ModelArtifactUpdate + func NewModelArtifactUpdateWithDefaults() *ModelArtifactUpdate + func (o *ModelArtifactUpdate) GetArtifactType() string + func (o *ModelArtifactUpdate) GetArtifactTypeOk() (*string, bool) + func (o *ModelArtifactUpdate) GetCustomProperties() map[string]MetadataValue + func (o *ModelArtifactUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ModelArtifactUpdate) GetDescription() string + func (o *ModelArtifactUpdate) GetDescriptionOk() (*string, bool) + func (o *ModelArtifactUpdate) GetExternalId() string + func (o *ModelArtifactUpdate) GetExternalIdOk() (*string, bool) + func (o *ModelArtifactUpdate) GetModelFormatName() string + func (o *ModelArtifactUpdate) GetModelFormatNameOk() (*string, bool) + func (o *ModelArtifactUpdate) GetModelFormatVersion() string + func (o *ModelArtifactUpdate) GetModelFormatVersionOk() (*string, bool) + func (o *ModelArtifactUpdate) GetModelSourceClass() string + func (o *ModelArtifactUpdate) GetModelSourceClassOk() (*string, bool) + func (o *ModelArtifactUpdate) GetModelSourceGroup() string + func (o *ModelArtifactUpdate) GetModelSourceGroupOk() (*string, bool) + func (o *ModelArtifactUpdate) GetModelSourceId() string + func (o *ModelArtifactUpdate) GetModelSourceIdOk() (*string, bool) + func (o *ModelArtifactUpdate) GetModelSourceKind() string + func (o *ModelArtifactUpdate) GetModelSourceKindOk() (*string, bool) + func (o *ModelArtifactUpdate) GetModelSourceName() string + func (o *ModelArtifactUpdate) GetModelSourceNameOk() (*string, bool) + func (o *ModelArtifactUpdate) GetServiceAccountName() string + func (o *ModelArtifactUpdate) GetServiceAccountNameOk() (*string, bool) + func (o *ModelArtifactUpdate) GetState() ArtifactState + func (o *ModelArtifactUpdate) GetStateOk() (*ArtifactState, bool) + func (o *ModelArtifactUpdate) GetStorageKey() string + func (o *ModelArtifactUpdate) GetStorageKeyOk() (*string, bool) + func (o *ModelArtifactUpdate) GetStoragePath() string + func (o *ModelArtifactUpdate) GetStoragePathOk() (*string, bool) + func (o *ModelArtifactUpdate) GetUri() string + func (o *ModelArtifactUpdate) GetUriOk() (*string, bool) + func (o *ModelArtifactUpdate) HasArtifactType() bool + func (o *ModelArtifactUpdate) HasCustomProperties() bool + func (o *ModelArtifactUpdate) HasDescription() bool + func (o *ModelArtifactUpdate) HasExternalId() bool + func (o *ModelArtifactUpdate) HasModelFormatName() bool + func (o *ModelArtifactUpdate) HasModelFormatVersion() bool + func (o *ModelArtifactUpdate) HasModelSourceClass() bool + func (o *ModelArtifactUpdate) HasModelSourceGroup() bool + func (o *ModelArtifactUpdate) HasModelSourceId() bool + func (o *ModelArtifactUpdate) HasModelSourceKind() bool + func (o *ModelArtifactUpdate) HasModelSourceName() bool + func (o *ModelArtifactUpdate) HasServiceAccountName() bool + func (o *ModelArtifactUpdate) HasState() bool + func (o *ModelArtifactUpdate) HasStorageKey() bool + func (o *ModelArtifactUpdate) HasStoragePath() bool + func (o *ModelArtifactUpdate) HasUri() bool + func (o *ModelArtifactUpdate) SetArtifactType(v string) + func (o *ModelArtifactUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *ModelArtifactUpdate) SetDescription(v string) + func (o *ModelArtifactUpdate) SetExternalId(v string) + func (o *ModelArtifactUpdate) SetModelFormatName(v string) + func (o *ModelArtifactUpdate) SetModelFormatVersion(v string) + func (o *ModelArtifactUpdate) SetModelSourceClass(v string) + func (o *ModelArtifactUpdate) SetModelSourceGroup(v string) + func (o *ModelArtifactUpdate) SetModelSourceId(v string) + func (o *ModelArtifactUpdate) SetModelSourceKind(v string) + func (o *ModelArtifactUpdate) SetModelSourceName(v string) + func (o *ModelArtifactUpdate) SetServiceAccountName(v string) + func (o *ModelArtifactUpdate) SetState(v ArtifactState) + func (o *ModelArtifactUpdate) SetStorageKey(v string) + func (o *ModelArtifactUpdate) SetStoragePath(v string) + func (o *ModelArtifactUpdate) SetUri(v string) + func (o ModelArtifactUpdate) MarshalJSON() ([]byte, error) + func (o ModelArtifactUpdate) ToMap() (map[string]interface{}, error) + type ModelRegistryServiceAPIService service + func (a *ModelRegistryServiceAPIService) CreateArtifact(ctx context.Context) ApiCreateArtifactRequest + func (a *ModelRegistryServiceAPIService) CreateArtifactExecute(r ApiCreateArtifactRequest) (*Artifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateEnvironmentInferenceService(ctx context.Context, servingenvironmentId string) ApiCreateEnvironmentInferenceServiceRequest + func (a *ModelRegistryServiceAPIService) CreateEnvironmentInferenceServiceExecute(r ApiCreateEnvironmentInferenceServiceRequest) (*InferenceService, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateExperiment(ctx context.Context) ApiCreateExperimentRequest + func (a *ModelRegistryServiceAPIService) CreateExperimentExecute(r ApiCreateExperimentRequest) (*Experiment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateExperimentExperimentRun(ctx context.Context, experimentId string) ApiCreateExperimentExperimentRunRequest + func (a *ModelRegistryServiceAPIService) CreateExperimentExperimentRunExecute(r ApiCreateExperimentExperimentRunRequest) (*ExperimentRun, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateExperimentRun(ctx context.Context) ApiCreateExperimentRunRequest + func (a *ModelRegistryServiceAPIService) CreateExperimentRunExecute(r ApiCreateExperimentRunRequest) (*ExperimentRun, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateInferenceService(ctx context.Context) ApiCreateInferenceServiceRequest + func (a *ModelRegistryServiceAPIService) CreateInferenceServiceExecute(r ApiCreateInferenceServiceRequest) (*InferenceService, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateInferenceServiceServe(ctx context.Context, inferenceserviceId string) ApiCreateInferenceServiceServeRequest + func (a *ModelRegistryServiceAPIService) CreateInferenceServiceServeExecute(r ApiCreateInferenceServiceServeRequest) (*ServeModel, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateModelArtifact(ctx context.Context) ApiCreateModelArtifactRequest + func (a *ModelRegistryServiceAPIService) CreateModelArtifactExecute(r ApiCreateModelArtifactRequest) (*ModelArtifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateModelVersion(ctx context.Context) ApiCreateModelVersionRequest + func (a *ModelRegistryServiceAPIService) CreateModelVersionExecute(r ApiCreateModelVersionRequest) (*ModelVersion, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateRegisteredModel(ctx context.Context) ApiCreateRegisteredModelRequest + func (a *ModelRegistryServiceAPIService) CreateRegisteredModelExecute(r ApiCreateRegisteredModelRequest) (*RegisteredModel, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateRegisteredModelVersion(ctx context.Context, registeredmodelId string) ApiCreateRegisteredModelVersionRequest + func (a *ModelRegistryServiceAPIService) CreateRegisteredModelVersionExecute(r ApiCreateRegisteredModelVersionRequest) (*ModelVersion, *http.Response, error) + func (a *ModelRegistryServiceAPIService) CreateServingEnvironment(ctx context.Context) ApiCreateServingEnvironmentRequest + func (a *ModelRegistryServiceAPIService) CreateServingEnvironmentExecute(r ApiCreateServingEnvironmentRequest) (*ServingEnvironment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindArtifact(ctx context.Context) ApiFindArtifactRequest + func (a *ModelRegistryServiceAPIService) FindArtifactExecute(r ApiFindArtifactRequest) (*Artifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindExperiment(ctx context.Context) ApiFindExperimentRequest + func (a *ModelRegistryServiceAPIService) FindExperimentExecute(r ApiFindExperimentRequest) (*Experiment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindExperimentRun(ctx context.Context) ApiFindExperimentRunRequest + func (a *ModelRegistryServiceAPIService) FindExperimentRunExecute(r ApiFindExperimentRunRequest) (*ExperimentRun, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindInferenceService(ctx context.Context) ApiFindInferenceServiceRequest + func (a *ModelRegistryServiceAPIService) FindInferenceServiceExecute(r ApiFindInferenceServiceRequest) (*InferenceService, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindModelArtifact(ctx context.Context) ApiFindModelArtifactRequest + func (a *ModelRegistryServiceAPIService) FindModelArtifactExecute(r ApiFindModelArtifactRequest) (*ModelArtifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindModelVersion(ctx context.Context) ApiFindModelVersionRequest + func (a *ModelRegistryServiceAPIService) FindModelVersionExecute(r ApiFindModelVersionRequest) (*ModelVersion, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindRegisteredModel(ctx context.Context) ApiFindRegisteredModelRequest + func (a *ModelRegistryServiceAPIService) FindRegisteredModelExecute(r ApiFindRegisteredModelRequest) (*RegisteredModel, *http.Response, error) + func (a *ModelRegistryServiceAPIService) FindServingEnvironment(ctx context.Context) ApiFindServingEnvironmentRequest + func (a *ModelRegistryServiceAPIService) FindServingEnvironmentExecute(r ApiFindServingEnvironmentRequest) (*ServingEnvironment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetArtifact(ctx context.Context, id string) ApiGetArtifactRequest + func (a *ModelRegistryServiceAPIService) GetArtifactExecute(r ApiGetArtifactRequest) (*Artifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetArtifacts(ctx context.Context) ApiGetArtifactsRequest + func (a *ModelRegistryServiceAPIService) GetArtifactsExecute(r ApiGetArtifactsRequest) (*ArtifactList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetEnvironmentInferenceServices(ctx context.Context, servingenvironmentId string) ApiGetEnvironmentInferenceServicesRequest + func (a *ModelRegistryServiceAPIService) GetEnvironmentInferenceServicesExecute(r ApiGetEnvironmentInferenceServicesRequest) (*InferenceServiceList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperiment(ctx context.Context, experimentId string) ApiGetExperimentRequest + func (a *ModelRegistryServiceAPIService) GetExperimentExecute(r ApiGetExperimentRequest) (*Experiment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperimentExperimentRuns(ctx context.Context, experimentId string) ApiGetExperimentExperimentRunsRequest + func (a *ModelRegistryServiceAPIService) GetExperimentExperimentRunsExecute(r ApiGetExperimentExperimentRunsRequest) (*ExperimentRunList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperimentRun(ctx context.Context, experimentrunId string) ApiGetExperimentRunRequest + func (a *ModelRegistryServiceAPIService) GetExperimentRunArtifacts(ctx context.Context, experimentrunId string) ApiGetExperimentRunArtifactsRequest + func (a *ModelRegistryServiceAPIService) GetExperimentRunArtifactsExecute(r ApiGetExperimentRunArtifactsRequest) (*ArtifactList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperimentRunExecute(r ApiGetExperimentRunRequest) (*ExperimentRun, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperimentRunMetricHistory(ctx context.Context, experimentrunId string) ApiGetExperimentRunMetricHistoryRequest + func (a *ModelRegistryServiceAPIService) GetExperimentRunMetricHistoryExecute(r ApiGetExperimentRunMetricHistoryRequest) (*MetricList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperimentRuns(ctx context.Context) ApiGetExperimentRunsRequest + func (a *ModelRegistryServiceAPIService) GetExperimentRunsExecute(r ApiGetExperimentRunsRequest) (*ExperimentRunList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperimentRunsMetricHistory(ctx context.Context) ApiGetExperimentRunsMetricHistoryRequest + func (a *ModelRegistryServiceAPIService) GetExperimentRunsMetricHistoryExecute(r ApiGetExperimentRunsMetricHistoryRequest) (*MetricList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetExperiments(ctx context.Context) ApiGetExperimentsRequest + func (a *ModelRegistryServiceAPIService) GetExperimentsExecute(r ApiGetExperimentsRequest) (*ExperimentList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetInferenceService(ctx context.Context, inferenceserviceId string) ApiGetInferenceServiceRequest + func (a *ModelRegistryServiceAPIService) GetInferenceServiceExecute(r ApiGetInferenceServiceRequest) (*InferenceService, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetInferenceServiceModel(ctx context.Context, inferenceserviceId string) ApiGetInferenceServiceModelRequest + func (a *ModelRegistryServiceAPIService) GetInferenceServiceModelExecute(r ApiGetInferenceServiceModelRequest) (*RegisteredModel, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetInferenceServiceServes(ctx context.Context, inferenceserviceId string) ApiGetInferenceServiceServesRequest + func (a *ModelRegistryServiceAPIService) GetInferenceServiceServesExecute(r ApiGetInferenceServiceServesRequest) (*ServeModelList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetInferenceServiceVersion(ctx context.Context, inferenceserviceId string) ApiGetInferenceServiceVersionRequest + func (a *ModelRegistryServiceAPIService) GetInferenceServiceVersionExecute(r ApiGetInferenceServiceVersionRequest) (*ModelVersion, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetInferenceServices(ctx context.Context) ApiGetInferenceServicesRequest + func (a *ModelRegistryServiceAPIService) GetInferenceServicesExecute(r ApiGetInferenceServicesRequest) (*InferenceServiceList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetModelArtifact(ctx context.Context, modelartifactId string) ApiGetModelArtifactRequest + func (a *ModelRegistryServiceAPIService) GetModelArtifactExecute(r ApiGetModelArtifactRequest) (*ModelArtifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetModelArtifacts(ctx context.Context) ApiGetModelArtifactsRequest + func (a *ModelRegistryServiceAPIService) GetModelArtifactsExecute(r ApiGetModelArtifactsRequest) (*ModelArtifactList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetModelVersion(ctx context.Context, modelversionId string) ApiGetModelVersionRequest + func (a *ModelRegistryServiceAPIService) GetModelVersionArtifacts(ctx context.Context, modelversionId string) ApiGetModelVersionArtifactsRequest + func (a *ModelRegistryServiceAPIService) GetModelVersionArtifactsExecute(r ApiGetModelVersionArtifactsRequest) (*ArtifactList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetModelVersionExecute(r ApiGetModelVersionRequest) (*ModelVersion, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetModelVersions(ctx context.Context) ApiGetModelVersionsRequest + func (a *ModelRegistryServiceAPIService) GetModelVersionsExecute(r ApiGetModelVersionsRequest) (*ModelVersionList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetRegisteredModel(ctx context.Context, registeredmodelId string) ApiGetRegisteredModelRequest + func (a *ModelRegistryServiceAPIService) GetRegisteredModelExecute(r ApiGetRegisteredModelRequest) (*RegisteredModel, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetRegisteredModelVersions(ctx context.Context, registeredmodelId string) ApiGetRegisteredModelVersionsRequest + func (a *ModelRegistryServiceAPIService) GetRegisteredModelVersionsExecute(r ApiGetRegisteredModelVersionsRequest) (*ModelVersionList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetRegisteredModels(ctx context.Context) ApiGetRegisteredModelsRequest + func (a *ModelRegistryServiceAPIService) GetRegisteredModelsExecute(r ApiGetRegisteredModelsRequest) (*RegisteredModelList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetServingEnvironment(ctx context.Context, servingenvironmentId string) ApiGetServingEnvironmentRequest + func (a *ModelRegistryServiceAPIService) GetServingEnvironmentExecute(r ApiGetServingEnvironmentRequest) (*ServingEnvironment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) GetServingEnvironments(ctx context.Context) ApiGetServingEnvironmentsRequest + func (a *ModelRegistryServiceAPIService) GetServingEnvironmentsExecute(r ApiGetServingEnvironmentsRequest) (*ServingEnvironmentList, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateArtifact(ctx context.Context, id string) ApiUpdateArtifactRequest + func (a *ModelRegistryServiceAPIService) UpdateArtifactExecute(r ApiUpdateArtifactRequest) (*Artifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateExperiment(ctx context.Context, experimentId string) ApiUpdateExperimentRequest + func (a *ModelRegistryServiceAPIService) UpdateExperimentExecute(r ApiUpdateExperimentRequest) (*Experiment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateExperimentRun(ctx context.Context, experimentrunId string) ApiUpdateExperimentRunRequest + func (a *ModelRegistryServiceAPIService) UpdateExperimentRunExecute(r ApiUpdateExperimentRunRequest) (*ExperimentRun, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateInferenceService(ctx context.Context, inferenceserviceId string) ApiUpdateInferenceServiceRequest + func (a *ModelRegistryServiceAPIService) UpdateInferenceServiceExecute(r ApiUpdateInferenceServiceRequest) (*InferenceService, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateModelArtifact(ctx context.Context, modelartifactId string) ApiUpdateModelArtifactRequest + func (a *ModelRegistryServiceAPIService) UpdateModelArtifactExecute(r ApiUpdateModelArtifactRequest) (*ModelArtifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateModelVersion(ctx context.Context, modelversionId string) ApiUpdateModelVersionRequest + func (a *ModelRegistryServiceAPIService) UpdateModelVersionExecute(r ApiUpdateModelVersionRequest) (*ModelVersion, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateRegisteredModel(ctx context.Context, registeredmodelId string) ApiUpdateRegisteredModelRequest + func (a *ModelRegistryServiceAPIService) UpdateRegisteredModelExecute(r ApiUpdateRegisteredModelRequest) (*RegisteredModel, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpdateServingEnvironment(ctx context.Context, servingenvironmentId string) ApiUpdateServingEnvironmentRequest + func (a *ModelRegistryServiceAPIService) UpdateServingEnvironmentExecute(r ApiUpdateServingEnvironmentRequest) (*ServingEnvironment, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpsertExperimentRunArtifact(ctx context.Context, experimentrunId string) ApiUpsertExperimentRunArtifactRequest + func (a *ModelRegistryServiceAPIService) UpsertExperimentRunArtifactExecute(r ApiUpsertExperimentRunArtifactRequest) (*Artifact, *http.Response, error) + func (a *ModelRegistryServiceAPIService) UpsertModelVersionArtifact(ctx context.Context, modelversionId string) ApiUpsertModelVersionArtifactRequest + func (a *ModelRegistryServiceAPIService) UpsertModelVersionArtifactExecute(r ApiUpsertModelVersionArtifactRequest) (*Artifact, *http.Response, error) + type ModelVersion struct + Author *string + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name string + RegisteredModelId string + State *ModelVersionState + func NewModelVersion(name string, registeredModelId string) *ModelVersion + func NewModelVersionWithDefaults() *ModelVersion + func (o *ModelVersion) GetAuthor() string + func (o *ModelVersion) GetAuthorOk() (*string, bool) + func (o *ModelVersion) GetCreateTimeSinceEpoch() string + func (o *ModelVersion) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *ModelVersion) GetCustomProperties() map[string]MetadataValue + func (o *ModelVersion) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ModelVersion) GetDescription() string + func (o *ModelVersion) GetDescriptionOk() (*string, bool) + func (o *ModelVersion) GetExternalId() string + func (o *ModelVersion) GetExternalIdOk() (*string, bool) + func (o *ModelVersion) GetId() string + func (o *ModelVersion) GetIdOk() (*string, bool) + func (o *ModelVersion) GetLastUpdateTimeSinceEpoch() string + func (o *ModelVersion) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *ModelVersion) GetName() string + func (o *ModelVersion) GetNameOk() (*string, bool) + func (o *ModelVersion) GetRegisteredModelId() string + func (o *ModelVersion) GetRegisteredModelIdOk() (*string, bool) + func (o *ModelVersion) GetState() ModelVersionState + func (o *ModelVersion) GetStateOk() (*ModelVersionState, bool) + func (o *ModelVersion) HasAuthor() bool + func (o *ModelVersion) HasCreateTimeSinceEpoch() bool + func (o *ModelVersion) HasCustomProperties() bool + func (o *ModelVersion) HasDescription() bool + func (o *ModelVersion) HasExternalId() bool + func (o *ModelVersion) HasId() bool + func (o *ModelVersion) HasLastUpdateTimeSinceEpoch() bool + func (o *ModelVersion) HasState() bool + func (o *ModelVersion) SetAuthor(v string) + func (o *ModelVersion) SetCreateTimeSinceEpoch(v string) + func (o *ModelVersion) SetCustomProperties(v map[string]MetadataValue) + func (o *ModelVersion) SetDescription(v string) + func (o *ModelVersion) SetExternalId(v string) + func (o *ModelVersion) SetId(v string) + func (o *ModelVersion) SetLastUpdateTimeSinceEpoch(v string) + func (o *ModelVersion) SetName(v string) + func (o *ModelVersion) SetRegisteredModelId(v string) + func (o *ModelVersion) SetState(v ModelVersionState) + func (o ModelVersion) MarshalJSON() ([]byte, error) + func (o ModelVersion) ToMap() (map[string]interface{}, error) + type ModelVersionCreate struct + Author *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Name string + RegisteredModelId string + State *ModelVersionState + func NewModelVersionCreate(name string, registeredModelId string) *ModelVersionCreate + func NewModelVersionCreateWithDefaults() *ModelVersionCreate + func (o *ModelVersionCreate) GetAuthor() string + func (o *ModelVersionCreate) GetAuthorOk() (*string, bool) + func (o *ModelVersionCreate) GetCustomProperties() map[string]MetadataValue + func (o *ModelVersionCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ModelVersionCreate) GetDescription() string + func (o *ModelVersionCreate) GetDescriptionOk() (*string, bool) + func (o *ModelVersionCreate) GetExternalId() string + func (o *ModelVersionCreate) GetExternalIdOk() (*string, bool) + func (o *ModelVersionCreate) GetName() string + func (o *ModelVersionCreate) GetNameOk() (*string, bool) + func (o *ModelVersionCreate) GetRegisteredModelId() string + func (o *ModelVersionCreate) GetRegisteredModelIdOk() (*string, bool) + func (o *ModelVersionCreate) GetState() ModelVersionState + func (o *ModelVersionCreate) GetStateOk() (*ModelVersionState, bool) + func (o *ModelVersionCreate) HasAuthor() bool + func (o *ModelVersionCreate) HasCustomProperties() bool + func (o *ModelVersionCreate) HasDescription() bool + func (o *ModelVersionCreate) HasExternalId() bool + func (o *ModelVersionCreate) HasState() bool + func (o *ModelVersionCreate) SetAuthor(v string) + func (o *ModelVersionCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *ModelVersionCreate) SetDescription(v string) + func (o *ModelVersionCreate) SetExternalId(v string) + func (o *ModelVersionCreate) SetName(v string) + func (o *ModelVersionCreate) SetRegisteredModelId(v string) + func (o *ModelVersionCreate) SetState(v ModelVersionState) + func (o ModelVersionCreate) MarshalJSON() ([]byte, error) + func (o ModelVersionCreate) ToMap() (map[string]interface{}, error) + type ModelVersionList struct + Items []ModelVersion + NextPageToken string + PageSize int32 + Size int32 + func NewModelVersionList(nextPageToken string, pageSize int32, size int32, items []ModelVersion) *ModelVersionList + func NewModelVersionListWithDefaults() *ModelVersionList + func (o *ModelVersionList) GetItems() []ModelVersion + func (o *ModelVersionList) GetItemsOk() ([]ModelVersion, bool) + func (o *ModelVersionList) GetNextPageToken() string + func (o *ModelVersionList) GetNextPageTokenOk() (*string, bool) + func (o *ModelVersionList) GetPageSize() int32 + func (o *ModelVersionList) GetPageSizeOk() (*int32, bool) + func (o *ModelVersionList) GetSize() int32 + func (o *ModelVersionList) GetSizeOk() (*int32, bool) + func (o *ModelVersionList) SetItems(v []ModelVersion) + func (o *ModelVersionList) SetNextPageToken(v string) + func (o *ModelVersionList) SetPageSize(v int32) + func (o *ModelVersionList) SetSize(v int32) + func (o ModelVersionList) MarshalJSON() ([]byte, error) + func (o ModelVersionList) ToMap() (map[string]interface{}, error) + type ModelVersionState string + const MODELVERSIONSTATE_ARCHIVED + const MODELVERSIONSTATE_LIVE + func NewModelVersionStateFromValue(v string) (*ModelVersionState, error) + func (v *ModelVersionState) UnmarshalJSON(src []byte) error + func (v ModelVersionState) IsValid() bool + func (v ModelVersionState) Ptr() *ModelVersionState + type ModelVersionUpdate struct + Author *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + State *ModelVersionState + func NewModelVersionUpdate() *ModelVersionUpdate + func NewModelVersionUpdateWithDefaults() *ModelVersionUpdate + func (o *ModelVersionUpdate) GetAuthor() string + func (o *ModelVersionUpdate) GetAuthorOk() (*string, bool) + func (o *ModelVersionUpdate) GetCustomProperties() map[string]MetadataValue + func (o *ModelVersionUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ModelVersionUpdate) GetDescription() string + func (o *ModelVersionUpdate) GetDescriptionOk() (*string, bool) + func (o *ModelVersionUpdate) GetExternalId() string + func (o *ModelVersionUpdate) GetExternalIdOk() (*string, bool) + func (o *ModelVersionUpdate) GetState() ModelVersionState + func (o *ModelVersionUpdate) GetStateOk() (*ModelVersionState, bool) + func (o *ModelVersionUpdate) HasAuthor() bool + func (o *ModelVersionUpdate) HasCustomProperties() bool + func (o *ModelVersionUpdate) HasDescription() bool + func (o *ModelVersionUpdate) HasExternalId() bool + func (o *ModelVersionUpdate) HasState() bool + func (o *ModelVersionUpdate) SetAuthor(v string) + func (o *ModelVersionUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *ModelVersionUpdate) SetDescription(v string) + func (o *ModelVersionUpdate) SetExternalId(v string) + func (o *ModelVersionUpdate) SetState(v ModelVersionState) + func (o ModelVersionUpdate) MarshalJSON() ([]byte, error) + func (o ModelVersionUpdate) ToMap() (map[string]interface{}, error) + type NullableArtifact struct + func NewNullableArtifact(val *Artifact) *NullableArtifact + func (v *NullableArtifact) Set(val *Artifact) + func (v *NullableArtifact) UnmarshalJSON(src []byte) error + func (v *NullableArtifact) Unset() + func (v NullableArtifact) Get() *Artifact + func (v NullableArtifact) IsSet() bool + func (v NullableArtifact) MarshalJSON() ([]byte, error) + type NullableArtifactCreate struct + func NewNullableArtifactCreate(val *ArtifactCreate) *NullableArtifactCreate + func (v *NullableArtifactCreate) Set(val *ArtifactCreate) + func (v *NullableArtifactCreate) UnmarshalJSON(src []byte) error + func (v *NullableArtifactCreate) Unset() + func (v NullableArtifactCreate) Get() *ArtifactCreate + func (v NullableArtifactCreate) IsSet() bool + func (v NullableArtifactCreate) MarshalJSON() ([]byte, error) + type NullableArtifactList struct + func NewNullableArtifactList(val *ArtifactList) *NullableArtifactList + func (v *NullableArtifactList) Set(val *ArtifactList) + func (v *NullableArtifactList) UnmarshalJSON(src []byte) error + func (v *NullableArtifactList) Unset() + func (v NullableArtifactList) Get() *ArtifactList + func (v NullableArtifactList) IsSet() bool + func (v NullableArtifactList) MarshalJSON() ([]byte, error) + type NullableArtifactState struct + func NewNullableArtifactState(val *ArtifactState) *NullableArtifactState + func (v *NullableArtifactState) Set(val *ArtifactState) + func (v *NullableArtifactState) UnmarshalJSON(src []byte) error + func (v *NullableArtifactState) Unset() + func (v NullableArtifactState) Get() *ArtifactState + func (v NullableArtifactState) IsSet() bool + func (v NullableArtifactState) MarshalJSON() ([]byte, error) + type NullableArtifactTypeQueryParam struct + func NewNullableArtifactTypeQueryParam(val *ArtifactTypeQueryParam) *NullableArtifactTypeQueryParam + func (v *NullableArtifactTypeQueryParam) Set(val *ArtifactTypeQueryParam) + func (v *NullableArtifactTypeQueryParam) UnmarshalJSON(src []byte) error + func (v *NullableArtifactTypeQueryParam) Unset() + func (v NullableArtifactTypeQueryParam) Get() *ArtifactTypeQueryParam + func (v NullableArtifactTypeQueryParam) IsSet() bool + func (v NullableArtifactTypeQueryParam) MarshalJSON() ([]byte, error) + type NullableArtifactUpdate struct + func NewNullableArtifactUpdate(val *ArtifactUpdate) *NullableArtifactUpdate + func (v *NullableArtifactUpdate) Set(val *ArtifactUpdate) + func (v *NullableArtifactUpdate) UnmarshalJSON(src []byte) error + func (v *NullableArtifactUpdate) Unset() + func (v NullableArtifactUpdate) Get() *ArtifactUpdate + func (v NullableArtifactUpdate) IsSet() bool + func (v NullableArtifactUpdate) MarshalJSON() ([]byte, error) + type NullableBaseArtifact struct + func NewNullableBaseArtifact(val *BaseArtifact) *NullableBaseArtifact + func (v *NullableBaseArtifact) Set(val *BaseArtifact) + func (v *NullableBaseArtifact) UnmarshalJSON(src []byte) error + func (v *NullableBaseArtifact) Unset() + func (v NullableBaseArtifact) Get() *BaseArtifact + func (v NullableBaseArtifact) IsSet() bool + func (v NullableBaseArtifact) MarshalJSON() ([]byte, error) + type NullableBaseModel struct + func NewNullableBaseModel(val *BaseModel) *NullableBaseModel + func (v *NullableBaseModel) Set(val *BaseModel) + func (v *NullableBaseModel) UnmarshalJSON(src []byte) error + func (v *NullableBaseModel) Unset() + func (v NullableBaseModel) Get() *BaseModel + func (v NullableBaseModel) IsSet() bool + func (v NullableBaseModel) MarshalJSON() ([]byte, error) + type NullableBaseResource struct + func NewNullableBaseResource(val *BaseResource) *NullableBaseResource + func (v *NullableBaseResource) Set(val *BaseResource) + func (v *NullableBaseResource) UnmarshalJSON(src []byte) error + func (v *NullableBaseResource) Unset() + func (v NullableBaseResource) Get() *BaseResource + func (v NullableBaseResource) IsSet() bool + func (v NullableBaseResource) MarshalJSON() ([]byte, error) + type NullableBaseResourceCreate struct + func NewNullableBaseResourceCreate(val *BaseResourceCreate) *NullableBaseResourceCreate + func (v *NullableBaseResourceCreate) Set(val *BaseResourceCreate) + func (v *NullableBaseResourceCreate) UnmarshalJSON(src []byte) error + func (v *NullableBaseResourceCreate) Unset() + func (v NullableBaseResourceCreate) Get() *BaseResourceCreate + func (v NullableBaseResourceCreate) IsSet() bool + func (v NullableBaseResourceCreate) MarshalJSON() ([]byte, error) + type NullableBaseResourceDates struct + func NewNullableBaseResourceDates(val *BaseResourceDates) *NullableBaseResourceDates + func (v *NullableBaseResourceDates) Set(val *BaseResourceDates) + func (v *NullableBaseResourceDates) UnmarshalJSON(src []byte) error + func (v *NullableBaseResourceDates) Unset() + func (v NullableBaseResourceDates) Get() *BaseResourceDates + func (v NullableBaseResourceDates) IsSet() bool + func (v NullableBaseResourceDates) MarshalJSON() ([]byte, error) + type NullableBaseResourceList struct + func NewNullableBaseResourceList(val *BaseResourceList) *NullableBaseResourceList + func (v *NullableBaseResourceList) Set(val *BaseResourceList) + func (v *NullableBaseResourceList) UnmarshalJSON(src []byte) error + func (v *NullableBaseResourceList) Unset() + func (v NullableBaseResourceList) Get() *BaseResourceList + func (v NullableBaseResourceList) IsSet() bool + func (v NullableBaseResourceList) MarshalJSON() ([]byte, error) + type NullableBaseResourceUpdate struct + func NewNullableBaseResourceUpdate(val *BaseResourceUpdate) *NullableBaseResourceUpdate + func (v *NullableBaseResourceUpdate) Set(val *BaseResourceUpdate) + func (v *NullableBaseResourceUpdate) UnmarshalJSON(src []byte) error + func (v *NullableBaseResourceUpdate) Unset() + func (v NullableBaseResourceUpdate) Get() *BaseResourceUpdate + func (v NullableBaseResourceUpdate) IsSet() bool + func (v NullableBaseResourceUpdate) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableDataSet struct + func NewNullableDataSet(val *DataSet) *NullableDataSet + func (v *NullableDataSet) Set(val *DataSet) + func (v *NullableDataSet) UnmarshalJSON(src []byte) error + func (v *NullableDataSet) Unset() + func (v NullableDataSet) Get() *DataSet + func (v NullableDataSet) IsSet() bool + func (v NullableDataSet) MarshalJSON() ([]byte, error) + type NullableDataSetCreate struct + func NewNullableDataSetCreate(val *DataSetCreate) *NullableDataSetCreate + func (v *NullableDataSetCreate) Set(val *DataSetCreate) + func (v *NullableDataSetCreate) UnmarshalJSON(src []byte) error + func (v *NullableDataSetCreate) Unset() + func (v NullableDataSetCreate) Get() *DataSetCreate + func (v NullableDataSetCreate) IsSet() bool + func (v NullableDataSetCreate) MarshalJSON() ([]byte, error) + type NullableDataSetList struct + func NewNullableDataSetList(val *DataSetList) *NullableDataSetList + func (v *NullableDataSetList) Set(val *DataSetList) + func (v *NullableDataSetList) UnmarshalJSON(src []byte) error + func (v *NullableDataSetList) Unset() + func (v NullableDataSetList) Get() *DataSetList + func (v NullableDataSetList) IsSet() bool + func (v NullableDataSetList) MarshalJSON() ([]byte, error) + type NullableDataSetUpdate struct + func NewNullableDataSetUpdate(val *DataSetUpdate) *NullableDataSetUpdate + func (v *NullableDataSetUpdate) Set(val *DataSetUpdate) + func (v *NullableDataSetUpdate) UnmarshalJSON(src []byte) error + func (v *NullableDataSetUpdate) Unset() + func (v NullableDataSetUpdate) Get() *DataSetUpdate + func (v NullableDataSetUpdate) IsSet() bool + func (v NullableDataSetUpdate) MarshalJSON() ([]byte, error) + type NullableDocArtifact struct + func NewNullableDocArtifact(val *DocArtifact) *NullableDocArtifact + func (v *NullableDocArtifact) Set(val *DocArtifact) + func (v *NullableDocArtifact) UnmarshalJSON(src []byte) error + func (v *NullableDocArtifact) Unset() + func (v NullableDocArtifact) Get() *DocArtifact + func (v NullableDocArtifact) IsSet() bool + func (v NullableDocArtifact) MarshalJSON() ([]byte, error) + type NullableDocArtifactCreate struct + func NewNullableDocArtifactCreate(val *DocArtifactCreate) *NullableDocArtifactCreate + func (v *NullableDocArtifactCreate) Set(val *DocArtifactCreate) + func (v *NullableDocArtifactCreate) UnmarshalJSON(src []byte) error + func (v *NullableDocArtifactCreate) Unset() + func (v NullableDocArtifactCreate) Get() *DocArtifactCreate + func (v NullableDocArtifactCreate) IsSet() bool + func (v NullableDocArtifactCreate) MarshalJSON() ([]byte, error) + type NullableDocArtifactUpdate struct + func NewNullableDocArtifactUpdate(val *DocArtifactUpdate) *NullableDocArtifactUpdate + func (v *NullableDocArtifactUpdate) Set(val *DocArtifactUpdate) + func (v *NullableDocArtifactUpdate) UnmarshalJSON(src []byte) error + func (v *NullableDocArtifactUpdate) Unset() + func (v NullableDocArtifactUpdate) Get() *DocArtifactUpdate + func (v NullableDocArtifactUpdate) IsSet() bool + func (v NullableDocArtifactUpdate) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableExecutionState struct + func NewNullableExecutionState(val *ExecutionState) *NullableExecutionState + func (v *NullableExecutionState) Set(val *ExecutionState) + func (v *NullableExecutionState) UnmarshalJSON(src []byte) error + func (v *NullableExecutionState) Unset() + func (v NullableExecutionState) Get() *ExecutionState + func (v NullableExecutionState) IsSet() bool + func (v NullableExecutionState) MarshalJSON() ([]byte, error) + type NullableExperiment struct + func NewNullableExperiment(val *Experiment) *NullableExperiment + func (v *NullableExperiment) Set(val *Experiment) + func (v *NullableExperiment) UnmarshalJSON(src []byte) error + func (v *NullableExperiment) Unset() + func (v NullableExperiment) Get() *Experiment + func (v NullableExperiment) IsSet() bool + func (v NullableExperiment) MarshalJSON() ([]byte, error) + type NullableExperimentCreate struct + func NewNullableExperimentCreate(val *ExperimentCreate) *NullableExperimentCreate + func (v *NullableExperimentCreate) Set(val *ExperimentCreate) + func (v *NullableExperimentCreate) UnmarshalJSON(src []byte) error + func (v *NullableExperimentCreate) Unset() + func (v NullableExperimentCreate) Get() *ExperimentCreate + func (v NullableExperimentCreate) IsSet() bool + func (v NullableExperimentCreate) MarshalJSON() ([]byte, error) + type NullableExperimentList struct + func NewNullableExperimentList(val *ExperimentList) *NullableExperimentList + func (v *NullableExperimentList) Set(val *ExperimentList) + func (v *NullableExperimentList) UnmarshalJSON(src []byte) error + func (v *NullableExperimentList) Unset() + func (v NullableExperimentList) Get() *ExperimentList + func (v NullableExperimentList) IsSet() bool + func (v NullableExperimentList) MarshalJSON() ([]byte, error) + type NullableExperimentRun struct + func NewNullableExperimentRun(val *ExperimentRun) *NullableExperimentRun + func (v *NullableExperimentRun) Set(val *ExperimentRun) + func (v *NullableExperimentRun) UnmarshalJSON(src []byte) error + func (v *NullableExperimentRun) Unset() + func (v NullableExperimentRun) Get() *ExperimentRun + func (v NullableExperimentRun) IsSet() bool + func (v NullableExperimentRun) MarshalJSON() ([]byte, error) + type NullableExperimentRunCreate struct + func NewNullableExperimentRunCreate(val *ExperimentRunCreate) *NullableExperimentRunCreate + func (v *NullableExperimentRunCreate) Set(val *ExperimentRunCreate) + func (v *NullableExperimentRunCreate) UnmarshalJSON(src []byte) error + func (v *NullableExperimentRunCreate) Unset() + func (v NullableExperimentRunCreate) Get() *ExperimentRunCreate + func (v NullableExperimentRunCreate) IsSet() bool + func (v NullableExperimentRunCreate) MarshalJSON() ([]byte, error) + type NullableExperimentRunList struct + func NewNullableExperimentRunList(val *ExperimentRunList) *NullableExperimentRunList + func (v *NullableExperimentRunList) Set(val *ExperimentRunList) + func (v *NullableExperimentRunList) UnmarshalJSON(src []byte) error + func (v *NullableExperimentRunList) Unset() + func (v NullableExperimentRunList) Get() *ExperimentRunList + func (v NullableExperimentRunList) IsSet() bool + func (v NullableExperimentRunList) MarshalJSON() ([]byte, error) + type NullableExperimentRunState struct + func NewNullableExperimentRunState(val *ExperimentRunState) *NullableExperimentRunState + func (v *NullableExperimentRunState) Set(val *ExperimentRunState) + func (v *NullableExperimentRunState) UnmarshalJSON(src []byte) error + func (v *NullableExperimentRunState) Unset() + func (v NullableExperimentRunState) Get() *ExperimentRunState + func (v NullableExperimentRunState) IsSet() bool + func (v NullableExperimentRunState) MarshalJSON() ([]byte, error) + type NullableExperimentRunStatus struct + func NewNullableExperimentRunStatus(val *ExperimentRunStatus) *NullableExperimentRunStatus + func (v *NullableExperimentRunStatus) Set(val *ExperimentRunStatus) + func (v *NullableExperimentRunStatus) UnmarshalJSON(src []byte) error + func (v *NullableExperimentRunStatus) Unset() + func (v NullableExperimentRunStatus) Get() *ExperimentRunStatus + func (v NullableExperimentRunStatus) IsSet() bool + func (v NullableExperimentRunStatus) MarshalJSON() ([]byte, error) + type NullableExperimentRunUpdate struct + func NewNullableExperimentRunUpdate(val *ExperimentRunUpdate) *NullableExperimentRunUpdate + func (v *NullableExperimentRunUpdate) Set(val *ExperimentRunUpdate) + func (v *NullableExperimentRunUpdate) UnmarshalJSON(src []byte) error + func (v *NullableExperimentRunUpdate) Unset() + func (v NullableExperimentRunUpdate) Get() *ExperimentRunUpdate + func (v NullableExperimentRunUpdate) IsSet() bool + func (v NullableExperimentRunUpdate) MarshalJSON() ([]byte, error) + type NullableExperimentState struct + func NewNullableExperimentState(val *ExperimentState) *NullableExperimentState + func (v *NullableExperimentState) Set(val *ExperimentState) + func (v *NullableExperimentState) UnmarshalJSON(src []byte) error + func (v *NullableExperimentState) Unset() + func (v NullableExperimentState) Get() *ExperimentState + func (v NullableExperimentState) IsSet() bool + func (v NullableExperimentState) MarshalJSON() ([]byte, error) + type NullableExperimentUpdate struct + func NewNullableExperimentUpdate(val *ExperimentUpdate) *NullableExperimentUpdate + func (v *NullableExperimentUpdate) Set(val *ExperimentUpdate) + func (v *NullableExperimentUpdate) UnmarshalJSON(src []byte) error + func (v *NullableExperimentUpdate) Unset() + func (v NullableExperimentUpdate) Get() *ExperimentUpdate + func (v NullableExperimentUpdate) IsSet() bool + func (v NullableExperimentUpdate) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInferenceService struct + func NewNullableInferenceService(val *InferenceService) *NullableInferenceService + func (v *NullableInferenceService) Set(val *InferenceService) + func (v *NullableInferenceService) UnmarshalJSON(src []byte) error + func (v *NullableInferenceService) Unset() + func (v NullableInferenceService) Get() *InferenceService + func (v NullableInferenceService) IsSet() bool + func (v NullableInferenceService) MarshalJSON() ([]byte, error) + type NullableInferenceServiceCreate struct + func NewNullableInferenceServiceCreate(val *InferenceServiceCreate) *NullableInferenceServiceCreate + func (v *NullableInferenceServiceCreate) Set(val *InferenceServiceCreate) + func (v *NullableInferenceServiceCreate) UnmarshalJSON(src []byte) error + func (v *NullableInferenceServiceCreate) Unset() + func (v NullableInferenceServiceCreate) Get() *InferenceServiceCreate + func (v NullableInferenceServiceCreate) IsSet() bool + func (v NullableInferenceServiceCreate) MarshalJSON() ([]byte, error) + type NullableInferenceServiceList struct + func NewNullableInferenceServiceList(val *InferenceServiceList) *NullableInferenceServiceList + func (v *NullableInferenceServiceList) Set(val *InferenceServiceList) + func (v *NullableInferenceServiceList) UnmarshalJSON(src []byte) error + func (v *NullableInferenceServiceList) Unset() + func (v NullableInferenceServiceList) Get() *InferenceServiceList + func (v NullableInferenceServiceList) IsSet() bool + func (v NullableInferenceServiceList) MarshalJSON() ([]byte, error) + type NullableInferenceServiceState struct + func NewNullableInferenceServiceState(val *InferenceServiceState) *NullableInferenceServiceState + func (v *NullableInferenceServiceState) Set(val *InferenceServiceState) + func (v *NullableInferenceServiceState) UnmarshalJSON(src []byte) error + func (v *NullableInferenceServiceState) Unset() + func (v NullableInferenceServiceState) Get() *InferenceServiceState + func (v NullableInferenceServiceState) IsSet() bool + func (v NullableInferenceServiceState) MarshalJSON() ([]byte, error) + type NullableInferenceServiceUpdate struct + func NewNullableInferenceServiceUpdate(val *InferenceServiceUpdate) *NullableInferenceServiceUpdate + func (v *NullableInferenceServiceUpdate) Set(val *InferenceServiceUpdate) + func (v *NullableInferenceServiceUpdate) UnmarshalJSON(src []byte) error + func (v *NullableInferenceServiceUpdate) Unset() + func (v NullableInferenceServiceUpdate) Get() *InferenceServiceUpdate + func (v NullableInferenceServiceUpdate) IsSet() bool + func (v NullableInferenceServiceUpdate) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableMetadataBoolValue struct + func NewNullableMetadataBoolValue(val *MetadataBoolValue) *NullableMetadataBoolValue + func (v *NullableMetadataBoolValue) Set(val *MetadataBoolValue) + func (v *NullableMetadataBoolValue) UnmarshalJSON(src []byte) error + func (v *NullableMetadataBoolValue) Unset() + func (v NullableMetadataBoolValue) Get() *MetadataBoolValue + func (v NullableMetadataBoolValue) IsSet() bool + func (v NullableMetadataBoolValue) MarshalJSON() ([]byte, error) + type NullableMetadataDoubleValue struct + func NewNullableMetadataDoubleValue(val *MetadataDoubleValue) *NullableMetadataDoubleValue + func (v *NullableMetadataDoubleValue) Set(val *MetadataDoubleValue) + func (v *NullableMetadataDoubleValue) UnmarshalJSON(src []byte) error + func (v *NullableMetadataDoubleValue) Unset() + func (v NullableMetadataDoubleValue) Get() *MetadataDoubleValue + func (v NullableMetadataDoubleValue) IsSet() bool + func (v NullableMetadataDoubleValue) MarshalJSON() ([]byte, error) + type NullableMetadataIntValue struct + func NewNullableMetadataIntValue(val *MetadataIntValue) *NullableMetadataIntValue + func (v *NullableMetadataIntValue) Set(val *MetadataIntValue) + func (v *NullableMetadataIntValue) UnmarshalJSON(src []byte) error + func (v *NullableMetadataIntValue) Unset() + func (v NullableMetadataIntValue) Get() *MetadataIntValue + func (v NullableMetadataIntValue) IsSet() bool + func (v NullableMetadataIntValue) MarshalJSON() ([]byte, error) + type NullableMetadataProtoValue struct + func NewNullableMetadataProtoValue(val *MetadataProtoValue) *NullableMetadataProtoValue + func (v *NullableMetadataProtoValue) Set(val *MetadataProtoValue) + func (v *NullableMetadataProtoValue) UnmarshalJSON(src []byte) error + func (v *NullableMetadataProtoValue) Unset() + func (v NullableMetadataProtoValue) Get() *MetadataProtoValue + func (v NullableMetadataProtoValue) IsSet() bool + func (v NullableMetadataProtoValue) MarshalJSON() ([]byte, error) + type NullableMetadataStringValue struct + func NewNullableMetadataStringValue(val *MetadataStringValue) *NullableMetadataStringValue + func (v *NullableMetadataStringValue) Set(val *MetadataStringValue) + func (v *NullableMetadataStringValue) UnmarshalJSON(src []byte) error + func (v *NullableMetadataStringValue) Unset() + func (v NullableMetadataStringValue) Get() *MetadataStringValue + func (v NullableMetadataStringValue) IsSet() bool + func (v NullableMetadataStringValue) MarshalJSON() ([]byte, error) + type NullableMetadataStructValue struct + func NewNullableMetadataStructValue(val *MetadataStructValue) *NullableMetadataStructValue + func (v *NullableMetadataStructValue) Set(val *MetadataStructValue) + func (v *NullableMetadataStructValue) UnmarshalJSON(src []byte) error + func (v *NullableMetadataStructValue) Unset() + func (v NullableMetadataStructValue) Get() *MetadataStructValue + func (v NullableMetadataStructValue) IsSet() bool + func (v NullableMetadataStructValue) MarshalJSON() ([]byte, error) + type NullableMetadataValue struct + func NewNullableMetadataValue(val *MetadataValue) *NullableMetadataValue + func (v *NullableMetadataValue) Set(val *MetadataValue) + func (v *NullableMetadataValue) UnmarshalJSON(src []byte) error + func (v *NullableMetadataValue) Unset() + func (v NullableMetadataValue) Get() *MetadataValue + func (v NullableMetadataValue) IsSet() bool + func (v NullableMetadataValue) MarshalJSON() ([]byte, error) + type NullableMetric struct + func NewNullableMetric(val *Metric) *NullableMetric + func (v *NullableMetric) Set(val *Metric) + func (v *NullableMetric) UnmarshalJSON(src []byte) error + func (v *NullableMetric) Unset() + func (v NullableMetric) Get() *Metric + func (v NullableMetric) IsSet() bool + func (v NullableMetric) MarshalJSON() ([]byte, error) + type NullableMetricCreate struct + func NewNullableMetricCreate(val *MetricCreate) *NullableMetricCreate + func (v *NullableMetricCreate) Set(val *MetricCreate) + func (v *NullableMetricCreate) UnmarshalJSON(src []byte) error + func (v *NullableMetricCreate) Unset() + func (v NullableMetricCreate) Get() *MetricCreate + func (v NullableMetricCreate) IsSet() bool + func (v NullableMetricCreate) MarshalJSON() ([]byte, error) + type NullableMetricList struct + func NewNullableMetricList(val *MetricList) *NullableMetricList + func (v *NullableMetricList) Set(val *MetricList) + func (v *NullableMetricList) UnmarshalJSON(src []byte) error + func (v *NullableMetricList) Unset() + func (v NullableMetricList) Get() *MetricList + func (v NullableMetricList) IsSet() bool + func (v NullableMetricList) MarshalJSON() ([]byte, error) + type NullableMetricUpdate struct + func NewNullableMetricUpdate(val *MetricUpdate) *NullableMetricUpdate + func (v *NullableMetricUpdate) Set(val *MetricUpdate) + func (v *NullableMetricUpdate) UnmarshalJSON(src []byte) error + func (v *NullableMetricUpdate) Unset() + func (v NullableMetricUpdate) Get() *MetricUpdate + func (v NullableMetricUpdate) IsSet() bool + func (v NullableMetricUpdate) MarshalJSON() ([]byte, error) + type NullableModelArtifact struct + func NewNullableModelArtifact(val *ModelArtifact) *NullableModelArtifact + func (v *NullableModelArtifact) Set(val *ModelArtifact) + func (v *NullableModelArtifact) UnmarshalJSON(src []byte) error + func (v *NullableModelArtifact) Unset() + func (v NullableModelArtifact) Get() *ModelArtifact + func (v NullableModelArtifact) IsSet() bool + func (v NullableModelArtifact) MarshalJSON() ([]byte, error) + type NullableModelArtifactCreate struct + func NewNullableModelArtifactCreate(val *ModelArtifactCreate) *NullableModelArtifactCreate + func (v *NullableModelArtifactCreate) Set(val *ModelArtifactCreate) + func (v *NullableModelArtifactCreate) UnmarshalJSON(src []byte) error + func (v *NullableModelArtifactCreate) Unset() + func (v NullableModelArtifactCreate) Get() *ModelArtifactCreate + func (v NullableModelArtifactCreate) IsSet() bool + func (v NullableModelArtifactCreate) MarshalJSON() ([]byte, error) + type NullableModelArtifactList struct + func NewNullableModelArtifactList(val *ModelArtifactList) *NullableModelArtifactList + func (v *NullableModelArtifactList) Set(val *ModelArtifactList) + func (v *NullableModelArtifactList) UnmarshalJSON(src []byte) error + func (v *NullableModelArtifactList) Unset() + func (v NullableModelArtifactList) Get() *ModelArtifactList + func (v NullableModelArtifactList) IsSet() bool + func (v NullableModelArtifactList) MarshalJSON() ([]byte, error) + type NullableModelArtifactUpdate struct + func NewNullableModelArtifactUpdate(val *ModelArtifactUpdate) *NullableModelArtifactUpdate + func (v *NullableModelArtifactUpdate) Set(val *ModelArtifactUpdate) + func (v *NullableModelArtifactUpdate) UnmarshalJSON(src []byte) error + func (v *NullableModelArtifactUpdate) Unset() + func (v NullableModelArtifactUpdate) Get() *ModelArtifactUpdate + func (v NullableModelArtifactUpdate) IsSet() bool + func (v NullableModelArtifactUpdate) MarshalJSON() ([]byte, error) + type NullableModelVersion struct + func NewNullableModelVersion(val *ModelVersion) *NullableModelVersion + func (v *NullableModelVersion) Set(val *ModelVersion) + func (v *NullableModelVersion) UnmarshalJSON(src []byte) error + func (v *NullableModelVersion) Unset() + func (v NullableModelVersion) Get() *ModelVersion + func (v NullableModelVersion) IsSet() bool + func (v NullableModelVersion) MarshalJSON() ([]byte, error) + type NullableModelVersionCreate struct + func NewNullableModelVersionCreate(val *ModelVersionCreate) *NullableModelVersionCreate + func (v *NullableModelVersionCreate) Set(val *ModelVersionCreate) + func (v *NullableModelVersionCreate) UnmarshalJSON(src []byte) error + func (v *NullableModelVersionCreate) Unset() + func (v NullableModelVersionCreate) Get() *ModelVersionCreate + func (v NullableModelVersionCreate) IsSet() bool + func (v NullableModelVersionCreate) MarshalJSON() ([]byte, error) + type NullableModelVersionList struct + func NewNullableModelVersionList(val *ModelVersionList) *NullableModelVersionList + func (v *NullableModelVersionList) Set(val *ModelVersionList) + func (v *NullableModelVersionList) UnmarshalJSON(src []byte) error + func (v *NullableModelVersionList) Unset() + func (v NullableModelVersionList) Get() *ModelVersionList + func (v NullableModelVersionList) IsSet() bool + func (v NullableModelVersionList) MarshalJSON() ([]byte, error) + type NullableModelVersionState struct + func NewNullableModelVersionState(val *ModelVersionState) *NullableModelVersionState + func (v *NullableModelVersionState) Set(val *ModelVersionState) + func (v *NullableModelVersionState) UnmarshalJSON(src []byte) error + func (v *NullableModelVersionState) Unset() + func (v NullableModelVersionState) Get() *ModelVersionState + func (v NullableModelVersionState) IsSet() bool + func (v NullableModelVersionState) MarshalJSON() ([]byte, error) + type NullableModelVersionUpdate struct + func NewNullableModelVersionUpdate(val *ModelVersionUpdate) *NullableModelVersionUpdate + func (v *NullableModelVersionUpdate) Set(val *ModelVersionUpdate) + func (v *NullableModelVersionUpdate) UnmarshalJSON(src []byte) error + func (v *NullableModelVersionUpdate) Unset() + func (v NullableModelVersionUpdate) Get() *ModelVersionUpdate + func (v NullableModelVersionUpdate) IsSet() bool + func (v NullableModelVersionUpdate) MarshalJSON() ([]byte, error) + type NullableOrderByField struct + func NewNullableOrderByField(val *OrderByField) *NullableOrderByField + func (v *NullableOrderByField) Set(val *OrderByField) + func (v *NullableOrderByField) UnmarshalJSON(src []byte) error + func (v *NullableOrderByField) Unset() + func (v NullableOrderByField) Get() *OrderByField + func (v NullableOrderByField) IsSet() bool + func (v NullableOrderByField) MarshalJSON() ([]byte, error) + type NullableParameter struct + func NewNullableParameter(val *Parameter) *NullableParameter + func (v *NullableParameter) Set(val *Parameter) + func (v *NullableParameter) UnmarshalJSON(src []byte) error + func (v *NullableParameter) Unset() + func (v NullableParameter) Get() *Parameter + func (v NullableParameter) IsSet() bool + func (v NullableParameter) MarshalJSON() ([]byte, error) + type NullableParameterCreate struct + func NewNullableParameterCreate(val *ParameterCreate) *NullableParameterCreate + func (v *NullableParameterCreate) Set(val *ParameterCreate) + func (v *NullableParameterCreate) UnmarshalJSON(src []byte) error + func (v *NullableParameterCreate) Unset() + func (v NullableParameterCreate) Get() *ParameterCreate + func (v NullableParameterCreate) IsSet() bool + func (v NullableParameterCreate) MarshalJSON() ([]byte, error) + type NullableParameterType struct + func NewNullableParameterType(val *ParameterType) *NullableParameterType + func (v *NullableParameterType) Set(val *ParameterType) + func (v *NullableParameterType) UnmarshalJSON(src []byte) error + func (v *NullableParameterType) Unset() + func (v NullableParameterType) Get() *ParameterType + func (v NullableParameterType) IsSet() bool + func (v NullableParameterType) MarshalJSON() ([]byte, error) + type NullableParameterUpdate struct + func NewNullableParameterUpdate(val *ParameterUpdate) *NullableParameterUpdate + func (v *NullableParameterUpdate) Set(val *ParameterUpdate) + func (v *NullableParameterUpdate) UnmarshalJSON(src []byte) error + func (v *NullableParameterUpdate) Unset() + func (v NullableParameterUpdate) Get() *ParameterUpdate + func (v NullableParameterUpdate) IsSet() bool + func (v NullableParameterUpdate) MarshalJSON() ([]byte, error) + type NullableRegisteredModel struct + func NewNullableRegisteredModel(val *RegisteredModel) *NullableRegisteredModel + func (v *NullableRegisteredModel) Set(val *RegisteredModel) + func (v *NullableRegisteredModel) UnmarshalJSON(src []byte) error + func (v *NullableRegisteredModel) Unset() + func (v NullableRegisteredModel) Get() *RegisteredModel + func (v NullableRegisteredModel) IsSet() bool + func (v NullableRegisteredModel) MarshalJSON() ([]byte, error) + type NullableRegisteredModelCreate struct + func NewNullableRegisteredModelCreate(val *RegisteredModelCreate) *NullableRegisteredModelCreate + func (v *NullableRegisteredModelCreate) Set(val *RegisteredModelCreate) + func (v *NullableRegisteredModelCreate) UnmarshalJSON(src []byte) error + func (v *NullableRegisteredModelCreate) Unset() + func (v NullableRegisteredModelCreate) Get() *RegisteredModelCreate + func (v NullableRegisteredModelCreate) IsSet() bool + func (v NullableRegisteredModelCreate) MarshalJSON() ([]byte, error) + type NullableRegisteredModelList struct + func NewNullableRegisteredModelList(val *RegisteredModelList) *NullableRegisteredModelList + func (v *NullableRegisteredModelList) Set(val *RegisteredModelList) + func (v *NullableRegisteredModelList) UnmarshalJSON(src []byte) error + func (v *NullableRegisteredModelList) Unset() + func (v NullableRegisteredModelList) Get() *RegisteredModelList + func (v NullableRegisteredModelList) IsSet() bool + func (v NullableRegisteredModelList) MarshalJSON() ([]byte, error) + type NullableRegisteredModelState struct + func NewNullableRegisteredModelState(val *RegisteredModelState) *NullableRegisteredModelState + func (v *NullableRegisteredModelState) Set(val *RegisteredModelState) + func (v *NullableRegisteredModelState) UnmarshalJSON(src []byte) error + func (v *NullableRegisteredModelState) Unset() + func (v NullableRegisteredModelState) Get() *RegisteredModelState + func (v NullableRegisteredModelState) IsSet() bool + func (v NullableRegisteredModelState) MarshalJSON() ([]byte, error) + type NullableRegisteredModelUpdate struct + func NewNullableRegisteredModelUpdate(val *RegisteredModelUpdate) *NullableRegisteredModelUpdate + func (v *NullableRegisteredModelUpdate) Set(val *RegisteredModelUpdate) + func (v *NullableRegisteredModelUpdate) UnmarshalJSON(src []byte) error + func (v *NullableRegisteredModelUpdate) Unset() + func (v NullableRegisteredModelUpdate) Get() *RegisteredModelUpdate + func (v NullableRegisteredModelUpdate) IsSet() bool + func (v NullableRegisteredModelUpdate) MarshalJSON() ([]byte, error) + type NullableServeModel struct + func NewNullableServeModel(val *ServeModel) *NullableServeModel + func (v *NullableServeModel) Set(val *ServeModel) + func (v *NullableServeModel) UnmarshalJSON(src []byte) error + func (v *NullableServeModel) Unset() + func (v NullableServeModel) Get() *ServeModel + func (v NullableServeModel) IsSet() bool + func (v NullableServeModel) MarshalJSON() ([]byte, error) + type NullableServeModelCreate struct + func NewNullableServeModelCreate(val *ServeModelCreate) *NullableServeModelCreate + func (v *NullableServeModelCreate) Set(val *ServeModelCreate) + func (v *NullableServeModelCreate) UnmarshalJSON(src []byte) error + func (v *NullableServeModelCreate) Unset() + func (v NullableServeModelCreate) Get() *ServeModelCreate + func (v NullableServeModelCreate) IsSet() bool + func (v NullableServeModelCreate) MarshalJSON() ([]byte, error) + type NullableServeModelList struct + func NewNullableServeModelList(val *ServeModelList) *NullableServeModelList + func (v *NullableServeModelList) Set(val *ServeModelList) + func (v *NullableServeModelList) UnmarshalJSON(src []byte) error + func (v *NullableServeModelList) Unset() + func (v NullableServeModelList) Get() *ServeModelList + func (v NullableServeModelList) IsSet() bool + func (v NullableServeModelList) MarshalJSON() ([]byte, error) + type NullableServeModelUpdate struct + func NewNullableServeModelUpdate(val *ServeModelUpdate) *NullableServeModelUpdate + func (v *NullableServeModelUpdate) Set(val *ServeModelUpdate) + func (v *NullableServeModelUpdate) UnmarshalJSON(src []byte) error + func (v *NullableServeModelUpdate) Unset() + func (v NullableServeModelUpdate) Get() *ServeModelUpdate + func (v NullableServeModelUpdate) IsSet() bool + func (v NullableServeModelUpdate) MarshalJSON() ([]byte, error) + type NullableServingEnvironment struct + func NewNullableServingEnvironment(val *ServingEnvironment) *NullableServingEnvironment + func (v *NullableServingEnvironment) Set(val *ServingEnvironment) + func (v *NullableServingEnvironment) UnmarshalJSON(src []byte) error + func (v *NullableServingEnvironment) Unset() + func (v NullableServingEnvironment) Get() *ServingEnvironment + func (v NullableServingEnvironment) IsSet() bool + func (v NullableServingEnvironment) MarshalJSON() ([]byte, error) + type NullableServingEnvironmentCreate struct + func NewNullableServingEnvironmentCreate(val *ServingEnvironmentCreate) *NullableServingEnvironmentCreate + func (v *NullableServingEnvironmentCreate) Set(val *ServingEnvironmentCreate) + func (v *NullableServingEnvironmentCreate) UnmarshalJSON(src []byte) error + func (v *NullableServingEnvironmentCreate) Unset() + func (v NullableServingEnvironmentCreate) Get() *ServingEnvironmentCreate + func (v NullableServingEnvironmentCreate) IsSet() bool + func (v NullableServingEnvironmentCreate) MarshalJSON() ([]byte, error) + type NullableServingEnvironmentList struct + func NewNullableServingEnvironmentList(val *ServingEnvironmentList) *NullableServingEnvironmentList + func (v *NullableServingEnvironmentList) Set(val *ServingEnvironmentList) + func (v *NullableServingEnvironmentList) UnmarshalJSON(src []byte) error + func (v *NullableServingEnvironmentList) Unset() + func (v NullableServingEnvironmentList) Get() *ServingEnvironmentList + func (v NullableServingEnvironmentList) IsSet() bool + func (v NullableServingEnvironmentList) MarshalJSON() ([]byte, error) + type NullableServingEnvironmentUpdate struct + func NewNullableServingEnvironmentUpdate(val *ServingEnvironmentUpdate) *NullableServingEnvironmentUpdate + func (v *NullableServingEnvironmentUpdate) Set(val *ServingEnvironmentUpdate) + func (v *NullableServingEnvironmentUpdate) UnmarshalJSON(src []byte) error + func (v *NullableServingEnvironmentUpdate) Unset() + func (v NullableServingEnvironmentUpdate) Get() *ServingEnvironmentUpdate + func (v NullableServingEnvironmentUpdate) IsSet() bool + func (v NullableServingEnvironmentUpdate) MarshalJSON() ([]byte, error) + type NullableSortOrder struct + func NewNullableSortOrder(val *SortOrder) *NullableSortOrder + func (v *NullableSortOrder) Set(val *SortOrder) + func (v *NullableSortOrder) UnmarshalJSON(src []byte) error + func (v *NullableSortOrder) Unset() + func (v NullableSortOrder) Get() *SortOrder + func (v NullableSortOrder) IsSet() bool + func (v NullableSortOrder) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type OrderByField string + const ORDERBYFIELD_CREATE_TIME + const ORDERBYFIELD_ID + const ORDERBYFIELD_LAST_UPDATE_TIME + func NewOrderByFieldFromValue(v string) (*OrderByField, error) + func (v *OrderByField) UnmarshalJSON(src []byte) error + func (v OrderByField) IsValid() bool + func (v OrderByField) Ptr() *OrderByField + type Parameter struct + ArtifactType *string + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExperimentId *string + ExperimentRunId *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name *string + ParameterType *ParameterType + State *ArtifactState + Value *string + func NewParameter() *Parameter + func NewParameterWithDefaults() *Parameter + func (o *Parameter) GetArtifactType() string + func (o *Parameter) GetArtifactTypeOk() (*string, bool) + func (o *Parameter) GetCreateTimeSinceEpoch() string + func (o *Parameter) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *Parameter) GetCustomProperties() map[string]MetadataValue + func (o *Parameter) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *Parameter) GetDescription() string + func (o *Parameter) GetDescriptionOk() (*string, bool) + func (o *Parameter) GetExperimentId() string + func (o *Parameter) GetExperimentIdOk() (*string, bool) + func (o *Parameter) GetExperimentRunId() string + func (o *Parameter) GetExperimentRunIdOk() (*string, bool) + func (o *Parameter) GetExternalId() string + func (o *Parameter) GetExternalIdOk() (*string, bool) + func (o *Parameter) GetId() string + func (o *Parameter) GetIdOk() (*string, bool) + func (o *Parameter) GetLastUpdateTimeSinceEpoch() string + func (o *Parameter) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *Parameter) GetName() string + func (o *Parameter) GetNameOk() (*string, bool) + func (o *Parameter) GetParameterType() ParameterType + func (o *Parameter) GetParameterTypeOk() (*ParameterType, bool) + func (o *Parameter) GetState() ArtifactState + func (o *Parameter) GetStateOk() (*ArtifactState, bool) + func (o *Parameter) GetValue() string + func (o *Parameter) GetValueOk() (*string, bool) + func (o *Parameter) HasArtifactType() bool + func (o *Parameter) HasCreateTimeSinceEpoch() bool + func (o *Parameter) HasCustomProperties() bool + func (o *Parameter) HasDescription() bool + func (o *Parameter) HasExperimentId() bool + func (o *Parameter) HasExperimentRunId() bool + func (o *Parameter) HasExternalId() bool + func (o *Parameter) HasId() bool + func (o *Parameter) HasLastUpdateTimeSinceEpoch() bool + func (o *Parameter) HasName() bool + func (o *Parameter) HasParameterType() bool + func (o *Parameter) HasState() bool + func (o *Parameter) HasValue() bool + func (o *Parameter) SetArtifactType(v string) + func (o *Parameter) SetCreateTimeSinceEpoch(v string) + func (o *Parameter) SetCustomProperties(v map[string]MetadataValue) + func (o *Parameter) SetDescription(v string) + func (o *Parameter) SetExperimentId(v string) + func (o *Parameter) SetExperimentRunId(v string) + func (o *Parameter) SetExternalId(v string) + func (o *Parameter) SetId(v string) + func (o *Parameter) SetLastUpdateTimeSinceEpoch(v string) + func (o *Parameter) SetName(v string) + func (o *Parameter) SetParameterType(v ParameterType) + func (o *Parameter) SetState(v ArtifactState) + func (o *Parameter) SetValue(v string) + func (o Parameter) MarshalJSON() ([]byte, error) + func (o Parameter) ToMap() (map[string]interface{}, error) + type ParameterCreate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Name *string + ParameterType *ParameterType + State *ArtifactState + Value *string + func NewParameterCreate() *ParameterCreate + func NewParameterCreateWithDefaults() *ParameterCreate + func (o *ParameterCreate) GetArtifactType() string + func (o *ParameterCreate) GetArtifactTypeOk() (*string, bool) + func (o *ParameterCreate) GetCustomProperties() map[string]MetadataValue + func (o *ParameterCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ParameterCreate) GetDescription() string + func (o *ParameterCreate) GetDescriptionOk() (*string, bool) + func (o *ParameterCreate) GetExternalId() string + func (o *ParameterCreate) GetExternalIdOk() (*string, bool) + func (o *ParameterCreate) GetName() string + func (o *ParameterCreate) GetNameOk() (*string, bool) + func (o *ParameterCreate) GetParameterType() ParameterType + func (o *ParameterCreate) GetParameterTypeOk() (*ParameterType, bool) + func (o *ParameterCreate) GetState() ArtifactState + func (o *ParameterCreate) GetStateOk() (*ArtifactState, bool) + func (o *ParameterCreate) GetValue() string + func (o *ParameterCreate) GetValueOk() (*string, bool) + func (o *ParameterCreate) HasArtifactType() bool + func (o *ParameterCreate) HasCustomProperties() bool + func (o *ParameterCreate) HasDescription() bool + func (o *ParameterCreate) HasExternalId() bool + func (o *ParameterCreate) HasName() bool + func (o *ParameterCreate) HasParameterType() bool + func (o *ParameterCreate) HasState() bool + func (o *ParameterCreate) HasValue() bool + func (o *ParameterCreate) SetArtifactType(v string) + func (o *ParameterCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *ParameterCreate) SetDescription(v string) + func (o *ParameterCreate) SetExternalId(v string) + func (o *ParameterCreate) SetName(v string) + func (o *ParameterCreate) SetParameterType(v ParameterType) + func (o *ParameterCreate) SetState(v ArtifactState) + func (o *ParameterCreate) SetValue(v string) + func (o ParameterCreate) MarshalJSON() ([]byte, error) + func (o ParameterCreate) ToMap() (map[string]interface{}, error) + type ParameterType string + const PARAMETERTYPE_BOOLEAN + const PARAMETERTYPE_NUMBER + const PARAMETERTYPE_OBJECT + const PARAMETERTYPE_STRING + func NewParameterTypeFromValue(v string) (*ParameterType, error) + func (v *ParameterType) UnmarshalJSON(src []byte) error + func (v ParameterType) IsValid() bool + func (v ParameterType) Ptr() *ParameterType + type ParameterUpdate struct + ArtifactType *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + ParameterType *ParameterType + State *ArtifactState + Value *string + func NewParameterUpdate() *ParameterUpdate + func NewParameterUpdateWithDefaults() *ParameterUpdate + func (o *ParameterUpdate) GetArtifactType() string + func (o *ParameterUpdate) GetArtifactTypeOk() (*string, bool) + func (o *ParameterUpdate) GetCustomProperties() map[string]MetadataValue + func (o *ParameterUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ParameterUpdate) GetDescription() string + func (o *ParameterUpdate) GetDescriptionOk() (*string, bool) + func (o *ParameterUpdate) GetExternalId() string + func (o *ParameterUpdate) GetExternalIdOk() (*string, bool) + func (o *ParameterUpdate) GetParameterType() ParameterType + func (o *ParameterUpdate) GetParameterTypeOk() (*ParameterType, bool) + func (o *ParameterUpdate) GetState() ArtifactState + func (o *ParameterUpdate) GetStateOk() (*ArtifactState, bool) + func (o *ParameterUpdate) GetValue() string + func (o *ParameterUpdate) GetValueOk() (*string, bool) + func (o *ParameterUpdate) HasArtifactType() bool + func (o *ParameterUpdate) HasCustomProperties() bool + func (o *ParameterUpdate) HasDescription() bool + func (o *ParameterUpdate) HasExternalId() bool + func (o *ParameterUpdate) HasParameterType() bool + func (o *ParameterUpdate) HasState() bool + func (o *ParameterUpdate) HasValue() bool + func (o *ParameterUpdate) SetArtifactType(v string) + func (o *ParameterUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *ParameterUpdate) SetDescription(v string) + func (o *ParameterUpdate) SetExternalId(v string) + func (o *ParameterUpdate) SetParameterType(v ParameterType) + func (o *ParameterUpdate) SetState(v ArtifactState) + func (o *ParameterUpdate) SetValue(v string) + func (o ParameterUpdate) MarshalJSON() ([]byte, error) + func (o ParameterUpdate) ToMap() (map[string]interface{}, error) + type RegisteredModel struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Id *string + Language []string + LastUpdateTimeSinceEpoch *string + LibraryName *string + License *string + LicenseLink *string + Logo *string + Maturity *string + Name string + Owner *string + Provider *string + Readme *string + State *RegisteredModelState + Tasks []string + func NewRegisteredModel(name string) *RegisteredModel + func NewRegisteredModelWithDefaults() *RegisteredModel + func (o *RegisteredModel) GetCreateTimeSinceEpoch() string + func (o *RegisteredModel) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *RegisteredModel) GetCustomProperties() map[string]MetadataValue + func (o *RegisteredModel) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *RegisteredModel) GetDescription() string + func (o *RegisteredModel) GetDescriptionOk() (*string, bool) + func (o *RegisteredModel) GetExternalId() string + func (o *RegisteredModel) GetExternalIdOk() (*string, bool) + func (o *RegisteredModel) GetId() string + func (o *RegisteredModel) GetIdOk() (*string, bool) + func (o *RegisteredModel) GetLanguage() []string + func (o *RegisteredModel) GetLanguageOk() ([]string, bool) + func (o *RegisteredModel) GetLastUpdateTimeSinceEpoch() string + func (o *RegisteredModel) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *RegisteredModel) GetLibraryName() string + func (o *RegisteredModel) GetLibraryNameOk() (*string, bool) + func (o *RegisteredModel) GetLicense() string + func (o *RegisteredModel) GetLicenseLink() string + func (o *RegisteredModel) GetLicenseLinkOk() (*string, bool) + func (o *RegisteredModel) GetLicenseOk() (*string, bool) + func (o *RegisteredModel) GetLogo() string + func (o *RegisteredModel) GetLogoOk() (*string, bool) + func (o *RegisteredModel) GetMaturity() string + func (o *RegisteredModel) GetMaturityOk() (*string, bool) + func (o *RegisteredModel) GetName() string + func (o *RegisteredModel) GetNameOk() (*string, bool) + func (o *RegisteredModel) GetOwner() string + func (o *RegisteredModel) GetOwnerOk() (*string, bool) + func (o *RegisteredModel) GetProvider() string + func (o *RegisteredModel) GetProviderOk() (*string, bool) + func (o *RegisteredModel) GetReadme() string + func (o *RegisteredModel) GetReadmeOk() (*string, bool) + func (o *RegisteredModel) GetState() RegisteredModelState + func (o *RegisteredModel) GetStateOk() (*RegisteredModelState, bool) + func (o *RegisteredModel) GetTasks() []string + func (o *RegisteredModel) GetTasksOk() ([]string, bool) + func (o *RegisteredModel) HasCreateTimeSinceEpoch() bool + func (o *RegisteredModel) HasCustomProperties() bool + func (o *RegisteredModel) HasDescription() bool + func (o *RegisteredModel) HasExternalId() bool + func (o *RegisteredModel) HasId() bool + func (o *RegisteredModel) HasLanguage() bool + func (o *RegisteredModel) HasLastUpdateTimeSinceEpoch() bool + func (o *RegisteredModel) HasLibraryName() bool + func (o *RegisteredModel) HasLicense() bool + func (o *RegisteredModel) HasLicenseLink() bool + func (o *RegisteredModel) HasLogo() bool + func (o *RegisteredModel) HasMaturity() bool + func (o *RegisteredModel) HasOwner() bool + func (o *RegisteredModel) HasProvider() bool + func (o *RegisteredModel) HasReadme() bool + func (o *RegisteredModel) HasState() bool + func (o *RegisteredModel) HasTasks() bool + func (o *RegisteredModel) SetCreateTimeSinceEpoch(v string) + func (o *RegisteredModel) SetCustomProperties(v map[string]MetadataValue) + func (o *RegisteredModel) SetDescription(v string) + func (o *RegisteredModel) SetExternalId(v string) + func (o *RegisteredModel) SetId(v string) + func (o *RegisteredModel) SetLanguage(v []string) + func (o *RegisteredModel) SetLastUpdateTimeSinceEpoch(v string) + func (o *RegisteredModel) SetLibraryName(v string) + func (o *RegisteredModel) SetLicense(v string) + func (o *RegisteredModel) SetLicenseLink(v string) + func (o *RegisteredModel) SetLogo(v string) + func (o *RegisteredModel) SetMaturity(v string) + func (o *RegisteredModel) SetName(v string) + func (o *RegisteredModel) SetOwner(v string) + func (o *RegisteredModel) SetProvider(v string) + func (o *RegisteredModel) SetReadme(v string) + func (o *RegisteredModel) SetState(v RegisteredModelState) + func (o *RegisteredModel) SetTasks(v []string) + func (o RegisteredModel) MarshalJSON() ([]byte, error) + func (o RegisteredModel) ToMap() (map[string]interface{}, error) + type RegisteredModelCreate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Language []string + LibraryName *string + License *string + LicenseLink *string + Logo *string + Maturity *string + Name string + Owner *string + Provider *string + Readme *string + State *RegisteredModelState + Tasks []string + func NewRegisteredModelCreate(name string) *RegisteredModelCreate + func NewRegisteredModelCreateWithDefaults() *RegisteredModelCreate + func (o *RegisteredModelCreate) GetCustomProperties() map[string]MetadataValue + func (o *RegisteredModelCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *RegisteredModelCreate) GetDescription() string + func (o *RegisteredModelCreate) GetDescriptionOk() (*string, bool) + func (o *RegisteredModelCreate) GetExternalId() string + func (o *RegisteredModelCreate) GetExternalIdOk() (*string, bool) + func (o *RegisteredModelCreate) GetLanguage() []string + func (o *RegisteredModelCreate) GetLanguageOk() ([]string, bool) + func (o *RegisteredModelCreate) GetLibraryName() string + func (o *RegisteredModelCreate) GetLibraryNameOk() (*string, bool) + func (o *RegisteredModelCreate) GetLicense() string + func (o *RegisteredModelCreate) GetLicenseLink() string + func (o *RegisteredModelCreate) GetLicenseLinkOk() (*string, bool) + func (o *RegisteredModelCreate) GetLicenseOk() (*string, bool) + func (o *RegisteredModelCreate) GetLogo() string + func (o *RegisteredModelCreate) GetLogoOk() (*string, bool) + func (o *RegisteredModelCreate) GetMaturity() string + func (o *RegisteredModelCreate) GetMaturityOk() (*string, bool) + func (o *RegisteredModelCreate) GetName() string + func (o *RegisteredModelCreate) GetNameOk() (*string, bool) + func (o *RegisteredModelCreate) GetOwner() string + func (o *RegisteredModelCreate) GetOwnerOk() (*string, bool) + func (o *RegisteredModelCreate) GetProvider() string + func (o *RegisteredModelCreate) GetProviderOk() (*string, bool) + func (o *RegisteredModelCreate) GetReadme() string + func (o *RegisteredModelCreate) GetReadmeOk() (*string, bool) + func (o *RegisteredModelCreate) GetState() RegisteredModelState + func (o *RegisteredModelCreate) GetStateOk() (*RegisteredModelState, bool) + func (o *RegisteredModelCreate) GetTasks() []string + func (o *RegisteredModelCreate) GetTasksOk() ([]string, bool) + func (o *RegisteredModelCreate) HasCustomProperties() bool + func (o *RegisteredModelCreate) HasDescription() bool + func (o *RegisteredModelCreate) HasExternalId() bool + func (o *RegisteredModelCreate) HasLanguage() bool + func (o *RegisteredModelCreate) HasLibraryName() bool + func (o *RegisteredModelCreate) HasLicense() bool + func (o *RegisteredModelCreate) HasLicenseLink() bool + func (o *RegisteredModelCreate) HasLogo() bool + func (o *RegisteredModelCreate) HasMaturity() bool + func (o *RegisteredModelCreate) HasOwner() bool + func (o *RegisteredModelCreate) HasProvider() bool + func (o *RegisteredModelCreate) HasReadme() bool + func (o *RegisteredModelCreate) HasState() bool + func (o *RegisteredModelCreate) HasTasks() bool + func (o *RegisteredModelCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *RegisteredModelCreate) SetDescription(v string) + func (o *RegisteredModelCreate) SetExternalId(v string) + func (o *RegisteredModelCreate) SetLanguage(v []string) + func (o *RegisteredModelCreate) SetLibraryName(v string) + func (o *RegisteredModelCreate) SetLicense(v string) + func (o *RegisteredModelCreate) SetLicenseLink(v string) + func (o *RegisteredModelCreate) SetLogo(v string) + func (o *RegisteredModelCreate) SetMaturity(v string) + func (o *RegisteredModelCreate) SetName(v string) + func (o *RegisteredModelCreate) SetOwner(v string) + func (o *RegisteredModelCreate) SetProvider(v string) + func (o *RegisteredModelCreate) SetReadme(v string) + func (o *RegisteredModelCreate) SetState(v RegisteredModelState) + func (o *RegisteredModelCreate) SetTasks(v []string) + func (o RegisteredModelCreate) MarshalJSON() ([]byte, error) + func (o RegisteredModelCreate) ToMap() (map[string]interface{}, error) + type RegisteredModelList struct + Items []RegisteredModel + NextPageToken string + PageSize int32 + Size int32 + func NewRegisteredModelList(nextPageToken string, pageSize int32, size int32, items []RegisteredModel) *RegisteredModelList + func NewRegisteredModelListWithDefaults() *RegisteredModelList + func (o *RegisteredModelList) GetItems() []RegisteredModel + func (o *RegisteredModelList) GetItemsOk() ([]RegisteredModel, bool) + func (o *RegisteredModelList) GetNextPageToken() string + func (o *RegisteredModelList) GetNextPageTokenOk() (*string, bool) + func (o *RegisteredModelList) GetPageSize() int32 + func (o *RegisteredModelList) GetPageSizeOk() (*int32, bool) + func (o *RegisteredModelList) GetSize() int32 + func (o *RegisteredModelList) GetSizeOk() (*int32, bool) + func (o *RegisteredModelList) SetItems(v []RegisteredModel) + func (o *RegisteredModelList) SetNextPageToken(v string) + func (o *RegisteredModelList) SetPageSize(v int32) + func (o *RegisteredModelList) SetSize(v int32) + func (o RegisteredModelList) MarshalJSON() ([]byte, error) + func (o RegisteredModelList) ToMap() (map[string]interface{}, error) + type RegisteredModelState string + const REGISTEREDMODELSTATE_ARCHIVED + const REGISTEREDMODELSTATE_LIVE + func NewRegisteredModelStateFromValue(v string) (*RegisteredModelState, error) + func (v *RegisteredModelState) UnmarshalJSON(src []byte) error + func (v RegisteredModelState) IsValid() bool + func (v RegisteredModelState) Ptr() *RegisteredModelState + type RegisteredModelUpdate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Language []string + LibraryName *string + License *string + LicenseLink *string + Logo *string + Maturity *string + Owner *string + Provider *string + Readme *string + State *RegisteredModelState + Tasks []string + func NewRegisteredModelUpdate() *RegisteredModelUpdate + func NewRegisteredModelUpdateWithDefaults() *RegisteredModelUpdate + func (o *RegisteredModelUpdate) GetCustomProperties() map[string]MetadataValue + func (o *RegisteredModelUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *RegisteredModelUpdate) GetDescription() string + func (o *RegisteredModelUpdate) GetDescriptionOk() (*string, bool) + func (o *RegisteredModelUpdate) GetExternalId() string + func (o *RegisteredModelUpdate) GetExternalIdOk() (*string, bool) + func (o *RegisteredModelUpdate) GetLanguage() []string + func (o *RegisteredModelUpdate) GetLanguageOk() ([]string, bool) + func (o *RegisteredModelUpdate) GetLibraryName() string + func (o *RegisteredModelUpdate) GetLibraryNameOk() (*string, bool) + func (o *RegisteredModelUpdate) GetLicense() string + func (o *RegisteredModelUpdate) GetLicenseLink() string + func (o *RegisteredModelUpdate) GetLicenseLinkOk() (*string, bool) + func (o *RegisteredModelUpdate) GetLicenseOk() (*string, bool) + func (o *RegisteredModelUpdate) GetLogo() string + func (o *RegisteredModelUpdate) GetLogoOk() (*string, bool) + func (o *RegisteredModelUpdate) GetMaturity() string + func (o *RegisteredModelUpdate) GetMaturityOk() (*string, bool) + func (o *RegisteredModelUpdate) GetOwner() string + func (o *RegisteredModelUpdate) GetOwnerOk() (*string, bool) + func (o *RegisteredModelUpdate) GetProvider() string + func (o *RegisteredModelUpdate) GetProviderOk() (*string, bool) + func (o *RegisteredModelUpdate) GetReadme() string + func (o *RegisteredModelUpdate) GetReadmeOk() (*string, bool) + func (o *RegisteredModelUpdate) GetState() RegisteredModelState + func (o *RegisteredModelUpdate) GetStateOk() (*RegisteredModelState, bool) + func (o *RegisteredModelUpdate) GetTasks() []string + func (o *RegisteredModelUpdate) GetTasksOk() ([]string, bool) + func (o *RegisteredModelUpdate) HasCustomProperties() bool + func (o *RegisteredModelUpdate) HasDescription() bool + func (o *RegisteredModelUpdate) HasExternalId() bool + func (o *RegisteredModelUpdate) HasLanguage() bool + func (o *RegisteredModelUpdate) HasLibraryName() bool + func (o *RegisteredModelUpdate) HasLicense() bool + func (o *RegisteredModelUpdate) HasLicenseLink() bool + func (o *RegisteredModelUpdate) HasLogo() bool + func (o *RegisteredModelUpdate) HasMaturity() bool + func (o *RegisteredModelUpdate) HasOwner() bool + func (o *RegisteredModelUpdate) HasProvider() bool + func (o *RegisteredModelUpdate) HasReadme() bool + func (o *RegisteredModelUpdate) HasState() bool + func (o *RegisteredModelUpdate) HasTasks() bool + func (o *RegisteredModelUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *RegisteredModelUpdate) SetDescription(v string) + func (o *RegisteredModelUpdate) SetExternalId(v string) + func (o *RegisteredModelUpdate) SetLanguage(v []string) + func (o *RegisteredModelUpdate) SetLibraryName(v string) + func (o *RegisteredModelUpdate) SetLicense(v string) + func (o *RegisteredModelUpdate) SetLicenseLink(v string) + func (o *RegisteredModelUpdate) SetLogo(v string) + func (o *RegisteredModelUpdate) SetMaturity(v string) + func (o *RegisteredModelUpdate) SetOwner(v string) + func (o *RegisteredModelUpdate) SetProvider(v string) + func (o *RegisteredModelUpdate) SetReadme(v string) + func (o *RegisteredModelUpdate) SetState(v RegisteredModelState) + func (o *RegisteredModelUpdate) SetTasks(v []string) + func (o RegisteredModelUpdate) MarshalJSON() ([]byte, error) + func (o RegisteredModelUpdate) ToMap() (map[string]interface{}, error) + type ServeModel struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Id *string + LastKnownState *ExecutionState + LastUpdateTimeSinceEpoch *string + ModelVersionId string + Name *string + func NewServeModel(modelVersionId string) *ServeModel + func NewServeModelWithDefaults() *ServeModel + func (o *ServeModel) GetCreateTimeSinceEpoch() string + func (o *ServeModel) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *ServeModel) GetCustomProperties() map[string]MetadataValue + func (o *ServeModel) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ServeModel) GetDescription() string + func (o *ServeModel) GetDescriptionOk() (*string, bool) + func (o *ServeModel) GetExternalId() string + func (o *ServeModel) GetExternalIdOk() (*string, bool) + func (o *ServeModel) GetId() string + func (o *ServeModel) GetIdOk() (*string, bool) + func (o *ServeModel) GetLastKnownState() ExecutionState + func (o *ServeModel) GetLastKnownStateOk() (*ExecutionState, bool) + func (o *ServeModel) GetLastUpdateTimeSinceEpoch() string + func (o *ServeModel) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *ServeModel) GetModelVersionId() string + func (o *ServeModel) GetModelVersionIdOk() (*string, bool) + func (o *ServeModel) GetName() string + func (o *ServeModel) GetNameOk() (*string, bool) + func (o *ServeModel) HasCreateTimeSinceEpoch() bool + func (o *ServeModel) HasCustomProperties() bool + func (o *ServeModel) HasDescription() bool + func (o *ServeModel) HasExternalId() bool + func (o *ServeModel) HasId() bool + func (o *ServeModel) HasLastKnownState() bool + func (o *ServeModel) HasLastUpdateTimeSinceEpoch() bool + func (o *ServeModel) HasName() bool + func (o *ServeModel) SetCreateTimeSinceEpoch(v string) + func (o *ServeModel) SetCustomProperties(v map[string]MetadataValue) + func (o *ServeModel) SetDescription(v string) + func (o *ServeModel) SetExternalId(v string) + func (o *ServeModel) SetId(v string) + func (o *ServeModel) SetLastKnownState(v ExecutionState) + func (o *ServeModel) SetLastUpdateTimeSinceEpoch(v string) + func (o *ServeModel) SetModelVersionId(v string) + func (o *ServeModel) SetName(v string) + func (o ServeModel) MarshalJSON() ([]byte, error) + func (o ServeModel) ToMap() (map[string]interface{}, error) + type ServeModelCreate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + LastKnownState *ExecutionState + ModelVersionId string + Name *string + func NewServeModelCreate(modelVersionId string) *ServeModelCreate + func NewServeModelCreateWithDefaults() *ServeModelCreate + func (o *ServeModelCreate) GetCustomProperties() map[string]MetadataValue + func (o *ServeModelCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ServeModelCreate) GetDescription() string + func (o *ServeModelCreate) GetDescriptionOk() (*string, bool) + func (o *ServeModelCreate) GetExternalId() string + func (o *ServeModelCreate) GetExternalIdOk() (*string, bool) + func (o *ServeModelCreate) GetLastKnownState() ExecutionState + func (o *ServeModelCreate) GetLastKnownStateOk() (*ExecutionState, bool) + func (o *ServeModelCreate) GetModelVersionId() string + func (o *ServeModelCreate) GetModelVersionIdOk() (*string, bool) + func (o *ServeModelCreate) GetName() string + func (o *ServeModelCreate) GetNameOk() (*string, bool) + func (o *ServeModelCreate) HasCustomProperties() bool + func (o *ServeModelCreate) HasDescription() bool + func (o *ServeModelCreate) HasExternalId() bool + func (o *ServeModelCreate) HasLastKnownState() bool + func (o *ServeModelCreate) HasName() bool + func (o *ServeModelCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *ServeModelCreate) SetDescription(v string) + func (o *ServeModelCreate) SetExternalId(v string) + func (o *ServeModelCreate) SetLastKnownState(v ExecutionState) + func (o *ServeModelCreate) SetModelVersionId(v string) + func (o *ServeModelCreate) SetName(v string) + func (o ServeModelCreate) MarshalJSON() ([]byte, error) + func (o ServeModelCreate) ToMap() (map[string]interface{}, error) + type ServeModelList struct + Items []ServeModel + NextPageToken string + PageSize int32 + Size int32 + func NewServeModelList(nextPageToken string, pageSize int32, size int32, items []ServeModel) *ServeModelList + func NewServeModelListWithDefaults() *ServeModelList + func (o *ServeModelList) GetItems() []ServeModel + func (o *ServeModelList) GetItemsOk() ([]ServeModel, bool) + func (o *ServeModelList) GetNextPageToken() string + func (o *ServeModelList) GetNextPageTokenOk() (*string, bool) + func (o *ServeModelList) GetPageSize() int32 + func (o *ServeModelList) GetPageSizeOk() (*int32, bool) + func (o *ServeModelList) GetSize() int32 + func (o *ServeModelList) GetSizeOk() (*int32, bool) + func (o *ServeModelList) SetItems(v []ServeModel) + func (o *ServeModelList) SetNextPageToken(v string) + func (o *ServeModelList) SetPageSize(v int32) + func (o *ServeModelList) SetSize(v int32) + func (o ServeModelList) MarshalJSON() ([]byte, error) + func (o ServeModelList) ToMap() (map[string]interface{}, error) + type ServeModelUpdate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + LastKnownState *ExecutionState + func NewServeModelUpdate() *ServeModelUpdate + func NewServeModelUpdateWithDefaults() *ServeModelUpdate + func (o *ServeModelUpdate) GetCustomProperties() map[string]MetadataValue + func (o *ServeModelUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ServeModelUpdate) GetDescription() string + func (o *ServeModelUpdate) GetDescriptionOk() (*string, bool) + func (o *ServeModelUpdate) GetExternalId() string + func (o *ServeModelUpdate) GetExternalIdOk() (*string, bool) + func (o *ServeModelUpdate) GetLastKnownState() ExecutionState + func (o *ServeModelUpdate) GetLastKnownStateOk() (*ExecutionState, bool) + func (o *ServeModelUpdate) HasCustomProperties() bool + func (o *ServeModelUpdate) HasDescription() bool + func (o *ServeModelUpdate) HasExternalId() bool + func (o *ServeModelUpdate) HasLastKnownState() bool + func (o *ServeModelUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *ServeModelUpdate) SetDescription(v string) + func (o *ServeModelUpdate) SetExternalId(v string) + func (o *ServeModelUpdate) SetLastKnownState(v ExecutionState) + func (o ServeModelUpdate) MarshalJSON() ([]byte, error) + func (o ServeModelUpdate) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ServingEnvironment struct + CreateTimeSinceEpoch *string + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Id *string + LastUpdateTimeSinceEpoch *string + Name string + func NewServingEnvironment(name string) *ServingEnvironment + func NewServingEnvironmentWithDefaults() *ServingEnvironment + func (o *ServingEnvironment) GetCreateTimeSinceEpoch() string + func (o *ServingEnvironment) GetCreateTimeSinceEpochOk() (*string, bool) + func (o *ServingEnvironment) GetCustomProperties() map[string]MetadataValue + func (o *ServingEnvironment) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ServingEnvironment) GetDescription() string + func (o *ServingEnvironment) GetDescriptionOk() (*string, bool) + func (o *ServingEnvironment) GetExternalId() string + func (o *ServingEnvironment) GetExternalIdOk() (*string, bool) + func (o *ServingEnvironment) GetId() string + func (o *ServingEnvironment) GetIdOk() (*string, bool) + func (o *ServingEnvironment) GetLastUpdateTimeSinceEpoch() string + func (o *ServingEnvironment) GetLastUpdateTimeSinceEpochOk() (*string, bool) + func (o *ServingEnvironment) GetName() string + func (o *ServingEnvironment) GetNameOk() (*string, bool) + func (o *ServingEnvironment) HasCreateTimeSinceEpoch() bool + func (o *ServingEnvironment) HasCustomProperties() bool + func (o *ServingEnvironment) HasDescription() bool + func (o *ServingEnvironment) HasExternalId() bool + func (o *ServingEnvironment) HasId() bool + func (o *ServingEnvironment) HasLastUpdateTimeSinceEpoch() bool + func (o *ServingEnvironment) SetCreateTimeSinceEpoch(v string) + func (o *ServingEnvironment) SetCustomProperties(v map[string]MetadataValue) + func (o *ServingEnvironment) SetDescription(v string) + func (o *ServingEnvironment) SetExternalId(v string) + func (o *ServingEnvironment) SetId(v string) + func (o *ServingEnvironment) SetLastUpdateTimeSinceEpoch(v string) + func (o *ServingEnvironment) SetName(v string) + func (o ServingEnvironment) MarshalJSON() ([]byte, error) + func (o ServingEnvironment) ToMap() (map[string]interface{}, error) + type ServingEnvironmentCreate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + Name string + func NewServingEnvironmentCreate(name string) *ServingEnvironmentCreate + func NewServingEnvironmentCreateWithDefaults() *ServingEnvironmentCreate + func (o *ServingEnvironmentCreate) GetCustomProperties() map[string]MetadataValue + func (o *ServingEnvironmentCreate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ServingEnvironmentCreate) GetDescription() string + func (o *ServingEnvironmentCreate) GetDescriptionOk() (*string, bool) + func (o *ServingEnvironmentCreate) GetExternalId() string + func (o *ServingEnvironmentCreate) GetExternalIdOk() (*string, bool) + func (o *ServingEnvironmentCreate) GetName() string + func (o *ServingEnvironmentCreate) GetNameOk() (*string, bool) + func (o *ServingEnvironmentCreate) HasCustomProperties() bool + func (o *ServingEnvironmentCreate) HasDescription() bool + func (o *ServingEnvironmentCreate) HasExternalId() bool + func (o *ServingEnvironmentCreate) SetCustomProperties(v map[string]MetadataValue) + func (o *ServingEnvironmentCreate) SetDescription(v string) + func (o *ServingEnvironmentCreate) SetExternalId(v string) + func (o *ServingEnvironmentCreate) SetName(v string) + func (o ServingEnvironmentCreate) MarshalJSON() ([]byte, error) + func (o ServingEnvironmentCreate) ToMap() (map[string]interface{}, error) + type ServingEnvironmentList struct + Items []ServingEnvironment + NextPageToken string + PageSize int32 + Size int32 + func NewServingEnvironmentList(nextPageToken string, pageSize int32, size int32, items []ServingEnvironment) *ServingEnvironmentList + func NewServingEnvironmentListWithDefaults() *ServingEnvironmentList + func (o *ServingEnvironmentList) GetItems() []ServingEnvironment + func (o *ServingEnvironmentList) GetItemsOk() ([]ServingEnvironment, bool) + func (o *ServingEnvironmentList) GetNextPageToken() string + func (o *ServingEnvironmentList) GetNextPageTokenOk() (*string, bool) + func (o *ServingEnvironmentList) GetPageSize() int32 + func (o *ServingEnvironmentList) GetPageSizeOk() (*int32, bool) + func (o *ServingEnvironmentList) GetSize() int32 + func (o *ServingEnvironmentList) GetSizeOk() (*int32, bool) + func (o *ServingEnvironmentList) SetItems(v []ServingEnvironment) + func (o *ServingEnvironmentList) SetNextPageToken(v string) + func (o *ServingEnvironmentList) SetPageSize(v int32) + func (o *ServingEnvironmentList) SetSize(v int32) + func (o ServingEnvironmentList) MarshalJSON() ([]byte, error) + func (o ServingEnvironmentList) ToMap() (map[string]interface{}, error) + type ServingEnvironmentUpdate struct + CustomProperties map[string]MetadataValue + Description *string + ExternalId *string + func NewServingEnvironmentUpdate() *ServingEnvironmentUpdate + func NewServingEnvironmentUpdateWithDefaults() *ServingEnvironmentUpdate + func (o *ServingEnvironmentUpdate) GetCustomProperties() map[string]MetadataValue + func (o *ServingEnvironmentUpdate) GetCustomPropertiesOk() (map[string]MetadataValue, bool) + func (o *ServingEnvironmentUpdate) GetDescription() string + func (o *ServingEnvironmentUpdate) GetDescriptionOk() (*string, bool) + func (o *ServingEnvironmentUpdate) GetExternalId() string + func (o *ServingEnvironmentUpdate) GetExternalIdOk() (*string, bool) + func (o *ServingEnvironmentUpdate) HasCustomProperties() bool + func (o *ServingEnvironmentUpdate) HasDescription() bool + func (o *ServingEnvironmentUpdate) HasExternalId() bool + func (o *ServingEnvironmentUpdate) SetCustomProperties(v map[string]MetadataValue) + func (o *ServingEnvironmentUpdate) SetDescription(v string) + func (o *ServingEnvironmentUpdate) SetExternalId(v string) + func (o ServingEnvironmentUpdate) MarshalJSON() ([]byte, error) + func (o ServingEnvironmentUpdate) ToMap() (map[string]interface{}, error) + type SortOrder string + const SORTORDER_ASC + const SORTORDER_DESC + func NewSortOrderFromValue(v string) (*SortOrder, error) + func (v *SortOrder) UnmarshalJSON(src []byte) error + func (v SortOrder) IsValid() bool + func (v SortOrder) Ptr() *SortOrder