Class: Google::Cloud::AIPlatform::V1::ListTuningJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTuningJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb
Overview
Request message for GenAiTuningService.ListTuningJobs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The standard list filter.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 67 class ListTuningJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The standard list page size.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 67 class ListTuningJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The standard list page token. Typically obtained via ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJob][] call.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 67 class ListTuningJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to list the TuningJobs from.
Format: projects/{project}/locations/{location}
.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 67 class ListTuningJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |