Represents an InputDataConfig.
Package
@google-cloud/aiplatformConstructors
(constructor)(properties)
constructor(properties?: google.cloud.aiplatform.v1beta1.IInputDataConfig);Constructs a new InputDataConfig.
| Name | Description |
| properties |
IInputDataConfig
Properties to set |
Properties
annotationSchemaUri
public annotationSchemaUri: string;InputDataConfig annotationSchemaUri.
annotationsFilter
public annotationsFilter: string;InputDataConfig annotationsFilter.
bigqueryDestination
public bigqueryDestination?: (google.cloud.aiplatform.v1beta1.IBigQueryDestination|null);InputDataConfig bigqueryDestination.
datasetId
public datasetId: string;InputDataConfig datasetId.
destination
public destination?: ("gcsDestination"|"bigqueryDestination");InputDataConfig destination.
filterSplit
public filterSplit?: (google.cloud.aiplatform.v1beta1.IFilterSplit|null);InputDataConfig filterSplit.
fractionSplit
public fractionSplit?: (google.cloud.aiplatform.v1beta1.IFractionSplit|null);InputDataConfig fractionSplit.
gcsDestination
public gcsDestination?: (google.cloud.aiplatform.v1beta1.IGcsDestination|null);InputDataConfig gcsDestination.
predefinedSplit
public predefinedSplit?: (google.cloud.aiplatform.v1beta1.IPredefinedSplit|null);InputDataConfig predefinedSplit.
split
public split?: ("fractionSplit"|"filterSplit"|"predefinedSplit"|"timestampSplit"|"stratifiedSplit");InputDataConfig split.
stratifiedSplit
public stratifiedSplit?: (google.cloud.aiplatform.v1beta1.IStratifiedSplit|null);InputDataConfig stratifiedSplit.
timestampSplit
public timestampSplit?: (google.cloud.aiplatform.v1beta1.ITimestampSplit|null);InputDataConfig timestampSplit.
Methods
create(properties)
public static create(properties?: google.cloud.aiplatform.v1beta1.IInputDataConfig): google.cloud.aiplatform.v1beta1.InputDataConfig;Creates a new InputDataConfig instance using the specified properties.
| Name | Description |
| properties |
IInputDataConfig
Properties to set |
| Type | Description |
| google.cloud.aiplatform.v1beta1.InputDataConfig | InputDataConfig instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.aiplatform.v1beta1.InputDataConfig;Decodes an InputDataConfig 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.v1beta1.InputDataConfig | InputDataConfig |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.aiplatform.v1beta1.InputDataConfig;Decodes an InputDataConfig 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.v1beta1.InputDataConfig | InputDataConfig |
encode(message, writer)
public static encode(message: google.cloud.aiplatform.v1beta1.IInputDataConfig, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified InputDataConfig message. Does not implicitly messages.
| Name | Description |
| message |
IInputDataConfig
InputDataConfig 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.v1beta1.IInputDataConfig, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified InputDataConfig message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IInputDataConfig
InputDataConfig 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.v1beta1.InputDataConfig;Creates an InputDataConfig 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.v1beta1.InputDataConfig | InputDataConfig |
toJSON()
public toJSON(): { [k: string]: any };Converts this InputDataConfig to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.aiplatform.v1beta1.InputDataConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from an InputDataConfig message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.aiplatform.v1beta1.InputDataConfig
InputDataConfig |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies an InputDataConfig message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|