
com.pulumi.azurenative.machinelearningservices.kotlin.InferenceEndpointArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearningservices.kotlin
import com.pulumi.azurenative.machinelearningservices.InferenceEndpointArgs.builder
import com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ManagedServiceIdentityArgs
import com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ManagedServiceIdentityArgsBuilder
import com.pulumi.azurenative.machinelearningservices.kotlin.inputs.SkuArgs
import com.pulumi.azurenative.machinelearningservices.kotlin.inputs.SkuArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* Azure REST API version: 2023-08-01-preview.
* Other available API versions: 2024-01-01-preview, 2024-04-01-preview.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:machinelearningservices:InferenceEndpoint string /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/inferencePools/{poolName}/endpoints/{endpointName}
* ```
* @property endpointName InferenceEndpoint name.
* @property identity Managed service identity (system assigned and/or user assigned identities)
* @property inferenceEndpointProperties [Required] Additional attributes of the entity.
* @property kind Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
* @property location The geo-location where the resource lives
* @property poolName InferencePool name.
* @property resourceGroupName The name of the resource group. The name is case insensitive.
* @property sku Sku details required for ARM contract for Autoscaling.
* @property tags Resource tags.
* @property workspaceName Name of Azure Machine Learning workspace.
*/
public data class InferenceEndpointArgs(
public val endpointName: Output? = null,
public val identity: Output? = null,
public val inferenceEndpointProperties: Output? =
null,
public val kind: Output? = null,
public val location: Output? = null,
public val poolName: Output? = null,
public val resourceGroupName: Output? = null,
public val sku: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy