1. Registry
  2. Packages
  3. stackit
  4. API Docs
  5. ModelexperimentsInstance
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

    Manages a STACKIT AI Model Experiments instance.

    Example Usage

    resource "stackit_modelexperiments_instance" "example" {
      project_id                   = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      region                       = "eu01"
      name                         = "Example name"
      description                  = "Example description"
      deleted_experiment_retention = "30d"
      labels = {
        label = "ExampleLabel"
      }
    }
    

    Create ModelexperimentsInstance Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ModelexperimentsInstance(name: string, args: ModelexperimentsInstanceArgs, opts?: CustomResourceOptions);
    @overload
    def ModelexperimentsInstance(resource_name: str,
                                 args: ModelexperimentsInstanceArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ModelexperimentsInstance(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 project_id: Optional[str] = None,
                                 deleted_experiment_retention: Optional[str] = None,
                                 description: Optional[str] = None,
                                 labels: Optional[Mapping[str, str]] = None,
                                 name: Optional[str] = None,
                                 region: Optional[str] = None)
    func NewModelexperimentsInstance(ctx *Context, name string, args ModelexperimentsInstanceArgs, opts ...ResourceOption) (*ModelexperimentsInstance, error)
    public ModelexperimentsInstance(string name, ModelexperimentsInstanceArgs args, CustomResourceOptions? opts = null)
    public ModelexperimentsInstance(String name, ModelexperimentsInstanceArgs args)
    public ModelexperimentsInstance(String name, ModelexperimentsInstanceArgs args, CustomResourceOptions options)
    
    type: stackit:ModelexperimentsInstance
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stackit_modelexperiments_instance" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ModelexperimentsInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ModelexperimentsInstanceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ModelexperimentsInstanceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ModelexperimentsInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ModelexperimentsInstanceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var modelexperimentsInstanceResource = new Stackit.ModelexperimentsInstance("modelexperimentsInstanceResource", new()
    {
        ProjectId = "string",
        DeletedExperimentRetention = "string",
        Description = "string",
        Labels = 
        {
            { "string", "string" },
        },
        Name = "string",
        Region = "string",
    });
    
    example, err := stackit.NewModelexperimentsInstance(ctx, "modelexperimentsInstanceResource", &stackit.ModelexperimentsInstanceArgs{
    	ProjectId:                  pulumi.String("string"),
    	DeletedExperimentRetention: pulumi.String("string"),
    	Description:                pulumi.String("string"),
    	Labels: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Name:   pulumi.String("string"),
    	Region: pulumi.String("string"),
    })
    
    resource "stackit_modelexperiments_instance" "modelexperimentsInstanceResource" {
      lifecycle {
        create_before_destroy = true
      }
      project_id                   = "string"
      deleted_experiment_retention = "string"
      description                  = "string"
      labels = {
        "string" = "string"
      }
      name   = "string"
      region = "string"
    }
    
    var modelexperimentsInstanceResource = new ModelexperimentsInstance("modelexperimentsInstanceResource", ModelexperimentsInstanceArgs.builder()
        .projectId("string")
        .deletedExperimentRetention("string")
        .description("string")
        .labels(Map.of("string", "string"))
        .name("string")
        .region("string")
        .build());
    
    modelexperiments_instance_resource = stackit.ModelexperimentsInstance("modelexperimentsInstanceResource",
        project_id="string",
        deleted_experiment_retention="string",
        description="string",
        labels={
            "string": "string",
        },
        name="string",
        region="string")
    
    const modelexperimentsInstanceResource = new stackit.ModelexperimentsInstance("modelexperimentsInstanceResource", {
        projectId: "string",
        deletedExperimentRetention: "string",
        description: "string",
        labels: {
            string: "string",
        },
        name: "string",
        region: "string",
    });
    
    type: stackit:ModelexperimentsInstance
    properties:
        deletedExperimentRetention: string
        description: string
        labels:
            string: string
        name: string
        projectId: string
        region: string
    

    ModelexperimentsInstance Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ModelexperimentsInstance resource accepts the following input properties:

    ProjectId string
    STACKIT Project ID to which the resource is associated.
    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.
    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.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    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.
    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.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    project_id string
    STACKIT Project ID to which the resource is associated.
    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.
    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.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    projectId String
    STACKIT Project ID to which the resource is associated.
    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.
    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.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    projectId string
    STACKIT Project ID to which the resource is associated.
    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.
    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.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    project_id str
    STACKIT Project ID to which the resource is associated.
    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.
    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.
    region str
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    projectId String
    STACKIT Project ID to which the resource is associated.
    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.
    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.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ModelexperimentsInstance resource produces the following output properties:

    BucketName string
    The object storage bucket name of the AI Model Experiments instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceId string
    The AI Model Experiments instance ID.
    Url string
    The Dashboard URL of the AI Model Experiments instance.
    BucketName string
    The object storage bucket name of the AI Model Experiments instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceId string
    The AI Model Experiments instance ID.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    instance_id string
    The AI Model Experiments instance ID.
    url string
    The Dashboard URL of the AI Model Experiments instance.
    bucketName String
    The object storage bucket name of the AI Model Experiments instance.
    id String
    The provider-assigned unique ID for this managed resource.
    instanceId String
    The AI Model Experiments instance ID.
    url String
    The Dashboard URL of the AI Model Experiments instance.
    bucketName string
    The object storage bucket name of the AI Model Experiments instance.
    id string
    The provider-assigned unique ID for this managed resource.
    instanceId string
    The AI Model Experiments instance ID.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    instance_id str
    The AI Model Experiments instance ID.
    url str
    The Dashboard URL of the AI Model Experiments instance.
    bucketName String
    The object storage bucket name of the AI Model Experiments instance.
    id String
    The provider-assigned unique ID for this managed resource.
    instanceId String
    The AI Model Experiments instance ID.
    url String
    The Dashboard URL of the AI Model Experiments instance.

    Look up Existing ModelexperimentsInstance Resource

    Get an existing ModelexperimentsInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ModelexperimentsInstanceState, opts?: CustomResourceOptions): ModelexperimentsInstance
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bucket_name: Optional[str] = None,
            deleted_experiment_retention: Optional[str] = None,
            description: Optional[str] = None,
            instance_id: Optional[str] = None,
            labels: Optional[Mapping[str, str]] = None,
            name: Optional[str] = None,
            project_id: Optional[str] = None,
            region: Optional[str] = None,
            url: Optional[str] = None) -> ModelexperimentsInstance
    func GetModelexperimentsInstance(ctx *Context, name string, id IDInput, state *ModelexperimentsInstanceState, opts ...ResourceOption) (*ModelexperimentsInstance, error)
    public static ModelexperimentsInstance Get(string name, Input<string> id, ModelexperimentsInstanceState? state, CustomResourceOptions? opts = null)
    public static ModelexperimentsInstance get(String name, Output<String> id, ModelexperimentsInstanceState state, CustomResourceOptions options)
    resources:  _:    type: stackit:ModelexperimentsInstance    get:      id: ${id}
    import {
      to = stackit_modelexperiments_instance.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.

    Import

    In Terraform v1.5.0 and later, the + "" + import + “" + block can be used with the + "” + id + “" + attribute, for example:

    To learn more about importing existing cloud resources, see Importing resources.

    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