AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::ListExecutionsResponse (v0.4.1)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ListExecutionsResponse.

Response for listing scheduled notebook executions

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#executions

def executions() -> ::Array<::Google::Cloud::Notebooks::V1::Execution>
Returns

#executions=

def executions=(value) -> ::Array<::Google::Cloud::Notebooks::V1::Execution>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Page token that can be used to continue listing from the last result in the next list call.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Page token that can be used to continue listing from the last result in the next list call.
Returns
  • (::String) — Page token that can be used to continue listing from the last result in the next list call.

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::Array<::String>) —

    Executions IDs that could not be reached. For example:

    ['projects/{project_id}/location/{location}/executions/imagenet_test1',
     'projects/{project_id}/location/{location}/executions/classifier_train1']
    

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) —

    Executions IDs that could not be reached. For example:

    ['projects/{project_id}/location/{location}/executions/imagenet_test1',
     'projects/{project_id}/location/{location}/executions/classifier_train1']
    
Returns
  • (::Array<::String>) —

    Executions IDs that could not be reached. For example:

    ['projects/{project_id}/location/{location}/executions/imagenet_test1',
     'projects/{project_id}/location/{location}/executions/classifier_train1']