1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. AiLanguage
  5. getModelEvaluationResults
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi

oci.AiLanguage.getModelEvaluationResults

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi

    This data source provides the list of Model Evaluation Results in Oracle Cloud Infrastructure Ai Language service.

    Get a (paginated) list of evaluation results for a given model.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testModelEvaluationResults = oci.AiLanguage.getModelEvaluationResults({
        modelId: testModel.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_model_evaluation_results = oci.AiLanguage.get_model_evaluation_results(model_id=test_model["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/AiLanguage"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := AiLanguage.GetModelEvaluationResults(ctx, &ailanguage.GetModelEvaluationResultsArgs{
    			ModelId: testModel.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 testModelEvaluationResults = Oci.AiLanguage.GetModelEvaluationResults.Invoke(new()
        {
            ModelId = testModel.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.GetModelEvaluationResultsArgs;
    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 testModelEvaluationResults = AiLanguageFunctions.getModelEvaluationResults(GetModelEvaluationResultsArgs.builder()
                .modelId(testModel.id())
                .build());
    
        }
    }
    
    variables:
      testModelEvaluationResults:
        fn::invoke:
          Function: oci:AiLanguage:getModelEvaluationResults
          Arguments:
            modelId: ${testModel.id}
    

    Using getModelEvaluationResults

    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 getModelEvaluationResults(args: GetModelEvaluationResultsArgs, opts?: InvokeOptions): Promise<GetModelEvaluationResultsResult>
    function getModelEvaluationResultsOutput(args: GetModelEvaluationResultsOutputArgs, opts?: InvokeOptions): Output<GetModelEvaluationResultsResult>
    def get_model_evaluation_results(filters: Optional[Sequence[_ailanguage.GetModelEvaluationResultsFilter]] = None,
                                     model_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetModelEvaluationResultsResult
    def get_model_evaluation_results_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[_ailanguage.GetModelEvaluationResultsFilterArgs]]]] = None,
                                     model_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetModelEvaluationResultsResult]
    func GetModelEvaluationResults(ctx *Context, args *GetModelEvaluationResultsArgs, opts ...InvokeOption) (*GetModelEvaluationResultsResult, error)
    func GetModelEvaluationResultsOutput(ctx *Context, args *GetModelEvaluationResultsOutputArgs, opts ...InvokeOption) GetModelEvaluationResultsResultOutput

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

    public static class GetModelEvaluationResults 
    {
        public static Task<GetModelEvaluationResultsResult> InvokeAsync(GetModelEvaluationResultsArgs args, InvokeOptions? opts = null)
        public static Output<GetModelEvaluationResultsResult> Invoke(GetModelEvaluationResultsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetModelEvaluationResultsResult> getModelEvaluationResults(GetModelEvaluationResultsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:AiLanguage/getModelEvaluationResults:getModelEvaluationResults
      arguments:
        # arguments dictionary

    The following arguments are supported:

    modelId String
    unique model OCID.
    filters List<Property Map>

    getModelEvaluationResults Result

    The following output properties are available:

    EvaluationResultCollections List<GetModelEvaluationResultsEvaluationResultCollection>
    The list of evaluation_result_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    ModelId string
    Filters List<GetModelEvaluationResultsFilter>
    EvaluationResultCollections []GetModelEvaluationResultsEvaluationResultCollection
    The list of evaluation_result_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    ModelId string
    Filters []GetModelEvaluationResultsFilter
    evaluationResultCollections List<GetModelEvaluationResultsEvaluationResultCollection>
    The list of evaluation_result_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    modelId String
    filters List<GetModelEvaluationResultsFilter>
    evaluationResultCollections GetModelEvaluationResultsEvaluationResultCollection[]
    The list of evaluation_result_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    modelId string
    filters GetModelEvaluationResultsFilter[]
    evaluationResultCollections List<Property Map>
    The list of evaluation_result_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    modelId String
    filters List<Property Map>

    Supporting Types

    GetModelEvaluationResultsEvaluationResultCollection

    items List<Property Map>
    List of model evaluation analysis

    GetModelEvaluationResultsEvaluationResultCollectionItem

    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Location string
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    ModelType string
    Model type
    PredictedEntities List<GetModelEvaluationResultsEvaluationResultCollectionItemPredictedEntity>
    List of true(actual) entities in test data for NER model
    PredictedLabels List<string>
    List of predicted labels by custom multi class or multi label TextClassification model
    Record string
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    TrueEntities List<GetModelEvaluationResultsEvaluationResultCollectionItemTrueEntity>
    List of true(actual) entities in test data for NER model
    TrueLabels List<string>
    List of true(actual) labels in test data for multi class or multi label TextClassification
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Location string
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    ModelType string
    Model type
    PredictedEntities []GetModelEvaluationResultsEvaluationResultCollectionItemPredictedEntity
    List of true(actual) entities in test data for NER model
    PredictedLabels []string
    List of predicted labels by custom multi class or multi label TextClassification model
    Record string
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    TrueEntities []GetModelEvaluationResultsEvaluationResultCollectionItemTrueEntity
    List of true(actual) entities in test data for NER model
    TrueLabels []string
    List of true(actual) labels in test data for multi class or multi label TextClassification
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    location String
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    modelType String
    Model type
    predictedEntities List<GetModelEvaluationResultsEvaluationResultCollectionItemPredictedEntity>
    List of true(actual) entities in test data for NER model
    predictedLabels List<String>
    List of predicted labels by custom multi class or multi label TextClassification model
    record String
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    trueEntities List<GetModelEvaluationResultsEvaluationResultCollectionItemTrueEntity>
    List of true(actual) entities in test data for NER model
    trueLabels List<String>
    List of true(actual) labels in test data for multi class or multi label TextClassification
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    location string
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    modelType string
    Model type
    predictedEntities GetModelEvaluationResultsEvaluationResultCollectionItemPredictedEntity[]
    List of true(actual) entities in test data for NER model
    predictedLabels string[]
    List of predicted labels by custom multi class or multi label TextClassification model
    record string
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    trueEntities GetModelEvaluationResultsEvaluationResultCollectionItemTrueEntity[]
    List of true(actual) entities in test data for NER model
    trueLabels string[]
    List of true(actual) labels in test data for multi class or multi label TextClassification
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    location str
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    model_type str
    Model type
    predicted_entities Sequence[ailanguage.GetModelEvaluationResultsEvaluationResultCollectionItemPredictedEntity]
    List of true(actual) entities in test data for NER model
    predicted_labels Sequence[str]
    List of predicted labels by custom multi class or multi label TextClassification model
    record str
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    true_entities Sequence[ailanguage.GetModelEvaluationResultsEvaluationResultCollectionItemTrueEntity]
    List of true(actual) entities in test data for NER model
    true_labels Sequence[str]
    List of true(actual) labels in test data for multi class or multi label TextClassification
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    location String
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    modelType String
    Model type
    predictedEntities List<Property Map>
    List of true(actual) entities in test data for NER model
    predictedLabels List<String>
    List of predicted labels by custom multi class or multi label TextClassification model
    record String
    For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
    trueEntities List<Property Map>
    List of true(actual) entities in test data for NER model
    trueLabels List<String>
    List of true(actual) labels in test data for multi class or multi label TextClassification

    GetModelEvaluationResultsEvaluationResultCollectionItemPredictedEntity

    Length int
    Length of text
    Offset int
    Starting index on text.
    Type string
    Type of entity text like PER, LOC, GPE, NOPE etc.
    Length int
    Length of text
    Offset int
    Starting index on text.
    Type string
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length Integer
    Length of text
    offset Integer
    Starting index on text.
    type String
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length number
    Length of text
    offset number
    Starting index on text.
    type string
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length int
    Length of text
    offset int
    Starting index on text.
    type str
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length Number
    Length of text
    offset Number
    Starting index on text.
    type String
    Type of entity text like PER, LOC, GPE, NOPE etc.

    GetModelEvaluationResultsEvaluationResultCollectionItemTrueEntity

    Length int
    Length of text
    Offset int
    Starting index on text.
    Type string
    Type of entity text like PER, LOC, GPE, NOPE etc.
    Length int
    Length of text
    Offset int
    Starting index on text.
    Type string
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length Integer
    Length of text
    offset Integer
    Starting index on text.
    type String
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length number
    Length of text
    offset number
    Starting index on text.
    type string
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length int
    Length of text
    offset int
    Starting index on text.
    type str
    Type of entity text like PER, LOC, GPE, NOPE etc.
    length Number
    Length of text
    offset Number
    Starting index on text.
    type String
    Type of entity text like PER, LOC, GPE, NOPE etc.

    GetModelEvaluationResultsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    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 v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi