
com.pulumi.azurenative.machinelearning.kotlin.inputs.ServiceInputOutputSpecificationArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearning.kotlin.inputs
import com.pulumi.azurenative.machinelearning.inputs.ServiceInputOutputSpecificationArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
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
/**
* The swagger 2.0 schema describing the service's inputs or outputs. See Swagger specification: http://swagger.io/specification/
* @property description The description of the Swagger schema.
* @property properties Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
* @property title The title of your Swagger schema.
* @property type The type of the entity described in swagger. Always 'object'.
*/
public data class ServiceInputOutputSpecificationArgs(
public val description: Output? = null,
public val properties: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy