@maxim_mazurok/gapi.client.language-v1 0.0.20241027 → 0.0.20241110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -9
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://language.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241110
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -561,9 +561,9 @@ declare namespace gapi.client {
|
|
|
561
561
|
edgeTpuTfLiteFormat?: any;
|
|
562
562
|
/** For any model and format: If true, will additionally export FirebaseExportedModelInfo in a firebase.txt file. */
|
|
563
563
|
exportFirebaseAuxiliaryInfo?: boolean;
|
|
564
|
-
/** The Google Contained Registry
|
|
564
|
+
/** The Google Contained Registry path the exported files to be pushed to. This location is set if the exported format is DOCKDER. */
|
|
565
565
|
outputGcrUri?: string;
|
|
566
|
-
/** The Google Cloud Storage
|
|
566
|
+
/** The Google Cloud Storage directory where XPS will output the exported models and related files. Format: gs://bucket/directory */
|
|
567
567
|
outputGcsUri?: string;
|
|
568
568
|
tfJsFormat?: any;
|
|
569
569
|
tfLiteFormat?: any;
|
|
@@ -613,7 +613,7 @@ declare namespace gapi.client {
|
|
|
613
613
|
trainCostNodeSeconds?: string;
|
|
614
614
|
}
|
|
615
615
|
interface XPSImageExportModelSpec {
|
|
616
|
-
/** Contains the model format and internal location of the model files to be exported/downloaded. Use the
|
|
616
|
+
/** Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files. */
|
|
617
617
|
exportModelOutputConfig?: XPSExportModelOutputConfig[];
|
|
618
618
|
}
|
|
619
619
|
interface XPSImageModelArtifactSpec {
|
|
@@ -621,13 +621,13 @@ declare namespace gapi.client {
|
|
|
621
621
|
checkpointArtifact?: XPSModelArtifactItem;
|
|
622
622
|
/** The model binary files in different formats for model export. */
|
|
623
623
|
exportArtifact?: XPSModelArtifactItem[];
|
|
624
|
-
/**
|
|
624
|
+
/** Google Cloud Storage URI of decoded labels file for model export 'dict.txt'. */
|
|
625
625
|
labelGcsUri?: string;
|
|
626
626
|
/** The default model binary file used for serving (e.g. online predict, batch predict) via public Cloud AI Platform API. */
|
|
627
627
|
servingArtifact?: XPSModelArtifactItem;
|
|
628
|
-
/**
|
|
628
|
+
/** Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'. Deprecated. */
|
|
629
629
|
tfJsBinaryGcsPrefix?: string;
|
|
630
|
-
/**
|
|
630
|
+
/** Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'. */
|
|
631
631
|
tfLiteMetadataGcsUri?: string;
|
|
632
632
|
}
|
|
633
633
|
interface XPSImageModelServingSpec {
|
|
@@ -724,7 +724,7 @@ declare namespace gapi.client {
|
|
|
724
724
|
interface XPSModelArtifactItem {
|
|
725
725
|
/** The model artifact format. */
|
|
726
726
|
artifactFormat?: string;
|
|
727
|
-
/** The Google Cloud Storage
|
|
727
|
+
/** The Google Cloud Storage URI that stores the model binary files. */
|
|
728
728
|
gcsUri?: string;
|
|
729
729
|
}
|
|
730
730
|
interface XPSPreprocessResponse {
|
|
@@ -1207,7 +1207,7 @@ declare namespace gapi.client {
|
|
|
1207
1207
|
trainCostNodeSeconds?: string;
|
|
1208
1208
|
}
|
|
1209
1209
|
interface XPSVideoExportModelSpec {
|
|
1210
|
-
/** Contains the model format and internal location of the model files to be exported/downloaded. Use the
|
|
1210
|
+
/** Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files. */
|
|
1211
1211
|
exportModelOutputConfig?: XPSExportModelOutputConfig[];
|
|
1212
1212
|
}
|
|
1213
1213
|
interface XPSVideoModelArtifactSpec {
|