public static interface PipelineTaskDetail.ArtifactListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArtifacts(int index)
public abstract Artifact getArtifacts(int index)Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| Artifact |
getArtifactsCount()
public abstract int getArtifactsCount()Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int |
getArtifactsList()
public abstract List<Artifact> getArtifactsList()Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<Artifact> |
getArtifactsOrBuilder(int index)
public abstract ArtifactOrBuilder getArtifactsOrBuilder(int index)Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| ArtifactOrBuilder |
getArtifactsOrBuilderList()
public abstract List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.ArtifactOrBuilder> |