Uses of Class
com.google.cloud.aiplatform.v1.Artifact.Builder
Packages that use Artifact.Builder
-
Uses of Artifact.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Artifact.BuilderModifier and TypeMethodDescriptionLineageSubgraph.Builder.addArtifactsBuilder()The Artifact nodes in the subgraph.LineageSubgraph.Builder.addArtifactsBuilder(int index) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.addArtifactsBuilder()The Artifacts retrieved from the MetadataStore.ListArtifactsResponse.Builder.addArtifactsBuilder(int index) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.addArtifactsBuilder()Output only.PipelineTaskDetail.ArtifactList.Builder.addArtifactsBuilder(int index) Output only.Artifact.Builder.clear()Artifact.Builder.clearCreateTime()Output only.Artifact.Builder.clearDescription()Description of the ArtifactArtifact.Builder.clearDisplayName()User provided display name of the Artifact.Artifact.Builder.clearEtag()An eTag used to perform consistent read-modify-write updates.Artifact.Builder.clearLabels()Artifact.Builder.clearMetadata()Properties of the Artifact.Artifact.Builder.clearName()Output only.Artifact.Builder.clearSchemaTitle()The title of the schema describing the metadata.Artifact.Builder.clearSchemaVersion()The version of the schema in schema_name to use.Artifact.Builder.clearState()The state of this Artifact.Artifact.Builder.clearUpdateTime()Output only.Artifact.Builder.clearUri()The uniform resource identifier of the artifact file.CreateArtifactRequest.Builder.getArtifactBuilder()Required.UpdateArtifactRequest.Builder.getArtifactBuilder()Required.LineageSubgraph.Builder.getArtifactsBuilder(int index) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.getArtifactsBuilder(int index) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.getArtifactsBuilder(int index) Output only.Artifact.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Artifact.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Artifact.Builder.mergeFrom(com.google.protobuf.Message other) Artifact.Builder.mergeMetadata(com.google.protobuf.Struct value) Properties of the Artifact.Artifact.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static Artifact.BuilderArtifact.newBuilder()static Artifact.BuilderArtifact.newBuilder(Artifact prototype) Artifact.newBuilderForType()protected Artifact.BuilderArtifact.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Artifact.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to organize your Artifacts.The labels with user-defined metadata to organize your Artifacts.Artifact.Builder.removeLabels(String key) The labels with user-defined metadata to organize your Artifacts.Artifact.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Artifact.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Artifact.Builder.setDescription(String value) Description of the ArtifactArtifact.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the ArtifactArtifact.Builder.setDisplayName(String value) User provided display name of the Artifact.Artifact.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) User provided display name of the Artifact.An eTag used to perform consistent read-modify-write updates.Artifact.Builder.setEtagBytes(com.google.protobuf.ByteString value) An eTag used to perform consistent read-modify-write updates.Artifact.Builder.setMetadata(com.google.protobuf.Struct value) Properties of the Artifact.Artifact.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Properties of the Artifact.Output only.Artifact.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Artifact.Builder.setSchemaTitle(String value) The title of the schema describing the metadata.Artifact.Builder.setSchemaTitleBytes(com.google.protobuf.ByteString value) The title of the schema describing the metadata.Artifact.Builder.setSchemaVersion(String value) The version of the schema in schema_name to use.Artifact.Builder.setSchemaVersionBytes(com.google.protobuf.ByteString value) The version of the schema in schema_name to use.Artifact.Builder.setState(Artifact.State value) The state of this Artifact.Artifact.Builder.setStateValue(int value) The state of this Artifact.Artifact.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.Artifact.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.The uniform resource identifier of the artifact file.Artifact.Builder.setUriBytes(com.google.protobuf.ByteString value) The uniform resource identifier of the artifact file.Artifact.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Artifact.BuilderModifier and TypeMethodDescriptionLineageSubgraph.Builder.getArtifactsBuilderList()The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.getArtifactsBuilderList()The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.getArtifactsBuilderList()Output only.Methods in com.google.cloud.aiplatform.v1 with parameters of type Artifact.BuilderModifier and TypeMethodDescriptionLineageSubgraph.Builder.addArtifacts(int index, Artifact.Builder builderForValue) The Artifact nodes in the subgraph.LineageSubgraph.Builder.addArtifacts(Artifact.Builder builderForValue) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.addArtifacts(int index, Artifact.Builder builderForValue) The Artifacts retrieved from the MetadataStore.ListArtifactsResponse.Builder.addArtifacts(Artifact.Builder builderForValue) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.addArtifacts(int index, Artifact.Builder builderForValue) Output only.PipelineTaskDetail.ArtifactList.Builder.addArtifacts(Artifact.Builder builderForValue) Output only.CreateArtifactRequest.Builder.setArtifact(Artifact.Builder builderForValue) Required.UpdateArtifactRequest.Builder.setArtifact(Artifact.Builder builderForValue) Required.LineageSubgraph.Builder.setArtifacts(int index, Artifact.Builder builderForValue) The Artifact nodes in the subgraph.ListArtifactsResponse.Builder.setArtifacts(int index, Artifact.Builder builderForValue) The Artifacts retrieved from the MetadataStore.PipelineTaskDetail.ArtifactList.Builder.setArtifacts(int index, Artifact.Builder builderForValue) Output only.