public sealed class VertexAi.Types.Pipeline : IMessage<VertexAi.Types.Pipeline>, IEquatable<VertexAi.Types.Pipeline>, IDeepCloneable<VertexAi.Types.Pipeline>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class VertexAi.Types.Pipeline.
Vertex AI training pipeline associated with the finding.
Implements
IMessageVertexAiTypesPipeline, IEquatableVertexAiTypesPipeline, IDeepCloneableVertexAiTypesPipeline, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Pipeline()
public Pipeline()Pipeline(Pipeline)
public Pipeline(VertexAi.Types.Pipeline other)| Parameter | |
|---|---|
| Name | Description |
other |
VertexAiTypesPipeline |
Properties
DisplayName
public string DisplayName { get; set; }The user-defined display name of pipeline, e.g. plants-classification
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Resource name of the pipeline, e.g. projects/{project}/locations/{location}/trainingPipelines/5253428229225578496
| Property Value | |
|---|---|
| Type | Description |
string |
|