1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. AiVision
  5. getProject
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.AiVision.getProject

Start a Neo task
Explain and create an oci.AiVision.getProject resource
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Project resource in Oracle Cloud Infrastructure Ai Vision service.

    Get a project by identifier.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testProject = oci.AiVision.getProject({
        projectId: testProjectOciAiVisionProject.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_project = oci.AiVision.get_project(project_id=test_project_oci_ai_vision_project["id"])
    
    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.GetProject(ctx, &aivision.GetProjectArgs{
    			ProjectId: testProjectOciAiVisionProject.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 testProject = Oci.AiVision.GetProject.Invoke(new()
        {
            ProjectId = testProjectOciAiVisionProject.Id,
        });
    
    });
    
    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.GetProjectArgs;
    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 testProject = AiVisionFunctions.getProject(GetProjectArgs.builder()
                .projectId(testProjectOciAiVisionProject.id())
                .build());
    
        }
    }
    
    variables:
      testProject:
        fn::invoke:
          function: oci:AiVision:getProject
          arguments:
            projectId: ${testProjectOciAiVisionProject.id}
    

    Using getProject

    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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
    function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
    def get_project(project_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetProjectResult
    def get_project_output(project_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
    func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
    func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput

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

    public static class GetProject 
    {
        public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
        public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
    public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:AiVision/getProject:getProject
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    A unique project identifier.
    ProjectId string
    A unique project identifier.
    projectId String
    A unique project identifier.
    projectId string
    A unique project identifier.
    project_id str
    A unique project identifier.
    projectId String
    A unique project identifier.

    getProject Result

    The following output properties are available:

    CompartmentId string
    A compartment identifier.
    DefinedTags 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 project.
    DisplayName string
    A human-friendly name for the project, which can be changed.
    FreeformTags 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
    A unique identifier that is immutable after creation.
    LifecycleDetails string
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    ProjectId string
    State string
    The current state of the project.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    TimeCreated string
    When the project was created, as an RFC3339 datetime string.
    TimeUpdated string
    When the project was updated, as an RFC3339 datetime string.
    CompartmentId string
    A compartment identifier.
    DefinedTags 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 project.
    DisplayName string
    A human-friendly name for the project, which can be changed.
    FreeformTags 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
    A unique identifier that is immutable after creation.
    LifecycleDetails string
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    ProjectId string
    State string
    The current state of the project.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    TimeCreated string
    When the project was created, as an RFC3339 datetime string.
    TimeUpdated string
    When the project was updated, as an RFC3339 datetime string.
    compartmentId String
    A compartment identifier.
    definedTags 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 project.
    displayName String
    A human-friendly name for the project, which can be changed.
    freeformTags 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
    A unique identifier that is immutable after creation.
    lifecycleDetails String
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    projectId String
    state String
    The current state of the project.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated String
    When the project was created, as an RFC3339 datetime string.
    timeUpdated String
    When the project was updated, as an RFC3339 datetime string.
    compartmentId string
    A compartment identifier.
    definedTags {[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 project.
    displayName string
    A human-friendly name for the project, which can be changed.
    freeformTags {[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
    A unique identifier that is immutable after creation.
    lifecycleDetails string
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    projectId string
    state string
    The current state of the project.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated string
    When the project was created, as an RFC3339 datetime string.
    timeUpdated string
    When the project was updated, as an RFC3339 datetime string.
    compartment_id str
    A compartment identifier.
    defined_tags 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 project.
    display_name str
    A human-friendly name for the project, which can be changed.
    freeform_tags 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
    A unique identifier that is immutable after creation.
    lifecycle_details str
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    project_id str
    state str
    The current state of the project.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    time_created str
    When the project was created, as an RFC3339 datetime string.
    time_updated str
    When the project was updated, as an RFC3339 datetime string.
    compartmentId String
    A compartment identifier.
    definedTags 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 project.
    displayName String
    A human-friendly name for the project, which can be changed.
    freeformTags 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
    A unique identifier that is immutable after creation.
    lifecycleDetails String
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    projectId String
    state String
    The current state of the project.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated String
    When the project was created, as an RFC3339 datetime string.
    timeUpdated String
    When the project was updated, as an RFC3339 datetime string.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate