AppImageConfigJupyterLabImageConfig class
Constructors
-
AppImageConfigJupyterLabImageConfig({Input<
AppImageConfigJupyterLabImageConfigContainerConfig?> ? containerConfig, Input<AppImageConfigJupyterLabImageConfigFileSystemConfig?> ? fileSystemConfig}) -
Creates a new AppImageConfigJupyterLabImageConfig.
containerConfigThe configuration used to run the application image container. See Container Config details below.fileSystemConfigThe URL where the Git repository is located. See File System Config details below.const -
AppImageConfigJupyterLabImageConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
containerConfig
→ Input<
AppImageConfigJupyterLabImageConfigContainerConfig?> ? -
The configuration used to run the application image container. See Container Config details below.
final
-
fileSystemConfig
→ Input<
AppImageConfigJupyterLabImageConfigFileSystemConfig?> ? -
The URL where the Git repository is located. See File System Config details below.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited