DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec class

Constructors

DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec({Input<String?>? instanceType, Input<String?>? lifecycleConfigArn, Input<String?>? sagemakerImageArn, Input<String?>? sagemakerImageVersionAlias, Input<String?>? sagemakerImageVersionArn})
Creates a new DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec. instanceType The instance type that the image version runs on.. For valid values see SageMaker AI Instance Types. lifecycleConfigArn ARN of the Lifecycle Configuration attached to the Resource. sagemakerImageArn The ARN of the SageMaker AI image that the image version belongs to. sagemakerImageVersionAlias The SageMaker AI Image Version Alias. sagemakerImageVersionArn The ARN of the image version created on the instance.
const
DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.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