Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::InstanceConfig.
Notebook instance configurations that can be updated.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_health_monitoring
def enable_health_monitoring() -> ::Boolean
Returns
- (::Boolean) — Verifies core internal services are running.
#enable_health_monitoring=
def enable_health_monitoring=(value) -> ::Boolean
Parameter
- value (::Boolean) — Verifies core internal services are running.
Returns
- (::Boolean) — Verifies core internal services are running.
#notebook_upgrade_schedule
def notebook_upgrade_schedule() -> ::String
Returns
- (::String) — Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
#notebook_upgrade_schedule=
def notebook_upgrade_schedule=(value) -> ::String
Parameter
- value (::String) — Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
Returns
- (::String) — Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.