RuntimeArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)The definition of a runtime artifact.
Attributes |
|
|---|---|
| Name | Description |
name |
str
The name of an artifact. |
type_ |
google.cloud.aiplatform_v1beta1.types.ArtifactTypeSchema
The type of the artifact. |
uri |
str
The URI of the artifact. |
properties |
MutableMapping[str, google.cloud.aiplatform_v1beta1.types.Value]
The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead. |
custom_properties |
MutableMapping[str, google.cloud.aiplatform_v1beta1.types.Value]
The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead. |
metadata |
google.protobuf.struct_pb2.Struct
Properties of the Artifact. |
Classes
CustomPropertiesEntry
CustomPropertiesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
PropertiesEntry
PropertiesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
Methods
RuntimeArtifact
RuntimeArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)The definition of a runtime artifact.