ACIServiceResponseResponse

data class ACIServiceResponseResponse(val appInsightsEnabled: Boolean? = null, val authEnabled: Boolean? = null, val cname: String? = null, val computeType: String, val containerResourceRequirements: ContainerResourceRequirementsResponse? = null, val dataCollection: ACIServiceResponseResponseDataCollection? = null, val deploymentType: String? = null, val description: String? = null, val encryptionProperties: ACIServiceResponseResponseEncryptionProperties? = null, val environmentImageRequest: ACIServiceResponseResponseEnvironmentImageRequest? = null, val error: ServiceResponseBaseResponseError, val kvTags: Map<String, String>? = null, val location: String? = null, val modelConfigMap: Map<String, Any>, val models: List<ModelResponse>? = null, val properties: Map<String, String>? = null, val publicFqdn: String? = null, val publicIp: String? = null, val scoringUri: String, val sslCertificate: String? = null, val sslEnabled: Boolean? = null, val sslKey: String? = null, val state: String, val swaggerUri: String, val vnetConfiguration: ACIServiceResponseResponseVnetConfiguration? = null)

The response for an ACI service.

Constructors

Link copied to clipboard
constructor(appInsightsEnabled: Boolean? = null, authEnabled: Boolean? = null, cname: String? = null, computeType: String, containerResourceRequirements: ContainerResourceRequirementsResponse? = null, dataCollection: ACIServiceResponseResponseDataCollection? = null, deploymentType: String? = null, description: String? = null, encryptionProperties: ACIServiceResponseResponseEncryptionProperties? = null, environmentImageRequest: ACIServiceResponseResponseEnvironmentImageRequest? = null, error: ServiceResponseBaseResponseError, kvTags: Map<String, String>? = null, location: String? = null, modelConfigMap: Map<String, Any>, models: List<ModelResponse>? = null, properties: Map<String, String>? = null, publicFqdn: String? = null, publicIp: String? = null, scoringUri: String, sslCertificate: String? = null, sslEnabled: Boolean? = null, sslKey: String? = null, state: String, swaggerUri: String, vnetConfiguration: ACIServiceResponseResponseVnetConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not Application Insights is enabled.

Link copied to clipboard
val authEnabled: Boolean? = null

Whether or not authentication is enabled on the service.

Link copied to clipboard
val cname: String? = null

The CName for the service.

Link copied to clipboard

The compute environment type for the service. Expected value is 'ACI'.

Link copied to clipboard

The container resource requirements.

Link copied to clipboard

Details of the data collection options specified.

Link copied to clipboard
val deploymentType: String? = null

The deployment type for the service.

Link copied to clipboard
val description: String? = null

The service description.

Link copied to clipboard
Link copied to clipboard

The Environment, models and assets used for inferencing.

Link copied to clipboard
Link copied to clipboard
val kvTags: Map<String, String>? = null

The service tag dictionary. Tags are mutable.

Link copied to clipboard
val location: String? = null

The name of the Azure location/region.

Link copied to clipboard

Details on the models and configurations.

Link copied to clipboard
val models: List<ModelResponse>? = null

The list of models.

Link copied to clipboard
val properties: Map<String, String>? = null

The service property dictionary. Properties are immutable.

Link copied to clipboard
val publicFqdn: String? = null

The public Fqdn for the service.

Link copied to clipboard
val publicIp: String? = null

The public IP address for the service.

Link copied to clipboard

The Uri for sending scoring requests.

Link copied to clipboard
val sslCertificate: String? = null

The public SSL certificate in PEM format to use if SSL is enabled.

Link copied to clipboard
val sslEnabled: Boolean? = null

Whether or not SSL is enabled.

Link copied to clipboard
val sslKey: String? = null

The public SSL key in PEM format for the certificate.

Link copied to clipboard

The current state of the service.

Link copied to clipboard

The Uri for sending swagger requests.

Link copied to clipboard

The virtual network configuration.