Interface RuntimeArtifactOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RuntimeArtifact, RuntimeArtifact.Builder

@Generated public interface RuntimeArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
       The name of an artifact.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name of an artifact.
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasType

      boolean hasType()
       The type of the artifact.
       
      .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
      Returns:
      Whether the type field is set.
    • getType

       The type of the artifact.
       
      .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
      Returns:
      The type.
    • getTypeOrBuilder

      ArtifactTypeSchemaOrBuilder getTypeOrBuilder()
       The type of the artifact.
       
      .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
    • getUri

      String getUri()
       The URI of the artifact.
       
      string uri = 3;
      Returns:
      The uri.
    • getUriBytes

      com.google.protobuf.ByteString getUriBytes()
       The URI of the artifact.
       
      string uri = 3;
      Returns:
      The bytes for uri.
    • getPropertiesCount

      @Deprecated int getPropertiesCount()
      Deprecated.
       The properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
    • containsProperties

      @Deprecated boolean containsProperties(String key)
      Deprecated.
       The properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
    • getProperties

      @Deprecated Map<String,Value> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      @Deprecated Map<String,Value> getPropertiesMap()
      Deprecated.
       The properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
    • getPropertiesOrDefault

      @Deprecated Value getPropertiesOrDefault(String key, Value defaultValue)
      Deprecated.
       The properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
    • getPropertiesOrThrow

      @Deprecated Value getPropertiesOrThrow(String key)
      Deprecated.
       The properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
    • getCustomPropertiesCount

      @Deprecated int getCustomPropertiesCount()
      Deprecated.
       The custom properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
    • containsCustomProperties

      @Deprecated boolean containsCustomProperties(String key)
      Deprecated.
       The custom properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
    • getCustomProperties

      @Deprecated Map<String,Value> getCustomProperties()
      Deprecated.
    • getCustomPropertiesMap

      @Deprecated Map<String,Value> getCustomPropertiesMap()
      Deprecated.
       The custom properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
    • getCustomPropertiesOrDefault

      @Deprecated Value getCustomPropertiesOrDefault(String key, Value defaultValue)
      Deprecated.
       The custom properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
    • getCustomPropertiesOrThrow

      @Deprecated Value getCustomPropertiesOrThrow(String key)
      Deprecated.
       The custom properties of the artifact.
       Deprecated. Use
       [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata]
       instead.
       
      map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
    • hasMetadata

      boolean hasMetadata()
       Properties of the Artifact.
       
      .google.protobuf.Struct metadata = 6;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      com.google.protobuf.Struct getMetadata()
       Properties of the Artifact.
       
      .google.protobuf.Struct metadata = 6;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
       Properties of the Artifact.
       
      .google.protobuf.Struct metadata = 6;