Code Monkey home page Code Monkey logo

Comments (1)

mikekistler avatar mikekistler commented on June 2, 2024

Notes from REST API Review 03/28/24

  • Same concern with versioning of custom categories as we discussed previously for automaticReviewers
    • We should definitely avoid "automatic" versioning. If we did versioning it should be done with a "/versions" and versionId in the path
    • Managing this is going to be complicated for customers to understand and for the service to implement
    • Johan says Form Recognizer has some versioning support; Also OpenAI
  • The simplest thing is to allow customers to give them names, and let users tell us why they need different versions with the same name.
  • Just have one concept "category" and allow the user to create, update, delete and inference using this category
  • Consider adding a "display name" that would give the category name for a model.
    • Inference would specify the model name(s)
  • Why not use the approved status values for the category status field?
    • You can have any additional non-terminal states
    • "BuildSucceeded" -> "Succeeded", "BuildFailed" -> "Failed"
  • Shouldn't return "DeleteInfo" -- if the delete fails then there's a bug in the service.
    • Hide this from the customer. (Try as hard as you can to hide it)

Looks good for preview but please address these concerns as soon as practical and definitely before GA.

from azure-rest-api-specs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.