Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.DataScience.getModelGroup
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 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 dictionaryThe following arguments are supported:
- Model
Group stringId - The OCID of the modelGroup.
- Model
Group stringId - The OCID of the modelGroup.
- model
Group StringId - The OCID of the modelGroup.
- model
Group stringId - The OCID of the modelGroup.
- model_
group_ strid - The OCID of the modelGroup.
- model
Group StringId - The OCID of the modelGroup.
getModelGroup Result
The following output properties are available:
- Compartment
Id string - The OCID of the modelGroup's compartment.
- Create
Type string - The type of the model group create operation.
- Created
By string - The OCID of the user who created the modelGroup.
- 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.
- Display
Name string - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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.
- Lifecycle
Details string - Details about the lifecycle state of the model group.
- Member
Model List<GetEntries Model Group Member Model Entry> - List of member models (inferenceKey & modelId) to be associated with the model group.
- Model
Group List<GetClone Source Details Model Group Model Group Clone Source Detail> - Model
Group List<GetDetails Model Group Model Group Detail> - The model group details.
- Model
Group stringId - Model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- Model
Group stringVersion History Name - The name of the model group version history to which the model group is associated.
- Project
Id string - The OCID of the project associated with the modelGroup.
- Source
Model stringGroup Id - The OCID of the model group used for the clone operation.
- State string
- The state of the modelGroup.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- Time
Updated string - 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 string - Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
- Version
Label string - An additional description of the lifecycle state of the model group.
- Compartment
Id string - The OCID of the modelGroup's compartment.
- Create
Type string - The type of the model group create operation.
- Created
By string - The OCID of the user who created the modelGroup.
- 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.
- Display
Name string - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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.
- Lifecycle
Details string - Details about the lifecycle state of the model group.
- Member
Model []GetEntries Model Group Member Model Entry - List of member models (inferenceKey & modelId) to be associated with the model group.
- Model
Group []GetClone Source Details Model Group Model Group Clone Source Detail - Model
Group []GetDetails Model Group Model Group Detail - The model group details.
- Model
Group stringId - Model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- Model
Group stringVersion History Name - The name of the model group version history to which the model group is associated.
- Project
Id string - The OCID of the project associated with the modelGroup.
- Source
Model stringGroup Id - The OCID of the model group used for the clone operation.
- State string
- The state of the modelGroup.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- Time
Updated string - 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 string - Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
- Version
Label string - An additional description of the lifecycle state of the model group.
- compartment
Id String - The OCID of the modelGroup's compartment.
- create
Type String - The type of the model group create operation.
- created
By String - The OCID of the user who created the modelGroup.
- 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.
- display
Name String - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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.
- lifecycle
Details String - Details about the lifecycle state of the model group.
- member
Model List<GetEntries Model Group Member Model Entry> - List of member models (inferenceKey & modelId) to be associated with the model group.
- model
Group List<GetClone Source Details Model Group Model Group Clone Source Detail> - model
Group List<GetDetails Model Group Model Group Detail> - The model group details.
- model
Group StringId - model
Group StringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- model
Group StringVersion History Name - The name of the model group version history to which the model group is associated.
- project
Id String - The OCID of the project associated with the modelGroup.
- source
Model StringGroup Id - The OCID of the model group used for the clone operation.
- state String
- The state of the modelGroup.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- time
Updated String - 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 String - Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
- version
Label String - An additional description of the lifecycle state of the model group.
- compartment
Id string - The OCID of the modelGroup's compartment.
- create
Type string - The type of the model group create operation.
- created
By string - The OCID of the user who created the modelGroup.
- {[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.
- display
Name string - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- {[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.
- lifecycle
Details string - Details about the lifecycle state of the model group.
- member
Model GetEntries Model Group Member Model Entry[] - List of member models (inferenceKey & modelId) to be associated with the model group.
- model
Group GetClone Source Details Model Group Model Group Clone Source Detail[] - model
Group GetDetails Model Group Model Group Detail[] - The model group details.
- model
Group stringId - model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- model
Group stringVersion History Name - The name of the model group version history to which the model group is associated.
- project
Id string - The OCID of the project associated with the modelGroup.
- source
Model stringGroup Id - The OCID of the model group used for the clone operation.
- state string
- The state of the modelGroup.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- time
Updated string - 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 string - Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
- version
Label 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.
- 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.
- 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_ Sequence[Getentries Model Group Member Model Entry] - List of member models (inferenceKey & modelId) to be associated with the model group.
- model_
group_ Sequence[Getclone_ source_ details Model Group Model Group Clone Source Detail] - model_
group_ Sequence[Getdetails Model Group Model Group Detail] - The model group details.
- model_
group_ strid - model_
group_ strversion_ history_ id - The OCID of the model group version history to which the modelGroup is associated.
- model_
group_ strversion_ history_ name - 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_ strgroup_ id - The OCID of the model group used for the clone operation.
- state str
- The state of the modelGroup.
- 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.
- compartment
Id String - The OCID of the modelGroup's compartment.
- create
Type String - The type of the model group create operation.
- created
By String - The OCID of the user who created the modelGroup.
- 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.
- display
Name String - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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.
- lifecycle
Details String - Details about the lifecycle state of the model group.
- member
Model List<Property Map>Entries - List of member models (inferenceKey & modelId) to be associated with the model group.
- model
Group List<Property Map>Clone Source Details - model
Group List<Property Map>Details - The model group details.
- model
Group StringId - model
Group StringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- model
Group StringVersion History Name - The name of the model group version history to which the model group is associated.
- project
Id String - The OCID of the project associated with the modelGroup.
- source
Model StringGroup Id - The OCID of the model group used for the clone operation.
- state String
- The state of the modelGroup.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- time
Updated String - 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 String - Unique identifier assigned to each version of the model group. It would be auto-incremented number generated by service.
- version
Label String - An additional description of the lifecycle state of the model group.
Supporting Types
GetModelGroupMemberModelEntry
- Member
Model List<GetDetails Model Group Member Model Entry Member Model Detail> - Each List item contains inference key and model ocid.
- Member
Model []GetDetails Model Group Member Model Entry Member Model Detail - Each List item contains inference key and model ocid.
- member
Model List<GetDetails Model Group Member Model Entry Member Model Detail> - Each List item contains inference key and model ocid.
- member
Model GetDetails Model Group Member Model Entry Member Model Detail[] - Each List item contains inference key and model ocid.
- member_
model_ Sequence[Getdetails Model Group Member Model Entry Member Model Detail] - Each List item contains inference key and model ocid.
- member
Model List<Property Map>Details - Each List item contains inference key and model ocid.
GetModelGroupMemberModelEntryMemberModelDetail
- Inference
Key string - SaaS friendly name of the model.
- Model
Id string - The OCID of the model.
- Inference
Key string - SaaS friendly name of the model.
- Model
Id string - The OCID of the model.
- inference
Key String - SaaS friendly name of the model.
- model
Id String - The OCID of the model.
- inference
Key string - SaaS friendly name of the model.
- model
Id string - The OCID of the model.
- inference_
key str - SaaS friendly name of the model.
- model_
id str - The OCID of the model.
- inference
Key String - SaaS friendly name of the model.
- model
Id String - The OCID of the model.
GetModelGroupModelGroupCloneSourceDetail
GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetail
- 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.
- Display
Name string - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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"} - Model
Group List<GetDetails Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail> - The model group details.
- Model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- Version
Label string - An additional description of the lifecycle state of the model group.
- 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.
- Display
Name string - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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"} - Model
Group []GetDetails Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail - The model group details.
- Model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- Version
Label string - An additional description of the lifecycle state of the model group.
- 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.
- display
Name String - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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"} - model
Group List<GetDetails Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail> - The model group details.
- model
Group StringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- version
Label String - An additional description of the lifecycle state of the model group.
- {[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.
- display
Name string - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- {[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"} - model
Group GetDetails Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail[] - The model group details.
- model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- version
Label string - An additional description of the lifecycle state of the model group.
- 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.
- 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_ Sequence[Getdetails Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail] - The model group details.
- model_
group_ strversion_ history_ id - 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.
- 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.
- display
Name String - A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- 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"} - model
Group List<Property Map>Details - The model group details.
- model
Group StringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- version
Label String - An additional description of the lifecycle state of the model group.
GetModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail
- Base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- Custom
Metadata List<GetLists Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail Custom Metadata List> - An array of custom metadata details for the model group.
- Type string
- The type of the model group.
- Base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- Custom
Metadata []GetLists Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail Custom Metadata List - An array of custom metadata details for the model group.
- Type string
- The type of the model group.
- base
Model StringId - The OCID of the model in the group that represents the base model for stacked deployment.
- custom
Metadata List<GetLists Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail Custom Metadata List> - An array of custom metadata details for the model group.
- type String
- The type of the model group.
- base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- custom
Metadata GetLists Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail Custom Metadata List[] - An array of custom metadata details for the model group.
- type string
- The type of the model group.
- base_
model_ strid - The OCID of the model in the group that represents the base model for stacked deployment.
- custom_
metadata_ Sequence[Getlists Model Group Model Group Clone Source Detail Modify Model Group Detail Model Group Detail Custom Metadata List] - An array of custom metadata details for the model group.
- type str
- The type of the model group.
- base
Model StringId - The OCID of the model in the group that represents the base model for stacked deployment.
- custom
Metadata List<Property Map>Lists - 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
- Inference
Key string - SaaS friendly name of the model.
- Model
Id string - The OCID of the model.
- Inference
Key string - SaaS friendly name of the model.
- Model
Id string - The OCID of the model.
- inference
Key String - SaaS friendly name of the model.
- model
Id String - The OCID of the model.
- inference
Key string - SaaS friendly name of the model.
- model
Id string - The OCID of the model.
- inference_
key str - SaaS friendly name of the model.
- model_
id str - The OCID of the model.
- inference
Key String - SaaS friendly name of the model.
- model
Id String - The OCID of the model.
GetModelGroupModelGroupDetail
- Base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- Custom
Metadata List<GetLists Model Group Model Group Detail Custom Metadata List> - An array of custom metadata details for the model group.
- Type string
- The type of the model group.
- Base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- Custom
Metadata []GetLists Model Group Model Group Detail Custom Metadata List - An array of custom metadata details for the model group.
- Type string
- The type of the model group.
- base
Model StringId - The OCID of the model in the group that represents the base model for stacked deployment.
- custom
Metadata List<GetLists Model Group Model Group Detail Custom Metadata List> - An array of custom metadata details for the model group.
- type String
- The type of the model group.
- base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- custom
Metadata GetLists Model Group Model Group Detail Custom Metadata List[] - An array of custom metadata details for the model group.
- type string
- The type of the model group.
- base_
model_ strid - The OCID of the model in the group that represents the base model for stacked deployment.
- custom_
metadata_ Sequence[Getlists Model Group Model Group Detail Custom Metadata List] - An array of custom metadata details for the model group.
- type str
- The type of the model group.
- base
Model StringId - The OCID of the model in the group that represents the base model for stacked deployment.
- custom
Metadata List<Property Map>Lists - 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
ociTerraform Provider.
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
