Represents a BatchPredictionJob.
Package
@google-cloud/aiplatform!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.aiplatform.v1.IBatchPredictionJob);Constructs a new BatchPredictionJob.
| Name | Description |
| properties |
IBatchPredictionJob
Properties to set |
Properties
completionStats
public completionStats?: (google.cloud.aiplatform.v1.ICompletionStats|null);BatchPredictionJob completionStats.
| Type | Description |
| (google.cloud.aiplatform.v1.ICompletionStats|null) |
createTime
public createTime?: (google.protobuf.ITimestamp|null);BatchPredictionJob createTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
dedicatedResources
public dedicatedResources?: (google.cloud.aiplatform.v1.IBatchDedicatedResources|null);BatchPredictionJob dedicatedResources.
| Type | Description |
| (google.cloud.aiplatform.v1.IBatchDedicatedResources|null) |
displayName
public displayName: string;BatchPredictionJob displayName.
| Type | Description |
| string |
encryptionSpec
public encryptionSpec?: (google.cloud.aiplatform.v1.IEncryptionSpec|null);BatchPredictionJob encryptionSpec.
| Type | Description |
| (google.cloud.aiplatform.v1.IEncryptionSpec|null) |
endTime
public endTime?: (google.protobuf.ITimestamp|null);BatchPredictionJob endTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
error
public error?: (google.rpc.IStatus|null);BatchPredictionJob error.
| Type | Description |
| (google.rpc.IStatus|null) |
inputConfig
public inputConfig?: (google.cloud.aiplatform.v1.BatchPredictionJob.IInputConfig|null);BatchPredictionJob inputConfig.
| Type | Description |
| (google.cloud.aiplatform.v1.BatchPredictionJob.IInputConfig|null) |
labels
public labels: { [k: string]: string };BatchPredictionJob labels.
| Type | Description |
| { [k: string]: string } |
manualBatchTuningParameters
public manualBatchTuningParameters?: (google.cloud.aiplatform.v1.IManualBatchTuningParameters|null);BatchPredictionJob manualBatchTuningParameters.
| Type | Description |
| (google.cloud.aiplatform.v1.IManualBatchTuningParameters|null) |
model
public model: string;BatchPredictionJob model.
| Type | Description |
| string |
modelParameters
public modelParameters?: (google.protobuf.IValue|null);BatchPredictionJob modelParameters.
| Type | Description |
| (google.protobuf.IValue|null) |
name
public name: string;BatchPredictionJob name.
| Type | Description |
| string |
outputConfig
public outputConfig?: (google.cloud.aiplatform.v1.BatchPredictionJob.IOutputConfig|null);BatchPredictionJob outputConfig.
| Type | Description |
| (google.cloud.aiplatform.v1.BatchPredictionJob.IOutputConfig|null) |
outputInfo
public outputInfo?: (google.cloud.aiplatform.v1.BatchPredictionJob.IOutputInfo|null);BatchPredictionJob outputInfo.
| Type | Description |
| (google.cloud.aiplatform.v1.BatchPredictionJob.IOutputInfo|null) |
partialFailures
public partialFailures: google.rpc.IStatus[];BatchPredictionJob partialFailures.
| Type | Description |
| google.rpc.IStatus[] |
resourcesConsumed
public resourcesConsumed?: (google.cloud.aiplatform.v1.IResourcesConsumed|null);BatchPredictionJob resourcesConsumed.
| Type | Description |
| (google.cloud.aiplatform.v1.IResourcesConsumed|null) |
startTime
public startTime?: (google.protobuf.ITimestamp|null);BatchPredictionJob startTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
state
public state: (google.cloud.aiplatform.v1.JobState|keyof typeof google.cloud.aiplatform.v1.JobState);BatchPredictionJob state.
| Type | Description |
| (google.cloud.aiplatform.v1.JobState|keyof typeof google.cloud.aiplatform.v1.JobState) |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);BatchPredictionJob updateTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
Methods
create(properties)
public static create(properties?: google.cloud.aiplatform.v1.IBatchPredictionJob): google.cloud.aiplatform.v1.BatchPredictionJob;Creates a new BatchPredictionJob instance using the specified properties.
| Name | Description |
| properties |
IBatchPredictionJob
Properties to set |
| Type | Description |
| google.cloud.aiplatform.v1.BatchPredictionJob | BatchPredictionJob instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.aiplatform.v1.BatchPredictionJob;Decodes a BatchPredictionJob message from the specified reader or buffer.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| length |
number
Message length if known beforehand |
| Type | Description |
| google.cloud.aiplatform.v1.BatchPredictionJob | BatchPredictionJob |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.aiplatform.v1.BatchPredictionJob;Decodes a BatchPredictionJob message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.cloud.aiplatform.v1.BatchPredictionJob | BatchPredictionJob |
encode(message, writer)
public static encode(message: google.cloud.aiplatform.v1.IBatchPredictionJob, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified BatchPredictionJob message. Does not implicitly messages.
| Name | Description |
| message |
IBatchPredictionJob
BatchPredictionJob message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.aiplatform.v1.IBatchPredictionJob, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified BatchPredictionJob message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IBatchPredictionJob
BatchPredictionJob message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.aiplatform.v1.BatchPredictionJob;Creates a BatchPredictionJob message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.cloud.aiplatform.v1.BatchPredictionJob | BatchPredictionJob |
toJSON()
public toJSON(): { [k: string]: any };Converts this BatchPredictionJob to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.aiplatform.v1.BatchPredictionJob, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a BatchPredictionJob message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.aiplatform.v1.BatchPredictionJob
BatchPredictionJob |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a BatchPredictionJob message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|