Class: Google::Cloud::AIPlatform::V1::ListModelVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListModelVersionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Request message for ModelService.ListModelVersions.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
An expression for filtering the results of the request.
-
#name ⇒ ::String
Required.
-
#order_by ⇒ ::String
A comma-separated list of fields to order by, sorted in ascending order.
-
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
The standard list page token.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#filter ⇒ ::String
Returns An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.
labels
supports general map functions that is:labels.key=value
- key:value equality- `labels.key:* or labels:key - key existence
- A key including a space must be quoted.
labels."a key"
.
Some examples:
labels.myKey="myValue"
.
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 220 class ListModelVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the model to list versions for.
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 220 class ListModelVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:
create_time
update_time
Example: update_time asc, create_time desc
.
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 220 class ListModelVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The standard list page size.
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 220 class ListModelVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The standard list page token. Typically obtained via next_page_token of the previous ListModelVersions call.
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 220 class ListModelVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 220 class ListModelVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |