Class protos.google.cloud.aiplatform.v1beta1.BatchPredictionJob (3.13.0)

Represents a BatchPredictionJob.

Package

@google-cloud/aiplatform

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.aiplatform.v1beta1.IBatchPredictionJob);

Constructs a new BatchPredictionJob.

Parameter
NameDescription
properties IBatchPredictionJob

Properties to set

Properties

completionStats

public completionStats?: (google.cloud.aiplatform.v1beta1.ICompletionStats|null);

BatchPredictionJob completionStats.

createTime

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

BatchPredictionJob createTime.

dedicatedResources

public dedicatedResources?: (google.cloud.aiplatform.v1beta1.IBatchDedicatedResources|null);

BatchPredictionJob dedicatedResources.

disableContainerLogging

public disableContainerLogging: boolean;

BatchPredictionJob disableContainerLogging.

displayName

public displayName: string;

BatchPredictionJob displayName.

encryptionSpec

public encryptionSpec?: (google.cloud.aiplatform.v1beta1.IEncryptionSpec|null);

BatchPredictionJob encryptionSpec.

endTime

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

BatchPredictionJob endTime.

error

public error?: (google.rpc.IStatus|null);

BatchPredictionJob error.

explanationSpec

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

BatchPredictionJob explanationSpec.

generateExplanation

public generateExplanation: boolean;

BatchPredictionJob generateExplanation.

inputConfig

public inputConfig?: (google.cloud.aiplatform.v1beta1.BatchPredictionJob.IInputConfig|null);

BatchPredictionJob inputConfig.

instanceConfig

public instanceConfig?: (google.cloud.aiplatform.v1beta1.BatchPredictionJob.IInstanceConfig|null);

BatchPredictionJob instanceConfig.

labels

public labels: { [k: string]: string };

BatchPredictionJob labels.

manualBatchTuningParameters

public manualBatchTuningParameters?: (google.cloud.aiplatform.v1beta1.IManualBatchTuningParameters|null);

BatchPredictionJob manualBatchTuningParameters.

model

public model: string;

BatchPredictionJob model.

modelMonitoringConfig

public modelMonitoringConfig?: (google.cloud.aiplatform.v1beta1.IModelMonitoringConfig|null);

BatchPredictionJob modelMonitoringConfig.

modelMonitoringStatsAnomalies

public modelMonitoringStatsAnomalies: google.cloud.aiplatform.v1beta1.IModelMonitoringStatsAnomalies[];

BatchPredictionJob modelMonitoringStatsAnomalies.

modelMonitoringStatus

public modelMonitoringStatus?: (google.rpc.IStatus|null);

BatchPredictionJob modelMonitoringStatus.

modelParameters

public modelParameters?: (google.protobuf.IValue|null);

BatchPredictionJob modelParameters.

modelVersionId

public modelVersionId: string;

BatchPredictionJob modelVersionId.

name

public name: string;

BatchPredictionJob name.

outputConfig

public outputConfig?: (google.cloud.aiplatform.v1beta1.BatchPredictionJob.IOutputConfig|null);

BatchPredictionJob outputConfig.

outputInfo

public outputInfo?: (google.cloud.aiplatform.v1beta1.BatchPredictionJob.IOutputInfo|null);

BatchPredictionJob outputInfo.

partialFailures

public partialFailures: google.rpc.IStatus[];

BatchPredictionJob partialFailures.

resourcesConsumed

public resourcesConsumed?: (google.cloud.aiplatform.v1beta1.IResourcesConsumed|null);

BatchPredictionJob resourcesConsumed.

serviceAccount

public serviceAccount: string;

BatchPredictionJob serviceAccount.

startTime

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

BatchPredictionJob startTime.

state

public state: (google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState);

BatchPredictionJob state.

unmanagedContainerModel

public unmanagedContainerModel?: (google.cloud.aiplatform.v1beta1.IUnmanagedContainerModel|null);

BatchPredictionJob unmanagedContainerModel.

updateTime

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

BatchPredictionJob updateTime.

Methods

create(properties)

public static create(properties?: google.cloud.aiplatform.v1beta1.IBatchPredictionJob): google.cloud.aiplatform.v1beta1.BatchPredictionJob;

Creates a new BatchPredictionJob instance using the specified properties.

Parameter
NameDescription
properties IBatchPredictionJob

Properties to set

Returns
TypeDescription
BatchPredictionJob

BatchPredictionJob instance

decode(reader, length)

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

Decodes a BatchPredictionJob message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
BatchPredictionJob

BatchPredictionJob

decodeDelimited(reader)

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

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
BatchPredictionJob

BatchPredictionJob

encode(message, writer)

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

Encodes the specified BatchPredictionJob message. Does not implicitly messages.

Parameters
NameDescription
message IBatchPredictionJob

BatchPredictionJob 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.v1beta1.IBatchPredictionJob, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IBatchPredictionJob

BatchPredictionJob 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.v1beta1.BatchPredictionJob;

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

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

Plain object

Returns
TypeDescription
BatchPredictionJob

BatchPredictionJob

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for BatchPredictionJob

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

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

Converts this BatchPredictionJob to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message BatchPredictionJob

BatchPredictionJob

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 BatchPredictionJob 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