Show / Hide Table of Contents

Class GetEnrichmentJobRequest

Inheritance
object
GetEnrichmentJobRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IOciRequest
In this article
Back to top