More type definitions, with fixed links (hopefully)

This commit is contained in:
Josh Mock
2024-11-20 13:47:14 -06:00
parent 7a997b3405
commit 70a3ef44bb
296 changed files with 23864 additions and 474 deletions

View File

@ -55,7 +55,7 @@ interface MlGetModelSnapshotsRequest extends <<RequestBase>> {
size?: <<integer>>
desc?: boolean
end?: <<DateTime>>
page?: MlPage
page?: <<MlPage>>
sort?: <<Field>>
start?: <<DateTime>>
}
@ -73,7 +73,7 @@ interface MlGetModelSnapshotsRequest extends <<RequestBase>> {
++++
interface MlGetModelSnapshotsResponse {
count: <<long>>
model_snapshots: MlModelSnapshot[]
model_snapshots: <<MlModelSnapshot>>[]
}
[pass]