Class: Google::Cloud::AIPlatform::V1::ListNasTrialDetailsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListNasTrialDetailsRequest
- 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
-
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
The standard list page token.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
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}
.
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 |