1. Registry
  2. Packages
  3. stackit
  4. API Docs
  5. getModelexperimentsInstance
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud

    Datasource scheme for a STACKIT AI Model Experiments instance.

    Example Usage

    data "stackit_modelexperiments_instance" "example" {
      project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      region      = "eu01"
      instance_id = "example-instance-id"
    }
    

    Using getModelexperimentsInstance

    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 getModelexperimentsInstance(args: GetModelexperimentsInstanceArgs, opts?: InvokeOptions): Promise<GetModelexperimentsInstanceResult>
    function getModelexperimentsInstanceOutput(args: GetModelexperimentsInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetModelexperimentsInstanceResult>
    def get_modelexperiments_instance(instance_id: Optional[str] = None,
                                      project_id: Optional[str] = None,
                                      region: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetModelexperimentsInstanceResult
    def get_modelexperiments_instance_output(instance_id: pulumi.Input[Optional[str]] = None,
                                      project_id: pulumi.Input[Optional[str]] = None,
                                      region: pulumi.Input[Optional[str]] = None,
                                      opts: Optional[InvokeOutputOptions] = None) -> Output[GetModelexperimentsInstanceResult]
    func LookupModelexperimentsInstance(ctx *Context, args *LookupModelexperimentsInstanceArgs, opts ...InvokeOption) (*LookupModelexperimentsInstanceResult, error)
    func LookupModelexperimentsInstanceOutput(ctx *Context, args *LookupModelexperimentsInstanceOutputArgs, opts ...InvokeOption) LookupModelexperimentsInstanceResultOutput

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

    public static class GetModelexperimentsInstance 
    {
        public static Task<GetModelexperimentsInstanceResult> InvokeAsync(GetModelexperimentsInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetModelexperimentsInstanceResult> Invoke(GetModelexperimentsInstanceInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetModelexperimentsInstanceResult> Invoke(GetModelexperimentsInstanceInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetModelexperimentsInstanceResult> getModelexperimentsInstance(GetModelexperimentsInstanceArgs args, InvokeOptions options)
    public static Output<GetModelexperimentsInstanceResult> getModelexperimentsInstance(GetModelexperimentsInstanceArgs args, InvokeOptions options)
    public static Output<GetModelexperimentsInstanceResult> getModelexperimentsInstance(GetModelexperimentsInstanceArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: stackit:index/getModelexperimentsInstance:getModelexperimentsInstance
      arguments:
        # arguments dictionary
    data "stackit_get_modelexperiments_instance" "name" {
        # arguments
    }

    The following arguments are supported:

    InstanceId string
    The AI Model Experiments instance ID.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    InstanceId string
    The AI Model Experiments instance ID.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instance_id string
    The AI Model Experiments instance ID.
    project_id string
    STACKIT Project ID to which the resource is associated.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId String
    The AI Model Experiments instance ID.
    projectId String
    STACKIT Project ID to which the resource is associated.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId string
    The AI Model Experiments instance ID.
    projectId string
    STACKIT Project ID to which the resource is associated.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instance_id str
    The AI Model Experiments instance ID.
    project_id str
    STACKIT Project ID to which the resource is associated.
    region str
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId String
    The AI Model Experiments instance ID.
    projectId String
    STACKIT Project ID to which the resource is associated.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.

    getModelexperimentsInstance Result

    The following output properties are available:

    BucketName string
    The object storage bucket name of the AI Model Experiments instance.
    DeletedExperimentRetention string
    The deleted experiment retention time of the AI Model Experiments instance.
    Description string
    The description is a longer text chosen by the user to provide more context for the resource.
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    InstanceId string
    The AI Model Experiments instance ID.
    Labels Dictionary<string, string>
    A map of arbitrary key/value pairs that can be attached to the resource
    Name string
    The display name is a short name chosen by the user to identify the resource.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    Url string
    The Dashboard URL of the AI Model Experiments instance.
    BucketName string
    The object storage bucket name of the AI Model Experiments instance.
    DeletedExperimentRetention string
    The deleted experiment retention time of the AI Model Experiments instance.
    Description string
    The description is a longer text chosen by the user to provide more context for the resource.
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    InstanceId string
    The AI Model Experiments instance ID.
    Labels map[string]string
    A map of arbitrary key/value pairs that can be attached to the resource
    Name string
    The display name is a short name chosen by the user to identify the resource.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    Url string
    The Dashboard URL of the AI Model Experiments instance.
    bucket_name string
    The object storage bucket name of the AI Model Experiments instance.
    deleted_experiment_retention string
    The deleted experiment retention time of the AI Model Experiments instance.
    description string
    The description is a longer text chosen by the user to provide more context for the resource.
    id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instance_id string
    The AI Model Experiments instance ID.
    labels map(string)
    A map of arbitrary key/value pairs that can be attached to the resource
    name string
    The display name is a short name chosen by the user to identify the resource.
    project_id string
    STACKIT Project ID to which the resource is associated.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    url string
    The Dashboard URL of the AI Model Experiments instance.
    bucketName String
    The object storage bucket name of the AI Model Experiments instance.
    deletedExperimentRetention String
    The deleted experiment retention time of the AI Model Experiments instance.
    description String
    The description is a longer text chosen by the user to provide more context for the resource.
    id String
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instanceId String
    The AI Model Experiments instance ID.
    labels Map<String,String>
    A map of arbitrary key/value pairs that can be attached to the resource
    name String
    The display name is a short name chosen by the user to identify the resource.
    projectId String
    STACKIT Project ID to which the resource is associated.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    url String
    The Dashboard URL of the AI Model Experiments instance.
    bucketName string
    The object storage bucket name of the AI Model Experiments instance.
    deletedExperimentRetention string
    The deleted experiment retention time of the AI Model Experiments instance.
    description string
    The description is a longer text chosen by the user to provide more context for the resource.
    id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instanceId string
    The AI Model Experiments instance ID.
    labels {[key: string]: string}
    A map of arbitrary key/value pairs that can be attached to the resource
    name string
    The display name is a short name chosen by the user to identify the resource.
    projectId string
    STACKIT Project ID to which the resource is associated.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    url string
    The Dashboard URL of the AI Model Experiments instance.
    bucket_name str
    The object storage bucket name of the AI Model Experiments instance.
    deleted_experiment_retention str
    The deleted experiment retention time of the AI Model Experiments instance.
    description str
    The description is a longer text chosen by the user to provide more context for the resource.
    id str
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instance_id str
    The AI Model Experiments instance ID.
    labels Mapping[str, str]
    A map of arbitrary key/value pairs that can be attached to the resource
    name str
    The display name is a short name chosen by the user to identify the resource.
    project_id str
    STACKIT Project ID to which the resource is associated.
    region str
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    url str
    The Dashboard URL of the AI Model Experiments instance.
    bucketName String
    The object storage bucket name of the AI Model Experiments instance.
    deletedExperimentRetention String
    The deleted experiment retention time of the AI Model Experiments instance.
    description String
    The description is a longer text chosen by the user to provide more context for the resource.
    id String
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instanceId String
    The AI Model Experiments instance ID.
    labels Map<String>
    A map of arbitrary key/value pairs that can be attached to the resource
    name String
    The display name is a short name chosen by the user to identify the resource.
    projectId String
    STACKIT Project ID to which the resource is associated.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    url String
    The Dashboard URL of the AI Model Experiments instance.

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.7
    published on Monday, Aug 17, 2026 by stackitcloud

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial