Class: Google::Cloud::AIPlatform::V1::ListNasTrialDetailsRequest

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

Overview

Request message for JobService.ListNasTrialDetails.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The standard list page size.

Returns:

  • (::Integer)

    The standard list page size.



513
514
515
516
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 513

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

#page_token::String

Returns The standard list page token. Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.

Returns:



513
514
515
516
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 513

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

#parent::String

Returns Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}.

Returns:

  • (::String)

    Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}



513
514
515
516
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 513

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