WebServicePropertiesForGraphArgs

data class WebServicePropertiesForGraphArgs(val assets: Output<Map<String, AssetItemArgs>>? = null, val commitmentPlan: Output<CommitmentPlanArgs>? = null, val description: Output<String>? = null, val diagnostics: Output<DiagnosticsConfigurationArgs>? = null, val exampleRequest: Output<ExampleRequestArgs>? = null, val exposeSampleData: Output<Boolean>? = null, val input: Output<ServiceInputOutputSpecificationArgs>? = null, val keys: Output<WebServiceKeysArgs>? = null, val machineLearningWorkspace: Output<MachineLearningWorkspaceArgs>? = null, val output: Output<ServiceInputOutputSpecificationArgs>? = null, val package: Output<GraphPackageArgs>? = null, val packageType: Output<String>, val parameters: Output<Map<String, WebServiceParameterArgs>>? = null, val payloadsInBlobStorage: Output<Boolean>? = null, val payloadsLocation: Output<BlobLocationArgs>? = null, val readOnly: Output<Boolean>? = null, val realtimeConfiguration: Output<RealtimeConfigurationArgs>? = null, val storageAccount: Output<StorageAccountArgs>? = null, val title: Output<String>? = null) : ConvertibleToJava<WebServicePropertiesForGraphArgs>

Properties specific to a Graph based web service.

Constructors

Link copied to clipboard
constructor(assets: Output<Map<String, AssetItemArgs>>? = null, commitmentPlan: Output<CommitmentPlanArgs>? = null, description: Output<String>? = null, diagnostics: Output<DiagnosticsConfigurationArgs>? = null, exampleRequest: Output<ExampleRequestArgs>? = null, exposeSampleData: Output<Boolean>? = null, input: Output<ServiceInputOutputSpecificationArgs>? = null, keys: Output<WebServiceKeysArgs>? = null, machineLearningWorkspace: Output<MachineLearningWorkspaceArgs>? = null, output: Output<ServiceInputOutputSpecificationArgs>? = null, package: Output<GraphPackageArgs>? = null, packageType: Output<String>, parameters: Output<Map<String, WebServiceParameterArgs>>? = null, payloadsInBlobStorage: Output<Boolean>? = null, payloadsLocation: Output<BlobLocationArgs>? = null, readOnly: Output<Boolean>? = null, realtimeConfiguration: Output<RealtimeConfigurationArgs>? = null, storageAccount: Output<StorageAccountArgs>? = null, title: Output<String>? = null)

Properties

Link copied to clipboard
val assets: Output<Map<String, AssetItemArgs>>? = null

Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.

Link copied to clipboard
val commitmentPlan: Output<CommitmentPlanArgs>? = null

Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations.

Link copied to clipboard
val description: Output<String>? = null

The description of the web service.

Link copied to clipboard

Settings controlling the diagnostics traces collection for the web service.

Link copied to clipboard
val exampleRequest: Output<ExampleRequestArgs>? = null

Defines sample input data for one or more of the service's inputs.

Link copied to clipboard
val exposeSampleData: Output<Boolean>? = null

When set to true, sample data is included in the web service's swagger definition. The default value is true.

Link copied to clipboard

Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.

Link copied to clipboard
val keys: Output<WebServiceKeysArgs>? = null

Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations.

Link copied to clipboard

Specifies the Machine Learning workspace containing the experiment that is source for the web service.

Link copied to clipboard

Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.

Link copied to clipboard
val package: Output<GraphPackageArgs>? = null

The definition of the graph package making up this web service.

Link copied to clipboard
val packageType: Output<String>

Specifies the package type. Valid values are Graph (Specifies a web service published through the Machine Learning Studio) and Code (Specifies a web service published using code such as Python). Note: Code is not supported at this time. Expected value is 'Graph'.

Link copied to clipboard

The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required.

Link copied to clipboard
val payloadsInBlobStorage: Output<Boolean>? = null

When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest.

Link copied to clipboard
val payloadsLocation: Output<BlobLocationArgs>? = null

The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null.

Link copied to clipboard
val readOnly: Output<Boolean>? = null

When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value.

Link copied to clipboard

Contains the configuration settings for the web service endpoint.

Link copied to clipboard
val storageAccount: Output<StorageAccountArgs>? = null

Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.

Link copied to clipboard
val title: Output<String>? = null

The title of the web service.

Functions

Link copied to clipboard
open override fun toJava(): WebServicePropertiesForGraphArgs