public sealed class VertexAi.Types.Dataset : IMessage<VertexAi.Types.Dataset>, IEquatable<VertexAi.Types.Dataset>, IDeepCloneable<VertexAi.Types.Dataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class VertexAi.Types.Dataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Security Command Center v2 API - Class VertexAi.Types.Dataset (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi.Types.Dataset)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.VertexAi.Types.Dataset)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.VertexAi.Types.Dataset) \n\n public sealed class VertexAi.Types.Dataset : IMessage\u003cVertexAi.Types.Dataset\u003e, IEquatable\u003cVertexAi.Types.Dataset\u003e, IDeepCloneable\u003cVertexAi.Types.Dataset\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class VertexAi.Types.Dataset.\n\nVertex AI dataset associated with the finding. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e VertexAi.Types.Dataset \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[VertexAi](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi.Types)[Dataset](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi.Types.Dataset), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[VertexAi](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi.Types)[Dataset](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi.Types.Dataset), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[VertexAi](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi.Types)[Dataset](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.VertexAi.Types.Dataset), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### Dataset()\n\n public Dataset()\n\n### Dataset(Dataset)\n\n public Dataset(VertexAi.Types.Dataset other)\n\nProperties\n----------\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe user defined display name of dataset, e.g. plants-dataset\n\n### Name\n\n public string Name { get; set; }\n\nResource name of the dataset, e.g.\nprojects/{project}/locations/{location}/datasets/2094040236064505856\n\n### Source\n\n public string Source { get; set; }\n\nData source, such as a BigQuery source URI, e.g.\nbq://scc-nexus-test.AIPPtest.gsod"]]