Interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PipelineJob.RuntimeConfig.InputArtifact, PipelineJob.RuntimeConfig.InputArtifact.Builder
Enclosing class:
PipelineJob.RuntimeConfig

public static interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Artifact resource id from MLMD.
    com.google.protobuf.ByteString
    Artifact resource id from MLMD.
     
    boolean
    Artifact resource id from MLMD.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasArtifactId

      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:
      Whether the artifactId field is set.
    • getArtifactId

      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:
      The artifactId.
    • getArtifactIdBytes

      com.google.protobuf.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:
      The bytes for artifactId.
    • getKindCase