Cloud AI Platform v1 API - Class PublisherModel.Types.Documentation (2.27.0)

public sealed class PublisherModel.Types.Documentation : IMessage<PublisherModel.Types.Documentation>, IEquatable<PublisherModel.Types.Documentation>, IDeepCloneable<PublisherModel.Types.Documentation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class PublisherModel.Types.Documentation.

A named piece of documentation.

Inheritance

object > PublisherModel.Types.Documentation

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Documentation()

public Documentation()

Documentation(Documentation)

public Documentation(PublisherModel.Types.Documentation other)
Parameter
NameDescription
otherPublisherModelTypesDocumentation

Properties

Content

public string Content { get; set; }

Required. Content of this piece of document (in Markdown format).

Property Value
TypeDescription
string

Title

public string Title { get; set; }

Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..

Property Value
TypeDescription
string