DescribeNotebookInstanceOutput class
Constructors
-
DescribeNotebookInstanceOutput({List<NotebookInstanceAcceleratorType>? acceleratorTypes, List<String>? additionalCodeRepositories, DateTime? creationTime, String? defaultCodeRepository, DirectInternetAccess? directInternetAccess, String? failureReason, InstanceType? instanceType, String? kmsKeyId, DateTime? lastModifiedTime, String? networkInterfaceId, String? notebookInstanceArn, String? notebookInstanceLifecycleConfigName, String? notebookInstanceName, NotebookInstanceStatus? notebookInstanceStatus, String? roleArn, RootAccess? rootAccess, List<String>? securityGroups, String? subnetId, String? url, int? volumeSizeInGB})
-
-
DescribeNotebookInstanceOutput.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
acceleratorTypes
→ List<NotebookInstanceAcceleratorType>?
-
A list of the Elastic Inference (EI) instance types associated with this
notebook instance. Currently only one EI instance type can be associated
with a notebook instance. For more information, see Using Elastic
Inference in Amazon SageMaker.
final
-
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. Use this parameter to return the time 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
-
directInternetAccess
→ DirectInternetAccess?
-
Describes whether Amazon SageMaker provides internet access to the notebook
instance. If this value is set to Disabled, the notebook instance
does not have internet access, and cannot connect to Amazon SageMaker
training and endpoint services.
final
-
failureReason
→ String?
-
If status is
Failed
, the reason it failed.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
instanceType
→ InstanceType?
-
The type of ML compute instance running on the notebook instance.
final
-
kmsKeyId
→ String?
-
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on
the ML storage volume attached to the instance.
final
-
lastModifiedTime
→ DateTime?
-
A timestamp. Use this parameter to retrieve the time when the notebook
instance was last modified.
final
-
networkInterfaceId
→ String?
-
The network interface IDs that Amazon SageMaker created at the time of
creating the instance.
final
-
notebookInstanceArn
→ String?
-
The Amazon Resource Name (ARN) of the notebook instance.
final
-
notebookInstanceLifecycleConfigName
→ String?
-
Returns the name of a notebook instance lifecycle configuration.
final
-
notebookInstanceName
→ String?
-
The name of the Amazon SageMaker notebook instance.
final
-
notebookInstanceStatus
→ NotebookInstanceStatus?
-
The status of the notebook instance.
final
-
roleArn
→ String?
-
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
final
-
rootAccess
→ RootAccess?
-
Whether root access is enabled or disabled for users of the notebook
instance.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroups
→ List<String>?
-
The IDs of the VPC security groups.
final
-
subnetId
→ String?
-
The ID of the VPC subnet.
final
-
url
→ String?
-
The URL that you use to connect to the Jupyter notebook that is running in
your notebook instance.
final
-
volumeSizeInGB
→ int?
-
The size, in GB, of the ML storage volume attached to the 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