Class: Google::Cloud::AIPlatform::V1::ListNasTrialDetailsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListNasTrialDetailsResponse
- 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
-
#nas_trial_details ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NasTrialDetail>
List of top NasTrials in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#nas_trial_details ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NasTrialDetail>
Returns List of top NasTrials in the requested page.
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.
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 |