Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
Datasource scheme for a STACKIT AI Model Experiments instance tokens.
Example Usage
data "stackit_modelexperiments_token" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
region = "eu01"
instance_id = "example-instance-id"
token_id = "example-token-id"
}
Using getModelexperimentsToken
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 getModelexperimentsToken(args: GetModelexperimentsTokenArgs, opts?: InvokeOptions): Promise<GetModelexperimentsTokenResult>
function getModelexperimentsTokenOutput(args: GetModelexperimentsTokenOutputArgs, opts?: InvokeOutputOptions): Output<GetModelexperimentsTokenResult>def get_modelexperiments_token(instance_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
token_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetModelexperimentsTokenResult
def get_modelexperiments_token_output(instance_id: pulumi.Input[Optional[str]] = None,
project_id: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
token_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetModelexperimentsTokenResult]func LookupModelexperimentsToken(ctx *Context, args *LookupModelexperimentsTokenArgs, opts ...InvokeOption) (*LookupModelexperimentsTokenResult, error)
func LookupModelexperimentsTokenOutput(ctx *Context, args *LookupModelexperimentsTokenOutputArgs, opts ...InvokeOption) LookupModelexperimentsTokenResultOutput> Note: This function is named LookupModelexperimentsToken in the Go SDK.
public static class GetModelexperimentsToken
{
public static Task<GetModelexperimentsTokenResult> InvokeAsync(GetModelexperimentsTokenArgs args, InvokeOptions? opts = null)
public static Output<GetModelexperimentsTokenResult> Invoke(GetModelexperimentsTokenInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetModelexperimentsTokenResult> Invoke(GetModelexperimentsTokenInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetModelexperimentsTokenResult> getModelexperimentsToken(GetModelexperimentsTokenArgs args, InvokeOptions options)
public static Output<GetModelexperimentsTokenResult> getModelexperimentsToken(GetModelexperimentsTokenArgs args, InvokeOptions options)
public static Output<GetModelexperimentsTokenResult> getModelexperimentsToken(GetModelexperimentsTokenArgs args, InvokeOutputOptions options)
fn::invoke:
function: stackit:index/getModelexperimentsToken:getModelexperimentsToken
arguments:
# arguments dictionarydata "stackit_get_modelexperiments_token" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - The AI Model Experiments instance ID.
- Project
Id string - STACKIT Project ID to which the resource is associated.
- Token
Id string - The AI Model Experiments instance token ID.
- 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.
- Token
Id string - The AI Model Experiments instance token ID.
- 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.
- token_
id string - The AI Model Experiments instance token ID.
- 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.
- token
Id String - The AI Model Experiments instance token ID.
- 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.
- token
Id string - The AI Model Experiments instance token ID.
- 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.
- token_
id str - The AI Model Experiments instance token ID.
- region str
- 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.
- token
Id String - The AI Model Experiments instance token ID.
- region String
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
getModelexperimentsToken Result
The following output properties are available:
- 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,tokenId". - Instance
Id 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.
- 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.
- Token
Id string - The AI Model Experiments instance token ID.
- Valid
Until string - The time until the AI Model Experiments instance token is valid.
- 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,tokenId". - Instance
Id 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.
- 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.
- Token
Id string - The AI Model Experiments instance token ID.
- Valid
Until string - The time until the AI Model Experiments instance token is valid.
- 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,tokenId". - 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.
- token_
id string - The AI Model Experiments instance token ID.
- valid_
until string - The time until the AI Model Experiments instance token is valid.
- 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,tokenId". - instance
Id 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.
- 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.
- token
Id String - The AI Model Experiments instance token ID.
- valid
Until String - The time until the AI Model Experiments instance token is valid.
- 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,tokenId". - instance
Id 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.
- 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.
- token
Id string - The AI Model Experiments instance token ID.
- valid
Until string - The time until the AI Model Experiments instance token is valid.
- 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,tokenId". - 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.
- token_
id str - The AI Model Experiments instance token ID.
- valid_
until str - The time until the AI Model Experiments instance token is valid.
- 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,tokenId". - 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.
- token
Id String - The AI Model Experiments instance token ID.
- valid
Until String - The time until the AI Model Experiments instance token is valid.
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud