Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::CreateScheduleRequest.
Request for created scheduled notebooks
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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}
#schedule
def schedule() -> ::Google::Cloud::Notebooks::V1::Schedule
Returns
- (::Google::Cloud::Notebooks::V1::Schedule) — Required. The schedule to be created.
#schedule=
def schedule=(value) -> ::Google::Cloud::Notebooks::V1::Schedule
Parameter
- value (::Google::Cloud::Notebooks::V1::Schedule) — Required. The schedule to be created.
Returns
- (::Google::Cloud::Notebooks::V1::Schedule) — Required. The schedule to be created.
#schedule_id
def schedule_id() -> ::String
Returns
- (::String) — Required. User-defined unique ID of this schedule.
#schedule_id=
def schedule_id=(value) -> ::String
Parameter
- value (::String) — Required. User-defined unique ID of this schedule.
Returns
- (::String) — Required. User-defined unique ID of this schedule.