Class: Google::Cloud::AIPlatform::V1::PublisherModel::Documentation
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PublisherModel::Documentation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/publisher_model.rb
Overview
A named piece of documentation.
Instance Attribute Summary collapse
-
#content ⇒ ::String
Required.
-
#title ⇒ ::String
Required.
Instance Attribute Details
#content ⇒ ::String
Returns Required. Content of this piece of document (in Markdown format).
91 92 93 94 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 91 class Documentation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..
91 92 93 94 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 91 class Documentation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |