Class GoogleCloudAiplatformV1beta1ArtifactTypeSchema
The definition of a artifact type in MLMD.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ArtifactTypeSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceSchema
Contains a raw YAML string, describing the format of the properties of the type.
Declaration
[JsonProperty("instanceSchema")]
public virtual string InstanceSchema { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaTitle
The name of the type. The format of the title must be: .
. Examples: - aiplatform.Model
-
acme.CustomModel
When this field is set, the type must be pre-registered in the MLMD store.
Declaration
[JsonProperty("schemaTitle")]
public virtual string SchemaTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaUri
Points to a YAML file stored on Cloud Storage describing the format. Deprecated. Use PipelineArtifactTypeSchema.schema_title or PipelineArtifactTypeSchema.instance_schema instead.
Declaration
[JsonProperty("schemaUri")]
public virtual string SchemaUri { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaVersion
The schema version of the artifact. If the value is not set, it defaults to the latest version in the system.
Declaration
[JsonProperty("schemaVersion")]
public virtual string SchemaVersion { get; set; }
Property Value
Type | Description |
---|---|
string |