IImageModelDistributionSettings.TrainingBatchSize Property

Definition

Training batch size. Must be a positive integer.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Training batch size. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trainingBatchSize", Update=true)]
public string TrainingBatchSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Training batch size. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trainingBatchSize", Update=true)>]
member this.TrainingBatchSize : string with get, set
Public Property TrainingBatchSize As String

Property Value

Attributes

Applies to