Sha256: cd6a8e83534b8f3fee3a7eaf8770c18c846e1e289558b139711530f6f103a1dc

Contents?: true

Size: 1.48 KB

Versions: 3

Compression:

Stored size: 1.48 KB

Contents

{
  "documentation_url": "https://docs.multiwoven.com/integrations/sources/aws_sagemaker-model",
  "stream_type": "user_defined",
  "connector_query_type": "ai_ml",
  "connection_specification": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "AWS Sagemaker Model",
    "type": "object",
    "required": ["access_key", "secret_access_key", "region", "endpoint_name", "request_format", "response_format"],
    "properties": {
      "access_key": {
        "description": "The AWS Access Key ID to use for authentication",
        "type": "string",
        "title": "Personal Access Key",
        "order": 0
      },
      "secret_access_key": {
        "description": "The AWS Secret Access Key to use for authentication",
        "type": "string",
        "multiwoven_secret": true,
        "title": "Secret Access Key",
        "order": 1
      },
      "region": {
        "description": "AWS region",
        "type": "string",
        "title": "Region",
        "order": 2
      },
      "endpoint_name": {
        "description": "Endpoint name for AWS Sagemaker",
        "type": "string",
        "title": "Endpoint name",
        "order": 3
      },
      "request_format": {
        "description": "Sample Request Format",
        "type": "string",
        "title": "Request Format",
        "order": 4
      },
      "response_format": {
        "description": "Sample Response Format",
        "type": "string",
        "title": "Response Format",
        "order": 5
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
multiwoven-integrations-0.11.0 lib/multiwoven/integrations/source/aws_sagemaker_model/config/spec.json
multiwoven-integrations-0.10.1 lib/multiwoven/integrations/source/aws_sagemaker_model/config/spec.json
multiwoven-integrations-0.10.0 lib/multiwoven/integrations/source/aws_sagemaker_model/config/spec.json