Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ListTrialsResponse (v0.4.0)

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

Response message for VizierService.ListTrials.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

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

#trials

def trials() -> ::Array<::Google::Cloud::AIPlatform::V1::Trial>
Returns

#trials=

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