Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PublisherModel::Documentation (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PublisherModel::Documentation.

A named piece of documentation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#content

def content() -> ::String
Returns
  • (::String) — Required. Content of this piece of document (in Markdown format).

#content=

def content=(value) -> ::String
Parameter
  • value (::String) — Required. Content of this piece of document (in Markdown format).
Returns
  • (::String) — Required. Content of this piece of document (in Markdown format).

#title

def title() -> ::String
Returns
  • (::String) — Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..
Returns
  • (::String) — Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..