Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetModelArtifactContentResponse

Hierarchy

  • GetModelArtifactContentResponse

Properties

contentDisposition

contentDisposition: string

The content disposition of the body, as described in RFC 2616, section 19.5.1.

contentLength

contentLength: number

The content size of the body in bytes.

contentMd5

contentMd5: string

The base-64 encoded MD5 hash of the body, as described in RFC 2616, section 14.15. Unavailable for objects uploaded using multipart upload. If the {@code content-md5} header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header. If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message: "The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)"

etag

etag: string

For optimistic concurrency control. See ETags for Optimistic Concurrency Control.

lastModified

lastModified: Date

The artifact modification time, as described in RFC 2616, section 14.29.

opcRequestId

opcRequestId: string

Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.

value

value: stream.Readable | ReadableStream

The returned stream.Readable | ReadableStream instance.