Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_describe_notebook_instance_lifecycle_config

Returns a description of a notebook instance lifecycle configuration


Description

Returns a description of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

Usage

sagemaker_describe_notebook_instance_lifecycle_config(
  NotebookInstanceLifecycleConfigName)

Arguments

NotebookInstanceLifecycleConfigName

[required] The name of the lifecycle configuration to describe.

Value

A list with the following syntax:

list(
  NotebookInstanceLifecycleConfigArn = "string",
  NotebookInstanceLifecycleConfigName = "string",
  OnCreate = list(
    list(
      Content = "string"
    )
  ),
  OnStart = list(
    list(
      Content = "string"
    )
  ),
  LastModifiedTime = as.POSIXct(
    "2015-01-01"
  ),
  CreationTime = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$describe_notebook_instance_lifecycle_config(
  NotebookInstanceLifecycleConfigName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.