Vertex AI v1beta1 API - Class StoredContentsExampleParameters.Types.ContentSearchKey (1.0.0-beta62)

public sealed class StoredContentsExampleParameters.Types.ContentSearchKey : IMessage<StoredContentsExampleParameters.Types.ContentSearchKey>, IEquatable<StoredContentsExampleParameters.Types.ContentSearchKey>, IDeepCloneable<StoredContentsExampleParameters.Types.ContentSearchKey>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class StoredContentsExampleParameters.Types.ContentSearchKey.

The chat history to use to generate the search key for retrieval.

Inheritance

object > StoredContentsExampleParameters.Types.ContentSearchKey

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ContentSearchKey()

public ContentSearchKey()

ContentSearchKey(ContentSearchKey)

public ContentSearchKey(StoredContentsExampleParameters.Types.ContentSearchKey other)
Parameter
Name Description
other StoredContentsExampleParametersTypesContentSearchKey

Properties

Contents

public RepeatedField<Content> Contents { get; }

Required. The conversation for generating a search key.

Property Value
Type Description
RepeatedFieldContent

SearchKeyGenerationMethod

public StoredContentsExample.Types.SearchKeyGenerationMethod SearchKeyGenerationMethod { get; set; }

Required. The method of generating a search key.

Property Value
Type Description
StoredContentsExampleTypesSearchKeyGenerationMethod