Class: Google::Cloud::AIPlatform::V1::ListStudiesRequest

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

Request message for VizierService.ListStudies.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of studies to return per "page" of results. If unspecified, service will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. The maximum number of studies to return per "page" of results. If unspecified, service will pick an appropriate default.



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 63

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

#page_token::String

Returns Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.

Returns:

  • (::String)

    Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 63

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

#parent::String

Returns Required. The resource name of the Location to list the Study from. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The resource name of the Location to list the Study from. Format: projects/{project}/locations/{location}



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 63

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