public interface ArtifactTypeSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceSchema()
Contains a raw YAML string, describing the format of
the properties of the type.
|
com.google.protobuf.ByteString |
getInstanceSchemaBytes()
Contains a raw YAML string, describing the format of
the properties of the type.
|
ArtifactTypeSchema.KindCase |
getKindCase() |
String |
getSchemaTitle()
The name of the type.
|
com.google.protobuf.ByteString |
getSchemaTitleBytes()
The name of the type.
|
String |
getSchemaUri()
Deprecated.
google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See
google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47
|
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
|
String |
getSchemaVersion()
The schema version of the artifact.
|
com.google.protobuf.ByteString |
getSchemaVersionBytes()
The schema version of the artifact.
|
boolean |
hasInstanceSchema()
Contains a raw YAML string, describing the format of
the properties of the type.
|
boolean |
hasSchemaTitle()
The name of the type.
|
boolean |
hasSchemaUri()
Deprecated.
google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See
google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;@Deprecated boolean hasSchemaUri()
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];@Deprecated String getSchemaUri()
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];@Deprecated com.google.protobuf.ByteString getSchemaUriBytes()
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];boolean hasInstanceSchema()
Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;String getInstanceSchema()
Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;com.google.protobuf.ByteString getInstanceSchemaBytes()
Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;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;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;ArtifactTypeSchema.KindCase getKindCase()
Copyright © 2025 Google LLC. All rights reserved.