1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getModelGroupModels
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.DataScience.getModelGroupModels

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    This data source provides the list of Model Group Models in Oracle Cloud Infrastructure Data Science service.

    Lists all models associated with the modelGroup in the specified compartment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testModelGroupModels = oci.DataScience.getModelGroupModels({
        compartmentId: compartmentId,
        modelGroupId: testModelGroup.id,
        createdBy: modelGroupModelCreatedBy,
        displayName: modelGroupModelDisplayName,
        id: modelGroupModelId,
        state: modelGroupModelState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_model_group_models = oci.DataScience.get_model_group_models(compartment_id=compartment_id,
        model_group_id=test_model_group["id"],
        created_by=model_group_model_created_by,
        display_name=model_group_model_display_name,
        id=model_group_model_id,
        state=model_group_model_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/datascience"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := datascience.GetModelGroupModels(ctx, &datascience.GetModelGroupModelsArgs{
    			CompartmentId: compartmentId,
    			ModelGroupId:  testModelGroup.Id,
    			CreatedBy:     pulumi.StringRef(modelGroupModelCreatedBy),
    			DisplayName:   pulumi.StringRef(modelGroupModelDisplayName),
    			Id:            pulumi.StringRef(modelGroupModelId),
    			State:         pulumi.StringRef(modelGroupModelState),
    		}, 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 testModelGroupModels = Oci.DataScience.GetModelGroupModels.Invoke(new()
        {
            CompartmentId = compartmentId,
            ModelGroupId = testModelGroup.Id,
            CreatedBy = modelGroupModelCreatedBy,
            DisplayName = modelGroupModelDisplayName,
            Id = modelGroupModelId,
            State = modelGroupModelState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DataScience.DataScienceFunctions;
    import com.pulumi.oci.DataScience.inputs.GetModelGroupModelsArgs;
    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 testModelGroupModels = DataScienceFunctions.getModelGroupModels(GetModelGroupModelsArgs.builder()
                .compartmentId(compartmentId)
                .modelGroupId(testModelGroup.id())
                .createdBy(modelGroupModelCreatedBy)
                .displayName(modelGroupModelDisplayName)
                .id(modelGroupModelId)
                .state(modelGroupModelState)
                .build());
    
        }
    }
    
    variables:
      testModelGroupModels:
        fn::invoke:
          function: oci:DataScience:getModelGroupModels
          arguments:
            compartmentId: ${compartmentId}
            modelGroupId: ${testModelGroup.id}
            createdBy: ${modelGroupModelCreatedBy}
            displayName: ${modelGroupModelDisplayName}
            id: ${modelGroupModelId}
            state: ${modelGroupModelState}
    

    Using getModelGroupModels

    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 getModelGroupModels(args: GetModelGroupModelsArgs, opts?: InvokeOptions): Promise<GetModelGroupModelsResult>
    function getModelGroupModelsOutput(args: GetModelGroupModelsOutputArgs, opts?: InvokeOptions): Output<GetModelGroupModelsResult>
    def get_model_group_models(compartment_id: Optional[str] = None,
                               created_by: Optional[str] = None,
                               display_name: Optional[str] = None,
                               filters: Optional[Sequence[GetModelGroupModelsFilter]] = None,
                               id: Optional[str] = None,
                               model_group_id: Optional[str] = None,
                               state: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetModelGroupModelsResult
    def get_model_group_models_output(compartment_id: Optional[pulumi.Input[str]] = None,
                               created_by: Optional[pulumi.Input[str]] = None,
                               display_name: Optional[pulumi.Input[str]] = None,
                               filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetModelGroupModelsFilterArgs]]]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               model_group_id: Optional[pulumi.Input[str]] = None,
                               state: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetModelGroupModelsResult]
    func GetModelGroupModels(ctx *Context, args *GetModelGroupModelsArgs, opts ...InvokeOption) (*GetModelGroupModelsResult, error)
    func GetModelGroupModelsOutput(ctx *Context, args *GetModelGroupModelsOutputArgs, opts ...InvokeOption) GetModelGroupModelsResultOutput

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

    public static class GetModelGroupModels 
    {
        public static Task<GetModelGroupModelsResult> InvokeAsync(GetModelGroupModelsArgs args, InvokeOptions? opts = null)
        public static Output<GetModelGroupModelsResult> Invoke(GetModelGroupModelsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetModelGroupModelsResult> getModelGroupModels(GetModelGroupModelsArgs args, InvokeOptions options)
    public static Output<GetModelGroupModelsResult> getModelGroupModels(GetModelGroupModelsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DataScience/getModelGroupModels:getModelGroupModels
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    Filter results by the OCID of the compartment.
    ModelGroupId string
    The OCID of the modelGroup.
    CreatedBy string
    Filter results by the OCID of the user who created the resource.
    DisplayName string
    Filter results by its user-friendly name.
    Filters List<GetModelGroupModelsFilter>
    Id string
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    State string
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    CompartmentId string
    Filter results by the OCID of the compartment.
    ModelGroupId string
    The OCID of the modelGroup.
    CreatedBy string
    Filter results by the OCID of the user who created the resource.
    DisplayName string
    Filter results by its user-friendly name.
    Filters []GetModelGroupModelsFilter
    Id string
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    State string
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    compartmentId String
    Filter results by the OCID of the compartment.
    modelGroupId String
    The OCID of the modelGroup.
    createdBy String
    Filter results by the OCID of the user who created the resource.
    displayName String
    Filter results by its user-friendly name.
    filters List<GetModelGroupModelsFilter>
    id String
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    state String
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    compartmentId string
    Filter results by the OCID of the compartment.
    modelGroupId string
    The OCID of the modelGroup.
    createdBy string
    Filter results by the OCID of the user who created the resource.
    displayName string
    Filter results by its user-friendly name.
    filters GetModelGroupModelsFilter[]
    id string
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    state string
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    compartment_id str
    Filter results by the OCID of the compartment.
    model_group_id str
    The OCID of the modelGroup.
    created_by str
    Filter results by the OCID of the user who created the resource.
    display_name str
    Filter results by its user-friendly name.
    filters Sequence[GetModelGroupModelsFilter]
    id str
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    state str
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    compartmentId String
    Filter results by the OCID of the compartment.
    modelGroupId String
    The OCID of the modelGroup.
    createdBy String
    Filter results by the OCID of the user who created the resource.
    displayName String
    Filter results by its user-friendly name.
    filters List<Property Map>
    id String
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    state String
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.

    getModelGroupModels Result

    The following output properties are available:

    CompartmentId string
    The OCID of the model's compartment.
    ModelGroupId string
    ModelGroupModels List<GetModelGroupModelsModelGroupModel>
    The list of model_group_models.
    CreatedBy string
    The OCID of the user who created the model.
    DisplayName string
    A user-friendly display name of the model.
    Filters List<GetModelGroupModelsFilter>
    Id string
    The OCID of the model group.
    State string
    The state of the model.
    CompartmentId string
    The OCID of the model's compartment.
    ModelGroupId string
    ModelGroupModels []GetModelGroupModelsModelGroupModel
    The list of model_group_models.
    CreatedBy string
    The OCID of the user who created the model.
    DisplayName string
    A user-friendly display name of the model.
    Filters []GetModelGroupModelsFilter
    Id string
    The OCID of the model group.
    State string
    The state of the model.
    compartmentId String
    The OCID of the model's compartment.
    modelGroupId String
    modelGroupModels List<GetModelGroupModelsModelGroupModel>
    The list of model_group_models.
    createdBy String
    The OCID of the user who created the model.
    displayName String
    A user-friendly display name of the model.
    filters List<GetModelGroupModelsFilter>
    id String
    The OCID of the model group.
    state String
    The state of the model.
    compartmentId string
    The OCID of the model's compartment.
    modelGroupId string
    modelGroupModels GetModelGroupModelsModelGroupModel[]
    The list of model_group_models.
    createdBy string
    The OCID of the user who created the model.
    displayName string
    A user-friendly display name of the model.
    filters GetModelGroupModelsFilter[]
    id string
    The OCID of the model group.
    state string
    The state of the model.
    compartment_id str
    The OCID of the model's compartment.
    model_group_id str
    model_group_models Sequence[GetModelGroupModelsModelGroupModel]
    The list of model_group_models.
    created_by str
    The OCID of the user who created the model.
    display_name str
    A user-friendly display name of the model.
    filters Sequence[GetModelGroupModelsFilter]
    id str
    The OCID of the model group.
    state str
    The state of the model.
    compartmentId String
    The OCID of the model's compartment.
    modelGroupId String
    modelGroupModels List<Property Map>
    The list of model_group_models.
    createdBy String
    The OCID of the user who created the model.
    displayName String
    A user-friendly display name of the model.
    filters List<Property Map>
    id String
    The OCID of the model group.
    state String
    The state of the model.

    Supporting Types

    GetModelGroupModelsFilter

    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

    GetModelGroupModelsModelGroupModel

    Category string
    The category of the model.
    CompartmentId string
    Filter results by the OCID of the compartment.
    CreatedBy string
    Filter results by the OCID of the user who created the resource.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    Filter results by its user-friendly name.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    Id string
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    IsModelByReference bool
    Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.
    LifecycleDetails string
    Details about the lifecycle state of the model.
    ModelId string
    The OCID of the model.
    ProjectId string
    The OCID of the project associated with the model.
    State string
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    TimeUpdated string
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    Category string
    The category of the model.
    CompartmentId string
    Filter results by the OCID of the compartment.
    CreatedBy string
    Filter results by the OCID of the user who created the resource.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    Filter results by its user-friendly name.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    Id string
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    IsModelByReference bool
    Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.
    LifecycleDetails string
    Details about the lifecycle state of the model.
    ModelId string
    The OCID of the model.
    ProjectId string
    The OCID of the project associated with the model.
    State string
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    TimeUpdated string
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    category String
    The category of the model.
    compartmentId String
    Filter results by the OCID of the compartment.
    createdBy String
    Filter results by the OCID of the user who created the resource.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    Filter results by its user-friendly name.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id String
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    isModelByReference Boolean
    Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.
    lifecycleDetails String
    Details about the lifecycle state of the model.
    modelId String
    The OCID of the model.
    projectId String
    The OCID of the project associated with the model.
    state String
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    timeUpdated String
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    category string
    The category of the model.
    compartmentId string
    Filter results by the OCID of the compartment.
    createdBy string
    Filter results by the OCID of the user who created the resource.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    Filter results by its user-friendly name.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id string
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    isModelByReference boolean
    Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.
    lifecycleDetails string
    Details about the lifecycle state of the model.
    modelId string
    The OCID of the model.
    projectId string
    The OCID of the project associated with the model.
    state string
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    timeUpdated string
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    category str
    The category of the model.
    compartment_id str
    Filter results by the OCID of the compartment.
    created_by str
    Filter results by the OCID of the user who created the resource.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    display_name str
    Filter results by its user-friendly name.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id str
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    is_model_by_reference bool
    Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.
    lifecycle_details str
    Details about the lifecycle state of the model.
    model_id str
    The OCID of the model.
    project_id str
    The OCID of the project associated with the model.
    state str
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    time_updated str
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    category String
    The category of the model.
    compartmentId String
    Filter results by the OCID of the compartment.
    createdBy String
    Filter results by the OCID of the user who created the resource.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    Filter results by its user-friendly name.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id String
    Filter results by OCID. Must be an OCID of the correct type for the resource type.
    isModelByReference Boolean
    Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.
    lifecycleDetails String
    Details about the lifecycle state of the model.
    modelId String
    The OCID of the model.
    projectId String
    The OCID of the project associated with the model.
    state String
    Filter results by the specified lifecycle state. Must be a valid state for the resource type.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    timeUpdated String
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z

    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.7.0 published on Saturday, Sep 13, 2025 by Pulumi