package determined.model.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Model

model.proto:14

Model is a named collection of model versions.

Used in: api.v1.GetModelResponse, api.v1.GetModelVersionsResponse, api.v1.GetModelsResponse, api.v1.PatchModelResponse, api.v1.PostModelResponse, ModelVersion

message ModelVersion

model.proto:86

A version of a model containing a checkpoint. Users can label checkpoints as a version of a model and use the model name and version to locate a checkpoint.

Used in: api.v1.GetModelVersionResponse, api.v1.GetModelVersionsResponse, api.v1.PatchModelVersionResponse, api.v1.PostModelVersionResponse

message PatchModel

model.proto:63

PatchModel is a partial update to a model with only name required.

Used in: api.v1.PatchModelRequest

message PatchModelVersion

model.proto:130

PatchModel is a partial update to a ModelVersion with only id required

Used in: api.v1.PatchModelVersionRequest