AWSSageMakerNotebookInstance
No description
type AWSSageMakerNotebookInstance {
metadata: ResourceMetadata!
acceleratorTypes: [AWSSageMakerNotebookInstanceAcceleratorType!]!
additionalCodeRepositories: [String!]!
createdAt: DateTime
defaultCodeRepository: String!
directInternetAccess: AWSSageMakerNotebookInstanceDirectInternetAccessType!
failureReason: String!
metadataServiceConfiguration: AWSSageMakerNotebookInstanceMetadataServiceConfiguration
type: AWSSageMakerNotebookInstanceInstanceType!
kmsKeyId: String!
lastModifiedAt: DateTime
networkInterface: AWSNetworkInterface
arn: String!
lifecycleConfiguration: AWSSageMakerNotebookInstanceLifecycleConfiguration
name: String!
status: AWSSageMakerNotebookInstanceStatusType!
platformIdentifier: String!
roleArn: String!
rootAccess: AWSSageMakerNotebookInstanceRootAccessType!
securityGroups: [AWSVPCSecurityGroup!]!
subnet: AWSVPCSubnet
url: String!
volumeSize: Int!
}
Fields
AWSSageMakerNotebookInstance.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSSageMakerNotebookInstance.acceleratorTypes ● [AWSSageMakerNotebookInstanceAcceleratorType!]! non-null enum
A list of the Elastic Inference (EI) instance types associated with this notebook instance
AWSSageMakerNotebookInstance.additionalCodeRepositories ● [String!]! non-null scalar
An array of up to three Git repositories associated with the notebook instance
AWSSageMakerNotebookInstance.createdAt ● DateTime scalar
A timestamp. Use this parameter to return the time when the notebook instance was created
AWSSageMakerNotebookInstance.defaultCodeRepository ● String! non-null scalar
The Git repository associated with the notebook instance as its default code repository
AWSSageMakerNotebookInstance.directInternetAccess ● AWSSageMakerNotebookInstanceDirectInternetAccessType! non-null enum
Describes whether SageMaker provides internet access to the notebook instance
AWSSageMakerNotebookInstance.failureReason ● String! non-null scalar
If status is Failed, the reason it failed
AWSSageMakerNotebookInstance.metadataServiceConfiguration ● AWSSageMakerNotebookInstanceMetadataServiceConfiguration object
Information on the IMDS configuration of the notebook instance
AWSSageMakerNotebookInstance.type ● AWSSageMakerNotebookInstanceInstanceType! non-null enum
The type of ML compute instance running on the notebook instance
AWSSageMakerNotebookInstance.kmsKeyId ● String! non-null scalar
The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance
AWSSageMakerNotebookInstance.lastModifiedAt ● DateTime scalar
A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified
AWSSageMakerNotebookInstance.networkInterface ● AWSNetworkInterface object
The network interface IDs that SageMaker created at the time of creating the instance
AWSSageMakerNotebookInstance.arn ● String! non-null scalar
The Amazon Resource Name (ARN) of the notebook instance
AWSSageMakerNotebookInstance.lifecycleConfiguration ● AWSSageMakerNotebookInstanceLifecycleConfiguration object
The notebook instance lifecycle configuration
AWSSageMakerNotebookInstance.name ● String! non-null scalar
The name of the SageMaker notebook instance
AWSSageMakerNotebookInstance.status ● AWSSageMakerNotebookInstanceStatusType! non-null enum
The status of the notebook instance
AWSSageMakerNotebookInstance.platformIdentifier ● String! non-null scalar
The platform identifier of the notebook instance runtime environment
AWSSageMakerNotebookInstance.roleArn ● String! non-null scalar
The Amazon Resource Name (ARN) of the IAM role associated with the instance
AWSSageMakerNotebookInstance.rootAccess ● AWSSageMakerNotebookInstanceRootAccessType! non-null enum
Whether root access is enabled or disabled for users of the notebook instance
AWSSageMakerNotebookInstance.securityGroups ● [AWSVPCSecurityGroup!]! non-null object
The VPC security groups
AWSSageMakerNotebookInstance.subnet ● AWSVPCSubnet object
The VPC subnet
AWSSageMakerNotebookInstance.url ● String! non-null scalar
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance
AWSSageMakerNotebookInstance.volumeSize ● Int! non-null scalar
The size, in GB, of the ML storage volume attached to the notebook instance
Member of
AWSSageMaker object