This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.machinelearning.getWebService
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys. Azure REST API version: 2017-01-01.
Other available API versions: 2016-05-01-preview.
Using getWebService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWebService(args: GetWebServiceArgs, opts?: InvokeOptions): Promise<GetWebServiceResult>
function getWebServiceOutput(args: GetWebServiceOutputArgs, opts?: InvokeOptions): Output<GetWebServiceResult>def get_web_service(region: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    web_service_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetWebServiceResult
def get_web_service_output(region: Optional[pulumi.Input[str]] = None,
                    resource_group_name: Optional[pulumi.Input[str]] = None,
                    web_service_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetWebServiceResult]func LookupWebService(ctx *Context, args *LookupWebServiceArgs, opts ...InvokeOption) (*LookupWebServiceResult, error)
func LookupWebServiceOutput(ctx *Context, args *LookupWebServiceOutputArgs, opts ...InvokeOption) LookupWebServiceResultOutput> Note: This function is named LookupWebService in the Go SDK.
public static class GetWebService 
{
    public static Task<GetWebServiceResult> InvokeAsync(GetWebServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetWebServiceResult> Invoke(GetWebServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWebServiceResult> getWebService(GetWebServiceArgs args, InvokeOptions options)
public static Output<GetWebServiceResult> getWebService(GetWebServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:machinelearning:getWebService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- Name of the resource group in which the web service is located.
- WebService stringName 
- The name of the web service.
- Region string
- The region for which encrypted credential parameters are valid.
- ResourceGroup stringName 
- Name of the resource group in which the web service is located.
- WebService stringName 
- The name of the web service.
- Region string
- The region for which encrypted credential parameters are valid.
- resourceGroup StringName 
- Name of the resource group in which the web service is located.
- webService StringName 
- The name of the web service.
- region String
- The region for which encrypted credential parameters are valid.
- resourceGroup stringName 
- Name of the resource group in which the web service is located.
- webService stringName 
- The name of the web service.
- region string
- The region for which encrypted credential parameters are valid.
- resource_group_ strname 
- Name of the resource group in which the web service is located.
- web_service_ strname 
- The name of the web service.
- region str
- The region for which encrypted credential parameters are valid.
- resourceGroup StringName 
- Name of the resource group in which the web service is located.
- webService StringName 
- The name of the web service.
- region String
- The region for which encrypted credential parameters are valid.
getWebService Result
The following output properties are available:
- Id string
- Specifies the resource ID.
- Location string
- Specifies the location of the resource.
- Name string
- Specifies the name of the resource.
- Properties
Pulumi.Azure Native. Machine Learning. Outputs. Web Service Properties For Graph Response 
- Contains the property payload that describes the web service.
- Type string
- Specifies the type of the resource.
- Dictionary<string, string>
- Contains resource tags defined as key/value pairs.
- Id string
- Specifies the resource ID.
- Location string
- Specifies the location of the resource.
- Name string
- Specifies the name of the resource.
- Properties
WebService Properties For Graph Response 
- Contains the property payload that describes the web service.
- Type string
- Specifies the type of the resource.
- map[string]string
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- location String
- Specifies the location of the resource.
- name String
- Specifies the name of the resource.
- properties
WebService Properties For Graph Response 
- Contains the property payload that describes the web service.
- type String
- Specifies the type of the resource.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- id string
- Specifies the resource ID.
- location string
- Specifies the location of the resource.
- name string
- Specifies the name of the resource.
- properties
WebService Properties For Graph Response 
- Contains the property payload that describes the web service.
- type string
- Specifies the type of the resource.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- id str
- Specifies the resource ID.
- location str
- Specifies the location of the resource.
- name str
- Specifies the name of the resource.
- properties
WebService Properties For Graph Response 
- Contains the property payload that describes the web service.
- type str
- Specifies the type of the resource.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- location String
- Specifies the location of the resource.
- name String
- Specifies the name of the resource.
- properties Property Map
- Contains the property payload that describes the web service.
- type String
- Specifies the type of the resource.
- Map<String>
- Contains resource tags defined as key/value pairs.
Supporting Types
AssetItemResponse  
- LocationInfo Pulumi.Azure Native. Machine Learning. Inputs. Blob Location Response 
- Access information for the asset.
- Name string
- Asset's friendly name.
- Type string
- Asset's type.
- Id string
- Asset's Id.
- InputPorts Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Input Port Response> 
- Information about the asset's input ports.
- Metadata Dictionary<string, string>
- If the asset is a custom module, this holds the module's metadata.
- OutputPorts Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Output Port Response> 
- Information about the asset's output ports.
- Parameters
List<Pulumi.Azure Native. Machine Learning. Inputs. Module Asset Parameter Response> 
- If the asset is a custom module, this holds the module's parameters.
- LocationInfo BlobLocation Response 
- Access information for the asset.
- Name string
- Asset's friendly name.
- Type string
- Asset's type.
- Id string
- Asset's Id.
- InputPorts map[string]InputPort Response 
- Information about the asset's input ports.
- Metadata map[string]string
- If the asset is a custom module, this holds the module's metadata.
- OutputPorts map[string]OutputPort Response 
- Information about the asset's output ports.
- Parameters
[]ModuleAsset Parameter Response 
- If the asset is a custom module, this holds the module's parameters.
- locationInfo BlobLocation Response 
- Access information for the asset.
- name String
- Asset's friendly name.
- type String
- Asset's type.
- id String
- Asset's Id.
- inputPorts Map<String,InputPort Response> 
- Information about the asset's input ports.
- metadata Map<String,String>
- If the asset is a custom module, this holds the module's metadata.
- outputPorts Map<String,OutputPort Response> 
- Information about the asset's output ports.
- parameters
List<ModuleAsset Parameter Response> 
- If the asset is a custom module, this holds the module's parameters.
- locationInfo BlobLocation Response 
- Access information for the asset.
- name string
- Asset's friendly name.
- type string
- Asset's type.
- id string
- Asset's Id.
- inputPorts {[key: string]: InputPort Response} 
- Information about the asset's input ports.
- metadata {[key: string]: string}
- If the asset is a custom module, this holds the module's metadata.
- outputPorts {[key: string]: OutputPort Response} 
- Information about the asset's output ports.
- parameters
ModuleAsset Parameter Response[] 
- If the asset is a custom module, this holds the module's parameters.
- location_info BlobLocation Response 
- Access information for the asset.
- name str
- Asset's friendly name.
- type str
- Asset's type.
- id str
- Asset's Id.
- input_ports Mapping[str, InputPort Response] 
- Information about the asset's input ports.
- metadata Mapping[str, str]
- If the asset is a custom module, this holds the module's metadata.
- output_ports Mapping[str, OutputPort Response] 
- Information about the asset's output ports.
- parameters
Sequence[ModuleAsset Parameter Response] 
- If the asset is a custom module, this holds the module's parameters.
- locationInfo Property Map
- Access information for the asset.
- name String
- Asset's friendly name.
- type String
- Asset's type.
- id String
- Asset's Id.
- inputPorts Map<Property Map>
- Information about the asset's input ports.
- metadata Map<String>
- If the asset is a custom module, this holds the module's metadata.
- outputPorts Map<Property Map>
- Information about the asset's output ports.
- parameters List<Property Map>
- If the asset is a custom module, this holds the module's parameters.
BlobLocationResponse  
- Uri string
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- Credentials string
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- Uri string
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- Credentials string
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri String
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials String
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri string
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials string
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri str
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials str
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri String
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials String
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
ColumnSpecificationResponse  
- Type string
- Data type of the column.
- Enum List<object>
- If the data type is categorical, this provides the list of accepted categories.
- Format string
- Additional format information for the data type.
- XMsIsnullable bool
- Flag indicating if the type supports null values or not.
- XMsIsordered bool
- Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- Type string
- Data type of the column.
- Enum []interface{}
- If the data type is categorical, this provides the list of accepted categories.
- Format string
- Additional format information for the data type.
- XMsIsnullable bool
- Flag indicating if the type supports null values or not.
- XMsIsordered bool
- Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type String
- Data type of the column.
- enum_ List<Object>
- If the data type is categorical, this provides the list of accepted categories.
- format String
- Additional format information for the data type.
- xMs BooleanIsnullable 
- Flag indicating if the type supports null values or not.
- xMs BooleanIsordered 
- Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type string
- Data type of the column.
- enum any[]
- If the data type is categorical, this provides the list of accepted categories.
- format string
- Additional format information for the data type.
- xMs booleanIsnullable 
- Flag indicating if the type supports null values or not.
- xMs booleanIsordered 
- Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type str
- Data type of the column.
- enum Sequence[Any]
- If the data type is categorical, this provides the list of accepted categories.
- format str
- Additional format information for the data type.
- x_ms_ boolisnullable 
- Flag indicating if the type supports null values or not.
- x_ms_ boolisordered 
- Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type String
- Data type of the column.
- enum List<Any>
- If the data type is categorical, this provides the list of accepted categories.
- format String
- Additional format information for the data type.
- xMs BooleanIsnullable 
- Flag indicating if the type supports null values or not.
- xMs BooleanIsordered 
- Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
CommitmentPlanResponse  
- Id string
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- Id string
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id String
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id string
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id str
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id String
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
DiagnosticsConfigurationResponse  
- Level string
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- Expiry string
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- Level string
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- Expiry string
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level String
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry String
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level string
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry string
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level str
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry str
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level String
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry String
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
ExampleRequestResponse  
- GlobalParameters Dictionary<string, object>
- Sample input data for the web service's global parameters
- Inputs
Dictionary<string, ImmutableArray<Immutable Array<object>>> 
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- GlobalParameters map[string]interface{}
- Sample input data for the web service's global parameters
- Inputs map[string][][]interface{}
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- globalParameters Map<String,Object>
- Sample input data for the web service's global parameters
- inputs Map<String,List<List<Object>>>
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- globalParameters {[key: string]: any}
- Sample input data for the web service's global parameters
- inputs {[key: string]: any[][]}
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- global_parameters Mapping[str, Any]
- Sample input data for the web service's global parameters
- inputs Mapping[str, Sequence[Sequence[Any]]]
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- globalParameters Map<Any>
- Sample input data for the web service's global parameters
- inputs Map<List<List<Any>>>
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
GraphEdgeResponse  
- SourceNode stringId 
- The source graph node's identifier.
- SourcePort stringId 
- The identifier of the source node's port that the edge connects from.
- TargetNode stringId 
- The destination graph node's identifier.
- TargetPort stringId 
- The identifier of the destination node's port that the edge connects into.
- SourceNode stringId 
- The source graph node's identifier.
- SourcePort stringId 
- The identifier of the source node's port that the edge connects from.
- TargetNode stringId 
- The destination graph node's identifier.
- TargetPort stringId 
- The identifier of the destination node's port that the edge connects into.
- sourceNode StringId 
- The source graph node's identifier.
- sourcePort StringId 
- The identifier of the source node's port that the edge connects from.
- targetNode StringId 
- The destination graph node's identifier.
- targetPort StringId 
- The identifier of the destination node's port that the edge connects into.
- sourceNode stringId 
- The source graph node's identifier.
- sourcePort stringId 
- The identifier of the source node's port that the edge connects from.
- targetNode stringId 
- The destination graph node's identifier.
- targetPort stringId 
- The identifier of the destination node's port that the edge connects into.
- source_node_ strid 
- The source graph node's identifier.
- source_port_ strid 
- The identifier of the source node's port that the edge connects from.
- target_node_ strid 
- The destination graph node's identifier.
- target_port_ strid 
- The identifier of the destination node's port that the edge connects into.
- sourceNode StringId 
- The source graph node's identifier.
- sourcePort StringId 
- The identifier of the source node's port that the edge connects from.
- targetNode StringId 
- The destination graph node's identifier.
- targetPort StringId 
- The identifier of the destination node's port that the edge connects into.
GraphNodeResponse  
- AssetId string
- The id of the asset represented by this node.
- InputId string
- The id of the input element represented by this node.
- OutputId string
- The id of the output element represented by this node.
- Parameters
Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Web Service Parameter Response> 
- If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- AssetId string
- The id of the asset represented by this node.
- InputId string
- The id of the input element represented by this node.
- OutputId string
- The id of the output element represented by this node.
- Parameters
map[string]WebService Parameter Response 
- If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- assetId String
- The id of the asset represented by this node.
- inputId String
- The id of the input element represented by this node.
- outputId String
- The id of the output element represented by this node.
- parameters
Map<String,WebService Parameter Response> 
- If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- assetId string
- The id of the asset represented by this node.
- inputId string
- The id of the input element represented by this node.
- outputId string
- The id of the output element represented by this node.
- parameters
{[key: string]: WebService Parameter Response} 
- If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- asset_id str
- The id of the asset represented by this node.
- input_id str
- The id of the input element represented by this node.
- output_id str
- The id of the output element represented by this node.
- parameters
Mapping[str, WebService Parameter Response] 
- If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- assetId String
- The id of the asset represented by this node.
- inputId String
- The id of the input element represented by this node.
- outputId String
- The id of the output element represented by this node.
- parameters Map<Property Map>
- If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
GraphPackageResponse  
- Edges
List<Pulumi.Azure Native. Machine Learning. Inputs. Graph Edge Response> 
- The list of edges making up the graph.
- GraphParameters Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Graph Parameter Response> 
- The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- Nodes
Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Graph Node Response> 
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
- Edges
[]GraphEdge Response 
- The list of edges making up the graph.
- GraphParameters map[string]GraphParameter Response 
- The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- Nodes
map[string]GraphNode Response 
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges
List<GraphEdge Response> 
- The list of edges making up the graph.
- graphParameters Map<String,GraphParameter Response> 
- The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes
Map<String,GraphNode Response> 
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges
GraphEdge Response[] 
- The list of edges making up the graph.
- graphParameters {[key: string]: GraphParameter Response} 
- The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes
{[key: string]: GraphNode Response} 
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges
Sequence[GraphEdge Response] 
- The list of edges making up the graph.
- graph_parameters Mapping[str, GraphParameter Response] 
- The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes
Mapping[str, GraphNode Response] 
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges List<Property Map>
- The list of edges making up the graph.
- graphParameters Map<Property Map>
- The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes Map<Property Map>
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
GraphParameterLinkResponse   
- NodeId string
- The graph node's identifier
- ParameterKey string
- The identifier of the node parameter that the global parameter maps to.
- NodeId string
- The graph node's identifier
- ParameterKey string
- The identifier of the node parameter that the global parameter maps to.
- nodeId String
- The graph node's identifier
- parameterKey String
- The identifier of the node parameter that the global parameter maps to.
- nodeId string
- The graph node's identifier
- parameterKey string
- The identifier of the node parameter that the global parameter maps to.
- node_id str
- The graph node's identifier
- parameter_key str
- The identifier of the node parameter that the global parameter maps to.
- nodeId String
- The graph node's identifier
- parameterKey String
- The identifier of the node parameter that the global parameter maps to.
GraphParameterResponse  
- Links
List<Pulumi.Azure Native. Machine Learning. Inputs. Graph Parameter Link Response> 
- Association links for this parameter to nodes in the graph.
- Type string
- Graph parameter's type.
- Description string
- Description of this graph parameter.
- Links
[]GraphParameter Link Response 
- Association links for this parameter to nodes in the graph.
- Type string
- Graph parameter's type.
- Description string
- Description of this graph parameter.
- links
List<GraphParameter Link Response> 
- Association links for this parameter to nodes in the graph.
- type String
- Graph parameter's type.
- description String
- Description of this graph parameter.
- links
GraphParameter Link Response[] 
- Association links for this parameter to nodes in the graph.
- type string
- Graph parameter's type.
- description string
- Description of this graph parameter.
- links
Sequence[GraphParameter Link Response] 
- Association links for this parameter to nodes in the graph.
- type str
- Graph parameter's type.
- description str
- Description of this graph parameter.
- links List<Property Map>
- Association links for this parameter to nodes in the graph.
- type String
- Graph parameter's type.
- description String
- Description of this graph parameter.
InputPortResponse  
- Type string
- Port data type.
- Type string
- Port data type.
- type String
- Port data type.
- type string
- Port data type.
- type str
- Port data type.
- type String
- Port data type.
MachineLearningWorkspaceResponse   
- Id string
- Specifies the workspace ID of the machine learning workspace associated with the web service
- Id string
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id String
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id string
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id str
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id String
- Specifies the workspace ID of the machine learning workspace associated with the web service
ModeValueInfoResponse   
- InterfaceString string
- The interface string name for the nested parameter.
- Parameters
List<Pulumi.Azure Native. Machine Learning. Inputs. Module Asset Parameter Response> 
- The definition of the parameter.
- InterfaceString string
- The interface string name for the nested parameter.
- Parameters
[]ModuleAsset Parameter Response 
- The definition of the parameter.
- interfaceString String
- The interface string name for the nested parameter.
- parameters
List<ModuleAsset Parameter Response> 
- The definition of the parameter.
- interfaceString string
- The interface string name for the nested parameter.
- parameters
ModuleAsset Parameter Response[] 
- The definition of the parameter.
- interface_string str
- The interface string name for the nested parameter.
- parameters
Sequence[ModuleAsset Parameter Response] 
- The definition of the parameter.
- interfaceString String
- The interface string name for the nested parameter.
- parameters List<Property Map>
- The definition of the parameter.
ModuleAssetParameterResponse   
- ModeValues Dictionary<string, Pulumi.Info Azure Native. Machine Learning. Inputs. Mode Value Info Response> 
- Definitions for nested interface parameters if this is a complex module parameter.
- Name string
- Parameter name.
- ParameterType string
- Parameter type.
- ModeValues map[string]ModeInfo Value Info Response 
- Definitions for nested interface parameters if this is a complex module parameter.
- Name string
- Parameter name.
- ParameterType string
- Parameter type.
- modeValues Map<String,ModeInfo Value Info Response> 
- Definitions for nested interface parameters if this is a complex module parameter.
- name String
- Parameter name.
- parameterType String
- Parameter type.
- modeValues {[key: string]: ModeInfo Value Info Response} 
- Definitions for nested interface parameters if this is a complex module parameter.
- name string
- Parameter name.
- parameterType string
- Parameter type.
- mode_values_ Mapping[str, Modeinfo Value Info Response] 
- Definitions for nested interface parameters if this is a complex module parameter.
- name str
- Parameter name.
- parameter_type str
- Parameter type.
- modeValues Map<Property Map>Info 
- Definitions for nested interface parameters if this is a complex module parameter.
- name String
- Parameter name.
- parameterType String
- Parameter type.
OutputPortResponse  
- Type string
- Port data type.
- Type string
- Port data type.
- type String
- Port data type.
- type string
- Port data type.
- type str
- Port data type.
- type String
- Port data type.
RealtimeConfigurationResponse  
- MaxConcurrent intCalls 
- Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- MaxConcurrent intCalls 
- Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- maxConcurrent IntegerCalls 
- Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- maxConcurrent numberCalls 
- Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- max_concurrent_ intcalls 
- Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- maxConcurrent NumberCalls 
- Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
ServiceInputOutputSpecificationResponse    
- Properties
Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Table Specification Response> 
- Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- Type string
- The type of the entity described in swagger. Always 'object'.
- Description string
- The description of the Swagger schema.
- Title string
- The title of your Swagger schema.
- Properties
map[string]TableSpecification Response 
- Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- Type string
- The type of the entity described in swagger. Always 'object'.
- Description string
- The description of the Swagger schema.
- Title string
- The title of your Swagger schema.
- properties
Map<String,TableSpecification Response> 
- Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type String
- The type of the entity described in swagger. Always 'object'.
- description String
- The description of the Swagger schema.
- title String
- The title of your Swagger schema.
- properties
{[key: string]: TableSpecification Response} 
- Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type string
- The type of the entity described in swagger. Always 'object'.
- description string
- The description of the Swagger schema.
- title string
- The title of your Swagger schema.
- properties
Mapping[str, TableSpecification Response] 
- Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type str
- The type of the entity described in swagger. Always 'object'.
- description str
- The description of the Swagger schema.
- title str
- The title of your Swagger schema.
- properties Map<Property Map>
- Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type String
- The type of the entity described in swagger. Always 'object'.
- description String
- The description of the Swagger schema.
- title String
- The title of your Swagger schema.
StorageAccountResponse  
TableSpecificationResponse  
- Type string
- The type of the entity described in swagger.
- Description string
- Swagger schema description.
- Format string
- The format, if 'type' is not 'object'
- Properties
Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Column Specification Response> 
- The set of columns within the data table.
- Title string
- Swagger schema title.
- Type string
- The type of the entity described in swagger.
- Description string
- Swagger schema description.
- Format string
- The format, if 'type' is not 'object'
- Properties
map[string]ColumnSpecification Response 
- The set of columns within the data table.
- Title string
- Swagger schema title.
- type String
- The type of the entity described in swagger.
- description String
- Swagger schema description.
- format String
- The format, if 'type' is not 'object'
- properties
Map<String,ColumnSpecification Response> 
- The set of columns within the data table.
- title String
- Swagger schema title.
- type string
- The type of the entity described in swagger.
- description string
- Swagger schema description.
- format string
- The format, if 'type' is not 'object'
- properties
{[key: string]: ColumnSpecification Response} 
- The set of columns within the data table.
- title string
- Swagger schema title.
- type str
- The type of the entity described in swagger.
- description str
- Swagger schema description.
- format str
- The format, if 'type' is not 'object'
- properties
Mapping[str, ColumnSpecification Response] 
- The set of columns within the data table.
- title str
- Swagger schema title.
- type String
- The type of the entity described in swagger.
- description String
- Swagger schema description.
- format String
- The format, if 'type' is not 'object'
- properties Map<Property Map>
- The set of columns within the data table.
- title String
- Swagger schema title.
WebServiceKeysResponse   
WebServiceParameterResponse   
- CertificateThumbprint string
- If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- Value object
- The parameter value
- CertificateThumbprint string
- If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- Value interface{}
- The parameter value
- certificateThumbprint String
- If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value Object
- The parameter value
- certificateThumbprint string
- If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value any
- The parameter value
- certificate_thumbprint str
- If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value Any
- The parameter value
- certificateThumbprint String
- If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value Any
- The parameter value
WebServicePropertiesForGraphResponse     
- CreatedOn string
- Read Only: The date and time when the web service was created.
- ModifiedOn string
- Read Only: The date and time when the web service was last modified.
- ProvisioningState string
- Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- SwaggerLocation string
- Read Only: Contains the URI of the swagger spec associated with this web service.
- Assets
Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Asset Item Response> 
- Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- CommitmentPlan Pulumi.Azure Native. Machine Learning. Inputs. Commitment Plan Response 
- 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.
- Description string
- The description of the web service.
- Diagnostics
Pulumi.Azure Native. Machine Learning. Inputs. Diagnostics Configuration Response 
- Settings controlling the diagnostics traces collection for the web service.
- ExampleRequest Pulumi.Azure Native. Machine Learning. Inputs. Example Request Response 
- Defines sample input data for one or more of the service's inputs.
- ExposeSample boolData 
- When set to true, sample data is included in the web service's swagger definition. The default value is true.
- Input
Pulumi.Azure Native. Machine Learning. Inputs. Service Input Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- Keys
Pulumi.Azure Native. Machine Learning. Inputs. Web Service Keys Response 
- 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.
- MachineLearning Pulumi.Workspace Azure Native. Machine Learning. Inputs. Machine Learning Workspace Response 
- Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- Output
Pulumi.Azure Native. Machine Learning. Inputs. Service Input Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- Package
Pulumi.Azure Native. Machine Learning. Inputs. Graph Package Response 
- The definition of the graph package making up this web service.
- Parameters
Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Web Service Parameter Response> 
- 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.
- PayloadsIn boolBlob Storage 
- 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.
- PayloadsLocation Pulumi.Azure Native. Machine Learning. Inputs. Blob Location Response 
- 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.
- ReadOnly bool
- 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.
- RealtimeConfiguration Pulumi.Azure Native. Machine Learning. Inputs. Realtime Configuration Response 
- Contains the configuration settings for the web service endpoint.
- StorageAccount Pulumi.Azure Native. Machine Learning. Inputs. Storage Account Response 
- 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.
- Title string
- The title of the web service.
- CreatedOn string
- Read Only: The date and time when the web service was created.
- ModifiedOn string
- Read Only: The date and time when the web service was last modified.
- ProvisioningState string
- Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- SwaggerLocation string
- Read Only: Contains the URI of the swagger spec associated with this web service.
- Assets
map[string]AssetItem Response 
- Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- CommitmentPlan CommitmentPlan Response 
- 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.
- Description string
- The description of the web service.
- Diagnostics
DiagnosticsConfiguration Response 
- Settings controlling the diagnostics traces collection for the web service.
- ExampleRequest ExampleRequest Response 
- Defines sample input data for one or more of the service's inputs.
- ExposeSample boolData 
- When set to true, sample data is included in the web service's swagger definition. The default value is true.
- Input
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- Keys
WebService Keys Response 
- 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.
- MachineLearning MachineWorkspace Learning Workspace Response 
- Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- Output
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- Package
GraphPackage Response 
- The definition of the graph package making up this web service.
- Parameters
map[string]WebService Parameter Response 
- 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.
- PayloadsIn boolBlob Storage 
- 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.
- PayloadsLocation BlobLocation Response 
- 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.
- ReadOnly bool
- 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.
- RealtimeConfiguration RealtimeConfiguration Response 
- Contains the configuration settings for the web service endpoint.
- StorageAccount StorageAccount Response 
- 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.
- Title string
- The title of the web service.
- createdOn String
- Read Only: The date and time when the web service was created.
- modifiedOn String
- Read Only: The date and time when the web service was last modified.
- provisioningState String
- Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swaggerLocation String
- Read Only: Contains the URI of the swagger spec associated with this web service.
- assets
Map<String,AssetItem Response> 
- Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitmentPlan CommitmentPlan Response 
- 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.
- description String
- The description of the web service.
- diagnostics
DiagnosticsConfiguration Response 
- Settings controlling the diagnostics traces collection for the web service.
- exampleRequest ExampleRequest Response 
- Defines sample input data for one or more of the service's inputs.
- exposeSample BooleanData 
- When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys
WebService Keys Response 
- 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.
- machineLearning MachineWorkspace Learning Workspace Response 
- Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package_
GraphPackage Response 
- The definition of the graph package making up this web service.
- parameters
Map<String,WebService Parameter Response> 
- 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.
- payloadsIn BooleanBlob Storage 
- 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.
- payloadsLocation BlobLocation Response 
- 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.
- readOnly Boolean
- 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.
- realtimeConfiguration RealtimeConfiguration Response 
- Contains the configuration settings for the web service endpoint.
- storageAccount StorageAccount Response 
- 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.
- title String
- The title of the web service.
- createdOn string
- Read Only: The date and time when the web service was created.
- modifiedOn string
- Read Only: The date and time when the web service was last modified.
- provisioningState string
- Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swaggerLocation string
- Read Only: Contains the URI of the swagger spec associated with this web service.
- assets
{[key: string]: AssetItem Response} 
- Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitmentPlan CommitmentPlan Response 
- 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.
- description string
- The description of the web service.
- diagnostics
DiagnosticsConfiguration Response 
- Settings controlling the diagnostics traces collection for the web service.
- exampleRequest ExampleRequest Response 
- Defines sample input data for one or more of the service's inputs.
- exposeSample booleanData 
- When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys
WebService Keys Response 
- 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.
- machineLearning MachineWorkspace Learning Workspace Response 
- Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package
GraphPackage Response 
- The definition of the graph package making up this web service.
- parameters
{[key: string]: WebService Parameter Response} 
- 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.
- payloadsIn booleanBlob Storage 
- 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.
- payloadsLocation BlobLocation Response 
- 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.
- readOnly boolean
- 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.
- realtimeConfiguration RealtimeConfiguration Response 
- Contains the configuration settings for the web service endpoint.
- storageAccount StorageAccount Response 
- 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.
- title string
- The title of the web service.
- created_on str
- Read Only: The date and time when the web service was created.
- modified_on str
- Read Only: The date and time when the web service was last modified.
- provisioning_state str
- Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swagger_location str
- Read Only: Contains the URI of the swagger spec associated with this web service.
- assets
Mapping[str, AssetItem Response] 
- Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitment_plan CommitmentPlan Response 
- 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.
- description str
- The description of the web service.
- diagnostics
DiagnosticsConfiguration Response 
- Settings controlling the diagnostics traces collection for the web service.
- example_request ExampleRequest Response 
- Defines sample input data for one or more of the service's inputs.
- expose_sample_ booldata 
- When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys
WebService Keys Response 
- 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.
- machine_learning_ Machineworkspace Learning Workspace Response 
- Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output
ServiceInput Output Specification Response 
- Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package
GraphPackage Response 
- The definition of the graph package making up this web service.
- parameters
Mapping[str, WebService Parameter Response] 
- 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.
- payloads_in_ boolblob_ storage 
- 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.
- payloads_location BlobLocation Response 
- 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.
- read_only bool
- 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.
- realtime_configuration RealtimeConfiguration Response 
- Contains the configuration settings for the web service endpoint.
- storage_account StorageAccount Response 
- 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.
- title str
- The title of the web service.
- createdOn String
- Read Only: The date and time when the web service was created.
- modifiedOn String
- Read Only: The date and time when the web service was last modified.
- provisioningState String
- Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swaggerLocation String
- Read Only: Contains the URI of the swagger spec associated with this web service.
- assets Map<Property Map>
- Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitmentPlan Property Map
- 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.
- description String
- The description of the web service.
- diagnostics Property Map
- Settings controlling the diagnostics traces collection for the web service.
- exampleRequest Property Map
- Defines sample input data for one or more of the service's inputs.
- exposeSample BooleanData 
- When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input Property Map
- Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys Property Map
- 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.
- machineLearning Property MapWorkspace 
- Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output Property Map
- Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package Property Map
- The definition of the graph package making up this web service.
- parameters Map<Property Map>
- 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.
- payloadsIn BooleanBlob Storage 
- 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.
- payloadsLocation Property Map
- 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.
- readOnly Boolean
- 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.
- realtimeConfiguration Property Map
- Contains the configuration settings for the web service endpoint.
- storageAccount Property Map
- 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.
- title String
- The title of the web service.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi