Class: Google::Cloud::AIPlatform::V1::SavedQuery

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#annotation_filter::String (readonly)

Returns Output only. Filters on the Annotations in the dataset.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:



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