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