SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec class
Constructors
-
SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec({Input<
String?> ? instanceType, Input<String?> ? lifecycleConfigArn, Input<String?> ? sagemakerImageArn, Input<String?> ? sagemakerImageVersionAlias, Input<String?> ? sagemakerImageVersionArn}) -
Creates a new SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec.
instanceTypeThe instance type.lifecycleConfigArnARN of the Lifecycle Configuration attached to the Resource.sagemakerImageArnARN of the SageMaker AI image created on the instance.sagemakerImageVersionAliasThe SageMaker AI Image Version Alias.sagemakerImageVersionArnThe 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