Class Inputs (1.90.0)

Inputs(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Runtime inputs data of the task.

Attributes

Name Description
artifacts MutableMapping[str, google.cloud.aiplatform_v1beta1.types.PipelineTaskRerunConfig.ArtifactList]
Optional. Input artifacts.
parameter_values MutableMapping[str, google.protobuf.struct_pb2.Value]
Optional. Input parameters.

Classes

ArtifactsEntry

ArtifactsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ParameterValuesEntry

ParameterValuesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Methods

Inputs

Inputs(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Runtime inputs data of the task.