CustomService interface

カスタム・サービス構成を指定します

プロパティ

additionalProperties

追加のプロパティ

docker

イメージの Docker 設定について説明します

endpoints

コンテナーのエンドポイントの構成

environmentVariables

コンテナーの環境変数

image

イメージの仕様について説明します

kernel

イメージがカスタム環境の場合の jupyter カーネル設定について説明します

name

カスタム サービスの名前

volumes

コンテナーのボリュームの構成

プロパティの詳細

additionalProperties

追加のプロパティ

additionalProperties?: Record<string, any>

プロパティ値

Record<string, any>

docker

イメージの Docker 設定について説明します

docker?: Docker

プロパティ値

endpoints

コンテナーのエンドポイントの構成

endpoints?: Endpoint[]

プロパティ値

environmentVariables

コンテナーの環境変数

environmentVariables?: Record<string, EnvironmentVariable>

プロパティ値

Record<string, EnvironmentVariable>

image

イメージの仕様について説明します

image?: Image

プロパティ値

kernel

イメージがカスタム環境の場合の jupyter カーネル設定について説明します

kernel?: JupyterKernelConfig

プロパティ値

name

カスタム サービスの名前

name?: string

プロパティ値

string

volumes

コンテナーのボリュームの構成

volumes?: VolumeDefinition[]

プロパティ値