Uses of Class
com.google.cloud.aiplatform.v1.Artifact
Packages that use Artifact
-
Uses of Artifact in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ArtifactModifier and TypeMethodDescriptionArtifact.Builder.build()Artifact.Builder.buildPartial()CreateArtifactRequest.Builder.getArtifact()Required.CreateArtifactRequest.getArtifact()Required.CreateArtifactRequestOrBuilder.getArtifact()Required.UpdateArtifactRequest.Builder.getArtifact()Required.UpdateArtifactRequest.getArtifact()Required.UpdateArtifactRequestOrBuilder.getArtifact()Required.LineageSubgraph.Builder.getArtifacts(int index) The Artifact nodes in the subgraph.LineageSubgraph.getArtifacts(int index) The Artifact nodes in the subgraph.LineageSubgraphOrBuilder.getArtifacts(int index) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.getArtifacts(int index) The Artifacts retrieved from the MetadataStore.ListArtifactsResponse.getArtifacts(int index) The Artifacts retrieved from the MetadataStore.ListArtifactsResponseOrBuilder.getArtifacts(int index) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.getArtifacts(int index) Output only.PipelineTaskDetail.ArtifactList.getArtifacts(int index) Output only.PipelineTaskDetail.ArtifactListOrBuilder.getArtifacts(int index) Output only.static ArtifactArtifact.getDefaultInstance()Artifact.Builder.getDefaultInstanceForType()Artifact.getDefaultInstanceForType()static ArtifactArtifact.parseDelimitedFrom(InputStream input) static ArtifactArtifact.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(byte[] data) static ArtifactArtifact.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(com.google.protobuf.ByteString data) static ArtifactArtifact.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(com.google.protobuf.CodedInputStream input) static ArtifactArtifact.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(InputStream input) static ArtifactArtifact.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(ByteBuffer data) static ArtifactArtifact.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ArtifactModifier and TypeMethodDescriptionLineageSubgraph.Builder.getArtifactsList()The Artifact nodes in the subgraph.LineageSubgraph.getArtifactsList()The Artifact nodes in the subgraph.LineageSubgraphOrBuilder.getArtifactsList()The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.getArtifactsList()The Artifacts retrieved from the MetadataStore.ListArtifactsResponse.getArtifactsList()The Artifacts retrieved from the MetadataStore.ListArtifactsResponseOrBuilder.getArtifactsList()The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.getArtifactsList()Output only.PipelineTaskDetail.ArtifactList.getArtifactsList()Output only.PipelineTaskDetail.ArtifactListOrBuilder.getArtifactsList()Output only.com.google.protobuf.Parser<Artifact>Artifact.getParserForType()static com.google.protobuf.Parser<Artifact>Artifact.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type ArtifactModifier and TypeMethodDescriptionLineageSubgraph.Builder.addArtifacts(int index, Artifact value) The Artifact nodes in the subgraph.LineageSubgraph.Builder.addArtifacts(Artifact value) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.addArtifacts(int index, Artifact value) The Artifacts retrieved from the MetadataStore.ListArtifactsResponse.Builder.addArtifacts(Artifact value) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.addArtifacts(int index, Artifact value) Output only.PipelineTaskDetail.ArtifactList.Builder.addArtifacts(Artifact value) Output only.CreateArtifactRequest.Builder.mergeArtifact(Artifact value) Required.UpdateArtifactRequest.Builder.mergeArtifact(Artifact value) Required.static Artifact.BuilderArtifact.newBuilder(Artifact prototype) CreateArtifactRequest.Builder.setArtifact(Artifact value) Required.UpdateArtifactRequest.Builder.setArtifact(Artifact value) Required.LineageSubgraph.Builder.setArtifacts(int index, Artifact value) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.setArtifacts(int index, Artifact value) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.setArtifacts(int index, Artifact value) Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ArtifactModifier and TypeMethodDescriptionLineageSubgraph.Builder.addAllArtifacts(Iterable<? extends Artifact> values) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.addAllArtifacts(Iterable<? extends Artifact> values) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.addAllArtifacts(Iterable<? extends Artifact> values) Output only.