BatchEndpointDefaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Batch endpoint default values
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchEndpointDefaultsTypeConverter))]
public class BatchEndpointDefaults : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpointDefaults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchEndpointDefaultsTypeConverter))>]
type BatchEndpointDefaults = class
interface IBatchEndpointDefaults
interface IJsonSerializable
Public Class BatchEndpointDefaults
Implements IBatchEndpointDefaults
- Inheritance
-
BatchEndpointDefaults
- Attributes
- Implements
Constructors
BatchEndpointDefaults() |
Creates an new BatchEndpointDefaults instance. |
Properties
DeploymentName |
Name of the deployment that will be default for the endpoint. This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BatchEndpointDefaults. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BatchEndpointDefaults. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchEndpointDefaults. |
FromJsonString(String) |
Creates a new instance of BatchEndpointDefaults, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BatchEndpointDefaults into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |