Get metadata for model version content

get/models/{modelId}/modelVersions/{versionId}/contents/{contentId}
Internal-Use Only

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

Request Samples

1

Response Samples

1{
2 "createdBy": "string",
3 "modifiedBy": "string",
4 "creationTimeStamp": "2019-08-24T14:15:22Z",
5 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
6 "name": "string",
7 "modelId": "string",
8 "fileUri": "string",
9 "role": "string",
10 "key": "string",
11 "version": 2
12}

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
200OKThe request succeeded. The metadata information for the model version content was returned.HeadersSchema
404Not FoundNo model version exists at the requested path.Schema