Get model version content(Deprecated)

get/models/{modelId}/modelVersions/{versionId}/contents/{contentId}/content

Returns the model version content that is associated with the specified model ID, version ID, and content ID.

Note: This endpoint has been deprecated. It was replaced by the /models/{modelId}/history/{versionId}/contents/{contentId}/content endpoint.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
contentId
string
true

The unique identifier for the model version content.

modelId
string
true

The unique identifier for the model.

versionId
string
true

The unique identifier for the model version.

Responses

StatusMeaningDescription
200OK

The request succeeded. The model version content was returned.

404Not Found

No model version content exists at the requested path.

Schema