Web Service Properties For Graph Args
Properties specific to a Graph based web service.
Constructors
Properties
Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
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.
The description of the web service.
Settings controlling the diagnostics traces collection for the web service.
Defines sample input data for one or more of the service's inputs.
When set to true, sample data is included in the web service's swagger definition. The default value is true.
Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
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.
Specifies the Machine Learning workspace containing the experiment that is source for the web service.
Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
The definition of the graph package making up this web service.
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'.
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.
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.
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.
Contains the configuration settings for the web service endpoint.
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.