Class GetEnrichmentJobRequest
Implements
Inherited Members
Namespace: Oci.GenerativeaidataService.Requests
Assembly: OCI.DotNetSDK.Generativeaidata.dll
Syntax
public class GetEnrichmentJobRequest : IOciRequest
Examples
Click here to see an example of how to use GetEnrichmentJob request.
Properties
EnrichmentJobId
Declaration
[Required(ErrorMessage = "EnrichmentJobId is required.")]
[HttpConverter(TargetEnum.Path, "enrichmentJobId")]
public string EnrichmentJobId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the enrichment job |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client request ID for tracing. |
SemanticStoreId
Declaration
[Required(ErrorMessage = "SemanticStoreId is required.")]
[HttpConverter(TargetEnum.Path, "semanticStoreId")]
public string SemanticStoreId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the semantic store |
Remarks
Required