Interface PipelineTaskDetail.ArtifactListOrBuilder (3.42.0)

public static interface PipelineTaskDetail.ArtifactListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifacts(int index)

public abstract Artifact getArtifacts(int index)

Output only. A list of artifact metadata.

repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Artifact

getArtifactsCount()

public abstract int getArtifactsCount()

Output only. A list of artifact metadata.

repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getArtifactsList()

public abstract List<Artifact> getArtifactsList()

Output only. A list of artifact metadata.

repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Artifact>

getArtifactsOrBuilder(int index)

public abstract ArtifactOrBuilder getArtifactsOrBuilder(int index)

Output only. A list of artifact metadata.

repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
ArtifactOrBuilder

getArtifactsOrBuilderList()

public abstract List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()

Output only. A list of artifact metadata.

repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ArtifactOrBuilder>