public sealed class CreateSearchConfigRequest : IMessage<CreateSearchConfigRequest>, IEquatable<CreateSearchConfigRequest>, IDeepCloneable<CreateSearchConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class CreateSearchConfigRequest.
Request message for CreateSearchConfig.
Implements
IMessageCreateSearchConfigRequest, IEquatableCreateSearchConfigRequest, IDeepCloneableCreateSearchConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|