Method: Aws::SageMaker::Types::NotebookInstanceSummary#instance_type

Defined in:
lib/aws-sdk-sagemaker/types.rb

#instance_typeString

The type of ML compute instance that the notebook instance is running on.

Returns:

  • (String)


39053
39054
39055
39056
39057
39058
39059
39060
39061
39062
39063
39064
39065
39066
# File 'lib/aws-sdk-sagemaker/types.rb', line 39053

class NotebookInstanceSummary < Struct.new(
  :notebook_instance_name,
  :notebook_instance_arn,
  :notebook_instance_status,
  :url,
  :instance_type,
  :creation_time,
  :last_modified_time,
  :notebook_instance_lifecycle_config_name,
  :default_code_repository,
  :additional_code_repositories)
  SENSITIVE = []
  include Aws::Structure
end