1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. AiLanguage
  5. getJob
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.AiLanguage.getJob

Start a Neo task
Explain and create an oci.AiLanguage.getJob resource
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Job resource in Oracle Cloud Infrastructure Ai Language service.

    Gets a language service async job

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testJob = oci.AiLanguage.getJob({
        jobId: testJobOciAiLanguageJob.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_job = oci.AiLanguage.get_job(job_id=test_job_oci_ai_language_job["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/ailanguage"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ailanguage.GetJob(ctx, &ailanguage.GetJobArgs{
    			JobId: testJobOciAiLanguageJob.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testJob = Oci.AiLanguage.GetJob.Invoke(new()
        {
            JobId = testJobOciAiLanguageJob.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.AiLanguage.AiLanguageFunctions;
    import com.pulumi.oci.AiLanguage.inputs.GetJobArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testJob = AiLanguageFunctions.getJob(GetJobArgs.builder()
                .jobId(testJobOciAiLanguageJob.id())
                .build());
    
        }
    }
    
    variables:
      testJob:
        fn::invoke:
          function: oci:AiLanguage:getJob
          arguments:
            jobId: ${testJobOciAiLanguageJob.id}
    

    Using getJob

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
    function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>
    def get_job(job_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetJobResult
    def get_job_output(job_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]
    func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
    func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput

    > Note: This function is named LookupJob in the Go SDK.

    public static class GetJob 
    {
        public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
        public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
    public static Output<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:AiLanguage/getJob:getJob
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobId string
    Unique Transcription Job identifier.
    JobId string
    Unique Transcription Job identifier.
    jobId String
    Unique Transcription Job identifier.
    jobId string
    Unique Transcription Job identifier.
    job_id str
    Unique Transcription Job identifier.
    jobId String
    Unique Transcription Job identifier.

    getJob Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment where you want to create the job.
    CompletedDocuments int
    Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    CreatedBy string
    The OCID of the user who created the job.
    Description string
    A short description of the job.
    DisplayName string
    A user-friendly display name for the job.
    FailedDocuments int
    Number of documents failed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    Id string
    The OCID of the job.
    InputConfigurations List<GetJobInputConfiguration>
    input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types
    InputLocations List<GetJobInputLocation>
    document location and other meta data about documents For TXT only ObjectStoragePrefixLocation supported For CSV only ObjectStorageFileNameLocation is supported For this release only one file is supported for ObjectStorageFileNameLocation i.e CSV file type
    JobId string
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ModelMetadataDetails List<GetJobModelMetadataDetail>
    training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API
    OutputLocations List<GetJobOutputLocation>
    Object storage output location to write inference results
    PendingDocuments int
    Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files.
    PercentComplete int
    How much progress the operation has made, vs the total amount of work that must be performed.
    State string
    The current state of the Job.
    TimeAccepted string
    Job accepted time.
    TimeCompleted string
    Job finished time.
    TimeStarted string
    Job started time.
    TotalDocuments int
    Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    TtlInDays int
    Time to live duration in days for Job. Job will be available till max 90 days.
    WarningsCount int
    warnings count
    CompartmentId string
    The OCID of the compartment where you want to create the job.
    CompletedDocuments int
    Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    CreatedBy string
    The OCID of the user who created the job.
    Description string
    A short description of the job.
    DisplayName string
    A user-friendly display name for the job.
    FailedDocuments int
    Number of documents failed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    Id string
    The OCID of the job.
    InputConfigurations []GetJobInputConfiguration
    input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types
    InputLocations []GetJobInputLocation
    document location and other meta data about documents For TXT only ObjectStoragePrefixLocation supported For CSV only ObjectStorageFileNameLocation is supported For this release only one file is supported for ObjectStorageFileNameLocation i.e CSV file type
    JobId string
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ModelMetadataDetails []GetJobModelMetadataDetail
    training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API
    OutputLocations []GetJobOutputLocation
    Object storage output location to write inference results
    PendingDocuments int
    Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files.
    PercentComplete int
    How much progress the operation has made, vs the total amount of work that must be performed.
    State string
    The current state of the Job.
    TimeAccepted string
    Job accepted time.
    TimeCompleted string
    Job finished time.
    TimeStarted string
    Job started time.
    TotalDocuments int
    Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    TtlInDays int
    Time to live duration in days for Job. Job will be available till max 90 days.
    WarningsCount int
    warnings count
    compartmentId String
    The OCID of the compartment where you want to create the job.
    completedDocuments Integer
    Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    createdBy String
    The OCID of the user who created the job.
    description String
    A short description of the job.
    displayName String
    A user-friendly display name for the job.
    failedDocuments Integer
    Number of documents failed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    id String
    The OCID of the job.
    inputConfigurations List<GetJobInputConfiguration>
    input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types
    inputLocations List<GetJobInputLocation>
    document location and other meta data about documents For TXT only ObjectStoragePrefixLocation supported For CSV only ObjectStorageFileNameLocation is supported For this release only one file is supported for ObjectStorageFileNameLocation i.e CSV file type
    jobId String
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    modelMetadataDetails List<GetJobModelMetadataDetail>
    training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API
    outputLocations List<GetJobOutputLocation>
    Object storage output location to write inference results
    pendingDocuments Integer
    Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files.
    percentComplete Integer
    How much progress the operation has made, vs the total amount of work that must be performed.
    state String
    The current state of the Job.
    timeAccepted String
    Job accepted time.
    timeCompleted String
    Job finished time.
    timeStarted String
    Job started time.
    totalDocuments Integer
    Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    ttlInDays Integer
    Time to live duration in days for Job. Job will be available till max 90 days.
    warningsCount Integer
    warnings count
    compartmentId string
    The OCID of the compartment where you want to create the job.
    completedDocuments number
    Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    createdBy string
    The OCID of the user who created the job.
    description string
    A short description of the job.
    displayName string
    A user-friendly display name for the job.
    failedDocuments number
    Number of documents failed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    id string
    The OCID of the job.
    inputConfigurations GetJobInputConfiguration[]
    input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types
    inputLocations GetJobInputLocation[]
    document location and other meta data about documents For TXT only ObjectStoragePrefixLocation supported For CSV only ObjectStorageFileNameLocation is supported For this release only one file is supported for ObjectStorageFileNameLocation i.e CSV file type
    jobId string
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    modelMetadataDetails GetJobModelMetadataDetail[]
    training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API
    outputLocations GetJobOutputLocation[]
    Object storage output location to write inference results
    pendingDocuments number
    Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files.
    percentComplete number
    How much progress the operation has made, vs the total amount of work that must be performed.
    state string
    The current state of the Job.
    timeAccepted string
    Job accepted time.
    timeCompleted string
    Job finished time.
    timeStarted string
    Job started time.
    totalDocuments number
    Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    ttlInDays number
    Time to live duration in days for Job. Job will be available till max 90 days.
    warningsCount number
    warnings count
    compartment_id str
    The OCID of the compartment where you want to create the job.
    completed_documents int
    Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    created_by str
    The OCID of the user who created the job.
    description str
    A short description of the job.
    display_name str
    A user-friendly display name for the job.
    failed_documents int
    Number of documents failed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    id str
    The OCID of the job.
    input_configurations Sequence[GetJobInputConfiguration]
    input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types
    input_locations Sequence[GetJobInputLocation]
    document location and other meta data about documents For TXT only ObjectStoragePrefixLocation supported For CSV only ObjectStorageFileNameLocation is supported For this release only one file is supported for ObjectStorageFileNameLocation i.e CSV file type
    job_id str
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    model_metadata_details Sequence[GetJobModelMetadataDetail]
    training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API
    output_locations Sequence[GetJobOutputLocation]
    Object storage output location to write inference results
    pending_documents int
    Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files.
    percent_complete int
    How much progress the operation has made, vs the total amount of work that must be performed.
    state str
    The current state of the Job.
    time_accepted str
    Job accepted time.
    time_completed str
    Job finished time.
    time_started str
    Job started time.
    total_documents int
    Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    ttl_in_days int
    Time to live duration in days for Job. Job will be available till max 90 days.
    warnings_count int
    warnings count
    compartmentId String
    The OCID of the compartment where you want to create the job.
    completedDocuments Number
    Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    createdBy String
    The OCID of the user who created the job.
    description String
    A short description of the job.
    displayName String
    A user-friendly display name for the job.
    failedDocuments Number
    Number of documents failed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    id String
    The OCID of the job.
    inputConfigurations List<Property Map>
    input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types
    inputLocations List<Property Map>
    document location and other meta data about documents For TXT only ObjectStoragePrefixLocation supported For CSV only ObjectStorageFileNameLocation is supported For this release only one file is supported for ObjectStorageFileNameLocation i.e CSV file type
    jobId String
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    modelMetadataDetails List<Property Map>
    training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API
    outputLocations List<Property Map>
    Object storage output location to write inference results
    pendingDocuments Number
    Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files.
    percentComplete Number
    How much progress the operation has made, vs the total amount of work that must be performed.
    state String
    The current state of the Job.
    timeAccepted String
    Job accepted time.
    timeCompleted String
    Job finished time.
    timeStarted String
    Job started time.
    totalDocuments Number
    Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files.
    ttlInDays Number
    Time to live duration in days for Job. Job will be available till max 90 days.
    warningsCount Number
    warnings count

    Supporting Types

    GetJobInputConfiguration

    Configuration Dictionary<string, ImmutableDictionary<string, string>>
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    DocumentTypes List<string>
    Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list
    Configuration map[string]map[string]string
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    DocumentTypes []string
    Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list
    configuration Map<String,Map<String,String>>
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    documentTypes List<String>
    Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list
    configuration {[key: string]: {[key: string]: string}}
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    documentTypes string[]
    Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list
    configuration Mapping[str, Mapping[str, str]]
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    document_types Sequence[str]
    Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list
    configuration Map<Map<String>>
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    documentTypes List<String>
    Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list

    GetJobInputLocation

    Bucket string
    Object Storage bucket name.
    LocationType string
    locationType
    Namespace string
    Object Storage namespace name.
    ObjectNames List<string>
    List of objects to be processed
    Bucket string
    Object Storage bucket name.
    LocationType string
    locationType
    Namespace string
    Object Storage namespace name.
    ObjectNames []string
    List of objects to be processed
    bucket String
    Object Storage bucket name.
    locationType String
    locationType
    namespace String
    Object Storage namespace name.
    objectNames List<String>
    List of objects to be processed
    bucket string
    Object Storage bucket name.
    locationType string
    locationType
    namespace string
    Object Storage namespace name.
    objectNames string[]
    List of objects to be processed
    bucket str
    Object Storage bucket name.
    location_type str
    locationType
    namespace str
    Object Storage namespace name.
    object_names Sequence[str]
    List of objects to be processed
    bucket String
    Object Storage bucket name.
    locationType String
    locationType
    namespace String
    Object Storage namespace name.
    objectNames List<String>
    List of objects to be processed

    GetJobModelMetadataDetail

    Configuration Dictionary<string, ImmutableDictionary<string, string>>
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    EndpointId string
    Unique identifier endpoint OCID that should be used for inference
    LanguageCode string
    Language code supported

    • auto : Automatically detect language
    • ar : Arabic
    • pt-BR : Brazilian Portuguese
    • cs : Czech
    • da : Danish
    • nl : Dutch
    • en : English
    • fi : Finnish
    • fr : French
    • fr-CA : Canadian French
    • de : German
    • it : Italian
    • ja : Japanese
    • ko : Korean
    • no : Norwegian
    • pl : Polish
    • ro : Romanian
    • zh-CN : Simplified Chinese
    • es : Spanish
    • sv : Swedish
    • zh-TW : Traditional Chinese
    • tr : Turkish
    • el : Greek
    • he : Hebrew
    ModelId string
    Unique identifier model OCID that should be used for inference
    ModelType string
    model type to used for inference allowed values are

    • LANGUAGE_SENTIMENT_ANALYSIS
    • LANGUAGE_DETECTION
    • TEXT_CLASSIFICATION
    • NAMED_ENTITY_RECOGNITION
    • KEY_PHRASE_EXTRACTION
    • LANGUAGE_PII_ENTITIES
    • LANGUAGE_TRANSLATION
    Configuration map[string]map[string]string
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    EndpointId string
    Unique identifier endpoint OCID that should be used for inference
    LanguageCode string
    Language code supported

    • auto : Automatically detect language
    • ar : Arabic
    • pt-BR : Brazilian Portuguese
    • cs : Czech
    • da : Danish
    • nl : Dutch
    • en : English
    • fi : Finnish
    • fr : French
    • fr-CA : Canadian French
    • de : German
    • it : Italian
    • ja : Japanese
    • ko : Korean
    • no : Norwegian
    • pl : Polish
    • ro : Romanian
    • zh-CN : Simplified Chinese
    • es : Spanish
    • sv : Swedish
    • zh-TW : Traditional Chinese
    • tr : Turkish
    • el : Greek
    • he : Hebrew
    ModelId string
    Unique identifier model OCID that should be used for inference
    ModelType string
    model type to used for inference allowed values are

    • LANGUAGE_SENTIMENT_ANALYSIS
    • LANGUAGE_DETECTION
    • TEXT_CLASSIFICATION
    • NAMED_ENTITY_RECOGNITION
    • KEY_PHRASE_EXTRACTION
    • LANGUAGE_PII_ENTITIES
    • LANGUAGE_TRANSLATION
    configuration Map<String,Map<String,String>>
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    endpointId String
    Unique identifier endpoint OCID that should be used for inference
    languageCode String
    Language code supported

    • auto : Automatically detect language
    • ar : Arabic
    • pt-BR : Brazilian Portuguese
    • cs : Czech
    • da : Danish
    • nl : Dutch
    • en : English
    • fi : Finnish
    • fr : French
    • fr-CA : Canadian French
    • de : German
    • it : Italian
    • ja : Japanese
    • ko : Korean
    • no : Norwegian
    • pl : Polish
    • ro : Romanian
    • zh-CN : Simplified Chinese
    • es : Spanish
    • sv : Swedish
    • zh-TW : Traditional Chinese
    • tr : Turkish
    • el : Greek
    • he : Hebrew
    modelId String
    Unique identifier model OCID that should be used for inference
    modelType String
    model type to used for inference allowed values are

    • LANGUAGE_SENTIMENT_ANALYSIS
    • LANGUAGE_DETECTION
    • TEXT_CLASSIFICATION
    • NAMED_ENTITY_RECOGNITION
    • KEY_PHRASE_EXTRACTION
    • LANGUAGE_PII_ENTITIES
    • LANGUAGE_TRANSLATION
    configuration {[key: string]: {[key: string]: string}}
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    endpointId string
    Unique identifier endpoint OCID that should be used for inference
    languageCode string
    Language code supported

    • auto : Automatically detect language
    • ar : Arabic
    • pt-BR : Brazilian Portuguese
    • cs : Czech
    • da : Danish
    • nl : Dutch
    • en : English
    • fi : Finnish
    • fr : French
    • fr-CA : Canadian French
    • de : German
    • it : Italian
    • ja : Japanese
    • ko : Korean
    • no : Norwegian
    • pl : Polish
    • ro : Romanian
    • zh-CN : Simplified Chinese
    • es : Spanish
    • sv : Swedish
    • zh-TW : Traditional Chinese
    • tr : Turkish
    • el : Greek
    • he : Hebrew
    modelId string
    Unique identifier model OCID that should be used for inference
    modelType string
    model type to used for inference allowed values are

    • LANGUAGE_SENTIMENT_ANALYSIS
    • LANGUAGE_DETECTION
    • TEXT_CLASSIFICATION
    • NAMED_ENTITY_RECOGNITION
    • KEY_PHRASE_EXTRACTION
    • LANGUAGE_PII_ENTITIES
    • LANGUAGE_TRANSLATION
    configuration Mapping[str, Mapping[str, str]]
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    endpoint_id str
    Unique identifier endpoint OCID that should be used for inference
    language_code str
    Language code supported

    • auto : Automatically detect language
    • ar : Arabic
    • pt-BR : Brazilian Portuguese
    • cs : Czech
    • da : Danish
    • nl : Dutch
    • en : English
    • fi : Finnish
    • fr : French
    • fr-CA : Canadian French
    • de : German
    • it : Italian
    • ja : Japanese
    • ko : Korean
    • no : Norwegian
    • pl : Polish
    • ro : Romanian
    • zh-CN : Simplified Chinese
    • es : Spanish
    • sv : Swedish
    • zh-TW : Traditional Chinese
    • tr : Turkish
    • el : Greek
    • he : Hebrew
    model_id str
    Unique identifier model OCID that should be used for inference
    model_type str
    model type to used for inference allowed values are

    • LANGUAGE_SENTIMENT_ANALYSIS
    • LANGUAGE_DETECTION
    • TEXT_CLASSIFICATION
    • NAMED_ENTITY_RECOGNITION
    • KEY_PHRASE_EXTRACTION
    • LANGUAGE_PII_ENTITIES
    • LANGUAGE_TRANSLATION
    configuration Map<Map<String>>
    model configuration details For PII : < ENTITY_TYPE , ConfigurationDetails> ex."ORACLE":{ "mode" : "MASK","maskingCharacter" : "&","leaveCharactersUnmasked": 3,"isUnmaskedFromEnd" : true } For language translation : { "targetLanguageCodes" : ConfigurationDetails}
    endpointId String
    Unique identifier endpoint OCID that should be used for inference
    languageCode String
    Language code supported

    • auto : Automatically detect language
    • ar : Arabic
    • pt-BR : Brazilian Portuguese
    • cs : Czech
    • da : Danish
    • nl : Dutch
    • en : English
    • fi : Finnish
    • fr : French
    • fr-CA : Canadian French
    • de : German
    • it : Italian
    • ja : Japanese
    • ko : Korean
    • no : Norwegian
    • pl : Polish
    • ro : Romanian
    • zh-CN : Simplified Chinese
    • es : Spanish
    • sv : Swedish
    • zh-TW : Traditional Chinese
    • tr : Turkish
    • el : Greek
    • he : Hebrew
    modelId String
    Unique identifier model OCID that should be used for inference
    modelType String
    model type to used for inference allowed values are

    • LANGUAGE_SENTIMENT_ANALYSIS
    • LANGUAGE_DETECTION
    • TEXT_CLASSIFICATION
    • NAMED_ENTITY_RECOGNITION
    • KEY_PHRASE_EXTRACTION
    • LANGUAGE_PII_ENTITIES
    • LANGUAGE_TRANSLATION

    GetJobOutputLocation

    Bucket string
    Object Storage bucket name.
    Namespace string
    Object Storage namespace name.
    Prefix string
    The prefix (directory) in an Object Storage bucket.
    Bucket string
    Object Storage bucket name.
    Namespace string
    Object Storage namespace name.
    Prefix string
    The prefix (directory) in an Object Storage bucket.
    bucket String
    Object Storage bucket name.
    namespace String
    Object Storage namespace name.
    prefix String
    The prefix (directory) in an Object Storage bucket.
    bucket string
    Object Storage bucket name.
    namespace string
    Object Storage namespace name.
    prefix string
    The prefix (directory) in an Object Storage bucket.
    bucket str
    Object Storage bucket name.
    namespace str
    Object Storage namespace name.
    prefix str
    The prefix (directory) in an Object Storage bucket.
    bucket String
    Object Storage bucket name.
    namespace String
    Object Storage namespace name.
    prefix String
    The prefix (directory) in an Object Storage bucket.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate