Documentation
¶
Index ¶
- type EmbedMDToOpenAPIConverterImpl
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertDataSet(source *entity.BaseEntity[models.DataSetAttributes]) (*openapi.DataSet, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertDocArtifact(source *entity.BaseEntity[models.DocArtifactAttributes]) (*openapi.DocArtifact, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertExperiment(source *entity.BaseEntity[models.ExperimentAttributes]) (*openapi.Experiment, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertExperimentRun(source *entity.BaseEntity[models.ExperimentRunAttributes]) (*openapi.ExperimentRun, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertInferenceService(source *entity.BaseEntity[models.InferenceServiceAttributes]) (*openapi.InferenceService, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertMetric(source *entity.BaseEntity[models.MetricAttributes]) (*openapi.Metric, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertModelArtifact(source *entity.BaseEntity[models.ModelArtifactAttributes]) (*openapi.ModelArtifact, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertModelVersion(source *entity.BaseEntity[models.ModelVersionAttributes]) (*openapi.ModelVersion, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertParameter(source *entity.BaseEntity[models.ParameterAttributes]) (*openapi.Parameter, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertRegisteredModel(source *entity.BaseEntity[models.RegisteredModelAttributes]) (*openapi.RegisteredModel, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertServeModel(source *entity.BaseEntity[models.ServeModelAttributes]) (*openapi.ServeModel, error)
- func (c *EmbedMDToOpenAPIConverterImpl) ConvertServingEnvironment(source *entity.BaseEntity[models.ServingEnvironmentAttributes]) (*openapi.ServingEnvironment, error)
- type OpenAPIConverterImpl
- func (c *OpenAPIConverterImpl) ConvertArtifactCreate(source *openapi.ArtifactCreate) (*openapi.Artifact, error)
- func (c *OpenAPIConverterImpl) ConvertArtifactUpdate(source *openapi.ArtifactUpdate) (*openapi.Artifact, error)
- func (c *OpenAPIConverterImpl) ConvertDataSetCreate(source *openapi.DataSetCreate) (*openapi.DataSet, error)
- func (c *OpenAPIConverterImpl) ConvertDataSetUpdate(source *openapi.DataSetUpdate) (*openapi.DataSet, error)
- func (c *OpenAPIConverterImpl) ConvertDocArtifactCreate(source *openapi.DocArtifactCreate) (*openapi.DocArtifact, error)
- func (c *OpenAPIConverterImpl) ConvertDocArtifactUpdate(source *openapi.DocArtifactUpdate) (*openapi.DocArtifact, error)
- func (c *OpenAPIConverterImpl) ConvertExperimentCreate(source *openapi.ExperimentCreate) (*openapi.Experiment, error)
- func (c *OpenAPIConverterImpl) ConvertExperimentRunCreate(source *openapi.ExperimentRunCreate) (*openapi.ExperimentRun, error)
- func (c *OpenAPIConverterImpl) ConvertExperimentRunUpdate(source *openapi.ExperimentRunUpdate) (*openapi.ExperimentRun, error)
- func (c *OpenAPIConverterImpl) ConvertExperimentUpdate(source *openapi.ExperimentUpdate) (*openapi.Experiment, error)
- func (c *OpenAPIConverterImpl) ConvertInferenceServiceCreate(source *openapi.InferenceServiceCreate) (*openapi.InferenceService, error)
- func (c *OpenAPIConverterImpl) ConvertInferenceServiceUpdate(source *openapi.InferenceServiceUpdate) (*openapi.InferenceService, error)
- func (c *OpenAPIConverterImpl) ConvertMetricCreate(source *openapi.MetricCreate) (*openapi.Metric, error)
- func (c *OpenAPIConverterImpl) ConvertMetricUpdate(source *openapi.MetricUpdate) (*openapi.Metric, error)
- func (c *OpenAPIConverterImpl) ConvertModelArtifactCreate(source *openapi.ModelArtifactCreate) (*openapi.ModelArtifact, error)
- func (c *OpenAPIConverterImpl) ConvertModelArtifactUpdate(source *openapi.ModelArtifactUpdate) (*openapi.ModelArtifact, error)
- func (c *OpenAPIConverterImpl) ConvertModelVersionCreate(source *openapi.ModelVersionCreate) (*openapi.ModelVersion, error)
- func (c *OpenAPIConverterImpl) ConvertModelVersionUpdate(source *openapi.ModelVersionUpdate) (*openapi.ModelVersion, error)
- func (c *OpenAPIConverterImpl) ConvertParameterCreate(source *openapi.ParameterCreate) (*openapi.Parameter, error)
- func (c *OpenAPIConverterImpl) ConvertParameterUpdate(source *openapi.ParameterUpdate) (*openapi.Parameter, error)
- func (c *OpenAPIConverterImpl) ConvertRegisteredModelCreate(source *openapi.RegisteredModelCreate) (*openapi.RegisteredModel, error)
- func (c *OpenAPIConverterImpl) ConvertRegisteredModelUpdate(source *openapi.RegisteredModelUpdate) (*openapi.RegisteredModel, error)
- func (c *OpenAPIConverterImpl) ConvertServeModelCreate(source *openapi.ServeModelCreate) (*openapi.ServeModel, error)
- func (c *OpenAPIConverterImpl) ConvertServeModelUpdate(source *openapi.ServeModelUpdate) (*openapi.ServeModel, error)
- func (c *OpenAPIConverterImpl) ConvertServingEnvironmentCreate(source *openapi.ServingEnvironmentCreate) (*openapi.ServingEnvironment, error)
- func (c *OpenAPIConverterImpl) ConvertServingEnvironmentUpdate(source *openapi.ServingEnvironmentUpdate) (*openapi.ServingEnvironment, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForArtifact(source converter.OpenapiUpdateWrapper[openapi.Artifact]) (openapi.Artifact, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForDataSet(source converter.OpenapiUpdateWrapper[openapi.DataSet]) (openapi.DataSet, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForDocArtifact(source converter.OpenapiUpdateWrapper[openapi.DocArtifact]) (openapi.DocArtifact, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForExperiment(source converter.OpenapiUpdateWrapper[openapi.Experiment]) (openapi.Experiment, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForExperimentRun(source converter.OpenapiUpdateWrapper[openapi.ExperimentRun]) (openapi.ExperimentRun, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForInferenceService(source converter.OpenapiUpdateWrapper[openapi.InferenceService]) (openapi.InferenceService, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForMetric(source converter.OpenapiUpdateWrapper[openapi.Metric]) (openapi.Metric, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForModelArtifact(source converter.OpenapiUpdateWrapper[openapi.ModelArtifact]) (openapi.ModelArtifact, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForModelVersion(source converter.OpenapiUpdateWrapper[openapi.ModelVersion]) (openapi.ModelVersion, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForParameter(source converter.OpenapiUpdateWrapper[openapi.Parameter]) (openapi.Parameter, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForRegisteredModel(source converter.OpenapiUpdateWrapper[openapi.RegisteredModel]) (openapi.RegisteredModel, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForServeModel(source converter.OpenapiUpdateWrapper[openapi.ServeModel]) (openapi.ServeModel, error)
- func (c *OpenAPIConverterImpl) OverrideNotEditableForServingEnvironment(source converter.OpenapiUpdateWrapper[openapi.ServingEnvironment]) (openapi.ServingEnvironment, error)
- type OpenAPIReconcilerImpl
- func (c *OpenAPIReconcilerImpl) UpdateExistingDataSet(source converter.OpenapiUpdateWrapper[openapi.DataSet]) (openapi.DataSet, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingDocArtifact(source converter.OpenapiUpdateWrapper[openapi.DocArtifact]) (openapi.DocArtifact, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingExperiment(source converter.OpenapiUpdateWrapper[openapi.Experiment]) (openapi.Experiment, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingExperimentRun(source converter.OpenapiUpdateWrapper[openapi.ExperimentRun]) (openapi.ExperimentRun, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingInferenceService(source converter.OpenapiUpdateWrapper[openapi.InferenceService]) (openapi.InferenceService, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingMetric(source converter.OpenapiUpdateWrapper[openapi.Metric]) (openapi.Metric, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingModelArtifact(source converter.OpenapiUpdateWrapper[openapi.ModelArtifact]) (openapi.ModelArtifact, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingModelVersion(source converter.OpenapiUpdateWrapper[openapi.ModelVersion]) (openapi.ModelVersion, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingParameter(source converter.OpenapiUpdateWrapper[openapi.Parameter]) (openapi.Parameter, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingRegisteredModel(source converter.OpenapiUpdateWrapper[openapi.RegisteredModel]) (openapi.RegisteredModel, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingServeModel(source converter.OpenapiUpdateWrapper[openapi.ServeModel]) (openapi.ServeModel, error)
- func (c *OpenAPIReconcilerImpl) UpdateExistingServingEnvironment(source converter.OpenapiUpdateWrapper[openapi.ServingEnvironment]) (openapi.ServingEnvironment, error)
- type OpenAPIToEmbedMDConverterImpl
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertDataSet(source *converter.OpenAPIModelWrapper[openapi.DataSet]) (*entity.BaseEntity[models.DataSetAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertDocArtifact(source *converter.OpenAPIModelWrapper[openapi.DocArtifact]) (*entity.BaseEntity[models.DocArtifactAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertExperiment(source *converter.OpenAPIModelWrapper[openapi.Experiment]) (*entity.BaseEntity[models.ExperimentAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertExperimentRun(source *converter.OpenAPIModelWrapper[openapi.ExperimentRun]) (*entity.BaseEntity[models.ExperimentRunAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertInferenceService(source *converter.OpenAPIModelWrapper[openapi.InferenceService]) (*entity.BaseEntity[models.InferenceServiceAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertMetric(source *converter.OpenAPIModelWrapper[openapi.Metric]) (*entity.BaseEntity[models.MetricAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertModelArtifact(source *converter.OpenAPIModelWrapper[openapi.ModelArtifact]) (*entity.BaseEntity[models.ModelArtifactAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertModelVersion(source *converter.OpenAPIModelWrapper[openapi.ModelVersion]) (*entity.BaseEntity[models.ModelVersionAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertParameter(source *converter.OpenAPIModelWrapper[openapi.Parameter]) (*entity.BaseEntity[models.ParameterAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertRegisteredModel(source *converter.OpenAPIModelWrapper[openapi.RegisteredModel]) (*entity.BaseEntity[models.RegisteredModelAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertServeModel(source *converter.OpenAPIModelWrapper[openapi.ServeModel]) (*entity.BaseEntity[models.ServeModelAttributes], error)
- func (c *OpenAPIToEmbedMDConverterImpl) ConvertServingEnvironment(source *converter.OpenAPIModelWrapper[openapi.ServingEnvironment]) (*entity.BaseEntity[models.ServingEnvironmentAttributes], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmbedMDToOpenAPIConverterImpl ¶
type EmbedMDToOpenAPIConverterImpl struct{}
func (*EmbedMDToOpenAPIConverterImpl) ConvertDataSet ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertDataSet(source *entity.BaseEntity[models.DataSetAttributes]) (*openapi.DataSet, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertDocArtifact ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertDocArtifact(source *entity.BaseEntity[models.DocArtifactAttributes]) (*openapi.DocArtifact, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertExperiment ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertExperiment(source *entity.BaseEntity[models.ExperimentAttributes]) (*openapi.Experiment, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertExperimentRun ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertExperimentRun(source *entity.BaseEntity[models.ExperimentRunAttributes]) (*openapi.ExperimentRun, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertInferenceService ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertInferenceService(source *entity.BaseEntity[models.InferenceServiceAttributes]) (*openapi.InferenceService, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertMetric ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertMetric(source *entity.BaseEntity[models.MetricAttributes]) (*openapi.Metric, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertModelArtifact ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertModelArtifact(source *entity.BaseEntity[models.ModelArtifactAttributes]) (*openapi.ModelArtifact, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertModelVersion ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertModelVersion(source *entity.BaseEntity[models.ModelVersionAttributes]) (*openapi.ModelVersion, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertParameter ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertParameter(source *entity.BaseEntity[models.ParameterAttributes]) (*openapi.Parameter, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertRegisteredModel ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertRegisteredModel(source *entity.BaseEntity[models.RegisteredModelAttributes]) (*openapi.RegisteredModel, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertServeModel ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertServeModel(source *entity.BaseEntity[models.ServeModelAttributes]) (*openapi.ServeModel, error)
func (*EmbedMDToOpenAPIConverterImpl) ConvertServingEnvironment ¶
func (c *EmbedMDToOpenAPIConverterImpl) ConvertServingEnvironment(source *entity.BaseEntity[models.ServingEnvironmentAttributes]) (*openapi.ServingEnvironment, error)
type OpenAPIConverterImpl ¶
type OpenAPIConverterImpl struct{}
func (*OpenAPIConverterImpl) ConvertArtifactCreate ¶
func (c *OpenAPIConverterImpl) ConvertArtifactCreate(source *openapi.ArtifactCreate) (*openapi.Artifact, error)
func (*OpenAPIConverterImpl) ConvertArtifactUpdate ¶
func (c *OpenAPIConverterImpl) ConvertArtifactUpdate(source *openapi.ArtifactUpdate) (*openapi.Artifact, error)
func (*OpenAPIConverterImpl) ConvertDataSetCreate ¶
func (c *OpenAPIConverterImpl) ConvertDataSetCreate(source *openapi.DataSetCreate) (*openapi.DataSet, error)
func (*OpenAPIConverterImpl) ConvertDataSetUpdate ¶
func (c *OpenAPIConverterImpl) ConvertDataSetUpdate(source *openapi.DataSetUpdate) (*openapi.DataSet, error)
func (*OpenAPIConverterImpl) ConvertDocArtifactCreate ¶
func (c *OpenAPIConverterImpl) ConvertDocArtifactCreate(source *openapi.DocArtifactCreate) (*openapi.DocArtifact, error)
func (*OpenAPIConverterImpl) ConvertDocArtifactUpdate ¶
func (c *OpenAPIConverterImpl) ConvertDocArtifactUpdate(source *openapi.DocArtifactUpdate) (*openapi.DocArtifact, error)
func (*OpenAPIConverterImpl) ConvertExperimentCreate ¶
func (c *OpenAPIConverterImpl) ConvertExperimentCreate(source *openapi.ExperimentCreate) (*openapi.Experiment, error)
func (*OpenAPIConverterImpl) ConvertExperimentRunCreate ¶
func (c *OpenAPIConverterImpl) ConvertExperimentRunCreate(source *openapi.ExperimentRunCreate) (*openapi.ExperimentRun, error)
func (*OpenAPIConverterImpl) ConvertExperimentRunUpdate ¶
func (c *OpenAPIConverterImpl) ConvertExperimentRunUpdate(source *openapi.ExperimentRunUpdate) (*openapi.ExperimentRun, error)
func (*OpenAPIConverterImpl) ConvertExperimentUpdate ¶
func (c *OpenAPIConverterImpl) ConvertExperimentUpdate(source *openapi.ExperimentUpdate) (*openapi.Experiment, error)
func (*OpenAPIConverterImpl) ConvertInferenceServiceCreate ¶
func (c *OpenAPIConverterImpl) ConvertInferenceServiceCreate(source *openapi.InferenceServiceCreate) (*openapi.InferenceService, error)
func (*OpenAPIConverterImpl) ConvertInferenceServiceUpdate ¶
func (c *OpenAPIConverterImpl) ConvertInferenceServiceUpdate(source *openapi.InferenceServiceUpdate) (*openapi.InferenceService, error)
func (*OpenAPIConverterImpl) ConvertMetricCreate ¶
func (c *OpenAPIConverterImpl) ConvertMetricCreate(source *openapi.MetricCreate) (*openapi.Metric, error)
func (*OpenAPIConverterImpl) ConvertMetricUpdate ¶
func (c *OpenAPIConverterImpl) ConvertMetricUpdate(source *openapi.MetricUpdate) (*openapi.Metric, error)
func (*OpenAPIConverterImpl) ConvertModelArtifactCreate ¶
func (c *OpenAPIConverterImpl) ConvertModelArtifactCreate(source *openapi.ModelArtifactCreate) (*openapi.ModelArtifact, error)
func (*OpenAPIConverterImpl) ConvertModelArtifactUpdate ¶
func (c *OpenAPIConverterImpl) ConvertModelArtifactUpdate(source *openapi.ModelArtifactUpdate) (*openapi.ModelArtifact, error)
func (*OpenAPIConverterImpl) ConvertModelVersionCreate ¶
func (c *OpenAPIConverterImpl) ConvertModelVersionCreate(source *openapi.ModelVersionCreate) (*openapi.ModelVersion, error)
func (*OpenAPIConverterImpl) ConvertModelVersionUpdate ¶
func (c *OpenAPIConverterImpl) ConvertModelVersionUpdate(source *openapi.ModelVersionUpdate) (*openapi.ModelVersion, error)
func (*OpenAPIConverterImpl) ConvertParameterCreate ¶
func (c *OpenAPIConverterImpl) ConvertParameterCreate(source *openapi.ParameterCreate) (*openapi.Parameter, error)
func (*OpenAPIConverterImpl) ConvertParameterUpdate ¶
func (c *OpenAPIConverterImpl) ConvertParameterUpdate(source *openapi.ParameterUpdate) (*openapi.Parameter, error)
func (*OpenAPIConverterImpl) ConvertRegisteredModelCreate ¶
func (c *OpenAPIConverterImpl) ConvertRegisteredModelCreate(source *openapi.RegisteredModelCreate) (*openapi.RegisteredModel, error)
func (*OpenAPIConverterImpl) ConvertRegisteredModelUpdate ¶
func (c *OpenAPIConverterImpl) ConvertRegisteredModelUpdate(source *openapi.RegisteredModelUpdate) (*openapi.RegisteredModel, error)
func (*OpenAPIConverterImpl) ConvertServeModelCreate ¶
func (c *OpenAPIConverterImpl) ConvertServeModelCreate(source *openapi.ServeModelCreate) (*openapi.ServeModel, error)
func (*OpenAPIConverterImpl) ConvertServeModelUpdate ¶
func (c *OpenAPIConverterImpl) ConvertServeModelUpdate(source *openapi.ServeModelUpdate) (*openapi.ServeModel, error)
func (*OpenAPIConverterImpl) ConvertServingEnvironmentCreate ¶
func (c *OpenAPIConverterImpl) ConvertServingEnvironmentCreate(source *openapi.ServingEnvironmentCreate) (*openapi.ServingEnvironment, error)
func (*OpenAPIConverterImpl) ConvertServingEnvironmentUpdate ¶
func (c *OpenAPIConverterImpl) ConvertServingEnvironmentUpdate(source *openapi.ServingEnvironmentUpdate) (*openapi.ServingEnvironment, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForArtifact ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForArtifact(source converter.OpenapiUpdateWrapper[openapi.Artifact]) (openapi.Artifact, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForDataSet ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForDataSet(source converter.OpenapiUpdateWrapper[openapi.DataSet]) (openapi.DataSet, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForDocArtifact ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForDocArtifact(source converter.OpenapiUpdateWrapper[openapi.DocArtifact]) (openapi.DocArtifact, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForExperiment ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForExperiment(source converter.OpenapiUpdateWrapper[openapi.Experiment]) (openapi.Experiment, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForExperimentRun ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForExperimentRun(source converter.OpenapiUpdateWrapper[openapi.ExperimentRun]) (openapi.ExperimentRun, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForInferenceService ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForInferenceService(source converter.OpenapiUpdateWrapper[openapi.InferenceService]) (openapi.InferenceService, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForMetric ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForMetric(source converter.OpenapiUpdateWrapper[openapi.Metric]) (openapi.Metric, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForModelArtifact ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForModelArtifact(source converter.OpenapiUpdateWrapper[openapi.ModelArtifact]) (openapi.ModelArtifact, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForModelVersion ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForModelVersion(source converter.OpenapiUpdateWrapper[openapi.ModelVersion]) (openapi.ModelVersion, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForParameter ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForParameter(source converter.OpenapiUpdateWrapper[openapi.Parameter]) (openapi.Parameter, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForRegisteredModel ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForRegisteredModel(source converter.OpenapiUpdateWrapper[openapi.RegisteredModel]) (openapi.RegisteredModel, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForServeModel ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForServeModel(source converter.OpenapiUpdateWrapper[openapi.ServeModel]) (openapi.ServeModel, error)
func (*OpenAPIConverterImpl) OverrideNotEditableForServingEnvironment ¶
func (c *OpenAPIConverterImpl) OverrideNotEditableForServingEnvironment(source converter.OpenapiUpdateWrapper[openapi.ServingEnvironment]) (openapi.ServingEnvironment, error)
type OpenAPIReconcilerImpl ¶
type OpenAPIReconcilerImpl struct{}
func (*OpenAPIReconcilerImpl) UpdateExistingDataSet ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingDataSet(source converter.OpenapiUpdateWrapper[openapi.DataSet]) (openapi.DataSet, error)
func (*OpenAPIReconcilerImpl) UpdateExistingDocArtifact ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingDocArtifact(source converter.OpenapiUpdateWrapper[openapi.DocArtifact]) (openapi.DocArtifact, error)
func (*OpenAPIReconcilerImpl) UpdateExistingExperiment ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingExperiment(source converter.OpenapiUpdateWrapper[openapi.Experiment]) (openapi.Experiment, error)
func (*OpenAPIReconcilerImpl) UpdateExistingExperimentRun ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingExperimentRun(source converter.OpenapiUpdateWrapper[openapi.ExperimentRun]) (openapi.ExperimentRun, error)
func (*OpenAPIReconcilerImpl) UpdateExistingInferenceService ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingInferenceService(source converter.OpenapiUpdateWrapper[openapi.InferenceService]) (openapi.InferenceService, error)
func (*OpenAPIReconcilerImpl) UpdateExistingMetric ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingMetric(source converter.OpenapiUpdateWrapper[openapi.Metric]) (openapi.Metric, error)
func (*OpenAPIReconcilerImpl) UpdateExistingModelArtifact ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingModelArtifact(source converter.OpenapiUpdateWrapper[openapi.ModelArtifact]) (openapi.ModelArtifact, error)
func (*OpenAPIReconcilerImpl) UpdateExistingModelVersion ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingModelVersion(source converter.OpenapiUpdateWrapper[openapi.ModelVersion]) (openapi.ModelVersion, error)
func (*OpenAPIReconcilerImpl) UpdateExistingParameter ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingParameter(source converter.OpenapiUpdateWrapper[openapi.Parameter]) (openapi.Parameter, error)
func (*OpenAPIReconcilerImpl) UpdateExistingRegisteredModel ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingRegisteredModel(source converter.OpenapiUpdateWrapper[openapi.RegisteredModel]) (openapi.RegisteredModel, error)
func (*OpenAPIReconcilerImpl) UpdateExistingServeModel ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingServeModel(source converter.OpenapiUpdateWrapper[openapi.ServeModel]) (openapi.ServeModel, error)
func (*OpenAPIReconcilerImpl) UpdateExistingServingEnvironment ¶
func (c *OpenAPIReconcilerImpl) UpdateExistingServingEnvironment(source converter.OpenapiUpdateWrapper[openapi.ServingEnvironment]) (openapi.ServingEnvironment, error)
type OpenAPIToEmbedMDConverterImpl ¶
type OpenAPIToEmbedMDConverterImpl struct{}
func (*OpenAPIToEmbedMDConverterImpl) ConvertDataSet ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertDataSet(source *converter.OpenAPIModelWrapper[openapi.DataSet]) (*entity.BaseEntity[models.DataSetAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertDocArtifact ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertDocArtifact(source *converter.OpenAPIModelWrapper[openapi.DocArtifact]) (*entity.BaseEntity[models.DocArtifactAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertExperiment ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertExperiment(source *converter.OpenAPIModelWrapper[openapi.Experiment]) (*entity.BaseEntity[models.ExperimentAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertExperimentRun ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertExperimentRun(source *converter.OpenAPIModelWrapper[openapi.ExperimentRun]) (*entity.BaseEntity[models.ExperimentRunAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertInferenceService ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertInferenceService(source *converter.OpenAPIModelWrapper[openapi.InferenceService]) (*entity.BaseEntity[models.InferenceServiceAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertMetric ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertMetric(source *converter.OpenAPIModelWrapper[openapi.Metric]) (*entity.BaseEntity[models.MetricAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertModelArtifact ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertModelArtifact(source *converter.OpenAPIModelWrapper[openapi.ModelArtifact]) (*entity.BaseEntity[models.ModelArtifactAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertModelVersion ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertModelVersion(source *converter.OpenAPIModelWrapper[openapi.ModelVersion]) (*entity.BaseEntity[models.ModelVersionAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertParameter ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertParameter(source *converter.OpenAPIModelWrapper[openapi.Parameter]) (*entity.BaseEntity[models.ParameterAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertRegisteredModel ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertRegisteredModel(source *converter.OpenAPIModelWrapper[openapi.RegisteredModel]) (*entity.BaseEntity[models.RegisteredModelAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertServeModel ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertServeModel(source *converter.OpenAPIModelWrapper[openapi.ServeModel]) (*entity.BaseEntity[models.ServeModelAttributes], error)
func (*OpenAPIToEmbedMDConverterImpl) ConvertServingEnvironment ¶
func (c *OpenAPIToEmbedMDConverterImpl) ConvertServingEnvironment(source *converter.OpenAPIModelWrapper[openapi.ServingEnvironment]) (*entity.BaseEntity[models.ServingEnvironmentAttributes], error)
Click to show internal directories.
Click to hide internal directories.