NotebookInstanceSummary class

Provides summary information for an Amazon SageMaker notebook instance.

Constructors

NotebookInstanceSummary({required String notebookInstanceArn, required String notebookInstanceName, List<String>? additionalCodeRepositories, DateTime? creationTime, String? defaultCodeRepository, InstanceType? instanceType, DateTime? lastModifiedTime, String? notebookInstanceLifecycleConfigName, NotebookInstanceStatus? notebookInstanceStatus, String? url})
NotebookInstanceSummary.fromJson(Map<String, dynamic> json)
factory

Properties

additionalCodeRepositories List<String>?
An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in AWS CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.
final
creationTime DateTime?
A timestamp that shows when the notebook instance was created.
final
defaultCodeRepository String?
The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in AWS CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.
final
hashCode int
The hash code for this object.
no setterinherited
instanceType InstanceType?
The type of ML compute instance that the notebook instance is running on.
final
lastModifiedTime DateTime?
A timestamp that shows when the notebook instance was last modified.
final
notebookInstanceArn String
The Amazon Resource Name (ARN) of the notebook instance.
final
notebookInstanceLifecycleConfigName String?
The name of a notebook instance lifecycle configuration associated with this notebook instance.
final
notebookInstanceName String
The name of the notebook instance that you want a summary for.
final
notebookInstanceStatus NotebookInstanceStatus?
The status of the notebook instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
The URL that you use to connect to the Jupyter instance running in your notebook instance.
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