Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ListStudiesResponse (v0.18.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListStudiesResponse.

Response message for VizierService.ListStudies.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Passes this token as the page_token field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Passes this token as the page_token field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.
Returns
  • (::String) — Passes this token as the page_token field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.

#studies

def studies() -> ::Array<::Google::Cloud::AIPlatform::V1::Study>
Returns

#studies=

def studies=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Study>
Parameter
Returns