Class: Google::Cloud::AIPlatform::V1::ListStudiesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vizier_service.rb

Overview

Response message for VizierService.ListStudies.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.



78
79
80
81
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 78

class ListStudiesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#studies::Array<::Google::Cloud::AIPlatform::V1::Study>

Returns The studies associated with the project.

Returns:



78
79
80
81
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 78

class ListStudiesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end