Class: Google::Cloud::AIPlatform::V1::ListNasTrialDetailsResponse

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

Response message for JobService.ListNasTrialDetails

Instance Attribute Summary collapse

Instance Attribute Details

#nas_trial_details::Array<::Google::Cloud::AIPlatform::V1::NasTrialDetail>

Returns List of top NasTrials in the requested page.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 529

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

#next_page_token::String

Returns A token to retrieve the next page of results. Pass to ListNasTrialDetailsRequest.page_token to obtain that page.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 529

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