Interface protos.google.cloud.lifesciences.v2beta.IPipeline (1.0.3)

Properties of a Pipeline.

Package

@google-cloud/life-sciences!

Properties

actions

actions?: (google.cloud.lifesciences.v2beta.IAction[]|null);

Pipeline actions

Property Value
TypeDescription
(google.cloud.lifesciences.v2beta.IAction[]|null)

environment

environment?: ({ [k: string]: string }|null);

Pipeline environment

Property Value
TypeDescription
({ [k: string]: string }|null)

resources

resources?: (google.cloud.lifesciences.v2beta.IResources|null);

Pipeline resources

Property Value
TypeDescription
(google.cloud.lifesciences.v2beta.IResources|null)

timeout

timeout?: (google.protobuf.IDuration|null);

Pipeline timeout

Property Value
TypeDescription
(google.protobuf.IDuration|null)