Class: Google::Cloud::AIPlatform::V1::NotebookRuntime

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb

Overview

A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime. Default runtimes have a lifetime of 18 hours, while custom runtimes last for 6 months from their creation or last upgrade.

Defined Under Namespace

Modules: HealthState, RuntimeState Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#data_persistent_disk_spec::Google::Cloud::AIPlatform::V1::PersistentDiskSpec (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#description::String



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#display_name::String



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#encryption_spec::Google::Cloud::AIPlatform::V1::EncryptionSpec (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#euc_config::Google::Cloud::AIPlatform::V1::NotebookEucConfig (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#expiration_time::Google::Protobuf::Timestamp (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#health_state::Google::Cloud::AIPlatform::V1::NotebookRuntime::HealthState (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#idle_shutdown_config::Google::Cloud::AIPlatform::V1::NotebookIdleShutdownConfig (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#is_upgradable::Boolean (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#labels::Google::Protobuf::Map{::String => ::String}



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#machine_spec::Google::Cloud::AIPlatform::V1::MachineSpec (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#name::String (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#network_spec::Google::Cloud::AIPlatform::V1::NetworkSpec (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#network_tags::Array<::String>



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#notebook_runtime_template_ref::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplateRef (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#notebook_runtime_type::Google::Cloud::AIPlatform::V1::NotebookRuntimeType (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#proxy_uri::String (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#runtime_state::Google::Cloud::AIPlatform::V1::NotebookRuntime::RuntimeState (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#runtime_user::String



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#satisfies_pzi::Boolean (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#satisfies_pzs::Boolean (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#service_account::String (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#shielded_vm_config::Google::Cloud::AIPlatform::V1::ShieldedVmConfig (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#software_config::Google::Cloud::AIPlatform::V1::NotebookSoftwareConfig (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end

#version::String (readonly)



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 255

class NotebookRuntime
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The substate of the NotebookRuntime to display health information.
  module HealthState
    # Unspecified health state.
    HEALTH_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in healthy state. Applies to ACTIVE state.
    HEALTHY = 1

    # NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
    UNHEALTHY = 2
  end

  # The substate of the NotebookRuntime to display state of runtime.
  # The resource of NotebookRuntime is in ACTIVE state for these sub state.
  module RuntimeState
    # Unspecified runtime state.
    RUNTIME_STATE_UNSPECIFIED = 0

    # NotebookRuntime is in running state.
    RUNNING = 1

    # NotebookRuntime is in starting state. This is when the runtime is being
    # started from a stopped state.
    BEING_STARTED = 2

    # NotebookRuntime is in stopping state.
    BEING_STOPPED = 3

    # NotebookRuntime is in stopped state.
    STOPPED = 4

    # NotebookRuntime is in upgrading state. It is in the middle of upgrading
    # process.
    BEING_UPGRADED = 5

    # NotebookRuntime was unable to start/stop properly.
    ERROR = 100

    # NotebookRuntime is in invalid state. Cannot be recovered.
    INVALID = 101
  end
end