AppDetails class
Details about an Amazon SageMaker app.
Constructors
- AppDetails({String? appName, AppType? appType, DateTime? creationTime, String? domainId, AppStatus? status, String? userProfileName})
-
AppDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appName → String?
-
The name of the app.
final
- appType → AppType?
-
The type of app.
final
- creationTime → DateTime?
-
The creation time.
final
- domainId → String?
-
The domain ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → AppStatus?
-
The status.
final
- userProfileName → String?
-
The user profile name.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited