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()
Returns
Methods
public PipelineJob.RuntimeConfig.InputArtifact.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public PipelineJob.RuntimeConfig.InputArtifact build()
Returns
public PipelineJob.RuntimeConfig.InputArtifact buildPartial()
Returns
public PipelineJob.RuntimeConfig.InputArtifact.Builder clear()
Returns
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;
Returns
public PipelineJob.RuntimeConfig.InputArtifact.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder clearKind()
Returns
public PipelineJob.RuntimeConfig.InputArtifact.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder clone()
Returns
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()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.KindCase getKindCase()
Returns
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()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder mergeFrom(PipelineJob.RuntimeConfig.InputArtifact other)
Parameter
Returns
public PipelineJob.RuntimeConfig.InputArtifact.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public PipelineJob.RuntimeConfig.InputArtifact.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final PipelineJob.RuntimeConfig.InputArtifact.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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.
|
Returns
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.
|
Returns
public PipelineJob.RuntimeConfig.InputArtifact.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public PipelineJob.RuntimeConfig.InputArtifact.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final PipelineJob.RuntimeConfig.InputArtifact.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides