public static interface PipelineTaskDetail.ArtifactListOrBuilder extends MessageOrBuilder
Implements
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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ArtifactOrBuilder> |