Vision AI v1 API - Class UpdateSearchConfigRequest (1.0.0-beta01)

public sealed class UpdateSearchConfigRequest : IMessage<UpdateSearchConfigRequest>, IEquatable<UpdateSearchConfigRequest>, IDeepCloneable<UpdateSearchConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class UpdateSearchConfigRequest.

Request message for UpdateSearchConfig.

Inheritance

object > UpdateSearchConfigRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

UpdateSearchConfigRequest()

public UpdateSearchConfigRequest()

UpdateSearchConfigRequest(UpdateSearchConfigRequest)

public UpdateSearchConfigRequest(UpdateSearchConfigRequest other)
Parameter
Name Description
other UpdateSearchConfigRequest

Properties

SearchConfig

public SearchConfig SearchConfig { get; set; }

Required. The search configuration to update.

The search configuration's name field is used to identify the resource to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}

Property Value
Type Description
SearchConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated. If left unset, all field paths will be updated/overwritten.

Property Value
Type Description
FieldMask