Reference documentation and code samples for the AI Platform Notebooks V1beta1 API class Google::Cloud::Notebooks::V1beta1::CreateInstanceRequest.
Request for creating a notebook instance.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#instance
def instance() -> ::Google::Cloud::Notebooks::V1beta1::Instance Returns 
 - (::Google::Cloud::Notebooks::V1beta1::Instance) — Required. The instance to be created.
 
#instance=
def instance=(value) -> ::Google::Cloud::Notebooks::V1beta1::Instance Parameter 
 - value (::Google::Cloud::Notebooks::V1beta1::Instance) — Required. The instance to be created.
 
 Returns 
 - (::Google::Cloud::Notebooks::V1beta1::Instance) — Required. The instance to be created.
 
#instance_id
def instance_id() -> ::String Returns 
 - (::String) — Required. User-defined unique ID of this instance.
 
#instance_id=
def instance_id=(value) -> ::String Parameter 
 - value (::String) — Required. User-defined unique ID of this instance.
 
 Returns 
 - (::String) — Required. User-defined unique ID of this instance.
 
#parent
def parent() -> ::String Returns 
 -  (::String) — Required. Format: 
parent=projects/{project_id}/locations/{location} 
#parent=
def parent=(value) -> ::String Parameter 
 -  value (::String) — Required. Format: 
parent=projects/{project_id}/locations/{location} 
 Returns 
 -  (::String) — Required. Format: 
parent=projects/{project_id}/locations/{location}