Interface ArtifactTypeSchemaOrBuilder

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

@Generated public interface ArtifactTypeSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Contains a raw YAML string, describing the format of the properties of the type.
    com.google.protobuf.ByteString
    Contains a raw YAML string, describing the format of the properties of the type.
     
    The name of the type.
    com.google.protobuf.ByteString
    The name of the type.
    Deprecated.
    google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.
    The schema version of the artifact.
    com.google.protobuf.ByteString
    The schema version of the artifact.
    boolean
    Contains a raw YAML string, describing the format of the properties of the type.
    boolean
    The name of the type.
    boolean
    Deprecated.
    google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.

    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

    • hasSchemaTitle

      boolean hasSchemaTitle()
       The name of the type. The format of the title must be:
       `<namespace>.<title>`.
       Examples:
       - `aiplatform.Model`
       - `acme.CustomModel`
       When this field is set, the type must be pre-registered in the MLMD
       store.
       
      string schema_title = 1;
      Returns:
      Whether the schemaTitle field is set.
    • getSchemaTitle

      String getSchemaTitle()
       The name of the type. The format of the title must be:
       `<namespace>.<title>`.
       Examples:
       - `aiplatform.Model`
       - `acme.CustomModel`
       When this field is set, the type must be pre-registered in the MLMD
       store.
       
      string schema_title = 1;
      Returns:
      The schemaTitle.
    • getSchemaTitleBytes

      com.google.protobuf.ByteString getSchemaTitleBytes()
       The name of the type. The format of the title must be:
       `<namespace>.<title>`.
       Examples:
       - `aiplatform.Model`
       - `acme.CustomModel`
       When this field is set, the type must be pre-registered in the MLMD
       store.
       
      string schema_title = 1;
      Returns:
      The bytes for schemaTitle.
    • hasSchemaUri

      @Deprecated boolean hasSchemaUri()
      Deprecated.
      google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47
       Points to a YAML file stored on Cloud Storage describing the
       format.
       Deprecated. Use [PipelineArtifactTypeSchema.schema_title][] or
       [PipelineArtifactTypeSchema.instance_schema][] instead.
       
      string schema_uri = 2 [deprecated = true];
      Returns:
      Whether the schemaUri field is set.
    • getSchemaUri

      @Deprecated String getSchemaUri()
      Deprecated.
      google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47
       Points to a YAML file stored on Cloud Storage describing the
       format.
       Deprecated. Use [PipelineArtifactTypeSchema.schema_title][] or
       [PipelineArtifactTypeSchema.instance_schema][] instead.
       
      string schema_uri = 2 [deprecated = true];
      Returns:
      The schemaUri.
    • getSchemaUriBytes

      @Deprecated com.google.protobuf.ByteString getSchemaUriBytes()
      Deprecated.
      google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47
       Points to a YAML file stored on Cloud Storage describing the
       format.
       Deprecated. Use [PipelineArtifactTypeSchema.schema_title][] or
       [PipelineArtifactTypeSchema.instance_schema][] instead.
       
      string schema_uri = 2 [deprecated = true];
      Returns:
      The bytes for schemaUri.
    • hasInstanceSchema

      boolean hasInstanceSchema()
       Contains a raw YAML string, describing the format of
       the properties of the type.
       
      string instance_schema = 3;
      Returns:
      Whether the instanceSchema field is set.
    • getInstanceSchema

      String getInstanceSchema()
       Contains a raw YAML string, describing the format of
       the properties of the type.
       
      string instance_schema = 3;
      Returns:
      The instanceSchema.
    • getInstanceSchemaBytes

      com.google.protobuf.ByteString getInstanceSchemaBytes()
       Contains a raw YAML string, describing the format of
       the properties of the type.
       
      string instance_schema = 3;
      Returns:
      The bytes for instanceSchema.
    • getSchemaVersion

      String getSchemaVersion()
       The schema version of the artifact. If the value is not set, it defaults
       to the latest version in the system.
       
      string schema_version = 4;
      Returns:
      The schemaVersion.
    • getSchemaVersionBytes

      com.google.protobuf.ByteString getSchemaVersionBytes()
       The schema version of the artifact. If the value is not set, it defaults
       to the latest version in the system.
       
      string schema_version = 4;
      Returns:
      The bytes for schemaVersion.
    • getKindCase