Class: Google::Cloud::AIPlatform::V1::UrlContextMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UrlContextMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Metadata related to url context retrieval tool.
Instance Attribute Summary collapse
-
#url_metadata ⇒ ::Array<::Google::Cloud::AIPlatform::V1::UrlMetadata>
readonly
Output only.
Instance Attribute Details
#url_metadata ⇒ ::Array<::Google::Cloud::AIPlatform::V1::UrlMetadata> (readonly)
Returns Output only. List of url context.
650 651 652 653 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 650 class UrlContextMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |