Google Cloud Ai Platform V1 Client - Class ArtifactList (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ArtifactList.

A list of artifact metadata.

Generated from protobuf message google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ artifacts array<Google\Cloud\AIPlatform\V1\Artifact>

Output only. A list of artifact metadata.

getArtifacts

Output only. A list of artifact metadata.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setArtifacts

Output only. A list of artifact metadata.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\Artifact>
Returns
TypeDescription
$this