Class protos.google.cloud.aiplatform.v1.DeployedModel (1.11.0)

Represents a DeployedModel.

Package

@google-cloud/aiplatform

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.aiplatform.v1.IDeployedModel);

Constructs a new DeployedModel.

Parameter
NameDescription
properties IDeployedModel

Properties to set

Properties

automaticResources

public automaticResources?: (google.cloud.aiplatform.v1.IAutomaticResources|null);

DeployedModel automaticResources.

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IAutomaticResources|null)

createTime

public createTime?: (google.protobuf.ITimestamp|null);

DeployedModel createTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

dedicatedResources

public dedicatedResources?: (google.cloud.aiplatform.v1.IDedicatedResources|null);

DeployedModel dedicatedResources.

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IDedicatedResources|null)

disableContainerLogging

public disableContainerLogging: boolean;

DeployedModel disableContainerLogging.

Property Value
TypeDescription
boolean

displayName

public displayName: string;

DeployedModel displayName.

Property Value
TypeDescription
string

enableAccessLogging

public enableAccessLogging: boolean;

DeployedModel enableAccessLogging.

Property Value
TypeDescription
boolean

explanationSpec

public explanationSpec?: (google.cloud.aiplatform.v1.IExplanationSpec|null);

DeployedModel explanationSpec.

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IExplanationSpec|null)

id

public id: string;

DeployedModel id.

Property Value
TypeDescription
string

model

public model: string;

DeployedModel model.

Property Value
TypeDescription
string

predictionResources

public predictionResources?: ("dedicatedResources"|"automaticResources");

DeployedModel predictionResources.

Property Value
TypeDescription
("dedicatedResources"|"automaticResources")

privateEndpoints

public privateEndpoints?: (google.cloud.aiplatform.v1.IPrivateEndpoints|null);

DeployedModel privateEndpoints.

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IPrivateEndpoints|null)

serviceAccount

public serviceAccount: string;

DeployedModel serviceAccount.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.cloud.aiplatform.v1.IDeployedModel): google.cloud.aiplatform.v1.DeployedModel;

Creates a new DeployedModel instance using the specified properties.

Parameter
NameDescription
properties IDeployedModel

Properties to set

Returns
TypeDescription
google.cloud.aiplatform.v1.DeployedModel

DeployedModel instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.aiplatform.v1.DeployedModel;

Decodes a DeployedModel message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.aiplatform.v1.DeployedModel

DeployedModel

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.aiplatform.v1.DeployedModel;

Decodes a DeployedModel message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.aiplatform.v1.DeployedModel

DeployedModel

encode(message, writer)

public static encode(message: google.cloud.aiplatform.v1.IDeployedModel, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified DeployedModel message. Does not implicitly messages.

Parameters
NameDescription
message IDeployedModel

DeployedModel message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.aiplatform.v1.IDeployedModel, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified DeployedModel message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IDeployedModel

DeployedModel message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.aiplatform.v1.DeployedModel;

Creates a DeployedModel message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.aiplatform.v1.DeployedModel

DeployedModel

toJSON()

public toJSON(): { [k: string]: any };

Converts this DeployedModel to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.aiplatform.v1.DeployedModel, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a DeployedModel message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.aiplatform.v1.DeployedModel

DeployedModel

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a DeployedModel message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not