- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public interface ArtifactTypeSchemaOrBuilder extends MessageOrBuilder
Implements
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.Model
acme.CustomModel
When 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.Model
acme.CustomModel
When 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.Model
acme.CustomModel
When 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. |