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

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

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

Request message for CreateSearchConfig.

Inheritance

object > CreateSearchConfigRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

CreateSearchConfigRequest()

public CreateSearchConfigRequest()

CreateSearchConfigRequest(CreateSearchConfigRequest)

public CreateSearchConfigRequest(CreateSearchConfigRequest other)
Parameter
Name Description
other CreateSearchConfigRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource where this search configuration will be created. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}

Property Value
Type Description
string

ParentAsCorpusName

public CorpusName ParentAsCorpusName { get; set; }

CorpusName-typed view over the Parent resource name property.

Property Value
Type Description
CorpusName

SearchConfig

public SearchConfig SearchConfig { get; set; }

Required. The search config to create.

Property Value
Type Description
SearchConfig

SearchConfigId

public string SearchConfigId { get; set; }

Required. ID to use for the new search config. Will become the final component of the SearchConfig's resource name. This value should be up to 63 characters, and valid characters are /[a-z][0-9]-_/. The first character must be a letter, the last could be a letter or a number.

Property Value
Type Description
string