DataFrameColumn.SetName Method
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.
SetName(String) |
Updates the column name. |
SetName(String, DataFrame) |
Obsolete.
Updates the name of this column. |
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
Updates the column name.
C#
public void SetName(string newName);
member this.SetName : string -> unit
Public Sub SetName (newName As String)
Parameters
- newName
- String
The new name.
Applies to
ML.NET Preview ve diğer sürümler
Ürün | Sürümler |
---|---|
ML.NET | 3.0.0, 4.0.0, Preview |
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
Caution
This API is now deprecated.
Updates the name of this column.
C#
[System.Obsolete]
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame);
C#
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame = default);
[<System.Obsolete>]
member this.SetName : string * Microsoft.Data.Analysis.DataFrame -> unit
member this.SetName : string * Microsoft.Data.Analysis.DataFrame -> unit
Public Sub SetName (newName As String, dataFrame As DataFrame)
Public Sub SetName (newName As String, Optional dataFrame As DataFrame = Nothing)
Parameters
- newName
- String
The new name.
- dataFrame
- DataFrame
Ignored (for backward compatibility)
- Attributes
Applies to
ML.NET Preview ve diğer sürümler
Ürün | Sürümler (Kullanım dışı) |
---|---|
ML.NET | 2.0.0 (3.0.0, 4.0.0, Preview) |