Class: Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb
Overview
A template that specifies runtime configurations such as machine type, runtime version, network configurations, etc. Multiple runtimes can be created from a runtime template.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#data_persistent_disk_spec ⇒ ::Google::Cloud::AIPlatform::V1::PersistentDiskSpec
Optional.
-
#description ⇒ ::String
The description of the NotebookRuntimeTemplate.
-
#display_name ⇒ ::String
Required.
-
#encryption_spec ⇒ ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Customer-managed encryption key spec for the notebook runtime.
-
#etag ⇒ ::String
Used to perform consistent read-modify-write updates.
-
#euc_config ⇒ ::Google::Cloud::AIPlatform::V1::NotebookEucConfig
EUC configuration of the NotebookRuntimeTemplate.
-
#idle_shutdown_config ⇒ ::Google::Cloud::AIPlatform::V1::NotebookIdleShutdownConfig
The idle shutdown configuration of NotebookRuntimeTemplate.
-
#is_default ⇒ ::Boolean
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels with user-defined metadata to organize the NotebookRuntimeTemplates.
-
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
Optional.
-
#name ⇒ ::String
The resource name of the NotebookRuntimeTemplate.
-
#network_spec ⇒ ::Google::Cloud::AIPlatform::V1::NetworkSpec
Optional.
-
#network_tags ⇒ ::Array<::String>
Optional.
-
#notebook_runtime_type ⇒ ::Google::Cloud::AIPlatform::V1::NotebookRuntimeType
Optional.
-
#service_account ⇒ ::String
The service account that the runtime workload runs as.
-
#shielded_vm_config ⇒ ::Google::Cloud::AIPlatform::V1::ShieldedVmConfig
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this NotebookRuntimeTemplate was created.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#data_persistent_disk_spec ⇒ ::Google::Cloud::AIPlatform::V1::PersistentDiskSpec
Returns Optional. The specification of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] attached to the runtime as data disk storage.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#description ⇒ ::String
Returns The description of the NotebookRuntimeTemplate.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#display_name ⇒ ::String
Returns Required. The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#encryption_spec ⇒ ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Returns Customer-managed encryption key spec for the notebook runtime.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#etag ⇒ ::String
Returns Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#euc_config ⇒ ::Google::Cloud::AIPlatform::V1::NotebookEucConfig
Returns EUC configuration of the NotebookRuntimeTemplate.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#idle_shutdown_config ⇒ ::Google::Cloud::AIPlatform::V1::NotebookIdleShutdownConfig
Returns The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#is_default ⇒ ::Boolean (readonly)
Returns Output only. The default template to use if not specified.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns The labels with user-defined metadata to organize the NotebookRuntimeTemplates.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information and examples of labels.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
Returns Optional. Immutable. The specification of a single machine for the template.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#name ⇒ ::String
Returns The resource name of the NotebookRuntimeTemplate.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#network_spec ⇒ ::Google::Cloud::AIPlatform::V1::NetworkSpec
Returns Optional. Network spec.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#network_tags ⇒ ::Array<::String>
Returns Optional. The Compute Engine tags to add to runtime (see Tagging instances).
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#notebook_runtime_type ⇒ ::Google::Cloud::AIPlatform::V1::NotebookRuntimeType
Returns Optional. Immutable. The type of the notebook runtime template.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#service_account ⇒ ::String
Returns The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance.
If not specified, the Compute Engine default service account is used.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#shielded_vm_config ⇒ ::Google::Cloud::AIPlatform::V1::ShieldedVmConfig
Returns Optional. Immutable. Runtime Shielded VM spec.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated.
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb', line 103 class NotebookRuntimeTemplate 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 end |