Edit

Share via


Import-AzMlWebService

Imports a JSON object into a web service definition.

Syntax

ImportFromJSONFile

Import-AzMlWebService
    -InputFile <String>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

ImportFromJSONString.

Import-AzMlWebService
    -JsonString <String>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

Description

The Import-AzMlWebService cmdlet imports , specified either directly or in a referenced file, and creates a web service definition object that can be passed to the New-AzMlWebService cmdlet.

Examples

Example 1: Import from string

Import-AzMlWebService -JsonString $jsonDefinition

Example 2: Import from file path

Import-AzMlWebService -InputFile "C:\mlservice.json"

Parameters

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputFile

The path to the file containing the web service definition to import.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ImportFromJSONFile
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-JsonString

The JSON formatted string containing the web service definition to import.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ImportFromJSONString.
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService

Notes

Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml