DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec class
Constructors
-
DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec({Input<
String?> ? instanceType, Input<String?> ? lifecycleConfigArn, Input<String?> ? sagemakerImageArn, Input<String?> ? sagemakerImageVersionAlias, Input<String?> ? sagemakerImageVersionArn}) -
Creates a new DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec.
instanceTypeThe instance type that the image version runs on.. For valid values see SageMaker AI Instance Types.lifecycleConfigArnARN of the Lifecycle Configuration attached to the Resource.sagemakerImageArnThe ARN of the SageMaker AI image that the image version belongs to.sagemakerImageVersionAliasThe SageMaker AI Image Version Alias.sagemakerImageVersionArnThe ARN of the image version created on the instance.const -
DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instanceType
→ Input<
String?> ? -
The instance type that the image version runs on.. For valid values see SageMaker AI Instance Types.
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?> ? -
The ARN of the SageMaker AI image that the image version belongs to.
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