1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearning
  5. getWebService
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.machinelearning.getWebService

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearning:getWebService
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    Name of the resource group in which the web service is located.
    WebServiceName string
    The name of the web service.
    Region string
    The region for which encrypted credential parameters are valid.
    ResourceGroupName string
    Name of the resource group in which the web service is located.
    WebServiceName string
    The name of the web service.
    Region string
    The region for which encrypted credential parameters are valid.
    resourceGroupName String
    Name of the resource group in which the web service is located.
    webServiceName String
    The name of the web service.
    region String
    The region for which encrypted credential parameters are valid.
    resourceGroupName string
    Name of the resource group in which the web service is located.
    webServiceName string
    The name of the web service.
    region string
    The region for which encrypted credential parameters are valid.
    resource_group_name str
    Name of the resource group in which the web service is located.
    web_service_name str
    The name of the web service.
    region str
    The region for which encrypted credential parameters are valid.
    resourceGroupName String
    Name of the resource group in which the web service is located.
    webServiceName String
    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.AzureNative.MachineLearning.Outputs.WebServicePropertiesForGraphResponse
    Contains the property payload that describes the web service.
    Type string
    Specifies the type of the resource.
    Tags 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 WebServicePropertiesForGraphResponse
    Contains the property payload that describes the web service.
    Type string
    Specifies the type of the resource.
    Tags 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 WebServicePropertiesForGraphResponse
    Contains the property payload that describes the web service.
    type String
    Specifies the type of the resource.
    tags 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 WebServicePropertiesForGraphResponse
    Contains the property payload that describes the web service.
    type string
    Specifies the type of the resource.
    tags {[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 WebServicePropertiesForGraphResponse
    Contains the property payload that describes the web service.
    type str
    Specifies the type of the resource.
    tags 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.
    tags Map<String>
    Contains resource tags defined as key/value pairs.

    Supporting Types

    AssetItemResponse

    LocationInfo Pulumi.AzureNative.MachineLearning.Inputs.BlobLocationResponse
    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.AzureNative.MachineLearning.Inputs.InputPortResponse>
    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.AzureNative.MachineLearning.Inputs.OutputPortResponse>
    Information about the asset's output ports.
    Parameters List<Pulumi.AzureNative.MachineLearning.Inputs.ModuleAssetParameterResponse>
    If the asset is a custom module, this holds the module's parameters.
    LocationInfo BlobLocationResponse
    Access information for the asset.
    Name string
    Asset's friendly name.
    Type string
    Asset's type.
    Id string
    Asset's Id.
    InputPorts map[string]InputPortResponse
    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]OutputPortResponse
    Information about the asset's output ports.
    Parameters []ModuleAssetParameterResponse
    If the asset is a custom module, this holds the module's parameters.
    locationInfo BlobLocationResponse
    Access information for the asset.
    name String
    Asset's friendly name.
    type String
    Asset's type.
    id String
    Asset's Id.
    inputPorts Map<String,InputPortResponse>
    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,OutputPortResponse>
    Information about the asset's output ports.
    parameters List<ModuleAssetParameterResponse>
    If the asset is a custom module, this holds the module's parameters.
    locationInfo BlobLocationResponse
    Access information for the asset.
    name string
    Asset's friendly name.
    type string
    Asset's type.
    id string
    Asset's Id.
    inputPorts {[key: string]: InputPortResponse}
    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]: OutputPortResponse}
    Information about the asset's output ports.
    parameters ModuleAssetParameterResponse[]
    If the asset is a custom module, this holds the module's parameters.
    location_info BlobLocationResponse
    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, InputPortResponse]
    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, OutputPortResponse]
    Information about the asset's output ports.
    parameters Sequence[ModuleAssetParameterResponse]
    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.
    xMsIsnullable Boolean
    Flag indicating if the type supports null values or not.
    xMsIsordered Boolean
    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.
    xMsIsnullable boolean
    Flag indicating if the type supports null values or not.
    xMsIsordered boolean
    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_isnullable bool
    Flag indicating if the type supports null values or not.
    x_ms_isordered 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<Any>
    If the data type is categorical, this provides the list of accepted categories.
    format String
    Additional format information for the data type.
    xMsIsnullable Boolean
    Flag indicating if the type supports null values or not.
    xMsIsordered Boolean
    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<ImmutableArray<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

    SourceNodeId string
    The source graph node's identifier.
    SourcePortId string
    The identifier of the source node's port that the edge connects from.
    TargetNodeId string
    The destination graph node's identifier.
    TargetPortId string
    The identifier of the destination node's port that the edge connects into.
    SourceNodeId string
    The source graph node's identifier.
    SourcePortId string
    The identifier of the source node's port that the edge connects from.
    TargetNodeId string
    The destination graph node's identifier.
    TargetPortId string
    The identifier of the destination node's port that the edge connects into.
    sourceNodeId String
    The source graph node's identifier.
    sourcePortId String
    The identifier of the source node's port that the edge connects from.
    targetNodeId String
    The destination graph node's identifier.
    targetPortId String
    The identifier of the destination node's port that the edge connects into.
    sourceNodeId string
    The source graph node's identifier.
    sourcePortId string
    The identifier of the source node's port that the edge connects from.
    targetNodeId string
    The destination graph node's identifier.
    targetPortId string
    The identifier of the destination node's port that the edge connects into.
    source_node_id str
    The source graph node's identifier.
    source_port_id str
    The identifier of the source node's port that the edge connects from.
    target_node_id str
    The destination graph node's identifier.
    target_port_id str
    The identifier of the destination node's port that the edge connects into.
    sourceNodeId String
    The source graph node's identifier.
    sourcePortId String
    The identifier of the source node's port that the edge connects from.
    targetNodeId String
    The destination graph node's identifier.
    targetPortId String
    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.AzureNative.MachineLearning.Inputs.WebServiceParameterResponse>
    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]WebServiceParameterResponse
    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,WebServiceParameterResponse>
    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]: WebServiceParameterResponse}
    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, WebServiceParameterResponse]
    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.AzureNative.MachineLearning.Inputs.GraphEdgeResponse>
    The list of edges making up the graph.
    GraphParameters Dictionary<string, Pulumi.AzureNative.MachineLearning.Inputs.GraphParameterResponse>
    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.AzureNative.MachineLearning.Inputs.GraphNodeResponse>
    The set of nodes making up the graph, provided as a nodeId to GraphNode map
    Edges []GraphEdgeResponse
    The list of edges making up the graph.
    GraphParameters map[string]GraphParameterResponse
    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]GraphNodeResponse
    The set of nodes making up the graph, provided as a nodeId to GraphNode map
    edges List<GraphEdgeResponse>
    The list of edges making up the graph.
    graphParameters Map<String,GraphParameterResponse>
    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,GraphNodeResponse>
    The set of nodes making up the graph, provided as a nodeId to GraphNode map
    edges GraphEdgeResponse[]
    The list of edges making up the graph.
    graphParameters {[key: string]: GraphParameterResponse}
    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]: GraphNodeResponse}
    The set of nodes making up the graph, provided as a nodeId to GraphNode map
    edges Sequence[GraphEdgeResponse]
    The list of edges making up the graph.
    graph_parameters Mapping[str, GraphParameterResponse]
    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, GraphNodeResponse]
    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.AzureNative.MachineLearning.Inputs.GraphParameterLinkResponse>
    Association links for this parameter to nodes in the graph.
    Type string
    Graph parameter's type.
    Description string
    Description of this graph parameter.
    Links []GraphParameterLinkResponse
    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<GraphParameterLinkResponse>
    Association links for this parameter to nodes in the graph.
    type String
    Graph parameter's type.
    description String
    Description of this graph parameter.
    links GraphParameterLinkResponse[]
    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[GraphParameterLinkResponse]
    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.AzureNative.MachineLearning.Inputs.ModuleAssetParameterResponse>
    The definition of the parameter.
    InterfaceString string
    The interface string name for the nested parameter.
    Parameters []ModuleAssetParameterResponse
    The definition of the parameter.
    interfaceString String
    The interface string name for the nested parameter.
    parameters List<ModuleAssetParameterResponse>
    The definition of the parameter.
    interfaceString string
    The interface string name for the nested parameter.
    parameters ModuleAssetParameterResponse[]
    The definition of the parameter.
    interface_string str
    The interface string name for the nested parameter.
    parameters Sequence[ModuleAssetParameterResponse]
    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

    ModeValuesInfo Dictionary<string, Pulumi.AzureNative.MachineLearning.Inputs.ModeValueInfoResponse>
    Definitions for nested interface parameters if this is a complex module parameter.
    Name string
    Parameter name.
    ParameterType string
    Parameter type.
    ModeValuesInfo map[string]ModeValueInfoResponse
    Definitions for nested interface parameters if this is a complex module parameter.
    Name string
    Parameter name.
    ParameterType string
    Parameter type.
    modeValuesInfo Map<String,ModeValueInfoResponse>
    Definitions for nested interface parameters if this is a complex module parameter.
    name String
    Parameter name.
    parameterType String
    Parameter type.
    modeValuesInfo {[key: string]: ModeValueInfoResponse}
    Definitions for nested interface parameters if this is a complex module parameter.
    name string
    Parameter name.
    parameterType string
    Parameter type.
    mode_values_info Mapping[str, ModeValueInfoResponse]
    Definitions for nested interface parameters if this is a complex module parameter.
    name str
    Parameter name.
    parameter_type str
    Parameter type.
    modeValuesInfo Map<Property Map>
    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

    MaxConcurrentCalls int
    Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
    MaxConcurrentCalls int
    Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
    maxConcurrentCalls Integer
    Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
    maxConcurrentCalls number
    Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
    max_concurrent_calls int
    Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
    maxConcurrentCalls Number
    Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.

    ServiceInputOutputSpecificationResponse

    Properties Dictionary<string, Pulumi.AzureNative.MachineLearning.Inputs.TableSpecificationResponse>
    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]TableSpecificationResponse
    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,TableSpecificationResponse>
    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]: TableSpecificationResponse}
    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, TableSpecificationResponse]
    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

    Key string
    Specifies the key used to access the storage account.
    Name string
    Specifies the name of the storage account.
    Key string
    Specifies the key used to access the storage account.
    Name string
    Specifies the name of the storage account.
    key String
    Specifies the key used to access the storage account.
    name String
    Specifies the name of the storage account.
    key string
    Specifies the key used to access the storage account.
    name string
    Specifies the name of the storage account.
    key str
    Specifies the key used to access the storage account.
    name str
    Specifies the name of the storage account.
    key String
    Specifies the key used to access the storage account.
    name String
    Specifies the name of the storage account.

    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.AzureNative.MachineLearning.Inputs.ColumnSpecificationResponse>
    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]ColumnSpecificationResponse
    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,ColumnSpecificationResponse>
    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]: ColumnSpecificationResponse}
    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, ColumnSpecificationResponse]
    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

    Primary string
    The primary access key.
    Secondary string
    The secondary access key.
    Primary string
    The primary access key.
    Secondary string
    The secondary access key.
    primary String
    The primary access key.
    secondary String
    The secondary access key.
    primary string
    The primary access key.
    secondary string
    The secondary access key.
    primary str
    The primary access key.
    secondary str
    The secondary access key.
    primary String
    The primary access key.
    secondary String
    The secondary access key.

    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.AzureNative.MachineLearning.Inputs.AssetItemResponse>
    Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
    CommitmentPlan Pulumi.AzureNative.MachineLearning.Inputs.CommitmentPlanResponse
    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.AzureNative.MachineLearning.Inputs.DiagnosticsConfigurationResponse
    Settings controlling the diagnostics traces collection for the web service.
    ExampleRequest Pulumi.AzureNative.MachineLearning.Inputs.ExampleRequestResponse
    Defines sample input data for one or more of the service's inputs.
    ExposeSampleData bool
    When set to true, sample data is included in the web service's swagger definition. The default value is true.
    Input Pulumi.AzureNative.MachineLearning.Inputs.ServiceInputOutputSpecificationResponse
    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.AzureNative.MachineLearning.Inputs.WebServiceKeysResponse
    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.
    MachineLearningWorkspace Pulumi.AzureNative.MachineLearning.Inputs.MachineLearningWorkspaceResponse
    Specifies the Machine Learning workspace containing the experiment that is source for the web service.
    Output Pulumi.AzureNative.MachineLearning.Inputs.ServiceInputOutputSpecificationResponse
    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.AzureNative.MachineLearning.Inputs.GraphPackageResponse
    The definition of the graph package making up this web service.
    Parameters Dictionary<string, Pulumi.AzureNative.MachineLearning.Inputs.WebServiceParameterResponse>
    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.
    PayloadsInBlobStorage bool
    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.AzureNative.MachineLearning.Inputs.BlobLocationResponse
    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.AzureNative.MachineLearning.Inputs.RealtimeConfigurationResponse
    Contains the configuration settings for the web service endpoint.
    StorageAccount Pulumi.AzureNative.MachineLearning.Inputs.StorageAccountResponse
    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]AssetItemResponse
    Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
    CommitmentPlan CommitmentPlanResponse
    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 DiagnosticsConfigurationResponse
    Settings controlling the diagnostics traces collection for the web service.
    ExampleRequest ExampleRequestResponse
    Defines sample input data for one or more of the service's inputs.
    ExposeSampleData bool
    When set to true, sample data is included in the web service's swagger definition. The default value is true.
    Input ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
    Keys WebServiceKeysResponse
    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.
    MachineLearningWorkspace MachineLearningWorkspaceResponse
    Specifies the Machine Learning workspace containing the experiment that is source for the web service.
    Output ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
    Package GraphPackageResponse
    The definition of the graph package making up this web service.
    Parameters map[string]WebServiceParameterResponse
    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.
    PayloadsInBlobStorage bool
    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 BlobLocationResponse
    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 RealtimeConfigurationResponse
    Contains the configuration settings for the web service endpoint.
    StorageAccount StorageAccountResponse
    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,AssetItemResponse>
    Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
    commitmentPlan CommitmentPlanResponse
    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 DiagnosticsConfigurationResponse
    Settings controlling the diagnostics traces collection for the web service.
    exampleRequest ExampleRequestResponse
    Defines sample input data for one or more of the service's inputs.
    exposeSampleData Boolean
    When set to true, sample data is included in the web service's swagger definition. The default value is true.
    input ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
    keys WebServiceKeysResponse
    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.
    machineLearningWorkspace MachineLearningWorkspaceResponse
    Specifies the Machine Learning workspace containing the experiment that is source for the web service.
    output ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
    package_ GraphPackageResponse
    The definition of the graph package making up this web service.
    parameters Map<String,WebServiceParameterResponse>
    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.
    payloadsInBlobStorage Boolean
    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 BlobLocationResponse
    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 RealtimeConfigurationResponse
    Contains the configuration settings for the web service endpoint.
    storageAccount StorageAccountResponse
    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]: AssetItemResponse}
    Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
    commitmentPlan CommitmentPlanResponse
    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 DiagnosticsConfigurationResponse
    Settings controlling the diagnostics traces collection for the web service.
    exampleRequest ExampleRequestResponse
    Defines sample input data for one or more of the service's inputs.
    exposeSampleData boolean
    When set to true, sample data is included in the web service's swagger definition. The default value is true.
    input ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
    keys WebServiceKeysResponse
    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.
    machineLearningWorkspace MachineLearningWorkspaceResponse
    Specifies the Machine Learning workspace containing the experiment that is source for the web service.
    output ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
    package GraphPackageResponse
    The definition of the graph package making up this web service.
    parameters {[key: string]: WebServiceParameterResponse}
    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.
    payloadsInBlobStorage boolean
    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 BlobLocationResponse
    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 RealtimeConfigurationResponse
    Contains the configuration settings for the web service endpoint.
    storageAccount StorageAccountResponse
    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, AssetItemResponse]
    Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
    commitment_plan CommitmentPlanResponse
    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 DiagnosticsConfigurationResponse
    Settings controlling the diagnostics traces collection for the web service.
    example_request ExampleRequestResponse
    Defines sample input data for one or more of the service's inputs.
    expose_sample_data bool
    When set to true, sample data is included in the web service's swagger definition. The default value is true.
    input ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
    keys WebServiceKeysResponse
    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_workspace MachineLearningWorkspaceResponse
    Specifies the Machine Learning workspace containing the experiment that is source for the web service.
    output ServiceInputOutputSpecificationResponse
    Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
    package GraphPackageResponse
    The definition of the graph package making up this web service.
    parameters Mapping[str, WebServiceParameterResponse]
    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_blob_storage bool
    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 BlobLocationResponse
    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 RealtimeConfigurationResponse
    Contains the configuration settings for the web service endpoint.
    storage_account StorageAccountResponse
    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.
    exposeSampleData Boolean
    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.
    machineLearningWorkspace Property Map
    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.
    payloadsInBlobStorage Boolean
    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
    azure-native logo
    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi