Dataiku · Schema

CreateBundleRequest

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
bundleId string Identifier for the new bundle
View JSON Schema on GitHub

JSON Schema

dataiku-createbundlerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateBundleRequest",
  "title": "CreateBundleRequest",
  "type": "object",
  "required": [
    "bundleId"
  ],
  "properties": {
    "bundleId": {
      "type": "string",
      "description": "Identifier for the new bundle"
    }
  }
}