Class: Humidifier::SageMaker::NotebookInstance

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::SageMaker::NotebookInstance resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#accelerator_typesObject

returns the AcceleratorTypes property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def accelerator_types
  properties['accelerator_types']
end

#accelerator_types=(value) ⇒ Object

sets the AcceleratorTypes property (List)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def accelerator_types=(value)
  update_property('accelerator_types', value)
end

#additional_code_repositoriesObject

returns the AdditionalCodeRepositories property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def additional_code_repositories
  properties['additional_code_repositories']
end

#additional_code_repositories=(value) ⇒ Object

sets the AdditionalCodeRepositories property (List)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def additional_code_repositories=(value)
  update_property('additional_code_repositories', value)
end

#default_code_repositoryObject

returns the DefaultCodeRepository property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def default_code_repository
  properties['default_code_repository']
end

#default_code_repository=(value) ⇒ Object

sets the DefaultCodeRepository property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def default_code_repository=(value)
  update_property('default_code_repository', value)
end

#direct_internet_accessObject

returns the DirectInternetAccess property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def direct_internet_access
  properties['direct_internet_access']
end

#direct_internet_access=(value) ⇒ Object

sets the DirectInternetAccess property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def direct_internet_access=(value)
  update_property('direct_internet_access', value)
end

#instance_typeObject

returns the InstanceType property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def instance_type
  properties['instance_type']
end

#instance_type=(value) ⇒ Object

sets the InstanceType property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def instance_type=(value)
  update_property('instance_type', value)
end

#kms_key_idObject

returns the KmsKeyId property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def kms_key_id
  properties['kms_key_id']
end

#kms_key_id=(value) ⇒ Object

sets the KmsKeyId property (String)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def kms_key_id=(value)
  update_property('kms_key_id', value)
end

#lifecycle_config_nameObject

returns the LifecycleConfigName property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def lifecycle_config_name
  properties['lifecycle_config_name']
end

#lifecycle_config_name=(value) ⇒ Object

sets the LifecycleConfigName property (String)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def lifecycle_config_name=(value)
  update_property('lifecycle_config_name', value)
end

#notebook_instance_nameObject

returns the NotebookInstanceName property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def notebook_instance_name
  properties['notebook_instance_name']
end

#notebook_instance_name=(value) ⇒ Object

sets the NotebookInstanceName property (String)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def notebook_instance_name=(value)
  update_property('notebook_instance_name', value)
end

#platform_identifierObject

returns the PlatformIdentifier property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def platform_identifier
  properties['platform_identifier']
end

#platform_identifier=(value) ⇒ Object

sets the PlatformIdentifier property (String)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def platform_identifier=(value)
  update_property('platform_identifier', value)
end

#role_arnObject

returns the RoleArn property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def role_arn
  properties['role_arn']
end

#role_arn=(value) ⇒ Object

sets the RoleArn property (String)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def role_arn=(value)
  update_property('role_arn', value)
end

#root_accessObject

returns the RootAccess property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def root_access
  properties['root_access']
end

#root_access=(value) ⇒ Object

sets the RootAccess property (String)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def root_access=(value)
  update_property('root_access', value)
end

#security_group_idsObject

returns the SecurityGroupIds property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def security_group_ids
  properties['security_group_ids']
end

#security_group_ids=(value) ⇒ Object

sets the SecurityGroupIds property (List)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def security_group_ids=(value)
  update_property('security_group_ids', value)
end

#subnet_idObject

returns the SubnetId property



130
131
132
# File 'lib/humidifier/magic.rb', line 130

def subnet_id
  properties['subnet_id']
end

#subnet_id=(value) ⇒ Object

sets the SubnetId property (String)



135
136
137
# File 'lib/humidifier/magic.rb', line 135

def subnet_id=(value)
  update_property('subnet_id', value)
end

#tagsObject

returns the Tags property



140
141
142
# File 'lib/humidifier/magic.rb', line 140

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



145
146
147
# File 'lib/humidifier/magic.rb', line 145

def tags=(value)
  update_property('tags', value)
end

#volume_size_in_gbObject

returns the VolumeSizeInGB property



150
151
152
# File 'lib/humidifier/magic.rb', line 150

def volume_size_in_gb
  properties['volume_size_in_gb']
end

#volume_size_in_gb=(value) ⇒ Object

sets the VolumeSizeInGB property (Integer)



155
156
157
# File 'lib/humidifier/magic.rb', line 155

def volume_size_in_gb=(value)
  update_property('volume_size_in_gb', value)
end