SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec class

Constructors

SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec({Input<String?>? instanceType, Input<String?>? lifecycleConfigArn, Input<String?>? sagemakerImageArn, Input<String?>? sagemakerImageVersionAlias, Input<String?>? sagemakerImageVersionArn})
Creates a new SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec. instanceType The instance type. lifecycleConfigArn ARN of the Lifecycle Configuration attached to the Resource. sagemakerImageArn ARN of the SageMaker AI image created on the instance. sagemakerImageVersionAlias The SageMaker AI Image Version Alias. sagemakerImageVersionArn The ARN of the image version created on the instance.
const
SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceType → Input<String?>?
The instance type.
final
lifecycleConfigArn → Input<String?>?
ARN of the Lifecycle Configuration attached to the Resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sagemakerImageArn → Input<String?>?
ARN of the SageMaker AI image created on the instance.
final
sagemakerImageVersionAlias → Input<String?>?
The SageMaker AI Image Version Alias.
final
sagemakerImageVersionArn → Input<String?>?
The ARN of the image version created on the instance.
final

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