Interface protos.google.api.IHttpBody (1.11.0)

Properties of a HttpBody.

Package

@google-cloud/aiplatform

Properties

contentType

contentType?: (string|null);

HttpBody contentType

Property Value
TypeDescription
(string|null)

data

data?: (Uint8Array|string|null);

HttpBody data

Property Value
TypeDescription
(Uint8Array|string|null)

extensions

extensions?: (google.protobuf.IAny[]|null);

HttpBody extensions

Property Value
TypeDescription
(google.protobuf.IAny[]|null)