Represents a Trial.
Package
@google-cloud/aiplatformConstructors
(constructor)(properties)
constructor(properties?: google.cloud.aiplatform.v1.ITrial);Constructs a new Trial.
| Name | Description |
| properties |
ITrial
Properties to set |
Properties
clientId
public clientId: string;Trial clientId.
| Type | Description |
| string |
customJob
public customJob: string;Trial customJob.
| Type | Description |
| string |
endTime
public endTime?: (google.protobuf.ITimestamp|null);Trial endTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
finalMeasurement
public finalMeasurement?: (google.cloud.aiplatform.v1.IMeasurement|null);Trial finalMeasurement.
| Type | Description |
| (google.cloud.aiplatform.v1.IMeasurement|null) |
id
public id: string;Trial id.
| Type | Description |
| string |
infeasibleReason
public infeasibleReason: string;Trial infeasibleReason.
| Type | Description |
| string |
measurements
public measurements: google.cloud.aiplatform.v1.IMeasurement[];Trial measurements.
| Type | Description |
| google.cloud.aiplatform.v1.IMeasurement[] |
name
public name: string;Trial name.
| Type | Description |
| string |
parameters
public parameters: google.cloud.aiplatform.v1.Trial.IParameter[];Trial parameters.
| Type | Description |
| google.cloud.aiplatform.v1.Trial.IParameter[] |
startTime
public startTime?: (google.protobuf.ITimestamp|null);Trial startTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
state
public state: (google.cloud.aiplatform.v1.Trial.State|keyof typeof google.cloud.aiplatform.v1.Trial.State);Trial state.
| Type | Description |
| (google.cloud.aiplatform.v1.Trial.State|keyof typeof google.cloud.aiplatform.v1.Trial.State) |
webAccessUris
public webAccessUris: { [k: string]: string };Trial webAccessUris.
| Type | Description |
| { [k: string]: string } |
Methods
create(properties)
public static create(properties?: google.cloud.aiplatform.v1.ITrial): google.cloud.aiplatform.v1.Trial;Creates a new Trial instance using the specified properties.
| Name | Description |
| properties |
ITrial
Properties to set |
| Type | Description |
| google.cloud.aiplatform.v1.Trial | Trial instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.aiplatform.v1.Trial;Decodes a Trial 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.Trial | Trial |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.aiplatform.v1.Trial;Decodes a Trial 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.Trial | Trial |
encode(message, writer)
public static encode(message: google.cloud.aiplatform.v1.ITrial, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Trial message. Does not implicitly messages.
| Name | Description |
| message |
ITrial
Trial 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.ITrial, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Trial message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
ITrial
Trial 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.Trial;Creates a Trial 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.Trial | Trial |
toJSON()
public toJSON(): { [k: string]: any };Converts this Trial to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.aiplatform.v1.Trial, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a Trial message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.aiplatform.v1.Trial
Trial |
| 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 Trial message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|