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

oci.DataScience.getModelGroupVersionHistory

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 Version History resource in Oracle Cloud Infrastructure Data Science service.

    Gets the specified modelGroupVersionHistory’s information.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testModelGroupVersionHistory = oci.DataScience.getModelGroupVersionHistory({
        modelGroupVersionHistoryId: testModelGroupVersionHistoryOciDatascienceModelGroupVersionHistory.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_model_group_version_history = oci.DataScience.get_model_group_version_history(model_group_version_history_id=test_model_group_version_history_oci_datascience_model_group_version_history["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.GetModelGroupVersionHistory(ctx, &datascience.GetModelGroupVersionHistoryArgs{
    			ModelGroupVersionHistoryId: testModelGroupVersionHistoryOciDatascienceModelGroupVersionHistory.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 testModelGroupVersionHistory = Oci.DataScience.GetModelGroupVersionHistory.Invoke(new()
        {
            ModelGroupVersionHistoryId = testModelGroupVersionHistoryOciDatascienceModelGroupVersionHistory.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.GetModelGroupVersionHistoryArgs;
    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 testModelGroupVersionHistory = DataScienceFunctions.getModelGroupVersionHistory(GetModelGroupVersionHistoryArgs.builder()
                .modelGroupVersionHistoryId(testModelGroupVersionHistoryOciDatascienceModelGroupVersionHistory.id())
                .build());
    
        }
    }
    
    variables:
      testModelGroupVersionHistory:
        fn::invoke:
          function: oci:DataScience:getModelGroupVersionHistory
          arguments:
            modelGroupVersionHistoryId: ${testModelGroupVersionHistoryOciDatascienceModelGroupVersionHistory.id}
    

    Using getModelGroupVersionHistory

    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 getModelGroupVersionHistory(args: GetModelGroupVersionHistoryArgs, opts?: InvokeOptions): Promise<GetModelGroupVersionHistoryResult>
    function getModelGroupVersionHistoryOutput(args: GetModelGroupVersionHistoryOutputArgs, opts?: InvokeOptions): Output<GetModelGroupVersionHistoryResult>
    def get_model_group_version_history(model_group_version_history_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetModelGroupVersionHistoryResult
    def get_model_group_version_history_output(model_group_version_history_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetModelGroupVersionHistoryResult]
    func LookupModelGroupVersionHistory(ctx *Context, args *LookupModelGroupVersionHistoryArgs, opts ...InvokeOption) (*LookupModelGroupVersionHistoryResult, error)
    func LookupModelGroupVersionHistoryOutput(ctx *Context, args *LookupModelGroupVersionHistoryOutputArgs, opts ...InvokeOption) LookupModelGroupVersionHistoryResultOutput

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

    public static class GetModelGroupVersionHistory 
    {
        public static Task<GetModelGroupVersionHistoryResult> InvokeAsync(GetModelGroupVersionHistoryArgs args, InvokeOptions? opts = null)
        public static Output<GetModelGroupVersionHistoryResult> Invoke(GetModelGroupVersionHistoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetModelGroupVersionHistoryResult> getModelGroupVersionHistory(GetModelGroupVersionHistoryArgs args, InvokeOptions options)
    public static Output<GetModelGroupVersionHistoryResult> getModelGroupVersionHistory(GetModelGroupVersionHistoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DataScience/getModelGroupVersionHistory:getModelGroupVersionHistory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ModelGroupVersionHistoryId string
    The OCID of the modelGroupVersionHistory.
    ModelGroupVersionHistoryId string
    The OCID of the modelGroupVersionHistory.
    modelGroupVersionHistoryId String
    The OCID of the modelGroupVersionHistory.
    modelGroupVersionHistoryId string
    The OCID of the modelGroupVersionHistory.
    model_group_version_history_id str
    The OCID of the modelGroupVersionHistory.
    modelGroupVersionHistoryId String
    The OCID of the modelGroupVersionHistory.

    getModelGroupVersionHistory Result

    The following output properties are available:

    CompartmentId string
    The OCID of the modelGroupVersionHistory's compartment.
    CreatedBy string
    The OCID of the user who created the modelGroupVersionHistory.
    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
    A short description of the modelGroupVersionHistory.
    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 modelGroupVersionHistory.
    LatestModelGroupId string
    The OCID of the latest version of the model group associated.
    LifecycleDetails string
    Details about the lifecycle state of the model group version history.
    ModelGroupVersionHistoryId string
    ProjectId string
    The OCID of the project associated with the modelGroupVersionHistory.
    State string
    The state of the modelGroupVersionHistory.
    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
    CompartmentId string
    The OCID of the modelGroupVersionHistory's compartment.
    CreatedBy string
    The OCID of the user who created the modelGroupVersionHistory.
    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
    A short description of the modelGroupVersionHistory.
    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 modelGroupVersionHistory.
    LatestModelGroupId string
    The OCID of the latest version of the model group associated.
    LifecycleDetails string
    Details about the lifecycle state of the model group version history.
    ModelGroupVersionHistoryId string
    ProjectId string
    The OCID of the project associated with the modelGroupVersionHistory.
    State string
    The state of the modelGroupVersionHistory.
    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
    compartmentId String
    The OCID of the modelGroupVersionHistory's compartment.
    createdBy String
    The OCID of the user who created the modelGroupVersionHistory.
    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
    A short description of the modelGroupVersionHistory.
    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 modelGroupVersionHistory.
    latestModelGroupId String
    The OCID of the latest version of the model group associated.
    lifecycleDetails String
    Details about the lifecycle state of the model group version history.
    modelGroupVersionHistoryId String
    projectId String
    The OCID of the project associated with the modelGroupVersionHistory.
    state String
    The state of the modelGroupVersionHistory.
    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
    compartmentId string
    The OCID of the modelGroupVersionHistory's compartment.
    createdBy string
    The OCID of the user who created the modelGroupVersionHistory.
    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
    A short description of the modelGroupVersionHistory.
    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 modelGroupVersionHistory.
    latestModelGroupId string
    The OCID of the latest version of the model group associated.
    lifecycleDetails string
    Details about the lifecycle state of the model group version history.
    modelGroupVersionHistoryId string
    projectId string
    The OCID of the project associated with the modelGroupVersionHistory.
    state string
    The state of the modelGroupVersionHistory.
    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
    compartment_id str
    The OCID of the modelGroupVersionHistory's compartment.
    created_by str
    The OCID of the user who created the modelGroupVersionHistory.
    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
    A short description of the modelGroupVersionHistory.
    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 modelGroupVersionHistory.
    latest_model_group_id str
    The OCID of the latest version of the model group associated.
    lifecycle_details str
    Details about the lifecycle state of the model group version history.
    model_group_version_history_id str
    project_id str
    The OCID of the project associated with the modelGroupVersionHistory.
    state str
    The state of the modelGroupVersionHistory.
    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
    compartmentId String
    The OCID of the modelGroupVersionHistory's compartment.
    createdBy String
    The OCID of the user who created the modelGroupVersionHistory.
    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
    A short description of the modelGroupVersionHistory.
    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 modelGroupVersionHistory.
    latestModelGroupId String
    The OCID of the latest version of the model group associated.
    lifecycleDetails String
    Details about the lifecycle state of the model group version history.
    modelGroupVersionHistoryId String
    projectId String
    The OCID of the project associated with the modelGroupVersionHistory.
    state String
    The state of the modelGroupVersionHistory.
    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

    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