KernelGatewayAppSettings class

The KernelGateway app settings.

Constructors

KernelGatewayAppSettings({List<CustomImage>? customImages, ResourceSpec? defaultResourceSpec})
KernelGatewayAppSettings.fromJson(Map<String, dynamic> json)
factory

Properties

customImages List<CustomImage>?
A list of custom SageMaker images that are configured to run as a KernelGateway app.
final
defaultResourceSpec ResourceSpec?
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited