public static final class PipelineJob.RuntimeConfig.InputArtifact.Builder extends GeneratedMessageV3.Builder<PipelineJob.RuntimeConfig.InputArtifact.Builder> implements PipelineJob.RuntimeConfig.InputArtifactOrBuilder
The type of an input artifact.
Protobuf type
google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public PipelineJob.RuntimeConfig.InputArtifact.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PipelineJob.RuntimeConfig.InputArtifact build()
public PipelineJob.RuntimeConfig.InputArtifact buildPartial()
public PipelineJob.RuntimeConfig.InputArtifact.Builder clear()
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder clearArtifactId()
Artifact resource id from MLMD. Which is the last portion of an
artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
.
The artifact must stay within the same project, location and default
metadatastore as the pipeline.
string artifact_id = 1;
public PipelineJob.RuntimeConfig.InputArtifact.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder clearKind()
public PipelineJob.RuntimeConfig.InputArtifact.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder clone()
Overrides
public String getArtifactId()
Artifact resource id from MLMD. Which is the last portion of an
artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
.
The artifact must stay within the same project, location and default
metadatastore as the pipeline.
string artifact_id = 1;
Returns |
---|
Type | Description |
String | The artifactId.
|
public ByteString getArtifactIdBytes()
Artifact resource id from MLMD. Which is the last portion of an
artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
.
The artifact must stay within the same project, location and default
metadatastore as the pipeline.
string artifact_id = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for artifactId.
|
public PipelineJob.RuntimeConfig.InputArtifact getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.KindCase getKindCase()
public boolean hasArtifactId()
Artifact resource id from MLMD. Which is the last portion of an
artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
.
The artifact must stay within the same project, location and default
metadatastore as the pipeline.
string artifact_id = 1;
Returns |
---|
Type | Description |
boolean | Whether the artifactId field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder mergeFrom(PipelineJob.RuntimeConfig.InputArtifact other)
public PipelineJob.RuntimeConfig.InputArtifact.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final PipelineJob.RuntimeConfig.InputArtifact.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder setArtifactId(String value)
Artifact resource id from MLMD. Which is the last portion of an
artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
.
The artifact must stay within the same project, location and default
metadatastore as the pipeline.
string artifact_id = 1;
Parameter |
---|
Name | Description |
value | String
The artifactId to set.
|
public PipelineJob.RuntimeConfig.InputArtifact.Builder setArtifactIdBytes(ByteString value)
Artifact resource id from MLMD. Which is the last portion of an
artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
.
The artifact must stay within the same project, location and default
metadatastore as the pipeline.
string artifact_id = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for artifactId to set.
|
public PipelineJob.RuntimeConfig.InputArtifact.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final PipelineJob.RuntimeConfig.InputArtifact.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides