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

oci.DataScience.getModelGroup

Explore with Pulumi AI

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

    This data source provides details about a specific Model Group resource in Oracle Cloud Infrastructure Data Science service.

    Retrieves the Model Group resource based on the specified modelGroup id.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testModelGroup = oci.DataScience.getModelGroup({
        modelGroupId: testModelGroupOciDatascienceModelGroup.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_model_group = oci.DataScience.get_model_group(model_group_id=test_model_group_oci_datascience_model_group["id"])
    
    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.GetModelGroup(ctx, &datascience.GetModelGroupArgs{
    			ModelGroupId: testModelGroupOciDatascienceModelGroup.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 testModelGroup = Oci.DataScience.GetModelGroup.Invoke(new()
        {
            ModelGroupId = testModelGroupOciDatascienceModelGroup.Id,
        });
    
    });
    
    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.GetModelGroupArgs;
    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 testModelGroup = DataScienceFunctions.getModelGroup(GetModelGroupArgs.builder()
                .modelGroupId(testModelGroupOciDatascienceModelGroup.id())
                .build());
    
        }
    }
    
    variables:
      testModelGroup:
        fn::invoke:
          function: oci:DataScience:getModelGroup
          arguments:
            modelGroupId: ${testModelGroupOciDatascienceModelGroup.id}
    

    Using getModelGroup

    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 getModelGroup(args: GetModelGroupArgs, opts?: InvokeOptions): Promise<GetModelGroupResult>
    function getModelGroupOutput(args: GetModelGroupOutputArgs, opts?: InvokeOptions): Output<GetModelGroupResult>
    def get_model_group(model_group_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetModelGroupResult
    def get_model_group_output(model_group_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetModelGroupResult]
    func LookupModelGroup(ctx *Context, args *LookupModelGroupArgs, opts ...InvokeOption) (*LookupModelGroupResult, error)
    func LookupModelGroupOutput(ctx *Context, args *LookupModelGroupOutputArgs, opts ...InvokeOption) LookupModelGroupResultOutput

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

    public static class GetModelGroup 
    {
        public static Task<GetModelGroupResult> InvokeAsync(GetModelGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetModelGroupResult> Invoke(GetModelGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetModelGroupResult> getModelGroup(GetModelGroupArgs args, InvokeOptions options)
    public static Output<GetModelGroupResult> getModelGroup(GetModelGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DataScience/getModelGroup:getModelGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ModelGroupId string
    The OCID of the modelGroup.
    ModelGroupId string
    The OCID of the modelGroup.
    modelGroupId String
    The OCID of the modelGroup.
    modelGroupId string
    The OCID of the modelGroup.
    model_group_id str
    The OCID of the modelGroup.
    modelGroupId String
    The OCID of the modelGroup.

    getModelGroup Result

    The following output properties are available:

    CompartmentId string
    The OCID of the modelGroup's compartment.
    CreateType string
    The type of the model group create operation.
    CreatedBy string
    The OCID of the user who created the modelGroup.
    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"}
    Description string
    Description of model metadata.
    DisplayName string
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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
    The OCID of the modelGroup.
    LifecycleDetails string
    Details about the lifecycle state of the model group.
    MemberModelEntries List<GetModelGroupMemberModelEntry>
    List of member models (inferenceKey & modelId) to be associated with the model group.
    ModelGroupCloneSourceDetails List<GetModelGroupModelGroupCloneSourceDetail>
    ModelGroupDetails List<GetModelGroupModelGroupDetail>
    The model group details.
    ModelGroupId string
    ModelGroupVersionHistoryId string
    The OCID of the model group version history to which the modelGroup is associated.
    ModelGroupVersionHistoryName string
    The name of the model group version history to which the model group is associated.
    ProjectId string
    The OCID of the project associated with the modelGroup.
    SourceModelGroupId string
    The OCID of the model group used for the clone operation.
    State string
    The state of the modelGroup.
    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 last updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    VersionId string
    Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
    VersionLabel string
    An additional description of the lifecycle state of the model group.
    CompartmentId string
    The OCID of the modelGroup's compartment.
    CreateType string
    The type of the model group create operation.
    CreatedBy string
    The OCID of the user who created the modelGroup.
    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"}
    Description string
    Description of model metadata.
    DisplayName string
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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
    The OCID of the modelGroup.
    LifecycleDetails string
    Details about the lifecycle state of the model group.
    MemberModelEntries []GetModelGroupMemberModelEntry
    List of member models (inferenceKey & modelId) to be associated with the model group.
    ModelGroupCloneSourceDetails []GetModelGroupModelGroupCloneSourceDetail
    ModelGroupDetails []GetModelGroupModelGroupDetail
    The model group details.
    ModelGroupId string
    ModelGroupVersionHistoryId string
    The OCID of the model group version history to which the modelGroup is associated.
    ModelGroupVersionHistoryName string
    The name of the model group version history to which the model group is associated.
    ProjectId string
    The OCID of the project associated with the modelGroup.
    SourceModelGroupId string
    The OCID of the model group used for the clone operation.
    State string
    The state of the modelGroup.
    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 last updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    VersionId string
    Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
    VersionLabel string
    An additional description of the lifecycle state of the model group.
    compartmentId String
    The OCID of the modelGroup's compartment.
    createType String
    The type of the model group create operation.
    createdBy String
    The OCID of the user who created the modelGroup.
    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"}
    description String
    Description of model metadata.
    displayName String
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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
    The OCID of the modelGroup.
    lifecycleDetails String
    Details about the lifecycle state of the model group.
    memberModelEntries List<GetModelGroupMemberModelEntry>
    List of member models (inferenceKey & modelId) to be associated with the model group.
    modelGroupCloneSourceDetails List<GetModelGroupModelGroupCloneSourceDetail>
    modelGroupDetails List<GetModelGroupModelGroupDetail>
    The model group details.
    modelGroupId String
    modelGroupVersionHistoryId String
    The OCID of the model group version history to which the modelGroup is associated.
    modelGroupVersionHistoryName String
    The name of the model group version history to which the model group is associated.
    projectId String
    The OCID of the project associated with the modelGroup.
    sourceModelGroupId String
    The OCID of the model group used for the clone operation.
    state String
    The state of the modelGroup.
    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 last updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    versionId String
    Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
    versionLabel String
    An additional description of the lifecycle state of the model group.
    compartmentId string
    The OCID of the modelGroup's compartment.
    createType string
    The type of the model group create operation.
    createdBy string
    The OCID of the user who created the modelGroup.
    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"}
    description string
    Description of model metadata.
    displayName string
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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
    The OCID of the modelGroup.
    lifecycleDetails string
    Details about the lifecycle state of the model group.
    memberModelEntries GetModelGroupMemberModelEntry[]
    List of member models (inferenceKey & modelId) to be associated with the model group.
    modelGroupCloneSourceDetails GetModelGroupModelGroupCloneSourceDetail[]
    modelGroupDetails GetModelGroupModelGroupDetail[]
    The model group details.
    modelGroupId string
    modelGroupVersionHistoryId string
    The OCID of the model group version history to which the modelGroup is associated.
    modelGroupVersionHistoryName string
    The name of the model group version history to which the model group is associated.
    projectId string
    The OCID of the project associated with the modelGroup.
    sourceModelGroupId string
    The OCID of the model group used for the clone operation.
    state string
    The state of the modelGroup.
    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 last updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    versionId string
    Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
    versionLabel string
    An additional description of the lifecycle state of the model group.
    compartment_id str
    The OCID of the modelGroup's compartment.
    create_type str
    The type of the model group create operation.
    created_by str
    The OCID of the user who created the modelGroup.
    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"}
    description str
    Description of model metadata.
    display_name str
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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
    The OCID of the modelGroup.
    lifecycle_details str
    Details about the lifecycle state of the model group.
    member_model_entries Sequence[GetModelGroupMemberModelEntry]
    List of member models (inferenceKey & modelId) to be associated with the model group.
    model_group_clone_source_details Sequence[GetModelGroupModelGroupCloneSourceDetail]
    model_group_details Sequence[GetModelGroupModelGroupDetail]
    The model group details.
    model_group_id str
    model_group_version_history_id str
    The OCID of the model group version history to which the modelGroup is associated.
    model_group_version_history_name str
    The name of the model group version history to which the model group is associated.
    project_id str
    The OCID of the project associated with the modelGroup.
    source_model_group_id str
    The OCID of the model group used for the clone operation.
    state str
    The state of the modelGroup.
    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 last updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    version_id str
    Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
    version_label str
    An additional description of the lifecycle state of the model group.
    compartmentId String
    The OCID of the modelGroup's compartment.
    createType String
    The type of the model group create operation.
    createdBy String
    The OCID of the user who created the modelGroup.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    Description of model metadata.
    displayName String
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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
    The OCID of the modelGroup.
    lifecycleDetails String
    Details about the lifecycle state of the model group.
    memberModelEntries List<Property Map>
    List of member models (inferenceKey & modelId) to be associated with the model group.
    modelGroupCloneSourceDetails List<Property Map>
    modelGroupDetails List<Property Map>
    The model group details.
    modelGroupId String
    modelGroupVersionHistoryId String
    The OCID of the model group version history to which the modelGroup is associated.
    modelGroupVersionHistoryName String
    The name of the model group version history to which the model group is associated.
    projectId String
    The OCID of the project associated with the modelGroup.
    sourceModelGroupId String
    The OCID of the model group used for the clone operation.
    state String
    The state of the modelGroup.
    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 last updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
    versionId String
    Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
    versionLabel String
    An additional description of the lifecycle state of the model group.

    Supporting Types

    GetModelGroupMemberModelEntry

    MemberModelDetails List<GetModelGroupMemberModelEntryMemberModelDetail>
    Each List item contains inference key and model ocid.
    MemberModelDetails []GetModelGroupMemberModelEntryMemberModelDetail
    Each List item contains inference key and model ocid.
    memberModelDetails List<GetModelGroupMemberModelEntryMemberModelDetail>
    Each List item contains inference key and model ocid.
    memberModelDetails GetModelGroupMemberModelEntryMemberModelDetail[]
    Each List item contains inference key and model ocid.
    member_model_details Sequence[GetModelGroupMemberModelEntryMemberModelDetail]
    Each List item contains inference key and model ocid.
    memberModelDetails List<Property Map>
    Each List item contains inference key and model ocid.

    GetModelGroupMemberModelEntryMemberModelDetail

    InferenceKey string
    SaaS friendly name of the model.
    ModelId string
    The OCID of the model.
    InferenceKey string
    SaaS friendly name of the model.
    ModelId string
    The OCID of the model.
    inferenceKey String
    SaaS friendly name of the model.
    modelId String
    The OCID of the model.
    inferenceKey string
    SaaS friendly name of the model.
    modelId string
    The OCID of the model.
    inference_key str
    SaaS friendly name of the model.
    model_id str
    The OCID of the model.
    inferenceKey String
    SaaS friendly name of the model.
    modelId String
    The OCID of the model.

    GetModelGroupModelGroupCloneSourceDetail

    GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetail

    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"}
    Description string
    Description of model metadata.
    DisplayName string
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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"}
    ModelGroupDetails List<GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail>
    The model group details.
    ModelGroupVersionHistoryId string
    The OCID of the model group version history to which the modelGroup is associated.
    VersionLabel string
    An additional description of the lifecycle state of the model group.
    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"}
    Description string
    Description of model metadata.
    DisplayName string
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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"}
    ModelGroupDetails []GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail
    The model group details.
    ModelGroupVersionHistoryId string
    The OCID of the model group version history to which the modelGroup is associated.
    VersionLabel string
    An additional description of the lifecycle state of the model group.
    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"}
    description String
    Description of model metadata.
    displayName String
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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"}
    modelGroupDetails List<GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail>
    The model group details.
    modelGroupVersionHistoryId String
    The OCID of the model group version history to which the modelGroup is associated.
    versionLabel String
    An additional description of the lifecycle state of the model group.
    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"}
    description string
    Description of model metadata.
    displayName string
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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"}
    modelGroupDetails GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail[]
    The model group details.
    modelGroupVersionHistoryId string
    The OCID of the model group version history to which the modelGroup is associated.
    versionLabel string
    An additional description of the lifecycle state of the model group.
    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"}
    description str
    Description of model metadata.
    display_name str
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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"}
    model_group_details Sequence[GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail]
    The model group details.
    model_group_version_history_id str
    The OCID of the model group version history to which the modelGroup is associated.
    version_label str
    An additional description of the lifecycle state of the model group.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    Description of model metadata.
    displayName String
    A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
    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"}
    modelGroupDetails List<Property Map>
    The model group details.
    modelGroupVersionHistoryId String
    The OCID of the model group version history to which the modelGroup is associated.
    versionLabel String
    An additional description of the lifecycle state of the model group.

    GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail

    BaseModelId string
    The OCID of the model in the group that represents the base model for stacked deployment.
    CustomMetadataLists List<GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetailCustomMetadataList>
    An array of custom metadata details for the model group.
    Type string
    The type of the model group.
    BaseModelId string
    The OCID of the model in the group that represents the base model for stacked deployment.
    CustomMetadataLists []GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetailCustomMetadataList
    An array of custom metadata details for the model group.
    Type string
    The type of the model group.
    baseModelId String
    The OCID of the model in the group that represents the base model for stacked deployment.
    customMetadataLists List<GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetailCustomMetadataList>
    An array of custom metadata details for the model group.
    type String
    The type of the model group.
    baseModelId string
    The OCID of the model in the group that represents the base model for stacked deployment.
    customMetadataLists GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetailCustomMetadataList[]
    An array of custom metadata details for the model group.
    type string
    The type of the model group.
    base_model_id str
    The OCID of the model in the group that represents the base model for stacked deployment.
    custom_metadata_lists Sequence[GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetailCustomMetadataList]
    An array of custom metadata details for the model group.
    type str
    The type of the model group.
    baseModelId String
    The OCID of the model in the group that represents the base model for stacked deployment.
    customMetadataLists List<Property Map>
    An array of custom metadata details for the model group.
    type String
    The type of the model group.

    GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetailCustomMetadataList

    Category string
    Category of the metadata.
    Description string
    Description of model metadata.
    Key string
    Key of the metadata.
    Value string
    Value of the metadata.
    Category string
    Category of the metadata.
    Description string
    Description of model metadata.
    Key string
    Key of the metadata.
    Value string
    Value of the metadata.
    category String
    Category of the metadata.
    description String
    Description of model metadata.
    key String
    Key of the metadata.
    value String
    Value of the metadata.
    category string
    Category of the metadata.
    description string
    Description of model metadata.
    key string
    Key of the metadata.
    value string
    Value of the metadata.
    category str
    Category of the metadata.
    description str
    Description of model metadata.
    key str
    Key of the metadata.
    value str
    Value of the metadata.
    category String
    Category of the metadata.
    description String
    Description of model metadata.
    key String
    Key of the metadata.
    value String
    Value of the metadata.

    GetModelGroupModelGroupCloneSourceDetailPatchModelGroupMemberModelDetail

    GetModelGroupModelGroupCloneSourceDetailPatchModelGroupMemberModelDetailItem

    GetModelGroupModelGroupCloneSourceDetailPatchModelGroupMemberModelDetailItemValue

    InferenceKey string
    SaaS friendly name of the model.
    ModelId string
    The OCID of the model.
    InferenceKey string
    SaaS friendly name of the model.
    ModelId string
    The OCID of the model.
    inferenceKey String
    SaaS friendly name of the model.
    modelId String
    The OCID of the model.
    inferenceKey string
    SaaS friendly name of the model.
    modelId string
    The OCID of the model.
    inference_key str
    SaaS friendly name of the model.
    model_id str
    The OCID of the model.
    inferenceKey String
    SaaS friendly name of the model.
    modelId String
    The OCID of the model.

    GetModelGroupModelGroupDetail

    BaseModelId string
    The OCID of the model in the group that represents the base model for stacked deployment.
    CustomMetadataLists List<GetModelGroupModelGroupDetailCustomMetadataList>
    An array of custom metadata details for the model group.
    Type string
    The type of the model group.
    BaseModelId string
    The OCID of the model in the group that represents the base model for stacked deployment.
    CustomMetadataLists []GetModelGroupModelGroupDetailCustomMetadataList
    An array of custom metadata details for the model group.
    Type string
    The type of the model group.
    baseModelId String
    The OCID of the model in the group that represents the base model for stacked deployment.
    customMetadataLists List<GetModelGroupModelGroupDetailCustomMetadataList>
    An array of custom metadata details for the model group.
    type String
    The type of the model group.
    baseModelId string
    The OCID of the model in the group that represents the base model for stacked deployment.
    customMetadataLists GetModelGroupModelGroupDetailCustomMetadataList[]
    An array of custom metadata details for the model group.
    type string
    The type of the model group.
    base_model_id str
    The OCID of the model in the group that represents the base model for stacked deployment.
    custom_metadata_lists Sequence[GetModelGroupModelGroupDetailCustomMetadataList]
    An array of custom metadata details for the model group.
    type str
    The type of the model group.
    baseModelId String
    The OCID of the model in the group that represents the base model for stacked deployment.
    customMetadataLists List<Property Map>
    An array of custom metadata details for the model group.
    type String
    The type of the model group.

    GetModelGroupModelGroupDetailCustomMetadataList

    Category string
    Category of the metadata.
    Description string
    Description of model metadata.
    Key string
    Key of the metadata.
    Value string
    Value of the metadata.
    Category string
    Category of the metadata.
    Description string
    Description of model metadata.
    Key string
    Key of the metadata.
    Value string
    Value of the metadata.
    category String
    Category of the metadata.
    description String
    Description of model metadata.
    key String
    Key of the metadata.
    value String
    Value of the metadata.
    category string
    Category of the metadata.
    description string
    Description of model metadata.
    key string
    Key of the metadata.
    value string
    Value of the metadata.
    category str
    Category of the metadata.
    description str
    Description of model metadata.
    key str
    Key of the metadata.
    value str
    Value of the metadata.
    category String
    Category of the metadata.
    description String
    Description of model metadata.
    key String
    Key of the metadata.
    value String
    Value of the metadata.

    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