Cloud AI Platform v1beta1 API - Class PipelineTaskRerunConfig.Types.Inputs (1.0.0-beta04)

public sealed class PipelineTaskRerunConfig.Types.Inputs : IMessage<PipelineTaskRerunConfig.Types.Inputs>, IEquatable<PipelineTaskRerunConfig.Types.Inputs>, IDeepCloneable<PipelineTaskRerunConfig.Types.Inputs>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PipelineTaskRerunConfig.Types.Inputs.

Runtime inputs data of the task.

Inheritance

object > PipelineTaskRerunConfig.Types.Inputs

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

Inputs()

public Inputs()

Inputs(Inputs)

public Inputs(PipelineTaskRerunConfig.Types.Inputs other)
Parameter
Name Description
other PipelineTaskRerunConfigTypesInputs

Properties

Artifacts

public MapField<string, PipelineTaskRerunConfig.Types.ArtifactList> Artifacts { get; }

Output only. Input artifacts.

Property Value
Type Description
MapFieldstringPipelineTaskRerunConfigTypesArtifactList

ParameterValues

public MapField<string, Value> ParameterValues { get; }

Output only. Input parameters.

Property Value
Type Description
MapFieldstringValue