Skip to content

Latest commit

 

History

History
108 lines (79 loc) · 2.25 KB

New-AzMLWorkspaceMLFlowModelJobInputObject.md

File metadata and controls

108 lines (79 loc) · 2.25 KB
external help file Module Name online version schema
Az.MachineLearningServices
2.0.0

New-AzMLWorkspaceMLFlowModelJobInputObject

SYNOPSIS

Create an in-memory object for MLFlowModelJobInput.

SYNTAX

New-AzMLWorkspaceMLFlowModelJobInputObject -Type <JobInputType> -Uri <String> [-Description <String>]
 [-Mode <InputDeliveryMode>] [<CommonParameters>]

DESCRIPTION

Create an in-memory object for MLFlowModelJobInput.

EXAMPLES

Example 1: Create an in-memory object for MLFlowModelJobInput

New-AzMLWorkspaceMLFlowModelJobInputObject

Create an in-memory object for MLFlowModelJobInput

PARAMETERS

-Description

Description for the input.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Mode

Input Asset Delivery Mode.

Type: Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Type

[Required] Specifies the type of job.

Type: Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Uri

[Required] Input Asset URI.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.MlFlowModelJobInput

NOTES

ALIASES

RELATED LINKS