Freigeben über


PackageInputDeliveryMode Struct

Definition

Mounting type of the model or the inputs.

public readonly struct PackageInputDeliveryMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.PackageInputDeliveryMode>
type PackageInputDeliveryMode = struct
Public Structure PackageInputDeliveryMode
Implements IEquatable(Of PackageInputDeliveryMode)
Inheritance
PackageInputDeliveryMode
Implements

Constructors

Name Description
PackageInputDeliveryMode(String)

Initializes a new instance of PackageInputDeliveryMode.

Properties

Name Description
Copy

Copy.

Download

Download.

Methods

Name Description
Equals(PackageInputDeliveryMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(PackageInputDeliveryMode, PackageInputDeliveryMode)

Determines if two PackageInputDeliveryMode values are the same.

Implicit(String to PackageInputDeliveryMode)

Converts a string to a PackageInputDeliveryMode.

Inequality(PackageInputDeliveryMode, PackageInputDeliveryMode)

Determines if two PackageInputDeliveryMode values are not the same.

Applies to