Vertex AI v1beta1 API - Class ContentsExample.Types.ExpectedContent (1.0.0-beta24)

public sealed class ContentsExample.Types.ExpectedContent : IMessage<ContentsExample.Types.ExpectedContent>, IEquatable<ContentsExample.Types.ExpectedContent>, IDeepCloneable<ContentsExample.Types.ExpectedContent>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ContentsExample.Types.ExpectedContent.

A single step of the expected output.

Inheritance

object > ContentsExample.Types.ExpectedContent

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExpectedContent()

public ExpectedContent()

ExpectedContent(ExpectedContent)

public ExpectedContent(ContentsExample.Types.ExpectedContent other)
Parameter
Name Description
other ContentsExampleTypesExpectedContent

Properties

Content

public Content Content { get; set; }

Required. A single step's content.

Property Value
Type Description
Content