You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-incompatible-release-tags) The symbol "ImagenGCSImage" is marked as @public, but its signature references "ImagenImage" which is marked as @internal
450
+
//
451
+
// @public
452
+
exportinterfaceImagenGCSImageextendsImagenImage {
453
+
gcsURI:string;
454
+
}
455
+
456
+
// @public (undocumented)
457
+
exportinterfaceImagenGCSImageResponse {
458
+
// (undocumented)
459
+
filteredReason?:string;
460
+
// (undocumented)
461
+
images:ImagenGCSImage[];
462
+
}
463
+
464
+
// @public (undocumented)
465
+
exportinterfaceImagenGenerationConfig {
466
+
// (undocumented)
467
+
aspectRatio?:ImagenAspectRatio;
468
+
// (undocumented)
469
+
negativePrompt?:string;
470
+
// (undocumented)
471
+
numberOfImages?:number;
472
+
}
473
+
474
+
// Warning: (ae-internal-missing-underscore) The name "ImagenImage" should be prefixed with an underscore because the declaration is marked as @internal
475
+
//
476
+
//@internal
477
+
exportinterfaceImagenImage {
478
+
// (undocumented)
479
+
mimeType:string;
480
+
}
481
+
482
+
// @public (undocumented)
483
+
exportinterfaceImagenImageFormat {
484
+
// (undocumented)
485
+
compressionQuality?:number;
486
+
// (undocumented)
487
+
mimeType:string;
488
+
}
489
+
490
+
// @public (undocumented)
491
+
exportinterfaceImagenImageReponse {
492
+
// (undocumented)
493
+
filteredReason?:string;
494
+
// Warning: (ae-incompatible-release-tags) The symbol "images" is marked as @public, but its signature references "ImagenImage" which is marked as @internal
495
+
//
496
+
// (undocumented)
497
+
images:ImagenImage[];
498
+
}
499
+
500
+
// Warning: (ae-incompatible-release-tags) The symbol "ImagenInlineImage" is marked as @public, but its signature references "ImagenImage" which is marked as @internal
// Warning: (ae-internal-missing-underscore) The name "ImagenRequestConfig" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-internal-missing-underscore) The name "PredictRequestBody" should be prefixed with an underscore because the declaration is marked as @internal
0 commit comments