Documentation ¶
Overview ¶
Package aiplatform is an auto-generated package for the Vertex AI API.
Train high-quality custom machine learning models with minimal machine learning expertise and effort.
General documentation ¶
For information that is relevant for all client libraries please reference https://pkg.go.dev/cloud.google.com/go#pkg-overview. Some information on this page includes:
- Authentication and Authorization
- Timeouts and Cancellation
- Testing against Client Libraries
- Debugging Client Libraries
- Inspecting errors
Example usage ¶
To get started with this package, create a client.
ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := aiplatform.NewDatasetClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close()
The client will use your default application credentials. Clients should be reused instead of created as needed. The methods of Client are safe for concurrent use by multiple goroutines. The returned client must be Closed when it is done being used.
Using the Client ¶
The following is an example of making an API call with the newly created client.
ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in: // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options c, err := aiplatform.NewDatasetClient(ctx) if err != nil { // TODO: Handle error. } defer c.Close() req := &aiplatformpb.CreateDatasetRequest{ // TODO: Fill request struct fields. // See https://pkg.go.dev/cloud.google.com/go/aiplatform/apiv1/aiplatformpb#CreateDatasetRequest. } op, err := c.CreateDataset(ctx, req) if err != nil { // TODO: Handle error. } resp, err := op.Wait(ctx) if err != nil { // TODO: Handle error. } // TODO: Use resp. _ = resp
Use of Context ¶
The ctx passed to NewDatasetClient is used for authentication requests and for creating the underlying connection, but is not used for subsequent calls. Individual methods on the client use the ctx given to them.
To close the open connection, use the Close() method.
Index ¶
- func DefaultAuthScopes() []string
- type AnnotationIterator
- type ArtifactIterator
- type AssignNotebookRuntimeOperation
- func (op *AssignNotebookRuntimeOperation) Done() bool
- func (op *AssignNotebookRuntimeOperation) Metadata() (*aiplatformpb.AssignNotebookRuntimeOperationMetadata, error)
- func (op *AssignNotebookRuntimeOperation) Name() string
- func (op *AssignNotebookRuntimeOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntime, error)
- func (op *AssignNotebookRuntimeOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntime, error)
- type BatchCancelPipelineJobsOperation
- func (op *BatchCancelPipelineJobsOperation) Done() bool
- func (op *BatchCancelPipelineJobsOperation) Metadata() (*aiplatformpb.BatchCancelPipelineJobsOperationMetadata, error)
- func (op *BatchCancelPipelineJobsOperation) Name() string
- func (op *BatchCancelPipelineJobsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCancelPipelineJobsResponse, error)
- func (op *BatchCancelPipelineJobsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCancelPipelineJobsResponse, error)
- type BatchCreateFeaturesOperation
- func (op *BatchCreateFeaturesOperation) Done() bool
- func (op *BatchCreateFeaturesOperation) Metadata() (*aiplatformpb.BatchCreateFeaturesOperationMetadata, error)
- func (op *BatchCreateFeaturesOperation) Name() string
- func (op *BatchCreateFeaturesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCreateFeaturesResponse, error)
- func (op *BatchCreateFeaturesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCreateFeaturesResponse, error)
- type BatchDeletePipelineJobsOperation
- func (op *BatchDeletePipelineJobsOperation) Done() bool
- func (op *BatchDeletePipelineJobsOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *BatchDeletePipelineJobsOperation) Name() string
- func (op *BatchDeletePipelineJobsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchDeletePipelineJobsResponse, error)
- func (op *BatchDeletePipelineJobsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchDeletePipelineJobsResponse, error)
- type BatchMigrateResourcesOperation
- func (op *BatchMigrateResourcesOperation) Done() bool
- func (op *BatchMigrateResourcesOperation) Metadata() (*aiplatformpb.BatchMigrateResourcesOperationMetadata, error)
- func (op *BatchMigrateResourcesOperation) Name() string
- func (op *BatchMigrateResourcesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchMigrateResourcesResponse, error)
- func (op *BatchMigrateResourcesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchMigrateResourcesResponse, error)
- type BatchPredictionJobIterator
- type BatchReadFeatureValuesOperation
- func (op *BatchReadFeatureValuesOperation) Done() bool
- func (op *BatchReadFeatureValuesOperation) Metadata() (*aiplatformpb.BatchReadFeatureValuesOperationMetadata, error)
- func (op *BatchReadFeatureValuesOperation) Name() string
- func (op *BatchReadFeatureValuesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchReadFeatureValuesResponse, error)
- func (op *BatchReadFeatureValuesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchReadFeatureValuesResponse, error)
- type CheckTrialEarlyStoppingStateOperation
- func (op *CheckTrialEarlyStoppingStateOperation) Done() bool
- func (op *CheckTrialEarlyStoppingStateOperation) Metadata() (*aiplatformpb.CheckTrialEarlyStoppingStateMetatdata, error)
- func (op *CheckTrialEarlyStoppingStateOperation) Name() string
- func (op *CheckTrialEarlyStoppingStateOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CheckTrialEarlyStoppingStateResponse, error)
- func (op *CheckTrialEarlyStoppingStateOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CheckTrialEarlyStoppingStateResponse, error)
- type ContextIterator
- type CopyModelOperation
- func (op *CopyModelOperation) Done() bool
- func (op *CopyModelOperation) Metadata() (*aiplatformpb.CopyModelOperationMetadata, error)
- func (op *CopyModelOperation) Name() string
- func (op *CopyModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CopyModelResponse, error)
- func (op *CopyModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CopyModelResponse, error)
- type CreateDatasetOperation
- func (op *CreateDatasetOperation) Done() bool
- func (op *CreateDatasetOperation) Metadata() (*aiplatformpb.CreateDatasetOperationMetadata, error)
- func (op *CreateDatasetOperation) Name() string
- func (op *CreateDatasetOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Dataset, error)
- func (op *CreateDatasetOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Dataset, error)
- type CreateDatasetVersionOperation
- func (op *CreateDatasetVersionOperation) Done() bool
- func (op *CreateDatasetVersionOperation) Metadata() (*aiplatformpb.CreateDatasetVersionOperationMetadata, error)
- func (op *CreateDatasetVersionOperation) Name() string
- func (op *CreateDatasetVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DatasetVersion, error)
- func (op *CreateDatasetVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DatasetVersion, error)
- type CreateDeploymentResourcePoolOperation
- func (op *CreateDeploymentResourcePoolOperation) Done() bool
- func (op *CreateDeploymentResourcePoolOperation) Metadata() (*aiplatformpb.CreateDeploymentResourcePoolOperationMetadata, error)
- func (op *CreateDeploymentResourcePoolOperation) Name() string
- func (op *CreateDeploymentResourcePoolOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeploymentResourcePool, error)
- func (op *CreateDeploymentResourcePoolOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeploymentResourcePool, error)
- type CreateEndpointOperation
- func (op *CreateEndpointOperation) Done() bool
- func (op *CreateEndpointOperation) Metadata() (*aiplatformpb.CreateEndpointOperationMetadata, error)
- func (op *CreateEndpointOperation) Name() string
- func (op *CreateEndpointOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Endpoint, error)
- func (op *CreateEndpointOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Endpoint, error)
- type CreateEntityTypeOperation
- func (op *CreateEntityTypeOperation) Done() bool
- func (op *CreateEntityTypeOperation) Metadata() (*aiplatformpb.CreateEntityTypeOperationMetadata, error)
- func (op *CreateEntityTypeOperation) Name() string
- func (op *CreateEntityTypeOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.EntityType, error)
- func (op *CreateEntityTypeOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.EntityType, error)
- type CreateFeatureGroupOperation
- func (op *CreateFeatureGroupOperation) Done() bool
- func (op *CreateFeatureGroupOperation) Metadata() (*aiplatformpb.CreateFeatureGroupOperationMetadata, error)
- func (op *CreateFeatureGroupOperation) Name() string
- func (op *CreateFeatureGroupOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureGroup, error)
- func (op *CreateFeatureGroupOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureGroup, error)
- type CreateFeatureOnlineStoreOperation
- func (op *CreateFeatureOnlineStoreOperation) Done() bool
- func (op *CreateFeatureOnlineStoreOperation) Metadata() (*aiplatformpb.CreateFeatureOnlineStoreOperationMetadata, error)
- func (op *CreateFeatureOnlineStoreOperation) Name() string
- func (op *CreateFeatureOnlineStoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureOnlineStore, error)
- func (op *CreateFeatureOnlineStoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureOnlineStore, error)
- type CreateFeatureOperation
- func (op *CreateFeatureOperation) Done() bool
- func (op *CreateFeatureOperation) Metadata() (*aiplatformpb.CreateFeatureOperationMetadata, error)
- func (op *CreateFeatureOperation) Name() string
- func (op *CreateFeatureOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Feature, error)
- func (op *CreateFeatureOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Feature, error)
- type CreateFeatureViewOperation
- func (op *CreateFeatureViewOperation) Done() bool
- func (op *CreateFeatureViewOperation) Metadata() (*aiplatformpb.CreateFeatureViewOperationMetadata, error)
- func (op *CreateFeatureViewOperation) Name() string
- func (op *CreateFeatureViewOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureView, error)
- func (op *CreateFeatureViewOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureView, error)
- type CreateFeaturestoreOperation
- func (op *CreateFeaturestoreOperation) Done() bool
- func (op *CreateFeaturestoreOperation) Metadata() (*aiplatformpb.CreateFeaturestoreOperationMetadata, error)
- func (op *CreateFeaturestoreOperation) Name() string
- func (op *CreateFeaturestoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Featurestore, error)
- func (op *CreateFeaturestoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Featurestore, error)
- type CreateIndexEndpointOperation
- func (op *CreateIndexEndpointOperation) Done() bool
- func (op *CreateIndexEndpointOperation) Metadata() (*aiplatformpb.CreateIndexEndpointOperationMetadata, error)
- func (op *CreateIndexEndpointOperation) Name() string
- func (op *CreateIndexEndpointOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.IndexEndpoint, error)
- func (op *CreateIndexEndpointOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.IndexEndpoint, error)
- type CreateIndexOperation
- func (op *CreateIndexOperation) Done() bool
- func (op *CreateIndexOperation) Metadata() (*aiplatformpb.CreateIndexOperationMetadata, error)
- func (op *CreateIndexOperation) Name() string
- func (op *CreateIndexOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Index, error)
- func (op *CreateIndexOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Index, error)
- type CreateMetadataStoreOperation
- func (op *CreateMetadataStoreOperation) Done() bool
- func (op *CreateMetadataStoreOperation) Metadata() (*aiplatformpb.CreateMetadataStoreOperationMetadata, error)
- func (op *CreateMetadataStoreOperation) Name() string
- func (op *CreateMetadataStoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MetadataStore, error)
- func (op *CreateMetadataStoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MetadataStore, error)
- type CreateNotebookRuntimeTemplateOperation
- func (op *CreateNotebookRuntimeTemplateOperation) Done() bool
- func (op *CreateNotebookRuntimeTemplateOperation) Metadata() (*aiplatformpb.CreateNotebookRuntimeTemplateOperationMetadata, error)
- func (op *CreateNotebookRuntimeTemplateOperation) Name() string
- func (op *CreateNotebookRuntimeTemplateOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntimeTemplate, error)
- func (op *CreateNotebookRuntimeTemplateOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntimeTemplate, error)
- type CreatePersistentResourceOperation
- func (op *CreatePersistentResourceOperation) Done() bool
- func (op *CreatePersistentResourceOperation) Metadata() (*aiplatformpb.CreatePersistentResourceOperationMetadata, error)
- func (op *CreatePersistentResourceOperation) Name() string
- func (op *CreatePersistentResourceOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
- func (op *CreatePersistentResourceOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
- type CreateSpecialistPoolOperation
- func (op *CreateSpecialistPoolOperation) Done() bool
- func (op *CreateSpecialistPoolOperation) Metadata() (*aiplatformpb.CreateSpecialistPoolOperationMetadata, error)
- func (op *CreateSpecialistPoolOperation) Name() string
- func (op *CreateSpecialistPoolOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SpecialistPool, error)
- func (op *CreateSpecialistPoolOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SpecialistPool, error)
- type CreateTensorboardOperation
- func (op *CreateTensorboardOperation) Done() bool
- func (op *CreateTensorboardOperation) Metadata() (*aiplatformpb.CreateTensorboardOperationMetadata, error)
- func (op *CreateTensorboardOperation) Name() string
- func (op *CreateTensorboardOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Tensorboard, error)
- func (op *CreateTensorboardOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Tensorboard, error)
- type CustomJobIterator
- type DataItemIterator
- type DataItemViewIterator
- type DataLabelingJobIterator
- type DatasetCallOptions
- type DatasetClient
- func (c *DatasetClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *DatasetClient) Close() error
- func (c *DatasetClient) Connection() *grpc.ClientConndeprecated
- func (c *DatasetClient) CreateDataset(ctx context.Context, req *aiplatformpb.CreateDatasetRequest, ...) (*CreateDatasetOperation, error)
- func (c *DatasetClient) CreateDatasetOperation(name string) *CreateDatasetOperation
- func (c *DatasetClient) CreateDatasetVersion(ctx context.Context, req *aiplatformpb.CreateDatasetVersionRequest, ...) (*CreateDatasetVersionOperation, error)
- func (c *DatasetClient) CreateDatasetVersionOperation(name string) *CreateDatasetVersionOperation
- func (c *DatasetClient) DeleteDataset(ctx context.Context, req *aiplatformpb.DeleteDatasetRequest, ...) (*DeleteDatasetOperation, error)
- func (c *DatasetClient) DeleteDatasetOperation(name string) *DeleteDatasetOperation
- func (c *DatasetClient) DeleteDatasetVersion(ctx context.Context, req *aiplatformpb.DeleteDatasetVersionRequest, ...) (*DeleteDatasetVersionOperation, error)
- func (c *DatasetClient) DeleteDatasetVersionOperation(name string) *DeleteDatasetVersionOperation
- func (c *DatasetClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *DatasetClient) DeleteSavedQuery(ctx context.Context, req *aiplatformpb.DeleteSavedQueryRequest, ...) (*DeleteSavedQueryOperation, error)
- func (c *DatasetClient) DeleteSavedQueryOperation(name string) *DeleteSavedQueryOperation
- func (c *DatasetClient) ExportData(ctx context.Context, req *aiplatformpb.ExportDataRequest, ...) (*ExportDataOperation, error)
- func (c *DatasetClient) ExportDataOperation(name string) *ExportDataOperation
- func (c *DatasetClient) GetAnnotationSpec(ctx context.Context, req *aiplatformpb.GetAnnotationSpecRequest, ...) (*aiplatformpb.AnnotationSpec, error)
- func (c *DatasetClient) GetDataset(ctx context.Context, req *aiplatformpb.GetDatasetRequest, ...) (*aiplatformpb.Dataset, error)
- func (c *DatasetClient) GetDatasetVersion(ctx context.Context, req *aiplatformpb.GetDatasetVersionRequest, ...) (*aiplatformpb.DatasetVersion, error)
- func (c *DatasetClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *DatasetClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *DatasetClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *DatasetClient) ImportData(ctx context.Context, req *aiplatformpb.ImportDataRequest, ...) (*ImportDataOperation, error)
- func (c *DatasetClient) ImportDataOperation(name string) *ImportDataOperation
- func (c *DatasetClient) ListAnnotations(ctx context.Context, req *aiplatformpb.ListAnnotationsRequest, ...) *AnnotationIterator
- func (c *DatasetClient) ListDataItems(ctx context.Context, req *aiplatformpb.ListDataItemsRequest, ...) *DataItemIterator
- func (c *DatasetClient) ListDatasetVersions(ctx context.Context, req *aiplatformpb.ListDatasetVersionsRequest, ...) *DatasetVersionIterator
- func (c *DatasetClient) ListDatasets(ctx context.Context, req *aiplatformpb.ListDatasetsRequest, ...) *DatasetIterator
- func (c *DatasetClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *DatasetClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *DatasetClient) ListSavedQueries(ctx context.Context, req *aiplatformpb.ListSavedQueriesRequest, ...) *SavedQueryIterator
- func (c *DatasetClient) RestoreDatasetVersion(ctx context.Context, req *aiplatformpb.RestoreDatasetVersionRequest, ...) (*RestoreDatasetVersionOperation, error)
- func (c *DatasetClient) RestoreDatasetVersionOperation(name string) *RestoreDatasetVersionOperation
- func (c *DatasetClient) SearchDataItems(ctx context.Context, req *aiplatformpb.SearchDataItemsRequest, ...) *DataItemViewIterator
- func (c *DatasetClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *DatasetClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *DatasetClient) UpdateDataset(ctx context.Context, req *aiplatformpb.UpdateDatasetRequest, ...) (*aiplatformpb.Dataset, error)
- func (c *DatasetClient) UpdateDatasetVersion(ctx context.Context, req *aiplatformpb.UpdateDatasetVersionRequest, ...) (*aiplatformpb.DatasetVersion, error)
- func (c *DatasetClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type DatasetIterator
- type DatasetVersionIterator
- type DeleteArtifactOperation
- func (op *DeleteArtifactOperation) Done() bool
- func (op *DeleteArtifactOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteArtifactOperation) Name() string
- func (op *DeleteArtifactOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteArtifactOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteBatchPredictionJobOperation
- func (op *DeleteBatchPredictionJobOperation) Done() bool
- func (op *DeleteBatchPredictionJobOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteBatchPredictionJobOperation) Name() string
- func (op *DeleteBatchPredictionJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteBatchPredictionJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteContextOperation
- func (op *DeleteContextOperation) Done() bool
- func (op *DeleteContextOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteContextOperation) Name() string
- func (op *DeleteContextOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteContextOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteCustomJobOperation
- func (op *DeleteCustomJobOperation) Done() bool
- func (op *DeleteCustomJobOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteCustomJobOperation) Name() string
- func (op *DeleteCustomJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteCustomJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteDataLabelingJobOperation
- func (op *DeleteDataLabelingJobOperation) Done() bool
- func (op *DeleteDataLabelingJobOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteDataLabelingJobOperation) Name() string
- func (op *DeleteDataLabelingJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteDataLabelingJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteDatasetOperation
- func (op *DeleteDatasetOperation) Done() bool
- func (op *DeleteDatasetOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteDatasetOperation) Name() string
- func (op *DeleteDatasetOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteDatasetOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteDatasetVersionOperation
- func (op *DeleteDatasetVersionOperation) Done() bool
- func (op *DeleteDatasetVersionOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteDatasetVersionOperation) Name() string
- func (op *DeleteDatasetVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteDatasetVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteDeploymentResourcePoolOperation
- func (op *DeleteDeploymentResourcePoolOperation) Done() bool
- func (op *DeleteDeploymentResourcePoolOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteDeploymentResourcePoolOperation) Name() string
- func (op *DeleteDeploymentResourcePoolOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteDeploymentResourcePoolOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteEndpointOperation
- func (op *DeleteEndpointOperation) Done() bool
- func (op *DeleteEndpointOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteEndpointOperation) Name() string
- func (op *DeleteEndpointOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteEndpointOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteEntityTypeOperation
- func (op *DeleteEntityTypeOperation) Done() bool
- func (op *DeleteEntityTypeOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteEntityTypeOperation) Name() string
- func (op *DeleteEntityTypeOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteEntityTypeOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteExecutionOperation
- func (op *DeleteExecutionOperation) Done() bool
- func (op *DeleteExecutionOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteExecutionOperation) Name() string
- func (op *DeleteExecutionOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteExecutionOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteFeatureGroupOperation
- func (op *DeleteFeatureGroupOperation) Done() bool
- func (op *DeleteFeatureGroupOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteFeatureGroupOperation) Name() string
- func (op *DeleteFeatureGroupOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteFeatureGroupOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteFeatureOnlineStoreOperation
- func (op *DeleteFeatureOnlineStoreOperation) Done() bool
- func (op *DeleteFeatureOnlineStoreOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteFeatureOnlineStoreOperation) Name() string
- func (op *DeleteFeatureOnlineStoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteFeatureOnlineStoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteFeatureOperation
- func (op *DeleteFeatureOperation) Done() bool
- func (op *DeleteFeatureOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteFeatureOperation) Name() string
- func (op *DeleteFeatureOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteFeatureOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteFeatureValuesOperation
- func (op *DeleteFeatureValuesOperation) Done() bool
- func (op *DeleteFeatureValuesOperation) Metadata() (*aiplatformpb.DeleteFeatureValuesOperationMetadata, error)
- func (op *DeleteFeatureValuesOperation) Name() string
- func (op *DeleteFeatureValuesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeleteFeatureValuesResponse, error)
- func (op *DeleteFeatureValuesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeleteFeatureValuesResponse, error)
- type DeleteFeatureViewOperation
- func (op *DeleteFeatureViewOperation) Done() bool
- func (op *DeleteFeatureViewOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteFeatureViewOperation) Name() string
- func (op *DeleteFeatureViewOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteFeatureViewOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteFeaturestoreOperation
- func (op *DeleteFeaturestoreOperation) Done() bool
- func (op *DeleteFeaturestoreOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteFeaturestoreOperation) Name() string
- func (op *DeleteFeaturestoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteFeaturestoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteHyperparameterTuningJobOperation
- func (op *DeleteHyperparameterTuningJobOperation) Done() bool
- func (op *DeleteHyperparameterTuningJobOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteHyperparameterTuningJobOperation) Name() string
- func (op *DeleteHyperparameterTuningJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteHyperparameterTuningJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteIndexEndpointOperation
- func (op *DeleteIndexEndpointOperation) Done() bool
- func (op *DeleteIndexEndpointOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteIndexEndpointOperation) Name() string
- func (op *DeleteIndexEndpointOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteIndexEndpointOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteIndexOperation
- func (op *DeleteIndexOperation) Done() bool
- func (op *DeleteIndexOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteIndexOperation) Name() string
- func (op *DeleteIndexOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteIndexOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteMetadataStoreOperation
- func (op *DeleteMetadataStoreOperation) Done() bool
- func (op *DeleteMetadataStoreOperation) Metadata() (*aiplatformpb.DeleteMetadataStoreOperationMetadata, error)
- func (op *DeleteMetadataStoreOperation) Name() string
- func (op *DeleteMetadataStoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteMetadataStoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteModelDeploymentMonitoringJobOperation
- func (op *DeleteModelDeploymentMonitoringJobOperation) Done() bool
- func (op *DeleteModelDeploymentMonitoringJobOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteModelDeploymentMonitoringJobOperation) Name() string
- func (op *DeleteModelDeploymentMonitoringJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteModelDeploymentMonitoringJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteModelOperation
- func (op *DeleteModelOperation) Done() bool
- func (op *DeleteModelOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteModelOperation) Name() string
- func (op *DeleteModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteModelVersionOperation
- func (op *DeleteModelVersionOperation) Done() bool
- func (op *DeleteModelVersionOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteModelVersionOperation) Name() string
- func (op *DeleteModelVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteModelVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteNasJobOperation
- func (op *DeleteNasJobOperation) Done() bool
- func (op *DeleteNasJobOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteNasJobOperation) Name() string
- func (op *DeleteNasJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteNasJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteNotebookRuntimeOperation
- func (op *DeleteNotebookRuntimeOperation) Done() bool
- func (op *DeleteNotebookRuntimeOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteNotebookRuntimeOperation) Name() string
- func (op *DeleteNotebookRuntimeOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteNotebookRuntimeOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteNotebookRuntimeTemplateOperation
- func (op *DeleteNotebookRuntimeTemplateOperation) Done() bool
- func (op *DeleteNotebookRuntimeTemplateOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteNotebookRuntimeTemplateOperation) Name() string
- func (op *DeleteNotebookRuntimeTemplateOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteNotebookRuntimeTemplateOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeletePersistentResourceOperation
- func (op *DeletePersistentResourceOperation) Done() bool
- func (op *DeletePersistentResourceOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeletePersistentResourceOperation) Name() string
- func (op *DeletePersistentResourceOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeletePersistentResourceOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeletePipelineJobOperation
- func (op *DeletePipelineJobOperation) Done() bool
- func (op *DeletePipelineJobOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeletePipelineJobOperation) Name() string
- func (op *DeletePipelineJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeletePipelineJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteSavedQueryOperation
- func (op *DeleteSavedQueryOperation) Done() bool
- func (op *DeleteSavedQueryOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteSavedQueryOperation) Name() string
- func (op *DeleteSavedQueryOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteSavedQueryOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteScheduleOperation
- func (op *DeleteScheduleOperation) Done() bool
- func (op *DeleteScheduleOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteScheduleOperation) Name() string
- func (op *DeleteScheduleOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteScheduleOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteSpecialistPoolOperation
- func (op *DeleteSpecialistPoolOperation) Done() bool
- func (op *DeleteSpecialistPoolOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteSpecialistPoolOperation) Name() string
- func (op *DeleteSpecialistPoolOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteSpecialistPoolOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteTensorboardExperimentOperation
- func (op *DeleteTensorboardExperimentOperation) Done() bool
- func (op *DeleteTensorboardExperimentOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteTensorboardExperimentOperation) Name() string
- func (op *DeleteTensorboardExperimentOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteTensorboardExperimentOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteTensorboardOperation
- func (op *DeleteTensorboardOperation) Done() bool
- func (op *DeleteTensorboardOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteTensorboardOperation) Name() string
- func (op *DeleteTensorboardOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteTensorboardOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteTensorboardRunOperation
- func (op *DeleteTensorboardRunOperation) Done() bool
- func (op *DeleteTensorboardRunOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteTensorboardRunOperation) Name() string
- func (op *DeleteTensorboardRunOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteTensorboardRunOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteTensorboardTimeSeriesOperation
- func (op *DeleteTensorboardTimeSeriesOperation) Done() bool
- func (op *DeleteTensorboardTimeSeriesOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteTensorboardTimeSeriesOperation) Name() string
- func (op *DeleteTensorboardTimeSeriesOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteTensorboardTimeSeriesOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeleteTrainingPipelineOperation
- func (op *DeleteTrainingPipelineOperation) Done() bool
- func (op *DeleteTrainingPipelineOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
- func (op *DeleteTrainingPipelineOperation) Name() string
- func (op *DeleteTrainingPipelineOperation) Poll(ctx context.Context, opts ...gax.CallOption) error
- func (op *DeleteTrainingPipelineOperation) Wait(ctx context.Context, opts ...gax.CallOption) error
- type DeployIndexOperation
- func (op *DeployIndexOperation) Done() bool
- func (op *DeployIndexOperation) Metadata() (*aiplatformpb.DeployIndexOperationMetadata, error)
- func (op *DeployIndexOperation) Name() string
- func (op *DeployIndexOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeployIndexResponse, error)
- func (op *DeployIndexOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeployIndexResponse, error)
- type DeployModelOperation
- func (op *DeployModelOperation) Done() bool
- func (op *DeployModelOperation) Metadata() (*aiplatformpb.DeployModelOperationMetadata, error)
- func (op *DeployModelOperation) Name() string
- func (op *DeployModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeployModelResponse, error)
- func (op *DeployModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeployModelResponse, error)
- type DeployedModelIterator
- type DeploymentResourcePoolCallOptions
- type DeploymentResourcePoolClient
- func (c *DeploymentResourcePoolClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *DeploymentResourcePoolClient) Close() error
- func (c *DeploymentResourcePoolClient) Connection() *grpc.ClientConndeprecated
- func (c *DeploymentResourcePoolClient) CreateDeploymentResourcePool(ctx context.Context, req *aiplatformpb.CreateDeploymentResourcePoolRequest, ...) (*CreateDeploymentResourcePoolOperation, error)
- func (c *DeploymentResourcePoolClient) CreateDeploymentResourcePoolOperation(name string) *CreateDeploymentResourcePoolOperation
- func (c *DeploymentResourcePoolClient) DeleteDeploymentResourcePool(ctx context.Context, req *aiplatformpb.DeleteDeploymentResourcePoolRequest, ...) (*DeleteDeploymentResourcePoolOperation, error)
- func (c *DeploymentResourcePoolClient) DeleteDeploymentResourcePoolOperation(name string) *DeleteDeploymentResourcePoolOperation
- func (c *DeploymentResourcePoolClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *DeploymentResourcePoolClient) GetDeploymentResourcePool(ctx context.Context, req *aiplatformpb.GetDeploymentResourcePoolRequest, ...) (*aiplatformpb.DeploymentResourcePool, error)
- func (c *DeploymentResourcePoolClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *DeploymentResourcePoolClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *DeploymentResourcePoolClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *DeploymentResourcePoolClient) ListDeploymentResourcePools(ctx context.Context, req *aiplatformpb.ListDeploymentResourcePoolsRequest, ...) *DeploymentResourcePoolIterator
- func (c *DeploymentResourcePoolClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *DeploymentResourcePoolClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *DeploymentResourcePoolClient) QueryDeployedModels(ctx context.Context, req *aiplatformpb.QueryDeployedModelsRequest, ...) *DeployedModelIterator
- func (c *DeploymentResourcePoolClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *DeploymentResourcePoolClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *DeploymentResourcePoolClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type DeploymentResourcePoolIterator
- type EndpointCallOptions
- type EndpointClient
- func (c *EndpointClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *EndpointClient) Close() error
- func (c *EndpointClient) Connection() *grpc.ClientConndeprecated
- func (c *EndpointClient) CreateEndpoint(ctx context.Context, req *aiplatformpb.CreateEndpointRequest, ...) (*CreateEndpointOperation, error)
- func (c *EndpointClient) CreateEndpointOperation(name string) *CreateEndpointOperation
- func (c *EndpointClient) DeleteEndpoint(ctx context.Context, req *aiplatformpb.DeleteEndpointRequest, ...) (*DeleteEndpointOperation, error)
- func (c *EndpointClient) DeleteEndpointOperation(name string) *DeleteEndpointOperation
- func (c *EndpointClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *EndpointClient) DeployModel(ctx context.Context, req *aiplatformpb.DeployModelRequest, ...) (*DeployModelOperation, error)
- func (c *EndpointClient) DeployModelOperation(name string) *DeployModelOperation
- func (c *EndpointClient) GetEndpoint(ctx context.Context, req *aiplatformpb.GetEndpointRequest, ...) (*aiplatformpb.Endpoint, error)
- func (c *EndpointClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *EndpointClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *EndpointClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *EndpointClient) ListEndpoints(ctx context.Context, req *aiplatformpb.ListEndpointsRequest, ...) *EndpointIterator
- func (c *EndpointClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *EndpointClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *EndpointClient) MutateDeployedModel(ctx context.Context, req *aiplatformpb.MutateDeployedModelRequest, ...) (*MutateDeployedModelOperation, error)
- func (c *EndpointClient) MutateDeployedModelOperation(name string) *MutateDeployedModelOperation
- func (c *EndpointClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *EndpointClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *EndpointClient) UndeployModel(ctx context.Context, req *aiplatformpb.UndeployModelRequest, ...) (*UndeployModelOperation, error)
- func (c *EndpointClient) UndeployModelOperation(name string) *UndeployModelOperation
- func (c *EndpointClient) UpdateEndpoint(ctx context.Context, req *aiplatformpb.UpdateEndpointRequest, ...) (*aiplatformpb.Endpoint, error)
- func (c *EndpointClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type EndpointIterator
- type EntityTypeIterator
- type ExecutionIterator
- type ExportDataOperation
- func (op *ExportDataOperation) Done() bool
- func (op *ExportDataOperation) Metadata() (*aiplatformpb.ExportDataOperationMetadata, error)
- func (op *ExportDataOperation) Name() string
- func (op *ExportDataOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ExportDataResponse, error)
- func (op *ExportDataOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ExportDataResponse, error)
- type ExportFeatureValuesOperation
- func (op *ExportFeatureValuesOperation) Done() bool
- func (op *ExportFeatureValuesOperation) Metadata() (*aiplatformpb.ExportFeatureValuesOperationMetadata, error)
- func (op *ExportFeatureValuesOperation) Name() string
- func (op *ExportFeatureValuesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ExportFeatureValuesResponse, error)
- func (op *ExportFeatureValuesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ExportFeatureValuesResponse, error)
- type ExportModelOperation
- func (op *ExportModelOperation) Done() bool
- func (op *ExportModelOperation) Metadata() (*aiplatformpb.ExportModelOperationMetadata, error)
- func (op *ExportModelOperation) Name() string
- func (op *ExportModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ExportModelResponse, error)
- func (op *ExportModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ExportModelResponse, error)
- type FeatureGroupIterator
- type FeatureIterator
- type FeatureOnlineStoreAdminCallOptions
- type FeatureOnlineStoreAdminClient
- func (c *FeatureOnlineStoreAdminClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *FeatureOnlineStoreAdminClient) Close() error
- func (c *FeatureOnlineStoreAdminClient) Connection() *grpc.ClientConndeprecated
- func (c *FeatureOnlineStoreAdminClient) CreateFeatureOnlineStore(ctx context.Context, req *aiplatformpb.CreateFeatureOnlineStoreRequest, ...) (*CreateFeatureOnlineStoreOperation, error)
- func (c *FeatureOnlineStoreAdminClient) CreateFeatureOnlineStoreOperation(name string) *CreateFeatureOnlineStoreOperation
- func (c *FeatureOnlineStoreAdminClient) CreateFeatureView(ctx context.Context, req *aiplatformpb.CreateFeatureViewRequest, ...) (*CreateFeatureViewOperation, error)
- func (c *FeatureOnlineStoreAdminClient) CreateFeatureViewOperation(name string) *CreateFeatureViewOperation
- func (c *FeatureOnlineStoreAdminClient) DeleteFeatureOnlineStore(ctx context.Context, req *aiplatformpb.DeleteFeatureOnlineStoreRequest, ...) (*DeleteFeatureOnlineStoreOperation, error)
- func (c *FeatureOnlineStoreAdminClient) DeleteFeatureOnlineStoreOperation(name string) *DeleteFeatureOnlineStoreOperation
- func (c *FeatureOnlineStoreAdminClient) DeleteFeatureView(ctx context.Context, req *aiplatformpb.DeleteFeatureViewRequest, ...) (*DeleteFeatureViewOperation, error)
- func (c *FeatureOnlineStoreAdminClient) DeleteFeatureViewOperation(name string) *DeleteFeatureViewOperation
- func (c *FeatureOnlineStoreAdminClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *FeatureOnlineStoreAdminClient) GetFeatureOnlineStore(ctx context.Context, req *aiplatformpb.GetFeatureOnlineStoreRequest, ...) (*aiplatformpb.FeatureOnlineStore, error)
- func (c *FeatureOnlineStoreAdminClient) GetFeatureView(ctx context.Context, req *aiplatformpb.GetFeatureViewRequest, ...) (*aiplatformpb.FeatureView, error)
- func (c *FeatureOnlineStoreAdminClient) GetFeatureViewSync(ctx context.Context, req *aiplatformpb.GetFeatureViewSyncRequest, ...) (*aiplatformpb.FeatureViewSync, error)
- func (c *FeatureOnlineStoreAdminClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeatureOnlineStoreAdminClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *FeatureOnlineStoreAdminClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *FeatureOnlineStoreAdminClient) ListFeatureOnlineStores(ctx context.Context, req *aiplatformpb.ListFeatureOnlineStoresRequest, ...) *FeatureOnlineStoreIterator
- func (c *FeatureOnlineStoreAdminClient) ListFeatureViewSyncs(ctx context.Context, req *aiplatformpb.ListFeatureViewSyncsRequest, ...) *FeatureViewSyncIterator
- func (c *FeatureOnlineStoreAdminClient) ListFeatureViews(ctx context.Context, req *aiplatformpb.ListFeatureViewsRequest, ...) *FeatureViewIterator
- func (c *FeatureOnlineStoreAdminClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *FeatureOnlineStoreAdminClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *FeatureOnlineStoreAdminClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeatureOnlineStoreAdminClient) SyncFeatureView(ctx context.Context, req *aiplatformpb.SyncFeatureViewRequest, ...) (*aiplatformpb.SyncFeatureViewResponse, error)
- func (c *FeatureOnlineStoreAdminClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *FeatureOnlineStoreAdminClient) UpdateFeatureOnlineStore(ctx context.Context, req *aiplatformpb.UpdateFeatureOnlineStoreRequest, ...) (*UpdateFeatureOnlineStoreOperation, error)
- func (c *FeatureOnlineStoreAdminClient) UpdateFeatureOnlineStoreOperation(name string) *UpdateFeatureOnlineStoreOperation
- func (c *FeatureOnlineStoreAdminClient) UpdateFeatureView(ctx context.Context, req *aiplatformpb.UpdateFeatureViewRequest, ...) (*UpdateFeatureViewOperation, error)
- func (c *FeatureOnlineStoreAdminClient) UpdateFeatureViewOperation(name string) *UpdateFeatureViewOperation
- func (c *FeatureOnlineStoreAdminClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type FeatureOnlineStoreCallOptions
- type FeatureOnlineStoreClient
- func (c *FeatureOnlineStoreClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *FeatureOnlineStoreClient) Close() error
- func (c *FeatureOnlineStoreClient) Connection() *grpc.ClientConndeprecated
- func (c *FeatureOnlineStoreClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *FeatureOnlineStoreClient) FetchFeatureValues(ctx context.Context, req *aiplatformpb.FetchFeatureValuesRequest, ...) (*aiplatformpb.FetchFeatureValuesResponse, error)
- func (c *FeatureOnlineStoreClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeatureOnlineStoreClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *FeatureOnlineStoreClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *FeatureOnlineStoreClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *FeatureOnlineStoreClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *FeatureOnlineStoreClient) SearchNearestEntities(ctx context.Context, req *aiplatformpb.SearchNearestEntitiesRequest, ...) (*aiplatformpb.SearchNearestEntitiesResponse, error)
- func (c *FeatureOnlineStoreClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeatureOnlineStoreClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *FeatureOnlineStoreClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type FeatureOnlineStoreIterator
- type FeatureRegistryCallOptions
- type FeatureRegistryClient
- func (c *FeatureRegistryClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *FeatureRegistryClient) Close() error
- func (c *FeatureRegistryClient) Connection() *grpc.ClientConndeprecated
- func (c *FeatureRegistryClient) CreateFeature(ctx context.Context, req *aiplatformpb.CreateFeatureRequest, ...) (*CreateFeatureOperation, error)
- func (c *FeatureRegistryClient) CreateFeatureGroup(ctx context.Context, req *aiplatformpb.CreateFeatureGroupRequest, ...) (*CreateFeatureGroupOperation, error)
- func (c *FeatureRegistryClient) CreateFeatureGroupOperation(name string) *CreateFeatureGroupOperation
- func (c *FeatureRegistryClient) CreateFeatureOperation(name string) *CreateFeatureOperation
- func (c *FeatureRegistryClient) DeleteFeature(ctx context.Context, req *aiplatformpb.DeleteFeatureRequest, ...) (*DeleteFeatureOperation, error)
- func (c *FeatureRegistryClient) DeleteFeatureGroup(ctx context.Context, req *aiplatformpb.DeleteFeatureGroupRequest, ...) (*DeleteFeatureGroupOperation, error)
- func (c *FeatureRegistryClient) DeleteFeatureGroupOperation(name string) *DeleteFeatureGroupOperation
- func (c *FeatureRegistryClient) DeleteFeatureOperation(name string) *DeleteFeatureOperation
- func (c *FeatureRegistryClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *FeatureRegistryClient) GetFeature(ctx context.Context, req *aiplatformpb.GetFeatureRequest, ...) (*aiplatformpb.Feature, error)
- func (c *FeatureRegistryClient) GetFeatureGroup(ctx context.Context, req *aiplatformpb.GetFeatureGroupRequest, ...) (*aiplatformpb.FeatureGroup, error)
- func (c *FeatureRegistryClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeatureRegistryClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *FeatureRegistryClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *FeatureRegistryClient) ListFeatureGroups(ctx context.Context, req *aiplatformpb.ListFeatureGroupsRequest, ...) *FeatureGroupIterator
- func (c *FeatureRegistryClient) ListFeatures(ctx context.Context, req *aiplatformpb.ListFeaturesRequest, ...) *FeatureIterator
- func (c *FeatureRegistryClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *FeatureRegistryClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *FeatureRegistryClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeatureRegistryClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *FeatureRegistryClient) UpdateFeature(ctx context.Context, req *aiplatformpb.UpdateFeatureRequest, ...) (*UpdateFeatureOperation, error)
- func (c *FeatureRegistryClient) UpdateFeatureGroup(ctx context.Context, req *aiplatformpb.UpdateFeatureGroupRequest, ...) (*UpdateFeatureGroupOperation, error)
- func (c *FeatureRegistryClient) UpdateFeatureGroupOperation(name string) *UpdateFeatureGroupOperation
- func (c *FeatureRegistryClient) UpdateFeatureOperation(name string) *UpdateFeatureOperation
- func (c *FeatureRegistryClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type FeatureViewIterator
- type FeatureViewSyncIterator
- type FeaturestoreCallOptions
- type FeaturestoreClient
- func (c *FeaturestoreClient) BatchCreateFeatures(ctx context.Context, req *aiplatformpb.BatchCreateFeaturesRequest, ...) (*BatchCreateFeaturesOperation, error)
- func (c *FeaturestoreClient) BatchCreateFeaturesOperation(name string) *BatchCreateFeaturesOperation
- func (c *FeaturestoreClient) BatchReadFeatureValues(ctx context.Context, req *aiplatformpb.BatchReadFeatureValuesRequest, ...) (*BatchReadFeatureValuesOperation, error)
- func (c *FeaturestoreClient) BatchReadFeatureValuesOperation(name string) *BatchReadFeatureValuesOperation
- func (c *FeaturestoreClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *FeaturestoreClient) Close() error
- func (c *FeaturestoreClient) Connection() *grpc.ClientConndeprecated
- func (c *FeaturestoreClient) CreateEntityType(ctx context.Context, req *aiplatformpb.CreateEntityTypeRequest, ...) (*CreateEntityTypeOperation, error)
- func (c *FeaturestoreClient) CreateEntityTypeOperation(name string) *CreateEntityTypeOperation
- func (c *FeaturestoreClient) CreateFeature(ctx context.Context, req *aiplatformpb.CreateFeatureRequest, ...) (*CreateFeatureOperation, error)
- func (c *FeaturestoreClient) CreateFeatureOperation(name string) *CreateFeatureOperation
- func (c *FeaturestoreClient) CreateFeaturestore(ctx context.Context, req *aiplatformpb.CreateFeaturestoreRequest, ...) (*CreateFeaturestoreOperation, error)
- func (c *FeaturestoreClient) CreateFeaturestoreOperation(name string) *CreateFeaturestoreOperation
- func (c *FeaturestoreClient) DeleteEntityType(ctx context.Context, req *aiplatformpb.DeleteEntityTypeRequest, ...) (*DeleteEntityTypeOperation, error)
- func (c *FeaturestoreClient) DeleteEntityTypeOperation(name string) *DeleteEntityTypeOperation
- func (c *FeaturestoreClient) DeleteFeature(ctx context.Context, req *aiplatformpb.DeleteFeatureRequest, ...) (*DeleteFeatureOperation, error)
- func (c *FeaturestoreClient) DeleteFeatureOperation(name string) *DeleteFeatureOperation
- func (c *FeaturestoreClient) DeleteFeatureValues(ctx context.Context, req *aiplatformpb.DeleteFeatureValuesRequest, ...) (*DeleteFeatureValuesOperation, error)
- func (c *FeaturestoreClient) DeleteFeatureValuesOperation(name string) *DeleteFeatureValuesOperation
- func (c *FeaturestoreClient) DeleteFeaturestore(ctx context.Context, req *aiplatformpb.DeleteFeaturestoreRequest, ...) (*DeleteFeaturestoreOperation, error)
- func (c *FeaturestoreClient) DeleteFeaturestoreOperation(name string) *DeleteFeaturestoreOperation
- func (c *FeaturestoreClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *FeaturestoreClient) ExportFeatureValues(ctx context.Context, req *aiplatformpb.ExportFeatureValuesRequest, ...) (*ExportFeatureValuesOperation, error)
- func (c *FeaturestoreClient) ExportFeatureValuesOperation(name string) *ExportFeatureValuesOperation
- func (c *FeaturestoreClient) GetEntityType(ctx context.Context, req *aiplatformpb.GetEntityTypeRequest, ...) (*aiplatformpb.EntityType, error)
- func (c *FeaturestoreClient) GetFeature(ctx context.Context, req *aiplatformpb.GetFeatureRequest, ...) (*aiplatformpb.Feature, error)
- func (c *FeaturestoreClient) GetFeaturestore(ctx context.Context, req *aiplatformpb.GetFeaturestoreRequest, ...) (*aiplatformpb.Featurestore, error)
- func (c *FeaturestoreClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeaturestoreClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *FeaturestoreClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *FeaturestoreClient) ImportFeatureValues(ctx context.Context, req *aiplatformpb.ImportFeatureValuesRequest, ...) (*ImportFeatureValuesOperation, error)
- func (c *FeaturestoreClient) ImportFeatureValuesOperation(name string) *ImportFeatureValuesOperation
- func (c *FeaturestoreClient) ListEntityTypes(ctx context.Context, req *aiplatformpb.ListEntityTypesRequest, ...) *EntityTypeIterator
- func (c *FeaturestoreClient) ListFeatures(ctx context.Context, req *aiplatformpb.ListFeaturesRequest, ...) *FeatureIterator
- func (c *FeaturestoreClient) ListFeaturestores(ctx context.Context, req *aiplatformpb.ListFeaturestoresRequest, ...) *FeaturestoreIterator
- func (c *FeaturestoreClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *FeaturestoreClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *FeaturestoreClient) SearchFeatures(ctx context.Context, req *aiplatformpb.SearchFeaturesRequest, ...) *FeatureIterator
- func (c *FeaturestoreClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeaturestoreClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *FeaturestoreClient) UpdateEntityType(ctx context.Context, req *aiplatformpb.UpdateEntityTypeRequest, ...) (*aiplatformpb.EntityType, error)
- func (c *FeaturestoreClient) UpdateFeature(ctx context.Context, req *aiplatformpb.UpdateFeatureRequest, ...) (*aiplatformpb.Feature, error)
- func (c *FeaturestoreClient) UpdateFeaturestore(ctx context.Context, req *aiplatformpb.UpdateFeaturestoreRequest, ...) (*UpdateFeaturestoreOperation, error)
- func (c *FeaturestoreClient) UpdateFeaturestoreOperation(name string) *UpdateFeaturestoreOperation
- func (c *FeaturestoreClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type FeaturestoreIterator
- type FeaturestoreOnlineServingCallOptions
- type FeaturestoreOnlineServingClient
- func (c *FeaturestoreOnlineServingClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *FeaturestoreOnlineServingClient) Close() error
- func (c *FeaturestoreOnlineServingClient) Connection() *grpc.ClientConndeprecated
- func (c *FeaturestoreOnlineServingClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *FeaturestoreOnlineServingClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeaturestoreOnlineServingClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *FeaturestoreOnlineServingClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *FeaturestoreOnlineServingClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *FeaturestoreOnlineServingClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *FeaturestoreOnlineServingClient) ReadFeatureValues(ctx context.Context, req *aiplatformpb.ReadFeatureValuesRequest, ...) (*aiplatformpb.ReadFeatureValuesResponse, error)
- func (c *FeaturestoreOnlineServingClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *FeaturestoreOnlineServingClient) StreamingReadFeatureValues(ctx context.Context, req *aiplatformpb.StreamingReadFeatureValuesRequest, ...) (aiplatformpb.FeaturestoreOnlineServingService_StreamingReadFeatureValuesClient, ...)
- func (c *FeaturestoreOnlineServingClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *FeaturestoreOnlineServingClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *FeaturestoreOnlineServingClient) WriteFeatureValues(ctx context.Context, req *aiplatformpb.WriteFeatureValuesRequest, ...) (*aiplatformpb.WriteFeatureValuesResponse, error)
- type GenAiTuningCallOptions
- type GenAiTuningClient
- func (c *GenAiTuningClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *GenAiTuningClient) CancelTuningJob(ctx context.Context, req *aiplatformpb.CancelTuningJobRequest, ...) error
- func (c *GenAiTuningClient) Close() error
- func (c *GenAiTuningClient) Connection() *grpc.ClientConndeprecated
- func (c *GenAiTuningClient) CreateTuningJob(ctx context.Context, req *aiplatformpb.CreateTuningJobRequest, ...) (*aiplatformpb.TuningJob, error)
- func (c *GenAiTuningClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *GenAiTuningClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *GenAiTuningClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *GenAiTuningClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *GenAiTuningClient) GetTuningJob(ctx context.Context, req *aiplatformpb.GetTuningJobRequest, ...) (*aiplatformpb.TuningJob, error)
- func (c *GenAiTuningClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *GenAiTuningClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *GenAiTuningClient) ListTuningJobs(ctx context.Context, req *aiplatformpb.ListTuningJobsRequest, ...) *TuningJobIterator
- func (c *GenAiTuningClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *GenAiTuningClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *GenAiTuningClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type HyperparameterTuningJobIterator
- type ImportDataOperation
- func (op *ImportDataOperation) Done() bool
- func (op *ImportDataOperation) Metadata() (*aiplatformpb.ImportDataOperationMetadata, error)
- func (op *ImportDataOperation) Name() string
- func (op *ImportDataOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ImportDataResponse, error)
- func (op *ImportDataOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ImportDataResponse, error)
- type ImportFeatureValuesOperation
- func (op *ImportFeatureValuesOperation) Done() bool
- func (op *ImportFeatureValuesOperation) Metadata() (*aiplatformpb.ImportFeatureValuesOperationMetadata, error)
- func (op *ImportFeatureValuesOperation) Name() string
- func (op *ImportFeatureValuesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ImportFeatureValuesResponse, error)
- func (op *ImportFeatureValuesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ImportFeatureValuesResponse, error)
- type IndexCallOptions
- type IndexClient
- func (c *IndexClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *IndexClient) Close() error
- func (c *IndexClient) Connection() *grpc.ClientConndeprecated
- func (c *IndexClient) CreateIndex(ctx context.Context, req *aiplatformpb.CreateIndexRequest, ...) (*CreateIndexOperation, error)
- func (c *IndexClient) CreateIndexOperation(name string) *CreateIndexOperation
- func (c *IndexClient) DeleteIndex(ctx context.Context, req *aiplatformpb.DeleteIndexRequest, ...) (*DeleteIndexOperation, error)
- func (c *IndexClient) DeleteIndexOperation(name string) *DeleteIndexOperation
- func (c *IndexClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *IndexClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *IndexClient) GetIndex(ctx context.Context, req *aiplatformpb.GetIndexRequest, opts ...gax.CallOption) (*aiplatformpb.Index, error)
- func (c *IndexClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *IndexClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *IndexClient) ListIndexes(ctx context.Context, req *aiplatformpb.ListIndexesRequest, ...) *IndexIterator
- func (c *IndexClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *IndexClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *IndexClient) RemoveDatapoints(ctx context.Context, req *aiplatformpb.RemoveDatapointsRequest, ...) (*aiplatformpb.RemoveDatapointsResponse, error)
- func (c *IndexClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *IndexClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *IndexClient) UpdateIndex(ctx context.Context, req *aiplatformpb.UpdateIndexRequest, ...) (*UpdateIndexOperation, error)
- func (c *IndexClient) UpdateIndexOperation(name string) *UpdateIndexOperation
- func (c *IndexClient) UpsertDatapoints(ctx context.Context, req *aiplatformpb.UpsertDatapointsRequest, ...) (*aiplatformpb.UpsertDatapointsResponse, error)
- func (c *IndexClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type IndexEndpointCallOptions
- type IndexEndpointClient
- func (c *IndexEndpointClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *IndexEndpointClient) Close() error
- func (c *IndexEndpointClient) Connection() *grpc.ClientConndeprecated
- func (c *IndexEndpointClient) CreateIndexEndpoint(ctx context.Context, req *aiplatformpb.CreateIndexEndpointRequest, ...) (*CreateIndexEndpointOperation, error)
- func (c *IndexEndpointClient) CreateIndexEndpointOperation(name string) *CreateIndexEndpointOperation
- func (c *IndexEndpointClient) DeleteIndexEndpoint(ctx context.Context, req *aiplatformpb.DeleteIndexEndpointRequest, ...) (*DeleteIndexEndpointOperation, error)
- func (c *IndexEndpointClient) DeleteIndexEndpointOperation(name string) *DeleteIndexEndpointOperation
- func (c *IndexEndpointClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *IndexEndpointClient) DeployIndex(ctx context.Context, req *aiplatformpb.DeployIndexRequest, ...) (*DeployIndexOperation, error)
- func (c *IndexEndpointClient) DeployIndexOperation(name string) *DeployIndexOperation
- func (c *IndexEndpointClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *IndexEndpointClient) GetIndexEndpoint(ctx context.Context, req *aiplatformpb.GetIndexEndpointRequest, ...) (*aiplatformpb.IndexEndpoint, error)
- func (c *IndexEndpointClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *IndexEndpointClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *IndexEndpointClient) ListIndexEndpoints(ctx context.Context, req *aiplatformpb.ListIndexEndpointsRequest, ...) *IndexEndpointIterator
- func (c *IndexEndpointClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *IndexEndpointClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *IndexEndpointClient) MutateDeployedIndex(ctx context.Context, req *aiplatformpb.MutateDeployedIndexRequest, ...) (*MutateDeployedIndexOperation, error)
- func (c *IndexEndpointClient) MutateDeployedIndexOperation(name string) *MutateDeployedIndexOperation
- func (c *IndexEndpointClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *IndexEndpointClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *IndexEndpointClient) UndeployIndex(ctx context.Context, req *aiplatformpb.UndeployIndexRequest, ...) (*UndeployIndexOperation, error)
- func (c *IndexEndpointClient) UndeployIndexOperation(name string) *UndeployIndexOperation
- func (c *IndexEndpointClient) UpdateIndexEndpoint(ctx context.Context, req *aiplatformpb.UpdateIndexEndpointRequest, ...) (*aiplatformpb.IndexEndpoint, error)
- func (c *IndexEndpointClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type IndexEndpointIterator
- type IndexIterator
- type JobCallOptions
- type JobClient
- func (c *JobClient) CancelBatchPredictionJob(ctx context.Context, req *aiplatformpb.CancelBatchPredictionJobRequest, ...) error
- func (c *JobClient) CancelCustomJob(ctx context.Context, req *aiplatformpb.CancelCustomJobRequest, ...) error
- func (c *JobClient) CancelDataLabelingJob(ctx context.Context, req *aiplatformpb.CancelDataLabelingJobRequest, ...) error
- func (c *JobClient) CancelHyperparameterTuningJob(ctx context.Context, req *aiplatformpb.CancelHyperparameterTuningJobRequest, ...) error
- func (c *JobClient) CancelNasJob(ctx context.Context, req *aiplatformpb.CancelNasJobRequest, ...) error
- func (c *JobClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *JobClient) Close() error
- func (c *JobClient) Connection() *grpc.ClientConndeprecated
- func (c *JobClient) CreateBatchPredictionJob(ctx context.Context, req *aiplatformpb.CreateBatchPredictionJobRequest, ...) (*aiplatformpb.BatchPredictionJob, error)
- func (c *JobClient) CreateCustomJob(ctx context.Context, req *aiplatformpb.CreateCustomJobRequest, ...) (*aiplatformpb.CustomJob, error)
- func (c *JobClient) CreateDataLabelingJob(ctx context.Context, req *aiplatformpb.CreateDataLabelingJobRequest, ...) (*aiplatformpb.DataLabelingJob, error)
- func (c *JobClient) CreateHyperparameterTuningJob(ctx context.Context, req *aiplatformpb.CreateHyperparameterTuningJobRequest, ...) (*aiplatformpb.HyperparameterTuningJob, error)
- func (c *JobClient) CreateModelDeploymentMonitoringJob(ctx context.Context, ...) (*aiplatformpb.ModelDeploymentMonitoringJob, error)
- func (c *JobClient) CreateNasJob(ctx context.Context, req *aiplatformpb.CreateNasJobRequest, ...) (*aiplatformpb.NasJob, error)
- func (c *JobClient) DeleteBatchPredictionJob(ctx context.Context, req *aiplatformpb.DeleteBatchPredictionJobRequest, ...) (*DeleteBatchPredictionJobOperation, error)
- func (c *JobClient) DeleteBatchPredictionJobOperation(name string) *DeleteBatchPredictionJobOperation
- func (c *JobClient) DeleteCustomJob(ctx context.Context, req *aiplatformpb.DeleteCustomJobRequest, ...) (*DeleteCustomJobOperation, error)
- func (c *JobClient) DeleteCustomJobOperation(name string) *DeleteCustomJobOperation
- func (c *JobClient) DeleteDataLabelingJob(ctx context.Context, req *aiplatformpb.DeleteDataLabelingJobRequest, ...) (*DeleteDataLabelingJobOperation, error)
- func (c *JobClient) DeleteDataLabelingJobOperation(name string) *DeleteDataLabelingJobOperation
- func (c *JobClient) DeleteHyperparameterTuningJob(ctx context.Context, req *aiplatformpb.DeleteHyperparameterTuningJobRequest, ...) (*DeleteHyperparameterTuningJobOperation, error)
- func (c *JobClient) DeleteHyperparameterTuningJobOperation(name string) *DeleteHyperparameterTuningJobOperation
- func (c *JobClient) DeleteModelDeploymentMonitoringJob(ctx context.Context, ...) (*DeleteModelDeploymentMonitoringJobOperation, error)
- func (c *JobClient) DeleteModelDeploymentMonitoringJobOperation(name string) *DeleteModelDeploymentMonitoringJobOperation
- func (c *JobClient) DeleteNasJob(ctx context.Context, req *aiplatformpb.DeleteNasJobRequest, ...) (*DeleteNasJobOperation, error)
- func (c *JobClient) DeleteNasJobOperation(name string) *DeleteNasJobOperation
- func (c *JobClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *JobClient) GetBatchPredictionJob(ctx context.Context, req *aiplatformpb.GetBatchPredictionJobRequest, ...) (*aiplatformpb.BatchPredictionJob, error)
- func (c *JobClient) GetCustomJob(ctx context.Context, req *aiplatformpb.GetCustomJobRequest, ...) (*aiplatformpb.CustomJob, error)
- func (c *JobClient) GetDataLabelingJob(ctx context.Context, req *aiplatformpb.GetDataLabelingJobRequest, ...) (*aiplatformpb.DataLabelingJob, error)
- func (c *JobClient) GetHyperparameterTuningJob(ctx context.Context, req *aiplatformpb.GetHyperparameterTuningJobRequest, ...) (*aiplatformpb.HyperparameterTuningJob, error)
- func (c *JobClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *JobClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *JobClient) GetModelDeploymentMonitoringJob(ctx context.Context, req *aiplatformpb.GetModelDeploymentMonitoringJobRequest, ...) (*aiplatformpb.ModelDeploymentMonitoringJob, error)
- func (c *JobClient) GetNasJob(ctx context.Context, req *aiplatformpb.GetNasJobRequest, ...) (*aiplatformpb.NasJob, error)
- func (c *JobClient) GetNasTrialDetail(ctx context.Context, req *aiplatformpb.GetNasTrialDetailRequest, ...) (*aiplatformpb.NasTrialDetail, error)
- func (c *JobClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *JobClient) ListBatchPredictionJobs(ctx context.Context, req *aiplatformpb.ListBatchPredictionJobsRequest, ...) *BatchPredictionJobIterator
- func (c *JobClient) ListCustomJobs(ctx context.Context, req *aiplatformpb.ListCustomJobsRequest, ...) *CustomJobIterator
- func (c *JobClient) ListDataLabelingJobs(ctx context.Context, req *aiplatformpb.ListDataLabelingJobsRequest, ...) *DataLabelingJobIterator
- func (c *JobClient) ListHyperparameterTuningJobs(ctx context.Context, req *aiplatformpb.ListHyperparameterTuningJobsRequest, ...) *HyperparameterTuningJobIterator
- func (c *JobClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *JobClient) ListModelDeploymentMonitoringJobs(ctx context.Context, ...) *ModelDeploymentMonitoringJobIterator
- func (c *JobClient) ListNasJobs(ctx context.Context, req *aiplatformpb.ListNasJobsRequest, ...) *NasJobIterator
- func (c *JobClient) ListNasTrialDetails(ctx context.Context, req *aiplatformpb.ListNasTrialDetailsRequest, ...) *NasTrialDetailIterator
- func (c *JobClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *JobClient) PauseModelDeploymentMonitoringJob(ctx context.Context, ...) error
- func (c *JobClient) ResumeModelDeploymentMonitoringJob(ctx context.Context, ...) error
- func (c *JobClient) SearchModelDeploymentMonitoringStatsAnomalies(ctx context.Context, ...) *ModelMonitoringStatsAnomaliesIterator
- func (c *JobClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *JobClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *JobClient) UpdateModelDeploymentMonitoringJob(ctx context.Context, ...) (*UpdateModelDeploymentMonitoringJobOperation, error)
- func (c *JobClient) UpdateModelDeploymentMonitoringJobOperation(name string) *UpdateModelDeploymentMonitoringJobOperation
- func (c *JobClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type LlmUtilityCallOptions
- type LlmUtilityClient
- func (c *LlmUtilityClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *LlmUtilityClient) Close() error
- func (c *LlmUtilityClient) ComputeTokens(ctx context.Context, req *aiplatformpb.ComputeTokensRequest, ...) (*aiplatformpb.ComputeTokensResponse, error)
- func (c *LlmUtilityClient) Connection() *grpc.ClientConndeprecated
- func (c *LlmUtilityClient) CountTokens(ctx context.Context, req *aiplatformpb.CountTokensRequest, ...) (*aiplatformpb.CountTokensResponse, error)
- func (c *LlmUtilityClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *LlmUtilityClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *LlmUtilityClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *LlmUtilityClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *LlmUtilityClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *LlmUtilityClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *LlmUtilityClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *LlmUtilityClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *LlmUtilityClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type LocationIterator
- type MatchCallOptions
- type MatchClient
- func (c *MatchClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *MatchClient) Close() error
- func (c *MatchClient) Connection() *grpc.ClientConndeprecated
- func (c *MatchClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *MatchClient) FindNeighbors(ctx context.Context, req *aiplatformpb.FindNeighborsRequest, ...) (*aiplatformpb.FindNeighborsResponse, error)
- func (c *MatchClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *MatchClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *MatchClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *MatchClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *MatchClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *MatchClient) ReadIndexDatapoints(ctx context.Context, req *aiplatformpb.ReadIndexDatapointsRequest, ...) (*aiplatformpb.ReadIndexDatapointsResponse, error)
- func (c *MatchClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *MatchClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *MatchClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type MetadataCallOptions
- type MetadataClient
- func (c *MetadataClient) AddContextArtifactsAndExecutions(ctx context.Context, req *aiplatformpb.AddContextArtifactsAndExecutionsRequest, ...) (*aiplatformpb.AddContextArtifactsAndExecutionsResponse, error)
- func (c *MetadataClient) AddContextChildren(ctx context.Context, req *aiplatformpb.AddContextChildrenRequest, ...) (*aiplatformpb.AddContextChildrenResponse, error)
- func (c *MetadataClient) AddExecutionEvents(ctx context.Context, req *aiplatformpb.AddExecutionEventsRequest, ...) (*aiplatformpb.AddExecutionEventsResponse, error)
- func (c *MetadataClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *MetadataClient) Close() error
- func (c *MetadataClient) Connection() *grpc.ClientConndeprecated
- func (c *MetadataClient) CreateArtifact(ctx context.Context, req *aiplatformpb.CreateArtifactRequest, ...) (*aiplatformpb.Artifact, error)
- func (c *MetadataClient) CreateContext(ctx context.Context, req *aiplatformpb.CreateContextRequest, ...) (*aiplatformpb.Context, error)
- func (c *MetadataClient) CreateExecution(ctx context.Context, req *aiplatformpb.CreateExecutionRequest, ...) (*aiplatformpb.Execution, error)
- func (c *MetadataClient) CreateMetadataSchema(ctx context.Context, req *aiplatformpb.CreateMetadataSchemaRequest, ...) (*aiplatformpb.MetadataSchema, error)
- func (c *MetadataClient) CreateMetadataStore(ctx context.Context, req *aiplatformpb.CreateMetadataStoreRequest, ...) (*CreateMetadataStoreOperation, error)
- func (c *MetadataClient) CreateMetadataStoreOperation(name string) *CreateMetadataStoreOperation
- func (c *MetadataClient) DeleteArtifact(ctx context.Context, req *aiplatformpb.DeleteArtifactRequest, ...) (*DeleteArtifactOperation, error)
- func (c *MetadataClient) DeleteArtifactOperation(name string) *DeleteArtifactOperation
- func (c *MetadataClient) DeleteContext(ctx context.Context, req *aiplatformpb.DeleteContextRequest, ...) (*DeleteContextOperation, error)
- func (c *MetadataClient) DeleteContextOperation(name string) *DeleteContextOperation
- func (c *MetadataClient) DeleteExecution(ctx context.Context, req *aiplatformpb.DeleteExecutionRequest, ...) (*DeleteExecutionOperation, error)
- func (c *MetadataClient) DeleteExecutionOperation(name string) *DeleteExecutionOperation
- func (c *MetadataClient) DeleteMetadataStore(ctx context.Context, req *aiplatformpb.DeleteMetadataStoreRequest, ...) (*DeleteMetadataStoreOperation, error)
- func (c *MetadataClient) DeleteMetadataStoreOperation(name string) *DeleteMetadataStoreOperation
- func (c *MetadataClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *MetadataClient) GetArtifact(ctx context.Context, req *aiplatformpb.GetArtifactRequest, ...) (*aiplatformpb.Artifact, error)
- func (c *MetadataClient) GetContext(ctx context.Context, req *aiplatformpb.GetContextRequest, ...) (*aiplatformpb.Context, error)
- func (c *MetadataClient) GetExecution(ctx context.Context, req *aiplatformpb.GetExecutionRequest, ...) (*aiplatformpb.Execution, error)
- func (c *MetadataClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *MetadataClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *MetadataClient) GetMetadataSchema(ctx context.Context, req *aiplatformpb.GetMetadataSchemaRequest, ...) (*aiplatformpb.MetadataSchema, error)
- func (c *MetadataClient) GetMetadataStore(ctx context.Context, req *aiplatformpb.GetMetadataStoreRequest, ...) (*aiplatformpb.MetadataStore, error)
- func (c *MetadataClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *MetadataClient) ListArtifacts(ctx context.Context, req *aiplatformpb.ListArtifactsRequest, ...) *ArtifactIterator
- func (c *MetadataClient) ListContexts(ctx context.Context, req *aiplatformpb.ListContextsRequest, ...) *ContextIterator
- func (c *MetadataClient) ListExecutions(ctx context.Context, req *aiplatformpb.ListExecutionsRequest, ...) *ExecutionIterator
- func (c *MetadataClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *MetadataClient) ListMetadataSchemas(ctx context.Context, req *aiplatformpb.ListMetadataSchemasRequest, ...) *MetadataSchemaIterator
- func (c *MetadataClient) ListMetadataStores(ctx context.Context, req *aiplatformpb.ListMetadataStoresRequest, ...) *MetadataStoreIterator
- func (c *MetadataClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *MetadataClient) PurgeArtifacts(ctx context.Context, req *aiplatformpb.PurgeArtifactsRequest, ...) (*PurgeArtifactsOperation, error)
- func (c *MetadataClient) PurgeArtifactsOperation(name string) *PurgeArtifactsOperation
- func (c *MetadataClient) PurgeContexts(ctx context.Context, req *aiplatformpb.PurgeContextsRequest, ...) (*PurgeContextsOperation, error)
- func (c *MetadataClient) PurgeContextsOperation(name string) *PurgeContextsOperation
- func (c *MetadataClient) PurgeExecutions(ctx context.Context, req *aiplatformpb.PurgeExecutionsRequest, ...) (*PurgeExecutionsOperation, error)
- func (c *MetadataClient) PurgeExecutionsOperation(name string) *PurgeExecutionsOperation
- func (c *MetadataClient) QueryArtifactLineageSubgraph(ctx context.Context, req *aiplatformpb.QueryArtifactLineageSubgraphRequest, ...) (*aiplatformpb.LineageSubgraph, error)
- func (c *MetadataClient) QueryContextLineageSubgraph(ctx context.Context, req *aiplatformpb.QueryContextLineageSubgraphRequest, ...) (*aiplatformpb.LineageSubgraph, error)
- func (c *MetadataClient) QueryExecutionInputsAndOutputs(ctx context.Context, req *aiplatformpb.QueryExecutionInputsAndOutputsRequest, ...) (*aiplatformpb.LineageSubgraph, error)
- func (c *MetadataClient) RemoveContextChildren(ctx context.Context, req *aiplatformpb.RemoveContextChildrenRequest, ...) (*aiplatformpb.RemoveContextChildrenResponse, error)
- func (c *MetadataClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *MetadataClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *MetadataClient) UpdateArtifact(ctx context.Context, req *aiplatformpb.UpdateArtifactRequest, ...) (*aiplatformpb.Artifact, error)
- func (c *MetadataClient) UpdateContext(ctx context.Context, req *aiplatformpb.UpdateContextRequest, ...) (*aiplatformpb.Context, error)
- func (c *MetadataClient) UpdateExecution(ctx context.Context, req *aiplatformpb.UpdateExecutionRequest, ...) (*aiplatformpb.Execution, error)
- func (c *MetadataClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type MetadataSchemaIterator
- type MetadataStoreIterator
- type MigratableResourceIterator
- type MigrationCallOptions
- type MigrationClient
- func (c *MigrationClient) BatchMigrateResources(ctx context.Context, req *aiplatformpb.BatchMigrateResourcesRequest, ...) (*BatchMigrateResourcesOperation, error)
- func (c *MigrationClient) BatchMigrateResourcesOperation(name string) *BatchMigrateResourcesOperation
- func (c *MigrationClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *MigrationClient) Close() error
- func (c *MigrationClient) Connection() *grpc.ClientConndeprecated
- func (c *MigrationClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *MigrationClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *MigrationClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *MigrationClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *MigrationClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *MigrationClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *MigrationClient) SearchMigratableResources(ctx context.Context, req *aiplatformpb.SearchMigratableResourcesRequest, ...) *MigratableResourceIterator
- func (c *MigrationClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *MigrationClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *MigrationClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type ModelCallOptions
- type ModelClient
- func (c *ModelClient) BatchImportEvaluatedAnnotations(ctx context.Context, req *aiplatformpb.BatchImportEvaluatedAnnotationsRequest, ...) (*aiplatformpb.BatchImportEvaluatedAnnotationsResponse, error)
- func (c *ModelClient) BatchImportModelEvaluationSlices(ctx context.Context, req *aiplatformpb.BatchImportModelEvaluationSlicesRequest, ...) (*aiplatformpb.BatchImportModelEvaluationSlicesResponse, error)
- func (c *ModelClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *ModelClient) Close() error
- func (c *ModelClient) Connection() *grpc.ClientConndeprecated
- func (c *ModelClient) CopyModel(ctx context.Context, req *aiplatformpb.CopyModelRequest, ...) (*CopyModelOperation, error)
- func (c *ModelClient) CopyModelOperation(name string) *CopyModelOperation
- func (c *ModelClient) DeleteModel(ctx context.Context, req *aiplatformpb.DeleteModelRequest, ...) (*DeleteModelOperation, error)
- func (c *ModelClient) DeleteModelOperation(name string) *DeleteModelOperation
- func (c *ModelClient) DeleteModelVersion(ctx context.Context, req *aiplatformpb.DeleteModelVersionRequest, ...) (*DeleteModelVersionOperation, error)
- func (c *ModelClient) DeleteModelVersionOperation(name string) *DeleteModelVersionOperation
- func (c *ModelClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *ModelClient) ExportModel(ctx context.Context, req *aiplatformpb.ExportModelRequest, ...) (*ExportModelOperation, error)
- func (c *ModelClient) ExportModelOperation(name string) *ExportModelOperation
- func (c *ModelClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *ModelClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *ModelClient) GetModel(ctx context.Context, req *aiplatformpb.GetModelRequest, opts ...gax.CallOption) (*aiplatformpb.Model, error)
- func (c *ModelClient) GetModelEvaluation(ctx context.Context, req *aiplatformpb.GetModelEvaluationRequest, ...) (*aiplatformpb.ModelEvaluation, error)
- func (c *ModelClient) GetModelEvaluationSlice(ctx context.Context, req *aiplatformpb.GetModelEvaluationSliceRequest, ...) (*aiplatformpb.ModelEvaluationSlice, error)
- func (c *ModelClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *ModelClient) ImportModelEvaluation(ctx context.Context, req *aiplatformpb.ImportModelEvaluationRequest, ...) (*aiplatformpb.ModelEvaluation, error)
- func (c *ModelClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *ModelClient) ListModelEvaluationSlices(ctx context.Context, req *aiplatformpb.ListModelEvaluationSlicesRequest, ...) *ModelEvaluationSliceIterator
- func (c *ModelClient) ListModelEvaluations(ctx context.Context, req *aiplatformpb.ListModelEvaluationsRequest, ...) *ModelEvaluationIterator
- func (c *ModelClient) ListModelVersions(ctx context.Context, req *aiplatformpb.ListModelVersionsRequest, ...) *ModelIterator
- func (c *ModelClient) ListModels(ctx context.Context, req *aiplatformpb.ListModelsRequest, ...) *ModelIterator
- func (c *ModelClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *ModelClient) MergeVersionAliases(ctx context.Context, req *aiplatformpb.MergeVersionAliasesRequest, ...) (*aiplatformpb.Model, error)
- func (c *ModelClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *ModelClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *ModelClient) UpdateExplanationDataset(ctx context.Context, req *aiplatformpb.UpdateExplanationDatasetRequest, ...) (*UpdateExplanationDatasetOperation, error)
- func (c *ModelClient) UpdateExplanationDatasetOperation(name string) *UpdateExplanationDatasetOperation
- func (c *ModelClient) UpdateModel(ctx context.Context, req *aiplatformpb.UpdateModelRequest, ...) (*aiplatformpb.Model, error)
- func (c *ModelClient) UploadModel(ctx context.Context, req *aiplatformpb.UploadModelRequest, ...) (*UploadModelOperation, error)
- func (c *ModelClient) UploadModelOperation(name string) *UploadModelOperation
- func (c *ModelClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type ModelDeploymentMonitoringJobIterator
- type ModelEvaluationIterator
- type ModelEvaluationSliceIterator
- type ModelGardenCallOptions
- type ModelGardenClient
- func (c *ModelGardenClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *ModelGardenClient) Close() error
- func (c *ModelGardenClient) Connection() *grpc.ClientConndeprecated
- func (c *ModelGardenClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *ModelGardenClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *ModelGardenClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *ModelGardenClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *ModelGardenClient) GetPublisherModel(ctx context.Context, req *aiplatformpb.GetPublisherModelRequest, ...) (*aiplatformpb.PublisherModel, error)
- func (c *ModelGardenClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *ModelGardenClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *ModelGardenClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *ModelGardenClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *ModelGardenClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type ModelIterator
- type ModelMonitoringStatsAnomaliesIterator
- type MutateDeployedIndexOperation
- func (op *MutateDeployedIndexOperation) Done() bool
- func (op *MutateDeployedIndexOperation) Metadata() (*aiplatformpb.MutateDeployedIndexOperationMetadata, error)
- func (op *MutateDeployedIndexOperation) Name() string
- func (op *MutateDeployedIndexOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MutateDeployedIndexResponse, error)
- func (op *MutateDeployedIndexOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MutateDeployedIndexResponse, error)
- type MutateDeployedModelOperation
- func (op *MutateDeployedModelOperation) Done() bool
- func (op *MutateDeployedModelOperation) Metadata() (*aiplatformpb.MutateDeployedModelOperationMetadata, error)
- func (op *MutateDeployedModelOperation) Name() string
- func (op *MutateDeployedModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MutateDeployedModelResponse, error)
- func (op *MutateDeployedModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MutateDeployedModelResponse, error)
- type NasJobIterator
- type NasTrialDetailIterator
- type NotebookCallOptions
- type NotebookClient
- func (c *NotebookClient) AssignNotebookRuntime(ctx context.Context, req *aiplatformpb.AssignNotebookRuntimeRequest, ...) (*AssignNotebookRuntimeOperation, error)
- func (c *NotebookClient) AssignNotebookRuntimeOperation(name string) *AssignNotebookRuntimeOperation
- func (c *NotebookClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *NotebookClient) Close() error
- func (c *NotebookClient) Connection() *grpc.ClientConndeprecated
- func (c *NotebookClient) CreateNotebookRuntimeTemplate(ctx context.Context, req *aiplatformpb.CreateNotebookRuntimeTemplateRequest, ...) (*CreateNotebookRuntimeTemplateOperation, error)
- func (c *NotebookClient) CreateNotebookRuntimeTemplateOperation(name string) *CreateNotebookRuntimeTemplateOperation
- func (c *NotebookClient) DeleteNotebookRuntime(ctx context.Context, req *aiplatformpb.DeleteNotebookRuntimeRequest, ...) (*DeleteNotebookRuntimeOperation, error)
- func (c *NotebookClient) DeleteNotebookRuntimeOperation(name string) *DeleteNotebookRuntimeOperation
- func (c *NotebookClient) DeleteNotebookRuntimeTemplate(ctx context.Context, req *aiplatformpb.DeleteNotebookRuntimeTemplateRequest, ...) (*DeleteNotebookRuntimeTemplateOperation, error)
- func (c *NotebookClient) DeleteNotebookRuntimeTemplateOperation(name string) *DeleteNotebookRuntimeTemplateOperation
- func (c *NotebookClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *NotebookClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *NotebookClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *NotebookClient) GetNotebookRuntime(ctx context.Context, req *aiplatformpb.GetNotebookRuntimeRequest, ...) (*aiplatformpb.NotebookRuntime, error)
- func (c *NotebookClient) GetNotebookRuntimeTemplate(ctx context.Context, req *aiplatformpb.GetNotebookRuntimeTemplateRequest, ...) (*aiplatformpb.NotebookRuntimeTemplate, error)
- func (c *NotebookClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *NotebookClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *NotebookClient) ListNotebookRuntimeTemplates(ctx context.Context, req *aiplatformpb.ListNotebookRuntimeTemplatesRequest, ...) *NotebookRuntimeTemplateIterator
- func (c *NotebookClient) ListNotebookRuntimes(ctx context.Context, req *aiplatformpb.ListNotebookRuntimesRequest, ...) *NotebookRuntimeIterator
- func (c *NotebookClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *NotebookClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *NotebookClient) StartNotebookRuntime(ctx context.Context, req *aiplatformpb.StartNotebookRuntimeRequest, ...) (*StartNotebookRuntimeOperation, error)
- func (c *NotebookClient) StartNotebookRuntimeOperation(name string) *StartNotebookRuntimeOperation
- func (c *NotebookClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *NotebookClient) UpdateNotebookRuntimeTemplate(ctx context.Context, req *aiplatformpb.UpdateNotebookRuntimeTemplateRequest, ...) (*aiplatformpb.NotebookRuntimeTemplate, error)
- func (c *NotebookClient) UpgradeNotebookRuntime(ctx context.Context, req *aiplatformpb.UpgradeNotebookRuntimeRequest, ...) (*UpgradeNotebookRuntimeOperation, error)
- func (c *NotebookClient) UpgradeNotebookRuntimeOperation(name string) *UpgradeNotebookRuntimeOperation
- func (c *NotebookClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type NotebookRuntimeIterator
- type NotebookRuntimeTemplateIterator
- type OperationIterator
- type PersistentResourceCallOptions
- type PersistentResourceClient
- func (c *PersistentResourceClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *PersistentResourceClient) Close() error
- func (c *PersistentResourceClient) Connection() *grpc.ClientConndeprecated
- func (c *PersistentResourceClient) CreatePersistentResource(ctx context.Context, req *aiplatformpb.CreatePersistentResourceRequest, ...) (*CreatePersistentResourceOperation, error)
- func (c *PersistentResourceClient) CreatePersistentResourceOperation(name string) *CreatePersistentResourceOperation
- func (c *PersistentResourceClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *PersistentResourceClient) DeletePersistentResource(ctx context.Context, req *aiplatformpb.DeletePersistentResourceRequest, ...) (*DeletePersistentResourceOperation, error)
- func (c *PersistentResourceClient) DeletePersistentResourceOperation(name string) *DeletePersistentResourceOperation
- func (c *PersistentResourceClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *PersistentResourceClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *PersistentResourceClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *PersistentResourceClient) GetPersistentResource(ctx context.Context, req *aiplatformpb.GetPersistentResourceRequest, ...) (*aiplatformpb.PersistentResource, error)
- func (c *PersistentResourceClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *PersistentResourceClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *PersistentResourceClient) ListPersistentResources(ctx context.Context, req *aiplatformpb.ListPersistentResourcesRequest, ...) *PersistentResourceIterator
- func (c *PersistentResourceClient) RebootPersistentResource(ctx context.Context, req *aiplatformpb.RebootPersistentResourceRequest, ...) (*RebootPersistentResourceOperation, error)
- func (c *PersistentResourceClient) RebootPersistentResourceOperation(name string) *RebootPersistentResourceOperation
- func (c *PersistentResourceClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *PersistentResourceClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *PersistentResourceClient) UpdatePersistentResource(ctx context.Context, req *aiplatformpb.UpdatePersistentResourceRequest, ...) (*UpdatePersistentResourceOperation, error)
- func (c *PersistentResourceClient) UpdatePersistentResourceOperation(name string) *UpdatePersistentResourceOperation
- func (c *PersistentResourceClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type PersistentResourceIterator
- type PipelineCallOptions
- type PipelineClient
- func (c *PipelineClient) BatchCancelPipelineJobs(ctx context.Context, req *aiplatformpb.BatchCancelPipelineJobsRequest, ...) (*BatchCancelPipelineJobsOperation, error)
- func (c *PipelineClient) BatchCancelPipelineJobsOperation(name string) *BatchCancelPipelineJobsOperation
- func (c *PipelineClient) BatchDeletePipelineJobs(ctx context.Context, req *aiplatformpb.BatchDeletePipelineJobsRequest, ...) (*BatchDeletePipelineJobsOperation, error)
- func (c *PipelineClient) BatchDeletePipelineJobsOperation(name string) *BatchDeletePipelineJobsOperation
- func (c *PipelineClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *PipelineClient) CancelPipelineJob(ctx context.Context, req *aiplatformpb.CancelPipelineJobRequest, ...) error
- func (c *PipelineClient) CancelTrainingPipeline(ctx context.Context, req *aiplatformpb.CancelTrainingPipelineRequest, ...) error
- func (c *PipelineClient) Close() error
- func (c *PipelineClient) Connection() *grpc.ClientConndeprecated
- func (c *PipelineClient) CreatePipelineJob(ctx context.Context, req *aiplatformpb.CreatePipelineJobRequest, ...) (*aiplatformpb.PipelineJob, error)
- func (c *PipelineClient) CreateTrainingPipeline(ctx context.Context, req *aiplatformpb.CreateTrainingPipelineRequest, ...) (*aiplatformpb.TrainingPipeline, error)
- func (c *PipelineClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *PipelineClient) DeletePipelineJob(ctx context.Context, req *aiplatformpb.DeletePipelineJobRequest, ...) (*DeletePipelineJobOperation, error)
- func (c *PipelineClient) DeletePipelineJobOperation(name string) *DeletePipelineJobOperation
- func (c *PipelineClient) DeleteTrainingPipeline(ctx context.Context, req *aiplatformpb.DeleteTrainingPipelineRequest, ...) (*DeleteTrainingPipelineOperation, error)
- func (c *PipelineClient) DeleteTrainingPipelineOperation(name string) *DeleteTrainingPipelineOperation
- func (c *PipelineClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *PipelineClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *PipelineClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *PipelineClient) GetPipelineJob(ctx context.Context, req *aiplatformpb.GetPipelineJobRequest, ...) (*aiplatformpb.PipelineJob, error)
- func (c *PipelineClient) GetTrainingPipeline(ctx context.Context, req *aiplatformpb.GetTrainingPipelineRequest, ...) (*aiplatformpb.TrainingPipeline, error)
- func (c *PipelineClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *PipelineClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *PipelineClient) ListPipelineJobs(ctx context.Context, req *aiplatformpb.ListPipelineJobsRequest, ...) *PipelineJobIterator
- func (c *PipelineClient) ListTrainingPipelines(ctx context.Context, req *aiplatformpb.ListTrainingPipelinesRequest, ...) *TrainingPipelineIterator
- func (c *PipelineClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *PipelineClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *PipelineClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type PipelineJobIterator
- type PredictionCallOptions
- type PredictionClient
- func (c *PredictionClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *PredictionClient) Close() error
- func (c *PredictionClient) Connection() *grpc.ClientConndeprecated
- func (c *PredictionClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *PredictionClient) DirectPredict(ctx context.Context, req *aiplatformpb.DirectPredictRequest, ...) (*aiplatformpb.DirectPredictResponse, error)
- func (c *PredictionClient) DirectRawPredict(ctx context.Context, req *aiplatformpb.DirectRawPredictRequest, ...) (*aiplatformpb.DirectRawPredictResponse, error)
- func (c *PredictionClient) Explain(ctx context.Context, req *aiplatformpb.ExplainRequest, opts ...gax.CallOption) (*aiplatformpb.ExplainResponse, error)
- func (c *PredictionClient) GenerateContent(ctx context.Context, req *aiplatformpb.GenerateContentRequest, ...) (*aiplatformpb.GenerateContentResponse, error)
- func (c *PredictionClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *PredictionClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *PredictionClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *PredictionClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *PredictionClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *PredictionClient) Predict(ctx context.Context, req *aiplatformpb.PredictRequest, opts ...gax.CallOption) (*aiplatformpb.PredictResponse, error)
- func (c *PredictionClient) RawPredict(ctx context.Context, req *aiplatformpb.RawPredictRequest, ...) (*httpbodypb.HttpBody, error)
- func (c *PredictionClient) ServerStreamingPredict(ctx context.Context, req *aiplatformpb.StreamingPredictRequest, ...) (aiplatformpb.PredictionService_ServerStreamingPredictClient, error)
- func (c *PredictionClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *PredictionClient) StreamDirectPredict(ctx context.Context, opts ...gax.CallOption) (aiplatformpb.PredictionService_StreamDirectPredictClient, error)
- func (c *PredictionClient) StreamDirectRawPredict(ctx context.Context, opts ...gax.CallOption) (aiplatformpb.PredictionService_StreamDirectRawPredictClient, error)
- func (c *PredictionClient) StreamGenerateContent(ctx context.Context, req *aiplatformpb.GenerateContentRequest, ...) (aiplatformpb.PredictionService_StreamGenerateContentClient, error)
- func (c *PredictionClient) StreamRawPredict(ctx context.Context, req *aiplatformpb.StreamRawPredictRequest, ...) (aiplatformpb.PredictionService_StreamRawPredictClient, error)
- func (c *PredictionClient) StreamingPredict(ctx context.Context, opts ...gax.CallOption) (aiplatformpb.PredictionService_StreamingPredictClient, error)
- func (c *PredictionClient) StreamingRawPredict(ctx context.Context, opts ...gax.CallOption) (aiplatformpb.PredictionService_StreamingRawPredictClient, error)
- func (c *PredictionClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *PredictionClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type PurgeArtifactsOperation
- func (op *PurgeArtifactsOperation) Done() bool
- func (op *PurgeArtifactsOperation) Metadata() (*aiplatformpb.PurgeArtifactsMetadata, error)
- func (op *PurgeArtifactsOperation) Name() string
- func (op *PurgeArtifactsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PurgeArtifactsResponse, error)
- func (op *PurgeArtifactsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PurgeArtifactsResponse, error)
- type PurgeContextsOperation
- func (op *PurgeContextsOperation) Done() bool
- func (op *PurgeContextsOperation) Metadata() (*aiplatformpb.PurgeContextsMetadata, error)
- func (op *PurgeContextsOperation) Name() string
- func (op *PurgeContextsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PurgeContextsResponse, error)
- func (op *PurgeContextsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PurgeContextsResponse, error)
- type PurgeExecutionsOperation
- func (op *PurgeExecutionsOperation) Done() bool
- func (op *PurgeExecutionsOperation) Metadata() (*aiplatformpb.PurgeExecutionsMetadata, error)
- func (op *PurgeExecutionsOperation) Name() string
- func (op *PurgeExecutionsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PurgeExecutionsResponse, error)
- func (op *PurgeExecutionsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PurgeExecutionsResponse, error)
- type RebootPersistentResourceOperation
- func (op *RebootPersistentResourceOperation) Done() bool
- func (op *RebootPersistentResourceOperation) Metadata() (*aiplatformpb.RebootPersistentResourceOperationMetadata, error)
- func (op *RebootPersistentResourceOperation) Name() string
- func (op *RebootPersistentResourceOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
- func (op *RebootPersistentResourceOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
- type RestoreDatasetVersionOperation
- func (op *RestoreDatasetVersionOperation) Done() bool
- func (op *RestoreDatasetVersionOperation) Metadata() (*aiplatformpb.RestoreDatasetVersionOperationMetadata, error)
- func (op *RestoreDatasetVersionOperation) Name() string
- func (op *RestoreDatasetVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DatasetVersion, error)
- func (op *RestoreDatasetVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DatasetVersion, error)
- type SavedQueryIterator
- type ScheduleCallOptions
- type ScheduleClient
- func (c *ScheduleClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *ScheduleClient) Close() error
- func (c *ScheduleClient) Connection() *grpc.ClientConndeprecated
- func (c *ScheduleClient) CreateSchedule(ctx context.Context, req *aiplatformpb.CreateScheduleRequest, ...) (*aiplatformpb.Schedule, error)
- func (c *ScheduleClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *ScheduleClient) DeleteSchedule(ctx context.Context, req *aiplatformpb.DeleteScheduleRequest, ...) (*DeleteScheduleOperation, error)
- func (c *ScheduleClient) DeleteScheduleOperation(name string) *DeleteScheduleOperation
- func (c *ScheduleClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *ScheduleClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *ScheduleClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *ScheduleClient) GetSchedule(ctx context.Context, req *aiplatformpb.GetScheduleRequest, ...) (*aiplatformpb.Schedule, error)
- func (c *ScheduleClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *ScheduleClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *ScheduleClient) ListSchedules(ctx context.Context, req *aiplatformpb.ListSchedulesRequest, ...) *ScheduleIterator
- func (c *ScheduleClient) PauseSchedule(ctx context.Context, req *aiplatformpb.PauseScheduleRequest, ...) error
- func (c *ScheduleClient) ResumeSchedule(ctx context.Context, req *aiplatformpb.ResumeScheduleRequest, ...) error
- func (c *ScheduleClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *ScheduleClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *ScheduleClient) UpdateSchedule(ctx context.Context, req *aiplatformpb.UpdateScheduleRequest, ...) (*aiplatformpb.Schedule, error)
- func (c *ScheduleClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type ScheduleIterator
- type SpecialistPoolCallOptions
- type SpecialistPoolClient
- func (c *SpecialistPoolClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *SpecialistPoolClient) Close() error
- func (c *SpecialistPoolClient) Connection() *grpc.ClientConndeprecated
- func (c *SpecialistPoolClient) CreateSpecialistPool(ctx context.Context, req *aiplatformpb.CreateSpecialistPoolRequest, ...) (*CreateSpecialistPoolOperation, error)
- func (c *SpecialistPoolClient) CreateSpecialistPoolOperation(name string) *CreateSpecialistPoolOperation
- func (c *SpecialistPoolClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *SpecialistPoolClient) DeleteSpecialistPool(ctx context.Context, req *aiplatformpb.DeleteSpecialistPoolRequest, ...) (*DeleteSpecialistPoolOperation, error)
- func (c *SpecialistPoolClient) DeleteSpecialistPoolOperation(name string) *DeleteSpecialistPoolOperation
- func (c *SpecialistPoolClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *SpecialistPoolClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *SpecialistPoolClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *SpecialistPoolClient) GetSpecialistPool(ctx context.Context, req *aiplatformpb.GetSpecialistPoolRequest, ...) (*aiplatformpb.SpecialistPool, error)
- func (c *SpecialistPoolClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *SpecialistPoolClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *SpecialistPoolClient) ListSpecialistPools(ctx context.Context, req *aiplatformpb.ListSpecialistPoolsRequest, ...) *SpecialistPoolIterator
- func (c *SpecialistPoolClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *SpecialistPoolClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *SpecialistPoolClient) UpdateSpecialistPool(ctx context.Context, req *aiplatformpb.UpdateSpecialistPoolRequest, ...) (*UpdateSpecialistPoolOperation, error)
- func (c *SpecialistPoolClient) UpdateSpecialistPoolOperation(name string) *UpdateSpecialistPoolOperation
- func (c *SpecialistPoolClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- type SpecialistPoolIterator
- type StartNotebookRuntimeOperation
- func (op *StartNotebookRuntimeOperation) Done() bool
- func (op *StartNotebookRuntimeOperation) Metadata() (*aiplatformpb.StartNotebookRuntimeOperationMetadata, error)
- func (op *StartNotebookRuntimeOperation) Name() string
- func (op *StartNotebookRuntimeOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.StartNotebookRuntimeResponse, error)
- func (op *StartNotebookRuntimeOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.StartNotebookRuntimeResponse, error)
- type StudyIterator
- type SuggestTrialsOperation
- func (op *SuggestTrialsOperation) Done() bool
- func (op *SuggestTrialsOperation) Metadata() (*aiplatformpb.SuggestTrialsMetadata, error)
- func (op *SuggestTrialsOperation) Name() string
- func (op *SuggestTrialsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SuggestTrialsResponse, error)
- func (op *SuggestTrialsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SuggestTrialsResponse, error)
- type TensorboardCallOptions
- type TensorboardClient
- func (c *TensorboardClient) BatchCreateTensorboardRuns(ctx context.Context, req *aiplatformpb.BatchCreateTensorboardRunsRequest, ...) (*aiplatformpb.BatchCreateTensorboardRunsResponse, error)
- func (c *TensorboardClient) BatchCreateTensorboardTimeSeries(ctx context.Context, req *aiplatformpb.BatchCreateTensorboardTimeSeriesRequest, ...) (*aiplatformpb.BatchCreateTensorboardTimeSeriesResponse, error)
- func (c *TensorboardClient) BatchReadTensorboardTimeSeriesData(ctx context.Context, ...) (*aiplatformpb.BatchReadTensorboardTimeSeriesDataResponse, error)
- func (c *TensorboardClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *TensorboardClient) Close() error
- func (c *TensorboardClient) Connection() *grpc.ClientConndeprecated
- func (c *TensorboardClient) CreateTensorboard(ctx context.Context, req *aiplatformpb.CreateTensorboardRequest, ...) (*CreateTensorboardOperation, error)
- func (c *TensorboardClient) CreateTensorboardExperiment(ctx context.Context, req *aiplatformpb.CreateTensorboardExperimentRequest, ...) (*aiplatformpb.TensorboardExperiment, error)
- func (c *TensorboardClient) CreateTensorboardOperation(name string) *CreateTensorboardOperation
- func (c *TensorboardClient) CreateTensorboardRun(ctx context.Context, req *aiplatformpb.CreateTensorboardRunRequest, ...) (*aiplatformpb.TensorboardRun, error)
- func (c *TensorboardClient) CreateTensorboardTimeSeries(ctx context.Context, req *aiplatformpb.CreateTensorboardTimeSeriesRequest, ...) (*aiplatformpb.TensorboardTimeSeries, error)
- func (c *TensorboardClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *TensorboardClient) DeleteTensorboard(ctx context.Context, req *aiplatformpb.DeleteTensorboardRequest, ...) (*DeleteTensorboardOperation, error)
- func (c *TensorboardClient) DeleteTensorboardExperiment(ctx context.Context, req *aiplatformpb.DeleteTensorboardExperimentRequest, ...) (*DeleteTensorboardExperimentOperation, error)
- func (c *TensorboardClient) DeleteTensorboardExperimentOperation(name string) *DeleteTensorboardExperimentOperation
- func (c *TensorboardClient) DeleteTensorboardOperation(name string) *DeleteTensorboardOperation
- func (c *TensorboardClient) DeleteTensorboardRun(ctx context.Context, req *aiplatformpb.DeleteTensorboardRunRequest, ...) (*DeleteTensorboardRunOperation, error)
- func (c *TensorboardClient) DeleteTensorboardRunOperation(name string) *DeleteTensorboardRunOperation
- func (c *TensorboardClient) DeleteTensorboardTimeSeries(ctx context.Context, req *aiplatformpb.DeleteTensorboardTimeSeriesRequest, ...) (*DeleteTensorboardTimeSeriesOperation, error)
- func (c *TensorboardClient) DeleteTensorboardTimeSeriesOperation(name string) *DeleteTensorboardTimeSeriesOperation
- func (c *TensorboardClient) ExportTensorboardTimeSeriesData(ctx context.Context, req *aiplatformpb.ExportTensorboardTimeSeriesDataRequest, ...) *TimeSeriesDataPointIterator
- func (c *TensorboardClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *TensorboardClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *TensorboardClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *TensorboardClient) GetTensorboard(ctx context.Context, req *aiplatformpb.GetTensorboardRequest, ...) (*aiplatformpb.Tensorboard, error)
- func (c *TensorboardClient) GetTensorboardExperiment(ctx context.Context, req *aiplatformpb.GetTensorboardExperimentRequest, ...) (*aiplatformpb.TensorboardExperiment, error)
- func (c *TensorboardClient) GetTensorboardRun(ctx context.Context, req *aiplatformpb.GetTensorboardRunRequest, ...) (*aiplatformpb.TensorboardRun, error)
- func (c *TensorboardClient) GetTensorboardTimeSeries(ctx context.Context, req *aiplatformpb.GetTensorboardTimeSeriesRequest, ...) (*aiplatformpb.TensorboardTimeSeries, error)
- func (c *TensorboardClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *TensorboardClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *TensorboardClient) ListTensorboardExperiments(ctx context.Context, req *aiplatformpb.ListTensorboardExperimentsRequest, ...) *TensorboardExperimentIterator
- func (c *TensorboardClient) ListTensorboardRuns(ctx context.Context, req *aiplatformpb.ListTensorboardRunsRequest, ...) *TensorboardRunIterator
- func (c *TensorboardClient) ListTensorboardTimeSeries(ctx context.Context, req *aiplatformpb.ListTensorboardTimeSeriesRequest, ...) *TensorboardTimeSeriesIterator
- func (c *TensorboardClient) ListTensorboards(ctx context.Context, req *aiplatformpb.ListTensorboardsRequest, ...) *TensorboardIterator
- func (c *TensorboardClient) ReadTensorboardBlobData(ctx context.Context, req *aiplatformpb.ReadTensorboardBlobDataRequest, ...) (aiplatformpb.TensorboardService_ReadTensorboardBlobDataClient, error)
- func (c *TensorboardClient) ReadTensorboardSize(ctx context.Context, req *aiplatformpb.ReadTensorboardSizeRequest, ...) (*aiplatformpb.ReadTensorboardSizeResponse, error)
- func (c *TensorboardClient) ReadTensorboardTimeSeriesData(ctx context.Context, req *aiplatformpb.ReadTensorboardTimeSeriesDataRequest, ...) (*aiplatformpb.ReadTensorboardTimeSeriesDataResponse, error)
- func (c *TensorboardClient) ReadTensorboardUsage(ctx context.Context, req *aiplatformpb.ReadTensorboardUsageRequest, ...) (*aiplatformpb.ReadTensorboardUsageResponse, error)
- func (c *TensorboardClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *TensorboardClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *TensorboardClient) UpdateTensorboard(ctx context.Context, req *aiplatformpb.UpdateTensorboardRequest, ...) (*UpdateTensorboardOperation, error)
- func (c *TensorboardClient) UpdateTensorboardExperiment(ctx context.Context, req *aiplatformpb.UpdateTensorboardExperimentRequest, ...) (*aiplatformpb.TensorboardExperiment, error)
- func (c *TensorboardClient) UpdateTensorboardOperation(name string) *UpdateTensorboardOperation
- func (c *TensorboardClient) UpdateTensorboardRun(ctx context.Context, req *aiplatformpb.UpdateTensorboardRunRequest, ...) (*aiplatformpb.TensorboardRun, error)
- func (c *TensorboardClient) UpdateTensorboardTimeSeries(ctx context.Context, req *aiplatformpb.UpdateTensorboardTimeSeriesRequest, ...) (*aiplatformpb.TensorboardTimeSeries, error)
- func (c *TensorboardClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *TensorboardClient) WriteTensorboardExperimentData(ctx context.Context, req *aiplatformpb.WriteTensorboardExperimentDataRequest, ...) (*aiplatformpb.WriteTensorboardExperimentDataResponse, error)
- func (c *TensorboardClient) WriteTensorboardRunData(ctx context.Context, req *aiplatformpb.WriteTensorboardRunDataRequest, ...) (*aiplatformpb.WriteTensorboardRunDataResponse, error)
- type TensorboardExperimentIterator
- type TensorboardIterator
- type TensorboardRunIterator
- type TensorboardTimeSeriesIterator
- type TimeSeriesDataPointIterator
- type TrainingPipelineIterator
- type TrialIterator
- type TuningJobIterator
- type UndeployIndexOperation
- func (op *UndeployIndexOperation) Done() bool
- func (op *UndeployIndexOperation) Metadata() (*aiplatformpb.UndeployIndexOperationMetadata, error)
- func (op *UndeployIndexOperation) Name() string
- func (op *UndeployIndexOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UndeployIndexResponse, error)
- func (op *UndeployIndexOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UndeployIndexResponse, error)
- type UndeployModelOperation
- func (op *UndeployModelOperation) Done() bool
- func (op *UndeployModelOperation) Metadata() (*aiplatformpb.UndeployModelOperationMetadata, error)
- func (op *UndeployModelOperation) Name() string
- func (op *UndeployModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UndeployModelResponse, error)
- func (op *UndeployModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UndeployModelResponse, error)
- type UpdateExplanationDatasetOperation
- func (op *UpdateExplanationDatasetOperation) Done() bool
- func (op *UpdateExplanationDatasetOperation) Metadata() (*aiplatformpb.UpdateExplanationDatasetOperationMetadata, error)
- func (op *UpdateExplanationDatasetOperation) Name() string
- func (op *UpdateExplanationDatasetOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UpdateExplanationDatasetResponse, error)
- func (op *UpdateExplanationDatasetOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UpdateExplanationDatasetResponse, error)
- type UpdateFeatureGroupOperation
- func (op *UpdateFeatureGroupOperation) Done() bool
- func (op *UpdateFeatureGroupOperation) Metadata() (*aiplatformpb.UpdateFeatureGroupOperationMetadata, error)
- func (op *UpdateFeatureGroupOperation) Name() string
- func (op *UpdateFeatureGroupOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureGroup, error)
- func (op *UpdateFeatureGroupOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureGroup, error)
- type UpdateFeatureOnlineStoreOperation
- func (op *UpdateFeatureOnlineStoreOperation) Done() bool
- func (op *UpdateFeatureOnlineStoreOperation) Metadata() (*aiplatformpb.UpdateFeatureOnlineStoreOperationMetadata, error)
- func (op *UpdateFeatureOnlineStoreOperation) Name() string
- func (op *UpdateFeatureOnlineStoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureOnlineStore, error)
- func (op *UpdateFeatureOnlineStoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureOnlineStore, error)
- type UpdateFeatureOperation
- func (op *UpdateFeatureOperation) Done() bool
- func (op *UpdateFeatureOperation) Metadata() (*aiplatformpb.UpdateFeatureOperationMetadata, error)
- func (op *UpdateFeatureOperation) Name() string
- func (op *UpdateFeatureOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Feature, error)
- func (op *UpdateFeatureOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Feature, error)
- type UpdateFeatureViewOperation
- func (op *UpdateFeatureViewOperation) Done() bool
- func (op *UpdateFeatureViewOperation) Metadata() (*aiplatformpb.UpdateFeatureViewOperationMetadata, error)
- func (op *UpdateFeatureViewOperation) Name() string
- func (op *UpdateFeatureViewOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureView, error)
- func (op *UpdateFeatureViewOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureView, error)
- type UpdateFeaturestoreOperation
- func (op *UpdateFeaturestoreOperation) Done() bool
- func (op *UpdateFeaturestoreOperation) Metadata() (*aiplatformpb.UpdateFeaturestoreOperationMetadata, error)
- func (op *UpdateFeaturestoreOperation) Name() string
- func (op *UpdateFeaturestoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Featurestore, error)
- func (op *UpdateFeaturestoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Featurestore, error)
- type UpdateIndexOperation
- func (op *UpdateIndexOperation) Done() bool
- func (op *UpdateIndexOperation) Metadata() (*aiplatformpb.UpdateIndexOperationMetadata, error)
- func (op *UpdateIndexOperation) Name() string
- func (op *UpdateIndexOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Index, error)
- func (op *UpdateIndexOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Index, error)
- type UpdateModelDeploymentMonitoringJobOperation
- func (op *UpdateModelDeploymentMonitoringJobOperation) Done() bool
- func (op *UpdateModelDeploymentMonitoringJobOperation) Metadata() (*aiplatformpb.UpdateModelDeploymentMonitoringJobOperationMetadata, error)
- func (op *UpdateModelDeploymentMonitoringJobOperation) Name() string
- func (op *UpdateModelDeploymentMonitoringJobOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ModelDeploymentMonitoringJob, error)
- func (op *UpdateModelDeploymentMonitoringJobOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.ModelDeploymentMonitoringJob, error)
- type UpdatePersistentResourceOperation
- func (op *UpdatePersistentResourceOperation) Done() bool
- func (op *UpdatePersistentResourceOperation) Metadata() (*aiplatformpb.UpdatePersistentResourceOperationMetadata, error)
- func (op *UpdatePersistentResourceOperation) Name() string
- func (op *UpdatePersistentResourceOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
- func (op *UpdatePersistentResourceOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
- type UpdateSpecialistPoolOperation
- func (op *UpdateSpecialistPoolOperation) Done() bool
- func (op *UpdateSpecialistPoolOperation) Metadata() (*aiplatformpb.UpdateSpecialistPoolOperationMetadata, error)
- func (op *UpdateSpecialistPoolOperation) Name() string
- func (op *UpdateSpecialistPoolOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SpecialistPool, error)
- func (op *UpdateSpecialistPoolOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SpecialistPool, error)
- type UpdateTensorboardOperation
- func (op *UpdateTensorboardOperation) Done() bool
- func (op *UpdateTensorboardOperation) Metadata() (*aiplatformpb.UpdateTensorboardOperationMetadata, error)
- func (op *UpdateTensorboardOperation) Name() string
- func (op *UpdateTensorboardOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Tensorboard, error)
- func (op *UpdateTensorboardOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Tensorboard, error)
- type UpgradeNotebookRuntimeOperation
- func (op *UpgradeNotebookRuntimeOperation) Done() bool
- func (op *UpgradeNotebookRuntimeOperation) Metadata() (*aiplatformpb.UpgradeNotebookRuntimeOperationMetadata, error)
- func (op *UpgradeNotebookRuntimeOperation) Name() string
- func (op *UpgradeNotebookRuntimeOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UpgradeNotebookRuntimeResponse, error)
- func (op *UpgradeNotebookRuntimeOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UpgradeNotebookRuntimeResponse, error)
- type UploadModelOperation
- func (op *UploadModelOperation) Done() bool
- func (op *UploadModelOperation) Metadata() (*aiplatformpb.UploadModelOperationMetadata, error)
- func (op *UploadModelOperation) Name() string
- func (op *UploadModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UploadModelResponse, error)
- func (op *UploadModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.UploadModelResponse, error)
- type VizierCallOptions
- type VizierClient
- func (c *VizierClient) AddTrialMeasurement(ctx context.Context, req *aiplatformpb.AddTrialMeasurementRequest, ...) (*aiplatformpb.Trial, error)
- func (c *VizierClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, ...) error
- func (c *VizierClient) CheckTrialEarlyStoppingState(ctx context.Context, req *aiplatformpb.CheckTrialEarlyStoppingStateRequest, ...) (*CheckTrialEarlyStoppingStateOperation, error)
- func (c *VizierClient) CheckTrialEarlyStoppingStateOperation(name string) *CheckTrialEarlyStoppingStateOperation
- func (c *VizierClient) Close() error
- func (c *VizierClient) CompleteTrial(ctx context.Context, req *aiplatformpb.CompleteTrialRequest, ...) (*aiplatformpb.Trial, error)
- func (c *VizierClient) Connection() *grpc.ClientConndeprecated
- func (c *VizierClient) CreateStudy(ctx context.Context, req *aiplatformpb.CreateStudyRequest, ...) (*aiplatformpb.Study, error)
- func (c *VizierClient) CreateTrial(ctx context.Context, req *aiplatformpb.CreateTrialRequest, ...) (*aiplatformpb.Trial, error)
- func (c *VizierClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationRequest, ...) error
- func (c *VizierClient) DeleteStudy(ctx context.Context, req *aiplatformpb.DeleteStudyRequest, ...) error
- func (c *VizierClient) DeleteTrial(ctx context.Context, req *aiplatformpb.DeleteTrialRequest, ...) error
- func (c *VizierClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *VizierClient) GetLocation(ctx context.Context, req *locationpb.GetLocationRequest, ...) (*locationpb.Location, error)
- func (c *VizierClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, ...) (*longrunningpb.Operation, error)
- func (c *VizierClient) GetStudy(ctx context.Context, req *aiplatformpb.GetStudyRequest, opts ...gax.CallOption) (*aiplatformpb.Study, error)
- func (c *VizierClient) GetTrial(ctx context.Context, req *aiplatformpb.GetTrialRequest, opts ...gax.CallOption) (*aiplatformpb.Trial, error)
- func (c *VizierClient) ListLocations(ctx context.Context, req *locationpb.ListLocationsRequest, ...) *LocationIterator
- func (c *VizierClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, ...) *OperationIterator
- func (c *VizierClient) ListOptimalTrials(ctx context.Context, req *aiplatformpb.ListOptimalTrialsRequest, ...) (*aiplatformpb.ListOptimalTrialsResponse, error)
- func (c *VizierClient) ListStudies(ctx context.Context, req *aiplatformpb.ListStudiesRequest, ...) *StudyIterator
- func (c *VizierClient) ListTrials(ctx context.Context, req *aiplatformpb.ListTrialsRequest, ...) *TrialIterator
- func (c *VizierClient) LookupStudy(ctx context.Context, req *aiplatformpb.LookupStudyRequest, ...) (*aiplatformpb.Study, error)
- func (c *VizierClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error)
- func (c *VizierClient) StopTrial(ctx context.Context, req *aiplatformpb.StopTrialRequest, ...) (*aiplatformpb.Trial, error)
- func (c *VizierClient) SuggestTrials(ctx context.Context, req *aiplatformpb.SuggestTrialsRequest, ...) (*SuggestTrialsOperation, error)
- func (c *VizierClient) SuggestTrialsOperation(name string) *SuggestTrialsOperation
- func (c *VizierClient) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, ...) (*iampb.TestIamPermissionsResponse, error)
- func (c *VizierClient) WaitOperation(ctx context.Context, req *longrunningpb.WaitOperationRequest, ...) (*longrunningpb.Operation, error)
Examples ¶
- DatasetClient.CancelOperation
- DatasetClient.CreateDataset
- DatasetClient.CreateDatasetVersion
- DatasetClient.DeleteDataset
- DatasetClient.DeleteDatasetVersion
- DatasetClient.DeleteOperation
- DatasetClient.DeleteSavedQuery
- DatasetClient.ExportData
- DatasetClient.GetAnnotationSpec
- DatasetClient.GetDataset
- DatasetClient.GetDatasetVersion
- DatasetClient.GetIamPolicy
- DatasetClient.GetLocation
- DatasetClient.GetOperation
- DatasetClient.ImportData
- DatasetClient.ListAnnotations
- DatasetClient.ListDataItems
- DatasetClient.ListDatasetVersions
- DatasetClient.ListDatasets
- DatasetClient.ListLocations
- DatasetClient.ListOperations
- DatasetClient.ListSavedQueries
- DatasetClient.RestoreDatasetVersion
- DatasetClient.SearchDataItems
- DatasetClient.SetIamPolicy
- DatasetClient.TestIamPermissions
- DatasetClient.UpdateDataset
- DatasetClient.UpdateDatasetVersion
- DatasetClient.WaitOperation
- DeploymentResourcePoolClient.CancelOperation
- DeploymentResourcePoolClient.CreateDeploymentResourcePool
- DeploymentResourcePoolClient.DeleteDeploymentResourcePool
- DeploymentResourcePoolClient.DeleteOperation
- DeploymentResourcePoolClient.GetDeploymentResourcePool
- DeploymentResourcePoolClient.GetIamPolicy
- DeploymentResourcePoolClient.GetLocation
- DeploymentResourcePoolClient.GetOperation
- DeploymentResourcePoolClient.ListDeploymentResourcePools
- DeploymentResourcePoolClient.ListLocations
- DeploymentResourcePoolClient.ListOperations
- DeploymentResourcePoolClient.QueryDeployedModels
- DeploymentResourcePoolClient.SetIamPolicy
- DeploymentResourcePoolClient.TestIamPermissions
- DeploymentResourcePoolClient.WaitOperation
- EndpointClient.CancelOperation
- EndpointClient.CreateEndpoint
- EndpointClient.DeleteEndpoint
- EndpointClient.DeleteOperation
- EndpointClient.DeployModel
- EndpointClient.GetEndpoint
- EndpointClient.GetIamPolicy
- EndpointClient.GetLocation
- EndpointClient.GetOperation
- EndpointClient.ListEndpoints
- EndpointClient.ListLocations
- EndpointClient.ListOperations
- EndpointClient.MutateDeployedModel
- EndpointClient.SetIamPolicy
- EndpointClient.TestIamPermissions
- EndpointClient.UndeployModel
- EndpointClient.UpdateEndpoint
- EndpointClient.WaitOperation
- FeatureOnlineStoreAdminClient.CancelOperation
- FeatureOnlineStoreAdminClient.CreateFeatureOnlineStore
- FeatureOnlineStoreAdminClient.CreateFeatureView
- FeatureOnlineStoreAdminClient.DeleteFeatureOnlineStore
- FeatureOnlineStoreAdminClient.DeleteFeatureView
- FeatureOnlineStoreAdminClient.DeleteOperation
- FeatureOnlineStoreAdminClient.GetFeatureOnlineStore
- FeatureOnlineStoreAdminClient.GetFeatureView
- FeatureOnlineStoreAdminClient.GetFeatureViewSync
- FeatureOnlineStoreAdminClient.GetIamPolicy
- FeatureOnlineStoreAdminClient.GetLocation
- FeatureOnlineStoreAdminClient.GetOperation
- FeatureOnlineStoreAdminClient.ListFeatureOnlineStores
- FeatureOnlineStoreAdminClient.ListFeatureViewSyncs
- FeatureOnlineStoreAdminClient.ListFeatureViews
- FeatureOnlineStoreAdminClient.ListLocations
- FeatureOnlineStoreAdminClient.ListOperations
- FeatureOnlineStoreAdminClient.SetIamPolicy
- FeatureOnlineStoreAdminClient.SyncFeatureView
- FeatureOnlineStoreAdminClient.TestIamPermissions
- FeatureOnlineStoreAdminClient.UpdateFeatureOnlineStore
- FeatureOnlineStoreAdminClient.UpdateFeatureView
- FeatureOnlineStoreAdminClient.WaitOperation
- FeatureOnlineStoreClient.CancelOperation
- FeatureOnlineStoreClient.DeleteOperation
- FeatureOnlineStoreClient.FetchFeatureValues
- FeatureOnlineStoreClient.GetIamPolicy
- FeatureOnlineStoreClient.GetLocation
- FeatureOnlineStoreClient.GetOperation
- FeatureOnlineStoreClient.ListLocations
- FeatureOnlineStoreClient.ListOperations
- FeatureOnlineStoreClient.SearchNearestEntities
- FeatureOnlineStoreClient.SetIamPolicy
- FeatureOnlineStoreClient.TestIamPermissions
- FeatureOnlineStoreClient.WaitOperation
- FeatureRegistryClient.CancelOperation
- FeatureRegistryClient.CreateFeature
- FeatureRegistryClient.CreateFeatureGroup
- FeatureRegistryClient.DeleteFeature
- FeatureRegistryClient.DeleteFeatureGroup
- FeatureRegistryClient.DeleteOperation
- FeatureRegistryClient.GetFeature
- FeatureRegistryClient.GetFeatureGroup
- FeatureRegistryClient.GetIamPolicy
- FeatureRegistryClient.GetLocation
- FeatureRegistryClient.GetOperation
- FeatureRegistryClient.ListFeatureGroups
- FeatureRegistryClient.ListFeatures
- FeatureRegistryClient.ListLocations
- FeatureRegistryClient.ListOperations
- FeatureRegistryClient.SetIamPolicy
- FeatureRegistryClient.TestIamPermissions
- FeatureRegistryClient.UpdateFeature
- FeatureRegistryClient.UpdateFeatureGroup
- FeatureRegistryClient.WaitOperation
- FeaturestoreClient.BatchCreateFeatures
- FeaturestoreClient.BatchReadFeatureValues
- FeaturestoreClient.CancelOperation
- FeaturestoreClient.CreateEntityType
- FeaturestoreClient.CreateFeature
- FeaturestoreClient.CreateFeaturestore
- FeaturestoreClient.DeleteEntityType
- FeaturestoreClient.DeleteFeature
- FeaturestoreClient.DeleteFeatureValues
- FeaturestoreClient.DeleteFeaturestore
- FeaturestoreClient.DeleteOperation
- FeaturestoreClient.ExportFeatureValues
- FeaturestoreClient.GetEntityType
- FeaturestoreClient.GetFeature
- FeaturestoreClient.GetFeaturestore
- FeaturestoreClient.GetIamPolicy
- FeaturestoreClient.GetLocation
- FeaturestoreClient.GetOperation
- FeaturestoreClient.ImportFeatureValues
- FeaturestoreClient.ListEntityTypes
- FeaturestoreClient.ListFeatures
- FeaturestoreClient.ListFeaturestores
- FeaturestoreClient.ListLocations
- FeaturestoreClient.ListOperations
- FeaturestoreClient.SearchFeatures
- FeaturestoreClient.SetIamPolicy
- FeaturestoreClient.TestIamPermissions
- FeaturestoreClient.UpdateEntityType
- FeaturestoreClient.UpdateFeature
- FeaturestoreClient.UpdateFeaturestore
- FeaturestoreClient.WaitOperation
- FeaturestoreOnlineServingClient.CancelOperation
- FeaturestoreOnlineServingClient.DeleteOperation
- FeaturestoreOnlineServingClient.GetIamPolicy
- FeaturestoreOnlineServingClient.GetLocation
- FeaturestoreOnlineServingClient.GetOperation
- FeaturestoreOnlineServingClient.ListLocations
- FeaturestoreOnlineServingClient.ListOperations
- FeaturestoreOnlineServingClient.ReadFeatureValues
- FeaturestoreOnlineServingClient.SetIamPolicy
- FeaturestoreOnlineServingClient.TestIamPermissions
- FeaturestoreOnlineServingClient.WaitOperation
- FeaturestoreOnlineServingClient.WriteFeatureValues
- GenAiTuningClient.CancelOperation
- GenAiTuningClient.CancelTuningJob
- GenAiTuningClient.CreateTuningJob
- GenAiTuningClient.DeleteOperation
- GenAiTuningClient.GetIamPolicy
- GenAiTuningClient.GetLocation
- GenAiTuningClient.GetOperation
- GenAiTuningClient.GetTuningJob
- GenAiTuningClient.ListLocations
- GenAiTuningClient.ListOperations
- GenAiTuningClient.ListTuningJobs
- GenAiTuningClient.SetIamPolicy
- GenAiTuningClient.TestIamPermissions
- GenAiTuningClient.WaitOperation
- IndexClient.CancelOperation
- IndexClient.CreateIndex
- IndexClient.DeleteIndex
- IndexClient.DeleteOperation
- IndexClient.GetIamPolicy
- IndexClient.GetIndex
- IndexClient.GetLocation
- IndexClient.GetOperation
- IndexClient.ListIndexes
- IndexClient.ListLocations
- IndexClient.ListOperations
- IndexClient.RemoveDatapoints
- IndexClient.SetIamPolicy
- IndexClient.TestIamPermissions
- IndexClient.UpdateIndex
- IndexClient.UpsertDatapoints
- IndexClient.WaitOperation
- IndexEndpointClient.CancelOperation
- IndexEndpointClient.CreateIndexEndpoint
- IndexEndpointClient.DeleteIndexEndpoint
- IndexEndpointClient.DeleteOperation
- IndexEndpointClient.DeployIndex
- IndexEndpointClient.GetIamPolicy
- IndexEndpointClient.GetIndexEndpoint
- IndexEndpointClient.GetLocation
- IndexEndpointClient.GetOperation
- IndexEndpointClient.ListIndexEndpoints
- IndexEndpointClient.ListLocations
- IndexEndpointClient.ListOperations
- IndexEndpointClient.MutateDeployedIndex
- IndexEndpointClient.SetIamPolicy
- IndexEndpointClient.TestIamPermissions
- IndexEndpointClient.UndeployIndex
- IndexEndpointClient.UpdateIndexEndpoint
- IndexEndpointClient.WaitOperation
- JobClient.CancelBatchPredictionJob
- JobClient.CancelCustomJob
- JobClient.CancelDataLabelingJob
- JobClient.CancelHyperparameterTuningJob
- JobClient.CancelNasJob
- JobClient.CancelOperation
- JobClient.CreateBatchPredictionJob
- JobClient.CreateCustomJob
- JobClient.CreateDataLabelingJob
- JobClient.CreateHyperparameterTuningJob
- JobClient.CreateModelDeploymentMonitoringJob
- JobClient.CreateNasJob
- JobClient.DeleteBatchPredictionJob
- JobClient.DeleteCustomJob
- JobClient.DeleteDataLabelingJob
- JobClient.DeleteHyperparameterTuningJob
- JobClient.DeleteModelDeploymentMonitoringJob
- JobClient.DeleteNasJob
- JobClient.DeleteOperation
- JobClient.GetBatchPredictionJob
- JobClient.GetCustomJob
- JobClient.GetDataLabelingJob
- JobClient.GetHyperparameterTuningJob
- JobClient.GetIamPolicy
- JobClient.GetLocation
- JobClient.GetModelDeploymentMonitoringJob
- JobClient.GetNasJob
- JobClient.GetNasTrialDetail
- JobClient.GetOperation
- JobClient.ListBatchPredictionJobs
- JobClient.ListCustomJobs
- JobClient.ListDataLabelingJobs
- JobClient.ListHyperparameterTuningJobs
- JobClient.ListLocations
- JobClient.ListModelDeploymentMonitoringJobs
- JobClient.ListNasJobs
- JobClient.ListNasTrialDetails
- JobClient.ListOperations
- JobClient.PauseModelDeploymentMonitoringJob
- JobClient.ResumeModelDeploymentMonitoringJob
- JobClient.SearchModelDeploymentMonitoringStatsAnomalies
- JobClient.SetIamPolicy
- JobClient.TestIamPermissions
- JobClient.UpdateModelDeploymentMonitoringJob
- JobClient.WaitOperation
- LlmUtilityClient.CancelOperation
- LlmUtilityClient.ComputeTokens
- LlmUtilityClient.CountTokens
- LlmUtilityClient.DeleteOperation
- LlmUtilityClient.GetIamPolicy
- LlmUtilityClient.GetLocation
- LlmUtilityClient.GetOperation
- LlmUtilityClient.ListLocations
- LlmUtilityClient.ListOperations
- LlmUtilityClient.SetIamPolicy
- LlmUtilityClient.TestIamPermissions
- LlmUtilityClient.WaitOperation
- MatchClient.CancelOperation
- MatchClient.DeleteOperation
- MatchClient.FindNeighbors
- MatchClient.GetIamPolicy
- MatchClient.GetLocation
- MatchClient.GetOperation
- MatchClient.ListLocations
- MatchClient.ListOperations
- MatchClient.ReadIndexDatapoints
- MatchClient.SetIamPolicy
- MatchClient.TestIamPermissions
- MatchClient.WaitOperation
- MetadataClient.AddContextArtifactsAndExecutions
- MetadataClient.AddContextChildren
- MetadataClient.AddExecutionEvents
- MetadataClient.CancelOperation
- MetadataClient.CreateArtifact
- MetadataClient.CreateContext
- MetadataClient.CreateExecution
- MetadataClient.CreateMetadataSchema
- MetadataClient.CreateMetadataStore
- MetadataClient.DeleteArtifact
- MetadataClient.DeleteContext
- MetadataClient.DeleteExecution
- MetadataClient.DeleteMetadataStore
- MetadataClient.DeleteOperation
- MetadataClient.GetArtifact
- MetadataClient.GetContext
- MetadataClient.GetExecution
- MetadataClient.GetIamPolicy
- MetadataClient.GetLocation
- MetadataClient.GetMetadataSchema
- MetadataClient.GetMetadataStore
- MetadataClient.GetOperation
- MetadataClient.ListArtifacts
- MetadataClient.ListContexts
- MetadataClient.ListExecutions
- MetadataClient.ListLocations
- MetadataClient.ListMetadataSchemas
- MetadataClient.ListMetadataStores
- MetadataClient.ListOperations
- MetadataClient.PurgeArtifacts
- MetadataClient.PurgeContexts
- MetadataClient.PurgeExecutions
- MetadataClient.QueryArtifactLineageSubgraph
- MetadataClient.QueryContextLineageSubgraph
- MetadataClient.QueryExecutionInputsAndOutputs
- MetadataClient.RemoveContextChildren
- MetadataClient.SetIamPolicy
- MetadataClient.TestIamPermissions
- MetadataClient.UpdateArtifact
- MetadataClient.UpdateContext
- MetadataClient.UpdateExecution
- MetadataClient.WaitOperation
- MigrationClient.BatchMigrateResources
- MigrationClient.CancelOperation
- MigrationClient.DeleteOperation
- MigrationClient.GetIamPolicy
- MigrationClient.GetLocation
- MigrationClient.GetOperation
- MigrationClient.ListLocations
- MigrationClient.ListOperations
- MigrationClient.SearchMigratableResources
- MigrationClient.SetIamPolicy
- MigrationClient.TestIamPermissions
- MigrationClient.WaitOperation
- ModelClient.BatchImportEvaluatedAnnotations
- ModelClient.BatchImportModelEvaluationSlices
- ModelClient.CancelOperation
- ModelClient.CopyModel
- ModelClient.DeleteModel
- ModelClient.DeleteModelVersion
- ModelClient.DeleteOperation
- ModelClient.ExportModel
- ModelClient.GetIamPolicy
- ModelClient.GetLocation
- ModelClient.GetModel
- ModelClient.GetModelEvaluation
- ModelClient.GetModelEvaluationSlice
- ModelClient.GetOperation
- ModelClient.ImportModelEvaluation
- ModelClient.ListLocations
- ModelClient.ListModelEvaluationSlices
- ModelClient.ListModelEvaluations
- ModelClient.ListModelVersions
- ModelClient.ListModels
- ModelClient.ListOperations
- ModelClient.MergeVersionAliases
- ModelClient.SetIamPolicy
- ModelClient.TestIamPermissions
- ModelClient.UpdateExplanationDataset
- ModelClient.UpdateModel
- ModelClient.UploadModel
- ModelClient.WaitOperation
- ModelGardenClient.CancelOperation
- ModelGardenClient.DeleteOperation
- ModelGardenClient.GetIamPolicy
- ModelGardenClient.GetLocation
- ModelGardenClient.GetOperation
- ModelGardenClient.GetPublisherModel
- ModelGardenClient.ListLocations
- ModelGardenClient.ListOperations
- ModelGardenClient.SetIamPolicy
- ModelGardenClient.TestIamPermissions
- ModelGardenClient.WaitOperation
- NewDatasetClient
- NewDeploymentResourcePoolClient
- NewEndpointClient
- NewFeatureOnlineStoreAdminClient
- NewFeatureOnlineStoreClient
- NewFeatureRegistryClient
- NewFeaturestoreClient
- NewFeaturestoreOnlineServingClient
- NewGenAiTuningClient
- NewIndexClient
- NewIndexEndpointClient
- NewJobClient
- NewLlmUtilityClient
- NewMatchClient
- NewMetadataClient
- NewMigrationClient
- NewModelClient
- NewModelGardenClient
- NewNotebookClient
- NewPersistentResourceClient
- NewPipelineClient
- NewPredictionClient
- NewScheduleClient
- NewSpecialistPoolClient
- NewTensorboardClient
- NewVizierClient
- NotebookClient.AssignNotebookRuntime
- NotebookClient.CancelOperation
- NotebookClient.CreateNotebookRuntimeTemplate
- NotebookClient.DeleteNotebookRuntime
- NotebookClient.DeleteNotebookRuntimeTemplate
- NotebookClient.DeleteOperation
- NotebookClient.GetIamPolicy
- NotebookClient.GetLocation
- NotebookClient.GetNotebookRuntime
- NotebookClient.GetNotebookRuntimeTemplate
- NotebookClient.GetOperation
- NotebookClient.ListLocations
- NotebookClient.ListNotebookRuntimeTemplates
- NotebookClient.ListNotebookRuntimes
- NotebookClient.ListOperations
- NotebookClient.SetIamPolicy
- NotebookClient.StartNotebookRuntime
- NotebookClient.TestIamPermissions
- NotebookClient.UpdateNotebookRuntimeTemplate
- NotebookClient.UpgradeNotebookRuntime
- NotebookClient.WaitOperation
- PersistentResourceClient.CancelOperation
- PersistentResourceClient.CreatePersistentResource
- PersistentResourceClient.DeleteOperation
- PersistentResourceClient.DeletePersistentResource
- PersistentResourceClient.GetIamPolicy
- PersistentResourceClient.GetLocation
- PersistentResourceClient.GetOperation
- PersistentResourceClient.GetPersistentResource
- PersistentResourceClient.ListLocations
- PersistentResourceClient.ListOperations
- PersistentResourceClient.ListPersistentResources
- PersistentResourceClient.RebootPersistentResource
- PersistentResourceClient.SetIamPolicy
- PersistentResourceClient.TestIamPermissions
- PersistentResourceClient.UpdatePersistentResource
- PersistentResourceClient.WaitOperation
- PipelineClient.BatchCancelPipelineJobs
- PipelineClient.BatchDeletePipelineJobs
- PipelineClient.CancelOperation
- PipelineClient.CancelPipelineJob
- PipelineClient.CancelTrainingPipeline
- PipelineClient.CreatePipelineJob
- PipelineClient.CreateTrainingPipeline
- PipelineClient.DeleteOperation
- PipelineClient.DeletePipelineJob
- PipelineClient.DeleteTrainingPipeline
- PipelineClient.GetIamPolicy
- PipelineClient.GetLocation
- PipelineClient.GetOperation
- PipelineClient.GetPipelineJob
- PipelineClient.GetTrainingPipeline
- PipelineClient.ListLocations
- PipelineClient.ListOperations
- PipelineClient.ListPipelineJobs
- PipelineClient.ListTrainingPipelines
- PipelineClient.SetIamPolicy
- PipelineClient.TestIamPermissions
- PipelineClient.WaitOperation
- PredictionClient.CancelOperation
- PredictionClient.DeleteOperation
- PredictionClient.DirectPredict
- PredictionClient.DirectRawPredict
- PredictionClient.Explain
- PredictionClient.GenerateContent
- PredictionClient.GetIamPolicy
- PredictionClient.GetLocation
- PredictionClient.GetOperation
- PredictionClient.ListLocations
- PredictionClient.ListOperations
- PredictionClient.Predict
- PredictionClient.RawPredict
- PredictionClient.SetIamPolicy
- PredictionClient.StreamDirectPredict
- PredictionClient.StreamDirectRawPredict
- PredictionClient.StreamingPredict
- PredictionClient.StreamingRawPredict
- PredictionClient.TestIamPermissions
- PredictionClient.WaitOperation
- ScheduleClient.CancelOperation
- ScheduleClient.CreateSchedule
- ScheduleClient.DeleteOperation
- ScheduleClient.DeleteSchedule
- ScheduleClient.GetIamPolicy
- ScheduleClient.GetLocation
- ScheduleClient.GetOperation
- ScheduleClient.GetSchedule
- ScheduleClient.ListLocations
- ScheduleClient.ListOperations
- ScheduleClient.ListSchedules
- ScheduleClient.PauseSchedule
- ScheduleClient.ResumeSchedule
- ScheduleClient.SetIamPolicy
- ScheduleClient.TestIamPermissions
- ScheduleClient.UpdateSchedule
- ScheduleClient.WaitOperation
- SpecialistPoolClient.CancelOperation
- SpecialistPoolClient.CreateSpecialistPool
- SpecialistPoolClient.DeleteOperation
- SpecialistPoolClient.DeleteSpecialistPool
- SpecialistPoolClient.GetIamPolicy
- SpecialistPoolClient.GetLocation
- SpecialistPoolClient.GetOperation
- SpecialistPoolClient.GetSpecialistPool
- SpecialistPoolClient.ListLocations
- SpecialistPoolClient.ListOperations
- SpecialistPoolClient.ListSpecialistPools
- SpecialistPoolClient.SetIamPolicy
- SpecialistPoolClient.TestIamPermissions
- SpecialistPoolClient.UpdateSpecialistPool
- SpecialistPoolClient.WaitOperation
- TensorboardClient.BatchCreateTensorboardRuns
- TensorboardClient.BatchCreateTensorboardTimeSeries
- TensorboardClient.BatchReadTensorboardTimeSeriesData
- TensorboardClient.CancelOperation
- TensorboardClient.CreateTensorboard
- TensorboardClient.CreateTensorboardExperiment
- TensorboardClient.CreateTensorboardRun
- TensorboardClient.CreateTensorboardTimeSeries
- TensorboardClient.DeleteOperation
- TensorboardClient.DeleteTensorboard
- TensorboardClient.DeleteTensorboardExperiment
- TensorboardClient.DeleteTensorboardRun
- TensorboardClient.DeleteTensorboardTimeSeries
- TensorboardClient.ExportTensorboardTimeSeriesData
- TensorboardClient.GetIamPolicy
- TensorboardClient.GetLocation
- TensorboardClient.GetOperation
- TensorboardClient.GetTensorboard
- TensorboardClient.GetTensorboardExperiment
- TensorboardClient.GetTensorboardRun
- TensorboardClient.GetTensorboardTimeSeries
- TensorboardClient.ListLocations
- TensorboardClient.ListOperations
- TensorboardClient.ListTensorboardExperiments
- TensorboardClient.ListTensorboardRuns
- TensorboardClient.ListTensorboardTimeSeries
- TensorboardClient.ListTensorboards
- TensorboardClient.ReadTensorboardSize
- TensorboardClient.ReadTensorboardTimeSeriesData
- TensorboardClient.ReadTensorboardUsage
- TensorboardClient.SetIamPolicy
- TensorboardClient.TestIamPermissions
- TensorboardClient.UpdateTensorboard
- TensorboardClient.UpdateTensorboardExperiment
- TensorboardClient.UpdateTensorboardRun
- TensorboardClient.UpdateTensorboardTimeSeries
- TensorboardClient.WaitOperation
- TensorboardClient.WriteTensorboardExperimentData
- TensorboardClient.WriteTensorboardRunData
- VizierClient.AddTrialMeasurement
- VizierClient.CancelOperation
- VizierClient.CheckTrialEarlyStoppingState
- VizierClient.CompleteTrial
- VizierClient.CreateStudy
- VizierClient.CreateTrial
- VizierClient.DeleteOperation
- VizierClient.DeleteStudy
- VizierClient.DeleteTrial
- VizierClient.GetIamPolicy
- VizierClient.GetLocation
- VizierClient.GetOperation
- VizierClient.GetStudy
- VizierClient.GetTrial
- VizierClient.ListLocations
- VizierClient.ListOperations
- VizierClient.ListOptimalTrials
- VizierClient.ListStudies
- VizierClient.ListTrials
- VizierClient.LookupStudy
- VizierClient.SetIamPolicy
- VizierClient.StopTrial
- VizierClient.SuggestTrials
- VizierClient.TestIamPermissions
- VizierClient.WaitOperation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultAuthScopes ¶
func DefaultAuthScopes() []string
DefaultAuthScopes reports the default set of authentication scopes to use with this package.
Types ¶
type AnnotationIterator ¶
type AnnotationIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*aiplatformpb.Annotation, nextPageToken string, err error) // contains filtered or unexported fields }
AnnotationIterator manages a stream of *aiplatformpb.Annotation.
func (*AnnotationIterator) Next ¶
func (it *AnnotationIterator) Next() (*aiplatformpb.Annotation, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*AnnotationIterator) PageInfo ¶
func (it *AnnotationIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type ArtifactIterator ¶ added in v1.1.0
type ArtifactIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*aiplatformpb.Artifact, nextPageToken string, err error) // contains filtered or unexported fields }
ArtifactIterator manages a stream of *aiplatformpb.Artifact.
func (*ArtifactIterator) Next ¶ added in v1.1.0
func (it *ArtifactIterator) Next() (*aiplatformpb.Artifact, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*ArtifactIterator) PageInfo ¶ added in v1.1.0
func (it *ArtifactIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type AssignNotebookRuntimeOperation ¶ added in v1.67.0
type AssignNotebookRuntimeOperation struct {
// contains filtered or unexported fields
}
AssignNotebookRuntimeOperation manages a long-running operation from AssignNotebookRuntime.
func (*AssignNotebookRuntimeOperation) Done ¶ added in v1.67.0
func (op *AssignNotebookRuntimeOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*AssignNotebookRuntimeOperation) Metadata ¶ added in v1.67.0
func (op *AssignNotebookRuntimeOperation) Metadata() (*aiplatformpb.AssignNotebookRuntimeOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*AssignNotebookRuntimeOperation) Name ¶ added in v1.67.0
func (op *AssignNotebookRuntimeOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*AssignNotebookRuntimeOperation) Poll ¶ added in v1.67.0
func (op *AssignNotebookRuntimeOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntime, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*AssignNotebookRuntimeOperation) Wait ¶ added in v1.67.0
func (op *AssignNotebookRuntimeOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntime, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type BatchCancelPipelineJobsOperation ¶ added in v1.63.0
type BatchCancelPipelineJobsOperation struct {
// contains filtered or unexported fields
}
BatchCancelPipelineJobsOperation manages a long-running operation from BatchCancelPipelineJobs.
func (*BatchCancelPipelineJobsOperation) Done ¶ added in v1.63.0
func (op *BatchCancelPipelineJobsOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*BatchCancelPipelineJobsOperation) Metadata ¶ added in v1.63.0
func (op *BatchCancelPipelineJobsOperation) Metadata() (*aiplatformpb.BatchCancelPipelineJobsOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*BatchCancelPipelineJobsOperation) Name ¶ added in v1.63.0
func (op *BatchCancelPipelineJobsOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*BatchCancelPipelineJobsOperation) Poll ¶ added in v1.63.0
func (op *BatchCancelPipelineJobsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCancelPipelineJobsResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*BatchCancelPipelineJobsOperation) Wait ¶ added in v1.63.0
func (op *BatchCancelPipelineJobsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCancelPipelineJobsResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type BatchCreateFeaturesOperation ¶ added in v1.1.0
type BatchCreateFeaturesOperation struct {
// contains filtered or unexported fields
}
BatchCreateFeaturesOperation manages a long-running operation from BatchCreateFeatures.
func (*BatchCreateFeaturesOperation) Done ¶ added in v1.1.0
func (op *BatchCreateFeaturesOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*BatchCreateFeaturesOperation) Metadata ¶ added in v1.1.0
func (op *BatchCreateFeaturesOperation) Metadata() (*aiplatformpb.BatchCreateFeaturesOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*BatchCreateFeaturesOperation) Name ¶ added in v1.1.0
func (op *BatchCreateFeaturesOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*BatchCreateFeaturesOperation) Poll ¶ added in v1.1.0
func (op *BatchCreateFeaturesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCreateFeaturesResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*BatchCreateFeaturesOperation) Wait ¶ added in v1.1.0
func (op *BatchCreateFeaturesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchCreateFeaturesResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type BatchDeletePipelineJobsOperation ¶ added in v1.63.0
type BatchDeletePipelineJobsOperation struct {
// contains filtered or unexported fields
}
BatchDeletePipelineJobsOperation manages a long-running operation from BatchDeletePipelineJobs.
func (*BatchDeletePipelineJobsOperation) Done ¶ added in v1.63.0
func (op *BatchDeletePipelineJobsOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*BatchDeletePipelineJobsOperation) Metadata ¶ added in v1.63.0
func (op *BatchDeletePipelineJobsOperation) Metadata() (*aiplatformpb.DeleteOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*BatchDeletePipelineJobsOperation) Name ¶ added in v1.63.0
func (op *BatchDeletePipelineJobsOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*BatchDeletePipelineJobsOperation) Poll ¶ added in v1.63.0
func (op *BatchDeletePipelineJobsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchDeletePipelineJobsResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*BatchDeletePipelineJobsOperation) Wait ¶ added in v1.63.0
func (op *BatchDeletePipelineJobsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchDeletePipelineJobsResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type BatchMigrateResourcesOperation ¶
type BatchMigrateResourcesOperation struct {
// contains filtered or unexported fields
}
BatchMigrateResourcesOperation manages a long-running operation from BatchMigrateResources.
func (*BatchMigrateResourcesOperation) Done ¶
func (op *BatchMigrateResourcesOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*BatchMigrateResourcesOperation) Metadata ¶
func (op *BatchMigrateResourcesOperation) Metadata() (*aiplatformpb.BatchMigrateResourcesOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*BatchMigrateResourcesOperation) Name ¶
func (op *BatchMigrateResourcesOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*BatchMigrateResourcesOperation) Poll ¶
func (op *BatchMigrateResourcesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchMigrateResourcesResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*BatchMigrateResourcesOperation) Wait ¶
func (op *BatchMigrateResourcesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchMigrateResourcesResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type BatchPredictionJobIterator ¶
type BatchPredictionJobIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*aiplatformpb.BatchPredictionJob, nextPageToken string, err error) // contains filtered or unexported fields }
BatchPredictionJobIterator manages a stream of *aiplatformpb.BatchPredictionJob.
func (*BatchPredictionJobIterator) Next ¶
func (it *BatchPredictionJobIterator) Next() (*aiplatformpb.BatchPredictionJob, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*BatchPredictionJobIterator) PageInfo ¶
func (it *BatchPredictionJobIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type BatchReadFeatureValuesOperation ¶ added in v1.1.0
type BatchReadFeatureValuesOperation struct {
// contains filtered or unexported fields
}
BatchReadFeatureValuesOperation manages a long-running operation from BatchReadFeatureValues.
func (*BatchReadFeatureValuesOperation) Done ¶ added in v1.1.0
func (op *BatchReadFeatureValuesOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*BatchReadFeatureValuesOperation) Metadata ¶ added in v1.1.0
func (op *BatchReadFeatureValuesOperation) Metadata() (*aiplatformpb.BatchReadFeatureValuesOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*BatchReadFeatureValuesOperation) Name ¶ added in v1.1.0
func (op *BatchReadFeatureValuesOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*BatchReadFeatureValuesOperation) Poll ¶ added in v1.1.0
func (op *BatchReadFeatureValuesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchReadFeatureValuesResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*BatchReadFeatureValuesOperation) Wait ¶ added in v1.1.0
func (op *BatchReadFeatureValuesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.BatchReadFeatureValuesResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CheckTrialEarlyStoppingStateOperation ¶ added in v0.2.0
type CheckTrialEarlyStoppingStateOperation struct {
// contains filtered or unexported fields
}
CheckTrialEarlyStoppingStateOperation manages a long-running operation from CheckTrialEarlyStoppingState.
func (*CheckTrialEarlyStoppingStateOperation) Done ¶ added in v0.2.0
func (op *CheckTrialEarlyStoppingStateOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CheckTrialEarlyStoppingStateOperation) Metadata ¶ added in v0.2.0
func (op *CheckTrialEarlyStoppingStateOperation) Metadata() (*aiplatformpb.CheckTrialEarlyStoppingStateMetatdata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CheckTrialEarlyStoppingStateOperation) Name ¶ added in v0.2.0
func (op *CheckTrialEarlyStoppingStateOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CheckTrialEarlyStoppingStateOperation) Poll ¶ added in v0.2.0
func (op *CheckTrialEarlyStoppingStateOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CheckTrialEarlyStoppingStateResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CheckTrialEarlyStoppingStateOperation) Wait ¶ added in v0.2.0
func (op *CheckTrialEarlyStoppingStateOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CheckTrialEarlyStoppingStateResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type ContextIterator ¶ added in v1.1.0
type ContextIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*aiplatformpb.Context, nextPageToken string, err error) // contains filtered or unexported fields }
ContextIterator manages a stream of *aiplatformpb.Context.
func (*ContextIterator) Next ¶ added in v1.1.0
func (it *ContextIterator) Next() (*aiplatformpb.Context, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*ContextIterator) PageInfo ¶ added in v1.1.0
func (it *ContextIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type CopyModelOperation ¶ added in v1.34.0
type CopyModelOperation struct {
// contains filtered or unexported fields
}
CopyModelOperation manages a long-running operation from CopyModel.
func (*CopyModelOperation) Done ¶ added in v1.34.0
func (op *CopyModelOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CopyModelOperation) Metadata ¶ added in v1.34.0
func (op *CopyModelOperation) Metadata() (*aiplatformpb.CopyModelOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CopyModelOperation) Name ¶ added in v1.34.0
func (op *CopyModelOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CopyModelOperation) Poll ¶ added in v1.34.0
func (op *CopyModelOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CopyModelResponse, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CopyModelOperation) Wait ¶ added in v1.34.0
func (op *CopyModelOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.CopyModelResponse, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateDatasetOperation ¶
type CreateDatasetOperation struct {
// contains filtered or unexported fields
}
CreateDatasetOperation manages a long-running operation from CreateDataset.
func (*CreateDatasetOperation) Done ¶
func (op *CreateDatasetOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateDatasetOperation) Metadata ¶
func (op *CreateDatasetOperation) Metadata() (*aiplatformpb.CreateDatasetOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateDatasetOperation) Name ¶
func (op *CreateDatasetOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateDatasetOperation) Poll ¶
func (op *CreateDatasetOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Dataset, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateDatasetOperation) Wait ¶
func (op *CreateDatasetOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Dataset, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateDatasetVersionOperation ¶ added in v1.51.0
type CreateDatasetVersionOperation struct {
// contains filtered or unexported fields
}
CreateDatasetVersionOperation manages a long-running operation from CreateDatasetVersion.
func (*CreateDatasetVersionOperation) Done ¶ added in v1.51.0
func (op *CreateDatasetVersionOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateDatasetVersionOperation) Metadata ¶ added in v1.51.0
func (op *CreateDatasetVersionOperation) Metadata() (*aiplatformpb.CreateDatasetVersionOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateDatasetVersionOperation) Name ¶ added in v1.51.0
func (op *CreateDatasetVersionOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateDatasetVersionOperation) Poll ¶ added in v1.51.0
func (op *CreateDatasetVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DatasetVersion, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateDatasetVersionOperation) Wait ¶ added in v1.51.0
func (op *CreateDatasetVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DatasetVersion, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateDeploymentResourcePoolOperation ¶ added in v1.57.0
type CreateDeploymentResourcePoolOperation struct {
// contains filtered or unexported fields
}
CreateDeploymentResourcePoolOperation manages a long-running operation from CreateDeploymentResourcePool.
func (*CreateDeploymentResourcePoolOperation) Done ¶ added in v1.57.0
func (op *CreateDeploymentResourcePoolOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateDeploymentResourcePoolOperation) Metadata ¶ added in v1.57.0
func (op *CreateDeploymentResourcePoolOperation) Metadata() (*aiplatformpb.CreateDeploymentResourcePoolOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateDeploymentResourcePoolOperation) Name ¶ added in v1.57.0
func (op *CreateDeploymentResourcePoolOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateDeploymentResourcePoolOperation) Poll ¶ added in v1.57.0
func (op *CreateDeploymentResourcePoolOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeploymentResourcePool, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateDeploymentResourcePoolOperation) Wait ¶ added in v1.57.0
func (op *CreateDeploymentResourcePoolOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.DeploymentResourcePool, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateEndpointOperation ¶
type CreateEndpointOperation struct {
// contains filtered or unexported fields
}
CreateEndpointOperation manages a long-running operation from CreateEndpoint.
func (*CreateEndpointOperation) Done ¶
func (op *CreateEndpointOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateEndpointOperation) Metadata ¶
func (op *CreateEndpointOperation) Metadata() (*aiplatformpb.CreateEndpointOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateEndpointOperation) Name ¶
func (op *CreateEndpointOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateEndpointOperation) Poll ¶
func (op *CreateEndpointOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Endpoint, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateEndpointOperation) Wait ¶
func (op *CreateEndpointOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Endpoint, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateEntityTypeOperation ¶ added in v1.1.0
type CreateEntityTypeOperation struct {
// contains filtered or unexported fields
}
CreateEntityTypeOperation manages a long-running operation from CreateEntityType.
func (*CreateEntityTypeOperation) Done ¶ added in v1.1.0
func (op *CreateEntityTypeOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateEntityTypeOperation) Metadata ¶ added in v1.1.0
func (op *CreateEntityTypeOperation) Metadata() (*aiplatformpb.CreateEntityTypeOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateEntityTypeOperation) Name ¶ added in v1.1.0
func (op *CreateEntityTypeOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateEntityTypeOperation) Poll ¶ added in v1.1.0
func (op *CreateEntityTypeOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.EntityType, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateEntityTypeOperation) Wait ¶ added in v1.1.0
func (op *CreateEntityTypeOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.EntityType, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateFeatureGroupOperation ¶ added in v1.54.0
type CreateFeatureGroupOperation struct {
// contains filtered or unexported fields
}
CreateFeatureGroupOperation manages a long-running operation from CreateFeatureGroup.
func (*CreateFeatureGroupOperation) Done ¶ added in v1.54.0
func (op *CreateFeatureGroupOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateFeatureGroupOperation) Metadata ¶ added in v1.54.0
func (op *CreateFeatureGroupOperation) Metadata() (*aiplatformpb.CreateFeatureGroupOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateFeatureGroupOperation) Name ¶ added in v1.54.0
func (op *CreateFeatureGroupOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateFeatureGroupOperation) Poll ¶ added in v1.54.0
func (op *CreateFeatureGroupOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureGroup, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateFeatureGroupOperation) Wait ¶ added in v1.54.0
func (op *CreateFeatureGroupOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureGroup, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateFeatureOnlineStoreOperation ¶ added in v1.54.0
type CreateFeatureOnlineStoreOperation struct {
// contains filtered or unexported fields
}
CreateFeatureOnlineStoreOperation manages a long-running operation from CreateFeatureOnlineStore.
func (*CreateFeatureOnlineStoreOperation) Done ¶ added in v1.54.0
func (op *CreateFeatureOnlineStoreOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateFeatureOnlineStoreOperation) Metadata ¶ added in v1.54.0
func (op *CreateFeatureOnlineStoreOperation) Metadata() (*aiplatformpb.CreateFeatureOnlineStoreOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateFeatureOnlineStoreOperation) Name ¶ added in v1.54.0
func (op *CreateFeatureOnlineStoreOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateFeatureOnlineStoreOperation) Poll ¶ added in v1.54.0
func (op *CreateFeatureOnlineStoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureOnlineStore, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateFeatureOnlineStoreOperation) Wait ¶ added in v1.54.0
func (op *CreateFeatureOnlineStoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureOnlineStore, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateFeatureOperation ¶ added in v1.1.0
type CreateFeatureOperation struct {
// contains filtered or unexported fields
}
CreateFeatureOperation manages a long-running operation from CreateFeature.
func (*CreateFeatureOperation) Done ¶ added in v1.1.0
func (op *CreateFeatureOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateFeatureOperation) Metadata ¶ added in v1.1.0
func (op *CreateFeatureOperation) Metadata() (*aiplatformpb.CreateFeatureOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateFeatureOperation) Name ¶ added in v1.1.0
func (op *CreateFeatureOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateFeatureOperation) Poll ¶ added in v1.1.0
func (op *CreateFeatureOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Feature, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateFeatureOperation) Wait ¶ added in v1.1.0
func (op *CreateFeatureOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Feature, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateFeatureViewOperation ¶ added in v1.54.0
type CreateFeatureViewOperation struct {
// contains filtered or unexported fields
}
CreateFeatureViewOperation manages a long-running operation from CreateFeatureView.
func (*CreateFeatureViewOperation) Done ¶ added in v1.54.0
func (op *CreateFeatureViewOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateFeatureViewOperation) Metadata ¶ added in v1.54.0
func (op *CreateFeatureViewOperation) Metadata() (*aiplatformpb.CreateFeatureViewOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateFeatureViewOperation) Name ¶ added in v1.54.0
func (op *CreateFeatureViewOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateFeatureViewOperation) Poll ¶ added in v1.54.0
func (op *CreateFeatureViewOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureView, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateFeatureViewOperation) Wait ¶ added in v1.54.0
func (op *CreateFeatureViewOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.FeatureView, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateFeaturestoreOperation ¶ added in v1.1.0
type CreateFeaturestoreOperation struct {
// contains filtered or unexported fields
}
CreateFeaturestoreOperation manages a long-running operation from CreateFeaturestore.
func (*CreateFeaturestoreOperation) Done ¶ added in v1.1.0
func (op *CreateFeaturestoreOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateFeaturestoreOperation) Metadata ¶ added in v1.1.0
func (op *CreateFeaturestoreOperation) Metadata() (*aiplatformpb.CreateFeaturestoreOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateFeaturestoreOperation) Name ¶ added in v1.1.0
func (op *CreateFeaturestoreOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateFeaturestoreOperation) Poll ¶ added in v1.1.0
func (op *CreateFeaturestoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Featurestore, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateFeaturestoreOperation) Wait ¶ added in v1.1.0
func (op *CreateFeaturestoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Featurestore, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateIndexEndpointOperation ¶ added in v0.2.0
type CreateIndexEndpointOperation struct {
// contains filtered or unexported fields
}
CreateIndexEndpointOperation manages a long-running operation from CreateIndexEndpoint.
func (*CreateIndexEndpointOperation) Done ¶ added in v0.2.0
func (op *CreateIndexEndpointOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateIndexEndpointOperation) Metadata ¶ added in v0.2.0
func (op *CreateIndexEndpointOperation) Metadata() (*aiplatformpb.CreateIndexEndpointOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateIndexEndpointOperation) Name ¶ added in v0.2.0
func (op *CreateIndexEndpointOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateIndexEndpointOperation) Poll ¶ added in v0.2.0
func (op *CreateIndexEndpointOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.IndexEndpoint, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateIndexEndpointOperation) Wait ¶ added in v0.2.0
func (op *CreateIndexEndpointOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.IndexEndpoint, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateIndexOperation ¶ added in v0.2.0
type CreateIndexOperation struct {
// contains filtered or unexported fields
}
CreateIndexOperation manages a long-running operation from CreateIndex.
func (*CreateIndexOperation) Done ¶ added in v0.2.0
func (op *CreateIndexOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateIndexOperation) Metadata ¶ added in v0.2.0
func (op *CreateIndexOperation) Metadata() (*aiplatformpb.CreateIndexOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateIndexOperation) Name ¶ added in v0.2.0
func (op *CreateIndexOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateIndexOperation) Poll ¶ added in v0.2.0
func (op *CreateIndexOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Index, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateIndexOperation) Wait ¶ added in v0.2.0
func (op *CreateIndexOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Index, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateMetadataStoreOperation ¶ added in v1.1.0
type CreateMetadataStoreOperation struct {
// contains filtered or unexported fields
}
CreateMetadataStoreOperation manages a long-running operation from CreateMetadataStore.
func (*CreateMetadataStoreOperation) Done ¶ added in v1.1.0
func (op *CreateMetadataStoreOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateMetadataStoreOperation) Metadata ¶ added in v1.1.0
func (op *CreateMetadataStoreOperation) Metadata() (*aiplatformpb.CreateMetadataStoreOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateMetadataStoreOperation) Name ¶ added in v1.1.0
func (op *CreateMetadataStoreOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateMetadataStoreOperation) Poll ¶ added in v1.1.0
func (op *CreateMetadataStoreOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MetadataStore, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateMetadataStoreOperation) Wait ¶ added in v1.1.0
func (op *CreateMetadataStoreOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.MetadataStore, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateNotebookRuntimeTemplateOperation ¶ added in v1.67.0
type CreateNotebookRuntimeTemplateOperation struct {
// contains filtered or unexported fields
}
CreateNotebookRuntimeTemplateOperation manages a long-running operation from CreateNotebookRuntimeTemplate.
func (*CreateNotebookRuntimeTemplateOperation) Done ¶ added in v1.67.0
func (op *CreateNotebookRuntimeTemplateOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateNotebookRuntimeTemplateOperation) Metadata ¶ added in v1.67.0
func (op *CreateNotebookRuntimeTemplateOperation) Metadata() (*aiplatformpb.CreateNotebookRuntimeTemplateOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateNotebookRuntimeTemplateOperation) Name ¶ added in v1.67.0
func (op *CreateNotebookRuntimeTemplateOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateNotebookRuntimeTemplateOperation) Poll ¶ added in v1.67.0
func (op *CreateNotebookRuntimeTemplateOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntimeTemplate, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateNotebookRuntimeTemplateOperation) Wait ¶ added in v1.67.0
func (op *CreateNotebookRuntimeTemplateOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.NotebookRuntimeTemplate, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreatePersistentResourceOperation ¶ added in v1.67.0
type CreatePersistentResourceOperation struct {
// contains filtered or unexported fields
}
CreatePersistentResourceOperation manages a long-running operation from CreatePersistentResource.
func (*CreatePersistentResourceOperation) Done ¶ added in v1.67.0
func (op *CreatePersistentResourceOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreatePersistentResourceOperation) Metadata ¶ added in v1.67.0
func (op *CreatePersistentResourceOperation) Metadata() (*aiplatformpb.CreatePersistentResourceOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreatePersistentResourceOperation) Name ¶ added in v1.67.0
func (op *CreatePersistentResourceOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreatePersistentResourceOperation) Poll ¶ added in v1.67.0
func (op *CreatePersistentResourceOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreatePersistentResourceOperation) Wait ¶ added in v1.67.0
func (op *CreatePersistentResourceOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.PersistentResource, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateSpecialistPoolOperation ¶
type CreateSpecialistPoolOperation struct {
// contains filtered or unexported fields
}
CreateSpecialistPoolOperation manages a long-running operation from CreateSpecialistPool.
func (*CreateSpecialistPoolOperation) Done ¶
func (op *CreateSpecialistPoolOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateSpecialistPoolOperation) Metadata ¶
func (op *CreateSpecialistPoolOperation) Metadata() (*aiplatformpb.CreateSpecialistPoolOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateSpecialistPoolOperation) Name ¶
func (op *CreateSpecialistPoolOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateSpecialistPoolOperation) Poll ¶
func (op *CreateSpecialistPoolOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SpecialistPool, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateSpecialistPoolOperation) Wait ¶
func (op *CreateSpecialistPoolOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.SpecialistPool, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CreateTensorboardOperation ¶ added in v1.2.0
type CreateTensorboardOperation struct {
// contains filtered or unexported fields
}
CreateTensorboardOperation manages a long-running operation from CreateTensorboard.
func (*CreateTensorboardOperation) Done ¶ added in v1.2.0
func (op *CreateTensorboardOperation) Done() bool
Done reports whether the long-running operation has completed.
func (*CreateTensorboardOperation) Metadata ¶ added in v1.2.0
func (op *CreateTensorboardOperation) Metadata() (*aiplatformpb.CreateTensorboardOperationMetadata, error)
Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.
func (*CreateTensorboardOperation) Name ¶ added in v1.2.0
func (op *CreateTensorboardOperation) Name() string
Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateTensorboardOperation) Poll ¶ added in v1.2.0
func (op *CreateTensorboardOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Tensorboard, error)
Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateTensorboardOperation) Wait ¶ added in v1.2.0
func (op *CreateTensorboardOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*aiplatformpb.Tensorboard, error)
Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
type CustomJobIterator ¶
type CustomJobIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*aiplatformpb.CustomJob, nextPageToken string, err error) // contains filtered or unexported fields }
CustomJobIterator manages a stream of *aiplatformpb.CustomJob.
func (*CustomJobIterator) Next ¶
func (it *CustomJobIterator) Next() (*aiplatformpb.CustomJob, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*CustomJobIterator) PageInfo ¶
func (it *CustomJobIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type DataItemIterator ¶
type DataItemIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*aiplatformpb.DataItem, nextPageToken string, err error) // contains filtered or unexported fields }
DataItemIterator manages a stream of *aiplatformpb.DataItem.
func (*DataItemIterator) Next ¶
func (it *DataItemIterator) Next() (*aiplatformpb.DataItem, error)
Next returns the next result. Its second return value is iterator.Done if there are no more results. Once Next returns Done, all subsequent calls will return Done.
func (*DataItemIterator) PageInfo ¶
func (it *DataItemIterator) PageInfo() *iterator.PageInfo
PageInfo supports pagination. See the google.golang.org/api/iterator package for details.
type DataItemViewIterator ¶ added in v1.29.0
type DataItemViewIterator struct { // Response is the raw response for the current page. // It must be cast to the RPC response type. // Calling Next() or InternalFetch() updates this value. Response interface{} // InternalFetch is for use by the Google Cloud Libraries only. // It is not part of the stable interface of this package. // // InternalFetch returns results from a single call to the underlying RPC. // The number of results is no greater than pageSize. // If there are no more results, nextPageToken is empty and err is nil. InternalFetch func(pageSize int, pageToken string) (results []*aiplatformpb.DataItemView, nextPageToken string, err error) // contains filtered or unexported fields }
DataItemViewIterator manages a stream of *aiplatformpb.DataItemView.