Class: Google::Cloud::AIPlatform::V1::ListTrialsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The number of Trials to retrieve per "page" of results. If unspecified, the service will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. The number of Trials to retrieve per "page" of results. If unspecified, the service will pick an appropriate default.



242
243
244
245
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 242

class ListTrialsRequest
  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.



242
243
244
245
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 242

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

#parent::String

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

Returns:

  • (::String)

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



242
243
244
245
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 242

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