Overview
/
Developer Tools
/
API Reference
/
ML
/
List The Org Datasets That Are Currently Attached To A Custom Ml Model Owned By The Caller%E2%80%99s Organization

List the org datasets that are currently attached to a custom ML model owned by the caller’s organization

Path parameters

  • /{id}

    stringUUID
    //

Response

  • 200 OK
      • //
        • access_role_arn:

          string,
          //
        • created_at:

          stringISO-8601,
          //
        • description:

          string,
          //
        • id:

          stringUUID,
          //
        • last_sync_error:

          string,
          //
        • last_sync_error_at:

          stringISO-8601,
          //
        • name:

          string,
          //
        • org_id:

          stringUUID,
          //
        • require_raw_kcl_similarity_score_for_success:

          boolean,
          //
        • source_uri:

          string,
          //
        • updated_at:

          stringISO-8601,
          //
        • status:

          "active"+2
          • //Dataset is active and can be used.
            "active"
          • //Dataset is being deleted and should not be mutated or used.
            "deleting"
          • //Dataset encountered sync errors and needs attention.
            "errored"
          ,
          //
        • storage_provider:

          "s3"+1
          • //Amazon Simple Storage Service.
            "s3"
          • //Zoo-managed dataset storage backed by the API's internal object store.
            "zoo_managed"
          //
        }
      ]

Examples

get
/ml/custom/models/{id}/datasets
200 OK
Response