Security Command Center v2 API - Class VertexAi.Types.Pipeline (1.2.0)

public sealed class VertexAi.Types.Pipeline : IMessage<VertexAi.Types.Pipeline>, IEquatable<VertexAi.Types.Pipeline>, IDeepCloneable<VertexAi.Types.Pipeline>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class VertexAi.Types.Pipeline.

Vertex AI training pipeline associated with the finding.

Inheritance

object > VertexAi.Types.Pipeline

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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