Class: Google::Cloud::AIPlatform::V1::SavedQuery
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SavedQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/saved_query.rb
Overview
A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.
Instance Attribute Summary collapse
-
#annotation_filter ⇒ ::String
readonly
Output only.
-
#annotation_spec_count ⇒ ::Integer
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#etag ⇒ ::String
Used to perform a consistent read-modify-write update.
-
#metadata ⇒ ::Google::Protobuf::Value
Some additional information about the SavedQuery.
-
#name ⇒ ::String
readonly
Output only.
-
#problem_type ⇒ ::String
Required.
-
#support_automl_training ⇒ ::Boolean
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#annotation_filter ⇒ ::String (readonly)
Returns Output only. Filters on the Annotations in the dataset.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotation_spec_count ⇒ ::Integer (readonly)
Returns Output only. Number of AnnotationSpecs in the context of the SavedQuery.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this SavedQuery was created.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Protobuf::Value
Returns Some additional information about the SavedQuery.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of the SavedQuery.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#problem_type ⇒ ::String
Returns Required. Problem type of the SavedQuery. Allowed values:
- IMAGE_CLASSIFICATION_SINGLE_LABEL
- IMAGE_CLASSIFICATION_MULTI_LABEL
- IMAGE_BOUNDING_POLY
- IMAGE_BOUNDING_BOX
- TEXT_CLASSIFICATION_SINGLE_LABEL
- TEXT_CLASSIFICATION_MULTI_LABEL
- TEXT_EXTRACTION
- TEXT_SENTIMENT
- VIDEO_CLASSIFICATION
- VIDEO_OBJECT_TRACKING.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#support_automl_training ⇒ ::Boolean (readonly)
Returns Output only. If the Annotations belonging to the SavedQuery can be used for AutoML training.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when SavedQuery was last updated.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/saved_query.rb', line 72 class SavedQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |