Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
oci.AiVision.getModels
This data source provides the list of Models in Oracle Cloud Infrastructure Ai Vision service.
Returns a list of models in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testModels = oci.AiVision.getModels({
compartmentId: compartmentId,
displayName: modelDisplayName,
id: modelId,
projectId: testProject.id,
state: modelState,
});
import pulumi
import pulumi_oci as oci
test_models = oci.AiVision.get_models(compartment_id=compartment_id,
display_name=model_display_name,
id=model_id,
project_id=test_project["id"],
state=model_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/aivision"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := aivision.GetModels(ctx, &aivision.GetModelsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(modelDisplayName),
Id: pulumi.StringRef(modelId),
ProjectId: pulumi.StringRef(testProject.Id),
State: pulumi.StringRef(modelState),
}, 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 testModels = Oci.AiVision.GetModels.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = modelDisplayName,
Id = modelId,
ProjectId = testProject.Id,
State = modelState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.AiVision.AiVisionFunctions;
import com.pulumi.oci.AiVision.inputs.GetModelsArgs;
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 testModels = AiVisionFunctions.getModels(GetModelsArgs.builder()
.compartmentId(compartmentId)
.displayName(modelDisplayName)
.id(modelId)
.projectId(testProject.id())
.state(modelState)
.build());
}
}
variables:
testModels:
fn::invoke:
function: oci:AiVision:getModels
arguments:
compartmentId: ${compartmentId}
displayName: ${modelDisplayName}
id: ${modelId}
projectId: ${testProject.id}
state: ${modelState}
Using getModels
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 getModels(args: GetModelsArgs, opts?: InvokeOptions): Promise<GetModelsResult>
function getModelsOutput(args: GetModelsOutputArgs, opts?: InvokeOptions): Output<GetModelsResult>def get_models(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetModelsFilter]] = None,
id: Optional[str] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetModelsResult
def get_models_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetModelsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetModelsResult]func GetModels(ctx *Context, args *GetModelsArgs, opts ...InvokeOption) (*GetModelsResult, error)
func GetModelsOutput(ctx *Context, args *GetModelsOutputArgs, opts ...InvokeOption) GetModelsResultOutput> Note: This function is named GetModels in the Go SDK.
public static class GetModels
{
public static Task<GetModelsResult> InvokeAsync(GetModelsArgs args, InvokeOptions? opts = null)
public static Output<GetModelsResult> Invoke(GetModelsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetModelsResult> getModels(GetModelsArgs args, InvokeOptions options)
public static Output<GetModelsResult> getModels(GetModelsArgs args, InvokeOptions options)
fn::invoke:
function: oci:AiVision/getModels:getModels
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Models Filter> - Id string
- The filter to find the model with the given identifier.
- Project
Id string - The ID of the project for which to list the objects.
- State string
- The filter to match models with the given lifecycleState.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Models Filter - Id string
- The filter to find the model with the given identifier.
- Project
Id string - The ID of the project for which to list the objects.
- State string
- The filter to match models with the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Models Filter> - id String
- The filter to find the model with the given identifier.
- project
Id String - The ID of the project for which to list the objects.
- state String
- The filter to match models with the given lifecycleState.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Models Filter[] - id string
- The filter to find the model with the given identifier.
- project
Id string - The ID of the project for which to list the objects.
- state string
- The filter to match models with the given lifecycleState.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Models Filter] - id str
- The filter to find the model with the given identifier.
- project_
id str - The ID of the project for which to list the objects.
- state str
- The filter to match models with the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- The filter to find the model with the given identifier.
- project
Id String - The ID of the project for which to list the objects.
- state String
- The filter to match models with the given lifecycleState.
getModels Result
The following output properties are available:
- Model
Collections List<GetModels Model Collection> - The list of model_collection.
- Compartment
Id string - The compartment identifier.
- Display
Name string - A human-friendly name for the model, which can be changed.
- Filters
List<Get
Models Filter> - Id string
- A unique identifier that is immutable after creation.
- Project
Id string - The OCID of the project that contains the model.
- State string
- The current state of the model.
- Model
Collections []GetModels Model Collection - The list of model_collection.
- Compartment
Id string - The compartment identifier.
- Display
Name string - A human-friendly name for the model, which can be changed.
- Filters
[]Get
Models Filter - Id string
- A unique identifier that is immutable after creation.
- Project
Id string - The OCID of the project that contains the model.
- State string
- The current state of the model.
- model
Collections List<GetModels Model Collection> - The list of model_collection.
- compartment
Id String - The compartment identifier.
- display
Name String - A human-friendly name for the model, which can be changed.
- filters
List<Get
Models Filter> - id String
- A unique identifier that is immutable after creation.
- project
Id String - The OCID of the project that contains the model.
- state String
- The current state of the model.
- model
Collections GetModels Model Collection[] - The list of model_collection.
- compartment
Id string - The compartment identifier.
- display
Name string - A human-friendly name for the model, which can be changed.
- filters
Get
Models Filter[] - id string
- A unique identifier that is immutable after creation.
- project
Id string - The OCID of the project that contains the model.
- state string
- The current state of the model.
- model_
collections Sequence[GetModels Model Collection] - The list of model_collection.
- compartment_
id str - The compartment identifier.
- display_
name str - A human-friendly name for the model, which can be changed.
- filters
Sequence[Get
Models Filter] - id str
- A unique identifier that is immutable after creation.
- project_
id str - The OCID of the project that contains the model.
- state str
- The current state of the model.
- model
Collections List<Property Map> - The list of model_collection.
- compartment
Id String - The compartment identifier.
- display
Name String - A human-friendly name for the model, which can be changed.
- filters List<Property Map>
- id String
- A unique identifier that is immutable after creation.
- project
Id String - The OCID of the project that contains the model.
- state String
- The current state of the model.
Supporting Types
GetModelsFilter
GetModelsModelCollection
GetModelsModelCollectionItem
- Average
Precision double - The mean average precision of the trained model.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Confidence
Threshold double - The intersection over the union threshold used for calculating precision and recall.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - Description string
- An optional description of the model.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - Id string
- The filter to find the model with the given identifier.
- Is
Quick boolMode - Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
- Lifecycle
Details string - A message describing the current state in more detail, that can provide actionable information if training failed.
- Max
Training doubleDuration In Hours - The maximum model training duration in hours, expressed as a decimal fraction.
- Metrics string
- The complete set of per-label metrics for successfully trained models.
- Model
Type string - What type of Vision model this is.
- Model
Version string - The version of the model.
- Precision double
- The precision of the trained model.
- Project
Id string - The ID of the project for which to list the objects.
- Recall double
- Recall of the trained model.
- State string
- The filter to match models with the given lifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - Test
Image intCount - The number of images set aside for evaluating model performance metrics after training.
- Testing
Datasets List<GetModels Model Collection Item Testing Dataset> - The base entity which is the input for creating and training a model.
- Time
Created string - When the model was created, as an RFC3339 datetime string.
- Time
Updated string - When the model was updated, as an RFC3339 datetime string.
- Total
Image intCount - The number of images in the dataset used to train, validate, and test the model.
- Trained
Duration doubleIn Hours - The total hours actually used for model training.
- Training
Datasets List<GetModels Model Collection Item Training Dataset> - The base entity which is the input for creating and training a model.
- Validation
Datasets List<GetModels Model Collection Item Validation Dataset> - The base entity which is the input for creating and training a model.
- Average
Precision float64 - The mean average precision of the trained model.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Confidence
Threshold float64 - The intersection over the union threshold used for calculating precision and recall.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - Description string
- An optional description of the model.
- Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]string
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - Id string
- The filter to find the model with the given identifier.
- Is
Quick boolMode - Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
- Lifecycle
Details string - A message describing the current state in more detail, that can provide actionable information if training failed.
- Max
Training float64Duration In Hours - The maximum model training duration in hours, expressed as a decimal fraction.
- Metrics string
- The complete set of per-label metrics for successfully trained models.
- Model
Type string - What type of Vision model this is.
- Model
Version string - The version of the model.
- Precision float64
- The precision of the trained model.
- Project
Id string - The ID of the project for which to list the objects.
- Recall float64
- Recall of the trained model.
- State string
- The filter to match models with the given lifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - Test
Image intCount - The number of images set aside for evaluating model performance metrics after training.
- Testing
Datasets []GetModels Model Collection Item Testing Dataset - The base entity which is the input for creating and training a model.
- Time
Created string - When the model was created, as an RFC3339 datetime string.
- Time
Updated string - When the model was updated, as an RFC3339 datetime string.
- Total
Image intCount - The number of images in the dataset used to train, validate, and test the model.
- Trained
Duration float64In Hours - The total hours actually used for model training.
- Training
Datasets []GetModels Model Collection Item Training Dataset - The base entity which is the input for creating and training a model.
- Validation
Datasets []GetModels Model Collection Item Validation Dataset - The base entity which is the input for creating and training a model.
- average
Precision Double - The mean average precision of the trained model.
- compartment
Id String - The ID of the compartment in which to list resources.
- confidence
Threshold Double - The intersection over the union threshold used for calculating precision and recall.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description String
- An optional description of the model.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,String>
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id String
- The filter to find the model with the given identifier.
- is
Quick BooleanMode - Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
- lifecycle
Details String - A message describing the current state in more detail, that can provide actionable information if training failed.
- max
Training DoubleDuration In Hours - The maximum model training duration in hours, expressed as a decimal fraction.
- metrics String
- The complete set of per-label metrics for successfully trained models.
- model
Type String - What type of Vision model this is.
- model
Version String - The version of the model.
- precision Double
- The precision of the trained model.
- project
Id String - The ID of the project for which to list the objects.
- recall Double
- Recall of the trained model.
- state String
- The filter to match models with the given lifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - test
Image IntegerCount - The number of images set aside for evaluating model performance metrics after training.
- testing
Datasets List<GetModels Model Collection Item Testing Dataset> - The base entity which is the input for creating and training a model.
- time
Created String - When the model was created, as an RFC3339 datetime string.
- time
Updated String - When the model was updated, as an RFC3339 datetime string.
- total
Image IntegerCount - The number of images in the dataset used to train, validate, and test the model.
- trained
Duration DoubleIn Hours - The total hours actually used for model training.
- training
Datasets List<GetModels Model Collection Item Training Dataset> - The base entity which is the input for creating and training a model.
- validation
Datasets List<GetModels Model Collection Item Validation Dataset> - The base entity which is the input for creating and training a model.
- average
Precision number - The mean average precision of the trained model.
- compartment
Id string - The ID of the compartment in which to list resources.
- confidence
Threshold number - The intersection over the union threshold used for calculating precision and recall.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description string
- An optional description of the model.
- display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id string
- The filter to find the model with the given identifier.
- is
Quick booleanMode - Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
- lifecycle
Details string - A message describing the current state in more detail, that can provide actionable information if training failed.
- max
Training numberDuration In Hours - The maximum model training duration in hours, expressed as a decimal fraction.
- metrics string
- The complete set of per-label metrics for successfully trained models.
- model
Type string - What type of Vision model this is.
- model
Version string - The version of the model.
- precision number
- The precision of the trained model.
- project
Id string - The ID of the project for which to list the objects.
- recall number
- Recall of the trained model.
- state string
- The filter to match models with the given lifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - test
Image numberCount - The number of images set aside for evaluating model performance metrics after training.
- testing
Datasets GetModels Model Collection Item Testing Dataset[] - The base entity which is the input for creating and training a model.
- time
Created string - When the model was created, as an RFC3339 datetime string.
- time
Updated string - When the model was updated, as an RFC3339 datetime string.
- total
Image numberCount - The number of images in the dataset used to train, validate, and test the model.
- trained
Duration numberIn Hours - The total hours actually used for model training.
- training
Datasets GetModels Model Collection Item Training Dataset[] - The base entity which is the input for creating and training a model.
- validation
Datasets GetModels Model Collection Item Validation Dataset[] - The base entity which is the input for creating and training a model.
- average_
precision float - The mean average precision of the trained model.
- compartment_
id str - The ID of the compartment in which to list resources.
- confidence_
threshold float - The intersection over the union threshold used for calculating precision and recall.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description str
- An optional description of the model.
- display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id str
- The filter to find the model with the given identifier.
- is_
quick_ boolmode - Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
- lifecycle_
details str - A message describing the current state in more detail, that can provide actionable information if training failed.
- max_
training_ floatduration_ in_ hours - The maximum model training duration in hours, expressed as a decimal fraction.
- metrics str
- The complete set of per-label metrics for successfully trained models.
- model_
type str - What type of Vision model this is.
- model_
version str - The version of the model.
- precision float
- The precision of the trained model.
- project_
id str - The ID of the project for which to list the objects.
- recall float
- Recall of the trained model.
- state str
- The filter to match models with the given lifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - test_
image_ intcount - The number of images set aside for evaluating model performance metrics after training.
- testing_
datasets Sequence[GetModels Model Collection Item Testing Dataset] - The base entity which is the input for creating and training a model.
- time_
created str - When the model was created, as an RFC3339 datetime string.
- time_
updated str - When the model was updated, as an RFC3339 datetime string.
- total_
image_ intcount - The number of images in the dataset used to train, validate, and test the model.
- trained_
duration_ floatin_ hours - The total hours actually used for model training.
- training_
datasets Sequence[GetModels Model Collection Item Training Dataset] - The base entity which is the input for creating and training a model.
- validation_
datasets Sequence[GetModels Model Collection Item Validation Dataset] - The base entity which is the input for creating and training a model.
- average
Precision Number - The mean average precision of the trained model.
- compartment
Id String - The ID of the compartment in which to list resources.
- confidence
Threshold Number - The intersection over the union threshold used for calculating precision and recall.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description String
- An optional description of the model.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String>
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id String
- The filter to find the model with the given identifier.
- is
Quick BooleanMode - Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
- lifecycle
Details String - A message describing the current state in more detail, that can provide actionable information if training failed.
- max
Training NumberDuration In Hours - The maximum model training duration in hours, expressed as a decimal fraction.
- metrics String
- The complete set of per-label metrics for successfully trained models.
- model
Type String - What type of Vision model this is.
- model
Version String - The version of the model.
- precision Number
- The precision of the trained model.
- project
Id String - The ID of the project for which to list the objects.
- recall Number
- Recall of the trained model.
- state String
- The filter to match models with the given lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - test
Image NumberCount - The number of images set aside for evaluating model performance metrics after training.
- testing
Datasets List<Property Map> - The base entity which is the input for creating and training a model.
- time
Created String - When the model was created, as an RFC3339 datetime string.
- time
Updated String - When the model was updated, as an RFC3339 datetime string.
- total
Image NumberCount - The number of images in the dataset used to train, validate, and test the model.
- trained
Duration NumberIn Hours - The total hours actually used for model training.
- training
Datasets List<Property Map> - The base entity which is the input for creating and training a model.
- validation
Datasets List<Property Map> - The base entity which is the input for creating and training a model.
GetModelsModelCollectionItemTestingDataset
- Bucket string
- The name of the Object Storage bucket that contains the input data file.
- Dataset
Id string - OCID of the Data Labeling dataset.
- Dataset
Type string - The dataset type, based on where it is stored.
- Namespace
Name string - Object string
- The object name of the input data file.
- Bucket string
- The name of the Object Storage bucket that contains the input data file.
- Dataset
Id string - OCID of the Data Labeling dataset.
- Dataset
Type string - The dataset type, based on where it is stored.
- Namespace
Name string - Object string
- The object name of the input data file.
- bucket String
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id String - OCID of the Data Labeling dataset.
- dataset
Type String - The dataset type, based on where it is stored.
- namespace
Name String - object String
- The object name of the input data file.
- bucket string
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id string - OCID of the Data Labeling dataset.
- dataset
Type string - The dataset type, based on where it is stored.
- namespace
Name string - object string
- The object name of the input data file.
- bucket str
- The name of the Object Storage bucket that contains the input data file.
- dataset_
id str - OCID of the Data Labeling dataset.
- dataset_
type str - The dataset type, based on where it is stored.
- namespace_
name str - object str
- The object name of the input data file.
- bucket String
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id String - OCID of the Data Labeling dataset.
- dataset
Type String - The dataset type, based on where it is stored.
- namespace
Name String - object String
- The object name of the input data file.
GetModelsModelCollectionItemTrainingDataset
- Bucket string
- The name of the Object Storage bucket that contains the input data file.
- Dataset
Id string - OCID of the Data Labeling dataset.
- Dataset
Type string - The dataset type, based on where it is stored.
- Namespace
Name string - Object string
- The object name of the input data file.
- Bucket string
- The name of the Object Storage bucket that contains the input data file.
- Dataset
Id string - OCID of the Data Labeling dataset.
- Dataset
Type string - The dataset type, based on where it is stored.
- Namespace
Name string - Object string
- The object name of the input data file.
- bucket String
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id String - OCID of the Data Labeling dataset.
- dataset
Type String - The dataset type, based on where it is stored.
- namespace
Name String - object String
- The object name of the input data file.
- bucket string
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id string - OCID of the Data Labeling dataset.
- dataset
Type string - The dataset type, based on where it is stored.
- namespace
Name string - object string
- The object name of the input data file.
- bucket str
- The name of the Object Storage bucket that contains the input data file.
- dataset_
id str - OCID of the Data Labeling dataset.
- dataset_
type str - The dataset type, based on where it is stored.
- namespace_
name str - object str
- The object name of the input data file.
- bucket String
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id String - OCID of the Data Labeling dataset.
- dataset
Type String - The dataset type, based on where it is stored.
- namespace
Name String - object String
- The object name of the input data file.
GetModelsModelCollectionItemValidationDataset
- Bucket string
- The name of the Object Storage bucket that contains the input data file.
- Dataset
Id string - OCID of the Data Labeling dataset.
- Dataset
Type string - The dataset type, based on where it is stored.
- Namespace
Name string - Object string
- The object name of the input data file.
- Bucket string
- The name of the Object Storage bucket that contains the input data file.
- Dataset
Id string - OCID of the Data Labeling dataset.
- Dataset
Type string - The dataset type, based on where it is stored.
- Namespace
Name string - Object string
- The object name of the input data file.
- bucket String
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id String - OCID of the Data Labeling dataset.
- dataset
Type String - The dataset type, based on where it is stored.
- namespace
Name String - object String
- The object name of the input data file.
- bucket string
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id string - OCID of the Data Labeling dataset.
- dataset
Type string - The dataset type, based on where it is stored.
- namespace
Name string - object string
- The object name of the input data file.
- bucket str
- The name of the Object Storage bucket that contains the input data file.
- dataset_
id str - OCID of the Data Labeling dataset.
- dataset_
type str - The dataset type, based on where it is stored.
- namespace_
name str - object str
- The object name of the input data file.
- bucket String
- The name of the Object Storage bucket that contains the input data file.
- dataset
Id String - OCID of the Data Labeling dataset.
- dataset
Type String - The dataset type, based on where it is stored.
- namespace
Name String - object String
- The object name of the input data file.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
