Skip to content

Commit 4316fc1

Browse files
[8.4] Fix snapshot_id to be required for ml.get_model_snapshot_upgrade_stats
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 0994793 commit 4316fc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/get_model_snapshot_upgrade_stats/MlGetModelSnapshotUpgradeStatsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface Request extends RequestBase {
3838
* snapshots by using a comma-separated list or a wildcard expression. You can get all snapshots by using `_all`,
3939
* by specifying `*` as the snapshot ID, or by omitting the snapshot ID.
4040
*/
41-
snapshot_id?: Id
41+
snapshot_id: Id
4242
}
4343
query_parameters: {
4444
/**

0 commit comments

Comments
 (0)