@@ -2252,7 +2252,7 @@ def create_custom_metadata_artifact(
22522252
22532253 Returns
22542254 -------
2255- Dict
2255+ ModelMetadataArtifactDetails
22562256 The model custom metadata artifact creation info.
22572257 Example:
22582258 {
@@ -2296,7 +2296,8 @@ def create_defined_metadata_artifact(
22962296
22972297 Returns
22982298 -------
2299- The model defined metadata artifact creation info.
2299+ ModelMetadataArtifactDetails
2300+ The model defined metadata artifact creation info.
23002301 Example:
23012302 {
23022303 'Date': 'Mon, 02 Dec 2024 06:38:24 GMT',
@@ -2339,7 +2340,7 @@ def update_custom_metadata_artifact(
23392340
23402341 Returns
23412342 -------
2342- Dict
2343+ ModelMetadataArtifactDetails
23432344 The model custom metadata artifact update info.
23442345 Example:
23452346 {
@@ -2383,7 +2384,7 @@ def update_defined_metadata_artifact(
23832384
23842385 Returns
23852386 -------
2386- Dict
2387+ ModelMetadataArtifactDetails
23872388 The model defined metadata artifact update info.
23882389 Example:
23892390 {
@@ -2485,7 +2486,7 @@ def delete_custom_metadata_artifact(
24852486 The name of the model metadatum in the metadata.
24862487 Returns
24872488 -------
2488- Dict
2489+ ModelMetadataArtifactDetails
24892490 The model custom metadata artifact delete call info.
24902491 Example:
24912492 {
@@ -2513,7 +2514,7 @@ def delete_defined_metadata_artifact(
25132514 The name of the model metadatum in the metadata.
25142515 Returns
25152516 -------
2516- Dict
2517+ ModelMetadataArtifactDetails
25172518 The model defined metadata artifact delete call info.
25182519 Example:
25192520 {
0 commit comments