Class GoogleCloudAiplatformV1beta1RuntimeArtifact
The definition of a runtime artifact.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RuntimeArtifact : IDirectResponseSchema
Properties
CustomProperties
The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
Declaration
[JsonProperty("customProperties")]
public virtual IDictionary<string, GoogleCloudAiplatformV1beta1Value> CustomProperties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudAiplatformV1beta1Value> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Properties of the Artifact.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Name
The name of an artifact.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, GoogleCloudAiplatformV1beta1Value> Properties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudAiplatformV1beta1Value> |
Type
The type of the artifact.
Declaration
[JsonProperty("type")]
public virtual GoogleCloudAiplatformV1beta1ArtifactTypeSchema Type { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ArtifactTypeSchema |
Uri
The URI of the artifact.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |