@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20231211 → 0.0.20231218
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 +136 -102
- 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://aiplatform.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231218
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -385,6 +385,10 @@ declare namespace gapi.client {
|
|
|
385
385
|
/** Required. The names of the PipelineJobs to cancel. A maximum of 32 PipelineJobs can be cancelled in a batch. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}` */
|
|
386
386
|
names?: string[];
|
|
387
387
|
}
|
|
388
|
+
interface GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse {
|
|
389
|
+
/** PipelineJobs cancelled. */
|
|
390
|
+
pipelineJobs?: GoogleCloudAiplatformV1beta1PipelineJob[];
|
|
391
|
+
}
|
|
388
392
|
interface GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata {
|
|
389
393
|
/** Operation metadata for Feature. */
|
|
390
394
|
genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
|
|
@@ -425,6 +429,10 @@ declare namespace gapi.client {
|
|
|
425
429
|
/** Required. The names of the PipelineJobs to delete. A maximum of 32 PipelineJobs can be deleted in a batch. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}` */
|
|
426
430
|
names?: string[];
|
|
427
431
|
}
|
|
432
|
+
interface GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse {
|
|
433
|
+
/** PipelineJobs deleted. */
|
|
434
|
+
pipelineJobs?: GoogleCloudAiplatformV1beta1PipelineJob[];
|
|
435
|
+
}
|
|
428
436
|
interface GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest {
|
|
429
437
|
/** Required. Evaluated annotations resource to be imported. */
|
|
430
438
|
evaluatedAnnotations?: GoogleCloudAiplatformV1beta1EvaluatedAnnotation[];
|
|
@@ -850,12 +858,6 @@ declare namespace gapi.client {
|
|
|
850
858
|
/** Operation metadata for creating a MetadataStore. */
|
|
851
859
|
genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
|
|
852
860
|
}
|
|
853
|
-
interface GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata {
|
|
854
|
-
/** The operation generic information. */
|
|
855
|
-
genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
|
|
856
|
-
/** A human-readable message that shows the intermediate progress details of NotebookRuntime. */
|
|
857
|
-
progressMessage?: string;
|
|
858
|
-
}
|
|
859
861
|
interface GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata {
|
|
860
862
|
/** The operation generic information. */
|
|
861
863
|
genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
|
|
@@ -1627,7 +1629,7 @@ declare namespace gapi.client {
|
|
|
1627
1629
|
exportConfig?: GoogleCloudAiplatformV1beta1ExportDataConfig;
|
|
1628
1630
|
}
|
|
1629
1631
|
interface GoogleCloudAiplatformV1beta1ExportDataResponse {
|
|
1630
|
-
/** All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test)
|
|
1632
|
+
/** All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*). */
|
|
1631
1633
|
exportedFiles?: string[];
|
|
1632
1634
|
}
|
|
1633
1635
|
interface GoogleCloudAiplatformV1beta1ExportEndpointOperationMetadata {
|
|
@@ -1743,7 +1745,7 @@ declare namespace gapi.client {
|
|
|
1743
1745
|
updateTime?: string;
|
|
1744
1746
|
/** Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value. */
|
|
1745
1747
|
valueType?: string;
|
|
1746
|
-
/** Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View
|
|
1748
|
+
/** Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id. */
|
|
1747
1749
|
versionColumnName?: string;
|
|
1748
1750
|
}
|
|
1749
1751
|
interface GoogleCloudAiplatformV1beta1FeatureGroup {
|
|
@@ -2471,6 +2473,12 @@ declare namespace gapi.client {
|
|
|
2471
2473
|
/** Required. The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively. */
|
|
2472
2474
|
stepCount?: number;
|
|
2473
2475
|
}
|
|
2476
|
+
interface GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance {
|
|
2477
|
+
/** Required. internal service name. */
|
|
2478
|
+
serviceName?: string;
|
|
2479
|
+
/** Required. internal service state. */
|
|
2480
|
+
serviceState?: string;
|
|
2481
|
+
}
|
|
2474
2482
|
interface GoogleCloudAiplatformV1beta1LargeModelReference {
|
|
2475
2483
|
/** Required. The unique name of the large Foundation or pre-built model. Like "chat-bison", "text-bison". Or model name with version ID, like "chat-bison@001", "text-bison@005", etc. */
|
|
2476
2484
|
name?: string;
|
|
@@ -3094,7 +3102,7 @@ declare namespace gapi.client {
|
|
|
3094
3102
|
displayName?: string;
|
|
3095
3103
|
/** Describes the values of ExplanationSpec that are used for explaining the predicted values on the evaluated data. */
|
|
3096
3104
|
explanationSpecs?: GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec[];
|
|
3097
|
-
/** The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path". */
|
|
3105
|
+
/** The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path", "row_based_metrics_path". */
|
|
3098
3106
|
metadata?: any;
|
|
3099
3107
|
/** Evaluation metrics of the Model. The schema of the metrics is stored in metrics_schema_uri */
|
|
3100
3108
|
metrics?: any;
|
|
@@ -3523,6 +3531,14 @@ declare namespace gapi.client {
|
|
|
3523
3531
|
/** Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60. */
|
|
3524
3532
|
idleTimeout?: string;
|
|
3525
3533
|
}
|
|
3534
|
+
interface GoogleCloudAiplatformV1beta1NotebookReservationAffinity {
|
|
3535
|
+
/** Required. Specifies the type of reservation from which this instance can consume resources: RESERVATION_ANY (default), RESERVATION_SPECIFIC, or RESERVATION_NONE. See Consuming reserved instances for examples. */
|
|
3536
|
+
consumeReservationType?: string;
|
|
3537
|
+
/** Optional. Corresponds to the label key of a reservation resource. To target a RESERVATION_SPECIFIC by name, use compute.googleapis.com/reservation-name as the key and specify the name of your reservation as its value. */
|
|
3538
|
+
key?: string;
|
|
3539
|
+
/** Optional. Corresponds to the label values of a reservation resource. This must be the full path name of Reservation. */
|
|
3540
|
+
values?: string[];
|
|
3541
|
+
}
|
|
3526
3542
|
interface GoogleCloudAiplatformV1beta1NotebookRuntime {
|
|
3527
3543
|
/** Output only. Timestamp when this NotebookRuntime was created. */
|
|
3528
3544
|
createTime?: string;
|
|
@@ -3534,16 +3550,22 @@ declare namespace gapi.client {
|
|
|
3534
3550
|
expirationTime?: string;
|
|
3535
3551
|
/** Output only. The health state of the NotebookRuntime. */
|
|
3536
3552
|
healthState?: string;
|
|
3553
|
+
/** Output only. Whether NotebookRuntime is upgradable. */
|
|
3554
|
+
isUpgradable?: boolean;
|
|
3537
3555
|
/** The labels with user-defined metadata to organize your NotebookRuntime. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one NotebookRuntime (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for NotebookRuntime: * "aiplatform.googleapis.com/notebook_runtime_gce_instance_id": output only, its value is the Compute Engine instance id. * "aiplatform.googleapis.com/colab_enterprise_entry_service": its value is either "bigquery" or "vertex"; if absent, it should be "vertex". This is to describe the entry service, either BigQuery or Vertex. */
|
|
3538
3556
|
labels?: {[P in string]: string};
|
|
3539
3557
|
/** Output only. The resource name of the NotebookRuntime. */
|
|
3540
3558
|
name?: string;
|
|
3559
|
+
/** Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)). */
|
|
3560
|
+
networkTags?: string[];
|
|
3541
3561
|
/** Output only. The pointer to NotebookRuntimeTemplate this NotebookRuntime is created from. */
|
|
3542
3562
|
notebookRuntimeTemplateRef?: GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef;
|
|
3543
3563
|
/** Output only. The type of the notebook runtime. */
|
|
3544
3564
|
notebookRuntimeType?: string;
|
|
3545
3565
|
/** Output only. The proxy endpoint used to access the NotebookRuntime. */
|
|
3546
3566
|
proxyUri?: string;
|
|
3567
|
+
/** Output only. Reservation Affinity of the notebook runtime. */
|
|
3568
|
+
reservationAffinity?: GoogleCloudAiplatformV1beta1NotebookReservationAffinity;
|
|
3547
3569
|
/** Output only. The runtime (instance) state of the NotebookRuntime. */
|
|
3548
3570
|
runtimeState?: string;
|
|
3549
3571
|
/** Required. The user email of the NotebookRuntime. */
|
|
@@ -3580,10 +3602,16 @@ declare namespace gapi.client {
|
|
|
3580
3602
|
name?: string;
|
|
3581
3603
|
/** Optional. Network spec. */
|
|
3582
3604
|
networkSpec?: GoogleCloudAiplatformV1beta1NetworkSpec;
|
|
3605
|
+
/** Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)). */
|
|
3606
|
+
networkTags?: string[];
|
|
3583
3607
|
/** Optional. Immutable. The type of the notebook runtime template. */
|
|
3584
3608
|
notebookRuntimeType?: string;
|
|
3609
|
+
/** Optional. Reservation Affinity of the notebook runtime template. */
|
|
3610
|
+
reservationAffinity?: GoogleCloudAiplatformV1beta1NotebookReservationAffinity;
|
|
3585
3611
|
/** The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the [Compute Engine default service account](https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used. */
|
|
3586
3612
|
serviceAccount?: string;
|
|
3613
|
+
/** Optional. Immutable. Runtime Shielded VM spec. */
|
|
3614
|
+
shieldedVmConfig?: GoogleCloudAiplatformV1beta1ShieldedVmConfig;
|
|
3587
3615
|
/** Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated. */
|
|
3588
3616
|
updateTime?: string;
|
|
3589
3617
|
}
|
|
@@ -4141,6 +4169,10 @@ declare namespace gapi.client {
|
|
|
4141
4169
|
eventDetails?: {[P in string]: string};
|
|
4142
4170
|
/** Required. The type of the event. */
|
|
4143
4171
|
eventType?: string;
|
|
4172
|
+
/** The details of the internal os service states. */
|
|
4173
|
+
internalOsServiceStateInstance?: GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance[];
|
|
4174
|
+
/** Optional. The details of the internal os service states. */
|
|
4175
|
+
internalOsServiceStateInstances?: GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance[];
|
|
4144
4176
|
/** Required. The VM identity token (a JWT) for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity */
|
|
4145
4177
|
vmToken?: string;
|
|
4146
4178
|
}
|
|
@@ -4300,6 +4332,8 @@ declare namespace gapi.client {
|
|
|
4300
4332
|
interface GoogleCloudAiplatformV1beta1Scheduling {
|
|
4301
4333
|
/** Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides `Scheduling.restart_job_on_worker_restart` to false. */
|
|
4302
4334
|
disableRetries?: boolean;
|
|
4335
|
+
/** Optional. This is the maximum time a user will wait in the QRM queue for resources. Default is 1 day */
|
|
4336
|
+
maxWaitDuration?: string;
|
|
4303
4337
|
/** Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job. */
|
|
4304
4338
|
restartJobOnWorkerRestart?: boolean;
|
|
4305
4339
|
/** The maximum job running time. The default is 7 days. */
|
|
@@ -5631,6 +5665,10 @@ declare namespace gapi.client {
|
|
|
5631
5665
|
/** Optional. Default service account that this PersistentResource's workloads run as. The workloads include: * Any runtime specified via `ResourceRuntimeSpec` on creation time, for example, Ray. * Jobs submitted to PersistentResource, if no other service account specified in the job specs. Only works when custom service account is enabled and users have the `iam.serviceAccounts.actAs` permission on this service account. Required if any containers are specified in `ResourceRuntimeSpec`. */
|
|
5632
5666
|
serviceAccount?: string;
|
|
5633
5667
|
}
|
|
5668
|
+
interface GoogleCloudAiplatformV1beta1ShieldedVmConfig {
|
|
5669
|
+
/** Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. */
|
|
5670
|
+
enableSecureBoot?: boolean;
|
|
5671
|
+
}
|
|
5634
5672
|
interface GoogleCloudAiplatformV1beta1SmoothGradConfig {
|
|
5635
5673
|
/** This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features. */
|
|
5636
5674
|
featureNoiseSigma?: GoogleCloudAiplatformV1beta1FeatureNoiseSigma;
|
|
@@ -6371,7 +6409,7 @@ declare namespace gapi.client {
|
|
|
6371
6409
|
interface GoogleIamV1Binding {
|
|
6372
6410
|
/** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
6373
6411
|
condition?: GoogleTypeExpr;
|
|
6374
|
-
/** Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. */
|
|
6412
|
+
/** Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. */
|
|
6375
6413
|
members?: string[];
|
|
6376
6414
|
/** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
|
|
6377
6415
|
role?: string;
|
|
@@ -24155,97 +24193,6 @@ declare namespace gapi.client {
|
|
|
24155
24193
|
}): Request<GoogleLongrunningOperation>;
|
|
24156
24194
|
}
|
|
24157
24195
|
interface TimeSeriesResource {
|
|
24158
|
-
/** Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. */
|
|
24159
|
-
batchCreate(request: {
|
|
24160
|
-
/** V1 error format. */
|
|
24161
|
-
'$.xgafv'?: string;
|
|
24162
|
-
/** OAuth access token. */
|
|
24163
|
-
access_token?: string;
|
|
24164
|
-
/** Data format for response. */
|
|
24165
|
-
alt?: string;
|
|
24166
|
-
/** JSONP */
|
|
24167
|
-
callback?: string;
|
|
24168
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
24169
|
-
fields?: string;
|
|
24170
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24171
|
-
key?: string;
|
|
24172
|
-
/** OAuth 2.0 token for the current user. */
|
|
24173
|
-
oauth_token?: string;
|
|
24174
|
-
/** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
|
|
24175
|
-
parent: string;
|
|
24176
|
-
/** Returns response with indentations and line breaks. */
|
|
24177
|
-
prettyPrint?: boolean;
|
|
24178
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
24179
|
-
quotaUser?: string;
|
|
24180
|
-
runsId: string;
|
|
24181
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24182
|
-
upload_protocol?: string;
|
|
24183
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24184
|
-
uploadType?: string;
|
|
24185
|
-
/** Request body */
|
|
24186
|
-
resource: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest;
|
|
24187
|
-
}): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
|
|
24188
|
-
batchCreate(
|
|
24189
|
-
request: {
|
|
24190
|
-
/** V1 error format. */
|
|
24191
|
-
'$.xgafv'?: string;
|
|
24192
|
-
/** OAuth access token. */
|
|
24193
|
-
access_token?: string;
|
|
24194
|
-
/** Data format for response. */
|
|
24195
|
-
alt?: string;
|
|
24196
|
-
/** JSONP */
|
|
24197
|
-
callback?: string;
|
|
24198
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
24199
|
-
fields?: string;
|
|
24200
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24201
|
-
key?: string;
|
|
24202
|
-
/** OAuth 2.0 token for the current user. */
|
|
24203
|
-
oauth_token?: string;
|
|
24204
|
-
/** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
|
|
24205
|
-
parent: string;
|
|
24206
|
-
/** Returns response with indentations and line breaks. */
|
|
24207
|
-
prettyPrint?: boolean;
|
|
24208
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
24209
|
-
quotaUser?: string;
|
|
24210
|
-
runsId: string;
|
|
24211
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24212
|
-
upload_protocol?: string;
|
|
24213
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24214
|
-
uploadType?: string;
|
|
24215
|
-
},
|
|
24216
|
-
body: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest
|
|
24217
|
-
): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
|
|
24218
|
-
/** Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned. */
|
|
24219
|
-
batchRead(request?: {
|
|
24220
|
-
/** V1 error format. */
|
|
24221
|
-
'$.xgafv'?: string;
|
|
24222
|
-
/** OAuth access token. */
|
|
24223
|
-
access_token?: string;
|
|
24224
|
-
/** Data format for response. */
|
|
24225
|
-
alt?: string;
|
|
24226
|
-
/** JSONP */
|
|
24227
|
-
callback?: string;
|
|
24228
|
-
experimentsId: string;
|
|
24229
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
24230
|
-
fields?: string;
|
|
24231
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24232
|
-
key?: string;
|
|
24233
|
-
/** OAuth 2.0 token for the current user. */
|
|
24234
|
-
oauth_token?: string;
|
|
24235
|
-
/** Returns response with indentations and line breaks. */
|
|
24236
|
-
prettyPrint?: boolean;
|
|
24237
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
24238
|
-
quotaUser?: string;
|
|
24239
|
-
runsId: string;
|
|
24240
|
-
/** Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. */
|
|
24241
|
-
tensorboard: string;
|
|
24242
|
-
/** Required. The resource names of the TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` */
|
|
24243
|
-
timeSeries?: string | string[];
|
|
24244
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24245
|
-
upload_protocol?: string;
|
|
24246
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24247
|
-
uploadType?: string;
|
|
24248
|
-
}): Request<GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse>;
|
|
24249
24196
|
/** Creates a TensorboardTimeSeries. */
|
|
24250
24197
|
create(request: {
|
|
24251
24198
|
/** V1 error format. */
|
|
@@ -24917,6 +24864,64 @@ declare namespace gapi.client {
|
|
|
24917
24864
|
timeSeries: TimeSeriesResource;
|
|
24918
24865
|
}
|
|
24919
24866
|
interface ExperimentsResource {
|
|
24867
|
+
/** Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. */
|
|
24868
|
+
batchCreate(request: {
|
|
24869
|
+
/** V1 error format. */
|
|
24870
|
+
'$.xgafv'?: string;
|
|
24871
|
+
/** OAuth access token. */
|
|
24872
|
+
access_token?: string;
|
|
24873
|
+
/** Data format for response. */
|
|
24874
|
+
alt?: string;
|
|
24875
|
+
/** JSONP */
|
|
24876
|
+
callback?: string;
|
|
24877
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24878
|
+
fields?: string;
|
|
24879
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24880
|
+
key?: string;
|
|
24881
|
+
/** OAuth 2.0 token for the current user. */
|
|
24882
|
+
oauth_token?: string;
|
|
24883
|
+
/** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
|
|
24884
|
+
parent: string;
|
|
24885
|
+
/** Returns response with indentations and line breaks. */
|
|
24886
|
+
prettyPrint?: boolean;
|
|
24887
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
24888
|
+
quotaUser?: string;
|
|
24889
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24890
|
+
upload_protocol?: string;
|
|
24891
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24892
|
+
uploadType?: string;
|
|
24893
|
+
/** Request body */
|
|
24894
|
+
resource: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest;
|
|
24895
|
+
}): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
|
|
24896
|
+
batchCreate(
|
|
24897
|
+
request: {
|
|
24898
|
+
/** V1 error format. */
|
|
24899
|
+
'$.xgafv'?: string;
|
|
24900
|
+
/** OAuth access token. */
|
|
24901
|
+
access_token?: string;
|
|
24902
|
+
/** Data format for response. */
|
|
24903
|
+
alt?: string;
|
|
24904
|
+
/** JSONP */
|
|
24905
|
+
callback?: string;
|
|
24906
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24907
|
+
fields?: string;
|
|
24908
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24909
|
+
key?: string;
|
|
24910
|
+
/** OAuth 2.0 token for the current user. */
|
|
24911
|
+
oauth_token?: string;
|
|
24912
|
+
/** Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment. */
|
|
24913
|
+
parent: string;
|
|
24914
|
+
/** Returns response with indentations and line breaks. */
|
|
24915
|
+
prettyPrint?: boolean;
|
|
24916
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
24917
|
+
quotaUser?: string;
|
|
24918
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24919
|
+
upload_protocol?: string;
|
|
24920
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24921
|
+
uploadType?: string;
|
|
24922
|
+
},
|
|
24923
|
+
body: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest
|
|
24924
|
+
): Request<GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse>;
|
|
24920
24925
|
/** Creates a TensorboardExperiment. */
|
|
24921
24926
|
create(request: {
|
|
24922
24927
|
/** V1 error format. */
|
|
@@ -25339,6 +25344,35 @@ declare namespace gapi.client {
|
|
|
25339
25344
|
}): Request<GoogleLongrunningOperation>;
|
|
25340
25345
|
}
|
|
25341
25346
|
interface TensorboardsResource {
|
|
25347
|
+
/** Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned. */
|
|
25348
|
+
batchRead(request?: {
|
|
25349
|
+
/** V1 error format. */
|
|
25350
|
+
'$.xgafv'?: string;
|
|
25351
|
+
/** OAuth access token. */
|
|
25352
|
+
access_token?: string;
|
|
25353
|
+
/** Data format for response. */
|
|
25354
|
+
alt?: string;
|
|
25355
|
+
/** JSONP */
|
|
25356
|
+
callback?: string;
|
|
25357
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
25358
|
+
fields?: string;
|
|
25359
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
25360
|
+
key?: string;
|
|
25361
|
+
/** OAuth 2.0 token for the current user. */
|
|
25362
|
+
oauth_token?: string;
|
|
25363
|
+
/** Returns response with indentations and line breaks. */
|
|
25364
|
+
prettyPrint?: boolean;
|
|
25365
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
25366
|
+
quotaUser?: string;
|
|
25367
|
+
/** Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. */
|
|
25368
|
+
tensorboard: string;
|
|
25369
|
+
/** Required. The resource names of the TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` */
|
|
25370
|
+
timeSeries?: string | string[];
|
|
25371
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
25372
|
+
upload_protocol?: string;
|
|
25373
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
25374
|
+
uploadType?: string;
|
|
25375
|
+
}): Request<GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse>;
|
|
25342
25376
|
/** Creates a Tensorboard. */
|
|
25343
25377
|
create(request: {
|
|
25344
25378
|
/** V1 error format. */
|