We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b1ae67 + a742610 commit b8ce509Copy full SHA for b8ce509
sdk/cs/src/ICatalog.cs
@@ -58,7 +58,7 @@ public interface ICatalog
58
/// This is used to check if a newer version of a model is available in the catalog for download.
59
/// </summary>
60
/// <param name="model">The model to check for the latest version.</param>
61
- /// <param name="ct">Optional cancellation token.</param>
+ /// <param name="ct">Optional CancellationToken.</param>
62
/// <returns>The latest version of the model. Will match the input if it is the latest version.</returns>
63
Task<IModel> GetLatestVersionAsync(IModel model, CancellationToken? ct = null);
64
}
0 commit comments