Interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getArtifactId()
      Artifact resource id from MLMD.
      com.google.protobuf.ByteString getArtifactIdBytes()
      Artifact resource id from MLMD.
      PipelineJob.RuntimeConfig.InputArtifact.KindCase getKindCase()  
      boolean hasArtifactId()
      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 Detail

      • 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.