1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getModelVersionSet
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.DataScience.getModelVersionSet

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

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

Gets the specified model version set information.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testModelVersionSet = oci.DataScience.getModelVersionSet({
    modelVersionSetId: testModelVersionSetOciDatascienceModelVersionSet.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_model_version_set = oci.DataScience.get_model_version_set(model_version_set_id=test_model_version_set_oci_datascience_model_version_set["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datascience.GetModelVersionSet(ctx, &datascience.GetModelVersionSetArgs{
			ModelVersionSetId: testModelVersionSetOciDatascienceModelVersionSet.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testModelVersionSet = Oci.DataScience.GetModelVersionSet.Invoke(new()
    {
        ModelVersionSetId = testModelVersionSetOciDatascienceModelVersionSet.Id,
    });

});
Copy
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.GetModelVersionSetArgs;
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 testModelVersionSet = DataScienceFunctions.getModelVersionSet(GetModelVersionSetArgs.builder()
            .modelVersionSetId(testModelVersionSetOciDatascienceModelVersionSet.id())
            .build());

    }
}
Copy
variables:
  testModelVersionSet:
    fn::invoke:
      function: oci:DataScience:getModelVersionSet
      arguments:
        modelVersionSetId: ${testModelVersionSetOciDatascienceModelVersionSet.id}
Copy

Using getModelVersionSet

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 getModelVersionSet(args: GetModelVersionSetArgs, opts?: InvokeOptions): Promise<GetModelVersionSetResult>
function getModelVersionSetOutput(args: GetModelVersionSetOutputArgs, opts?: InvokeOptions): Output<GetModelVersionSetResult>
Copy
def get_model_version_set(model_version_set_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetModelVersionSetResult
def get_model_version_set_output(model_version_set_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetModelVersionSetResult]
Copy
func GetModelVersionSet(ctx *Context, args *GetModelVersionSetArgs, opts ...InvokeOption) (*GetModelVersionSetResult, error)
func GetModelVersionSetOutput(ctx *Context, args *GetModelVersionSetOutputArgs, opts ...InvokeOption) GetModelVersionSetResultOutput
Copy

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

public static class GetModelVersionSet 
{
    public static Task<GetModelVersionSetResult> InvokeAsync(GetModelVersionSetArgs args, InvokeOptions? opts = null)
    public static Output<GetModelVersionSetResult> Invoke(GetModelVersionSetInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetModelVersionSetResult> getModelVersionSet(GetModelVersionSetArgs args, InvokeOptions options)
public static Output<GetModelVersionSetResult> getModelVersionSet(GetModelVersionSetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataScience/getModelVersionSet:getModelVersionSet
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ModelVersionSetId This property is required. string
The OCID of the model version set.
ModelVersionSetId This property is required. string
The OCID of the model version set.
modelVersionSetId This property is required. String
The OCID of the model version set.
modelVersionSetId This property is required. string
The OCID of the model version set.
model_version_set_id This property is required. str
The OCID of the model version set.
modelVersionSetId This property is required. String
The OCID of the model version set.

getModelVersionSet Result

The following output properties are available:

Category string
The category of the model version set.
CompartmentId string
The OCID of the model version set compartment.
CreatedBy string
The OCID of the user who created the model version set.
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 model version set.
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 model version set.
ModelVersionSetId string
Name string
A user-friendly name for the resource. It must be unique and can't be modified.
ProjectId string
The OCID of the project associated with the model version set.
State string
The state of the model version set.
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 that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
TimeUpdated string
The date and time that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
Category string
The category of the model version set.
CompartmentId string
The OCID of the model version set compartment.
CreatedBy string
The OCID of the user who created the model version set.
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 model version set.
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 model version set.
ModelVersionSetId string
Name string
A user-friendly name for the resource. It must be unique and can't be modified.
ProjectId string
The OCID of the project associated with the model version set.
State string
The state of the model version set.
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 that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
TimeUpdated string
The date and time that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
category String
The category of the model version set.
compartmentId String
The OCID of the model version set compartment.
createdBy String
The OCID of the user who created the model version set.
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 model version set.
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 model version set.
modelVersionSetId String
name String
A user-friendly name for the resource. It must be unique and can't be modified.
projectId String
The OCID of the project associated with the model version set.
state String
The state of the model version set.
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 that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeUpdated String
The date and time that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
category string
The category of the model version set.
compartmentId string
The OCID of the model version set compartment.
createdBy string
The OCID of the user who created the model version set.
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 model version set.
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 model version set.
modelVersionSetId string
name string
A user-friendly name for the resource. It must be unique and can't be modified.
projectId string
The OCID of the project associated with the model version set.
state string
The state of the model version set.
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 that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeUpdated string
The date and time that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
category str
The category of the model version set.
compartment_id str
The OCID of the model version set compartment.
created_by str
The OCID of the user who created the model version set.
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 model version set.
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 model version set.
model_version_set_id str
name str
A user-friendly name for the resource. It must be unique and can't be modified.
project_id str
The OCID of the project associated with the model version set.
state str
The state of the model version set.
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 that 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 that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
category String
The category of the model version set.
compartmentId String
The OCID of the model version set compartment.
createdBy String
The OCID of the user who created the model version set.
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 model version set.
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 model version set.
modelVersionSetId String
name String
A user-friendly name for the resource. It must be unique and can't be modified.
projectId String
The OCID of the project associated with the model version set.
state String
The state of the model version set.
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 that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeUpdated String
The date and time that the resource was created 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.
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi