Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi
oci.DataScience.getModelGroups
Explore with Pulumi AI
This data source provides the list of Model Groups in Oracle Cloud Infrastructure Data Science service.
Lists all the modelGroups in the specified compartment. The query must include compartmentId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testModelGroups = oci.DataScience.getModelGroups({
compartmentId: compartmentId,
createdBy: modelGroupCreatedBy,
displayName: modelGroupDisplayName,
id: modelGroupId,
modelGroupVersionHistoryId: testModelGroupVersionHistory.id,
projectId: testProject.id,
state: modelGroupState,
});
import pulumi
import pulumi_oci as oci
test_model_groups = oci.DataScience.get_model_groups(compartment_id=compartment_id,
created_by=model_group_created_by,
display_name=model_group_display_name,
id=model_group_id,
model_group_version_history_id=test_model_group_version_history["id"],
project_id=test_project["id"],
state=model_group_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/datascience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datascience.GetModelGroups(ctx, &datascience.GetModelGroupsArgs{
CompartmentId: compartmentId,
CreatedBy: pulumi.StringRef(modelGroupCreatedBy),
DisplayName: pulumi.StringRef(modelGroupDisplayName),
Id: pulumi.StringRef(modelGroupId),
ModelGroupVersionHistoryId: pulumi.StringRef(testModelGroupVersionHistory.Id),
ProjectId: pulumi.StringRef(testProject.Id),
State: pulumi.StringRef(modelGroupState),
}, 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 testModelGroups = Oci.DataScience.GetModelGroups.Invoke(new()
{
CompartmentId = compartmentId,
CreatedBy = modelGroupCreatedBy,
DisplayName = modelGroupDisplayName,
Id = modelGroupId,
ModelGroupVersionHistoryId = testModelGroupVersionHistory.Id,
ProjectId = testProject.Id,
State = modelGroupState,
});
});
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.GetModelGroupsArgs;
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 testModelGroups = DataScienceFunctions.getModelGroups(GetModelGroupsArgs.builder()
.compartmentId(compartmentId)
.createdBy(modelGroupCreatedBy)
.displayName(modelGroupDisplayName)
.id(modelGroupId)
.modelGroupVersionHistoryId(testModelGroupVersionHistory.id())
.projectId(testProject.id())
.state(modelGroupState)
.build());
}
}
variables:
testModelGroups:
fn::invoke:
function: oci:DataScience:getModelGroups
arguments:
compartmentId: ${compartmentId}
createdBy: ${modelGroupCreatedBy}
displayName: ${modelGroupDisplayName}
id: ${modelGroupId}
modelGroupVersionHistoryId: ${testModelGroupVersionHistory.id}
projectId: ${testProject.id}
state: ${modelGroupState}
Using getModelGroups
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 getModelGroups(args: GetModelGroupsArgs, opts?: InvokeOptions): Promise<GetModelGroupsResult>
function getModelGroupsOutput(args: GetModelGroupsOutputArgs, opts?: InvokeOptions): Output<GetModelGroupsResult>
def get_model_groups(compartment_id: Optional[str] = None,
created_by: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetModelGroupsFilter]] = None,
id: Optional[str] = None,
model_group_version_history_id: Optional[str] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetModelGroupsResult
def get_model_groups_output(compartment_id: Optional[pulumi.Input[str]] = None,
created_by: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetModelGroupsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
model_group_version_history_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetModelGroupsResult]
func GetModelGroups(ctx *Context, args *GetModelGroupsArgs, opts ...InvokeOption) (*GetModelGroupsResult, error)
func GetModelGroupsOutput(ctx *Context, args *GetModelGroupsOutputArgs, opts ...InvokeOption) GetModelGroupsResultOutput
> Note: This function is named GetModelGroups
in the Go SDK.
public static class GetModelGroups
{
public static Task<GetModelGroupsResult> InvokeAsync(GetModelGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetModelGroupsResult> Invoke(GetModelGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetModelGroupsResult> getModelGroups(GetModelGroupsArgs args, InvokeOptions options)
public static Output<GetModelGroupsResult> getModelGroups(GetModelGroupsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getModelGroups:getModelGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - Filter results by the OCID of the user who created the resource.
- Display
Name string - Filter results by its user-friendly name.
- Filters
List<Get
Model Groups Filter> - Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Model
Group stringVersion History Id - The OCID of the modelGroupVersionHistory.
- Project
Id string - Filter results by the OCID of the project.
- State string
- A filter to return resources matching the given lifecycleState.
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - Filter results by the OCID of the user who created the resource.
- Display
Name string - Filter results by its user-friendly name.
- Filters
[]Get
Model Groups Filter - Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Model
Group stringVersion History Id - The OCID of the modelGroupVersionHistory.
- Project
Id string - Filter results by the OCID of the project.
- State string
- A filter to return resources matching the given lifecycleState.
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - Filter results by the OCID of the user who created the resource.
- display
Name String - Filter results by its user-friendly name.
- filters
List<Get
Model Groups Filter> - id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- model
Group StringVersion History Id - The OCID of the modelGroupVersionHistory.
- project
Id String - Filter results by the OCID of the project.
- state String
- A filter to return resources matching the given lifecycleState.
- compartment
Id string - Filter results by the OCID of the compartment.
- created
By string - Filter results by the OCID of the user who created the resource.
- display
Name string - Filter results by its user-friendly name.
- filters
Get
Model Groups Filter[] - id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- model
Group stringVersion History Id - The OCID of the modelGroupVersionHistory.
- project
Id string - Filter results by the OCID of the project.
- state string
- A filter to return resources matching the given lifecycleState.
- compartment_
id str - Filter results by the OCID of the compartment.
- created_
by str - Filter results by the OCID of the user who created the resource.
- display_
name str - Filter results by its user-friendly name.
- filters
Sequence[Get
Model Groups Filter] - id str
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- model_
group_ strversion_ history_ id - The OCID of the modelGroupVersionHistory.
- project_
id str - Filter results by the OCID of the project.
- state str
- A filter to return resources matching the given lifecycleState.
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - Filter results by the OCID of the user who created the resource.
- display
Name String - Filter results by its user-friendly name.
- filters List<Property Map>
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- model
Group StringVersion History Id - The OCID of the modelGroupVersionHistory.
- project
Id String - Filter results by the OCID of the project.
- state String
- A filter to return resources matching the given lifecycleState.
getModelGroups Result
The following output properties are available:
- Compartment
Id string - The OCID of the modelGroup's compartment.
- Model
Groups List<GetModel Groups Model Group> - The list of model_groups.
- Created
By string - The OCID of the user who created the modelGroup.
- 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.
- Filters
List<Get
Model Groups Filter> - Id string
- The OCID of the modelGroup.
- Model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- Project
Id string - The OCID of the project associated with the modelGroup.
- State string
- The state of the modelGroup.
- Compartment
Id string - The OCID of the modelGroup's compartment.
- Model
Groups []GetModel Groups Model Group - The list of model_groups.
- Created
By string - The OCID of the user who created the modelGroup.
- 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.
- Filters
[]Get
Model Groups Filter - Id string
- The OCID of the modelGroup.
- Model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- Project
Id string - The OCID of the project associated with the modelGroup.
- State string
- The state of the modelGroup.
- compartment
Id String - The OCID of the modelGroup's compartment.
- model
Groups List<GetModel Groups Model Group> - The list of model_groups.
- created
By String - The OCID of the user who created the modelGroup.
- 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.
- filters
List<Get
Model Groups Filter> - id String
- The OCID of the modelGroup.
- model
Group StringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- project
Id String - The OCID of the project associated with the modelGroup.
- state String
- The state of the modelGroup.
- compartment
Id string - The OCID of the modelGroup's compartment.
- model
Groups GetModel Groups Model Group[] - The list of model_groups.
- created
By string - The OCID of the user who created the modelGroup.
- 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.
- filters
Get
Model Groups Filter[] - id string
- The OCID of the modelGroup.
- model
Group stringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- project
Id string - The OCID of the project associated with the modelGroup.
- state string
- The state of the modelGroup.
- compartment_
id str - The OCID of the modelGroup's compartment.
- model_
groups Sequence[GetModel Groups Model Group] - The list of model_groups.
- created_
by str - The OCID of the user who created the modelGroup.
- 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.
- filters
Sequence[Get
Model Groups Filter] - id str
- The OCID of the modelGroup.
- model_
group_ strversion_ history_ id - The OCID of the model group version history to which the modelGroup is associated.
- project_
id str - The OCID of the project associated with the modelGroup.
- state str
- The state of the modelGroup.
- compartment
Id String - The OCID of the modelGroup's compartment.
- model
Groups List<Property Map> - The list of model_groups.
- created
By String - The OCID of the user who created the modelGroup.
- 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.
- filters List<Property Map>
- id String
- The OCID of the modelGroup.
- model
Group StringVersion History Id - The OCID of the model group version history to which the modelGroup is associated.
- project
Id String - The OCID of the project associated with the modelGroup.
- state String
- The state of the modelGroup.
Supporting Types
GetModelGroupsFilter
GetModelGroupsModelGroup
- Compartment
Id string - Filter results by the OCID of the compartment.
- Create
Type string - The type of the model group create operation.
- Created
By string - Filter results by the OCID of the user who created the resource.
- 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 - Filter results by its user-friendly name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Lifecycle
Details string - Details about the lifecycle state of the model group.
- Member
Model List<GetEntries Model Groups 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 Groups Model Group Model Group Clone Source Detail> - Model
Group List<GetDetails Model Groups Model Group Model Group Detail> - The model group details.
- Model
Group stringVersion History Id - The OCID of the modelGroupVersionHistory.
- Model
Group stringVersion History Name - The name of the model group version history to which the model group is associated.
- Project
Id string - Filter results by the OCID of the project.
- Source
Model stringGroup Id - The OCID of the model group used for the clone operation.
- State string
- A filter to return resources matching the given lifecycleState.
- 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 - Filter results by the OCID of the compartment.
- Create
Type string - The type of the model group create operation.
- Created
By string - Filter results by the OCID of the user who created the resource.
- 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 - Filter results by its user-friendly name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Lifecycle
Details string - Details about the lifecycle state of the model group.
- Member
Model []GetEntries Model Groups Model Group Member Model Entry - List of member models (inferenceKey & modelId) to be associated with the model group.
- Model
Group []GetClone Source Details Model Groups Model Group Model Group Clone Source Detail - Model
Group []GetDetails Model Groups Model Group Model Group Detail - The model group details.
- Model
Group stringVersion History Id - The OCID of the modelGroupVersionHistory.
- Model
Group stringVersion History Name - The name of the model group version history to which the model group is associated.
- Project
Id string - Filter results by the OCID of the project.
- Source
Model stringGroup Id - The OCID of the model group used for the clone operation.
- State string
- A filter to return resources matching the given lifecycleState.
- 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 - Filter results by the OCID of the compartment.
- create
Type String - The type of the model group create operation.
- created
By String - Filter results by the OCID of the user who created the resource.
- 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 - Filter results by its user-friendly name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- lifecycle
Details String - Details about the lifecycle state of the model group.
- member
Model List<GetEntries Model Groups 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 Groups Model Group Model Group Clone Source Detail> - model
Group List<GetDetails Model Groups Model Group Model Group Detail> - The model group details.
- model
Group StringVersion History Id - The OCID of the modelGroupVersionHistory.
- model
Group StringVersion History Name - The name of the model group version history to which the model group is associated.
- project
Id String - Filter results by the OCID of the project.
- source
Model StringGroup Id - The OCID of the model group used for the clone operation.
- state String
- A filter to return resources matching the given lifecycleState.
- 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 - Filter results by the OCID of the compartment.
- create
Type string - The type of the model group create operation.
- created
By string - Filter results by the OCID of the user who created the resource.
- {[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 - Filter results by its user-friendly name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- lifecycle
Details string - Details about the lifecycle state of the model group.
- member
Model GetEntries Model Groups Model Group Member Model Entry[] - List of member models (inferenceKey & modelId) to be associated with the model group.
- model
Group GetClone Source Details Model Groups Model Group Model Group Clone Source Detail[] - model
Group GetDetails Model Groups Model Group Model Group Detail[] - The model group details.
- model
Group stringVersion History Id - The OCID of the modelGroupVersionHistory.
- model
Group stringVersion History Name - The name of the model group version history to which the model group is associated.
- project
Id string - Filter results by the OCID of the project.
- source
Model stringGroup Id - The OCID of the model group used for the clone operation.
- state string
- A filter to return resources matching the given lifecycleState.
- {[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 - Filter results by the OCID of the compartment.
- create_
type str - The type of the model group create operation.
- created_
by str - Filter results by the OCID of the user who created the resource.
- 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 - Filter results by its user-friendly name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id str
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- lifecycle_
details str - Details about the lifecycle state of the model group.
- member_
model_ Sequence[Getentries Model Groups 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 Groups Model Group Model Group Clone Source Detail] - model_
group_ Sequence[Getdetails Model Groups Model Group Model Group Detail] - The model group details.
- model_
group_ strversion_ history_ id - The OCID of the modelGroupVersionHistory.
- model_
group_ strversion_ history_ name - The name of the model group version history to which the model group is associated.
- project_
id str - Filter results by the OCID of the project.
- source_
model_ strgroup_ id - The OCID of the model group used for the clone operation.
- state str
- A filter to return resources matching the given lifecycleState.
- 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 - Filter results by the OCID of the compartment.
- create
Type String - The type of the model group create operation.
- created
By String - Filter results by the OCID of the user who created the resource.
- 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 - Filter results by its user-friendly name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- 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 StringVersion History Id - The OCID of the modelGroupVersionHistory.
- model
Group StringVersion History Name - The name of the model group version history to which the model group is associated.
- project
Id String - Filter results by the OCID of the project.
- source
Model StringGroup Id - The OCID of the model group used for the clone operation.
- state String
- A filter to return resources matching the given lifecycleState.
- 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.
GetModelGroupsModelGroupMemberModelEntry
- Member
Model List<GetDetails Model Groups Model Group Member Model Entry Member Model Detail> - Each List item contains inference key and model ocid.
- Member
Model []GetDetails Model Groups Model Group Member Model Entry Member Model Detail - Each List item contains inference key and model ocid.
- member
Model List<GetDetails Model Groups Model Group Member Model Entry Member Model Detail> - Each List item contains inference key and model ocid.
- member
Model GetDetails Model Groups Model Group Member Model Entry Member Model Detail[] - Each List item contains inference key and model ocid.
- member_
model_ Sequence[Getdetails Model Groups 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.
GetModelGroupsModelGroupMemberModelEntryMemberModelDetail
- 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.
GetModelGroupsModelGroupModelGroupCloneSourceDetail
GetModelGroupsModelGroupModelGroupCloneSourceDetailModifyModelGroupDetail
- 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 - Filter results by its user-friendly name.
- 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 Groups 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 modelGroupVersionHistory.
- 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 - Filter results by its user-friendly name.
- 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 Groups 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 modelGroupVersionHistory.
- 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 - Filter results by its user-friendly name.
- 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 Groups 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 modelGroupVersionHistory.
- 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 - Filter results by its user-friendly name.
- {[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 Groups 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 modelGroupVersionHistory.
- 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 - Filter results by its user-friendly name.
- 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 Groups 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 modelGroupVersionHistory.
- 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 - Filter results by its user-friendly name.
- 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 modelGroupVersionHistory.
- version
Label String - An additional description of the lifecycle state of the model group.
GetModelGroupsModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetail
- Base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- Custom
Metadata List<GetLists Model Groups 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 Groups 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 Groups 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 Groups 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 Groups 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.
GetModelGroupsModelGroupModelGroupCloneSourceDetailModifyModelGroupDetailModelGroupDetailCustomMetadataList
- 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.
GetModelGroupsModelGroupModelGroupCloneSourceDetailPatchModelGroupMemberModelDetail
GetModelGroupsModelGroupModelGroupCloneSourceDetailPatchModelGroupMemberModelDetailItem
GetModelGroupsModelGroupModelGroupCloneSourceDetailPatchModelGroupMemberModelDetailItemValue
- 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.
GetModelGroupsModelGroupModelGroupDetail
- Base
Model stringId - The OCID of the model in the group that represents the base model for stacked deployment.
- Custom
Metadata List<GetLists Model Groups 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 Groups 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 Groups 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 Groups 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 Groups 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.
GetModelGroupsModelGroupModelGroupDetailCustomMetadataList
- 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.