public interface ArtifactTypeSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceSchema()
public abstract String getInstanceSchema()Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The instanceSchema. |
getInstanceSchemaBytes()
public abstract ByteString getInstanceSchemaBytes()Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceSchema. |
getKindCase()
public abstract ArtifactTypeSchema.KindCase getKindCase()| Returns | |
|---|---|
| Type | Description |
ArtifactTypeSchema.KindCase |
|
getSchemaTitle()
public abstract String getSchemaTitle() The name of the type. The format of the title must be:
<namespace>.<title>.
Examples:
aiplatform.Modelacme.CustomModelWhen this field is set, the type must be pre-registered in the MLMD store.
string schema_title = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The schemaTitle. |
getSchemaTitleBytes()
public abstract ByteString getSchemaTitleBytes() The name of the type. The format of the title must be:
<namespace>.<title>.
Examples:
aiplatform.Modelacme.CustomModelWhen this field is set, the type must be pre-registered in the MLMD store.
string schema_title = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for schemaTitle. |
getSchemaUri() (deprecated)
public abstract 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 | |
|---|---|
| Type | Description |
String |
The schemaUri. |
getSchemaUriBytes() (deprecated)
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for schemaUri. |
getSchemaVersion()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The schemaVersion. |
getSchemaVersionBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for schemaVersion. |
hasInstanceSchema()
public abstract boolean hasInstanceSchema()Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instanceSchema field is set. |
hasSchemaTitle()
public abstract boolean hasSchemaTitle() The name of the type. The format of the title must be:
<namespace>.<title>.
Examples:
aiplatform.Modelacme.CustomModelWhen this field is set, the type must be pre-registered in the MLMD store.
string schema_title = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schemaTitle field is set. |
hasSchemaUri() (deprecated)
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the schemaUri field is set. |