...

Package aiplatform

import "google.golang.org/api/aiplatform/v1beta1"
Overview
Index

Overview ▾

Package aiplatform provides access to the Vertex AI API.

For product documentation, see: https://cloud.google.com/vertex-ai/

Library status

These client libraries are officially supported by Google. However, this library is considered complete and is in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.

When possible, we recommend using our newer [Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go) that are still actively being worked and iterated on.

Creating a client

Usage example:

import "google.golang.org/api/aiplatform/v1beta1"
...
ctx := context.Background()
aiplatformService, err := aiplatform.NewService(ctx)

In this example, Google Application Default Credentials are used for authentication. For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

By default, all available scopes (see "Constants") are used to authenticate. To restrict scopes, use google.golang.org/api/option.WithScopes:

aiplatformService, err := aiplatform.NewService(ctx, option.WithScopes(aiplatform.CloudPlatformReadOnlyScope))

To use an API key for authentication (note: some APIs do not support API keys), use google.golang.org/api/option.WithAPIKey:

aiplatformService, err := aiplatform.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow, use google.golang.org/api/option.WithTokenSource:

config := &oauth2.Config{...}
// ...
token, err := config.Exchange(ctx, ...)
aiplatformService, err := aiplatform.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

See google.golang.org/api/option.ClientOption for details on options.

Index ▾

Constants
type CloudAiLargeModelsVisionFilteredText
    func (s *CloudAiLargeModelsVisionFilteredText) MarshalJSON() ([]byte, error)
    func (s *CloudAiLargeModelsVisionFilteredText) UnmarshalJSON(data []byte) error
type CloudAiLargeModelsVisionGenerateVideoResponse
    func (s *CloudAiLargeModelsVisionGenerateVideoResponse) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionImage
    func (s *CloudAiLargeModelsVisionImage) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionImageRAIScores
    func (s *CloudAiLargeModelsVisionImageRAIScores) MarshalJSON() ([]byte, error)
    func (s *CloudAiLargeModelsVisionImageRAIScores) UnmarshalJSON(data []byte) error
type CloudAiLargeModelsVisionMedia
    func (s *CloudAiLargeModelsVisionMedia) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionNamedBoundingBox
    func (s *CloudAiLargeModelsVisionNamedBoundingBox) MarshalJSON() ([]byte, error)
    func (s *CloudAiLargeModelsVisionNamedBoundingBox) UnmarshalJSON(data []byte) error
type CloudAiLargeModelsVisionRaiInfo
    func (s *CloudAiLargeModelsVisionRaiInfo) MarshalJSON() ([]byte, error)
    func (s *CloudAiLargeModelsVisionRaiInfo) UnmarshalJSON(data []byte) error
type CloudAiLargeModelsVisionSemanticFilterResponse
    func (s *CloudAiLargeModelsVisionSemanticFilterResponse) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionVideo
    func (s *CloudAiLargeModelsVisionVideo) MarshalJSON() ([]byte, error)
type GoogleApiHttpBody
    func (s *GoogleApiHttpBody) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ActiveLearningConfig
    func (s *GoogleCloudAiplatformV1beta1ActiveLearningConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest
    func (s *GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse
type GoogleCloudAiplatformV1beta1AddContextChildrenRequest
    func (s *GoogleCloudAiplatformV1beta1AddContextChildrenRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddContextChildrenResponse
type GoogleCloudAiplatformV1beta1AddExecutionEventsRequest
    func (s *GoogleCloudAiplatformV1beta1AddExecutionEventsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddExecutionEventsResponse
type GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest
    func (s *GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Annotation
    func (s *GoogleCloudAiplatformV1beta1Annotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AnnotationSpec
    func (s *GoogleCloudAiplatformV1beta1AnnotationSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Artifact
    func (s *GoogleCloudAiplatformV1beta1Artifact) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest
    func (s *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Attribution
    func (s *GoogleCloudAiplatformV1beta1Attribution) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1Attribution) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1AuthConfig
    func (s *GoogleCloudAiplatformV1beta1AuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig
    func (s *GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig
    func (s *GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig
    func (s *GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AuthConfigOauthConfig
    func (s *GoogleCloudAiplatformV1beta1AuthConfigOauthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AuthConfigOidcConfig
    func (s *GoogleCloudAiplatformV1beta1AuthConfigOidcConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AutomaticResources
    func (s *GoogleCloudAiplatformV1beta1AutomaticResources) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AutoscalingMetricSpec
    func (s *GoogleCloudAiplatformV1beta1AutoscalingMetricSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AvroSource
    func (s *GoogleCloudAiplatformV1beta1AvroSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest
    func (s *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
    func (s *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest
    func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse
    func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest
    func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse
    func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest
    func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse
    func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchDedicatedResources
    func (s *GoogleCloudAiplatformV1beta1BatchDedicatedResources) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest
    func (s *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse
    func (s *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest
    func (s *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse
    func (s *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest
    func (s *GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse
    func (s *GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult
    func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest
    func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse
    func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJob
    func (s *GoogleCloudAiplatformV1beta1BatchPredictionJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig
    func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig
    func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig
    func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo
    func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec
    func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField
    func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse
type GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse
    func (s *GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BigQueryDestination
    func (s *GoogleCloudAiplatformV1beta1BigQueryDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BigQuerySource
    func (s *GoogleCloudAiplatformV1beta1BigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BleuInput
    func (s *GoogleCloudAiplatformV1beta1BleuInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BleuInstance
    func (s *GoogleCloudAiplatformV1beta1BleuInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BleuMetricValue
    func (s *GoogleCloudAiplatformV1beta1BleuMetricValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1BleuMetricValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1BleuResults
    func (s *GoogleCloudAiplatformV1beta1BleuResults) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BleuSpec
type GoogleCloudAiplatformV1beta1Blob
    func (s *GoogleCloudAiplatformV1beta1Blob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BlurBaselineConfig
    func (s *GoogleCloudAiplatformV1beta1BlurBaselineConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1BlurBaselineConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1BoolArray
    func (s *GoogleCloudAiplatformV1beta1BoolArray) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CacheConfig
    func (s *GoogleCloudAiplatformV1beta1CacheConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest
type GoogleCloudAiplatformV1beta1CancelCustomJobRequest
type GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest
type GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest
type GoogleCloudAiplatformV1beta1CancelNasJobRequest
type GoogleCloudAiplatformV1beta1CancelPipelineJobRequest
type GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest
type GoogleCloudAiplatformV1beta1CancelTuningJobRequest
type GoogleCloudAiplatformV1beta1Candidate
    func (s *GoogleCloudAiplatformV1beta1Candidate) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
    func (s *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest
type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse
    func (s *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Citation
    func (s *GoogleCloudAiplatformV1beta1Citation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CitationMetadata
    func (s *GoogleCloudAiplatformV1beta1CitationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CoherenceInput
    func (s *GoogleCloudAiplatformV1beta1CoherenceInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CoherenceInstance
    func (s *GoogleCloudAiplatformV1beta1CoherenceInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CoherenceResult
    func (s *GoogleCloudAiplatformV1beta1CoherenceResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1CoherenceResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1CoherenceSpec
    func (s *GoogleCloudAiplatformV1beta1CoherenceSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CompleteTrialRequest
    func (s *GoogleCloudAiplatformV1beta1CompleteTrialRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CompletionStats
    func (s *GoogleCloudAiplatformV1beta1CompletionStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ComputeTokensRequest
    func (s *GoogleCloudAiplatformV1beta1ComputeTokensRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ComputeTokensResponse
    func (s *GoogleCloudAiplatformV1beta1ComputeTokensResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ContainerRegistryDestination
    func (s *GoogleCloudAiplatformV1beta1ContainerRegistryDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ContainerSpec
    func (s *GoogleCloudAiplatformV1beta1ContainerSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Content
    func (s *GoogleCloudAiplatformV1beta1Content) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Context
    func (s *GoogleCloudAiplatformV1beta1Context) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CopyModelOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CopyModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CopyModelRequest
    func (s *GoogleCloudAiplatformV1beta1CopyModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CopyModelResponse
    func (s *GoogleCloudAiplatformV1beta1CopyModelResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CountTokensRequest
    func (s *GoogleCloudAiplatformV1beta1CountTokensRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CountTokensResponse
    func (s *GoogleCloudAiplatformV1beta1CountTokensResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest
    func (s *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureRequest
    func (s *GoogleCloudAiplatformV1beta1CreateFeatureRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest
    func (s *GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest
    func (s *GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreatePipelineJobRequest
    func (s *GoogleCloudAiplatformV1beta1CreatePipelineJobRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest
    func (s *GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest
    func (s *GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CsvDestination
    func (s *GoogleCloudAiplatformV1beta1CsvDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CsvSource
    func (s *GoogleCloudAiplatformV1beta1CsvSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CustomJob
    func (s *GoogleCloudAiplatformV1beta1CustomJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CustomJobSpec
    func (s *GoogleCloudAiplatformV1beta1CustomJobSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DataItem
    func (s *GoogleCloudAiplatformV1beta1DataItem) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DataItemView
    func (s *GoogleCloudAiplatformV1beta1DataItemView) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DataLabelingJob
    func (s *GoogleCloudAiplatformV1beta1DataLabelingJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Dataset
    func (s *GoogleCloudAiplatformV1beta1Dataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DatasetVersion
    func (s *GoogleCloudAiplatformV1beta1DatasetVersion) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DedicatedResources
    func (s *GoogleCloudAiplatformV1beta1DedicatedResources) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity
    func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature
    func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse
    func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity
    func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature
    func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1DeleteOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployIndexRequest
    func (s *GoogleCloudAiplatformV1beta1DeployIndexRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployIndexResponse
    func (s *GoogleCloudAiplatformV1beta1DeployIndexResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployModelOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1DeployModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployModelRequest
    func (s *GoogleCloudAiplatformV1beta1DeployModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployModelResponse
    func (s *GoogleCloudAiplatformV1beta1DeployModelResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndex
    func (s *GoogleCloudAiplatformV1beta1DeployedIndex) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig
    func (s *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider
    func (s *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndexRef
    func (s *GoogleCloudAiplatformV1beta1DeployedIndexRef) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedModel
    func (s *GoogleCloudAiplatformV1beta1DeployedModel) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedModelRef
    func (s *GoogleCloudAiplatformV1beta1DeployedModelRef) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeploymentResourcePool
    func (s *GoogleCloudAiplatformV1beta1DeploymentResourcePool) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DestinationFeatureSetting
    func (s *GoogleCloudAiplatformV1beta1DestinationFeatureSetting) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectPredictRequest
    func (s *GoogleCloudAiplatformV1beta1DirectPredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectPredictResponse
    func (s *GoogleCloudAiplatformV1beta1DirectPredictResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectRawPredictRequest
    func (s *GoogleCloudAiplatformV1beta1DirectRawPredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectRawPredictResponse
    func (s *GoogleCloudAiplatformV1beta1DirectRawPredictResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectUploadSource
type GoogleCloudAiplatformV1beta1DiskSpec
    func (s *GoogleCloudAiplatformV1beta1DiskSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DoubleArray
    func (s *GoogleCloudAiplatformV1beta1DoubleArray) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1DoubleArray) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1EncryptionSpec
    func (s *GoogleCloudAiplatformV1beta1EncryptionSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Endpoint
    func (s *GoogleCloudAiplatformV1beta1Endpoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EntityIdSelector
    func (s *GoogleCloudAiplatformV1beta1EntityIdSelector) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EntityType
    func (s *GoogleCloudAiplatformV1beta1EntityType) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EnvVar
    func (s *GoogleCloudAiplatformV1beta1EnvVar) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation
    func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem
    func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1EvaluateInstancesRequest
    func (s *GoogleCloudAiplatformV1beta1EvaluateInstancesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EvaluateInstancesResponse
    func (s *GoogleCloudAiplatformV1beta1EvaluateInstancesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EvaluatedAnnotation
    func (s *GoogleCloudAiplatformV1beta1EvaluatedAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation
    func (s *GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Event
    func (s *GoogleCloudAiplatformV1beta1Event) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExactMatchInput
    func (s *GoogleCloudAiplatformV1beta1ExactMatchInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExactMatchInstance
    func (s *GoogleCloudAiplatformV1beta1ExactMatchInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExactMatchMetricValue
    func (s *GoogleCloudAiplatformV1beta1ExactMatchMetricValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ExactMatchMetricValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ExactMatchResults
    func (s *GoogleCloudAiplatformV1beta1ExactMatchResults) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExactMatchSpec
type GoogleCloudAiplatformV1beta1Examples
    func (s *GoogleCloudAiplatformV1beta1Examples) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource
    func (s *GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExamplesOverride
    func (s *GoogleCloudAiplatformV1beta1ExamplesOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace
    func (s *GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExecuteExtensionRequest
    func (s *GoogleCloudAiplatformV1beta1ExecuteExtensionRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExecuteExtensionResponse
    func (s *GoogleCloudAiplatformV1beta1ExecuteExtensionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Execution
    func (s *GoogleCloudAiplatformV1beta1Execution) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplainRequest
    func (s *GoogleCloudAiplatformV1beta1ExplainRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplainResponse
    func (s *GoogleCloudAiplatformV1beta1ExplainResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation
    func (s *GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Explanation
    func (s *GoogleCloudAiplatformV1beta1Explanation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadata
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataOverride
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride
    func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationParameters
    func (s *GoogleCloudAiplatformV1beta1ExplanationParameters) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationSpec
    func (s *GoogleCloudAiplatformV1beta1ExplanationSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationSpecOverride
    func (s *GoogleCloudAiplatformV1beta1ExplanationSpecOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataConfig
    func (s *GoogleCloudAiplatformV1beta1ExportDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1ExportDataOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataRequest
    func (s *GoogleCloudAiplatformV1beta1ExportDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataResponse
    func (s *GoogleCloudAiplatformV1beta1ExportDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport
    func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport
    func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse
type GoogleCloudAiplatformV1beta1ExportFractionSplit
    func (s *GoogleCloudAiplatformV1beta1ExportFractionSplit) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ExportFractionSplit) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ExportModelOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1ExportModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo
    func (s *GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelRequest
    func (s *GoogleCloudAiplatformV1beta1ExportModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig
    func (s *GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelResponse
type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest
    func (s *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse
    func (s *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Extension
    func (s *GoogleCloudAiplatformV1beta1Extension) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExtensionManifest
    func (s *GoogleCloudAiplatformV1beta1ExtensionManifest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec
    func (s *GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExtensionOperation
    func (s *GoogleCloudAiplatformV1beta1ExtensionOperation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig
    func (s *GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Feature
    func (s *GoogleCloudAiplatformV1beta1Feature) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureGroup
    func (s *GoogleCloudAiplatformV1beta1FeatureGroup) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureGroupBigQuery
    func (s *GoogleCloudAiplatformV1beta1FeatureGroupBigQuery) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly
    func (s *GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureNoiseSigma
    func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigma) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature
    func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeatureOnlineStore
    func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStore) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable
    func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling
    func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint
    func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement
    func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized
type GoogleCloudAiplatformV1beta1FeatureSelector
    func (s *GoogleCloudAiplatformV1beta1FeatureSelector) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureStatsAnomaly
    func (s *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeatureValue
    func (s *GoogleCloudAiplatformV1beta1FeatureValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FeatureValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeatureValueDestination
    func (s *GoogleCloudAiplatformV1beta1FeatureValueDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureValueList
    func (s *GoogleCloudAiplatformV1beta1FeatureValueList) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureValueMetadata
    func (s *GoogleCloudAiplatformV1beta1FeatureValueMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureView
    func (s *GoogleCloudAiplatformV1beta1FeatureView) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource
    func (s *GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewDataKey
    func (s *GoogleCloudAiplatformV1beta1FeatureViewDataKey) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey
    func (s *GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
    func (s *GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup
    func (s *GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewIndexConfig
    func (s *GoogleCloudAiplatformV1beta1FeatureViewIndexConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewIndexConfigBruteForceConfig
type GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig
    func (s *GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewSync
    func (s *GoogleCloudAiplatformV1beta1FeatureViewSync) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewSyncConfig
    func (s *GoogleCloudAiplatformV1beta1FeatureViewSyncConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary
    func (s *GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig
    func (s *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigBruteForceConfig
type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig
    func (s *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Featurestore
    func (s *GoogleCloudAiplatformV1beta1Featurestore) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig
    func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis
    func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis
    func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig
    func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig
    func (s *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling
    func (s *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse
    func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList
    func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair
    func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FileData
    func (s *GoogleCloudAiplatformV1beta1FileData) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FilterSplit
    func (s *GoogleCloudAiplatformV1beta1FilterSplit) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsRequest
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FindNeighborsResponse
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FluencyInput
    func (s *GoogleCloudAiplatformV1beta1FluencyInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FluencyInstance
    func (s *GoogleCloudAiplatformV1beta1FluencyInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FluencyResult
    func (s *GoogleCloudAiplatformV1beta1FluencyResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FluencyResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FluencySpec
    func (s *GoogleCloudAiplatformV1beta1FluencySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FractionSplit
    func (s *GoogleCloudAiplatformV1beta1FractionSplit) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FractionSplit) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FulfillmentInput
    func (s *GoogleCloudAiplatformV1beta1FulfillmentInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FulfillmentInstance
    func (s *GoogleCloudAiplatformV1beta1FulfillmentInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FulfillmentResult
    func (s *GoogleCloudAiplatformV1beta1FulfillmentResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1FulfillmentResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FulfillmentSpec
    func (s *GoogleCloudAiplatformV1beta1FulfillmentSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FunctionCall
    func (s *GoogleCloudAiplatformV1beta1FunctionCall) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FunctionCallingConfig
    func (s *GoogleCloudAiplatformV1beta1FunctionCallingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FunctionDeclaration
    func (s *GoogleCloudAiplatformV1beta1FunctionDeclaration) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FunctionResponse
    func (s *GoogleCloudAiplatformV1beta1FunctionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GcsDestination
    func (s *GoogleCloudAiplatformV1beta1GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GcsSource
    func (s *GoogleCloudAiplatformV1beta1GcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest
    func (s *GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse
    func (s *GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentRequest
    func (s *GoogleCloudAiplatformV1beta1GenerateContentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentResponse
    func (s *GoogleCloudAiplatformV1beta1GenerateContentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
    func (s *GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
    func (s *GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerationConfig
    func (s *GoogleCloudAiplatformV1beta1GenerationConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1GenerationConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1GenericOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1GenericOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenieSource
    func (s *GoogleCloudAiplatformV1beta1GenieSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GoogleDriveSource
    func (s *GoogleCloudAiplatformV1beta1GoogleDriveSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId
    func (s *GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GroundednessInput
    func (s *GoogleCloudAiplatformV1beta1GroundednessInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GroundednessInstance
    func (s *GoogleCloudAiplatformV1beta1GroundednessInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GroundednessResult
    func (s *GoogleCloudAiplatformV1beta1GroundednessResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1GroundednessResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1GroundednessSpec
    func (s *GoogleCloudAiplatformV1beta1GroundednessSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GroundingMetadata
    func (s *GoogleCloudAiplatformV1beta1GroundingMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1HyperparameterTuningJob
    func (s *GoogleCloudAiplatformV1beta1HyperparameterTuningJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IdMatcher
    func (s *GoogleCloudAiplatformV1beta1IdMatcher) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataConfig
    func (s *GoogleCloudAiplatformV1beta1ImportDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1ImportDataOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataRequest
    func (s *GoogleCloudAiplatformV1beta1ImportDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataResponse
type GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec
    func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse
    func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest
    func (s *GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportRagFilesConfig
    func (s *GoogleCloudAiplatformV1beta1ImportRagFilesConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportRagFilesRequest
    func (s *GoogleCloudAiplatformV1beta1ImportRagFilesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Index
    func (s *GoogleCloudAiplatformV1beta1Index) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexDatapoint
    func (s *GoogleCloudAiplatformV1beta1IndexDatapoint) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1IndexDatapoint) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag
    func (s *GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction
    func (s *GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1IndexDatapointRestriction
    func (s *GoogleCloudAiplatformV1beta1IndexDatapointRestriction) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding
    func (s *GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1IndexEndpoint
    func (s *GoogleCloudAiplatformV1beta1IndexEndpoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexPrivateEndpoints
    func (s *GoogleCloudAiplatformV1beta1IndexPrivateEndpoints) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexStats
    func (s *GoogleCloudAiplatformV1beta1IndexStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1InputDataConfig
    func (s *GoogleCloudAiplatformV1beta1InputDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Int64Array
    func (s *GoogleCloudAiplatformV1beta1Int64Array) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution
    func (s *GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance
    func (s *GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1LargeModelReference
    func (s *GoogleCloudAiplatformV1beta1LargeModelReference) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1LineageSubgraph
    func (s *GoogleCloudAiplatformV1beta1LineageSubgraph) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListAnnotationsResponse
    func (s *GoogleCloudAiplatformV1beta1ListAnnotationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListArtifactsResponse
    func (s *GoogleCloudAiplatformV1beta1ListArtifactsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListContextsResponse
    func (s *GoogleCloudAiplatformV1beta1ListContextsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListCustomJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListCustomJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDataItemsResponse
    func (s *GoogleCloudAiplatformV1beta1ListDataItemsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse
    func (s *GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDatasetsResponse
    func (s *GoogleCloudAiplatformV1beta1ListDatasetsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse
    func (s *GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListEndpointsResponse
    func (s *GoogleCloudAiplatformV1beta1ListEndpointsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListEntityTypesResponse
    func (s *GoogleCloudAiplatformV1beta1ListEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListExecutionsResponse
    func (s *GoogleCloudAiplatformV1beta1ListExecutionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListExtensionsResponse
    func (s *GoogleCloudAiplatformV1beta1ListExtensionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse
    func (s *GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse
    func (s *GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse
    func (s *GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListFeatureViewsResponse
    func (s *GoogleCloudAiplatformV1beta1ListFeatureViewsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListFeaturesResponse
    func (s *GoogleCloudAiplatformV1beta1ListFeaturesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListFeaturestoresResponse
    func (s *GoogleCloudAiplatformV1beta1ListFeaturestoresResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse
    func (s *GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListIndexesResponse
    func (s *GoogleCloudAiplatformV1beta1ListIndexesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
    func (s *GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListMetadataStoresResponse
    func (s *GoogleCloudAiplatformV1beta1ListMetadataStoresResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse
    func (s *GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse
    func (s *GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListModelMonitorsResponse
    func (s *GoogleCloudAiplatformV1beta1ListModelMonitorsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListModelVersionsResponse
    func (s *GoogleCloudAiplatformV1beta1ListModelVersionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListModelsResponse
    func (s *GoogleCloudAiplatformV1beta1ListModelsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListNasJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListNasJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse
    func (s *GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse
    func (s *GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse
    func (s *GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest
type GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse
    func (s *GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse
    func (s *GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListPipelineJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListPipelineJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListPublisherModelsResponse
    func (s *GoogleCloudAiplatformV1beta1ListPublisherModelsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListRagCorporaResponse
    func (s *GoogleCloudAiplatformV1beta1ListRagCorporaResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListRagFilesResponse
    func (s *GoogleCloudAiplatformV1beta1ListRagFilesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse
    func (s *GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListSavedQueriesResponse
    func (s *GoogleCloudAiplatformV1beta1ListSavedQueriesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListSchedulesResponse
    func (s *GoogleCloudAiplatformV1beta1ListSchedulesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse
    func (s *GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListStudiesResponse
    func (s *GoogleCloudAiplatformV1beta1ListStudiesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse
    func (s *GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse
    func (s *GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse
    func (s *GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListTensorboardsResponse
    func (s *GoogleCloudAiplatformV1beta1ListTensorboardsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse
    func (s *GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListTrialsResponse
    func (s *GoogleCloudAiplatformV1beta1ListTrialsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListTuningJobsResponse
    func (s *GoogleCloudAiplatformV1beta1ListTuningJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1LookupStudyRequest
    func (s *GoogleCloudAiplatformV1beta1LookupStudyRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MachineSpec
    func (s *GoogleCloudAiplatformV1beta1MachineSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ManualBatchTuningParameters
    func (s *GoogleCloudAiplatformV1beta1ManualBatchTuningParameters) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Measurement
    func (s *GoogleCloudAiplatformV1beta1Measurement) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MeasurementMetric
    func (s *GoogleCloudAiplatformV1beta1MeasurementMetric) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1MeasurementMetric) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
    func (s *GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MetadataSchema
    func (s *GoogleCloudAiplatformV1beta1MetadataSchema) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MetadataStore
    func (s *GoogleCloudAiplatformV1beta1MetadataStore) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState
    func (s *GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigratableResource
    func (s *GoogleCloudAiplatformV1beta1MigratableResource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset
    func (s *GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel
    func (s *GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset
    func (s *GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset
    func (s *GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion
    func (s *GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigrateResourceRequest
    func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig
    func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig
    func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig
    func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig
    func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig
    func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MigrateResourceResponse
    func (s *GoogleCloudAiplatformV1beta1MigrateResourceResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Model
    func (s *GoogleCloudAiplatformV1beta1Model) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelBaseModelSource
    func (s *GoogleCloudAiplatformV1beta1ModelBaseModelSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelContainerSpec
    func (s *GoogleCloudAiplatformV1beta1ModelContainerSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable
    func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob
    func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata
    func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig
    func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig
    func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluation
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluationSlice
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSlice) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ModelExplanation
    func (s *GoogleCloudAiplatformV1beta1ModelExplanation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelExportFormat
    func (s *GoogleCloudAiplatformV1beta1ModelExportFormat) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelGardenSource
    func (s *GoogleCloudAiplatformV1beta1ModelGardenSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitor
    func (s *GoogleCloudAiplatformV1beta1ModelMonitor) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
    func (s *GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource
    func (s *GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringAlert
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlert) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringInput
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringJob
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringSchema
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringSchema) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringSpec
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringStats
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats
    func (s *GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelOriginalModelInfo
    func (s *GoogleCloudAiplatformV1beta1ModelOriginalModelInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ModelSourceInfo
    func (s *GoogleCloudAiplatformV1beta1ModelSourceInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse
    func (s *GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MutateDeployedModelRequest
    func (s *GoogleCloudAiplatformV1beta1MutateDeployedModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1MutateDeployedModelResponse
    func (s *GoogleCloudAiplatformV1beta1MutateDeployedModelResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJob
    func (s *GoogleCloudAiplatformV1beta1NasJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJobOutput
    func (s *GoogleCloudAiplatformV1beta1NasJobOutput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput
    func (s *GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJobSpec
    func (s *GoogleCloudAiplatformV1beta1NasJobSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec
    func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec
    func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec
    func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec
    func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasTrial
    func (s *GoogleCloudAiplatformV1beta1NasTrial) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NasTrialDetail
    func (s *GoogleCloudAiplatformV1beta1NasTrialDetail) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NearestNeighborQuery
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborQuery) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NearestNeighbors
    func (s *GoogleCloudAiplatformV1beta1NearestNeighbors) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1Neighbor
    func (s *GoogleCloudAiplatformV1beta1Neighbor) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1Neighbor) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1NetworkSpec
    func (s *GoogleCloudAiplatformV1beta1NetworkSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NfsMount
    func (s *GoogleCloudAiplatformV1beta1NfsMount) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookEucConfig
    func (s *GoogleCloudAiplatformV1beta1NotebookEucConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookExecutionJob
    func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec
    func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
    func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource
    func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource
    func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig
    func (s *GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookReservationAffinity
    func (s *GoogleCloudAiplatformV1beta1NotebookReservationAffinity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookRuntime
    func (s *GoogleCloudAiplatformV1beta1NotebookRuntime) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate
    func (s *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef
    func (s *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput
    func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance
    func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult
    func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec
    func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput
    func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance
    func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult
    func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec
    func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Part
    func (s *GoogleCloudAiplatformV1beta1Part) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest
type GoogleCloudAiplatformV1beta1PauseScheduleRequest
type GoogleCloudAiplatformV1beta1PersistentDiskSpec
    func (s *GoogleCloudAiplatformV1beta1PersistentDiskSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PersistentResource
    func (s *GoogleCloudAiplatformV1beta1PersistentResource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineJob
    func (s *GoogleCloudAiplatformV1beta1PipelineJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineJobDetail
    func (s *GoogleCloudAiplatformV1beta1PipelineJobDetail) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig
    func (s *GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact
    func (s *GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineTaskDetail
    func (s *GoogleCloudAiplatformV1beta1PipelineTaskDetail) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList
    func (s *GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus
    func (s *GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail
    func (s *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail
    func (s *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail
    func (s *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PipelineTemplateMetadata
    func (s *GoogleCloudAiplatformV1beta1PipelineTemplateMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Port
    func (s *GoogleCloudAiplatformV1beta1Port) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PredefinedSplit
    func (s *GoogleCloudAiplatformV1beta1PredefinedSplit) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PredictRequest
    func (s *GoogleCloudAiplatformV1beta1PredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig
    func (s *GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1PredictResponse
    func (s *GoogleCloudAiplatformV1beta1PredictResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PredictSchemata
    func (s *GoogleCloudAiplatformV1beta1PredictSchemata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Presets
    func (s *GoogleCloudAiplatformV1beta1Presets) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PrivateEndpoints
    func (s *GoogleCloudAiplatformV1beta1PrivateEndpoints) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig
    func (s *GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Probe
    func (s *GoogleCloudAiplatformV1beta1Probe) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ProbeExecAction
    func (s *GoogleCloudAiplatformV1beta1ProbeExecAction) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PscAutomatedEndpoints
    func (s *GoogleCloudAiplatformV1beta1PscAutomatedEndpoints) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModel
    func (s *GoogleCloudAiplatformV1beta1PublisherModel) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelCallToAction
    func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToAction) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy
    func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke
    func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines
    func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks
    func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
    func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi
    func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelDocumentation
    func (s *GoogleCloudAiplatformV1beta1PublisherModelDocumentation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelParent
    func (s *GoogleCloudAiplatformV1beta1PublisherModelParent) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PublisherModelResourceReference
    func (s *GoogleCloudAiplatformV1beta1PublisherModelResourceReference) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata
    func (s *GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeArtifactsRequest
    func (s *GoogleCloudAiplatformV1beta1PurgeArtifactsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeArtifactsResponse
    func (s *GoogleCloudAiplatformV1beta1PurgeArtifactsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeContextsMetadata
    func (s *GoogleCloudAiplatformV1beta1PurgeContextsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeContextsRequest
    func (s *GoogleCloudAiplatformV1beta1PurgeContextsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeContextsResponse
    func (s *GoogleCloudAiplatformV1beta1PurgeContextsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata
    func (s *GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeExecutionsRequest
    func (s *GoogleCloudAiplatformV1beta1PurgeExecutionsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PurgeExecutionsResponse
    func (s *GoogleCloudAiplatformV1beta1PurgeExecutionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1PythonPackageSpec
    func (s *GoogleCloudAiplatformV1beta1PythonPackageSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse
    func (s *GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QueryExtensionRequest
    func (s *GoogleCloudAiplatformV1beta1QueryExtensionRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QueryExtensionResponse
    func (s *GoogleCloudAiplatformV1beta1QueryExtensionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest
    func (s *GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse
    func (s *GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec
    func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RagContexts
    func (s *GoogleCloudAiplatformV1beta1RagContexts) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RagContextsContext
    func (s *GoogleCloudAiplatformV1beta1RagContextsContext) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1RagContextsContext) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1RagCorpus
    func (s *GoogleCloudAiplatformV1beta1RagCorpus) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RagFile
    func (s *GoogleCloudAiplatformV1beta1RagFile) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RagFileChunkingConfig
    func (s *GoogleCloudAiplatformV1beta1RagFileChunkingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RagQuery
    func (s *GoogleCloudAiplatformV1beta1RagQuery) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RawPredictRequest
    func (s *GoogleCloudAiplatformV1beta1RawPredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RayMetricSpec
    func (s *GoogleCloudAiplatformV1beta1RayMetricSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RaySpec
    func (s *GoogleCloudAiplatformV1beta1RaySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse
    func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView
    func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData
    func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor
    func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader
    func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest
    func (s *GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse
    func (s *GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse
    func (s *GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse
    func (s *GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse
    func (s *GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse
    func (s *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData
    func (s *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData
    func (s *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReasoningEngine
    func (s *GoogleCloudAiplatformV1beta1ReasoningEngine) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReasoningEngineSpec
    func (s *GoogleCloudAiplatformV1beta1ReasoningEngineSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec
    func (s *GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest
type GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
    func (s *GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse
type GoogleCloudAiplatformV1beta1RemoveDatapointsRequest
    func (s *GoogleCloudAiplatformV1beta1RemoveDatapointsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RemoveDatapointsResponse
type GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
    func (s *GoogleCloudAiplatformV1beta1ReportExecutionEventRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReportExecutionEventResponse
type GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest
    func (s *GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse
    func (s *GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ResourcePool
    func (s *GoogleCloudAiplatformV1beta1ResourcePool) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec
    func (s *GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ResourceRuntime
    func (s *GoogleCloudAiplatformV1beta1ResourceRuntime) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ResourceRuntimeSpec
    func (s *GoogleCloudAiplatformV1beta1ResourceRuntimeSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ResourcesConsumed
    func (s *GoogleCloudAiplatformV1beta1ResourcesConsumed) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ResourcesConsumed) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest
type GoogleCloudAiplatformV1beta1ResumeScheduleRequest
    func (s *GoogleCloudAiplatformV1beta1ResumeScheduleRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Retrieval
    func (s *GoogleCloudAiplatformV1beta1Retrieval) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RetrieveContextsRequest
    func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore
    func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource
    func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RetrieveContextsResponse
    func (s *GoogleCloudAiplatformV1beta1RetrieveContextsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RougeInput
    func (s *GoogleCloudAiplatformV1beta1RougeInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RougeInstance
    func (s *GoogleCloudAiplatformV1beta1RougeInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RougeMetricValue
    func (s *GoogleCloudAiplatformV1beta1RougeMetricValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1RougeMetricValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1RougeResults
    func (s *GoogleCloudAiplatformV1beta1RougeResults) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RougeSpec
    func (s *GoogleCloudAiplatformV1beta1RougeSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RuntimeConfig
    func (s *GoogleCloudAiplatformV1beta1RuntimeConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig
    func (s *GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig
    func (s *GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SafetyInput
    func (s *GoogleCloudAiplatformV1beta1SafetyInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SafetyInstance
    func (s *GoogleCloudAiplatformV1beta1SafetyInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SafetyRating
    func (s *GoogleCloudAiplatformV1beta1SafetyRating) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SafetyRating) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SafetyResult
    func (s *GoogleCloudAiplatformV1beta1SafetyResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SafetyResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SafetySetting
    func (s *GoogleCloudAiplatformV1beta1SafetySetting) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SafetySpec
    func (s *GoogleCloudAiplatformV1beta1SafetySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SampleConfig
    func (s *GoogleCloudAiplatformV1beta1SampleConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SampledShapleyAttribution
    func (s *GoogleCloudAiplatformV1beta1SampledShapleyAttribution) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SamplingStrategy
    func (s *GoogleCloudAiplatformV1beta1SamplingStrategy) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig
    func (s *GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SavedQuery
    func (s *GoogleCloudAiplatformV1beta1SavedQuery) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Scalar
    func (s *GoogleCloudAiplatformV1beta1Scalar) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1Scalar) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1Schedule
    func (s *GoogleCloudAiplatformV1beta1Schedule) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ScheduleRunResponse
    func (s *GoogleCloudAiplatformV1beta1ScheduleRunResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Scheduling
    func (s *GoogleCloudAiplatformV1beta1Scheduling) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Schema
    func (s *GoogleCloudAiplatformV1beta1Schema) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1Schema) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor
    func (s *GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaImageDataItem
    func (s *GoogleCloudAiplatformV1beta1SchemaImageDataItem) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetrics) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitionMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitionMetrics) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictionInstance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictionInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictionResult) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionResult) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaPredictionResult
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictionResult) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaPredictionResultError
    func (s *GoogleCloudAiplatformV1beta1SchemaPredictionResultError) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource
    func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource
    func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig
    func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTextDataItem
    func (s *GoogleCloudAiplatformV1beta1SchemaTextDataItem) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTextSegment
    func (s *GoogleCloudAiplatformV1beta1SchemaTextSegment) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTimeSegment
    func (s *GoogleCloudAiplatformV1beta1SchemaTimeSegment) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource
    func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource
    func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig
    func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassification
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassification) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetection
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetection) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassification
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassification) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtractionInputs
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognition
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognition) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassification
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassification) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTracking
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTracking) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTask
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTask) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig
    func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaVertex
    func (s *GoogleCloudAiplatformV1beta1SchemaVertex) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaVertex) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaVideoDataItem
    func (s *GoogleCloudAiplatformV1beta1SchemaVideoDataItem) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation
    func (s *GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata
    func (s *GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SchemaVisualInspectionMaskSavedQueryMetadata
type GoogleCloudAiplatformV1beta1SearchDataItemsResponse
    func (s *GoogleCloudAiplatformV1beta1SearchDataItemsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchEntryPoint
    func (s *GoogleCloudAiplatformV1beta1SearchEntryPoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchFeaturesResponse
    func (s *GoogleCloudAiplatformV1beta1SearchFeaturesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest
    func (s *GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse
    func (s *GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest
    func (s *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective
    func (s *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse
    func (s *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest
    func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse
    func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter
    func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter
    func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest
    func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse
    func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest
    func (s *GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse
    func (s *GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ServiceAccountSpec
    func (s *GoogleCloudAiplatformV1beta1ServiceAccountSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ShieldedVmConfig
    func (s *GoogleCloudAiplatformV1beta1ShieldedVmConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SmoothGradConfig
    func (s *GoogleCloudAiplatformV1beta1SmoothGradConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SmoothGradConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SpecialistPool
    func (s *GoogleCloudAiplatformV1beta1SpecialistPool) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest
type GoogleCloudAiplatformV1beta1StopTrialRequest
type GoogleCloudAiplatformV1beta1StratifiedSplit
    func (s *GoogleCloudAiplatformV1beta1StratifiedSplit) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1StratifiedSplit) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse
    func (s *GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StreamingPredictRequest
    func (s *GoogleCloudAiplatformV1beta1StreamingPredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StreamingPredictResponse
    func (s *GoogleCloudAiplatformV1beta1StreamingPredictResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StringArray
    func (s *GoogleCloudAiplatformV1beta1StringArray) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Study
    func (s *GoogleCloudAiplatformV1beta1Study) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpec
    func (s *GoogleCloudAiplatformV1beta1StudySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig
    func (s *GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecMetricSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecMetricSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig
    func (s *GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1StudySpecParameterSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec
    func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig
    func (s *GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig
    func (s *GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1StudyTimeConstraint
    func (s *GoogleCloudAiplatformV1beta1StudyTimeConstraint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SuggestTrialsMetadata
    func (s *GoogleCloudAiplatformV1beta1SuggestTrialsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SuggestTrialsRequest
    func (s *GoogleCloudAiplatformV1beta1SuggestTrialsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SuggestTrialsResponse
    func (s *GoogleCloudAiplatformV1beta1SuggestTrialsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput
    func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance
    func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult
    func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec
    func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationQualityInput
    func (s *GoogleCloudAiplatformV1beta1SummarizationQualityInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationQualityInstance
    func (s *GoogleCloudAiplatformV1beta1SummarizationQualityInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationQualityResult
    func (s *GoogleCloudAiplatformV1beta1SummarizationQualityResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SummarizationQualityResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SummarizationQualitySpec
    func (s *GoogleCloudAiplatformV1beta1SummarizationQualitySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationVerbosityInput
    func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance
    func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SummarizationVerbosityResult
    func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityResult) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityResult) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SummarizationVerbositySpec
    func (s *GoogleCloudAiplatformV1beta1SummarizationVerbositySpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SupervisedHyperParameters
    func (s *GoogleCloudAiplatformV1beta1SupervisedHyperParameters) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SupervisedHyperParameters) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SupervisedTuningDataStats
    func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDataStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
    func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket
    func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1SupervisedTuningSpec
    func (s *GoogleCloudAiplatformV1beta1SupervisedTuningSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1SyncFeatureViewRequest
type GoogleCloudAiplatformV1beta1SyncFeatureViewResponse
    func (s *GoogleCloudAiplatformV1beta1SyncFeatureViewResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TFRecordDestination
    func (s *GoogleCloudAiplatformV1beta1TFRecordDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Tensor
    func (s *GoogleCloudAiplatformV1beta1Tensor) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1Tensor) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1Tensorboard
    func (s *GoogleCloudAiplatformV1beta1Tensorboard) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TensorboardBlob
    func (s *GoogleCloudAiplatformV1beta1TensorboardBlob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TensorboardBlobSequence
    func (s *GoogleCloudAiplatformV1beta1TensorboardBlobSequence) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TensorboardExperiment
    func (s *GoogleCloudAiplatformV1beta1TensorboardExperiment) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TensorboardRun
    func (s *GoogleCloudAiplatformV1beta1TensorboardRun) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TensorboardTensor
    func (s *GoogleCloudAiplatformV1beta1TensorboardTensor) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TensorboardTimeSeries
    func (s *GoogleCloudAiplatformV1beta1TensorboardTimeSeries) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata
    func (s *GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ThresholdConfig
    func (s *GoogleCloudAiplatformV1beta1ThresholdConfig) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ThresholdConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1TimeSeriesData
    func (s *GoogleCloudAiplatformV1beta1TimeSeriesData) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TimeSeriesDataPoint
    func (s *GoogleCloudAiplatformV1beta1TimeSeriesDataPoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TimestampSplit
    func (s *GoogleCloudAiplatformV1beta1TimestampSplit) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1TimestampSplit) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1TokensInfo
    func (s *GoogleCloudAiplatformV1beta1TokensInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Tool
    func (s *GoogleCloudAiplatformV1beta1Tool) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolCallValidInput
    func (s *GoogleCloudAiplatformV1beta1ToolCallValidInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolCallValidInstance
    func (s *GoogleCloudAiplatformV1beta1ToolCallValidInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolCallValidMetricValue
    func (s *GoogleCloudAiplatformV1beta1ToolCallValidMetricValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ToolCallValidMetricValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ToolCallValidResults
    func (s *GoogleCloudAiplatformV1beta1ToolCallValidResults) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolCallValidSpec
type GoogleCloudAiplatformV1beta1ToolConfig
    func (s *GoogleCloudAiplatformV1beta1ToolConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolNameMatchInput
    func (s *GoogleCloudAiplatformV1beta1ToolNameMatchInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolNameMatchInstance
    func (s *GoogleCloudAiplatformV1beta1ToolNameMatchInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue
    func (s *GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ToolNameMatchResults
    func (s *GoogleCloudAiplatformV1beta1ToolNameMatchResults) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolNameMatchSpec
type GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults
    func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchSpec
type GoogleCloudAiplatformV1beta1ToolUseExample
    func (s *GoogleCloudAiplatformV1beta1ToolUseExample) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation
    func (s *GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TrainingConfig
    func (s *GoogleCloudAiplatformV1beta1TrainingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TrainingPipeline
    func (s *GoogleCloudAiplatformV1beta1TrainingPipeline) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Trial
    func (s *GoogleCloudAiplatformV1beta1Trial) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TrialContext
    func (s *GoogleCloudAiplatformV1beta1TrialContext) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TrialParameter
    func (s *GoogleCloudAiplatformV1beta1TrialParameter) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TunedModel
    func (s *GoogleCloudAiplatformV1beta1TunedModel) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TuningDataStats
    func (s *GoogleCloudAiplatformV1beta1TuningDataStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1TuningJob
    func (s *GoogleCloudAiplatformV1beta1TuningJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UndeployIndexRequest
    func (s *GoogleCloudAiplatformV1beta1UndeployIndexRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UndeployIndexResponse
type GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UndeployModelRequest
    func (s *GoogleCloudAiplatformV1beta1UndeployModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UndeployModelResponse
type GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UnmanagedContainerModel
    func (s *GoogleCloudAiplatformV1beta1UnmanagedContainerModel) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest
    func (s *GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetResponse
type GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest
type GoogleCloudAiplatformV1beta1UploadModelOperationMetadata
    func (s *GoogleCloudAiplatformV1beta1UploadModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UploadModelRequest
    func (s *GoogleCloudAiplatformV1beta1UploadModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UploadModelResponse
    func (s *GoogleCloudAiplatformV1beta1UploadModelResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UploadRagFileConfig
    func (s *GoogleCloudAiplatformV1beta1UploadRagFileConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UploadRagFileRequest
    func (s *GoogleCloudAiplatformV1beta1UploadRagFileRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UploadRagFileResponse
    func (s *GoogleCloudAiplatformV1beta1UploadRagFileResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpsertDatapointsRequest
    func (s *GoogleCloudAiplatformV1beta1UpsertDatapointsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1UpsertDatapointsResponse
type GoogleCloudAiplatformV1beta1UserActionReference
    func (s *GoogleCloudAiplatformV1beta1UserActionReference) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Value
    func (s *GoogleCloudAiplatformV1beta1Value) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1Value) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1VertexAISearch
    func (s *GoogleCloudAiplatformV1beta1VertexAISearch) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1VertexRagStore
    func (s *GoogleCloudAiplatformV1beta1VertexRagStore) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudAiplatformV1beta1VertexRagStore) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1VertexRagStoreRagResource
    func (s *GoogleCloudAiplatformV1beta1VertexRagStoreRagResource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1VideoMetadata
    func (s *GoogleCloudAiplatformV1beta1VideoMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1WorkerPoolSpec
    func (s *GoogleCloudAiplatformV1beta1WorkerPoolSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload
    func (s *GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest
    func (s *GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse
type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest
    func (s *GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse
type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest
    func (s *GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse
type GoogleCloudAiplatformV1beta1XraiAttribution
    func (s *GoogleCloudAiplatformV1beta1XraiAttribution) MarshalJSON() ([]byte, error)
type GoogleCloudLocationListLocationsResponse
    func (s *GoogleCloudLocationListLocationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudLocationLocation
    func (s *GoogleCloudLocationLocation) MarshalJSON() ([]byte, error)
type GoogleIamV1Binding
    func (s *GoogleIamV1Binding) MarshalJSON() ([]byte, error)
type GoogleIamV1GetIamPolicyRequest
    func (s *GoogleIamV1GetIamPolicyRequest) MarshalJSON() ([]byte, error)
type GoogleIamV1GetPolicyOptions
    func (s *GoogleIamV1GetPolicyOptions) MarshalJSON() ([]byte, error)
type GoogleIamV1Policy
    func (s *GoogleIamV1Policy) MarshalJSON() ([]byte, error)
type GoogleIamV1SetIamPolicyRequest
    func (s *GoogleIamV1SetIamPolicyRequest) MarshalJSON() ([]byte, error)
type GoogleIamV1TestIamPermissionsRequest
    func (s *GoogleIamV1TestIamPermissionsRequest) MarshalJSON() ([]byte, error)
type GoogleIamV1TestIamPermissionsResponse
    func (s *GoogleIamV1TestIamPermissionsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningListOperationsResponse
    func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningOperation
    func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)
type GoogleProtobufEmpty
type GoogleRpcStatus
    func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)
type GoogleTypeColor
    func (s *GoogleTypeColor) MarshalJSON() ([]byte, error)
    func (s *GoogleTypeColor) UnmarshalJSON(data []byte) error
type GoogleTypeDate
    func (s *GoogleTypeDate) MarshalJSON() ([]byte, error)
type GoogleTypeExpr
    func (s *GoogleTypeExpr) MarshalJSON() ([]byte, error)
type GoogleTypeInterval
    func (s *GoogleTypeInterval) MarshalJSON() ([]byte, error)
type GoogleTypeMoney
    func (s *GoogleTypeMoney) MarshalJSON() ([]byte, error)
type MediaService
    func NewMediaService(s *Service) *MediaService
    func (r *MediaService) Upload(parent string, googlecloudaiplatformv1beta1uploadragfilerequest *GoogleCloudAiplatformV1beta1UploadRagFileRequest) *MediaUploadCall
type MediaUploadCall
    func (c *MediaUploadCall) Context(ctx context.Context) *MediaUploadCall
    func (c *MediaUploadCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1UploadRagFileResponse, error)
    func (c *MediaUploadCall) Fields(s ...googleapi.Field) *MediaUploadCall
    func (c *MediaUploadCall) Header() http.Header
    func (c *MediaUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *MediaUploadCall
    func (c *MediaUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *MediaUploadCall
    func (c *MediaUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *MediaUploadCall
type ProjectsGetCacheConfigCall
    func (c *ProjectsGetCacheConfigCall) Context(ctx context.Context) *ProjectsGetCacheConfigCall
    func (c *ProjectsGetCacheConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CacheConfig, error)
    func (c *ProjectsGetCacheConfigCall) Fields(s ...googleapi.Field) *ProjectsGetCacheConfigCall
    func (c *ProjectsGetCacheConfigCall) Header() http.Header
    func (c *ProjectsGetCacheConfigCall) IfNoneMatch(entityTag string) *ProjectsGetCacheConfigCall
type ProjectsLocationsAgentsOperationsCancelCall
    func (c *ProjectsLocationsAgentsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsCancelCall
    func (c *ProjectsLocationsAgentsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsAgentsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsCancelCall
    func (c *ProjectsLocationsAgentsOperationsCancelCall) Header() http.Header
type ProjectsLocationsAgentsOperationsDeleteCall
    func (c *ProjectsLocationsAgentsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsDeleteCall
    func (c *ProjectsLocationsAgentsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsAgentsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsDeleteCall
    func (c *ProjectsLocationsAgentsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsAgentsOperationsGetCall
    func (c *ProjectsLocationsAgentsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsGetCall
    func (c *ProjectsLocationsAgentsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsAgentsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsGetCall
    func (c *ProjectsLocationsAgentsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsAgentsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsOperationsGetCall
type ProjectsLocationsAgentsOperationsListCall
    func (c *ProjectsLocationsAgentsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsListCall
    func (c *ProjectsLocationsAgentsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsAgentsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsListCall
    func (c *ProjectsLocationsAgentsOperationsListCall) Filter(filter string) *ProjectsLocationsAgentsOperationsListCall
    func (c *ProjectsLocationsAgentsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsAgentsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsOperationsListCall
    func (c *ProjectsLocationsAgentsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsOperationsListCall
    func (c *ProjectsLocationsAgentsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsOperationsListCall
    func (c *ProjectsLocationsAgentsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsAgentsOperationsService
    func NewProjectsLocationsAgentsOperationsService(s *Service) *ProjectsLocationsAgentsOperationsService
    func (r *ProjectsLocationsAgentsOperationsService) Cancel(name string) *ProjectsLocationsAgentsOperationsCancelCall
    func (r *ProjectsLocationsAgentsOperationsService) Delete(name string) *ProjectsLocationsAgentsOperationsDeleteCall
    func (r *ProjectsLocationsAgentsOperationsService) Get(name string) *ProjectsLocationsAgentsOperationsGetCall
    func (r *ProjectsLocationsAgentsOperationsService) List(name string) *ProjectsLocationsAgentsOperationsListCall
    func (r *ProjectsLocationsAgentsOperationsService) Wait(name string) *ProjectsLocationsAgentsOperationsWaitCall
type ProjectsLocationsAgentsOperationsWaitCall
    func (c *ProjectsLocationsAgentsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsWaitCall
    func (c *ProjectsLocationsAgentsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsAgentsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsWaitCall
    func (c *ProjectsLocationsAgentsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsAgentsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsAgentsOperationsWaitCall
type ProjectsLocationsAgentsService
    func NewProjectsLocationsAgentsService(s *Service) *ProjectsLocationsAgentsService
type ProjectsLocationsAppsOperationsCancelCall
    func (c *ProjectsLocationsAppsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsCancelCall
    func (c *ProjectsLocationsAppsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsAppsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsCancelCall
    func (c *ProjectsLocationsAppsOperationsCancelCall) Header() http.Header
type ProjectsLocationsAppsOperationsDeleteCall
    func (c *ProjectsLocationsAppsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsDeleteCall
    func (c *ProjectsLocationsAppsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsAppsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsDeleteCall
    func (c *ProjectsLocationsAppsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsAppsOperationsGetCall
    func (c *ProjectsLocationsAppsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsGetCall
    func (c *ProjectsLocationsAppsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsAppsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsGetCall
    func (c *ProjectsLocationsAppsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsAppsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAppsOperationsGetCall
type ProjectsLocationsAppsOperationsListCall
    func (c *ProjectsLocationsAppsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsListCall
    func (c *ProjectsLocationsAppsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsAppsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsListCall
    func (c *ProjectsLocationsAppsOperationsListCall) Filter(filter string) *ProjectsLocationsAppsOperationsListCall
    func (c *ProjectsLocationsAppsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsAppsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAppsOperationsListCall
    func (c *ProjectsLocationsAppsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsAppsOperationsListCall
    func (c *ProjectsLocationsAppsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsAppsOperationsListCall
    func (c *ProjectsLocationsAppsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsAppsOperationsService
    func NewProjectsLocationsAppsOperationsService(s *Service) *ProjectsLocationsAppsOperationsService
    func (r *ProjectsLocationsAppsOperationsService) Cancel(name string) *ProjectsLocationsAppsOperationsCancelCall
    func (r *ProjectsLocationsAppsOperationsService) Delete(name string) *ProjectsLocationsAppsOperationsDeleteCall
    func (r *ProjectsLocationsAppsOperationsService) Get(name string) *ProjectsLocationsAppsOperationsGetCall
    func (r *ProjectsLocationsAppsOperationsService) List(name string) *ProjectsLocationsAppsOperationsListCall
    func (r *ProjectsLocationsAppsOperationsService) Wait(name string) *ProjectsLocationsAppsOperationsWaitCall
type ProjectsLocationsAppsOperationsWaitCall
    func (c *ProjectsLocationsAppsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsWaitCall
    func (c *ProjectsLocationsAppsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsAppsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsWaitCall
    func (c *ProjectsLocationsAppsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsAppsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsAppsOperationsWaitCall
type ProjectsLocationsAppsService
    func NewProjectsLocationsAppsService(s *Service) *ProjectsLocationsAppsService
type ProjectsLocationsBatchPredictionJobsCancelCall
    func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsCancelCall
    func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsCancelCall
    func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Header() http.Header
type ProjectsLocationsBatchPredictionJobsCreateCall
    func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsCreateCall
    func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchPredictionJob, error)
    func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsCreateCall
    func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Header() http.Header
type ProjectsLocationsBatchPredictionJobsDeleteCall
    func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsDeleteCall
    func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsDeleteCall
    func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Header() http.Header
type ProjectsLocationsBatchPredictionJobsGetCall
    func (c *ProjectsLocationsBatchPredictionJobsGetCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsGetCall
    func (c *ProjectsLocationsBatchPredictionJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchPredictionJob, error)
    func (c *ProjectsLocationsBatchPredictionJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsGetCall
    func (c *ProjectsLocationsBatchPredictionJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsBatchPredictionJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsBatchPredictionJobsGetCall
type ProjectsLocationsBatchPredictionJobsListCall
    func (c *ProjectsLocationsBatchPredictionJobsListCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsListCall
    func (c *ProjectsLocationsBatchPredictionJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse, error)
    func (c *ProjectsLocationsBatchPredictionJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsListCall
    func (c *ProjectsLocationsBatchPredictionJobsListCall) Filter(filter string) *ProjectsLocationsBatchPredictionJobsListCall
    func (c *ProjectsLocationsBatchPredictionJobsListCall) Header() http.Header
    func (c *ProjectsLocationsBatchPredictionJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsBatchPredictionJobsListCall
    func (c *ProjectsLocationsBatchPredictionJobsListCall) PageSize(pageSize int64) *ProjectsLocationsBatchPredictionJobsListCall
    func (c *ProjectsLocationsBatchPredictionJobsListCall) PageToken(pageToken string) *ProjectsLocationsBatchPredictionJobsListCall
    func (c *ProjectsLocationsBatchPredictionJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse) error) error
    func (c *ProjectsLocationsBatchPredictionJobsListCall) ReadMask(readMask string) *ProjectsLocationsBatchPredictionJobsListCall
type ProjectsLocationsBatchPredictionJobsService
    func NewProjectsLocationsBatchPredictionJobsService(s *Service) *ProjectsLocationsBatchPredictionJobsService
    func (r *ProjectsLocationsBatchPredictionJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelbatchpredictionjobrequest *GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest) *ProjectsLocationsBatchPredictionJobsCancelCall
    func (r *ProjectsLocationsBatchPredictionJobsService) Create(parent string, googlecloudaiplatformv1beta1batchpredictionjob *GoogleCloudAiplatformV1beta1BatchPredictionJob) *ProjectsLocationsBatchPredictionJobsCreateCall
    func (r *ProjectsLocationsBatchPredictionJobsService) Delete(name string) *ProjectsLocationsBatchPredictionJobsDeleteCall
    func (r *ProjectsLocationsBatchPredictionJobsService) Get(name string) *ProjectsLocationsBatchPredictionJobsGetCall
    func (r *ProjectsLocationsBatchPredictionJobsService) List(parent string) *ProjectsLocationsBatchPredictionJobsListCall
type ProjectsLocationsCustomJobsCancelCall
    func (c *ProjectsLocationsCustomJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsCancelCall
    func (c *ProjectsLocationsCustomJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsCustomJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsCancelCall
    func (c *ProjectsLocationsCustomJobsCancelCall) Header() http.Header
type ProjectsLocationsCustomJobsCreateCall
    func (c *ProjectsLocationsCustomJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsCreateCall
    func (c *ProjectsLocationsCustomJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CustomJob, error)
    func (c *ProjectsLocationsCustomJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsCreateCall
    func (c *ProjectsLocationsCustomJobsCreateCall) Header() http.Header
type ProjectsLocationsCustomJobsDeleteCall
    func (c *ProjectsLocationsCustomJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsDeleteCall
    func (c *ProjectsLocationsCustomJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCustomJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsDeleteCall
    func (c *ProjectsLocationsCustomJobsDeleteCall) Header() http.Header
type ProjectsLocationsCustomJobsGetCall
    func (c *ProjectsLocationsCustomJobsGetCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsGetCall
    func (c *ProjectsLocationsCustomJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CustomJob, error)
    func (c *ProjectsLocationsCustomJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsGetCall
    func (c *ProjectsLocationsCustomJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsCustomJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsGetCall
type ProjectsLocationsCustomJobsListCall
    func (c *ProjectsLocationsCustomJobsListCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsListCall
    func (c *ProjectsLocationsCustomJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListCustomJobsResponse, error)
    func (c *ProjectsLocationsCustomJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsListCall
    func (c *ProjectsLocationsCustomJobsListCall) Filter(filter string) *ProjectsLocationsCustomJobsListCall
    func (c *ProjectsLocationsCustomJobsListCall) Header() http.Header
    func (c *ProjectsLocationsCustomJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsListCall
    func (c *ProjectsLocationsCustomJobsListCall) PageSize(pageSize int64) *ProjectsLocationsCustomJobsListCall
    func (c *ProjectsLocationsCustomJobsListCall) PageToken(pageToken string) *ProjectsLocationsCustomJobsListCall
    func (c *ProjectsLocationsCustomJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListCustomJobsResponse) error) error
    func (c *ProjectsLocationsCustomJobsListCall) ReadMask(readMask string) *ProjectsLocationsCustomJobsListCall
type ProjectsLocationsCustomJobsOperationsCancelCall
    func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsCancelCall
    func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsCancelCall
    func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Header() http.Header
type ProjectsLocationsCustomJobsOperationsDeleteCall
    func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsDeleteCall
    func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsDeleteCall
    func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsCustomJobsOperationsGetCall
    func (c *ProjectsLocationsCustomJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsGetCall
    func (c *ProjectsLocationsCustomJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCustomJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsGetCall
    func (c *ProjectsLocationsCustomJobsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsCustomJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsOperationsGetCall
type ProjectsLocationsCustomJobsOperationsListCall
    func (c *ProjectsLocationsCustomJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsListCall
    func (c *ProjectsLocationsCustomJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsCustomJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsListCall
    func (c *ProjectsLocationsCustomJobsOperationsListCall) Filter(filter string) *ProjectsLocationsCustomJobsOperationsListCall
    func (c *ProjectsLocationsCustomJobsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsCustomJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsOperationsListCall
    func (c *ProjectsLocationsCustomJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsCustomJobsOperationsListCall
    func (c *ProjectsLocationsCustomJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsCustomJobsOperationsListCall
    func (c *ProjectsLocationsCustomJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsCustomJobsOperationsService
    func NewProjectsLocationsCustomJobsOperationsService(s *Service) *ProjectsLocationsCustomJobsOperationsService
    func (r *ProjectsLocationsCustomJobsOperationsService) Cancel(name string) *ProjectsLocationsCustomJobsOperationsCancelCall
    func (r *ProjectsLocationsCustomJobsOperationsService) Delete(name string) *ProjectsLocationsCustomJobsOperationsDeleteCall
    func (r *ProjectsLocationsCustomJobsOperationsService) Get(name string) *ProjectsLocationsCustomJobsOperationsGetCall
    func (r *ProjectsLocationsCustomJobsOperationsService) List(name string) *ProjectsLocationsCustomJobsOperationsListCall
    func (r *ProjectsLocationsCustomJobsOperationsService) Wait(name string) *ProjectsLocationsCustomJobsOperationsWaitCall
type ProjectsLocationsCustomJobsOperationsWaitCall
    func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsWaitCall
    func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsWaitCall
    func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsCustomJobsOperationsWaitCall
type ProjectsLocationsCustomJobsService
    func NewProjectsLocationsCustomJobsService(s *Service) *ProjectsLocationsCustomJobsService
    func (r *ProjectsLocationsCustomJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelcustomjobrequest *GoogleCloudAiplatformV1beta1CancelCustomJobRequest) *ProjectsLocationsCustomJobsCancelCall
    func (r *ProjectsLocationsCustomJobsService) Create(parent string, googlecloudaiplatformv1beta1customjob *GoogleCloudAiplatformV1beta1CustomJob) *ProjectsLocationsCustomJobsCreateCall
    func (r *ProjectsLocationsCustomJobsService) Delete(name string) *ProjectsLocationsCustomJobsDeleteCall
    func (r *ProjectsLocationsCustomJobsService) Get(name string) *ProjectsLocationsCustomJobsGetCall
    func (r *ProjectsLocationsCustomJobsService) List(parent string) *ProjectsLocationsCustomJobsListCall
type ProjectsLocationsDataLabelingJobsCancelCall
    func (c *ProjectsLocationsDataLabelingJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsCancelCall
    func (c *ProjectsLocationsDataLabelingJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDataLabelingJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsCancelCall
    func (c *ProjectsLocationsDataLabelingJobsCancelCall) Header() http.Header
type ProjectsLocationsDataLabelingJobsCreateCall
    func (c *ProjectsLocationsDataLabelingJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsCreateCall
    func (c *ProjectsLocationsDataLabelingJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DataLabelingJob, error)
    func (c *ProjectsLocationsDataLabelingJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsCreateCall
    func (c *ProjectsLocationsDataLabelingJobsCreateCall) Header() http.Header
type ProjectsLocationsDataLabelingJobsDeleteCall
    func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsDeleteCall
    func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsDeleteCall
    func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Header() http.Header
type ProjectsLocationsDataLabelingJobsGetCall
    func (c *ProjectsLocationsDataLabelingJobsGetCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsGetCall
    func (c *ProjectsLocationsDataLabelingJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DataLabelingJob, error)
    func (c *ProjectsLocationsDataLabelingJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsGetCall
    func (c *ProjectsLocationsDataLabelingJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsDataLabelingJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsGetCall
type ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse, error)
    func (c *ProjectsLocationsDataLabelingJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) Filter(filter string) *ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) Header() http.Header
    func (c *ProjectsLocationsDataLabelingJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) OrderBy(orderBy string) *ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) PageSize(pageSize int64) *ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) PageToken(pageToken string) *ProjectsLocationsDataLabelingJobsListCall
    func (c *ProjectsLocationsDataLabelingJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse) error) error
    func (c *ProjectsLocationsDataLabelingJobsListCall) ReadMask(readMask string) *ProjectsLocationsDataLabelingJobsListCall
type ProjectsLocationsDataLabelingJobsOperationsCancelCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsCancelCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsCancelCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Header() http.Header
type ProjectsLocationsDataLabelingJobsOperationsDeleteCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsDeleteCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsDeleteCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsDataLabelingJobsOperationsGetCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsGetCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsGetCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsOperationsGetCall
type ProjectsLocationsDataLabelingJobsOperationsListCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsListCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsListCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Filter(filter string) *ProjectsLocationsDataLabelingJobsOperationsListCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsOperationsListCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDataLabelingJobsOperationsListCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDataLabelingJobsOperationsListCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsDataLabelingJobsOperationsService
    func NewProjectsLocationsDataLabelingJobsOperationsService(s *Service) *ProjectsLocationsDataLabelingJobsOperationsService
    func (r *ProjectsLocationsDataLabelingJobsOperationsService) Cancel(name string) *ProjectsLocationsDataLabelingJobsOperationsCancelCall
    func (r *ProjectsLocationsDataLabelingJobsOperationsService) Delete(name string) *ProjectsLocationsDataLabelingJobsOperationsDeleteCall
    func (r *ProjectsLocationsDataLabelingJobsOperationsService) Get(name string) *ProjectsLocationsDataLabelingJobsOperationsGetCall
    func (r *ProjectsLocationsDataLabelingJobsOperationsService) List(name string) *ProjectsLocationsDataLabelingJobsOperationsListCall
    func (r *ProjectsLocationsDataLabelingJobsOperationsService) Wait(name string) *ProjectsLocationsDataLabelingJobsOperationsWaitCall
type ProjectsLocationsDataLabelingJobsOperationsWaitCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsWaitCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsWaitCall
    func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDataLabelingJobsOperationsWaitCall
type ProjectsLocationsDataLabelingJobsService
    func NewProjectsLocationsDataLabelingJobsService(s *Service) *ProjectsLocationsDataLabelingJobsService
    func (r *ProjectsLocationsDataLabelingJobsService) Cancel(name string, googlecloudaiplatformv1beta1canceldatalabelingjobrequest *GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest) *ProjectsLocationsDataLabelingJobsCancelCall
    func (r *ProjectsLocationsDataLabelingJobsService) Create(parent string, googlecloudaiplatformv1beta1datalabelingjob *GoogleCloudAiplatformV1beta1DataLabelingJob) *ProjectsLocationsDataLabelingJobsCreateCall
    func (r *ProjectsLocationsDataLabelingJobsService) Delete(name string) *ProjectsLocationsDataLabelingJobsDeleteCall
    func (r *ProjectsLocationsDataLabelingJobsService) Get(name string) *ProjectsLocationsDataLabelingJobsGetCall
    func (r *ProjectsLocationsDataLabelingJobsService) List(parent string) *ProjectsLocationsDataLabelingJobsListCall
type ProjectsLocationsDatasetsAnnotationSpecsGetCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsGetCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AnnotationSpec, error)
    func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsGetCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsAnnotationSpecsGetCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) ReadMask(readMask string) *ProjectsLocationsDatasetsAnnotationSpecsGetCall
type ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Header() http.Header
type ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall
type ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsDatasetsAnnotationSpecsOperationsService
    func NewProjectsLocationsDatasetsAnnotationSpecsOperationsService(s *Service) *ProjectsLocationsDatasetsAnnotationSpecsOperationsService
    func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall
    func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Delete(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall
    func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Get(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall
    func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) List(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall
    func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Wait(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall
type ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall
type ProjectsLocationsDatasetsAnnotationSpecsService
    func NewProjectsLocationsDatasetsAnnotationSpecsService(s *Service) *ProjectsLocationsDatasetsAnnotationSpecsService
    func (r *ProjectsLocationsDatasetsAnnotationSpecsService) Get(name string) *ProjectsLocationsDatasetsAnnotationSpecsGetCall
type ProjectsLocationsDatasetsCreateCall
    func (c *ProjectsLocationsDatasetsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsCreateCall
    func (c *ProjectsLocationsDatasetsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsCreateCall
    func (c *ProjectsLocationsDatasetsCreateCall) Header() http.Header
type ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListAnnotationsResponse, error)
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListAnnotationsResponse) error) error
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Header() http.Header
type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall
type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService
    func NewProjectsLocationsDatasetsDataItemsAnnotationsOperationsService(s *Service) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService
    func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall
    func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Delete(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall
    func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Get(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall
    func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) List(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall
    func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Wait(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall
type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall
type ProjectsLocationsDatasetsDataItemsAnnotationsService
    func NewProjectsLocationsDatasetsDataItemsAnnotationsService(s *Service) *ProjectsLocationsDatasetsDataItemsAnnotationsService
    func (r *ProjectsLocationsDatasetsDataItemsAnnotationsService) List(parent string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall
type ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDataItemsResponse, error)
    func (c *ProjectsLocationsDatasetsDataItemsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsListCall
    func (c *ProjectsLocationsDatasetsDataItemsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDataItemsResponse) error) error
    func (c *ProjectsLocationsDatasetsDataItemsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDataItemsListCall
type ProjectsLocationsDatasetsDataItemsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Header() http.Header
type ProjectsLocationsDatasetsDataItemsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsDataItemsOperationsGetCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsGetCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsGetCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsOperationsGetCall
type ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsDatasetsDataItemsOperationsService
    func NewProjectsLocationsDatasetsDataItemsOperationsService(s *Service) *ProjectsLocationsDatasetsDataItemsOperationsService
    func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsDataItemsOperationsCancelCall
    func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Delete(name string) *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall
    func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Get(name string) *ProjectsLocationsDatasetsDataItemsOperationsGetCall
    func (r *ProjectsLocationsDatasetsDataItemsOperationsService) List(name string) *ProjectsLocationsDatasetsDataItemsOperationsListCall
    func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Wait(name string) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall
type ProjectsLocationsDatasetsDataItemsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall
type ProjectsLocationsDatasetsDataItemsService
    func NewProjectsLocationsDatasetsDataItemsService(s *Service) *ProjectsLocationsDatasetsDataItemsService
    func (r *ProjectsLocationsDatasetsDataItemsService) List(parent string) *ProjectsLocationsDatasetsDataItemsListCall
type ProjectsLocationsDatasetsDatasetVersionsCreateCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsCreateCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsCreateCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Header() http.Header
type ProjectsLocationsDatasetsDatasetVersionsDeleteCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsDeleteCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsDeleteCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsDatasetVersionsGetCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsGetCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DatasetVersion, error)
    func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsGetCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDatasetVersionsGetCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDatasetVersionsGetCall
type ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse, error)
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Filter(filter string) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse) error) error
    func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDatasetVersionsListCall
type ProjectsLocationsDatasetsDatasetVersionsPatchCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsPatchCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DatasetVersion, error)
    func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsPatchCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsDatasetVersionsPatchCall
type ProjectsLocationsDatasetsDatasetVersionsRestoreCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall
    func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall
type ProjectsLocationsDatasetsDatasetVersionsService
    func NewProjectsLocationsDatasetsDatasetVersionsService(s *Service) *ProjectsLocationsDatasetsDatasetVersionsService
    func (r *ProjectsLocationsDatasetsDatasetVersionsService) Create(parent string, googlecloudaiplatformv1beta1datasetversion *GoogleCloudAiplatformV1beta1DatasetVersion) *ProjectsLocationsDatasetsDatasetVersionsCreateCall
    func (r *ProjectsLocationsDatasetsDatasetVersionsService) Delete(name string) *ProjectsLocationsDatasetsDatasetVersionsDeleteCall
    func (r *ProjectsLocationsDatasetsDatasetVersionsService) Get(name string) *ProjectsLocationsDatasetsDatasetVersionsGetCall
    func (r *ProjectsLocationsDatasetsDatasetVersionsService) List(parent string) *ProjectsLocationsDatasetsDatasetVersionsListCall
    func (r *ProjectsLocationsDatasetsDatasetVersionsService) Patch(name string, googlecloudaiplatformv1beta1datasetversion *GoogleCloudAiplatformV1beta1DatasetVersion) *ProjectsLocationsDatasetsDatasetVersionsPatchCall
    func (r *ProjectsLocationsDatasetsDatasetVersionsService) Restore(name string) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall
type ProjectsLocationsDatasetsDeleteCall
    func (c *ProjectsLocationsDatasetsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDeleteCall
    func (c *ProjectsLocationsDatasetsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDeleteCall
    func (c *ProjectsLocationsDatasetsDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsExportCall
    func (c *ProjectsLocationsDatasetsExportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsExportCall
    func (c *ProjectsLocationsDatasetsExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsExportCall
    func (c *ProjectsLocationsDatasetsExportCall) Header() http.Header
type ProjectsLocationsDatasetsGetCall
    func (c *ProjectsLocationsDatasetsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsGetCall
    func (c *ProjectsLocationsDatasetsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Dataset, error)
    func (c *ProjectsLocationsDatasetsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsGetCall
    func (c *ProjectsLocationsDatasetsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsGetCall
    func (c *ProjectsLocationsDatasetsGetCall) ReadMask(readMask string) *ProjectsLocationsDatasetsGetCall
type ProjectsLocationsDatasetsImportCall
    func (c *ProjectsLocationsDatasetsImportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsImportCall
    func (c *ProjectsLocationsDatasetsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsImportCall
    func (c *ProjectsLocationsDatasetsImportCall) Header() http.Header
type ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDatasetsResponse, error)
    func (c *ProjectsLocationsDatasetsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) Filter(filter string) *ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsListCall
    func (c *ProjectsLocationsDatasetsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDatasetsResponse) error) error
    func (c *ProjectsLocationsDatasetsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsListCall
type ProjectsLocationsDatasetsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsCancelCall
    func (c *ProjectsLocationsDatasetsOperationsCancelCall) Header() http.Header
type ProjectsLocationsDatasetsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsOperationsGetCall
    func (c *ProjectsLocationsDatasetsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsGetCall
    func (c *ProjectsLocationsDatasetsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsGetCall
    func (c *ProjectsLocationsDatasetsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsOperationsGetCall
type ProjectsLocationsDatasetsOperationsListCall
    func (c *ProjectsLocationsDatasetsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsListCall
    func (c *ProjectsLocationsDatasetsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsDatasetsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsListCall
    func (c *ProjectsLocationsDatasetsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsOperationsListCall
    func (c *ProjectsLocationsDatasetsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsOperationsListCall
    func (c *ProjectsLocationsDatasetsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsOperationsListCall
    func (c *ProjectsLocationsDatasetsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsOperationsListCall
    func (c *ProjectsLocationsDatasetsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsDatasetsOperationsService
    func NewProjectsLocationsDatasetsOperationsService(s *Service) *ProjectsLocationsDatasetsOperationsService
    func (r *ProjectsLocationsDatasetsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsOperationsCancelCall
    func (r *ProjectsLocationsDatasetsOperationsService) Delete(name string) *ProjectsLocationsDatasetsOperationsDeleteCall
    func (r *ProjectsLocationsDatasetsOperationsService) Get(name string) *ProjectsLocationsDatasetsOperationsGetCall
    func (r *ProjectsLocationsDatasetsOperationsService) List(name string) *ProjectsLocationsDatasetsOperationsListCall
    func (r *ProjectsLocationsDatasetsOperationsService) Wait(name string) *ProjectsLocationsDatasetsOperationsWaitCall
type ProjectsLocationsDatasetsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsWaitCall
    func (c *ProjectsLocationsDatasetsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsOperationsWaitCall
type ProjectsLocationsDatasetsPatchCall
    func (c *ProjectsLocationsDatasetsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsPatchCall
    func (c *ProjectsLocationsDatasetsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Dataset, error)
    func (c *ProjectsLocationsDatasetsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsPatchCall
    func (c *ProjectsLocationsDatasetsPatchCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsPatchCall
type ProjectsLocationsDatasetsSavedQueriesDeleteCall
    func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesDeleteCall
    func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesDeleteCall
    func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListSavedQueriesResponse, error)
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Filter(filter string) *ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsSavedQueriesListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListSavedQueriesResponse) error) error
    func (c *ProjectsLocationsDatasetsSavedQueriesListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsSavedQueriesListCall
type ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Header() http.Header
type ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsDatasetsSavedQueriesOperationsGetCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall
type ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsDatasetsSavedQueriesOperationsService
    func NewProjectsLocationsDatasetsSavedQueriesOperationsService(s *Service) *ProjectsLocationsDatasetsSavedQueriesOperationsService
    func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Cancel(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall
    func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Delete(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall
    func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Get(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall
    func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) List(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall
    func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Wait(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall
type ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall
type ProjectsLocationsDatasetsSavedQueriesService
    func NewProjectsLocationsDatasetsSavedQueriesService(s *Service) *ProjectsLocationsDatasetsSavedQueriesService
    func (r *ProjectsLocationsDatasetsSavedQueriesService) Delete(name string) *ProjectsLocationsDatasetsSavedQueriesDeleteCall
    func (r *ProjectsLocationsDatasetsSavedQueriesService) List(parent string) *ProjectsLocationsDatasetsSavedQueriesListCall
type ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationFilters(annotationFilters ...string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationsFilter(annotationsFilter string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationsLimit(annotationsLimit int64) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) DataItemFilter(dataItemFilter string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) DataLabelingJob(dataLabelingJob string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchDataItemsResponse, error)
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) FieldMask(fieldMask string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Header() http.Header
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderByAnnotationOrderBy(orderByAnnotationOrderBy string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderByAnnotationSavedQuery(orderByAnnotationSavedQuery string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderByDataItem(orderByDataItem string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) PageToken(pageToken string) *ProjectsLocationsDatasetsSearchDataItemsCall
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchDataItemsResponse) error) error
    func (c *ProjectsLocationsDatasetsSearchDataItemsCall) SavedQuery(savedQuery string) *ProjectsLocationsDatasetsSearchDataItemsCall
type ProjectsLocationsDatasetsService
    func NewProjectsLocationsDatasetsService(s *Service) *ProjectsLocationsDatasetsService
    func (r *ProjectsLocationsDatasetsService) Create(parent string, googlecloudaiplatformv1beta1dataset *GoogleCloudAiplatformV1beta1Dataset) *ProjectsLocationsDatasetsCreateCall
    func (r *ProjectsLocationsDatasetsService) Delete(name string) *ProjectsLocationsDatasetsDeleteCall
    func (r *ProjectsLocationsDatasetsService) Export(name string, googlecloudaiplatformv1beta1exportdatarequest *GoogleCloudAiplatformV1beta1ExportDataRequest) *ProjectsLocationsDatasetsExportCall
    func (r *ProjectsLocationsDatasetsService) Get(name string) *ProjectsLocationsDatasetsGetCall
    func (r *ProjectsLocationsDatasetsService) Import(name string, googlecloudaiplatformv1beta1importdatarequest *GoogleCloudAiplatformV1beta1ImportDataRequest) *ProjectsLocationsDatasetsImportCall
    func (r *ProjectsLocationsDatasetsService) List(parent string) *ProjectsLocationsDatasetsListCall
    func (r *ProjectsLocationsDatasetsService) Patch(name string, googlecloudaiplatformv1beta1dataset *GoogleCloudAiplatformV1beta1Dataset) *ProjectsLocationsDatasetsPatchCall
    func (r *ProjectsLocationsDatasetsService) SearchDataItems(dataset string) *ProjectsLocationsDatasetsSearchDataItemsCall
type ProjectsLocationsDeploymentResourcePoolsCreateCall
    func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsCreateCall
    func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsCreateCall
    func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Header() http.Header
type ProjectsLocationsDeploymentResourcePoolsDeleteCall
    func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsDeleteCall
    func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsDeleteCall
    func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Header() http.Header
type ProjectsLocationsDeploymentResourcePoolsGetCall
    func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsGetCall
    func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DeploymentResourcePool, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsGetCall
    func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Header() http.Header
    func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsGetCall
type ProjectsLocationsDeploymentResourcePoolsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Header() http.Header
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) PageSize(pageSize int64) *ProjectsLocationsDeploymentResourcePoolsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) PageToken(pageToken string) *ProjectsLocationsDeploymentResourcePoolsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse) error) error
type ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Header() http.Header
type ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsDeploymentResourcePoolsOperationsGetCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall
type ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Filter(filter string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsDeploymentResourcePoolsOperationsService
    func NewProjectsLocationsDeploymentResourcePoolsOperationsService(s *Service) *ProjectsLocationsDeploymentResourcePoolsOperationsService
    func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Cancel(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall
    func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Delete(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall
    func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Get(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall
    func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) List(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall
    func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Wait(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall
type ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall
type ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse, error)
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Header() http.Header
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) PageSize(pageSize int64) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) PageToken(pageToken string) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall
    func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse) error) error
type ProjectsLocationsDeploymentResourcePoolsService
    func NewProjectsLocationsDeploymentResourcePoolsService(s *Service) *ProjectsLocationsDeploymentResourcePoolsService
    func (r *ProjectsLocationsDeploymentResourcePoolsService) Create(parent string, googlecloudaiplatformv1beta1createdeploymentresourcepoolrequest *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest) *ProjectsLocationsDeploymentResourcePoolsCreateCall
    func (r *ProjectsLocationsDeploymentResourcePoolsService) Delete(name string) *ProjectsLocationsDeploymentResourcePoolsDeleteCall
    func (r *ProjectsLocationsDeploymentResourcePoolsService) Get(name string) *ProjectsLocationsDeploymentResourcePoolsGetCall
    func (r *ProjectsLocationsDeploymentResourcePoolsService) List(parent string) *ProjectsLocationsDeploymentResourcePoolsListCall
    func (r *ProjectsLocationsDeploymentResourcePoolsService) QueryDeployedModels(deploymentResourcePool string) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall
type ProjectsLocationsEdgeDevicesOperationsCancelCall
    func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsCancelCall
    func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsCancelCall
    func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Header() http.Header
type ProjectsLocationsEdgeDevicesOperationsDeleteCall
    func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsDeleteCall
    func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsDeleteCall
    func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsEdgeDevicesOperationsGetCall
    func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsGetCall
    func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsGetCall
    func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEdgeDevicesOperationsGetCall
type ProjectsLocationsEdgeDevicesOperationsListCall
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsListCall
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsListCall
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Filter(filter string) *ProjectsLocationsEdgeDevicesOperationsListCall
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEdgeDevicesOperationsListCall
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsEdgeDevicesOperationsListCall
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsEdgeDevicesOperationsListCall
    func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsEdgeDevicesOperationsService
    func NewProjectsLocationsEdgeDevicesOperationsService(s *Service) *ProjectsLocationsEdgeDevicesOperationsService
    func (r *ProjectsLocationsEdgeDevicesOperationsService) Cancel(name string) *ProjectsLocationsEdgeDevicesOperationsCancelCall
    func (r *ProjectsLocationsEdgeDevicesOperationsService) Delete(name string) *ProjectsLocationsEdgeDevicesOperationsDeleteCall
    func (r *ProjectsLocationsEdgeDevicesOperationsService) Get(name string) *ProjectsLocationsEdgeDevicesOperationsGetCall
    func (r *ProjectsLocationsEdgeDevicesOperationsService) List(name string) *ProjectsLocationsEdgeDevicesOperationsListCall
    func (r *ProjectsLocationsEdgeDevicesOperationsService) Wait(name string) *ProjectsLocationsEdgeDevicesOperationsWaitCall
type ProjectsLocationsEdgeDevicesOperationsWaitCall
    func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsWaitCall
    func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsWaitCall
    func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsEdgeDevicesOperationsWaitCall
type ProjectsLocationsEdgeDevicesService
    func NewProjectsLocationsEdgeDevicesService(s *Service) *ProjectsLocationsEdgeDevicesService
type ProjectsLocationsEndpointsComputeTokensCall
    func (c *ProjectsLocationsEndpointsComputeTokensCall) Context(ctx context.Context) *ProjectsLocationsEndpointsComputeTokensCall
    func (c *ProjectsLocationsEndpointsComputeTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ComputeTokensResponse, error)
    func (c *ProjectsLocationsEndpointsComputeTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsComputeTokensCall
    func (c *ProjectsLocationsEndpointsComputeTokensCall) Header() http.Header
type ProjectsLocationsEndpointsCountTokensCall
    func (c *ProjectsLocationsEndpointsCountTokensCall) Context(ctx context.Context) *ProjectsLocationsEndpointsCountTokensCall
    func (c *ProjectsLocationsEndpointsCountTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CountTokensResponse, error)
    func (c *ProjectsLocationsEndpointsCountTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsCountTokensCall
    func (c *ProjectsLocationsEndpointsCountTokensCall) Header() http.Header
type ProjectsLocationsEndpointsCreateCall
    func (c *ProjectsLocationsEndpointsCreateCall) Context(ctx context.Context) *ProjectsLocationsEndpointsCreateCall
    func (c *ProjectsLocationsEndpointsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEndpointsCreateCall) EndpointId(endpointId string) *ProjectsLocationsEndpointsCreateCall
    func (c *ProjectsLocationsEndpointsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsCreateCall
    func (c *ProjectsLocationsEndpointsCreateCall) Header() http.Header
type ProjectsLocationsEndpointsDeleteCall
    func (c *ProjectsLocationsEndpointsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDeleteCall
    func (c *ProjectsLocationsEndpointsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEndpointsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDeleteCall
    func (c *ProjectsLocationsEndpointsDeleteCall) Header() http.Header
type ProjectsLocationsEndpointsDeployModelCall
    func (c *ProjectsLocationsEndpointsDeployModelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDeployModelCall
    func (c *ProjectsLocationsEndpointsDeployModelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEndpointsDeployModelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDeployModelCall
    func (c *ProjectsLocationsEndpointsDeployModelCall) Header() http.Header
type ProjectsLocationsEndpointsDirectPredictCall
    func (c *ProjectsLocationsEndpointsDirectPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDirectPredictCall
    func (c *ProjectsLocationsEndpointsDirectPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DirectPredictResponse, error)
    func (c *ProjectsLocationsEndpointsDirectPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDirectPredictCall
    func (c *ProjectsLocationsEndpointsDirectPredictCall) Header() http.Header
type ProjectsLocationsEndpointsDirectRawPredictCall
    func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDirectRawPredictCall
    func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DirectRawPredictResponse, error)
    func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDirectRawPredictCall
    func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Header() http.Header
type ProjectsLocationsEndpointsExplainCall
    func (c *ProjectsLocationsEndpointsExplainCall) Context(ctx context.Context) *ProjectsLocationsEndpointsExplainCall
    func (c *ProjectsLocationsEndpointsExplainCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ExplainResponse, error)
    func (c *ProjectsLocationsEndpointsExplainCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsExplainCall
    func (c *ProjectsLocationsEndpointsExplainCall) Header() http.Header
type ProjectsLocationsEndpointsGenerateContentCall
    func (c *ProjectsLocationsEndpointsGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsEndpointsGenerateContentCall
    func (c *ProjectsLocationsEndpointsGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)
    func (c *ProjectsLocationsEndpointsGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsGenerateContentCall
    func (c *ProjectsLocationsEndpointsGenerateContentCall) Header() http.Header
type ProjectsLocationsEndpointsGetCall
    func (c *ProjectsLocationsEndpointsGetCall) Context(ctx context.Context) *ProjectsLocationsEndpointsGetCall
    func (c *ProjectsLocationsEndpointsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Endpoint, error)
    func (c *ProjectsLocationsEndpointsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsGetCall
    func (c *ProjectsLocationsEndpointsGetCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsGetCall
type ProjectsLocationsEndpointsGetIamPolicyCall
    func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsEndpointsGetIamPolicyCall
    func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsGetIamPolicyCall
    func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsEndpointsGetIamPolicyCall
type ProjectsLocationsEndpointsListCall
    func (c *ProjectsLocationsEndpointsListCall) Context(ctx context.Context) *ProjectsLocationsEndpointsListCall
    func (c *ProjectsLocationsEndpointsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListEndpointsResponse, error)
    func (c *ProjectsLocationsEndpointsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsListCall
    func (c *ProjectsLocationsEndpointsListCall) Filter(filter string) *ProjectsLocationsEndpointsListCall
    func (c *ProjectsLocationsEndpointsListCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsListCall
    func (c *ProjectsLocationsEndpointsListCall) PageSize(pageSize int64) *ProjectsLocationsEndpointsListCall
    func (c *ProjectsLocationsEndpointsListCall) PageToken(pageToken string) *ProjectsLocationsEndpointsListCall
    func (c *ProjectsLocationsEndpointsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListEndpointsResponse) error) error
    func (c *ProjectsLocationsEndpointsListCall) ReadMask(readMask string) *ProjectsLocationsEndpointsListCall
type ProjectsLocationsEndpointsMutateDeployedModelCall
    func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsMutateDeployedModelCall
    func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsMutateDeployedModelCall
    func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Header() http.Header
type ProjectsLocationsEndpointsOperationsCancelCall
    func (c *ProjectsLocationsEndpointsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsCancelCall
    func (c *ProjectsLocationsEndpointsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsEndpointsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsCancelCall
    func (c *ProjectsLocationsEndpointsOperationsCancelCall) Header() http.Header
type ProjectsLocationsEndpointsOperationsDeleteCall
    func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsDeleteCall
    func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsDeleteCall
    func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsEndpointsOperationsGetCall
    func (c *ProjectsLocationsEndpointsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsGetCall
    func (c *ProjectsLocationsEndpointsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEndpointsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsGetCall
    func (c *ProjectsLocationsEndpointsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsOperationsGetCall
type ProjectsLocationsEndpointsOperationsListCall
    func (c *ProjectsLocationsEndpointsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsListCall
    func (c *ProjectsLocationsEndpointsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsEndpointsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsListCall
    func (c *ProjectsLocationsEndpointsOperationsListCall) Filter(filter string) *ProjectsLocationsEndpointsOperationsListCall
    func (c *ProjectsLocationsEndpointsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsOperationsListCall
    func (c *ProjectsLocationsEndpointsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsEndpointsOperationsListCall
    func (c *ProjectsLocationsEndpointsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsEndpointsOperationsListCall
    func (c *ProjectsLocationsEndpointsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsEndpointsOperationsService
    func NewProjectsLocationsEndpointsOperationsService(s *Service) *ProjectsLocationsEndpointsOperationsService
    func (r *ProjectsLocationsEndpointsOperationsService) Cancel(name string) *ProjectsLocationsEndpointsOperationsCancelCall
    func (r *ProjectsLocationsEndpointsOperationsService) Delete(name string) *ProjectsLocationsEndpointsOperationsDeleteCall
    func (r *ProjectsLocationsEndpointsOperationsService) Get(name string) *ProjectsLocationsEndpointsOperationsGetCall
    func (r *ProjectsLocationsEndpointsOperationsService) List(name string) *ProjectsLocationsEndpointsOperationsListCall
    func (r *ProjectsLocationsEndpointsOperationsService) Wait(name string) *ProjectsLocationsEndpointsOperationsWaitCall
type ProjectsLocationsEndpointsOperationsWaitCall
    func (c *ProjectsLocationsEndpointsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsWaitCall
    func (c *ProjectsLocationsEndpointsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEndpointsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsWaitCall
    func (c *ProjectsLocationsEndpointsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsEndpointsOperationsWaitCall
type ProjectsLocationsEndpointsPatchCall
    func (c *ProjectsLocationsEndpointsPatchCall) Context(ctx context.Context) *ProjectsLocationsEndpointsPatchCall
    func (c *ProjectsLocationsEndpointsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Endpoint, error)
    func (c *ProjectsLocationsEndpointsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsPatchCall
    func (c *ProjectsLocationsEndpointsPatchCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsEndpointsPatchCall
type ProjectsLocationsEndpointsPredictCall
    func (c *ProjectsLocationsEndpointsPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsPredictCall
    func (c *ProjectsLocationsEndpointsPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PredictResponse, error)
    func (c *ProjectsLocationsEndpointsPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsPredictCall
    func (c *ProjectsLocationsEndpointsPredictCall) Header() http.Header
type ProjectsLocationsEndpointsRawPredictCall
    func (c *ProjectsLocationsEndpointsRawPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsRawPredictCall
    func (c *ProjectsLocationsEndpointsRawPredictCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
    func (c *ProjectsLocationsEndpointsRawPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsRawPredictCall
    func (c *ProjectsLocationsEndpointsRawPredictCall) Header() http.Header
type ProjectsLocationsEndpointsServerStreamingPredictCall
    func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsServerStreamingPredictCall
    func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1StreamingPredictResponse, error)
    func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsServerStreamingPredictCall
    func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Header() http.Header
type ProjectsLocationsEndpointsService
    func NewProjectsLocationsEndpointsService(s *Service) *ProjectsLocationsEndpointsService
    func (r *ProjectsLocationsEndpointsService) ComputeTokens(endpoint string, googlecloudaiplatformv1beta1computetokensrequest *GoogleCloudAiplatformV1beta1ComputeTokensRequest) *ProjectsLocationsEndpointsComputeTokensCall
    func (r *ProjectsLocationsEndpointsService) CountTokens(endpoint string, googlecloudaiplatformv1beta1counttokensrequest *GoogleCloudAiplatformV1beta1CountTokensRequest) *ProjectsLocationsEndpointsCountTokensCall
    func (r *ProjectsLocationsEndpointsService) Create(parent string, googlecloudaiplatformv1beta1endpoint *GoogleCloudAiplatformV1beta1Endpoint) *ProjectsLocationsEndpointsCreateCall
    func (r *ProjectsLocationsEndpointsService) Delete(name string) *ProjectsLocationsEndpointsDeleteCall
    func (r *ProjectsLocationsEndpointsService) DeployModel(endpoint string, googlecloudaiplatformv1beta1deploymodelrequest *GoogleCloudAiplatformV1beta1DeployModelRequest) *ProjectsLocationsEndpointsDeployModelCall
    func (r *ProjectsLocationsEndpointsService) DirectPredict(endpoint string, googlecloudaiplatformv1beta1directpredictrequest *GoogleCloudAiplatformV1beta1DirectPredictRequest) *ProjectsLocationsEndpointsDirectPredictCall
    func (r *ProjectsLocationsEndpointsService) DirectRawPredict(endpoint string, googlecloudaiplatformv1beta1directrawpredictrequest *GoogleCloudAiplatformV1beta1DirectRawPredictRequest) *ProjectsLocationsEndpointsDirectRawPredictCall
    func (r *ProjectsLocationsEndpointsService) Explain(endpoint string, googlecloudaiplatformv1beta1explainrequest *GoogleCloudAiplatformV1beta1ExplainRequest) *ProjectsLocationsEndpointsExplainCall
    func (r *ProjectsLocationsEndpointsService) GenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsEndpointsGenerateContentCall
    func (r *ProjectsLocationsEndpointsService) Get(name string) *ProjectsLocationsEndpointsGetCall
    func (r *ProjectsLocationsEndpointsService) GetIamPolicy(resource string) *ProjectsLocationsEndpointsGetIamPolicyCall
    func (r *ProjectsLocationsEndpointsService) List(parent string) *ProjectsLocationsEndpointsListCall
    func (r *ProjectsLocationsEndpointsService) MutateDeployedModel(endpoint string, googlecloudaiplatformv1beta1mutatedeployedmodelrequest *GoogleCloudAiplatformV1beta1MutateDeployedModelRequest) *ProjectsLocationsEndpointsMutateDeployedModelCall
    func (r *ProjectsLocationsEndpointsService) Patch(name string, googlecloudaiplatformv1beta1endpoint *GoogleCloudAiplatformV1beta1Endpoint) *ProjectsLocationsEndpointsPatchCall
    func (r *ProjectsLocationsEndpointsService) Predict(endpoint string, googlecloudaiplatformv1beta1predictrequest *GoogleCloudAiplatformV1beta1PredictRequest) *ProjectsLocationsEndpointsPredictCall
    func (r *ProjectsLocationsEndpointsService) RawPredict(endpoint string, googlecloudaiplatformv1beta1rawpredictrequest *GoogleCloudAiplatformV1beta1RawPredictRequest) *ProjectsLocationsEndpointsRawPredictCall
    func (r *ProjectsLocationsEndpointsService) ServerStreamingPredict(endpoint string, googlecloudaiplatformv1beta1streamingpredictrequest *GoogleCloudAiplatformV1beta1StreamingPredictRequest) *ProjectsLocationsEndpointsServerStreamingPredictCall
    func (r *ProjectsLocationsEndpointsService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsEndpointsSetIamPolicyCall
    func (r *ProjectsLocationsEndpointsService) StreamGenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsEndpointsStreamGenerateContentCall
    func (r *ProjectsLocationsEndpointsService) TestIamPermissions(resource string) *ProjectsLocationsEndpointsTestIamPermissionsCall
    func (r *ProjectsLocationsEndpointsService) UndeployModel(endpoint string, googlecloudaiplatformv1beta1undeploymodelrequest *GoogleCloudAiplatformV1beta1UndeployModelRequest) *ProjectsLocationsEndpointsUndeployModelCall
type ProjectsLocationsEndpointsSetIamPolicyCall
    func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsEndpointsSetIamPolicyCall
    func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsSetIamPolicyCall
    func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Header() http.Header
type ProjectsLocationsEndpointsStreamGenerateContentCall
    func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsEndpointsStreamGenerateContentCall
    func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)
    func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsStreamGenerateContentCall
    func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Header() http.Header
type ProjectsLocationsEndpointsTestIamPermissionsCall
    func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsEndpointsTestIamPermissionsCall
    func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
    func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsTestIamPermissionsCall
    func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Header() http.Header
    func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsEndpointsTestIamPermissionsCall
type ProjectsLocationsEndpointsUndeployModelCall
    func (c *ProjectsLocationsEndpointsUndeployModelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsUndeployModelCall
    func (c *ProjectsLocationsEndpointsUndeployModelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEndpointsUndeployModelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsUndeployModelCall
    func (c *ProjectsLocationsEndpointsUndeployModelCall) Header() http.Header
type ProjectsLocationsEvaluateInstancesCall
    func (c *ProjectsLocationsEvaluateInstancesCall) Context(ctx context.Context) *ProjectsLocationsEvaluateInstancesCall
    func (c *ProjectsLocationsEvaluateInstancesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1EvaluateInstancesResponse, error)
    func (c *ProjectsLocationsEvaluateInstancesCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluateInstancesCall
    func (c *ProjectsLocationsEvaluateInstancesCall) Header() http.Header
type ProjectsLocationsEvaluationTasksOperationsDeleteCall
    func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsDeleteCall
    func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsDeleteCall
    func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Header() http.Header
type ProjectsLocationsEvaluationTasksOperationsGetCall
    func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsGetCall
    func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsGetCall
    func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEvaluationTasksOperationsGetCall
type ProjectsLocationsEvaluationTasksOperationsListCall
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsListCall
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsListCall
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Filter(filter string) *ProjectsLocationsEvaluationTasksOperationsListCall
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEvaluationTasksOperationsListCall
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsEvaluationTasksOperationsListCall
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) PageToken(pageToken string) *ProjectsLocationsEvaluationTasksOperationsListCall
    func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsEvaluationTasksOperationsService
    func NewProjectsLocationsEvaluationTasksOperationsService(s *Service) *ProjectsLocationsEvaluationTasksOperationsService
    func (r *ProjectsLocationsEvaluationTasksOperationsService) Delete(name string) *ProjectsLocationsEvaluationTasksOperationsDeleteCall
    func (r *ProjectsLocationsEvaluationTasksOperationsService) Get(name string) *ProjectsLocationsEvaluationTasksOperationsGetCall
    func (r *ProjectsLocationsEvaluationTasksOperationsService) List(name string) *ProjectsLocationsEvaluationTasksOperationsListCall
    func (r *ProjectsLocationsEvaluationTasksOperationsService) Wait(name string) *ProjectsLocationsEvaluationTasksOperationsWaitCall
type ProjectsLocationsEvaluationTasksOperationsWaitCall
    func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsWaitCall
    func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsWaitCall
    func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsEvaluationTasksOperationsWaitCall
type ProjectsLocationsEvaluationTasksService
    func NewProjectsLocationsEvaluationTasksService(s *Service) *ProjectsLocationsEvaluationTasksService
type ProjectsLocationsExampleStoresOperationsCancelCall
    func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsCancelCall
    func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsCancelCall
    func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Header() http.Header
type ProjectsLocationsExampleStoresOperationsDeleteCall
    func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsDeleteCall
    func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsDeleteCall
    func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Header() http.Header
type ProjectsLocationsExampleStoresOperationsGetCall
    func (c *ProjectsLocationsExampleStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsGetCall
    func (c *ProjectsLocationsExampleStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExampleStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsGetCall
    func (c *ProjectsLocationsExampleStoresOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsExampleStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExampleStoresOperationsGetCall
type ProjectsLocationsExampleStoresOperationsListCall
    func (c *ProjectsLocationsExampleStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsListCall
    func (c *ProjectsLocationsExampleStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsExampleStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsListCall
    func (c *ProjectsLocationsExampleStoresOperationsListCall) Filter(filter string) *ProjectsLocationsExampleStoresOperationsListCall
    func (c *ProjectsLocationsExampleStoresOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsExampleStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExampleStoresOperationsListCall
    func (c *ProjectsLocationsExampleStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsExampleStoresOperationsListCall
    func (c *ProjectsLocationsExampleStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsExampleStoresOperationsListCall
    func (c *ProjectsLocationsExampleStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsExampleStoresOperationsService
    func NewProjectsLocationsExampleStoresOperationsService(s *Service) *ProjectsLocationsExampleStoresOperationsService
    func (r *ProjectsLocationsExampleStoresOperationsService) Cancel(name string) *ProjectsLocationsExampleStoresOperationsCancelCall
    func (r *ProjectsLocationsExampleStoresOperationsService) Delete(name string) *ProjectsLocationsExampleStoresOperationsDeleteCall
    func (r *ProjectsLocationsExampleStoresOperationsService) Get(name string) *ProjectsLocationsExampleStoresOperationsGetCall
    func (r *ProjectsLocationsExampleStoresOperationsService) List(name string) *ProjectsLocationsExampleStoresOperationsListCall
    func (r *ProjectsLocationsExampleStoresOperationsService) Wait(name string) *ProjectsLocationsExampleStoresOperationsWaitCall
type ProjectsLocationsExampleStoresOperationsWaitCall
    func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsWaitCall
    func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsWaitCall
    func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsExampleStoresOperationsWaitCall
type ProjectsLocationsExampleStoresService
    func NewProjectsLocationsExampleStoresService(s *Service) *ProjectsLocationsExampleStoresService
type ProjectsLocationsExtensionControllersOperationsCancelCall
    func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsCancelCall
    func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsCancelCall
    func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Header() http.Header
type ProjectsLocationsExtensionControllersOperationsDeleteCall
    func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsDeleteCall
    func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsDeleteCall
    func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Header() http.Header
type ProjectsLocationsExtensionControllersOperationsGetCall
    func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsGetCall
    func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsGetCall
    func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsExtensionControllersOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionControllersOperationsGetCall
type ProjectsLocationsExtensionControllersOperationsListCall
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsListCall
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsListCall
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) Filter(filter string) *ProjectsLocationsExtensionControllersOperationsListCall
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionControllersOperationsListCall
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsExtensionControllersOperationsListCall
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) PageToken(pageToken string) *ProjectsLocationsExtensionControllersOperationsListCall
    func (c *ProjectsLocationsExtensionControllersOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsExtensionControllersOperationsService
    func NewProjectsLocationsExtensionControllersOperationsService(s *Service) *ProjectsLocationsExtensionControllersOperationsService
    func (r *ProjectsLocationsExtensionControllersOperationsService) Cancel(name string) *ProjectsLocationsExtensionControllersOperationsCancelCall
    func (r *ProjectsLocationsExtensionControllersOperationsService) Delete(name string) *ProjectsLocationsExtensionControllersOperationsDeleteCall
    func (r *ProjectsLocationsExtensionControllersOperationsService) Get(name string) *ProjectsLocationsExtensionControllersOperationsGetCall
    func (r *ProjectsLocationsExtensionControllersOperationsService) List(name string) *ProjectsLocationsExtensionControllersOperationsListCall
    func (r *ProjectsLocationsExtensionControllersOperationsService) Wait(name string) *ProjectsLocationsExtensionControllersOperationsWaitCall
type ProjectsLocationsExtensionControllersOperationsWaitCall
    func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsWaitCall
    func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsWaitCall
    func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsExtensionControllersOperationsWaitCall
type ProjectsLocationsExtensionControllersService
    func NewProjectsLocationsExtensionControllersService(s *Service) *ProjectsLocationsExtensionControllersService
type ProjectsLocationsExtensionsDeleteCall
    func (c *ProjectsLocationsExtensionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExtensionsDeleteCall
    func (c *ProjectsLocationsExtensionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExtensionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsDeleteCall
    func (c *ProjectsLocationsExtensionsDeleteCall) Header() http.Header
type ProjectsLocationsExtensionsExecuteCall
    func (c *ProjectsLocationsExtensionsExecuteCall) Context(ctx context.Context) *ProjectsLocationsExtensionsExecuteCall
    func (c *ProjectsLocationsExtensionsExecuteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ExecuteExtensionResponse, error)
    func (c *ProjectsLocationsExtensionsExecuteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsExecuteCall
    func (c *ProjectsLocationsExtensionsExecuteCall) Header() http.Header
type ProjectsLocationsExtensionsGetCall
    func (c *ProjectsLocationsExtensionsGetCall) Context(ctx context.Context) *ProjectsLocationsExtensionsGetCall
    func (c *ProjectsLocationsExtensionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Extension, error)
    func (c *ProjectsLocationsExtensionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsGetCall
    func (c *ProjectsLocationsExtensionsGetCall) Header() http.Header
    func (c *ProjectsLocationsExtensionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsGetCall
type ProjectsLocationsExtensionsImportCall
    func (c *ProjectsLocationsExtensionsImportCall) Context(ctx context.Context) *ProjectsLocationsExtensionsImportCall
    func (c *ProjectsLocationsExtensionsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExtensionsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsImportCall
    func (c *ProjectsLocationsExtensionsImportCall) Header() http.Header
type ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) Context(ctx context.Context) *ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListExtensionsResponse, error)
    func (c *ProjectsLocationsExtensionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) Filter(filter string) *ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) Header() http.Header
    func (c *ProjectsLocationsExtensionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) OrderBy(orderBy string) *ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) PageSize(pageSize int64) *ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) PageToken(pageToken string) *ProjectsLocationsExtensionsListCall
    func (c *ProjectsLocationsExtensionsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListExtensionsResponse) error) error
type ProjectsLocationsExtensionsOperationsCancelCall
    func (c *ProjectsLocationsExtensionsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsCancelCall
    func (c *ProjectsLocationsExtensionsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsExtensionsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsCancelCall
    func (c *ProjectsLocationsExtensionsOperationsCancelCall) Header() http.Header
type ProjectsLocationsExtensionsOperationsDeleteCall
    func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsDeleteCall
    func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsDeleteCall
    func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsExtensionsOperationsGetCall
    func (c *ProjectsLocationsExtensionsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsGetCall
    func (c *ProjectsLocationsExtensionsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExtensionsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsGetCall
    func (c *ProjectsLocationsExtensionsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsExtensionsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsOperationsGetCall
type ProjectsLocationsExtensionsOperationsListCall
    func (c *ProjectsLocationsExtensionsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsListCall
    func (c *ProjectsLocationsExtensionsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsExtensionsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsListCall
    func (c *ProjectsLocationsExtensionsOperationsListCall) Filter(filter string) *ProjectsLocationsExtensionsOperationsListCall
    func (c *ProjectsLocationsExtensionsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsExtensionsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsOperationsListCall
    func (c *ProjectsLocationsExtensionsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsExtensionsOperationsListCall
    func (c *ProjectsLocationsExtensionsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsExtensionsOperationsListCall
    func (c *ProjectsLocationsExtensionsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsExtensionsOperationsService
    func NewProjectsLocationsExtensionsOperationsService(s *Service) *ProjectsLocationsExtensionsOperationsService
    func (r *ProjectsLocationsExtensionsOperationsService) Cancel(name string) *ProjectsLocationsExtensionsOperationsCancelCall
    func (r *ProjectsLocationsExtensionsOperationsService) Delete(name string) *ProjectsLocationsExtensionsOperationsDeleteCall
    func (r *ProjectsLocationsExtensionsOperationsService) Get(name string) *ProjectsLocationsExtensionsOperationsGetCall
    func (r *ProjectsLocationsExtensionsOperationsService) List(name string) *ProjectsLocationsExtensionsOperationsListCall
    func (r *ProjectsLocationsExtensionsOperationsService) Wait(name string) *ProjectsLocationsExtensionsOperationsWaitCall
type ProjectsLocationsExtensionsOperationsWaitCall
    func (c *ProjectsLocationsExtensionsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsWaitCall
    func (c *ProjectsLocationsExtensionsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsExtensionsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsWaitCall
    func (c *ProjectsLocationsExtensionsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsExtensionsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsExtensionsOperationsWaitCall
type ProjectsLocationsExtensionsPatchCall
    func (c *ProjectsLocationsExtensionsPatchCall) Context(ctx context.Context) *ProjectsLocationsExtensionsPatchCall
    func (c *ProjectsLocationsExtensionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Extension, error)
    func (c *ProjectsLocationsExtensionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsPatchCall
    func (c *ProjectsLocationsExtensionsPatchCall) Header() http.Header
    func (c *ProjectsLocationsExtensionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsExtensionsPatchCall
type ProjectsLocationsExtensionsQueryCall
    func (c *ProjectsLocationsExtensionsQueryCall) Context(ctx context.Context) *ProjectsLocationsExtensionsQueryCall
    func (c *ProjectsLocationsExtensionsQueryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1QueryExtensionResponse, error)
    func (c *ProjectsLocationsExtensionsQueryCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsQueryCall
    func (c *ProjectsLocationsExtensionsQueryCall) Header() http.Header
type ProjectsLocationsExtensionsService
    func NewProjectsLocationsExtensionsService(s *Service) *ProjectsLocationsExtensionsService
    func (r *ProjectsLocationsExtensionsService) Delete(name string) *ProjectsLocationsExtensionsDeleteCall
    func (r *ProjectsLocationsExtensionsService) Execute(nameid string, googlecloudaiplatformv1beta1executeextensionrequest *GoogleCloudAiplatformV1beta1ExecuteExtensionRequest) *ProjectsLocationsExtensionsExecuteCall
    func (r *ProjectsLocationsExtensionsService) Get(name string) *ProjectsLocationsExtensionsGetCall
    func (r *ProjectsLocationsExtensionsService) Import(parent string, googlecloudaiplatformv1beta1extension *GoogleCloudAiplatformV1beta1Extension) *ProjectsLocationsExtensionsImportCall
    func (r *ProjectsLocationsExtensionsService) List(parent string) *ProjectsLocationsExtensionsListCall
    func (r *ProjectsLocationsExtensionsService) Patch(name string, googlecloudaiplatformv1beta1extension *GoogleCloudAiplatformV1beta1Extension) *ProjectsLocationsExtensionsPatchCall
    func (r *ProjectsLocationsExtensionsService) Query(nameid string, googlecloudaiplatformv1beta1queryextensionrequest *GoogleCloudAiplatformV1beta1QueryExtensionRequest) *ProjectsLocationsExtensionsQueryCall
type ProjectsLocationsFeatureGroupsCreateCall
    func (c *ProjectsLocationsFeatureGroupsCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsCreateCall
    func (c *ProjectsLocationsFeatureGroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsCreateCall) FeatureGroupId(featureGroupId string) *ProjectsLocationsFeatureGroupsCreateCall
    func (c *ProjectsLocationsFeatureGroupsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsCreateCall
    func (c *ProjectsLocationsFeatureGroupsCreateCall) Header() http.Header
type ProjectsLocationsFeatureGroupsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsDeleteCall) Force(force bool) *ProjectsLocationsFeatureGroupsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsDeleteCall) Header() http.Header
type ProjectsLocationsFeatureGroupsFeaturesCreateCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesCreateCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) FeatureId(featureId string) *ProjectsLocationsFeatureGroupsFeaturesCreateCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesCreateCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Header() http.Header
type ProjectsLocationsFeatureGroupsFeaturesDeleteCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesDeleteCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesDeleteCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Header() http.Header
type ProjectsLocationsFeatureGroupsFeaturesGetCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesGetCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Feature, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesGetCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesGetCall
type ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeaturesResponse, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) LatestStatsCount(latestStatsCount int64) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeaturesResponse) error) error
    func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) ReadMask(readMask string) *ProjectsLocationsFeatureGroupsFeaturesListCall
type ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall
type ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsFeatureGroupsFeaturesOperationsService
    func NewProjectsLocationsFeatureGroupsFeaturesOperationsService(s *Service) *ProjectsLocationsFeatureGroupsFeaturesOperationsService
    func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) Delete(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall
    func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) Get(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall
    func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) List(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall
    func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) Wait(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall
type ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall
type ProjectsLocationsFeatureGroupsFeaturesPatchCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesPatchCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesPatchCall
    func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureGroupsFeaturesPatchCall
type ProjectsLocationsFeatureGroupsFeaturesService
    func NewProjectsLocationsFeatureGroupsFeaturesService(s *Service) *ProjectsLocationsFeatureGroupsFeaturesService
    func (r *ProjectsLocationsFeatureGroupsFeaturesService) Create(parent string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeatureGroupsFeaturesCreateCall
    func (r *ProjectsLocationsFeatureGroupsFeaturesService) Delete(name string) *ProjectsLocationsFeatureGroupsFeaturesDeleteCall
    func (r *ProjectsLocationsFeatureGroupsFeaturesService) Get(name string) *ProjectsLocationsFeatureGroupsFeaturesGetCall
    func (r *ProjectsLocationsFeatureGroupsFeaturesService) List(parent string) *ProjectsLocationsFeatureGroupsFeaturesListCall
    func (r *ProjectsLocationsFeatureGroupsFeaturesService) Patch(name string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeatureGroupsFeaturesPatchCall
type ProjectsLocationsFeatureGroupsGetCall
    func (c *ProjectsLocationsFeatureGroupsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsGetCall
    func (c *ProjectsLocationsFeatureGroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureGroup, error)
    func (c *ProjectsLocationsFeatureGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsGetCall
    func (c *ProjectsLocationsFeatureGroupsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsGetCall
type ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse, error)
    func (c *ProjectsLocationsFeatureGroupsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsListCall
    func (c *ProjectsLocationsFeatureGroupsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse) error) error
type ProjectsLocationsFeatureGroupsOperationsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsDeleteCall
    func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsFeatureGroupsOperationsGetCall
    func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsGetCall
    func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsGetCall
    func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsOperationsGetCall
type ProjectsLocationsFeatureGroupsOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsOperationsListCall
    func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsFeatureGroupsOperationsService
    func NewProjectsLocationsFeatureGroupsOperationsService(s *Service) *ProjectsLocationsFeatureGroupsOperationsService
    func (r *ProjectsLocationsFeatureGroupsOperationsService) Delete(name string) *ProjectsLocationsFeatureGroupsOperationsDeleteCall
    func (r *ProjectsLocationsFeatureGroupsOperationsService) Get(name string) *ProjectsLocationsFeatureGroupsOperationsGetCall
    func (r *ProjectsLocationsFeatureGroupsOperationsService) List(name string) *ProjectsLocationsFeatureGroupsOperationsListCall
    func (r *ProjectsLocationsFeatureGroupsOperationsService) Wait(name string) *ProjectsLocationsFeatureGroupsOperationsWaitCall
type ProjectsLocationsFeatureGroupsOperationsWaitCall
    func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsWaitCall
    func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsWaitCall
    func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureGroupsOperationsWaitCall
type ProjectsLocationsFeatureGroupsPatchCall
    func (c *ProjectsLocationsFeatureGroupsPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsPatchCall
    func (c *ProjectsLocationsFeatureGroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureGroupsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsPatchCall
    func (c *ProjectsLocationsFeatureGroupsPatchCall) Header() http.Header
    func (c *ProjectsLocationsFeatureGroupsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureGroupsPatchCall
type ProjectsLocationsFeatureGroupsService
    func NewProjectsLocationsFeatureGroupsService(s *Service) *ProjectsLocationsFeatureGroupsService
    func (r *ProjectsLocationsFeatureGroupsService) Create(parent string, googlecloudaiplatformv1beta1featuregroup *GoogleCloudAiplatformV1beta1FeatureGroup) *ProjectsLocationsFeatureGroupsCreateCall
    func (r *ProjectsLocationsFeatureGroupsService) Delete(name string) *ProjectsLocationsFeatureGroupsDeleteCall
    func (r *ProjectsLocationsFeatureGroupsService) Get(name string) *ProjectsLocationsFeatureGroupsGetCall
    func (r *ProjectsLocationsFeatureGroupsService) List(parent string) *ProjectsLocationsFeatureGroupsListCall
    func (r *ProjectsLocationsFeatureGroupsService) Patch(name string, googlecloudaiplatformv1beta1featuregroup *GoogleCloudAiplatformV1beta1FeatureGroup) *ProjectsLocationsFeatureGroupsPatchCall
type ProjectsLocationsFeatureOnlineStoresCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) FeatureOnlineStoreId(featureOnlineStoreId string) *ProjectsLocationsFeatureOnlineStoresCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Force(force bool) *ProjectsLocationsFeatureOnlineStoresDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) FeatureViewId(featureViewId string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) RunSyncImmediately(runSyncImmediately bool) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureViewSync, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse) error) error
type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService
    func NewProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService(s *Service) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService) List(parent string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureView, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureViewsResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureViewsResponse) error) error
type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService
    func NewProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService(s *Service) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) List(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Wait(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsService
    func NewProjectsLocationsFeatureOnlineStoresFeatureViewsService(s *Service) *ProjectsLocationsFeatureOnlineStoresFeatureViewsService
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Create(parent string, googlecloudaiplatformv1beta1featureview *GoogleCloudAiplatformV1beta1FeatureView) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) FetchFeatureValues(featureView string, googlecloudaiplatformv1beta1fetchfeaturevaluesrequest *GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) GetIamPolicy(resource string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) List(parent string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Patch(name string, googlecloudaiplatformv1beta1featureview *GoogleCloudAiplatformV1beta1FeatureView) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SearchNearestEntities(featureView string, googlecloudaiplatformv1beta1searchnearestentitiesrequest *GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) StreamingFetchFeatureValues(featureView string, googlecloudaiplatformv1beta1streamingfetchfeaturevaluesrequest *GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Sync(featureView string, googlecloudaiplatformv1beta1syncfeatureviewrequest *GoogleCloudAiplatformV1beta1SyncFeatureViewRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall
    func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) TestIamPermissions(resource string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall
type ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SyncFeatureViewResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall
type ProjectsLocationsFeatureOnlineStoresGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureOnlineStore, error)
    func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresGetCall
type ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall
type ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresListCall
    func (c *ProjectsLocationsFeatureOnlineStoresListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse) error) error
type ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresOperationsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall
type ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsFeatureOnlineStoresOperationsService
    func NewProjectsLocationsFeatureOnlineStoresOperationsService(s *Service) *ProjectsLocationsFeatureOnlineStoresOperationsService
    func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall
    func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall
    func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) List(name string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall
    func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) Wait(name string) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall
type ProjectsLocationsFeatureOnlineStoresOperationsWaitCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall
type ProjectsLocationsFeatureOnlineStoresPatchCall
    func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresPatchCall
    func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresPatchCall
    func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureOnlineStoresPatchCall
type ProjectsLocationsFeatureOnlineStoresService
    func NewProjectsLocationsFeatureOnlineStoresService(s *Service) *ProjectsLocationsFeatureOnlineStoresService
    func (r *ProjectsLocationsFeatureOnlineStoresService) Create(parent string, googlecloudaiplatformv1beta1featureonlinestore *GoogleCloudAiplatformV1beta1FeatureOnlineStore) *ProjectsLocationsFeatureOnlineStoresCreateCall
    func (r *ProjectsLocationsFeatureOnlineStoresService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresDeleteCall
    func (r *ProjectsLocationsFeatureOnlineStoresService) Get(name string) *ProjectsLocationsFeatureOnlineStoresGetCall
    func (r *ProjectsLocationsFeatureOnlineStoresService) GetIamPolicy(resource string) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall
    func (r *ProjectsLocationsFeatureOnlineStoresService) List(parent string) *ProjectsLocationsFeatureOnlineStoresListCall
    func (r *ProjectsLocationsFeatureOnlineStoresService) Patch(name string, googlecloudaiplatformv1beta1featureonlinestore *GoogleCloudAiplatformV1beta1FeatureOnlineStore) *ProjectsLocationsFeatureOnlineStoresPatchCall
    func (r *ProjectsLocationsFeatureOnlineStoresService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall
    func (r *ProjectsLocationsFeatureOnlineStoresService) TestIamPermissions(resource string) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall
type ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall
    func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Header() http.Header
type ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall
    func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall
    func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
    func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall
    func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Header() http.Header
    func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall
type ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeaturestoresCreateCall
    func (c *ProjectsLocationsFeaturestoresCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresCreateCall
    func (c *ProjectsLocationsFeaturestoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresCreateCall) FeaturestoreId(featurestoreId string) *ProjectsLocationsFeaturestoresCreateCall
    func (c *ProjectsLocationsFeaturestoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresCreateCall
    func (c *ProjectsLocationsFeaturestoresCreateCall) Header() http.Header
type ProjectsLocationsFeaturestoresDeleteCall
    func (c *ProjectsLocationsFeaturestoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresDeleteCall
    func (c *ProjectsLocationsFeaturestoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresDeleteCall
    func (c *ProjectsLocationsFeaturestoresDeleteCall) Force(force bool) *ProjectsLocationsFeaturestoresDeleteCall
    func (c *ProjectsLocationsFeaturestoresDeleteCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) EntityTypeId(entityTypeId string) *ProjectsLocationsFeaturestoresEntityTypesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Force(force bool) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) FeatureId(featureId string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Feature, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall
type ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeaturesResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) LatestStatsCount(latestStatsCount int64) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) OrderBy(orderBy string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeaturesResponse) error) error
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) ReadMask(readMask string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall
type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService
    func NewProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Cancel(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) List(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Wait(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall
type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall
type ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Feature, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall
type ProjectsLocationsFeaturestoresEntityTypesFeaturesService
    func NewProjectsLocationsFeaturestoresEntityTypesFeaturesService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesFeaturesService
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) BatchCreate(parent string, googlecloudaiplatformv1beta1batchcreatefeaturesrequest *GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest) *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Create(parent string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) List(parent string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Patch(name string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall
type ProjectsLocationsFeaturestoresEntityTypesGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1EntityType, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesGetCall
type ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall
type ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListEntityTypesResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) OrderBy(orderBy string) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListEntityTypesResponse) error) error
    func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) ReadMask(readMask string) *ProjectsLocationsFeaturestoresEntityTypesListCall
type ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall
type ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsFeaturestoresEntityTypesOperationsService
    func NewProjectsLocationsFeaturestoresEntityTypesOperationsService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesOperationsService
    func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Cancel(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) List(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Wait(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall
type ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall
type ProjectsLocationsFeaturestoresEntityTypesPatchCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesPatchCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1EntityType, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesPatchCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeaturestoresEntityTypesPatchCall
type ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesService
    func NewProjectsLocationsFeaturestoresEntityTypesService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesService
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) Create(parent string, googlecloudaiplatformv1beta1entitytype *GoogleCloudAiplatformV1beta1EntityType) *ProjectsLocationsFeaturestoresEntityTypesCreateCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) DeleteFeatureValues(entityType string, googlecloudaiplatformv1beta1deletefeaturevaluesrequest *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) ExportFeatureValues(entityType string, googlecloudaiplatformv1beta1exportfeaturevaluesrequest *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesGetCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) GetIamPolicy(resource string) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) ImportFeatureValues(entityType string, googlecloudaiplatformv1beta1importfeaturevaluesrequest *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) List(parent string) *ProjectsLocationsFeaturestoresEntityTypesListCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) Patch(name string, googlecloudaiplatformv1beta1entitytype *GoogleCloudAiplatformV1beta1EntityType) *ProjectsLocationsFeaturestoresEntityTypesPatchCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) ReadFeatureValues(entityType string, googlecloudaiplatformv1beta1readfeaturevaluesrequest *GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) StreamingReadFeatureValues(entityType string, googlecloudaiplatformv1beta1streamingreadfeaturevaluesrequest *GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) TestIamPermissions(resource string) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall
    func (r *ProjectsLocationsFeaturestoresEntityTypesService) WriteFeatureValues(entityType string, googlecloudaiplatformv1beta1writefeaturevaluesrequest *GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall
type ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall
type ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse, error)
    func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall
    func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Header() http.Header
type ProjectsLocationsFeaturestoresGetCall
    func (c *ProjectsLocationsFeaturestoresGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresGetCall
    func (c *ProjectsLocationsFeaturestoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Featurestore, error)
    func (c *ProjectsLocationsFeaturestoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresGetCall
    func (c *ProjectsLocationsFeaturestoresGetCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresGetCall
type ProjectsLocationsFeaturestoresGetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresGetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresGetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Header() http.Header
type ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeaturestoresResponse, error)
    func (c *ProjectsLocationsFeaturestoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) Filter(filter string) *ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) OrderBy(orderBy string) *ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresListCall
    func (c *ProjectsLocationsFeaturestoresListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeaturestoresResponse) error) error
    func (c *ProjectsLocationsFeaturestoresListCall) ReadMask(readMask string) *ProjectsLocationsFeaturestoresListCall
type ProjectsLocationsFeaturestoresOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsCancelCall
    func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Header() http.Header
type ProjectsLocationsFeaturestoresOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsDeleteCall
    func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Header() http.Header
type ProjectsLocationsFeaturestoresOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsGetCall
    func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresOperationsGetCall
type ProjectsLocationsFeaturestoresOperationsListCall
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsListCall
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsListCall
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) Filter(filter string) *ProjectsLocationsFeaturestoresOperationsListCall
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresOperationsListCall
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresOperationsListCall
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresOperationsListCall
    func (c *ProjectsLocationsFeaturestoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsFeaturestoresOperationsService
    func NewProjectsLocationsFeaturestoresOperationsService(s *Service) *ProjectsLocationsFeaturestoresOperationsService
    func (r *ProjectsLocationsFeaturestoresOperationsService) Cancel(name string) *ProjectsLocationsFeaturestoresOperationsCancelCall
    func (r *ProjectsLocationsFeaturestoresOperationsService) Delete(name string) *ProjectsLocationsFeaturestoresOperationsDeleteCall
    func (r *ProjectsLocationsFeaturestoresOperationsService) Get(name string) *ProjectsLocationsFeaturestoresOperationsGetCall
    func (r *ProjectsLocationsFeaturestoresOperationsService) List(name string) *ProjectsLocationsFeaturestoresOperationsListCall
    func (r *ProjectsLocationsFeaturestoresOperationsService) Wait(name string) *ProjectsLocationsFeaturestoresOperationsWaitCall
type ProjectsLocationsFeaturestoresOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsWaitCall
    func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeaturestoresOperationsWaitCall
type ProjectsLocationsFeaturestoresPatchCall
    func (c *ProjectsLocationsFeaturestoresPatchCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresPatchCall
    func (c *ProjectsLocationsFeaturestoresPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsFeaturestoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresPatchCall
    func (c *ProjectsLocationsFeaturestoresPatchCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeaturestoresPatchCall
type ProjectsLocationsFeaturestoresSearchFeaturesCall
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresSearchFeaturesCall
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchFeaturesResponse, error)
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresSearchFeaturesCall
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Header() http.Header
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresSearchFeaturesCall
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresSearchFeaturesCall
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresSearchFeaturesCall
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchFeaturesResponse) error) error
    func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Query(query string) *ProjectsLocationsFeaturestoresSearchFeaturesCall
type ProjectsLocationsFeaturestoresService
    func NewProjectsLocationsFeaturestoresService(s *Service) *ProjectsLocationsFeaturestoresService
    func (r *ProjectsLocationsFeaturestoresService) BatchReadFeatureValues(featurestore string, googlecloudaiplatformv1beta1batchreadfeaturevaluesrequest *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest) *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall
    func (r *ProjectsLocationsFeaturestoresService) Create(parent string, googlecloudaiplatformv1beta1featurestore *GoogleCloudAiplatformV1beta1Featurestore) *ProjectsLocationsFeaturestoresCreateCall
    func (r *ProjectsLocationsFeaturestoresService) Delete(name string) *ProjectsLocationsFeaturestoresDeleteCall
    func (r *ProjectsLocationsFeaturestoresService) Get(name string) *ProjectsLocationsFeaturestoresGetCall
    func (r *ProjectsLocationsFeaturestoresService) GetIamPolicy(resource string, googleiamv1getiampolicyrequest *GoogleIamV1GetIamPolicyRequest) *ProjectsLocationsFeaturestoresGetIamPolicyCall
    func (r *ProjectsLocationsFeaturestoresService) List(parent string) *ProjectsLocationsFeaturestoresListCall
    func (r *ProjectsLocationsFeaturestoresService) Patch(name string, googlecloudaiplatformv1beta1featurestore *GoogleCloudAiplatformV1beta1Featurestore) *ProjectsLocationsFeaturestoresPatchCall
    func (r *ProjectsLocationsFeaturestoresService) SearchFeatures(location string) *ProjectsLocationsFeaturestoresSearchFeaturesCall
    func (r *ProjectsLocationsFeaturestoresService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeaturestoresSetIamPolicyCall
    func (r *ProjectsLocationsFeaturestoresService) TestIamPermissions(resource string, googleiamv1testiampermissionsrequest *GoogleIamV1TestIamPermissionsRequest) *ProjectsLocationsFeaturestoresTestIamPermissionsCall
type ProjectsLocationsFeaturestoresSetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresSetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresSetIamPolicyCall
    func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Header() http.Header
type ProjectsLocationsFeaturestoresTestIamPermissionsCall
    func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresTestIamPermissionsCall
    func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
    func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresTestIamPermissionsCall
    func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Header() http.Header
type ProjectsLocationsGetCall
    func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall
    func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationLocation, error)
    func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall
    func (c *ProjectsLocationsGetCall) Header() http.Header
    func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall
type ProjectsLocationsHyperparameterTuningJobsCancelCall
    func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsCancelCall
    func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsCancelCall
    func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Header() http.Header
type ProjectsLocationsHyperparameterTuningJobsCreateCall
    func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsCreateCall
    func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1HyperparameterTuningJob, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsCreateCall
    func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Header() http.Header
type ProjectsLocationsHyperparameterTuningJobsDeleteCall
    func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsDeleteCall
    func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsDeleteCall
    func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Header() http.Header
type ProjectsLocationsHyperparameterTuningJobsGetCall
    func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsGetCall
    func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1HyperparameterTuningJob, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsGetCall
    func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsGetCall
type ProjectsLocationsHyperparameterTuningJobsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Filter(filter string) *ProjectsLocationsHyperparameterTuningJobsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Header() http.Header
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) PageSize(pageSize int64) *ProjectsLocationsHyperparameterTuningJobsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) PageToken(pageToken string) *ProjectsLocationsHyperparameterTuningJobsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse) error) error
    func (c *ProjectsLocationsHyperparameterTuningJobsListCall) ReadMask(readMask string) *ProjectsLocationsHyperparameterTuningJobsListCall
type ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Header() http.Header
type ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsHyperparameterTuningJobsOperationsGetCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall
type ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Filter(filter string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsHyperparameterTuningJobsOperationsService
    func NewProjectsLocationsHyperparameterTuningJobsOperationsService(s *Service) *ProjectsLocationsHyperparameterTuningJobsOperationsService
    func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Cancel(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall
    func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Delete(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall
    func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Get(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall
    func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) List(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall
    func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Wait(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall
type ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall
type ProjectsLocationsHyperparameterTuningJobsService
    func NewProjectsLocationsHyperparameterTuningJobsService(s *Service) *ProjectsLocationsHyperparameterTuningJobsService
    func (r *ProjectsLocationsHyperparameterTuningJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelhyperparametertuningjobrequest *GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest) *ProjectsLocationsHyperparameterTuningJobsCancelCall
    func (r *ProjectsLocationsHyperparameterTuningJobsService) Create(parent string, googlecloudaiplatformv1beta1hyperparametertuningjob *GoogleCloudAiplatformV1beta1HyperparameterTuningJob) *ProjectsLocationsHyperparameterTuningJobsCreateCall
    func (r *ProjectsLocationsHyperparameterTuningJobsService) Delete(name string) *ProjectsLocationsHyperparameterTuningJobsDeleteCall
    func (r *ProjectsLocationsHyperparameterTuningJobsService) Get(name string) *ProjectsLocationsHyperparameterTuningJobsGetCall
    func (r *ProjectsLocationsHyperparameterTuningJobsService) List(parent string) *ProjectsLocationsHyperparameterTuningJobsListCall
type ProjectsLocationsIndexEndpointsCreateCall
    func (c *ProjectsLocationsIndexEndpointsCreateCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsCreateCall
    func (c *ProjectsLocationsIndexEndpointsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexEndpointsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsCreateCall
    func (c *ProjectsLocationsIndexEndpointsCreateCall) Header() http.Header
type ProjectsLocationsIndexEndpointsDeleteCall
    func (c *ProjectsLocationsIndexEndpointsDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsDeleteCall
    func (c *ProjectsLocationsIndexEndpointsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexEndpointsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsDeleteCall
    func (c *ProjectsLocationsIndexEndpointsDeleteCall) Header() http.Header
type ProjectsLocationsIndexEndpointsDeployIndexCall
    func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsDeployIndexCall
    func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsDeployIndexCall
    func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Header() http.Header
type ProjectsLocationsIndexEndpointsFindNeighborsCall
    func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsFindNeighborsCall
    func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FindNeighborsResponse, error)
    func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsFindNeighborsCall
    func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Header() http.Header
type ProjectsLocationsIndexEndpointsGetCall
    func (c *ProjectsLocationsIndexEndpointsGetCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsGetCall
    func (c *ProjectsLocationsIndexEndpointsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1IndexEndpoint, error)
    func (c *ProjectsLocationsIndexEndpointsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsGetCall
    func (c *ProjectsLocationsIndexEndpointsGetCall) Header() http.Header
    func (c *ProjectsLocationsIndexEndpointsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsGetCall
type ProjectsLocationsIndexEndpointsListCall
    func (c *ProjectsLocationsIndexEndpointsListCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsListCall
    func (c *ProjectsLocationsIndexEndpointsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse, error)
    func (c *ProjectsLocationsIndexEndpointsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsListCall
    func (c *ProjectsLocationsIndexEndpointsListCall) Filter(filter string) *ProjectsLocationsIndexEndpointsListCall
    func (c *ProjectsLocationsIndexEndpointsListCall) Header() http.Header
    func (c *ProjectsLocationsIndexEndpointsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsListCall
    func (c *ProjectsLocationsIndexEndpointsListCall) PageSize(pageSize int64) *ProjectsLocationsIndexEndpointsListCall
    func (c *ProjectsLocationsIndexEndpointsListCall) PageToken(pageToken string) *ProjectsLocationsIndexEndpointsListCall
    func (c *ProjectsLocationsIndexEndpointsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse) error) error
    func (c *ProjectsLocationsIndexEndpointsListCall) ReadMask(readMask string) *ProjectsLocationsIndexEndpointsListCall
type ProjectsLocationsIndexEndpointsMutateDeployedIndexCall
    func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall
    func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall
    func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Header() http.Header
type ProjectsLocationsIndexEndpointsOperationsCancelCall
    func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsCancelCall
    func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsCancelCall
    func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Header() http.Header
type ProjectsLocationsIndexEndpointsOperationsDeleteCall
    func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsDeleteCall
    func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsDeleteCall
    func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsIndexEndpointsOperationsGetCall
    func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsGetCall
    func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsGetCall
    func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsOperationsGetCall
type ProjectsLocationsIndexEndpointsOperationsListCall
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsListCall
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsListCall
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Filter(filter string) *ProjectsLocationsIndexEndpointsOperationsListCall
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsOperationsListCall
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsIndexEndpointsOperationsListCall
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsIndexEndpointsOperationsListCall
    func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsIndexEndpointsOperationsService
    func NewProjectsLocationsIndexEndpointsOperationsService(s *Service) *ProjectsLocationsIndexEndpointsOperationsService
    func (r *ProjectsLocationsIndexEndpointsOperationsService) Cancel(name string) *ProjectsLocationsIndexEndpointsOperationsCancelCall
    func (r *ProjectsLocationsIndexEndpointsOperationsService) Delete(name string) *ProjectsLocationsIndexEndpointsOperationsDeleteCall
    func (r *ProjectsLocationsIndexEndpointsOperationsService) Get(name string) *ProjectsLocationsIndexEndpointsOperationsGetCall
    func (r *ProjectsLocationsIndexEndpointsOperationsService) List(name string) *ProjectsLocationsIndexEndpointsOperationsListCall
    func (r *ProjectsLocationsIndexEndpointsOperationsService) Wait(name string) *ProjectsLocationsIndexEndpointsOperationsWaitCall
type ProjectsLocationsIndexEndpointsOperationsWaitCall
    func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsWaitCall
    func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsWaitCall
    func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsIndexEndpointsOperationsWaitCall
type ProjectsLocationsIndexEndpointsPatchCall
    func (c *ProjectsLocationsIndexEndpointsPatchCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsPatchCall
    func (c *ProjectsLocationsIndexEndpointsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1IndexEndpoint, error)
    func (c *ProjectsLocationsIndexEndpointsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsPatchCall
    func (c *ProjectsLocationsIndexEndpointsPatchCall) Header() http.Header
    func (c *ProjectsLocationsIndexEndpointsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsIndexEndpointsPatchCall
type ProjectsLocationsIndexEndpointsReadIndexDatapointsCall
    func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall
    func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse, error)
    func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall
    func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Header() http.Header
type ProjectsLocationsIndexEndpointsService
    func NewProjectsLocationsIndexEndpointsService(s *Service) *ProjectsLocationsIndexEndpointsService
    func (r *ProjectsLocationsIndexEndpointsService) Create(parent string, googlecloudaiplatformv1beta1indexendpoint *GoogleCloudAiplatformV1beta1IndexEndpoint) *ProjectsLocationsIndexEndpointsCreateCall
    func (r *ProjectsLocationsIndexEndpointsService) Delete(name string) *ProjectsLocationsIndexEndpointsDeleteCall
    func (r *ProjectsLocationsIndexEndpointsService) DeployIndex(indexEndpoint string, googlecloudaiplatformv1beta1deployindexrequest *GoogleCloudAiplatformV1beta1DeployIndexRequest) *ProjectsLocationsIndexEndpointsDeployIndexCall
    func (r *ProjectsLocationsIndexEndpointsService) FindNeighbors(indexEndpoint string, googlecloudaiplatformv1beta1findneighborsrequest *GoogleCloudAiplatformV1beta1FindNeighborsRequest) *ProjectsLocationsIndexEndpointsFindNeighborsCall
    func (r *ProjectsLocationsIndexEndpointsService) Get(name string) *ProjectsLocationsIndexEndpointsGetCall
    func (r *ProjectsLocationsIndexEndpointsService) List(parent string) *ProjectsLocationsIndexEndpointsListCall
    func (r *ProjectsLocationsIndexEndpointsService) MutateDeployedIndex(indexEndpoint string, googlecloudaiplatformv1beta1deployedindex *GoogleCloudAiplatformV1beta1DeployedIndex) *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall
    func (r *ProjectsLocationsIndexEndpointsService) Patch(name string, googlecloudaiplatformv1beta1indexendpoint *GoogleCloudAiplatformV1beta1IndexEndpoint) *ProjectsLocationsIndexEndpointsPatchCall
    func (r *ProjectsLocationsIndexEndpointsService) ReadIndexDatapoints(indexEndpoint string, googlecloudaiplatformv1beta1readindexdatapointsrequest *GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest) *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall
    func (r *ProjectsLocationsIndexEndpointsService) UndeployIndex(indexEndpoint string, googlecloudaiplatformv1beta1undeployindexrequest *GoogleCloudAiplatformV1beta1UndeployIndexRequest) *ProjectsLocationsIndexEndpointsUndeployIndexCall
type ProjectsLocationsIndexEndpointsUndeployIndexCall
    func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsUndeployIndexCall
    func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsUndeployIndexCall
    func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Header() http.Header
type ProjectsLocationsIndexesCreateCall
    func (c *ProjectsLocationsIndexesCreateCall) Context(ctx context.Context) *ProjectsLocationsIndexesCreateCall
    func (c *ProjectsLocationsIndexesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesCreateCall
    func (c *ProjectsLocationsIndexesCreateCall) Header() http.Header
type ProjectsLocationsIndexesDeleteCall
    func (c *ProjectsLocationsIndexesDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexesDeleteCall
    func (c *ProjectsLocationsIndexesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesDeleteCall
    func (c *ProjectsLocationsIndexesDeleteCall) Header() http.Header
type ProjectsLocationsIndexesGetCall
    func (c *ProjectsLocationsIndexesGetCall) Context(ctx context.Context) *ProjectsLocationsIndexesGetCall
    func (c *ProjectsLocationsIndexesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Index, error)
    func (c *ProjectsLocationsIndexesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesGetCall
    func (c *ProjectsLocationsIndexesGetCall) Header() http.Header
    func (c *ProjectsLocationsIndexesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesGetCall
type ProjectsLocationsIndexesListCall
    func (c *ProjectsLocationsIndexesListCall) Context(ctx context.Context) *ProjectsLocationsIndexesListCall
    func (c *ProjectsLocationsIndexesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListIndexesResponse, error)
    func (c *ProjectsLocationsIndexesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesListCall
    func (c *ProjectsLocationsIndexesListCall) Filter(filter string) *ProjectsLocationsIndexesListCall
    func (c *ProjectsLocationsIndexesListCall) Header() http.Header
    func (c *ProjectsLocationsIndexesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesListCall
    func (c *ProjectsLocationsIndexesListCall) PageSize(pageSize int64) *ProjectsLocationsIndexesListCall
    func (c *ProjectsLocationsIndexesListCall) PageToken(pageToken string) *ProjectsLocationsIndexesListCall
    func (c *ProjectsLocationsIndexesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListIndexesResponse) error) error
    func (c *ProjectsLocationsIndexesListCall) ReadMask(readMask string) *ProjectsLocationsIndexesListCall
type ProjectsLocationsIndexesOperationsCancelCall
    func (c *ProjectsLocationsIndexesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsCancelCall
    func (c *ProjectsLocationsIndexesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsIndexesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsCancelCall
    func (c *ProjectsLocationsIndexesOperationsCancelCall) Header() http.Header
type ProjectsLocationsIndexesOperationsDeleteCall
    func (c *ProjectsLocationsIndexesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsDeleteCall
    func (c *ProjectsLocationsIndexesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsIndexesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsDeleteCall
    func (c *ProjectsLocationsIndexesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsIndexesOperationsGetCall
    func (c *ProjectsLocationsIndexesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsGetCall
    func (c *ProjectsLocationsIndexesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsGetCall
    func (c *ProjectsLocationsIndexesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsIndexesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesOperationsGetCall
type ProjectsLocationsIndexesOperationsListCall
    func (c *ProjectsLocationsIndexesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsListCall
    func (c *ProjectsLocationsIndexesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsIndexesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsListCall
    func (c *ProjectsLocationsIndexesOperationsListCall) Filter(filter string) *ProjectsLocationsIndexesOperationsListCall
    func (c *ProjectsLocationsIndexesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsIndexesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesOperationsListCall
    func (c *ProjectsLocationsIndexesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsIndexesOperationsListCall
    func (c *ProjectsLocationsIndexesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsIndexesOperationsListCall
    func (c *ProjectsLocationsIndexesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsIndexesOperationsService
    func NewProjectsLocationsIndexesOperationsService(s *Service) *ProjectsLocationsIndexesOperationsService
    func (r *ProjectsLocationsIndexesOperationsService) Cancel(name string) *ProjectsLocationsIndexesOperationsCancelCall
    func (r *ProjectsLocationsIndexesOperationsService) Delete(name string) *ProjectsLocationsIndexesOperationsDeleteCall
    func (r *ProjectsLocationsIndexesOperationsService) Get(name string) *ProjectsLocationsIndexesOperationsGetCall
    func (r *ProjectsLocationsIndexesOperationsService) List(name string) *ProjectsLocationsIndexesOperationsListCall
    func (r *ProjectsLocationsIndexesOperationsService) Wait(name string) *ProjectsLocationsIndexesOperationsWaitCall
type ProjectsLocationsIndexesOperationsWaitCall
    func (c *ProjectsLocationsIndexesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsWaitCall
    func (c *ProjectsLocationsIndexesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsWaitCall
    func (c *ProjectsLocationsIndexesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsIndexesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsIndexesOperationsWaitCall
type ProjectsLocationsIndexesPatchCall
    func (c *ProjectsLocationsIndexesPatchCall) Context(ctx context.Context) *ProjectsLocationsIndexesPatchCall
    func (c *ProjectsLocationsIndexesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsIndexesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesPatchCall
    func (c *ProjectsLocationsIndexesPatchCall) Header() http.Header
    func (c *ProjectsLocationsIndexesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsIndexesPatchCall
type ProjectsLocationsIndexesRemoveDatapointsCall
    func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Context(ctx context.Context) *ProjectsLocationsIndexesRemoveDatapointsCall
    func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RemoveDatapointsResponse, error)
    func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesRemoveDatapointsCall
    func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Header() http.Header
type ProjectsLocationsIndexesService
    func NewProjectsLocationsIndexesService(s *Service) *ProjectsLocationsIndexesService
    func (r *ProjectsLocationsIndexesService) Create(parent string, googlecloudaiplatformv1beta1index *GoogleCloudAiplatformV1beta1Index) *ProjectsLocationsIndexesCreateCall
    func (r *ProjectsLocationsIndexesService) Delete(name string) *ProjectsLocationsIndexesDeleteCall
    func (r *ProjectsLocationsIndexesService) Get(name string) *ProjectsLocationsIndexesGetCall
    func (r *ProjectsLocationsIndexesService) List(parent string) *ProjectsLocationsIndexesListCall
    func (r *ProjectsLocationsIndexesService) Patch(name string, googlecloudaiplatformv1beta1index *GoogleCloudAiplatformV1beta1Index) *ProjectsLocationsIndexesPatchCall
    func (r *ProjectsLocationsIndexesService) RemoveDatapoints(index string, googlecloudaiplatformv1beta1removedatapointsrequest *GoogleCloudAiplatformV1beta1RemoveDatapointsRequest) *ProjectsLocationsIndexesRemoveDatapointsCall
    func (r *ProjectsLocationsIndexesService) UpsertDatapoints(index string, googlecloudaiplatformv1beta1upsertdatapointsrequest *GoogleCloudAiplatformV1beta1UpsertDatapointsRequest) *ProjectsLocationsIndexesUpsertDatapointsCall
type ProjectsLocationsIndexesUpsertDatapointsCall
    func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Context(ctx context.Context) *ProjectsLocationsIndexesUpsertDatapointsCall
    func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1UpsertDatapointsResponse, error)
    func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesUpsertDatapointsCall
    func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Header() http.Header
type ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationListLocationsResponse, error)
    func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Header() http.Header
    func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*GoogleCloudLocationListLocationsResponse) error) error
type ProjectsLocationsMetadataStoresArtifactsCreateCall
    func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) ArtifactId(artifactId string) *ProjectsLocationsMetadataStoresArtifactsCreateCall
    func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsCreateCall
    func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Artifact, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsCreateCall
    func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Header() http.Header
type ProjectsLocationsMetadataStoresArtifactsDeleteCall
    func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsDeleteCall
    func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Etag(etag string) *ProjectsLocationsMetadataStoresArtifactsDeleteCall
    func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsDeleteCall
    func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresArtifactsGetCall
    func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsGetCall
    func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Artifact, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsGetCall
    func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsGetCall
type ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListArtifactsResponse, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) OrderBy(orderBy string) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListArtifactsResponse) error) error
type ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Header() http.Header
type ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresArtifactsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall
type ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsMetadataStoresArtifactsOperationsService
    func NewProjectsLocationsMetadataStoresArtifactsOperationsService(s *Service) *ProjectsLocationsMetadataStoresArtifactsOperationsService
    func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall
    func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall
    func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Get(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall
    func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) List(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall
    func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall
type ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall
type ProjectsLocationsMetadataStoresArtifactsPatchCall
    func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) AllowMissing(allowMissing bool) *ProjectsLocationsMetadataStoresArtifactsPatchCall
    func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsPatchCall
    func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Artifact, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsPatchCall
    func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsMetadataStoresArtifactsPatchCall
type ProjectsLocationsMetadataStoresArtifactsPurgeCall
    func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsPurgeCall
    func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsPurgeCall
    func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Header() http.Header
type ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1LineageSubgraph, error)
    func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Filter(filter string) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) MaxHops(maxHops int64) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall
type ProjectsLocationsMetadataStoresArtifactsService
    func NewProjectsLocationsMetadataStoresArtifactsService(s *Service) *ProjectsLocationsMetadataStoresArtifactsService
    func (r *ProjectsLocationsMetadataStoresArtifactsService) Create(parent string, googlecloudaiplatformv1beta1artifact *GoogleCloudAiplatformV1beta1Artifact) *ProjectsLocationsMetadataStoresArtifactsCreateCall
    func (r *ProjectsLocationsMetadataStoresArtifactsService) Delete(name string) *ProjectsLocationsMetadataStoresArtifactsDeleteCall
    func (r *ProjectsLocationsMetadataStoresArtifactsService) Get(name string) *ProjectsLocationsMetadataStoresArtifactsGetCall
    func (r *ProjectsLocationsMetadataStoresArtifactsService) List(parent string) *ProjectsLocationsMetadataStoresArtifactsListCall
    func (r *ProjectsLocationsMetadataStoresArtifactsService) Patch(name string, googlecloudaiplatformv1beta1artifact *GoogleCloudAiplatformV1beta1Artifact) *ProjectsLocationsMetadataStoresArtifactsPatchCall
    func (r *ProjectsLocationsMetadataStoresArtifactsService) Purge(parent string, googlecloudaiplatformv1beta1purgeartifactsrequest *GoogleCloudAiplatformV1beta1PurgeArtifactsRequest) *ProjectsLocationsMetadataStoresArtifactsPurgeCall
    func (r *ProjectsLocationsMetadataStoresArtifactsService) QueryArtifactLineageSubgraph(artifact string) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall
type ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall
    func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall
    func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse, error)
    func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall
    func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsAddContextChildrenCall
    func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall
    func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AddContextChildrenResponse, error)
    func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall
    func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsCreateCall
    func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsCreateCall
    func (c *ProjectsLocationsMetadataStoresContextsCreateCall) ContextId(contextId string) *ProjectsLocationsMetadataStoresContextsCreateCall
    func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Context, error)
    func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsCreateCall
    func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Etag(etag string) *ProjectsLocationsMetadataStoresContextsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Force(force bool) *ProjectsLocationsMetadataStoresContextsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsGetCall
    func (c *ProjectsLocationsMetadataStoresContextsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsGetCall
    func (c *ProjectsLocationsMetadataStoresContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Context, error)
    func (c *ProjectsLocationsMetadataStoresContextsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsGetCall
    func (c *ProjectsLocationsMetadataStoresContextsGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresContextsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsGetCall
type ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListContextsResponse, error)
    func (c *ProjectsLocationsMetadataStoresContextsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresContextsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) OrderBy(orderBy string) *ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresContextsListCall
    func (c *ProjectsLocationsMetadataStoresContextsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListContextsResponse) error) error
type ProjectsLocationsMetadataStoresContextsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsOperationsGetCall
type ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsMetadataStoresContextsOperationsService
    func NewProjectsLocationsMetadataStoresContextsOperationsService(s *Service) *ProjectsLocationsMetadataStoresContextsOperationsService
    func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresContextsOperationsCancelCall
    func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall
    func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Get(name string) *ProjectsLocationsMetadataStoresContextsOperationsGetCall
    func (r *ProjectsLocationsMetadataStoresContextsOperationsService) List(name string) *ProjectsLocationsMetadataStoresContextsOperationsListCall
    func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall
type ProjectsLocationsMetadataStoresContextsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall
type ProjectsLocationsMetadataStoresContextsPatchCall
    func (c *ProjectsLocationsMetadataStoresContextsPatchCall) AllowMissing(allowMissing bool) *ProjectsLocationsMetadataStoresContextsPatchCall
    func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsPatchCall
    func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Context, error)
    func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsPatchCall
    func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresContextsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsMetadataStoresContextsPatchCall
type ProjectsLocationsMetadataStoresContextsPurgeCall
    func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsPurgeCall
    func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsPurgeCall
    func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1LineageSubgraph, error)
    func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall
    func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall
type ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall
    func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall
    func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse, error)
    func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall
    func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Header() http.Header
type ProjectsLocationsMetadataStoresContextsService
    func NewProjectsLocationsMetadataStoresContextsService(s *Service) *ProjectsLocationsMetadataStoresContextsService
    func (r *ProjectsLocationsMetadataStoresContextsService) AddContextArtifactsAndExecutions(context string, googlecloudaiplatformv1beta1addcontextartifactsandexecutionsrequest *GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest) *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall
    func (r *ProjectsLocationsMetadataStoresContextsService) AddContextChildren(context string, googlecloudaiplatformv1beta1addcontextchildrenrequest *GoogleCloudAiplatformV1beta1AddContextChildrenRequest) *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall
    func (r *ProjectsLocationsMetadataStoresContextsService) Create(parent string, googlecloudaiplatformv1beta1context *GoogleCloudAiplatformV1beta1Context) *ProjectsLocationsMetadataStoresContextsCreateCall
    func (r *ProjectsLocationsMetadataStoresContextsService) Delete(name string) *ProjectsLocationsMetadataStoresContextsDeleteCall
    func (r *ProjectsLocationsMetadataStoresContextsService) Get(name string) *ProjectsLocationsMetadataStoresContextsGetCall
    func (r *ProjectsLocationsMetadataStoresContextsService) List(parent string) *ProjectsLocationsMetadataStoresContextsListCall
    func (r *ProjectsLocationsMetadataStoresContextsService) Patch(name string, googlecloudaiplatformv1beta1context *GoogleCloudAiplatformV1beta1Context) *ProjectsLocationsMetadataStoresContextsPatchCall
    func (r *ProjectsLocationsMetadataStoresContextsService) Purge(parent string, googlecloudaiplatformv1beta1purgecontextsrequest *GoogleCloudAiplatformV1beta1PurgeContextsRequest) *ProjectsLocationsMetadataStoresContextsPurgeCall
    func (r *ProjectsLocationsMetadataStoresContextsService) QueryContextLineageSubgraph(context string) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall
    func (r *ProjectsLocationsMetadataStoresContextsService) RemoveContextChildren(context string, googlecloudaiplatformv1beta1removecontextchildrenrequest *GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest) *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall
type ProjectsLocationsMetadataStoresCreateCall
    func (c *ProjectsLocationsMetadataStoresCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresCreateCall
    func (c *ProjectsLocationsMetadataStoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresCreateCall
    func (c *ProjectsLocationsMetadataStoresCreateCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresCreateCall) MetadataStoreId(metadataStoreId string) *ProjectsLocationsMetadataStoresCreateCall
type ProjectsLocationsMetadataStoresDeleteCall
    func (c *ProjectsLocationsMetadataStoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresDeleteCall
    func (c *ProjectsLocationsMetadataStoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresDeleteCall
    func (c *ProjectsLocationsMetadataStoresDeleteCall) Force(force bool) *ProjectsLocationsMetadataStoresDeleteCall
    func (c *ProjectsLocationsMetadataStoresDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall
    func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall
    func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AddExecutionEventsResponse, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall
    func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Header() http.Header
type ProjectsLocationsMetadataStoresExecutionsCreateCall
    func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsCreateCall
    func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Execution, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) ExecutionId(executionId string) *ProjectsLocationsMetadataStoresExecutionsCreateCall
    func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsCreateCall
    func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Header() http.Header
type ProjectsLocationsMetadataStoresExecutionsDeleteCall
    func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsDeleteCall
    func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Etag(etag string) *ProjectsLocationsMetadataStoresExecutionsDeleteCall
    func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsDeleteCall
    func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresExecutionsGetCall
    func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsGetCall
    func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Execution, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsGetCall
    func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsGetCall
type ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListExecutionsResponse, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) OrderBy(orderBy string) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListExecutionsResponse) error) error
type ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Header() http.Header
type ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresExecutionsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall
type ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsMetadataStoresExecutionsOperationsService
    func NewProjectsLocationsMetadataStoresExecutionsOperationsService(s *Service) *ProjectsLocationsMetadataStoresExecutionsOperationsService
    func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall
    func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall
    func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Get(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall
    func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) List(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall
    func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall
type ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall
type ProjectsLocationsMetadataStoresExecutionsPatchCall
    func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) AllowMissing(allowMissing bool) *ProjectsLocationsMetadataStoresExecutionsPatchCall
    func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsPatchCall
    func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Execution, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsPatchCall
    func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsMetadataStoresExecutionsPatchCall
type ProjectsLocationsMetadataStoresExecutionsPurgeCall
    func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsPurgeCall
    func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsPurgeCall
    func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Header() http.Header
type ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall
    func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall
    func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1LineageSubgraph, error)
    func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall
    func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall
type ProjectsLocationsMetadataStoresExecutionsService
    func NewProjectsLocationsMetadataStoresExecutionsService(s *Service) *ProjectsLocationsMetadataStoresExecutionsService
    func (r *ProjectsLocationsMetadataStoresExecutionsService) AddExecutionEvents(execution string, googlecloudaiplatformv1beta1addexecutioneventsrequest *GoogleCloudAiplatformV1beta1AddExecutionEventsRequest) *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall
    func (r *ProjectsLocationsMetadataStoresExecutionsService) Create(parent string, googlecloudaiplatformv1beta1execution *GoogleCloudAiplatformV1beta1Execution) *ProjectsLocationsMetadataStoresExecutionsCreateCall
    func (r *ProjectsLocationsMetadataStoresExecutionsService) Delete(name string) *ProjectsLocationsMetadataStoresExecutionsDeleteCall
    func (r *ProjectsLocationsMetadataStoresExecutionsService) Get(name string) *ProjectsLocationsMetadataStoresExecutionsGetCall
    func (r *ProjectsLocationsMetadataStoresExecutionsService) List(parent string) *ProjectsLocationsMetadataStoresExecutionsListCall
    func (r *ProjectsLocationsMetadataStoresExecutionsService) Patch(name string, googlecloudaiplatformv1beta1execution *GoogleCloudAiplatformV1beta1Execution) *ProjectsLocationsMetadataStoresExecutionsPatchCall
    func (r *ProjectsLocationsMetadataStoresExecutionsService) Purge(parent string, googlecloudaiplatformv1beta1purgeexecutionsrequest *GoogleCloudAiplatformV1beta1PurgeExecutionsRequest) *ProjectsLocationsMetadataStoresExecutionsPurgeCall
    func (r *ProjectsLocationsMetadataStoresExecutionsService) QueryExecutionInputsAndOutputs(execution string) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall
type ProjectsLocationsMetadataStoresGetCall
    func (c *ProjectsLocationsMetadataStoresGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresGetCall
    func (c *ProjectsLocationsMetadataStoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1MetadataStore, error)
    func (c *ProjectsLocationsMetadataStoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresGetCall
    func (c *ProjectsLocationsMetadataStoresGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresGetCall
type ProjectsLocationsMetadataStoresListCall
    func (c *ProjectsLocationsMetadataStoresListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresListCall
    func (c *ProjectsLocationsMetadataStoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListMetadataStoresResponse, error)
    func (c *ProjectsLocationsMetadataStoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresListCall
    func (c *ProjectsLocationsMetadataStoresListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresListCall
    func (c *ProjectsLocationsMetadataStoresListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresListCall
    func (c *ProjectsLocationsMetadataStoresListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresListCall
    func (c *ProjectsLocationsMetadataStoresListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListMetadataStoresResponse) error) error
type ProjectsLocationsMetadataStoresMetadataSchemasCreateCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1MetadataSchema, error)
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) MetadataSchemaId(metadataSchemaId string) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall
type ProjectsLocationsMetadataStoresMetadataSchemasGetCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1MetadataSchema, error)
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall
type ProjectsLocationsMetadataStoresMetadataSchemasListCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresMetadataSchemasListCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse, error)
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresMetadataSchemasListCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Filter(filter string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresMetadataSchemasListCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall
    func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse) error) error
type ProjectsLocationsMetadataStoresMetadataSchemasService
    func NewProjectsLocationsMetadataStoresMetadataSchemasService(s *Service) *ProjectsLocationsMetadataStoresMetadataSchemasService
    func (r *ProjectsLocationsMetadataStoresMetadataSchemasService) Create(parent string, googlecloudaiplatformv1beta1metadataschema *GoogleCloudAiplatformV1beta1MetadataSchema) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall
    func (r *ProjectsLocationsMetadataStoresMetadataSchemasService) Get(name string) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall
    func (r *ProjectsLocationsMetadataStoresMetadataSchemasService) List(parent string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall
type ProjectsLocationsMetadataStoresOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsCancelCall
    func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Header() http.Header
type ProjectsLocationsMetadataStoresOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsDeleteCall
    func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Header() http.Header
type ProjectsLocationsMetadataStoresOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsGetCall
    func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresOperationsGetCall
type ProjectsLocationsMetadataStoresOperationsListCall
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsListCall
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsListCall
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresOperationsListCall
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresOperationsListCall
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresOperationsListCall
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresOperationsListCall
    func (c *ProjectsLocationsMetadataStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsMetadataStoresOperationsService
    func NewProjectsLocationsMetadataStoresOperationsService(s *Service) *ProjectsLocationsMetadataStoresOperationsService
    func (r *ProjectsLocationsMetadataStoresOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresOperationsCancelCall
    func (r *ProjectsLocationsMetadataStoresOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresOperationsDeleteCall
    func (r *ProjectsLocationsMetadataStoresOperationsService) Get(name string) *ProjectsLocationsMetadataStoresOperationsGetCall
    func (r *ProjectsLocationsMetadataStoresOperationsService) List(name string) *ProjectsLocationsMetadataStoresOperationsListCall
    func (r *ProjectsLocationsMetadataStoresOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresOperationsWaitCall
type ProjectsLocationsMetadataStoresOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsWaitCall
    func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresOperationsWaitCall
type ProjectsLocationsMetadataStoresService
    func NewProjectsLocationsMetadataStoresService(s *Service) *ProjectsLocationsMetadataStoresService
    func (r *ProjectsLocationsMetadataStoresService) Create(parent string, googlecloudaiplatformv1beta1metadatastore *GoogleCloudAiplatformV1beta1MetadataStore) *ProjectsLocationsMetadataStoresCreateCall
    func (r *ProjectsLocationsMetadataStoresService) Delete(name string) *ProjectsLocationsMetadataStoresDeleteCall
    func (r *ProjectsLocationsMetadataStoresService) Get(name string) *ProjectsLocationsMetadataStoresGetCall
    func (r *ProjectsLocationsMetadataStoresService) List(parent string) *ProjectsLocationsMetadataStoresListCall
type ProjectsLocationsMigratableResourcesBatchMigrateCall
    func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesBatchMigrateCall
    func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesBatchMigrateCall
    func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Header() http.Header
type ProjectsLocationsMigratableResourcesOperationsCancelCall
    func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsCancelCall
    func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsCancelCall
    func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Header() http.Header
type ProjectsLocationsMigratableResourcesOperationsDeleteCall
    func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsDeleteCall
    func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsDeleteCall
    func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsMigratableResourcesOperationsGetCall
    func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsGetCall
    func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsGetCall
    func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMigratableResourcesOperationsGetCall
type ProjectsLocationsMigratableResourcesOperationsListCall
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsListCall
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsListCall
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Filter(filter string) *ProjectsLocationsMigratableResourcesOperationsListCall
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMigratableResourcesOperationsListCall
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMigratableResourcesOperationsListCall
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMigratableResourcesOperationsListCall
    func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsMigratableResourcesOperationsService
    func NewProjectsLocationsMigratableResourcesOperationsService(s *Service) *ProjectsLocationsMigratableResourcesOperationsService
    func (r *ProjectsLocationsMigratableResourcesOperationsService) Cancel(name string) *ProjectsLocationsMigratableResourcesOperationsCancelCall
    func (r *ProjectsLocationsMigratableResourcesOperationsService) Delete(name string) *ProjectsLocationsMigratableResourcesOperationsDeleteCall
    func (r *ProjectsLocationsMigratableResourcesOperationsService) Get(name string) *ProjectsLocationsMigratableResourcesOperationsGetCall
    func (r *ProjectsLocationsMigratableResourcesOperationsService) List(name string) *ProjectsLocationsMigratableResourcesOperationsListCall
    func (r *ProjectsLocationsMigratableResourcesOperationsService) Wait(name string) *ProjectsLocationsMigratableResourcesOperationsWaitCall
type ProjectsLocationsMigratableResourcesOperationsWaitCall
    func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsWaitCall
    func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsWaitCall
    func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMigratableResourcesOperationsWaitCall
type ProjectsLocationsMigratableResourcesSearchCall
    func (c *ProjectsLocationsMigratableResourcesSearchCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesSearchCall
    func (c *ProjectsLocationsMigratableResourcesSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse, error)
    func (c *ProjectsLocationsMigratableResourcesSearchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesSearchCall
    func (c *ProjectsLocationsMigratableResourcesSearchCall) Header() http.Header
    func (c *ProjectsLocationsMigratableResourcesSearchCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse) error) error
type ProjectsLocationsMigratableResourcesService
    func NewProjectsLocationsMigratableResourcesService(s *Service) *ProjectsLocationsMigratableResourcesService
    func (r *ProjectsLocationsMigratableResourcesService) BatchMigrate(parent string, googlecloudaiplatformv1beta1batchmigrateresourcesrequest *GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest) *ProjectsLocationsMigratableResourcesBatchMigrateCall
    func (r *ProjectsLocationsMigratableResourcesService) Search(parent string, googlecloudaiplatformv1beta1searchmigratableresourcesrequest *GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest) *ProjectsLocationsMigratableResourcesSearchCall
type ProjectsLocationsModelDeploymentMonitoringJobsCreateCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Header() http.Header
type ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Header() http.Header
type ProjectsLocationsModelDeploymentMonitoringJobsGetCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall
type ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Filter(filter string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Header() http.Header
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) PageSize(pageSize int64) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) PageToken(pageToken string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse) error) error
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) ReadMask(readMask string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
type ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Header() http.Header
type ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall
type ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Filter(filter string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsModelDeploymentMonitoringJobsOperationsService
    func NewProjectsLocationsModelDeploymentMonitoringJobsOperationsService(s *Service) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Cancel(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Delete(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Get(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) List(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Wait(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall
type ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall
type ProjectsLocationsModelDeploymentMonitoringJobsPatchCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Header() http.Header
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall
type ProjectsLocationsModelDeploymentMonitoringJobsPauseCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Header() http.Header
type ProjectsLocationsModelDeploymentMonitoringJobsResumeCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Header() http.Header
type ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse, error)
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Header() http.Header
    func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse) error) error
type ProjectsLocationsModelDeploymentMonitoringJobsService
    func NewProjectsLocationsModelDeploymentMonitoringJobsService(s *Service) *ProjectsLocationsModelDeploymentMonitoringJobsService
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Create(parent string, googlecloudaiplatformv1beta1modeldeploymentmonitoringjob *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob) *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Delete(name string) *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Get(name string) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) List(parent string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Patch(name string, googlecloudaiplatformv1beta1modeldeploymentmonitoringjob *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Pause(name string, googlecloudaiplatformv1beta1pausemodeldeploymentmonitoringjobrequest *GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest) *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Resume(name string, googlecloudaiplatformv1beta1resumemodeldeploymentmonitoringjobrequest *GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest) *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall
    func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) SearchModelDeploymentMonitoringStatsAnomalies(modelDeploymentMonitoringJob string, googlecloudaiplatformv1beta1searchmodeldeploymentmonitoringstatsanomaliesrequest *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest) *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall
type ProjectsLocationsModelMonitorsCreateCall
    func (c *ProjectsLocationsModelMonitorsCreateCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsCreateCall
    func (c *ProjectsLocationsModelMonitorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelMonitorsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsCreateCall
    func (c *ProjectsLocationsModelMonitorsCreateCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsCreateCall) ModelMonitorId(modelMonitorId string) *ProjectsLocationsModelMonitorsCreateCall
type ProjectsLocationsModelMonitorsDeleteCall
    func (c *ProjectsLocationsModelMonitorsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsDeleteCall
    func (c *ProjectsLocationsModelMonitorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelMonitorsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsDeleteCall
    func (c *ProjectsLocationsModelMonitorsDeleteCall) Force(force bool) *ProjectsLocationsModelMonitorsDeleteCall
    func (c *ProjectsLocationsModelMonitorsDeleteCall) Header() http.Header
type ProjectsLocationsModelMonitorsGetCall
    func (c *ProjectsLocationsModelMonitorsGetCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsGetCall
    func (c *ProjectsLocationsModelMonitorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelMonitor, error)
    func (c *ProjectsLocationsModelMonitorsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsGetCall
    func (c *ProjectsLocationsModelMonitorsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsGetCall
type ProjectsLocationsModelMonitorsListCall
    func (c *ProjectsLocationsModelMonitorsListCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsListCall
    func (c *ProjectsLocationsModelMonitorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelMonitorsResponse, error)
    func (c *ProjectsLocationsModelMonitorsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsListCall
    func (c *ProjectsLocationsModelMonitorsListCall) Filter(filter string) *ProjectsLocationsModelMonitorsListCall
    func (c *ProjectsLocationsModelMonitorsListCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsListCall
    func (c *ProjectsLocationsModelMonitorsListCall) PageSize(pageSize int64) *ProjectsLocationsModelMonitorsListCall
    func (c *ProjectsLocationsModelMonitorsListCall) PageToken(pageToken string) *ProjectsLocationsModelMonitorsListCall
    func (c *ProjectsLocationsModelMonitorsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelMonitorsResponse) error) error
    func (c *ProjectsLocationsModelMonitorsListCall) ReadMask(readMask string) *ProjectsLocationsModelMonitorsListCall
type ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelMonitoringJob, error)
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) ModelMonitoringJobId(modelMonitoringJobId string) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall
type ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Header() http.Header
type ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelMonitoringJob, error)
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall
type ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse, error)
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Filter(filter string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) PageSize(pageSize int64) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) PageToken(pageToken string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse) error) error
    func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) ReadMask(readMask string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
type ProjectsLocationsModelMonitorsModelMonitoringJobsService
    func NewProjectsLocationsModelMonitorsModelMonitoringJobsService(s *Service) *ProjectsLocationsModelMonitorsModelMonitoringJobsService
    func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) Create(parent string, googlecloudaiplatformv1beta1modelmonitoringjob *GoogleCloudAiplatformV1beta1ModelMonitoringJob) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall
    func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) Delete(name string) *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall
    func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) Get(name string) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall
    func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) List(parent string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall
type ProjectsLocationsModelMonitorsOperationsCancelCall
    func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsCancelCall
    func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsCancelCall
    func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Header() http.Header
type ProjectsLocationsModelMonitorsOperationsDeleteCall
    func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsDeleteCall
    func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsDeleteCall
    func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsModelMonitorsOperationsGetCall
    func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsGetCall
    func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsGetCall
    func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsOperationsGetCall
type ProjectsLocationsModelMonitorsOperationsListCall
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsListCall
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsListCall
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) Filter(filter string) *ProjectsLocationsModelMonitorsOperationsListCall
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsOperationsListCall
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelMonitorsOperationsListCall
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelMonitorsOperationsListCall
    func (c *ProjectsLocationsModelMonitorsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsModelMonitorsOperationsService
    func NewProjectsLocationsModelMonitorsOperationsService(s *Service) *ProjectsLocationsModelMonitorsOperationsService
    func (r *ProjectsLocationsModelMonitorsOperationsService) Cancel(name string) *ProjectsLocationsModelMonitorsOperationsCancelCall
    func (r *ProjectsLocationsModelMonitorsOperationsService) Delete(name string) *ProjectsLocationsModelMonitorsOperationsDeleteCall
    func (r *ProjectsLocationsModelMonitorsOperationsService) Get(name string) *ProjectsLocationsModelMonitorsOperationsGetCall
    func (r *ProjectsLocationsModelMonitorsOperationsService) List(name string) *ProjectsLocationsModelMonitorsOperationsListCall
    func (r *ProjectsLocationsModelMonitorsOperationsService) Wait(name string) *ProjectsLocationsModelMonitorsOperationsWaitCall
type ProjectsLocationsModelMonitorsOperationsWaitCall
    func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsWaitCall
    func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsWaitCall
    func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelMonitorsOperationsWaitCall
type ProjectsLocationsModelMonitorsPatchCall
    func (c *ProjectsLocationsModelMonitorsPatchCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsPatchCall
    func (c *ProjectsLocationsModelMonitorsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelMonitorsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsPatchCall
    func (c *ProjectsLocationsModelMonitorsPatchCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsModelMonitorsPatchCall
type ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse, error)
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse) error) error
type ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse, error)
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Header() http.Header
    func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse) error) error
type ProjectsLocationsModelMonitorsService
    func NewProjectsLocationsModelMonitorsService(s *Service) *ProjectsLocationsModelMonitorsService
    func (r *ProjectsLocationsModelMonitorsService) Create(parent string, googlecloudaiplatformv1beta1modelmonitor *GoogleCloudAiplatformV1beta1ModelMonitor) *ProjectsLocationsModelMonitorsCreateCall
    func (r *ProjectsLocationsModelMonitorsService) Delete(name string) *ProjectsLocationsModelMonitorsDeleteCall
    func (r *ProjectsLocationsModelMonitorsService) Get(name string) *ProjectsLocationsModelMonitorsGetCall
    func (r *ProjectsLocationsModelMonitorsService) List(parent string) *ProjectsLocationsModelMonitorsListCall
    func (r *ProjectsLocationsModelMonitorsService) Patch(name string, googlecloudaiplatformv1beta1modelmonitor *GoogleCloudAiplatformV1beta1ModelMonitor) *ProjectsLocationsModelMonitorsPatchCall
    func (r *ProjectsLocationsModelMonitorsService) SearchModelMonitoringAlerts(modelMonitor string, googlecloudaiplatformv1beta1searchmodelmonitoringalertsrequest *GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest) *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall
    func (r *ProjectsLocationsModelMonitorsService) SearchModelMonitoringStats(modelMonitor string, googlecloudaiplatformv1beta1searchmodelmonitoringstatsrequest *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest) *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall
type ProjectsLocationsModelsCopyCall
    func (c *ProjectsLocationsModelsCopyCall) Context(ctx context.Context) *ProjectsLocationsModelsCopyCall
    func (c *ProjectsLocationsModelsCopyCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsCopyCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsCopyCall
    func (c *ProjectsLocationsModelsCopyCall) Header() http.Header
type ProjectsLocationsModelsDeleteCall
    func (c *ProjectsLocationsModelsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelsDeleteCall
    func (c *ProjectsLocationsModelsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsDeleteCall
    func (c *ProjectsLocationsModelsDeleteCall) Header() http.Header
type ProjectsLocationsModelsDeleteVersionCall
    func (c *ProjectsLocationsModelsDeleteVersionCall) Context(ctx context.Context) *ProjectsLocationsModelsDeleteVersionCall
    func (c *ProjectsLocationsModelsDeleteVersionCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsDeleteVersionCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsDeleteVersionCall
    func (c *ProjectsLocationsModelsDeleteVersionCall) Header() http.Header
type ProjectsLocationsModelsEvaluationsGetCall
    func (c *ProjectsLocationsModelsEvaluationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsGetCall
    func (c *ProjectsLocationsModelsEvaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelEvaluation, error)
    func (c *ProjectsLocationsModelsEvaluationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsGetCall
    func (c *ProjectsLocationsModelsEvaluationsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelsEvaluationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsGetCall
type ProjectsLocationsModelsEvaluationsImportCall
    func (c *ProjectsLocationsModelsEvaluationsImportCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsImportCall
    func (c *ProjectsLocationsModelsEvaluationsImportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelEvaluation, error)
    func (c *ProjectsLocationsModelsEvaluationsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsImportCall
    func (c *ProjectsLocationsModelsEvaluationsImportCall) Header() http.Header
type ProjectsLocationsModelsEvaluationsListCall
    func (c *ProjectsLocationsModelsEvaluationsListCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsListCall
    func (c *ProjectsLocationsModelsEvaluationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse, error)
    func (c *ProjectsLocationsModelsEvaluationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsListCall
    func (c *ProjectsLocationsModelsEvaluationsListCall) Filter(filter string) *ProjectsLocationsModelsEvaluationsListCall
    func (c *ProjectsLocationsModelsEvaluationsListCall) Header() http.Header
    func (c *ProjectsLocationsModelsEvaluationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsListCall
    func (c *ProjectsLocationsModelsEvaluationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsEvaluationsListCall
    func (c *ProjectsLocationsModelsEvaluationsListCall) PageToken(pageToken string) *ProjectsLocationsModelsEvaluationsListCall
    func (c *ProjectsLocationsModelsEvaluationsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse) error) error
    func (c *ProjectsLocationsModelsEvaluationsListCall) ReadMask(readMask string) *ProjectsLocationsModelsEvaluationsListCall
type ProjectsLocationsModelsEvaluationsOperationsCancelCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsCancelCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsCancelCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Header() http.Header
type ProjectsLocationsModelsEvaluationsOperationsDeleteCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsDeleteCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsDeleteCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsModelsEvaluationsOperationsGetCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsGetCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsGetCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsOperationsGetCall
type ProjectsLocationsModelsEvaluationsOperationsListCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsListCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsListCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Filter(filter string) *ProjectsLocationsModelsEvaluationsOperationsListCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsOperationsListCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsEvaluationsOperationsListCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelsEvaluationsOperationsListCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsModelsEvaluationsOperationsService
    func NewProjectsLocationsModelsEvaluationsOperationsService(s *Service) *ProjectsLocationsModelsEvaluationsOperationsService
    func (r *ProjectsLocationsModelsEvaluationsOperationsService) Cancel(name string) *ProjectsLocationsModelsEvaluationsOperationsCancelCall
    func (r *ProjectsLocationsModelsEvaluationsOperationsService) Delete(name string) *ProjectsLocationsModelsEvaluationsOperationsDeleteCall
    func (r *ProjectsLocationsModelsEvaluationsOperationsService) Get(name string) *ProjectsLocationsModelsEvaluationsOperationsGetCall
    func (r *ProjectsLocationsModelsEvaluationsOperationsService) List(name string) *ProjectsLocationsModelsEvaluationsOperationsListCall
    func (r *ProjectsLocationsModelsEvaluationsOperationsService) Wait(name string) *ProjectsLocationsModelsEvaluationsOperationsWaitCall
type ProjectsLocationsModelsEvaluationsOperationsWaitCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsWaitCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsWaitCall
    func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelsEvaluationsOperationsWaitCall
type ProjectsLocationsModelsEvaluationsService
    func NewProjectsLocationsModelsEvaluationsService(s *Service) *ProjectsLocationsModelsEvaluationsService
    func (r *ProjectsLocationsModelsEvaluationsService) Get(name string) *ProjectsLocationsModelsEvaluationsGetCall
    func (r *ProjectsLocationsModelsEvaluationsService) Import(parent string, googlecloudaiplatformv1beta1importmodelevaluationrequest *GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest) *ProjectsLocationsModelsEvaluationsImportCall
    func (r *ProjectsLocationsModelsEvaluationsService) List(parent string) *ProjectsLocationsModelsEvaluationsListCall
type ProjectsLocationsModelsEvaluationsSlicesBatchImportCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse, error)
    func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Header() http.Header
type ProjectsLocationsModelsEvaluationsSlicesGetCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsSlicesGetCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelEvaluationSlice, error)
    func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsSlicesGetCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Header() http.Header
    func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsSlicesGetCall
type ProjectsLocationsModelsEvaluationsSlicesListCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsSlicesListCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse, error)
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsSlicesListCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Filter(filter string) *ProjectsLocationsModelsEvaluationsSlicesListCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Header() http.Header
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsSlicesListCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) PageSize(pageSize int64) *ProjectsLocationsModelsEvaluationsSlicesListCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) PageToken(pageToken string) *ProjectsLocationsModelsEvaluationsSlicesListCall
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse) error) error
    func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) ReadMask(readMask string) *ProjectsLocationsModelsEvaluationsSlicesListCall
type ProjectsLocationsModelsEvaluationsSlicesService
    func NewProjectsLocationsModelsEvaluationsSlicesService(s *Service) *ProjectsLocationsModelsEvaluationsSlicesService
    func (r *ProjectsLocationsModelsEvaluationsSlicesService) BatchImport(parent string, googlecloudaiplatformv1beta1batchimportevaluatedannotationsrequest *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest) *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall
    func (r *ProjectsLocationsModelsEvaluationsSlicesService) Get(name string) *ProjectsLocationsModelsEvaluationsSlicesGetCall
    func (r *ProjectsLocationsModelsEvaluationsSlicesService) List(parent string) *ProjectsLocationsModelsEvaluationsSlicesListCall
type ProjectsLocationsModelsExportCall
    func (c *ProjectsLocationsModelsExportCall) Context(ctx context.Context) *ProjectsLocationsModelsExportCall
    func (c *ProjectsLocationsModelsExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsExportCall
    func (c *ProjectsLocationsModelsExportCall) Header() http.Header
type ProjectsLocationsModelsGetCall
    func (c *ProjectsLocationsModelsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsGetCall
    func (c *ProjectsLocationsModelsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Model, error)
    func (c *ProjectsLocationsModelsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsGetCall
    func (c *ProjectsLocationsModelsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsGetCall
type ProjectsLocationsModelsGetIamPolicyCall
    func (c *ProjectsLocationsModelsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsModelsGetIamPolicyCall
    func (c *ProjectsLocationsModelsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsModelsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsGetIamPolicyCall
    func (c *ProjectsLocationsModelsGetIamPolicyCall) Header() http.Header
    func (c *ProjectsLocationsModelsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsModelsGetIamPolicyCall
type ProjectsLocationsModelsListCall
    func (c *ProjectsLocationsModelsListCall) Context(ctx context.Context) *ProjectsLocationsModelsListCall
    func (c *ProjectsLocationsModelsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelsResponse, error)
    func (c *ProjectsLocationsModelsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsListCall
    func (c *ProjectsLocationsModelsListCall) Filter(filter string) *ProjectsLocationsModelsListCall
    func (c *ProjectsLocationsModelsListCall) Header() http.Header
    func (c *ProjectsLocationsModelsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsListCall
    func (c *ProjectsLocationsModelsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsListCall
    func (c *ProjectsLocationsModelsListCall) PageToken(pageToken string) *ProjectsLocationsModelsListCall
    func (c *ProjectsLocationsModelsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelsResponse) error) error
    func (c *ProjectsLocationsModelsListCall) ReadMask(readMask string) *ProjectsLocationsModelsListCall
type ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) Context(ctx context.Context) *ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelVersionsResponse, error)
    func (c *ProjectsLocationsModelsListVersionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) Filter(filter string) *ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) Header() http.Header
    func (c *ProjectsLocationsModelsListVersionsCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) OrderBy(orderBy string) *ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) PageSize(pageSize int64) *ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) PageToken(pageToken string) *ProjectsLocationsModelsListVersionsCall
    func (c *ProjectsLocationsModelsListVersionsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelVersionsResponse) error) error
    func (c *ProjectsLocationsModelsListVersionsCall) ReadMask(readMask string) *ProjectsLocationsModelsListVersionsCall
type ProjectsLocationsModelsMergeVersionAliasesCall
    func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Context(ctx context.Context) *ProjectsLocationsModelsMergeVersionAliasesCall
    func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Model, error)
    func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsMergeVersionAliasesCall
    func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Header() http.Header
type ProjectsLocationsModelsOperationsCancelCall
    func (c *ProjectsLocationsModelsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsCancelCall
    func (c *ProjectsLocationsModelsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsCancelCall
    func (c *ProjectsLocationsModelsOperationsCancelCall) Header() http.Header
type ProjectsLocationsModelsOperationsDeleteCall
    func (c *ProjectsLocationsModelsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsDeleteCall
    func (c *ProjectsLocationsModelsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsModelsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsDeleteCall
    func (c *ProjectsLocationsModelsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsModelsOperationsGetCall
    func (c *ProjectsLocationsModelsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsGetCall
    func (c *ProjectsLocationsModelsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsGetCall
    func (c *ProjectsLocationsModelsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsModelsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsOperationsGetCall
type ProjectsLocationsModelsOperationsListCall
    func (c *ProjectsLocationsModelsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsListCall
    func (c *ProjectsLocationsModelsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsModelsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsListCall
    func (c *ProjectsLocationsModelsOperationsListCall) Filter(filter string) *ProjectsLocationsModelsOperationsListCall
    func (c *ProjectsLocationsModelsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsModelsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsOperationsListCall
    func (c *ProjectsLocationsModelsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsOperationsListCall
    func (c *ProjectsLocationsModelsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelsOperationsListCall
    func (c *ProjectsLocationsModelsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsModelsOperationsService
    func NewProjectsLocationsModelsOperationsService(s *Service) *ProjectsLocationsModelsOperationsService
    func (r *ProjectsLocationsModelsOperationsService) Cancel(name string) *ProjectsLocationsModelsOperationsCancelCall
    func (r *ProjectsLocationsModelsOperationsService) Delete(name string) *ProjectsLocationsModelsOperationsDeleteCall
    func (r *ProjectsLocationsModelsOperationsService) Get(name string) *ProjectsLocationsModelsOperationsGetCall
    func (r *ProjectsLocationsModelsOperationsService) List(name string) *ProjectsLocationsModelsOperationsListCall
    func (r *ProjectsLocationsModelsOperationsService) Wait(name string) *ProjectsLocationsModelsOperationsWaitCall
type ProjectsLocationsModelsOperationsWaitCall
    func (c *ProjectsLocationsModelsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsWaitCall
    func (c *ProjectsLocationsModelsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsWaitCall
    func (c *ProjectsLocationsModelsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsModelsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelsOperationsWaitCall
type ProjectsLocationsModelsPatchCall
    func (c *ProjectsLocationsModelsPatchCall) Context(ctx context.Context) *ProjectsLocationsModelsPatchCall
    func (c *ProjectsLocationsModelsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Model, error)
    func (c *ProjectsLocationsModelsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsPatchCall
    func (c *ProjectsLocationsModelsPatchCall) Header() http.Header
    func (c *ProjectsLocationsModelsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsModelsPatchCall
type ProjectsLocationsModelsService
    func NewProjectsLocationsModelsService(s *Service) *ProjectsLocationsModelsService
    func (r *ProjectsLocationsModelsService) Copy(parent string, googlecloudaiplatformv1beta1copymodelrequest *GoogleCloudAiplatformV1beta1CopyModelRequest) *ProjectsLocationsModelsCopyCall
    func (r *ProjectsLocationsModelsService) Delete(name string) *ProjectsLocationsModelsDeleteCall
    func (r *ProjectsLocationsModelsService) DeleteVersion(name string) *ProjectsLocationsModelsDeleteVersionCall
    func (r *ProjectsLocationsModelsService) Export(name string, googlecloudaiplatformv1beta1exportmodelrequest *GoogleCloudAiplatformV1beta1ExportModelRequest) *ProjectsLocationsModelsExportCall
    func (r *ProjectsLocationsModelsService) Get(name string) *ProjectsLocationsModelsGetCall
    func (r *ProjectsLocationsModelsService) GetIamPolicy(resource string) *ProjectsLocationsModelsGetIamPolicyCall
    func (r *ProjectsLocationsModelsService) List(parent string) *ProjectsLocationsModelsListCall
    func (r *ProjectsLocationsModelsService) ListVersions(name string) *ProjectsLocationsModelsListVersionsCall
    func (r *ProjectsLocationsModelsService) MergeVersionAliases(name string, googlecloudaiplatformv1beta1mergeversionaliasesrequest *GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest) *ProjectsLocationsModelsMergeVersionAliasesCall
    func (r *ProjectsLocationsModelsService) Patch(name string, googlecloudaiplatformv1beta1model *GoogleCloudAiplatformV1beta1Model) *ProjectsLocationsModelsPatchCall
    func (r *ProjectsLocationsModelsService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsModelsSetIamPolicyCall
    func (r *ProjectsLocationsModelsService) TestIamPermissions(resource string) *ProjectsLocationsModelsTestIamPermissionsCall
    func (r *ProjectsLocationsModelsService) UpdateExplanationDataset(model string, googlecloudaiplatformv1beta1updateexplanationdatasetrequest *GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest) *ProjectsLocationsModelsUpdateExplanationDatasetCall
    func (r *ProjectsLocationsModelsService) Upload(parent string, googlecloudaiplatformv1beta1uploadmodelrequest *GoogleCloudAiplatformV1beta1UploadModelRequest) *ProjectsLocationsModelsUploadCall
type ProjectsLocationsModelsSetIamPolicyCall
    func (c *ProjectsLocationsModelsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsModelsSetIamPolicyCall
    func (c *ProjectsLocationsModelsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsModelsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsSetIamPolicyCall
    func (c *ProjectsLocationsModelsSetIamPolicyCall) Header() http.Header
type ProjectsLocationsModelsTestIamPermissionsCall
    func (c *ProjectsLocationsModelsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsModelsTestIamPermissionsCall
    func (c *ProjectsLocationsModelsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
    func (c *ProjectsLocationsModelsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsTestIamPermissionsCall
    func (c *ProjectsLocationsModelsTestIamPermissionsCall) Header() http.Header
    func (c *ProjectsLocationsModelsTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsModelsTestIamPermissionsCall
type ProjectsLocationsModelsUpdateExplanationDatasetCall
    func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Context(ctx context.Context) *ProjectsLocationsModelsUpdateExplanationDatasetCall
    func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsUpdateExplanationDatasetCall
    func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Header() http.Header
type ProjectsLocationsModelsUploadCall
    func (c *ProjectsLocationsModelsUploadCall) Context(ctx context.Context) *ProjectsLocationsModelsUploadCall
    func (c *ProjectsLocationsModelsUploadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsModelsUploadCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsUploadCall
    func (c *ProjectsLocationsModelsUploadCall) Header() http.Header
type ProjectsLocationsNasJobsCancelCall
    func (c *ProjectsLocationsNasJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsNasJobsCancelCall
    func (c *ProjectsLocationsNasJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsNasJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsCancelCall
    func (c *ProjectsLocationsNasJobsCancelCall) Header() http.Header
type ProjectsLocationsNasJobsCreateCall
    func (c *ProjectsLocationsNasJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsNasJobsCreateCall
    func (c *ProjectsLocationsNasJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NasJob, error)
    func (c *ProjectsLocationsNasJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsCreateCall
    func (c *ProjectsLocationsNasJobsCreateCall) Header() http.Header
type ProjectsLocationsNasJobsDeleteCall
    func (c *ProjectsLocationsNasJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsNasJobsDeleteCall
    func (c *ProjectsLocationsNasJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNasJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsDeleteCall
    func (c *ProjectsLocationsNasJobsDeleteCall) Header() http.Header
type ProjectsLocationsNasJobsGetCall
    func (c *ProjectsLocationsNasJobsGetCall) Context(ctx context.Context) *ProjectsLocationsNasJobsGetCall
    func (c *ProjectsLocationsNasJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NasJob, error)
    func (c *ProjectsLocationsNasJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsGetCall
    func (c *ProjectsLocationsNasJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsNasJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsGetCall
type ProjectsLocationsNasJobsListCall
    func (c *ProjectsLocationsNasJobsListCall) Context(ctx context.Context) *ProjectsLocationsNasJobsListCall
    func (c *ProjectsLocationsNasJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNasJobsResponse, error)
    func (c *ProjectsLocationsNasJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsListCall
    func (c *ProjectsLocationsNasJobsListCall) Filter(filter string) *ProjectsLocationsNasJobsListCall
    func (c *ProjectsLocationsNasJobsListCall) Header() http.Header
    func (c *ProjectsLocationsNasJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsListCall
    func (c *ProjectsLocationsNasJobsListCall) PageSize(pageSize int64) *ProjectsLocationsNasJobsListCall
    func (c *ProjectsLocationsNasJobsListCall) PageToken(pageToken string) *ProjectsLocationsNasJobsListCall
    func (c *ProjectsLocationsNasJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNasJobsResponse) error) error
    func (c *ProjectsLocationsNasJobsListCall) ReadMask(readMask string) *ProjectsLocationsNasJobsListCall
type ProjectsLocationsNasJobsNasTrialDetailsGetCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Context(ctx context.Context) *ProjectsLocationsNasJobsNasTrialDetailsGetCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NasTrialDetail, error)
    func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsNasTrialDetailsGetCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Header() http.Header
    func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsNasTrialDetailsGetCall
type ProjectsLocationsNasJobsNasTrialDetailsListCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Context(ctx context.Context) *ProjectsLocationsNasJobsNasTrialDetailsListCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse, error)
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsNasTrialDetailsListCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Header() http.Header
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsNasTrialDetailsListCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) PageSize(pageSize int64) *ProjectsLocationsNasJobsNasTrialDetailsListCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) PageToken(pageToken string) *ProjectsLocationsNasJobsNasTrialDetailsListCall
    func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse) error) error
type ProjectsLocationsNasJobsNasTrialDetailsService
    func NewProjectsLocationsNasJobsNasTrialDetailsService(s *Service) *ProjectsLocationsNasJobsNasTrialDetailsService
    func (r *ProjectsLocationsNasJobsNasTrialDetailsService) Get(name string) *ProjectsLocationsNasJobsNasTrialDetailsGetCall
    func (r *ProjectsLocationsNasJobsNasTrialDetailsService) List(parent string) *ProjectsLocationsNasJobsNasTrialDetailsListCall
type ProjectsLocationsNasJobsService
    func NewProjectsLocationsNasJobsService(s *Service) *ProjectsLocationsNasJobsService
    func (r *ProjectsLocationsNasJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelnasjobrequest *GoogleCloudAiplatformV1beta1CancelNasJobRequest) *ProjectsLocationsNasJobsCancelCall
    func (r *ProjectsLocationsNasJobsService) Create(parent string, googlecloudaiplatformv1beta1nasjob *GoogleCloudAiplatformV1beta1NasJob) *ProjectsLocationsNasJobsCreateCall
    func (r *ProjectsLocationsNasJobsService) Delete(name string) *ProjectsLocationsNasJobsDeleteCall
    func (r *ProjectsLocationsNasJobsService) Get(name string) *ProjectsLocationsNasJobsGetCall
    func (r *ProjectsLocationsNasJobsService) List(parent string) *ProjectsLocationsNasJobsListCall
type ProjectsLocationsNotebookExecutionJobsDeleteCall
    func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsDeleteCall
    func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsDeleteCall
    func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Header() http.Header
type ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall
    func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall
    func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse, error)
    func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall
    func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Header() http.Header
type ProjectsLocationsNotebookExecutionJobsGetCall
    func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsGetCall
    func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NotebookExecutionJob, error)
    func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsGetCall
    func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsNotebookExecutionJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookExecutionJobsGetCall
    func (c *ProjectsLocationsNotebookExecutionJobsGetCall) View(view string) *ProjectsLocationsNotebookExecutionJobsGetCall
type ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse, error)
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) Filter(filter string) *ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) Header() http.Header
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) OrderBy(orderBy string) *ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) PageSize(pageSize int64) *ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) PageToken(pageToken string) *ProjectsLocationsNotebookExecutionJobsListCall
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse) error) error
    func (c *ProjectsLocationsNotebookExecutionJobsListCall) View(view string) *ProjectsLocationsNotebookExecutionJobsListCall
type ProjectsLocationsNotebookExecutionJobsReportEventCall
    func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsReportEventCall
    func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReportExecutionEventResponse, error)
    func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsReportEventCall
    func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Header() http.Header
type ProjectsLocationsNotebookExecutionJobsService
    func NewProjectsLocationsNotebookExecutionJobsService(s *Service) *ProjectsLocationsNotebookExecutionJobsService
    func (r *ProjectsLocationsNotebookExecutionJobsService) Delete(name string) *ProjectsLocationsNotebookExecutionJobsDeleteCall
    func (r *ProjectsLocationsNotebookExecutionJobsService) GenerateAccessToken(name string, googlecloudaiplatformv1beta1generateaccesstokenrequest *GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall
    func (r *ProjectsLocationsNotebookExecutionJobsService) Get(name string) *ProjectsLocationsNotebookExecutionJobsGetCall
    func (r *ProjectsLocationsNotebookExecutionJobsService) List(parent string) *ProjectsLocationsNotebookExecutionJobsListCall
    func (r *ProjectsLocationsNotebookExecutionJobsService) ReportEvent(name string, googlecloudaiplatformv1beta1reportexecutioneventrequest *GoogleCloudAiplatformV1beta1ReportExecutionEventRequest) *ProjectsLocationsNotebookExecutionJobsReportEventCall
type ProjectsLocationsNotebookRuntimeTemplatesCreateCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Header() http.Header
    func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) NotebookRuntimeTemplateId(notebookRuntimeTemplateId string) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall
type ProjectsLocationsNotebookRuntimeTemplatesDeleteCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Header() http.Header
type ProjectsLocationsNotebookRuntimeTemplatesGetCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesGetCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate, error)
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesGetCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Header() http.Header
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimeTemplatesGetCall
type ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Header() http.Header
    func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall
type ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse, error)
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Filter(filter string) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Header() http.Header
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) OrderBy(orderBy string) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) PageSize(pageSize int64) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) PageToken(pageToken string) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse) error) error
    func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) ReadMask(readMask string) *ProjectsLocationsNotebookRuntimeTemplatesListCall
type ProjectsLocationsNotebookRuntimeTemplatesService
    func NewProjectsLocationsNotebookRuntimeTemplatesService(s *Service) *ProjectsLocationsNotebookRuntimeTemplatesService
    func (r *ProjectsLocationsNotebookRuntimeTemplatesService) Create(parent string, googlecloudaiplatformv1beta1notebookruntimetemplate *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall
    func (r *ProjectsLocationsNotebookRuntimeTemplatesService) Delete(name string) *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall
    func (r *ProjectsLocationsNotebookRuntimeTemplatesService) Get(name string) *ProjectsLocationsNotebookRuntimeTemplatesGetCall
    func (r *ProjectsLocationsNotebookRuntimeTemplatesService) GetIamPolicy(resource string) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall
    func (r *ProjectsLocationsNotebookRuntimeTemplatesService) List(parent string) *ProjectsLocationsNotebookRuntimeTemplatesListCall
    func (r *ProjectsLocationsNotebookRuntimeTemplatesService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall
    func (r *ProjectsLocationsNotebookRuntimeTemplatesService) TestIamPermissions(resource string) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall
type ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Header() http.Header
type ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
    func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall
    func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Header() http.Header
    func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall
type ProjectsLocationsNotebookRuntimesAssignCall
    func (c *ProjectsLocationsNotebookRuntimesAssignCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesAssignCall
    func (c *ProjectsLocationsNotebookRuntimesAssignCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNotebookRuntimesAssignCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesAssignCall
    func (c *ProjectsLocationsNotebookRuntimesAssignCall) Header() http.Header
type ProjectsLocationsNotebookRuntimesDeleteCall
    func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesDeleteCall
    func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesDeleteCall
    func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Header() http.Header
type ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall
    func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall
    func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse, error)
    func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall
    func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Header() http.Header
type ProjectsLocationsNotebookRuntimesGetCall
    func (c *ProjectsLocationsNotebookRuntimesGetCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesGetCall
    func (c *ProjectsLocationsNotebookRuntimesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NotebookRuntime, error)
    func (c *ProjectsLocationsNotebookRuntimesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesGetCall
    func (c *ProjectsLocationsNotebookRuntimesGetCall) Header() http.Header
    func (c *ProjectsLocationsNotebookRuntimesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimesGetCall
type ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse, error)
    func (c *ProjectsLocationsNotebookRuntimesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) Filter(filter string) *ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) Header() http.Header
    func (c *ProjectsLocationsNotebookRuntimesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) OrderBy(orderBy string) *ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) PageSize(pageSize int64) *ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) PageToken(pageToken string) *ProjectsLocationsNotebookRuntimesListCall
    func (c *ProjectsLocationsNotebookRuntimesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse) error) error
    func (c *ProjectsLocationsNotebookRuntimesListCall) ReadMask(readMask string) *ProjectsLocationsNotebookRuntimesListCall
type ProjectsLocationsNotebookRuntimesReportEventCall
    func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesReportEventCall
    func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse, error)
    func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesReportEventCall
    func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Header() http.Header
type ProjectsLocationsNotebookRuntimesService
    func NewProjectsLocationsNotebookRuntimesService(s *Service) *ProjectsLocationsNotebookRuntimesService
    func (r *ProjectsLocationsNotebookRuntimesService) Assign(parent string, googlecloudaiplatformv1beta1assignnotebookruntimerequest *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest) *ProjectsLocationsNotebookRuntimesAssignCall
    func (r *ProjectsLocationsNotebookRuntimesService) Delete(name string) *ProjectsLocationsNotebookRuntimesDeleteCall
    func (r *ProjectsLocationsNotebookRuntimesService) GenerateAccessToken(name string, googlecloudaiplatformv1beta1generateaccesstokenrequest *GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall
    func (r *ProjectsLocationsNotebookRuntimesService) Get(name string) *ProjectsLocationsNotebookRuntimesGetCall
    func (r *ProjectsLocationsNotebookRuntimesService) List(parent string) *ProjectsLocationsNotebookRuntimesListCall
    func (r *ProjectsLocationsNotebookRuntimesService) ReportEvent(name string, googlecloudaiplatformv1beta1reportruntimeeventrequest *GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest) *ProjectsLocationsNotebookRuntimesReportEventCall
    func (r *ProjectsLocationsNotebookRuntimesService) Start(name string, googlecloudaiplatformv1beta1startnotebookruntimerequest *GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest) *ProjectsLocationsNotebookRuntimesStartCall
    func (r *ProjectsLocationsNotebookRuntimesService) Upgrade(name string, googlecloudaiplatformv1beta1upgradenotebookruntimerequest *GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest) *ProjectsLocationsNotebookRuntimesUpgradeCall
type ProjectsLocationsNotebookRuntimesStartCall
    func (c *ProjectsLocationsNotebookRuntimesStartCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesStartCall
    func (c *ProjectsLocationsNotebookRuntimesStartCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNotebookRuntimesStartCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesStartCall
    func (c *ProjectsLocationsNotebookRuntimesStartCall) Header() http.Header
type ProjectsLocationsNotebookRuntimesUpgradeCall
    func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesUpgradeCall
    func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesUpgradeCall
    func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Header() http.Header
type ProjectsLocationsOperationsCancelCall
    func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall
    func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall
    func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header
type ProjectsLocationsOperationsDeleteCall
    func (c *ProjectsLocationsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsOperationsDeleteCall
    func (c *ProjectsLocationsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsDeleteCall
    func (c *ProjectsLocationsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsOperationsGetCall
    func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall
    func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall
    func (c *ProjectsLocationsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall
type ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Filter(filter string) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsOperationsService
    func NewProjectsLocationsOperationsService(s *Service) *ProjectsLocationsOperationsService
    func (r *ProjectsLocationsOperationsService) Cancel(name string) *ProjectsLocationsOperationsCancelCall
    func (r *ProjectsLocationsOperationsService) Delete(name string) *ProjectsLocationsOperationsDeleteCall
    func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall
    func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall
    func (r *ProjectsLocationsOperationsService) Wait(name string) *ProjectsLocationsOperationsWaitCall
type ProjectsLocationsOperationsWaitCall
    func (c *ProjectsLocationsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsOperationsWaitCall
    func (c *ProjectsLocationsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsWaitCall
    func (c *ProjectsLocationsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsOperationsWaitCall
type ProjectsLocationsPersistentResourcesCreateCall
    func (c *ProjectsLocationsPersistentResourcesCreateCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesCreateCall
    func (c *ProjectsLocationsPersistentResourcesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPersistentResourcesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesCreateCall
    func (c *ProjectsLocationsPersistentResourcesCreateCall) Header() http.Header
    func (c *ProjectsLocationsPersistentResourcesCreateCall) PersistentResourceId(persistentResourceId string) *ProjectsLocationsPersistentResourcesCreateCall
type ProjectsLocationsPersistentResourcesDeleteCall
    func (c *ProjectsLocationsPersistentResourcesDeleteCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesDeleteCall
    func (c *ProjectsLocationsPersistentResourcesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPersistentResourcesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesDeleteCall
    func (c *ProjectsLocationsPersistentResourcesDeleteCall) Header() http.Header
type ProjectsLocationsPersistentResourcesGetCall
    func (c *ProjectsLocationsPersistentResourcesGetCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesGetCall
    func (c *ProjectsLocationsPersistentResourcesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PersistentResource, error)
    func (c *ProjectsLocationsPersistentResourcesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesGetCall
    func (c *ProjectsLocationsPersistentResourcesGetCall) Header() http.Header
    func (c *ProjectsLocationsPersistentResourcesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesGetCall
type ProjectsLocationsPersistentResourcesListCall
    func (c *ProjectsLocationsPersistentResourcesListCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesListCall
    func (c *ProjectsLocationsPersistentResourcesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse, error)
    func (c *ProjectsLocationsPersistentResourcesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesListCall
    func (c *ProjectsLocationsPersistentResourcesListCall) Header() http.Header
    func (c *ProjectsLocationsPersistentResourcesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesListCall
    func (c *ProjectsLocationsPersistentResourcesListCall) PageSize(pageSize int64) *ProjectsLocationsPersistentResourcesListCall
    func (c *ProjectsLocationsPersistentResourcesListCall) PageToken(pageToken string) *ProjectsLocationsPersistentResourcesListCall
    func (c *ProjectsLocationsPersistentResourcesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse) error) error
type ProjectsLocationsPersistentResourcesOperationsCancelCall
    func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsCancelCall
    func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsCancelCall
    func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Header() http.Header
type ProjectsLocationsPersistentResourcesOperationsDeleteCall
    func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsDeleteCall
    func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsDeleteCall
    func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsPersistentResourcesOperationsGetCall
    func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsGetCall
    func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsGetCall
    func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesOperationsGetCall
type ProjectsLocationsPersistentResourcesOperationsListCall
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsListCall
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsListCall
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Filter(filter string) *ProjectsLocationsPersistentResourcesOperationsListCall
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesOperationsListCall
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsPersistentResourcesOperationsListCall
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsPersistentResourcesOperationsListCall
    func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsPersistentResourcesOperationsService
    func NewProjectsLocationsPersistentResourcesOperationsService(s *Service) *ProjectsLocationsPersistentResourcesOperationsService
    func (r *ProjectsLocationsPersistentResourcesOperationsService) Cancel(name string) *ProjectsLocationsPersistentResourcesOperationsCancelCall
    func (r *ProjectsLocationsPersistentResourcesOperationsService) Delete(name string) *ProjectsLocationsPersistentResourcesOperationsDeleteCall
    func (r *ProjectsLocationsPersistentResourcesOperationsService) Get(name string) *ProjectsLocationsPersistentResourcesOperationsGetCall
    func (r *ProjectsLocationsPersistentResourcesOperationsService) List(name string) *ProjectsLocationsPersistentResourcesOperationsListCall
    func (r *ProjectsLocationsPersistentResourcesOperationsService) Wait(name string) *ProjectsLocationsPersistentResourcesOperationsWaitCall
type ProjectsLocationsPersistentResourcesOperationsWaitCall
    func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsWaitCall
    func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsWaitCall
    func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsPersistentResourcesOperationsWaitCall
type ProjectsLocationsPersistentResourcesPatchCall
    func (c *ProjectsLocationsPersistentResourcesPatchCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesPatchCall
    func (c *ProjectsLocationsPersistentResourcesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPersistentResourcesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesPatchCall
    func (c *ProjectsLocationsPersistentResourcesPatchCall) Header() http.Header
    func (c *ProjectsLocationsPersistentResourcesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsPersistentResourcesPatchCall
type ProjectsLocationsPersistentResourcesRebootCall
    func (c *ProjectsLocationsPersistentResourcesRebootCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesRebootCall
    func (c *ProjectsLocationsPersistentResourcesRebootCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPersistentResourcesRebootCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesRebootCall
    func (c *ProjectsLocationsPersistentResourcesRebootCall) Header() http.Header
type ProjectsLocationsPersistentResourcesService
    func NewProjectsLocationsPersistentResourcesService(s *Service) *ProjectsLocationsPersistentResourcesService
    func (r *ProjectsLocationsPersistentResourcesService) Create(parent string, googlecloudaiplatformv1beta1persistentresource *GoogleCloudAiplatformV1beta1PersistentResource) *ProjectsLocationsPersistentResourcesCreateCall
    func (r *ProjectsLocationsPersistentResourcesService) Delete(name string) *ProjectsLocationsPersistentResourcesDeleteCall
    func (r *ProjectsLocationsPersistentResourcesService) Get(name string) *ProjectsLocationsPersistentResourcesGetCall
    func (r *ProjectsLocationsPersistentResourcesService) List(parent string) *ProjectsLocationsPersistentResourcesListCall
    func (r *ProjectsLocationsPersistentResourcesService) Patch(name string, googlecloudaiplatformv1beta1persistentresource *GoogleCloudAiplatformV1beta1PersistentResource) *ProjectsLocationsPersistentResourcesPatchCall
    func (r *ProjectsLocationsPersistentResourcesService) Reboot(name string, googlecloudaiplatformv1beta1rebootpersistentresourcerequest *GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest) *ProjectsLocationsPersistentResourcesRebootCall
type ProjectsLocationsPipelineJobsBatchCancelCall
    func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsBatchCancelCall
    func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsBatchCancelCall
    func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Header() http.Header
type ProjectsLocationsPipelineJobsBatchDeleteCall
    func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsBatchDeleteCall
    func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsBatchDeleteCall
    func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Header() http.Header
type ProjectsLocationsPipelineJobsCancelCall
    func (c *ProjectsLocationsPipelineJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsCancelCall
    func (c *ProjectsLocationsPipelineJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsPipelineJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsCancelCall
    func (c *ProjectsLocationsPipelineJobsCancelCall) Header() http.Header
type ProjectsLocationsPipelineJobsCreateCall
    func (c *ProjectsLocationsPipelineJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsCreateCall
    func (c *ProjectsLocationsPipelineJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PipelineJob, error)
    func (c *ProjectsLocationsPipelineJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsCreateCall
    func (c *ProjectsLocationsPipelineJobsCreateCall) Header() http.Header
    func (c *ProjectsLocationsPipelineJobsCreateCall) PipelineJobId(pipelineJobId string) *ProjectsLocationsPipelineJobsCreateCall
type ProjectsLocationsPipelineJobsDeleteCall
    func (c *ProjectsLocationsPipelineJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsDeleteCall
    func (c *ProjectsLocationsPipelineJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPipelineJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsDeleteCall
    func (c *ProjectsLocationsPipelineJobsDeleteCall) Header() http.Header
type ProjectsLocationsPipelineJobsGetCall
    func (c *ProjectsLocationsPipelineJobsGetCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsGetCall
    func (c *ProjectsLocationsPipelineJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PipelineJob, error)
    func (c *ProjectsLocationsPipelineJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsGetCall
    func (c *ProjectsLocationsPipelineJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsPipelineJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsGetCall
type ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListPipelineJobsResponse, error)
    func (c *ProjectsLocationsPipelineJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) Filter(filter string) *ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) Header() http.Header
    func (c *ProjectsLocationsPipelineJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) OrderBy(orderBy string) *ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) PageSize(pageSize int64) *ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) PageToken(pageToken string) *ProjectsLocationsPipelineJobsListCall
    func (c *ProjectsLocationsPipelineJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListPipelineJobsResponse) error) error
    func (c *ProjectsLocationsPipelineJobsListCall) ReadMask(readMask string) *ProjectsLocationsPipelineJobsListCall
type ProjectsLocationsPipelineJobsOperationsCancelCall
    func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsCancelCall
    func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsCancelCall
    func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Header() http.Header
type ProjectsLocationsPipelineJobsOperationsDeleteCall
    func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsDeleteCall
    func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsDeleteCall
    func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsPipelineJobsOperationsGetCall
    func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsGetCall
    func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsGetCall
    func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsPipelineJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsOperationsGetCall
type ProjectsLocationsPipelineJobsOperationsListCall
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsListCall
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsListCall
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) Filter(filter string) *ProjectsLocationsPipelineJobsOperationsListCall
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsOperationsListCall
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsPipelineJobsOperationsListCall
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsPipelineJobsOperationsListCall
    func (c *ProjectsLocationsPipelineJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsPipelineJobsOperationsService
    func NewProjectsLocationsPipelineJobsOperationsService(s *Service) *ProjectsLocationsPipelineJobsOperationsService
    func (r *ProjectsLocationsPipelineJobsOperationsService) Cancel(name string) *ProjectsLocationsPipelineJobsOperationsCancelCall
    func (r *ProjectsLocationsPipelineJobsOperationsService) Delete(name string) *ProjectsLocationsPipelineJobsOperationsDeleteCall
    func (r *ProjectsLocationsPipelineJobsOperationsService) Get(name string) *ProjectsLocationsPipelineJobsOperationsGetCall
    func (r *ProjectsLocationsPipelineJobsOperationsService) List(name string) *ProjectsLocationsPipelineJobsOperationsListCall
    func (r *ProjectsLocationsPipelineJobsOperationsService) Wait(name string) *ProjectsLocationsPipelineJobsOperationsWaitCall
type ProjectsLocationsPipelineJobsOperationsWaitCall
    func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsWaitCall
    func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsWaitCall
    func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsPipelineJobsOperationsWaitCall
type ProjectsLocationsPipelineJobsService
    func NewProjectsLocationsPipelineJobsService(s *Service) *ProjectsLocationsPipelineJobsService
    func (r *ProjectsLocationsPipelineJobsService) BatchCancel(parent string, googlecloudaiplatformv1beta1batchcancelpipelinejobsrequest *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest) *ProjectsLocationsPipelineJobsBatchCancelCall
    func (r *ProjectsLocationsPipelineJobsService) BatchDelete(parent string, googlecloudaiplatformv1beta1batchdeletepipelinejobsrequest *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest) *ProjectsLocationsPipelineJobsBatchDeleteCall
    func (r *ProjectsLocationsPipelineJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelpipelinejobrequest *GoogleCloudAiplatformV1beta1CancelPipelineJobRequest) *ProjectsLocationsPipelineJobsCancelCall
    func (r *ProjectsLocationsPipelineJobsService) Create(parent string, googlecloudaiplatformv1beta1pipelinejob *GoogleCloudAiplatformV1beta1PipelineJob) *ProjectsLocationsPipelineJobsCreateCall
    func (r *ProjectsLocationsPipelineJobsService) Delete(name string) *ProjectsLocationsPipelineJobsDeleteCall
    func (r *ProjectsLocationsPipelineJobsService) Get(name string) *ProjectsLocationsPipelineJobsGetCall
    func (r *ProjectsLocationsPipelineJobsService) List(parent string) *ProjectsLocationsPipelineJobsListCall
type ProjectsLocationsPublishersModelsComputeTokensCall
    func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsComputeTokensCall
    func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ComputeTokensResponse, error)
    func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsComputeTokensCall
    func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Header() http.Header
type ProjectsLocationsPublishersModelsCountTokensCall
    func (c *ProjectsLocationsPublishersModelsCountTokensCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsCountTokensCall
    func (c *ProjectsLocationsPublishersModelsCountTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CountTokensResponse, error)
    func (c *ProjectsLocationsPublishersModelsCountTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsCountTokensCall
    func (c *ProjectsLocationsPublishersModelsCountTokensCall) Header() http.Header
type ProjectsLocationsPublishersModelsGenerateContentCall
    func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsGenerateContentCall
    func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)
    func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsGenerateContentCall
    func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Header() http.Header
type ProjectsLocationsPublishersModelsGetIamPolicyCall
    func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsGetIamPolicyCall
    func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
    func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsGetIamPolicyCall
    func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Header() http.Header
    func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsPublishersModelsGetIamPolicyCall
type ProjectsLocationsPublishersModelsPredictCall
    func (c *ProjectsLocationsPublishersModelsPredictCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsPredictCall
    func (c *ProjectsLocationsPublishersModelsPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PredictResponse, error)
    func (c *ProjectsLocationsPublishersModelsPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsPredictCall
    func (c *ProjectsLocationsPublishersModelsPredictCall) Header() http.Header
type ProjectsLocationsPublishersModelsRawPredictCall
    func (c *ProjectsLocationsPublishersModelsRawPredictCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsRawPredictCall
    func (c *ProjectsLocationsPublishersModelsRawPredictCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
    func (c *ProjectsLocationsPublishersModelsRawPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsRawPredictCall
    func (c *ProjectsLocationsPublishersModelsRawPredictCall) Header() http.Header
type ProjectsLocationsPublishersModelsServerStreamingPredictCall
    func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsServerStreamingPredictCall
    func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1StreamingPredictResponse, error)
    func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsServerStreamingPredictCall
    func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Header() http.Header
type ProjectsLocationsPublishersModelsService
    func NewProjectsLocationsPublishersModelsService(s *Service) *ProjectsLocationsPublishersModelsService
    func (r *ProjectsLocationsPublishersModelsService) ComputeTokens(endpoint string, googlecloudaiplatformv1beta1computetokensrequest *GoogleCloudAiplatformV1beta1ComputeTokensRequest) *ProjectsLocationsPublishersModelsComputeTokensCall
    func (r *ProjectsLocationsPublishersModelsService) CountTokens(endpoint string, googlecloudaiplatformv1beta1counttokensrequest *GoogleCloudAiplatformV1beta1CountTokensRequest) *ProjectsLocationsPublishersModelsCountTokensCall
    func (r *ProjectsLocationsPublishersModelsService) GenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsPublishersModelsGenerateContentCall
    func (r *ProjectsLocationsPublishersModelsService) GetIamPolicy(resource string) *ProjectsLocationsPublishersModelsGetIamPolicyCall
    func (r *ProjectsLocationsPublishersModelsService) Predict(endpoint string, googlecloudaiplatformv1beta1predictrequest *GoogleCloudAiplatformV1beta1PredictRequest) *ProjectsLocationsPublishersModelsPredictCall
    func (r *ProjectsLocationsPublishersModelsService) RawPredict(endpoint string, googlecloudaiplatformv1beta1rawpredictrequest *GoogleCloudAiplatformV1beta1RawPredictRequest) *ProjectsLocationsPublishersModelsRawPredictCall
    func (r *ProjectsLocationsPublishersModelsService) ServerStreamingPredict(endpoint string, googlecloudaiplatformv1beta1streamingpredictrequest *GoogleCloudAiplatformV1beta1StreamingPredictRequest) *ProjectsLocationsPublishersModelsServerStreamingPredictCall
    func (r *ProjectsLocationsPublishersModelsService) StreamGenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsPublishersModelsStreamGenerateContentCall
type ProjectsLocationsPublishersModelsStreamGenerateContentCall
    func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsStreamGenerateContentCall
    func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)
    func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsStreamGenerateContentCall
    func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Header() http.Header
type ProjectsLocationsPublishersService
    func NewProjectsLocationsPublishersService(s *Service) *ProjectsLocationsPublishersService
type ProjectsLocationsRagCorporaCreateCall
    func (c *ProjectsLocationsRagCorporaCreateCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaCreateCall
    func (c *ProjectsLocationsRagCorporaCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaCreateCall
    func (c *ProjectsLocationsRagCorporaCreateCall) Header() http.Header
type ProjectsLocationsRagCorporaDeleteCall
    func (c *ProjectsLocationsRagCorporaDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaDeleteCall
    func (c *ProjectsLocationsRagCorporaDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaDeleteCall
    func (c *ProjectsLocationsRagCorporaDeleteCall) Force(force bool) *ProjectsLocationsRagCorporaDeleteCall
    func (c *ProjectsLocationsRagCorporaDeleteCall) Header() http.Header
type ProjectsLocationsRagCorporaGetCall
    func (c *ProjectsLocationsRagCorporaGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaGetCall
    func (c *ProjectsLocationsRagCorporaGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RagCorpus, error)
    func (c *ProjectsLocationsRagCorporaGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaGetCall
    func (c *ProjectsLocationsRagCorporaGetCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaGetCall
type ProjectsLocationsRagCorporaListCall
    func (c *ProjectsLocationsRagCorporaListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaListCall
    func (c *ProjectsLocationsRagCorporaListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListRagCorporaResponse, error)
    func (c *ProjectsLocationsRagCorporaListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaListCall
    func (c *ProjectsLocationsRagCorporaListCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaListCall
    func (c *ProjectsLocationsRagCorporaListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaListCall
    func (c *ProjectsLocationsRagCorporaListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaListCall
    func (c *ProjectsLocationsRagCorporaListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListRagCorporaResponse) error) error
type ProjectsLocationsRagCorporaOperationsCancelCall
    func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsCancelCall
    func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsCancelCall
    func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Header() http.Header
type ProjectsLocationsRagCorporaOperationsDeleteCall
    func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsDeleteCall
    func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsDeleteCall
    func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Header() http.Header
type ProjectsLocationsRagCorporaOperationsGetCall
    func (c *ProjectsLocationsRagCorporaOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsGetCall
    func (c *ProjectsLocationsRagCorporaOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsGetCall
    func (c *ProjectsLocationsRagCorporaOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaOperationsGetCall
type ProjectsLocationsRagCorporaOperationsListCall
    func (c *ProjectsLocationsRagCorporaOperationsListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsListCall
    func (c *ProjectsLocationsRagCorporaOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsRagCorporaOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsListCall
    func (c *ProjectsLocationsRagCorporaOperationsListCall) Filter(filter string) *ProjectsLocationsRagCorporaOperationsListCall
    func (c *ProjectsLocationsRagCorporaOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaOperationsListCall
    func (c *ProjectsLocationsRagCorporaOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaOperationsListCall
    func (c *ProjectsLocationsRagCorporaOperationsListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaOperationsListCall
    func (c *ProjectsLocationsRagCorporaOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsRagCorporaOperationsService
    func NewProjectsLocationsRagCorporaOperationsService(s *Service) *ProjectsLocationsRagCorporaOperationsService
    func (r *ProjectsLocationsRagCorporaOperationsService) Cancel(name string) *ProjectsLocationsRagCorporaOperationsCancelCall
    func (r *ProjectsLocationsRagCorporaOperationsService) Delete(name string) *ProjectsLocationsRagCorporaOperationsDeleteCall
    func (r *ProjectsLocationsRagCorporaOperationsService) Get(name string) *ProjectsLocationsRagCorporaOperationsGetCall
    func (r *ProjectsLocationsRagCorporaOperationsService) List(name string) *ProjectsLocationsRagCorporaOperationsListCall
    func (r *ProjectsLocationsRagCorporaOperationsService) Wait(name string) *ProjectsLocationsRagCorporaOperationsWaitCall
type ProjectsLocationsRagCorporaOperationsWaitCall
    func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsWaitCall
    func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsWaitCall
    func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsRagCorporaOperationsWaitCall
type ProjectsLocationsRagCorporaRagFilesDeleteCall
    func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesDeleteCall
    func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesDeleteCall
    func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Header() http.Header
type ProjectsLocationsRagCorporaRagFilesGetCall
    func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesGetCall
    func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RagFile, error)
    func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesGetCall
    func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaRagFilesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesGetCall
type ProjectsLocationsRagCorporaRagFilesImportCall
    func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesImportCall
    func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesImportCall
    func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Header() http.Header
type ProjectsLocationsRagCorporaRagFilesListCall
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesListCall
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListRagFilesResponse, error)
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesListCall
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesListCall
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaRagFilesListCall
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaRagFilesListCall
    func (c *ProjectsLocationsRagCorporaRagFilesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListRagFilesResponse) error) error
type ProjectsLocationsRagCorporaRagFilesOperationsCancelCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Header() http.Header
type ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsRagCorporaRagFilesOperationsGetCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall
type ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Filter(filter string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsRagCorporaRagFilesOperationsService
    func NewProjectsLocationsRagCorporaRagFilesOperationsService(s *Service) *ProjectsLocationsRagCorporaRagFilesOperationsService
    func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Cancel(name string) *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall
    func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Delete(name string) *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall
    func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Get(name string) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall
    func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) List(name string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall
    func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Wait(name string) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall
type ProjectsLocationsRagCorporaRagFilesOperationsWaitCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall
type ProjectsLocationsRagCorporaRagFilesService
    func NewProjectsLocationsRagCorporaRagFilesService(s *Service) *ProjectsLocationsRagCorporaRagFilesService
    func (r *ProjectsLocationsRagCorporaRagFilesService) Delete(name string) *ProjectsLocationsRagCorporaRagFilesDeleteCall
    func (r *ProjectsLocationsRagCorporaRagFilesService) Get(name string) *ProjectsLocationsRagCorporaRagFilesGetCall
    func (r *ProjectsLocationsRagCorporaRagFilesService) Import(parent string, googlecloudaiplatformv1beta1importragfilesrequest *GoogleCloudAiplatformV1beta1ImportRagFilesRequest) *ProjectsLocationsRagCorporaRagFilesImportCall
    func (r *ProjectsLocationsRagCorporaRagFilesService) List(parent string) *ProjectsLocationsRagCorporaRagFilesListCall
type ProjectsLocationsRagCorporaService
    func NewProjectsLocationsRagCorporaService(s *Service) *ProjectsLocationsRagCorporaService
    func (r *ProjectsLocationsRagCorporaService) Create(parent string, googlecloudaiplatformv1beta1ragcorpus *GoogleCloudAiplatformV1beta1RagCorpus) *ProjectsLocationsRagCorporaCreateCall
    func (r *ProjectsLocationsRagCorporaService) Delete(name string) *ProjectsLocationsRagCorporaDeleteCall
    func (r *ProjectsLocationsRagCorporaService) Get(name string) *ProjectsLocationsRagCorporaGetCall
    func (r *ProjectsLocationsRagCorporaService) List(parent string) *ProjectsLocationsRagCorporaListCall
type ProjectsLocationsReasoningEnginesCreateCall
    func (c *ProjectsLocationsReasoningEnginesCreateCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesCreateCall
    func (c *ProjectsLocationsReasoningEnginesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsReasoningEnginesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesCreateCall
    func (c *ProjectsLocationsReasoningEnginesCreateCall) Header() http.Header
type ProjectsLocationsReasoningEnginesDeleteCall
    func (c *ProjectsLocationsReasoningEnginesDeleteCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesDeleteCall
    func (c *ProjectsLocationsReasoningEnginesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsReasoningEnginesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesDeleteCall
    func (c *ProjectsLocationsReasoningEnginesDeleteCall) Header() http.Header
type ProjectsLocationsReasoningEnginesGetCall
    func (c *ProjectsLocationsReasoningEnginesGetCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesGetCall
    func (c *ProjectsLocationsReasoningEnginesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReasoningEngine, error)
    func (c *ProjectsLocationsReasoningEnginesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesGetCall
    func (c *ProjectsLocationsReasoningEnginesGetCall) Header() http.Header
    func (c *ProjectsLocationsReasoningEnginesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesGetCall
type ProjectsLocationsReasoningEnginesListCall
    func (c *ProjectsLocationsReasoningEnginesListCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesListCall
    func (c *ProjectsLocationsReasoningEnginesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse, error)
    func (c *ProjectsLocationsReasoningEnginesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesListCall
    func (c *ProjectsLocationsReasoningEnginesListCall) Filter(filter string) *ProjectsLocationsReasoningEnginesListCall
    func (c *ProjectsLocationsReasoningEnginesListCall) Header() http.Header
    func (c *ProjectsLocationsReasoningEnginesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesListCall
    func (c *ProjectsLocationsReasoningEnginesListCall) PageSize(pageSize int64) *ProjectsLocationsReasoningEnginesListCall
    func (c *ProjectsLocationsReasoningEnginesListCall) PageToken(pageToken string) *ProjectsLocationsReasoningEnginesListCall
    func (c *ProjectsLocationsReasoningEnginesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse) error) error
type ProjectsLocationsReasoningEnginesOperationsCancelCall
    func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsCancelCall
    func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsCancelCall
    func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Header() http.Header
type ProjectsLocationsReasoningEnginesOperationsDeleteCall
    func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsDeleteCall
    func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsDeleteCall
    func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsReasoningEnginesOperationsGetCall
    func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsGetCall
    func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsGetCall
    func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesOperationsGetCall
type ProjectsLocationsReasoningEnginesOperationsListCall
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsListCall
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsListCall
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Filter(filter string) *ProjectsLocationsReasoningEnginesOperationsListCall
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesOperationsListCall
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsReasoningEnginesOperationsListCall
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsReasoningEnginesOperationsListCall
    func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsReasoningEnginesOperationsService
    func NewProjectsLocationsReasoningEnginesOperationsService(s *Service) *ProjectsLocationsReasoningEnginesOperationsService
    func (r *ProjectsLocationsReasoningEnginesOperationsService) Cancel(name string) *ProjectsLocationsReasoningEnginesOperationsCancelCall
    func (r *ProjectsLocationsReasoningEnginesOperationsService) Delete(name string) *ProjectsLocationsReasoningEnginesOperationsDeleteCall
    func (r *ProjectsLocationsReasoningEnginesOperationsService) Get(name string) *ProjectsLocationsReasoningEnginesOperationsGetCall
    func (r *ProjectsLocationsReasoningEnginesOperationsService) List(name string) *ProjectsLocationsReasoningEnginesOperationsListCall
    func (r *ProjectsLocationsReasoningEnginesOperationsService) Wait(name string) *ProjectsLocationsReasoningEnginesOperationsWaitCall
type ProjectsLocationsReasoningEnginesOperationsWaitCall
    func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsWaitCall
    func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsWaitCall
    func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsReasoningEnginesOperationsWaitCall
type ProjectsLocationsReasoningEnginesQueryCall
    func (c *ProjectsLocationsReasoningEnginesQueryCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesQueryCall
    func (c *ProjectsLocationsReasoningEnginesQueryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse, error)
    func (c *ProjectsLocationsReasoningEnginesQueryCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesQueryCall
    func (c *ProjectsLocationsReasoningEnginesQueryCall) Header() http.Header
type ProjectsLocationsReasoningEnginesService
    func NewProjectsLocationsReasoningEnginesService(s *Service) *ProjectsLocationsReasoningEnginesService
    func (r *ProjectsLocationsReasoningEnginesService) Create(parent string, googlecloudaiplatformv1beta1reasoningengine *GoogleCloudAiplatformV1beta1ReasoningEngine) *ProjectsLocationsReasoningEnginesCreateCall
    func (r *ProjectsLocationsReasoningEnginesService) Delete(name string) *ProjectsLocationsReasoningEnginesDeleteCall
    func (r *ProjectsLocationsReasoningEnginesService) Get(name string) *ProjectsLocationsReasoningEnginesGetCall
    func (r *ProjectsLocationsReasoningEnginesService) List(parent string) *ProjectsLocationsReasoningEnginesListCall
    func (r *ProjectsLocationsReasoningEnginesService) Query(name string, googlecloudaiplatformv1beta1queryreasoningenginerequest *GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest) *ProjectsLocationsReasoningEnginesQueryCall
type ProjectsLocationsRetrieveContextsCall
    func (c *ProjectsLocationsRetrieveContextsCall) Context(ctx context.Context) *ProjectsLocationsRetrieveContextsCall
    func (c *ProjectsLocationsRetrieveContextsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RetrieveContextsResponse, error)
    func (c *ProjectsLocationsRetrieveContextsCall) Fields(s ...googleapi.Field) *ProjectsLocationsRetrieveContextsCall
    func (c *ProjectsLocationsRetrieveContextsCall) Header() http.Header
type ProjectsLocationsSchedulesCreateCall
    func (c *ProjectsLocationsSchedulesCreateCall) Context(ctx context.Context) *ProjectsLocationsSchedulesCreateCall
    func (c *ProjectsLocationsSchedulesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Schedule, error)
    func (c *ProjectsLocationsSchedulesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesCreateCall
    func (c *ProjectsLocationsSchedulesCreateCall) Header() http.Header
type ProjectsLocationsSchedulesDeleteCall
    func (c *ProjectsLocationsSchedulesDeleteCall) Context(ctx context.Context) *ProjectsLocationsSchedulesDeleteCall
    func (c *ProjectsLocationsSchedulesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSchedulesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesDeleteCall
    func (c *ProjectsLocationsSchedulesDeleteCall) Header() http.Header
type ProjectsLocationsSchedulesGetCall
    func (c *ProjectsLocationsSchedulesGetCall) Context(ctx context.Context) *ProjectsLocationsSchedulesGetCall
    func (c *ProjectsLocationsSchedulesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Schedule, error)
    func (c *ProjectsLocationsSchedulesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesGetCall
    func (c *ProjectsLocationsSchedulesGetCall) Header() http.Header
    func (c *ProjectsLocationsSchedulesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesGetCall
type ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) Context(ctx context.Context) *ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListSchedulesResponse, error)
    func (c *ProjectsLocationsSchedulesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) Filter(filter string) *ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) Header() http.Header
    func (c *ProjectsLocationsSchedulesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) OrderBy(orderBy string) *ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) PageSize(pageSize int64) *ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) PageToken(pageToken string) *ProjectsLocationsSchedulesListCall
    func (c *ProjectsLocationsSchedulesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListSchedulesResponse) error) error
type ProjectsLocationsSchedulesOperationsCancelCall
    func (c *ProjectsLocationsSchedulesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsCancelCall
    func (c *ProjectsLocationsSchedulesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsSchedulesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsCancelCall
    func (c *ProjectsLocationsSchedulesOperationsCancelCall) Header() http.Header
type ProjectsLocationsSchedulesOperationsDeleteCall
    func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsDeleteCall
    func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsDeleteCall
    func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsSchedulesOperationsGetCall
    func (c *ProjectsLocationsSchedulesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsGetCall
    func (c *ProjectsLocationsSchedulesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSchedulesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsGetCall
    func (c *ProjectsLocationsSchedulesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsSchedulesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesOperationsGetCall
type ProjectsLocationsSchedulesOperationsListCall
    func (c *ProjectsLocationsSchedulesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsListCall
    func (c *ProjectsLocationsSchedulesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsSchedulesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsListCall
    func (c *ProjectsLocationsSchedulesOperationsListCall) Filter(filter string) *ProjectsLocationsSchedulesOperationsListCall
    func (c *ProjectsLocationsSchedulesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsSchedulesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesOperationsListCall
    func (c *ProjectsLocationsSchedulesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsSchedulesOperationsListCall
    func (c *ProjectsLocationsSchedulesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsSchedulesOperationsListCall
    func (c *ProjectsLocationsSchedulesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsSchedulesOperationsService
    func NewProjectsLocationsSchedulesOperationsService(s *Service) *ProjectsLocationsSchedulesOperationsService
    func (r *ProjectsLocationsSchedulesOperationsService) Cancel(name string) *ProjectsLocationsSchedulesOperationsCancelCall
    func (r *ProjectsLocationsSchedulesOperationsService) Delete(name string) *ProjectsLocationsSchedulesOperationsDeleteCall
    func (r *ProjectsLocationsSchedulesOperationsService) Get(name string) *ProjectsLocationsSchedulesOperationsGetCall
    func (r *ProjectsLocationsSchedulesOperationsService) List(name string) *ProjectsLocationsSchedulesOperationsListCall
    func (r *ProjectsLocationsSchedulesOperationsService) Wait(name string) *ProjectsLocationsSchedulesOperationsWaitCall
type ProjectsLocationsSchedulesOperationsWaitCall
    func (c *ProjectsLocationsSchedulesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsWaitCall
    func (c *ProjectsLocationsSchedulesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSchedulesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsWaitCall
    func (c *ProjectsLocationsSchedulesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsSchedulesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsSchedulesOperationsWaitCall
type ProjectsLocationsSchedulesPatchCall
    func (c *ProjectsLocationsSchedulesPatchCall) Context(ctx context.Context) *ProjectsLocationsSchedulesPatchCall
    func (c *ProjectsLocationsSchedulesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Schedule, error)
    func (c *ProjectsLocationsSchedulesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesPatchCall
    func (c *ProjectsLocationsSchedulesPatchCall) Header() http.Header
    func (c *ProjectsLocationsSchedulesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsSchedulesPatchCall
type ProjectsLocationsSchedulesPauseCall
    func (c *ProjectsLocationsSchedulesPauseCall) Context(ctx context.Context) *ProjectsLocationsSchedulesPauseCall
    func (c *ProjectsLocationsSchedulesPauseCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsSchedulesPauseCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesPauseCall
    func (c *ProjectsLocationsSchedulesPauseCall) Header() http.Header
type ProjectsLocationsSchedulesResumeCall
    func (c *ProjectsLocationsSchedulesResumeCall) Context(ctx context.Context) *ProjectsLocationsSchedulesResumeCall
    func (c *ProjectsLocationsSchedulesResumeCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsSchedulesResumeCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesResumeCall
    func (c *ProjectsLocationsSchedulesResumeCall) Header() http.Header
type ProjectsLocationsSchedulesService
    func NewProjectsLocationsSchedulesService(s *Service) *ProjectsLocationsSchedulesService
    func (r *ProjectsLocationsSchedulesService) Create(parent string, googlecloudaiplatformv1beta1schedule *GoogleCloudAiplatformV1beta1Schedule) *ProjectsLocationsSchedulesCreateCall
    func (r *ProjectsLocationsSchedulesService) Delete(name string) *ProjectsLocationsSchedulesDeleteCall
    func (r *ProjectsLocationsSchedulesService) Get(name string) *ProjectsLocationsSchedulesGetCall
    func (r *ProjectsLocationsSchedulesService) List(parent string) *ProjectsLocationsSchedulesListCall
    func (r *ProjectsLocationsSchedulesService) Patch(name string, googlecloudaiplatformv1beta1schedule *GoogleCloudAiplatformV1beta1Schedule) *ProjectsLocationsSchedulesPatchCall
    func (r *ProjectsLocationsSchedulesService) Pause(name string, googlecloudaiplatformv1beta1pauseschedulerequest *GoogleCloudAiplatformV1beta1PauseScheduleRequest) *ProjectsLocationsSchedulesPauseCall
    func (r *ProjectsLocationsSchedulesService) Resume(name string, googlecloudaiplatformv1beta1resumeschedulerequest *GoogleCloudAiplatformV1beta1ResumeScheduleRequest) *ProjectsLocationsSchedulesResumeCall
type ProjectsLocationsService
    func NewProjectsLocationsService(s *Service) *ProjectsLocationsService
    func (r *ProjectsLocationsService) EvaluateInstances(location string, googlecloudaiplatformv1beta1evaluateinstancesrequest *GoogleCloudAiplatformV1beta1EvaluateInstancesRequest) *ProjectsLocationsEvaluateInstancesCall
    func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall
    func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall
    func (r *ProjectsLocationsService) RetrieveContexts(parent string, googlecloudaiplatformv1beta1retrievecontextsrequest *GoogleCloudAiplatformV1beta1RetrieveContextsRequest) *ProjectsLocationsRetrieveContextsCall
type ProjectsLocationsSolversOperationsDeleteCall
    func (c *ProjectsLocationsSolversOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSolversOperationsDeleteCall
    func (c *ProjectsLocationsSolversOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsSolversOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSolversOperationsDeleteCall
    func (c *ProjectsLocationsSolversOperationsDeleteCall) Header() http.Header
type ProjectsLocationsSolversOperationsGetCall
    func (c *ProjectsLocationsSolversOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsSolversOperationsGetCall
    func (c *ProjectsLocationsSolversOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSolversOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSolversOperationsGetCall
    func (c *ProjectsLocationsSolversOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsSolversOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSolversOperationsGetCall
type ProjectsLocationsSolversOperationsListCall
    func (c *ProjectsLocationsSolversOperationsListCall) Context(ctx context.Context) *ProjectsLocationsSolversOperationsListCall
    func (c *ProjectsLocationsSolversOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsSolversOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSolversOperationsListCall
    func (c *ProjectsLocationsSolversOperationsListCall) Filter(filter string) *ProjectsLocationsSolversOperationsListCall
    func (c *ProjectsLocationsSolversOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsSolversOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSolversOperationsListCall
    func (c *ProjectsLocationsSolversOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsSolversOperationsListCall
    func (c *ProjectsLocationsSolversOperationsListCall) PageToken(pageToken string) *ProjectsLocationsSolversOperationsListCall
    func (c *ProjectsLocationsSolversOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsSolversOperationsService
    func NewProjectsLocationsSolversOperationsService(s *Service) *ProjectsLocationsSolversOperationsService
    func (r *ProjectsLocationsSolversOperationsService) Delete(name string) *ProjectsLocationsSolversOperationsDeleteCall
    func (r *ProjectsLocationsSolversOperationsService) Get(name string) *ProjectsLocationsSolversOperationsGetCall
    func (r *ProjectsLocationsSolversOperationsService) List(name string) *ProjectsLocationsSolversOperationsListCall
type ProjectsLocationsSolversService
    func NewProjectsLocationsSolversService(s *Service) *ProjectsLocationsSolversService
type ProjectsLocationsSpecialistPoolsCreateCall
    func (c *ProjectsLocationsSpecialistPoolsCreateCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsCreateCall
    func (c *ProjectsLocationsSpecialistPoolsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSpecialistPoolsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsCreateCall
    func (c *ProjectsLocationsSpecialistPoolsCreateCall) Header() http.Header
type ProjectsLocationsSpecialistPoolsDeleteCall
    func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsDeleteCall
    func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsDeleteCall
    func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Force(force bool) *ProjectsLocationsSpecialistPoolsDeleteCall
    func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Header() http.Header
type ProjectsLocationsSpecialistPoolsGetCall
    func (c *ProjectsLocationsSpecialistPoolsGetCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsGetCall
    func (c *ProjectsLocationsSpecialistPoolsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SpecialistPool, error)
    func (c *ProjectsLocationsSpecialistPoolsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsGetCall
    func (c *ProjectsLocationsSpecialistPoolsGetCall) Header() http.Header
    func (c *ProjectsLocationsSpecialistPoolsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsGetCall
type ProjectsLocationsSpecialistPoolsListCall
    func (c *ProjectsLocationsSpecialistPoolsListCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsListCall
    func (c *ProjectsLocationsSpecialistPoolsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse, error)
    func (c *ProjectsLocationsSpecialistPoolsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsListCall
    func (c *ProjectsLocationsSpecialistPoolsListCall) Header() http.Header
    func (c *ProjectsLocationsSpecialistPoolsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsListCall
    func (c *ProjectsLocationsSpecialistPoolsListCall) PageSize(pageSize int64) *ProjectsLocationsSpecialistPoolsListCall
    func (c *ProjectsLocationsSpecialistPoolsListCall) PageToken(pageToken string) *ProjectsLocationsSpecialistPoolsListCall
    func (c *ProjectsLocationsSpecialistPoolsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse) error) error
    func (c *ProjectsLocationsSpecialistPoolsListCall) ReadMask(readMask string) *ProjectsLocationsSpecialistPoolsListCall
type ProjectsLocationsSpecialistPoolsOperationsCancelCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsCancelCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsCancelCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Header() http.Header
type ProjectsLocationsSpecialistPoolsOperationsDeleteCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsDeleteCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsDeleteCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsSpecialistPoolsOperationsGetCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsGetCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsGetCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsOperationsGetCall
type ProjectsLocationsSpecialistPoolsOperationsListCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsListCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsListCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Filter(filter string) *ProjectsLocationsSpecialistPoolsOperationsListCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsOperationsListCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsSpecialistPoolsOperationsListCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsSpecialistPoolsOperationsListCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsSpecialistPoolsOperationsService
    func NewProjectsLocationsSpecialistPoolsOperationsService(s *Service) *ProjectsLocationsSpecialistPoolsOperationsService
    func (r *ProjectsLocationsSpecialistPoolsOperationsService) Cancel(name string) *ProjectsLocationsSpecialistPoolsOperationsCancelCall
    func (r *ProjectsLocationsSpecialistPoolsOperationsService) Delete(name string) *ProjectsLocationsSpecialistPoolsOperationsDeleteCall
    func (r *ProjectsLocationsSpecialistPoolsOperationsService) Get(name string) *ProjectsLocationsSpecialistPoolsOperationsGetCall
    func (r *ProjectsLocationsSpecialistPoolsOperationsService) List(name string) *ProjectsLocationsSpecialistPoolsOperationsListCall
    func (r *ProjectsLocationsSpecialistPoolsOperationsService) Wait(name string) *ProjectsLocationsSpecialistPoolsOperationsWaitCall
type ProjectsLocationsSpecialistPoolsOperationsWaitCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsWaitCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsWaitCall
    func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsSpecialistPoolsOperationsWaitCall
type ProjectsLocationsSpecialistPoolsPatchCall
    func (c *ProjectsLocationsSpecialistPoolsPatchCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsPatchCall
    func (c *ProjectsLocationsSpecialistPoolsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsSpecialistPoolsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsPatchCall
    func (c *ProjectsLocationsSpecialistPoolsPatchCall) Header() http.Header
    func (c *ProjectsLocationsSpecialistPoolsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsSpecialistPoolsPatchCall
type ProjectsLocationsSpecialistPoolsService
    func NewProjectsLocationsSpecialistPoolsService(s *Service) *ProjectsLocationsSpecialistPoolsService
    func (r *ProjectsLocationsSpecialistPoolsService) Create(parent string, googlecloudaiplatformv1beta1specialistpool *GoogleCloudAiplatformV1beta1SpecialistPool) *ProjectsLocationsSpecialistPoolsCreateCall
    func (r *ProjectsLocationsSpecialistPoolsService) Delete(name string) *ProjectsLocationsSpecialistPoolsDeleteCall
    func (r *ProjectsLocationsSpecialistPoolsService) Get(name string) *ProjectsLocationsSpecialistPoolsGetCall
    func (r *ProjectsLocationsSpecialistPoolsService) List(parent string) *ProjectsLocationsSpecialistPoolsListCall
    func (r *ProjectsLocationsSpecialistPoolsService) Patch(name string, googlecloudaiplatformv1beta1specialistpool *GoogleCloudAiplatformV1beta1SpecialistPool) *ProjectsLocationsSpecialistPoolsPatchCall
type ProjectsLocationsStudiesCreateCall
    func (c *ProjectsLocationsStudiesCreateCall) Context(ctx context.Context) *ProjectsLocationsStudiesCreateCall
    func (c *ProjectsLocationsStudiesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Study, error)
    func (c *ProjectsLocationsStudiesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesCreateCall
    func (c *ProjectsLocationsStudiesCreateCall) Header() http.Header
type ProjectsLocationsStudiesDeleteCall
    func (c *ProjectsLocationsStudiesDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesDeleteCall
    func (c *ProjectsLocationsStudiesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsStudiesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesDeleteCall
    func (c *ProjectsLocationsStudiesDeleteCall) Header() http.Header
type ProjectsLocationsStudiesGetCall
    func (c *ProjectsLocationsStudiesGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesGetCall
    func (c *ProjectsLocationsStudiesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Study, error)
    func (c *ProjectsLocationsStudiesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesGetCall
    func (c *ProjectsLocationsStudiesGetCall) Header() http.Header
    func (c *ProjectsLocationsStudiesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesGetCall
type ProjectsLocationsStudiesListCall
    func (c *ProjectsLocationsStudiesListCall) Context(ctx context.Context) *ProjectsLocationsStudiesListCall
    func (c *ProjectsLocationsStudiesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListStudiesResponse, error)
    func (c *ProjectsLocationsStudiesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesListCall
    func (c *ProjectsLocationsStudiesListCall) Header() http.Header
    func (c *ProjectsLocationsStudiesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesListCall
    func (c *ProjectsLocationsStudiesListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesListCall
    func (c *ProjectsLocationsStudiesListCall) PageToken(pageToken string) *ProjectsLocationsStudiesListCall
    func (c *ProjectsLocationsStudiesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListStudiesResponse) error) error
type ProjectsLocationsStudiesLookupCall
    func (c *ProjectsLocationsStudiesLookupCall) Context(ctx context.Context) *ProjectsLocationsStudiesLookupCall
    func (c *ProjectsLocationsStudiesLookupCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Study, error)
    func (c *ProjectsLocationsStudiesLookupCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesLookupCall
    func (c *ProjectsLocationsStudiesLookupCall) Header() http.Header
type ProjectsLocationsStudiesOperationsCancelCall
    func (c *ProjectsLocationsStudiesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsCancelCall
    func (c *ProjectsLocationsStudiesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsStudiesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsCancelCall
    func (c *ProjectsLocationsStudiesOperationsCancelCall) Header() http.Header
type ProjectsLocationsStudiesOperationsDeleteCall
    func (c *ProjectsLocationsStudiesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsDeleteCall
    func (c *ProjectsLocationsStudiesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsStudiesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsDeleteCall
    func (c *ProjectsLocationsStudiesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsStudiesOperationsGetCall
    func (c *ProjectsLocationsStudiesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsGetCall
    func (c *ProjectsLocationsStudiesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsStudiesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsGetCall
    func (c *ProjectsLocationsStudiesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsStudiesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesOperationsGetCall
type ProjectsLocationsStudiesOperationsListCall
    func (c *ProjectsLocationsStudiesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsListCall
    func (c *ProjectsLocationsStudiesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsStudiesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsListCall
    func (c *ProjectsLocationsStudiesOperationsListCall) Filter(filter string) *ProjectsLocationsStudiesOperationsListCall
    func (c *ProjectsLocationsStudiesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsStudiesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesOperationsListCall
    func (c *ProjectsLocationsStudiesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesOperationsListCall
    func (c *ProjectsLocationsStudiesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsStudiesOperationsListCall
    func (c *ProjectsLocationsStudiesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsStudiesOperationsService
    func NewProjectsLocationsStudiesOperationsService(s *Service) *ProjectsLocationsStudiesOperationsService
    func (r *ProjectsLocationsStudiesOperationsService) Cancel(name string) *ProjectsLocationsStudiesOperationsCancelCall
    func (r *ProjectsLocationsStudiesOperationsService) Delete(name string) *ProjectsLocationsStudiesOperationsDeleteCall
    func (r *ProjectsLocationsStudiesOperationsService) Get(name string) *ProjectsLocationsStudiesOperationsGetCall
    func (r *ProjectsLocationsStudiesOperationsService) List(name string) *ProjectsLocationsStudiesOperationsListCall
    func (r *ProjectsLocationsStudiesOperationsService) Wait(name string) *ProjectsLocationsStudiesOperationsWaitCall
type ProjectsLocationsStudiesOperationsWaitCall
    func (c *ProjectsLocationsStudiesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsWaitCall
    func (c *ProjectsLocationsStudiesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsStudiesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsWaitCall
    func (c *ProjectsLocationsStudiesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsStudiesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsStudiesOperationsWaitCall
type ProjectsLocationsStudiesService
    func NewProjectsLocationsStudiesService(s *Service) *ProjectsLocationsStudiesService
    func (r *ProjectsLocationsStudiesService) Create(parent string, googlecloudaiplatformv1beta1study *GoogleCloudAiplatformV1beta1Study) *ProjectsLocationsStudiesCreateCall
    func (r *ProjectsLocationsStudiesService) Delete(name string) *ProjectsLocationsStudiesDeleteCall
    func (r *ProjectsLocationsStudiesService) Get(name string) *ProjectsLocationsStudiesGetCall
    func (r *ProjectsLocationsStudiesService) List(parent string) *ProjectsLocationsStudiesListCall
    func (r *ProjectsLocationsStudiesService) Lookup(parent string, googlecloudaiplatformv1beta1lookupstudyrequest *GoogleCloudAiplatformV1beta1LookupStudyRequest) *ProjectsLocationsStudiesLookupCall
type ProjectsLocationsStudiesTrialsAddTrialMeasurementCall
    func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall
    func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)
    func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall
    func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Header() http.Header
type ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall
    func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall
    func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall
    func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Header() http.Header
type ProjectsLocationsStudiesTrialsCompleteCall
    func (c *ProjectsLocationsStudiesTrialsCompleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCompleteCall
    func (c *ProjectsLocationsStudiesTrialsCompleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)
    func (c *ProjectsLocationsStudiesTrialsCompleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCompleteCall
    func (c *ProjectsLocationsStudiesTrialsCompleteCall) Header() http.Header
type ProjectsLocationsStudiesTrialsCreateCall
    func (c *ProjectsLocationsStudiesTrialsCreateCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCreateCall
    func (c *ProjectsLocationsStudiesTrialsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)
    func (c *ProjectsLocationsStudiesTrialsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCreateCall
    func (c *ProjectsLocationsStudiesTrialsCreateCall) Header() http.Header
type ProjectsLocationsStudiesTrialsDeleteCall
    func (c *ProjectsLocationsStudiesTrialsDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsDeleteCall
    func (c *ProjectsLocationsStudiesTrialsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsStudiesTrialsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsDeleteCall
    func (c *ProjectsLocationsStudiesTrialsDeleteCall) Header() http.Header
type ProjectsLocationsStudiesTrialsGetCall
    func (c *ProjectsLocationsStudiesTrialsGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsGetCall
    func (c *ProjectsLocationsStudiesTrialsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)
    func (c *ProjectsLocationsStudiesTrialsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsGetCall
    func (c *ProjectsLocationsStudiesTrialsGetCall) Header() http.Header
    func (c *ProjectsLocationsStudiesTrialsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsGetCall
type ProjectsLocationsStudiesTrialsListCall
    func (c *ProjectsLocationsStudiesTrialsListCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsListCall
    func (c *ProjectsLocationsStudiesTrialsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTrialsResponse, error)
    func (c *ProjectsLocationsStudiesTrialsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsListCall
    func (c *ProjectsLocationsStudiesTrialsListCall) Header() http.Header
    func (c *ProjectsLocationsStudiesTrialsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsListCall
    func (c *ProjectsLocationsStudiesTrialsListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesTrialsListCall
    func (c *ProjectsLocationsStudiesTrialsListCall) PageToken(pageToken string) *ProjectsLocationsStudiesTrialsListCall
    func (c *ProjectsLocationsStudiesTrialsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTrialsResponse) error) error
type ProjectsLocationsStudiesTrialsListOptimalTrialsCall
    func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall
    func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse, error)
    func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall
    func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Header() http.Header
type ProjectsLocationsStudiesTrialsOperationsCancelCall
    func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsCancelCall
    func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsCancelCall
    func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Header() http.Header
type ProjectsLocationsStudiesTrialsOperationsDeleteCall
    func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsDeleteCall
    func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsDeleteCall
    func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsStudiesTrialsOperationsGetCall
    func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsGetCall
    func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsGetCall
    func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsOperationsGetCall
type ProjectsLocationsStudiesTrialsOperationsListCall
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsListCall
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsListCall
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Filter(filter string) *ProjectsLocationsStudiesTrialsOperationsListCall
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsOperationsListCall
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesTrialsOperationsListCall
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsStudiesTrialsOperationsListCall
    func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsStudiesTrialsOperationsService
    func NewProjectsLocationsStudiesTrialsOperationsService(s *Service) *ProjectsLocationsStudiesTrialsOperationsService
    func (r *ProjectsLocationsStudiesTrialsOperationsService) Cancel(name string) *ProjectsLocationsStudiesTrialsOperationsCancelCall
    func (r *ProjectsLocationsStudiesTrialsOperationsService) Delete(name string) *ProjectsLocationsStudiesTrialsOperationsDeleteCall
    func (r *ProjectsLocationsStudiesTrialsOperationsService) Get(name string) *ProjectsLocationsStudiesTrialsOperationsGetCall
    func (r *ProjectsLocationsStudiesTrialsOperationsService) List(name string) *ProjectsLocationsStudiesTrialsOperationsListCall
    func (r *ProjectsLocationsStudiesTrialsOperationsService) Wait(name string) *ProjectsLocationsStudiesTrialsOperationsWaitCall
type ProjectsLocationsStudiesTrialsOperationsWaitCall
    func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsWaitCall
    func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsWaitCall
    func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsStudiesTrialsOperationsWaitCall
type ProjectsLocationsStudiesTrialsService
    func NewProjectsLocationsStudiesTrialsService(s *Service) *ProjectsLocationsStudiesTrialsService
    func (r *ProjectsLocationsStudiesTrialsService) AddTrialMeasurement(trialName string, googlecloudaiplatformv1beta1addtrialmeasurementrequest *GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest) *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall
    func (r *ProjectsLocationsStudiesTrialsService) CheckTrialEarlyStoppingState(trialName string, googlecloudaiplatformv1beta1checktrialearlystoppingstaterequest *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest) *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall
    func (r *ProjectsLocationsStudiesTrialsService) Complete(name string, googlecloudaiplatformv1beta1completetrialrequest *GoogleCloudAiplatformV1beta1CompleteTrialRequest) *ProjectsLocationsStudiesTrialsCompleteCall
    func (r *ProjectsLocationsStudiesTrialsService) Create(parent string, googlecloudaiplatformv1beta1trial *GoogleCloudAiplatformV1beta1Trial) *ProjectsLocationsStudiesTrialsCreateCall
    func (r *ProjectsLocationsStudiesTrialsService) Delete(name string) *ProjectsLocationsStudiesTrialsDeleteCall
    func (r *ProjectsLocationsStudiesTrialsService) Get(name string) *ProjectsLocationsStudiesTrialsGetCall
    func (r *ProjectsLocationsStudiesTrialsService) List(parent string) *ProjectsLocationsStudiesTrialsListCall
    func (r *ProjectsLocationsStudiesTrialsService) ListOptimalTrials(parent string, googlecloudaiplatformv1beta1listoptimaltrialsrequest *GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall
    func (r *ProjectsLocationsStudiesTrialsService) Stop(name string, googlecloudaiplatformv1beta1stoptrialrequest *GoogleCloudAiplatformV1beta1StopTrialRequest) *ProjectsLocationsStudiesTrialsStopCall
    func (r *ProjectsLocationsStudiesTrialsService) Suggest(parent string, googlecloudaiplatformv1beta1suggesttrialsrequest *GoogleCloudAiplatformV1beta1SuggestTrialsRequest) *ProjectsLocationsStudiesTrialsSuggestCall
type ProjectsLocationsStudiesTrialsStopCall
    func (c *ProjectsLocationsStudiesTrialsStopCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsStopCall
    func (c *ProjectsLocationsStudiesTrialsStopCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)
    func (c *ProjectsLocationsStudiesTrialsStopCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsStopCall
    func (c *ProjectsLocationsStudiesTrialsStopCall) Header() http.Header
type ProjectsLocationsStudiesTrialsSuggestCall
    func (c *ProjectsLocationsStudiesTrialsSuggestCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsSuggestCall
    func (c *ProjectsLocationsStudiesTrialsSuggestCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsStudiesTrialsSuggestCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsSuggestCall
    func (c *ProjectsLocationsStudiesTrialsSuggestCall) Header() http.Header
type ProjectsLocationsTensorboardsBatchReadCall
    func (c *ProjectsLocationsTensorboardsBatchReadCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsBatchReadCall
    func (c *ProjectsLocationsTensorboardsBatchReadCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse, error)
    func (c *ProjectsLocationsTensorboardsBatchReadCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsBatchReadCall
    func (c *ProjectsLocationsTensorboardsBatchReadCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsBatchReadCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsBatchReadCall
    func (c *ProjectsLocationsTensorboardsBatchReadCall) TimeSeries(timeSeries ...string) *ProjectsLocationsTensorboardsBatchReadCall
type ProjectsLocationsTensorboardsCreateCall
    func (c *ProjectsLocationsTensorboardsCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsCreateCall
    func (c *ProjectsLocationsTensorboardsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsCreateCall
    func (c *ProjectsLocationsTensorboardsCreateCall) Header() http.Header
type ProjectsLocationsTensorboardsDeleteCall
    func (c *ProjectsLocationsTensorboardsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsDeleteCall
    func (c *ProjectsLocationsTensorboardsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsDeleteCall
    func (c *ProjectsLocationsTensorboardsDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsBatchCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsBatchCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsBatchCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardExperiment, error)
    func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) TensorboardExperimentId(tensorboardExperimentId string) *ProjectsLocationsTensorboardsExperimentsCreateCall
type ProjectsLocationsTensorboardsExperimentsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardExperiment, error)
    func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsGetCall
type ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse) error) error
    func (c *ProjectsLocationsTensorboardsExperimentsListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsExperimentsListCall
type ProjectsLocationsTensorboardsExperimentsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall
type ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsTensorboardsExperimentsOperationsService
    func NewProjectsLocationsTensorboardsExperimentsOperationsService(s *Service) *ProjectsLocationsTensorboardsExperimentsOperationsService
    func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall
    func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall
    func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall
    func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) List(name string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall
    func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Wait(name string) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall
type ProjectsLocationsTensorboardsExperimentsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall
type ProjectsLocationsTensorboardsExperimentsPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardExperiment, error)
    func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsExperimentsPatchCall
type ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsRunsCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardRun, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) TensorboardRunId(tensorboardRunId string) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall
type ProjectsLocationsTensorboardsExperimentsRunsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsRunsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardRun, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsGetCall
type ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse) error) error
    func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsExperimentsRunsListCall
type ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall
type ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsTensorboardsExperimentsRunsOperationsService
    func NewProjectsLocationsTensorboardsExperimentsRunsOperationsService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsOperationsService
    func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) List(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Wait(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall
type ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall
type ProjectsLocationsTensorboardsExperimentsRunsPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardRun, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall
type ProjectsLocationsTensorboardsExperimentsRunsService
    func NewProjectsLocationsTensorboardsExperimentsRunsService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsService
    func (r *ProjectsLocationsTensorboardsExperimentsRunsService) BatchCreate(parent string, googlecloudaiplatformv1beta1batchcreatetensorboardrunsrequest *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest) *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Create(parent string, googlecloudaiplatformv1beta1tensorboardrun *GoogleCloudAiplatformV1beta1TensorboardRun) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsGetCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsService) List(parent string) *ProjectsLocationsTensorboardsExperimentsRunsListCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Patch(name string, googlecloudaiplatformv1beta1tensorboardrun *GoogleCloudAiplatformV1beta1TensorboardRun) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Write(tensorboardRun string, googlecloudaiplatformv1beta1writetensorboardrundatarequest *GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest) *ProjectsLocationsTensorboardsExperimentsRunsWriteCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardTimeSeries, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) TensorboardTimeSeriesId(tensorboardTimeSeriesId string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse) error) error
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardTimeSeries, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse) error) error
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService
    func NewProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) List(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Wait(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardTimeSeries, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) BlobIds(blobIds ...string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) MaxDataPoints(maxDataPoints int64) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall
type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService
    func NewProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Create(parent string, googlecloudaiplatformv1beta1tensorboardtimeseries *GoogleCloudAiplatformV1beta1TensorboardTimeSeries) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) ExportTensorboardTimeSeries(tensorboardTimeSeries string, googlecloudaiplatformv1beta1exporttensorboardtimeseriesdatarequest *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) List(parent string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Patch(name string, googlecloudaiplatformv1beta1tensorboardtimeseries *GoogleCloudAiplatformV1beta1TensorboardTimeSeries) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Read(tensorboardTimeSeries string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall
    func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) ReadBlobData(timeSeries string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall
type ProjectsLocationsTensorboardsExperimentsRunsWriteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsWriteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsWriteCall
    func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Header() http.Header
type ProjectsLocationsTensorboardsExperimentsService
    func NewProjectsLocationsTensorboardsExperimentsService(s *Service) *ProjectsLocationsTensorboardsExperimentsService
    func (r *ProjectsLocationsTensorboardsExperimentsService) BatchCreate(parent string, googlecloudaiplatformv1beta1batchcreatetensorboardtimeseriesrequest *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest) *ProjectsLocationsTensorboardsExperimentsBatchCreateCall
    func (r *ProjectsLocationsTensorboardsExperimentsService) Create(parent string, googlecloudaiplatformv1beta1tensorboardexperiment *GoogleCloudAiplatformV1beta1TensorboardExperiment) *ProjectsLocationsTensorboardsExperimentsCreateCall
    func (r *ProjectsLocationsTensorboardsExperimentsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsDeleteCall
    func (r *ProjectsLocationsTensorboardsExperimentsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsGetCall
    func (r *ProjectsLocationsTensorboardsExperimentsService) List(parent string) *ProjectsLocationsTensorboardsExperimentsListCall
    func (r *ProjectsLocationsTensorboardsExperimentsService) Patch(name string, googlecloudaiplatformv1beta1tensorboardexperiment *GoogleCloudAiplatformV1beta1TensorboardExperiment) *ProjectsLocationsTensorboardsExperimentsPatchCall
    func (r *ProjectsLocationsTensorboardsExperimentsService) Write(tensorboardExperiment string, googlecloudaiplatformv1beta1writetensorboardexperimentdatarequest *GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest) *ProjectsLocationsTensorboardsExperimentsWriteCall
type ProjectsLocationsTensorboardsExperimentsWriteCall
    func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsWriteCall
    func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse, error)
    func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsWriteCall
    func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Header() http.Header
type ProjectsLocationsTensorboardsGetCall
    func (c *ProjectsLocationsTensorboardsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsGetCall
    func (c *ProjectsLocationsTensorboardsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Tensorboard, error)
    func (c *ProjectsLocationsTensorboardsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsGetCall
    func (c *ProjectsLocationsTensorboardsGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsGetCall
type ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardsResponse, error)
    func (c *ProjectsLocationsTensorboardsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) Filter(filter string) *ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsListCall
    func (c *ProjectsLocationsTensorboardsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardsResponse) error) error
    func (c *ProjectsLocationsTensorboardsListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsListCall
type ProjectsLocationsTensorboardsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsCancelCall
    func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Header() http.Header
type ProjectsLocationsTensorboardsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsDeleteCall
    func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Header() http.Header
type ProjectsLocationsTensorboardsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsGetCall
    func (c *ProjectsLocationsTensorboardsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsOperationsGetCall
type ProjectsLocationsTensorboardsOperationsListCall
    func (c *ProjectsLocationsTensorboardsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsListCall
    func (c *ProjectsLocationsTensorboardsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsTensorboardsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsListCall
    func (c *ProjectsLocationsTensorboardsOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsOperationsListCall
    func (c *ProjectsLocationsTensorboardsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsOperationsListCall
    func (c *ProjectsLocationsTensorboardsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsOperationsListCall
    func (c *ProjectsLocationsTensorboardsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsOperationsListCall
    func (c *ProjectsLocationsTensorboardsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsTensorboardsOperationsService
    func NewProjectsLocationsTensorboardsOperationsService(s *Service) *ProjectsLocationsTensorboardsOperationsService
    func (r *ProjectsLocationsTensorboardsOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsOperationsCancelCall
    func (r *ProjectsLocationsTensorboardsOperationsService) Delete(name string) *ProjectsLocationsTensorboardsOperationsDeleteCall
    func (r *ProjectsLocationsTensorboardsOperationsService) Get(name string) *ProjectsLocationsTensorboardsOperationsGetCall
    func (r *ProjectsLocationsTensorboardsOperationsService) List(name string) *ProjectsLocationsTensorboardsOperationsListCall
    func (r *ProjectsLocationsTensorboardsOperationsService) Wait(name string) *ProjectsLocationsTensorboardsOperationsWaitCall
type ProjectsLocationsTensorboardsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsWaitCall
    func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsOperationsWaitCall
type ProjectsLocationsTensorboardsPatchCall
    func (c *ProjectsLocationsTensorboardsPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsPatchCall
    func (c *ProjectsLocationsTensorboardsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTensorboardsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsPatchCall
    func (c *ProjectsLocationsTensorboardsPatchCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsPatchCall
type ProjectsLocationsTensorboardsReadSizeCall
    func (c *ProjectsLocationsTensorboardsReadSizeCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsReadSizeCall
    func (c *ProjectsLocationsTensorboardsReadSizeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse, error)
    func (c *ProjectsLocationsTensorboardsReadSizeCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsReadSizeCall
    func (c *ProjectsLocationsTensorboardsReadSizeCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsReadSizeCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsReadSizeCall
type ProjectsLocationsTensorboardsReadUsageCall
    func (c *ProjectsLocationsTensorboardsReadUsageCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsReadUsageCall
    func (c *ProjectsLocationsTensorboardsReadUsageCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse, error)
    func (c *ProjectsLocationsTensorboardsReadUsageCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsReadUsageCall
    func (c *ProjectsLocationsTensorboardsReadUsageCall) Header() http.Header
    func (c *ProjectsLocationsTensorboardsReadUsageCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsReadUsageCall
type ProjectsLocationsTensorboardsService
    func NewProjectsLocationsTensorboardsService(s *Service) *ProjectsLocationsTensorboardsService
    func (r *ProjectsLocationsTensorboardsService) BatchRead(tensorboard string) *ProjectsLocationsTensorboardsBatchReadCall
    func (r *ProjectsLocationsTensorboardsService) Create(parent string, googlecloudaiplatformv1beta1tensorboard *GoogleCloudAiplatformV1beta1Tensorboard) *ProjectsLocationsTensorboardsCreateCall
    func (r *ProjectsLocationsTensorboardsService) Delete(name string) *ProjectsLocationsTensorboardsDeleteCall
    func (r *ProjectsLocationsTensorboardsService) Get(name string) *ProjectsLocationsTensorboardsGetCall
    func (r *ProjectsLocationsTensorboardsService) List(parent string) *ProjectsLocationsTensorboardsListCall
    func (r *ProjectsLocationsTensorboardsService) Patch(name string, googlecloudaiplatformv1beta1tensorboard *GoogleCloudAiplatformV1beta1Tensorboard) *ProjectsLocationsTensorboardsPatchCall
    func (r *ProjectsLocationsTensorboardsService) ReadSize(tensorboard string) *ProjectsLocationsTensorboardsReadSizeCall
    func (r *ProjectsLocationsTensorboardsService) ReadUsage(tensorboard string) *ProjectsLocationsTensorboardsReadUsageCall
type ProjectsLocationsTrainingPipelinesCancelCall
    func (c *ProjectsLocationsTrainingPipelinesCancelCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesCancelCall
    func (c *ProjectsLocationsTrainingPipelinesCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTrainingPipelinesCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesCancelCall
    func (c *ProjectsLocationsTrainingPipelinesCancelCall) Header() http.Header
type ProjectsLocationsTrainingPipelinesCreateCall
    func (c *ProjectsLocationsTrainingPipelinesCreateCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesCreateCall
    func (c *ProjectsLocationsTrainingPipelinesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TrainingPipeline, error)
    func (c *ProjectsLocationsTrainingPipelinesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesCreateCall
    func (c *ProjectsLocationsTrainingPipelinesCreateCall) Header() http.Header
type ProjectsLocationsTrainingPipelinesDeleteCall
    func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesDeleteCall
    func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesDeleteCall
    func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Header() http.Header
type ProjectsLocationsTrainingPipelinesGetCall
    func (c *ProjectsLocationsTrainingPipelinesGetCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesGetCall
    func (c *ProjectsLocationsTrainingPipelinesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TrainingPipeline, error)
    func (c *ProjectsLocationsTrainingPipelinesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesGetCall
    func (c *ProjectsLocationsTrainingPipelinesGetCall) Header() http.Header
    func (c *ProjectsLocationsTrainingPipelinesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesGetCall
type ProjectsLocationsTrainingPipelinesListCall
    func (c *ProjectsLocationsTrainingPipelinesListCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesListCall
    func (c *ProjectsLocationsTrainingPipelinesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse, error)
    func (c *ProjectsLocationsTrainingPipelinesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesListCall
    func (c *ProjectsLocationsTrainingPipelinesListCall) Filter(filter string) *ProjectsLocationsTrainingPipelinesListCall
    func (c *ProjectsLocationsTrainingPipelinesListCall) Header() http.Header
    func (c *ProjectsLocationsTrainingPipelinesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesListCall
    func (c *ProjectsLocationsTrainingPipelinesListCall) PageSize(pageSize int64) *ProjectsLocationsTrainingPipelinesListCall
    func (c *ProjectsLocationsTrainingPipelinesListCall) PageToken(pageToken string) *ProjectsLocationsTrainingPipelinesListCall
    func (c *ProjectsLocationsTrainingPipelinesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse) error) error
    func (c *ProjectsLocationsTrainingPipelinesListCall) ReadMask(readMask string) *ProjectsLocationsTrainingPipelinesListCall
type ProjectsLocationsTrainingPipelinesOperationsCancelCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsCancelCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsCancelCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Header() http.Header
type ProjectsLocationsTrainingPipelinesOperationsDeleteCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsDeleteCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsDeleteCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Header() http.Header
type ProjectsLocationsTrainingPipelinesOperationsGetCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsGetCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsGetCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesOperationsGetCall
type ProjectsLocationsTrainingPipelinesOperationsListCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsListCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsListCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Filter(filter string) *ProjectsLocationsTrainingPipelinesOperationsListCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesOperationsListCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTrainingPipelinesOperationsListCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTrainingPipelinesOperationsListCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsTrainingPipelinesOperationsService
    func NewProjectsLocationsTrainingPipelinesOperationsService(s *Service) *ProjectsLocationsTrainingPipelinesOperationsService
    func (r *ProjectsLocationsTrainingPipelinesOperationsService) Cancel(name string) *ProjectsLocationsTrainingPipelinesOperationsCancelCall
    func (r *ProjectsLocationsTrainingPipelinesOperationsService) Delete(name string) *ProjectsLocationsTrainingPipelinesOperationsDeleteCall
    func (r *ProjectsLocationsTrainingPipelinesOperationsService) Get(name string) *ProjectsLocationsTrainingPipelinesOperationsGetCall
    func (r *ProjectsLocationsTrainingPipelinesOperationsService) List(name string) *ProjectsLocationsTrainingPipelinesOperationsListCall
    func (r *ProjectsLocationsTrainingPipelinesOperationsService) Wait(name string) *ProjectsLocationsTrainingPipelinesOperationsWaitCall
type ProjectsLocationsTrainingPipelinesOperationsWaitCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsWaitCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsWaitCall
    func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Header() http.Header
    func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTrainingPipelinesOperationsWaitCall
type ProjectsLocationsTrainingPipelinesService
    func NewProjectsLocationsTrainingPipelinesService(s *Service) *ProjectsLocationsTrainingPipelinesService
    func (r *ProjectsLocationsTrainingPipelinesService) Cancel(name string, googlecloudaiplatformv1beta1canceltrainingpipelinerequest *GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest) *ProjectsLocationsTrainingPipelinesCancelCall
    func (r *ProjectsLocationsTrainingPipelinesService) Create(parent string, googlecloudaiplatformv1beta1trainingpipeline *GoogleCloudAiplatformV1beta1TrainingPipeline) *ProjectsLocationsTrainingPipelinesCreateCall
    func (r *ProjectsLocationsTrainingPipelinesService) Delete(name string) *ProjectsLocationsTrainingPipelinesDeleteCall
    func (r *ProjectsLocationsTrainingPipelinesService) Get(name string) *ProjectsLocationsTrainingPipelinesGetCall
    func (r *ProjectsLocationsTrainingPipelinesService) List(parent string) *ProjectsLocationsTrainingPipelinesListCall
type ProjectsLocationsTuningJobsCancelCall
    func (c *ProjectsLocationsTuningJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsCancelCall
    func (c *ProjectsLocationsTuningJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsTuningJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsCancelCall
    func (c *ProjectsLocationsTuningJobsCancelCall) Header() http.Header
type ProjectsLocationsTuningJobsCreateCall
    func (c *ProjectsLocationsTuningJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsCreateCall
    func (c *ProjectsLocationsTuningJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TuningJob, error)
    func (c *ProjectsLocationsTuningJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsCreateCall
    func (c *ProjectsLocationsTuningJobsCreateCall) Header() http.Header
type ProjectsLocationsTuningJobsGetCall
    func (c *ProjectsLocationsTuningJobsGetCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsGetCall
    func (c *ProjectsLocationsTuningJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TuningJob, error)
    func (c *ProjectsLocationsTuningJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsGetCall
    func (c *ProjectsLocationsTuningJobsGetCall) Header() http.Header
    func (c *ProjectsLocationsTuningJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTuningJobsGetCall
type ProjectsLocationsTuningJobsListCall
    func (c *ProjectsLocationsTuningJobsListCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsListCall
    func (c *ProjectsLocationsTuningJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTuningJobsResponse, error)
    func (c *ProjectsLocationsTuningJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsListCall
    func (c *ProjectsLocationsTuningJobsListCall) Filter(filter string) *ProjectsLocationsTuningJobsListCall
    func (c *ProjectsLocationsTuningJobsListCall) Header() http.Header
    func (c *ProjectsLocationsTuningJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTuningJobsListCall
    func (c *ProjectsLocationsTuningJobsListCall) PageSize(pageSize int64) *ProjectsLocationsTuningJobsListCall
    func (c *ProjectsLocationsTuningJobsListCall) PageToken(pageToken string) *ProjectsLocationsTuningJobsListCall
    func (c *ProjectsLocationsTuningJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTuningJobsResponse) error) error
type ProjectsLocationsTuningJobsService
    func NewProjectsLocationsTuningJobsService(s *Service) *ProjectsLocationsTuningJobsService
    func (r *ProjectsLocationsTuningJobsService) Cancel(name string, googlecloudaiplatformv1beta1canceltuningjobrequest *GoogleCloudAiplatformV1beta1CancelTuningJobRequest) *ProjectsLocationsTuningJobsCancelCall
    func (r *ProjectsLocationsTuningJobsService) Create(parent string, googlecloudaiplatformv1beta1tuningjob *GoogleCloudAiplatformV1beta1TuningJob) *ProjectsLocationsTuningJobsCreateCall
    func (r *ProjectsLocationsTuningJobsService) Get(name string) *ProjectsLocationsTuningJobsGetCall
    func (r *ProjectsLocationsTuningJobsService) List(parent string) *ProjectsLocationsTuningJobsListCall
type ProjectsService
    func NewProjectsService(s *Service) *ProjectsService
    func (r *ProjectsService) GetCacheConfig(name string) *ProjectsGetCacheConfigCall
    func (r *ProjectsService) UpdateCacheConfig(name string, googlecloudaiplatformv1beta1cacheconfig *GoogleCloudAiplatformV1beta1CacheConfig) *ProjectsUpdateCacheConfigCall
type ProjectsUpdateCacheConfigCall
    func (c *ProjectsUpdateCacheConfigCall) Context(ctx context.Context) *ProjectsUpdateCacheConfigCall
    func (c *ProjectsUpdateCacheConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsUpdateCacheConfigCall) Fields(s ...googleapi.Field) *ProjectsUpdateCacheConfigCall
    func (c *ProjectsUpdateCacheConfigCall) Header() http.Header
type PublishersModelsGetCall
    func (c *PublishersModelsGetCall) Context(ctx context.Context) *PublishersModelsGetCall
    func (c *PublishersModelsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PublisherModel, error)
    func (c *PublishersModelsGetCall) Fields(s ...googleapi.Field) *PublishersModelsGetCall
    func (c *PublishersModelsGetCall) Header() http.Header
    func (c *PublishersModelsGetCall) IfNoneMatch(entityTag string) *PublishersModelsGetCall
    func (c *PublishersModelsGetCall) LanguageCode(languageCode string) *PublishersModelsGetCall
    func (c *PublishersModelsGetCall) View(view string) *PublishersModelsGetCall
type PublishersModelsListCall
    func (c *PublishersModelsListCall) Context(ctx context.Context) *PublishersModelsListCall
    func (c *PublishersModelsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListPublisherModelsResponse, error)
    func (c *PublishersModelsListCall) Fields(s ...googleapi.Field) *PublishersModelsListCall
    func (c *PublishersModelsListCall) Filter(filter string) *PublishersModelsListCall
    func (c *PublishersModelsListCall) Header() http.Header
    func (c *PublishersModelsListCall) IfNoneMatch(entityTag string) *PublishersModelsListCall
    func (c *PublishersModelsListCall) LanguageCode(languageCode string) *PublishersModelsListCall
    func (c *PublishersModelsListCall) OrderBy(orderBy string) *PublishersModelsListCall
    func (c *PublishersModelsListCall) PageSize(pageSize int64) *PublishersModelsListCall
    func (c *PublishersModelsListCall) PageToken(pageToken string) *PublishersModelsListCall
    func (c *PublishersModelsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListPublisherModelsResponse) error) error
    func (c *PublishersModelsListCall) View(view string) *PublishersModelsListCall
type PublishersModelsService
    func NewPublishersModelsService(s *Service) *PublishersModelsService
    func (r *PublishersModelsService) Get(name string) *PublishersModelsGetCall
    func (r *PublishersModelsService) List(parent string) *PublishersModelsListCall
type PublishersService
    func NewPublishersService(s *Service) *PublishersService
type Service
    func New(client *http.Client) (*Service, error)
    func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

Package files

aiplatform-gen.go

Constants

OAuth2 scopes used by this API.

const (
    // See, edit, configure, and delete your Google Cloud data and see the email
    // address for your Google Account.
    CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"

    // View your data across Google Cloud services and see the email address of
    // your Google Account
    CloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/cloud-platform.read-only"
)

type CloudAiLargeModelsVisionFilteredText

CloudAiLargeModelsVisionFilteredText: Details for filtered input text.

type CloudAiLargeModelsVisionFilteredText struct {
    // Category: Confidence level
    //
    // Possible values:
    //   "RAI_CATEGORY_UNSPECIFIED"
    //   "OBSCENE"
    //   "SEXUALLY_EXPLICIT" - Porn
    //   "IDENTITY_ATTACK" - Hate
    //   "VIOLENCE_ABUSE"
    //   "CSAI"
    //   "SPII"
    //   "CELEBRITY"
    //   "FACE_IMG"
    //   "WATERMARK_IMG"
    //   "MEMORIZATION_IMG"
    //   "CSAI_IMG"
    //   "PORN_IMG"
    //   "VIOLENCE_IMG"
    //   "CHILD_IMG"
    //   "TOXIC"
    //   "SENSITIVE_WORD"
    //   "PERSON_IMG"
    //   "ICA_IMG"
    //   "SEXUAL_IMG"
    //   "IU_IMG"
    //   "RACY_IMG"
    //   "PEDO_IMG"
    //   "DEATH_HARM_TRAGEDY" - SafetyAttributes returned but not filtered on
    //   "HEALTH"
    //   "FIREARMS_WEAPONS"
    //   "RELIGIOUS_BELIEF"
    //   "ILLICIT_DRUGS"
    //   "WAR_CONFLICT"
    //   "POLITICS"
    //   "HATE_SYMBOL_IMG" - End of list
    //   "CHILD_TEXT"
    //   "DANGEROUS_CONTENT" - Text category from SafetyCat v3
    //   "RECITATION_TEXT"
    //   "CELEBRITY_IMG"
    //   "WATERMARK_IMG_REMOVAL" - Error message when user attempts to remove
    // watermark from editing image
    Category string `json:"category,omitempty"`
    // Confidence: Filtered category
    //
    // Possible values:
    //   "CONFIDENCE_UNSPECIFIED"
    //   "CONFIDENCE_LOW"
    //   "CONFIDENCE_MEDIUM"
    //   "CONFIDENCE_HIGH"
    Confidence string `json:"confidence,omitempty"`
    // Prompt: Input prompt
    Prompt string `json:"prompt,omitempty"`
    // Score: Score for category
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Category") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Category") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionFilteredText) MarshalJSON

func (s *CloudAiLargeModelsVisionFilteredText) MarshalJSON() ([]byte, error)

func (*CloudAiLargeModelsVisionFilteredText) UnmarshalJSON

func (s *CloudAiLargeModelsVisionFilteredText) UnmarshalJSON(data []byte) error

type CloudAiLargeModelsVisionGenerateVideoResponse

CloudAiLargeModelsVisionGenerateVideoResponse: Generate video response.

type CloudAiLargeModelsVisionGenerateVideoResponse struct {
    // GeneratedSamples: The generates samples.
    GeneratedSamples []*CloudAiLargeModelsVisionMedia `json:"generatedSamples,omitempty"`
    // RaiErrorMessage: Returns rai error message for filtered videos.
    RaiErrorMessage string `json:"raiErrorMessage,omitempty"`
    // RaiMediaFilteredCount: Returns if any videos were filtered due to RAI
    // policies.
    RaiMediaFilteredCount int64 `json:"raiMediaFilteredCount,omitempty"`
    // RaiMediaFilteredReasons: Returns rai failure reasons if any.
    RaiMediaFilteredReasons []string `json:"raiMediaFilteredReasons,omitempty"`
    // RaiTextFilteredReason: Returns filtered text rai info.
    RaiTextFilteredReason *CloudAiLargeModelsVisionFilteredText `json:"raiTextFilteredReason,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GeneratedSamples") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GeneratedSamples") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionGenerateVideoResponse) MarshalJSON

func (s *CloudAiLargeModelsVisionGenerateVideoResponse) MarshalJSON() ([]byte, error)

type CloudAiLargeModelsVisionImage

CloudAiLargeModelsVisionImage: Image.

type CloudAiLargeModelsVisionImage struct {
    // Encoding: Image encoding, encoded as "image/png" or "image/jpg".
    Encoding string `json:"encoding,omitempty"`
    // Image: Raw bytes.
    Image string `json:"image,omitempty"`
    // ImageRaiScores: RAI scores for generated image.
    ImageRaiScores *CloudAiLargeModelsVisionImageRAIScores `json:"imageRaiScores,omitempty"`
    // RaiInfo: RAI info for image.
    RaiInfo *CloudAiLargeModelsVisionRaiInfo `json:"raiInfo,omitempty"`
    // SemanticFilterResponse: Semantic filter info for image.
    SemanticFilterResponse *CloudAiLargeModelsVisionSemanticFilterResponse `json:"semanticFilterResponse,omitempty"`
    // Text: Text/Expanded text input for imagen.
    Text string `json:"text,omitempty"`
    // Uri: Path to another storage (typically Google Cloud Storage).
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Encoding") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Encoding") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionImage) MarshalJSON

func (s *CloudAiLargeModelsVisionImage) MarshalJSON() ([]byte, error)

type CloudAiLargeModelsVisionImageRAIScores

CloudAiLargeModelsVisionImageRAIScores: RAI scores for generated image returned.

type CloudAiLargeModelsVisionImageRAIScores struct {
    // AgileWatermarkDetectionScore: Agile watermark score for image.
    AgileWatermarkDetectionScore float64 `json:"agileWatermarkDetectionScore,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "AgileWatermarkDetectionScore") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AgileWatermarkDetectionScore") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionImageRAIScores) MarshalJSON

func (s *CloudAiLargeModelsVisionImageRAIScores) MarshalJSON() ([]byte, error)

func (*CloudAiLargeModelsVisionImageRAIScores) UnmarshalJSON

func (s *CloudAiLargeModelsVisionImageRAIScores) UnmarshalJSON(data []byte) error

type CloudAiLargeModelsVisionMedia

CloudAiLargeModelsVisionMedia: Media.

type CloudAiLargeModelsVisionMedia struct {
    // Image: Image.
    Image *CloudAiLargeModelsVisionImage `json:"image,omitempty"`
    // Video: Video
    Video *CloudAiLargeModelsVisionVideo `json:"video,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Image") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Image") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionMedia) MarshalJSON

func (s *CloudAiLargeModelsVisionMedia) MarshalJSON() ([]byte, error)

type CloudAiLargeModelsVisionNamedBoundingBox

type CloudAiLargeModelsVisionNamedBoundingBox struct {
    Classes  []string  `json:"classes,omitempty"`
    Entities []string  `json:"entities,omitempty"`
    Scores   []float64 `json:"scores,omitempty"`
    X1       float64   `json:"x1,omitempty"`
    X2       float64   `json:"x2,omitempty"`
    Y1       float64   `json:"y1,omitempty"`
    Y2       float64   `json:"y2,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Classes") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Classes") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionNamedBoundingBox) MarshalJSON

func (s *CloudAiLargeModelsVisionNamedBoundingBox) MarshalJSON() ([]byte, error)

func (*CloudAiLargeModelsVisionNamedBoundingBox) UnmarshalJSON

func (s *CloudAiLargeModelsVisionNamedBoundingBox) UnmarshalJSON(data []byte) error

type CloudAiLargeModelsVisionRaiInfo

type CloudAiLargeModelsVisionRaiInfo struct {
    // RaiCategories: List of rai categories' information to return
    RaiCategories []string `json:"raiCategories,omitempty"`
    // Scores: List of rai scores mapping to the rai categories. Rounded to 1
    // decimal place.
    Scores []float64 `json:"scores,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RaiCategories") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RaiCategories") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionRaiInfo) MarshalJSON

func (s *CloudAiLargeModelsVisionRaiInfo) MarshalJSON() ([]byte, error)

func (*CloudAiLargeModelsVisionRaiInfo) UnmarshalJSON

func (s *CloudAiLargeModelsVisionRaiInfo) UnmarshalJSON(data []byte) error

type CloudAiLargeModelsVisionSemanticFilterResponse

type CloudAiLargeModelsVisionSemanticFilterResponse struct {
    // NamedBoundingBoxes: Class labels of the bounding boxes that failed the
    // semantic filtering. Bounding box coordinates.
    NamedBoundingBoxes []*CloudAiLargeModelsVisionNamedBoundingBox `json:"namedBoundingBoxes,omitempty"`
    // PassedSemanticFilter: This response is added when semantic filter config is
    // turned on in EditConfig. It reports if this image is passed semantic filter
    // response. If passed_semantic_filter is false, the bounding box information
    // will be populated for user to check what caused the semantic filter to fail.
    PassedSemanticFilter bool `json:"passedSemanticFilter,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NamedBoundingBoxes") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NamedBoundingBoxes") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionSemanticFilterResponse) MarshalJSON

func (s *CloudAiLargeModelsVisionSemanticFilterResponse) MarshalJSON() ([]byte, error)

type CloudAiLargeModelsVisionVideo

CloudAiLargeModelsVisionVideo: Video

type CloudAiLargeModelsVisionVideo struct {
    // Uri: Path to another storage (typically Google Cloud Storage).
    Uri string `json:"uri,omitempty"`
    // Video: Raw bytes.
    Video string `json:"video,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*CloudAiLargeModelsVisionVideo) MarshalJSON

func (s *CloudAiLargeModelsVisionVideo) MarshalJSON() ([]byte, error)

type GoogleApiHttpBody

GoogleApiHttpBody: Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.

type GoogleApiHttpBody struct {
    // ContentType: The HTTP Content-Type header value specifying the content type
    // of the body.
    ContentType string `json:"contentType,omitempty"`
    // Data: The HTTP request/response body as raw binary.
    Data string `json:"data,omitempty"`
    // Extensions: Application specific response metadata. Must be set in the first
    // response for streaming APIs.
    Extensions []googleapi.RawMessage `json:"extensions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ContentType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ContentType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleApiHttpBody) MarshalJSON

func (s *GoogleApiHttpBody) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ActiveLearningConfig

GoogleCloudAiplatformV1beta1ActiveLearningConfig: Parameters that configure the active learning pipeline. Active learning will label the data incrementally by several iterations. For every iteration, it will select a batch of data based on the sampling strategy.

type GoogleCloudAiplatformV1beta1ActiveLearningConfig struct {
    // MaxDataItemCount: Max number of human labeled DataItems.
    MaxDataItemCount int64 `json:"maxDataItemCount,omitempty,string"`
    // MaxDataItemPercentage: Max percent of total DataItems for human labeling.
    MaxDataItemPercentage int64 `json:"maxDataItemPercentage,omitempty"`
    // SampleConfig: Active learning data sampling config. For every active
    // learning labeling iteration, it will select a batch of data based on the
    // sampling strategy.
    SampleConfig *GoogleCloudAiplatformV1beta1SampleConfig `json:"sampleConfig,omitempty"`
    // TrainingConfig: CMLE training config. For every active learning labeling
    // iteration, system will train a machine learning model on CMLE. The trained
    // model will be used by data sampling algorithm to select DataItems.
    TrainingConfig *GoogleCloudAiplatformV1beta1TrainingConfig `json:"trainingConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxDataItemCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxDataItemCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ActiveLearningConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ActiveLearningConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest

GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest: Request message for MetadataService.AddContextArtifactsAndExecutions.

type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest struct {
    // Artifacts: The resource names of the Artifacts to attribute to the Context.
    // Format:
    // `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artif
    // acts/{artifact}`
    Artifacts []string `json:"artifacts,omitempty"`
    // Executions: The resource names of the Executions to associate with the
    // Context. Format:
    // `projects/{project}/locations/{location}/metadataStores/{metadatastore}/execu
    // tions/{execution}`
    Executions []string `json:"executions,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Artifacts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Artifacts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse

GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse: Response message for MetadataService.AddContextArtifactsAndExecutions.

type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1AddContextChildrenRequest

GoogleCloudAiplatformV1beta1AddContextChildrenRequest: Request message for MetadataService.AddContextChildren.

type GoogleCloudAiplatformV1beta1AddContextChildrenRequest struct {
    // ChildContexts: The resource names of the child Contexts.
    ChildContexts []string `json:"childContexts,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ChildContexts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ChildContexts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AddContextChildrenRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AddContextChildrenRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AddContextChildrenResponse

GoogleCloudAiplatformV1beta1AddContextChildrenResponse: Response message for MetadataService.AddContextChildren.

type GoogleCloudAiplatformV1beta1AddContextChildrenResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1AddExecutionEventsRequest

GoogleCloudAiplatformV1beta1AddExecutionEventsRequest: Request message for MetadataService.AddExecutionEvents.

type GoogleCloudAiplatformV1beta1AddExecutionEventsRequest struct {
    // Events: The Events to create and add.
    Events []*GoogleCloudAiplatformV1beta1Event `json:"events,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Events") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Events") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AddExecutionEventsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AddExecutionEventsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AddExecutionEventsResponse

GoogleCloudAiplatformV1beta1AddExecutionEventsResponse: Response message for MetadataService.AddExecutionEvents.

type GoogleCloudAiplatformV1beta1AddExecutionEventsResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest

GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest: Request message for VizierService.AddTrialMeasurement.

type GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest struct {
    // Measurement: Required. The measurement to be added to a Trial.
    Measurement *GoogleCloudAiplatformV1beta1Measurement `json:"measurement,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Measurement") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Measurement") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Annotation

GoogleCloudAiplatformV1beta1Annotation: Used to assign specific AnnotationSpec to a particular area of a DataItem or the whole part of the DataItem.

type GoogleCloudAiplatformV1beta1Annotation struct {
    // AnnotationSource: Output only. The source of the Annotation.
    AnnotationSource *GoogleCloudAiplatformV1beta1UserActionReference `json:"annotationSource,omitempty"`
    // CreateTime: Output only. Timestamp when this Annotation was created.
    CreateTime string `json:"createTime,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // Annotations. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed. No
    // more than 64 user labels can be associated with one Annotation(System labels
    // are excluded). See https://goo.gl/xmQnxf for more information and examples
    // of labels. System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable. Following system labels
    // exist for each Annotation: *
    // "aiplatform.googleapis.com/annotation_set_name": optional, name of the UI's
    // annotation set this Annotation belongs to. If not set, the Annotation is not
    // visible in the UI. * "aiplatform.googleapis.com/payload_schema": output
    // only, its value is the payload_schema's title.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Resource name of the Annotation.
    Name string `json:"name,omitempty"`
    // Payload: Required. The schema of the payload can be found in payload_schema.
    Payload interface{} `json:"payload,omitempty"`
    // PayloadSchemaUri: Required. Google Cloud Storage URI points to a YAML file
    // describing payload. The schema is defined as an OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // The schema files that can be used here are found in
    // gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the
    // chosen schema must be consistent with the parent Dataset's metadata.
    PayloadSchemaUri string `json:"payloadSchemaUri,omitempty"`
    // UpdateTime: Output only. Timestamp when this Annotation was last updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Annotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Annotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AnnotationSpec

GoogleCloudAiplatformV1beta1AnnotationSpec: Identifies a concept with which DataItems may be annotated with.

type GoogleCloudAiplatformV1beta1AnnotationSpec struct {
    // CreateTime: Output only. Timestamp when this AnnotationSpec was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. The user-defined name of the AnnotationSpec. The name
    // can be up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Name: Output only. Resource name of the AnnotationSpec.
    Name string `json:"name,omitempty"`
    // UpdateTime: Output only. Timestamp when AnnotationSpec was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AnnotationSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AnnotationSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Artifact

GoogleCloudAiplatformV1beta1Artifact: Instance of a general artifact.

type GoogleCloudAiplatformV1beta1Artifact struct {
    // CreateTime: Output only. Timestamp when this Artifact was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of the Artifact
    Description string `json:"description,omitempty"`
    // DisplayName: User provided display name of the Artifact. May be up to 128
    // Unicode characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: An eTag used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Artifacts.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. No more than
    // 64 user labels can be associated with one Artifact (System labels are
    // excluded).
    Labels map[string]string `json:"labels,omitempty"`
    // Metadata: Properties of the Artifact. Top level metadata keys' heading and
    // trailing spaces will be trimmed. The size of this field should not exceed
    // 200KB.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: Output only. The resource name of the Artifact.
    Name string `json:"name,omitempty"`
    // SchemaTitle: The title of the schema describing the metadata. Schema title
    // and version is expected to be registered in earlier Create Schema calls. And
    // both are used together as unique identifiers to identify schemas within the
    // local metadata store.
    SchemaTitle string `json:"schemaTitle,omitempty"`
    // SchemaVersion: The version of the schema in schema_name to use. Schema title
    // and version is expected to be registered in earlier Create Schema calls. And
    // both are used together as unique identifiers to identify schemas within the
    // local metadata store.
    SchemaVersion string `json:"schemaVersion,omitempty"`
    // State: The state of this Artifact. This is a property of the Artifact, and
    // does not imply or capture any ongoing process. This property is managed by
    // clients (such as Vertex AI Pipelines), and the system does not prescribe or
    // check the validity of state transitions.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified state for the Artifact.
    //   "PENDING" - A state used by systems like Vertex AI Pipelines to indicate
    // that the underlying data item represented by this Artifact is being created.
    //   "LIVE" - A state indicating that the Artifact should exist, unless
    // something external to the system deletes it.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this Artifact was last updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // Uri: The uniform resource identifier of the artifact file. May be empty if
    // there is no actual artifact file.
    Uri string `json:"uri,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Artifact) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Artifact) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata

GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata: Metadata information for NotebookService.AssignNotebookRuntime.

type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ProgressMessage: A human-readable message that shows the intermediate
    // progress details of NotebookRuntime.
    ProgressMessage string `json:"progressMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest

GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest: Request message for NotebookService.AssignNotebookRuntime.

type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest struct {
    // NotebookRuntime: Required. Provide runtime specific information (e.g.
    // runtime owner, notebook id) used for NotebookRuntime assignment.
    NotebookRuntime *GoogleCloudAiplatformV1beta1NotebookRuntime `json:"notebookRuntime,omitempty"`
    // NotebookRuntimeId: Optional. User specified ID for the notebook runtime.
    NotebookRuntimeId string `json:"notebookRuntimeId,omitempty"`
    // NotebookRuntimeTemplate: Required. The resource name of the
    // NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned
    // (reuse or create a new one).
    NotebookRuntimeTemplate string `json:"notebookRuntimeTemplate,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NotebookRuntime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NotebookRuntime") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Attribution

GoogleCloudAiplatformV1beta1Attribution: Attribution that explains a particular prediction output.

type GoogleCloudAiplatformV1beta1Attribution struct {
    // ApproximationError: Output only. Error of feature_attributions caused by
    // approximation used in the explanation method. Lower value means more precise
    // attributions. * For Sampled Shapley attribution, increasing path_count might
    // reduce the error. * For Integrated Gradients attribution, increasing
    // step_count might reduce the error. * For XRAI attribution, increasing
    // step_count might reduce the error. See this introduction
    // (/vertex-ai/docs/explainable-ai/overview) for more information.
    ApproximationError float64 `json:"approximationError,omitempty"`
    // BaselineOutputValue: Output only. Model predicted output if the input
    // instance is constructed from the baselines of all the features defined in
    // ExplanationMetadata.inputs. The field name of the output is determined by
    // the key in ExplanationMetadata.outputs. If the Model's predicted output has
    // multiple dimensions (rank > 1), this is the value in the output located by
    // output_index. If there are multiple baselines, their output values are
    // averaged.
    BaselineOutputValue float64 `json:"baselineOutputValue,omitempty"`
    // FeatureAttributions: Output only. Attributions of each explained feature.
    // Features are extracted from the prediction instances according to
    // explanation metadata for inputs. The value is a struct, whose keys are the
    // name of the feature. The values are how much the feature in the instance
    // contributed to the predicted result. The format of the value is determined
    // by the feature's input format: * If the feature is a scalar value, the
    // attribution value is a floating number. * If the feature is an array of
    // scalar values, the attribution value is an array. * If the feature is a
    // struct, the attribution value is a struct. The keys in the attribution value
    // struct are the same as the keys in the feature struct. The formats of the
    // values in the attribution struct are determined by the formats of the values
    // in the feature struct. The
    // ExplanationMetadata.feature_attributions_schema_uri field, pointed to by the
    // ExplanationSpec field of the Endpoint.deployed_models object, points to the
    // schema file that describes the features and their attribution values (if it
    // is populated).
    FeatureAttributions interface{} `json:"featureAttributions,omitempty"`
    // InstanceOutputValue: Output only. Model predicted output on the
    // corresponding explanation instance. The field name of the output is
    // determined by the key in ExplanationMetadata.outputs. If the Model predicted
    // output has multiple dimensions, this is the value in the output located by
    // output_index.
    InstanceOutputValue float64 `json:"instanceOutputValue,omitempty"`
    // OutputDisplayName: Output only. The display name of the output identified by
    // output_index. For example, the predicted class name by a
    // multi-classification Model. This field is only populated iff the Model
    // predicts display names as a separate field along with the explained output.
    // The predicted display name must has the same shape of the explained output,
    // and can be located using output_index.
    OutputDisplayName string `json:"outputDisplayName,omitempty"`
    // OutputIndex: Output only. The index that locates the explained prediction
    // output. If the prediction output is a scalar value, output_index is not
    // populated. If the prediction output has multiple dimensions, the length of
    // the output_index list is the same as the number of dimensions of the output.
    // The i-th element in output_index is the element index of the i-th dimension
    // of the output vector. Indices start from 0.
    OutputIndex []int64 `json:"outputIndex,omitempty"`
    // OutputName: Output only. Name of the explain output. Specified as the key in
    // ExplanationMetadata.outputs.
    OutputName string `json:"outputName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ApproximationError") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ApproximationError") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Attribution) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Attribution) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1Attribution) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1Attribution) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1AuthConfig

GoogleCloudAiplatformV1beta1AuthConfig: Auth configuration to run the extension.

type GoogleCloudAiplatformV1beta1AuthConfig struct {
    // ApiKeyConfig: Config for API key auth.
    ApiKeyConfig *GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig `json:"apiKeyConfig,omitempty"`
    // AuthType: Type of auth scheme.
    //
    // Possible values:
    //   "AUTH_TYPE_UNSPECIFIED"
    //   "NO_AUTH" - No Auth.
    //   "API_KEY_AUTH" - API Key Auth.
    //   "HTTP_BASIC_AUTH" - HTTP Basic Auth.
    //   "GOOGLE_SERVICE_ACCOUNT_AUTH" - Google Service Account Auth.
    //   "OAUTH" - OAuth auth.
    //   "OIDC_AUTH" - OpenID Connect (OIDC) Auth.
    AuthType string `json:"authType,omitempty"`
    // GoogleServiceAccountConfig: Config for Google Service Account auth.
    GoogleServiceAccountConfig *GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig `json:"googleServiceAccountConfig,omitempty"`
    // HttpBasicAuthConfig: Config for HTTP Basic auth.
    HttpBasicAuthConfig *GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig `json:"httpBasicAuthConfig,omitempty"`
    // OauthConfig: Config for user oauth.
    OauthConfig *GoogleCloudAiplatformV1beta1AuthConfigOauthConfig `json:"oauthConfig,omitempty"`
    // OidcConfig: Config for user OIDC auth.
    OidcConfig *GoogleCloudAiplatformV1beta1AuthConfigOidcConfig `json:"oidcConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ApiKeyConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ApiKeyConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AuthConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AuthConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig

GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig: Config for authentication with API key.

type GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig struct {
    // ApiKeySecret: Required. The name of the SecretManager secret version
    // resource storing the API key. Format:
    // `projects/{project}/secrets/{secrete}/versions/{version}` - If specified,
    // the `secretmanager.versions.access` permission should be granted to Vertex
    // AI Extension Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // on the specified resource.
    ApiKeySecret string `json:"apiKeySecret,omitempty"`
    // HttpElementLocation: Required. The location of the API key.
    //
    // Possible values:
    //   "HTTP_IN_UNSPECIFIED"
    //   "HTTP_IN_QUERY" - Element is in the HTTP request query.
    //   "HTTP_IN_HEADER" - Element is in the HTTP request header.
    //   "HTTP_IN_PATH" - Element is in the HTTP request path.
    //   "HTTP_IN_BODY" - Element is in the HTTP request body.
    //   "HTTP_IN_COOKIE" - Element is in the HTTP request cookie.
    HttpElementLocation string `json:"httpElementLocation,omitempty"`
    // Name: Required. The parameter name of the API key. E.g. If the API request
    // is "https://example.com/act?api_key=", "api_key" would be the parameter
    // name.
    Name string `json:"name,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ApiKeySecret") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ApiKeySecret") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig

GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig: Config for Google Service Account Authentication.

type GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig struct {
    // ServiceAccount: Optional. The service account that the extension execution
    // service runs as. - If the service account is specified, the
    // `iam.serviceAccounts.getAccessToken` permission should be granted to Vertex
    // AI Extension Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // on the specified service account. - If not specified, the Vertex AI
    // Extension Service Agent will be used to execute the Extension.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ServiceAccount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ServiceAccount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig

GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig: Config for HTTP Basic Authentication.

type GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig struct {
    // CredentialSecret: Required. The name of the SecretManager secret version
    // resource storing the base64 encoded credentials. Format:
    // `projects/{project}/secrets/{secrete}/versions/{version}` - If specified,
    // the `secretmanager.versions.access` permission should be granted to Vertex
    // AI Extension Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // on the specified resource.
    CredentialSecret string `json:"credentialSecret,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CredentialSecret") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CredentialSecret") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AuthConfigOauthConfig

GoogleCloudAiplatformV1beta1AuthConfigOauthConfig: Config for user oauth.

type GoogleCloudAiplatformV1beta1AuthConfigOauthConfig struct {
    // AccessToken: Access token for extension endpoint. Only used to propagate
    // token from [[ExecuteExtensionRequest.runtime_auth_config]] at request time.
    AccessToken string `json:"accessToken,omitempty"`
    // ServiceAccount: The service account used to generate access tokens for
    // executing the Extension. - If the service account is specified, the
    // `iam.serviceAccounts.getAccessToken` permission should be granted to Vertex
    // AI Extension Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // on the provided service account.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AccessToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AccessToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AuthConfigOauthConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AuthConfigOauthConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AuthConfigOidcConfig

GoogleCloudAiplatformV1beta1AuthConfigOidcConfig: Config for user OIDC auth.

type GoogleCloudAiplatformV1beta1AuthConfigOidcConfig struct {
    // IdToken: OpenID Connect formatted ID token for extension endpoint. Only used
    // to propagate token from [[ExecuteExtensionRequest.runtime_auth_config]] at
    // request time.
    IdToken string `json:"idToken,omitempty"`
    // ServiceAccount: The service account used to generate an OpenID Connect
    // (OIDC)-compatible JWT token signed by the Google OIDC Provider
    // (accounts.google.com) for extension endpoint
    // (https://cloud.google.com/iam/docs/create-short-lived-credentials-direct#sa-credentials-oidc).
    // - The audience for the token will be set to the URL in the server url
    // defined in the OpenApi spec. - If the service account is provided, the
    // service account should grant `iam.serviceAccounts.getOpenIdToken` permission
    // to Vertex AI Extension Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "IdToken") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "IdToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AuthConfigOidcConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AuthConfigOidcConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AutomaticResources

GoogleCloudAiplatformV1beta1AutomaticResources: A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration. Each Model supporting these resources documents its specific guidelines.

type GoogleCloudAiplatformV1beta1AutomaticResources struct {
    // MaxReplicaCount: Immutable. The maximum number of replicas this
    // DeployedModel may be deployed on when the traffic against it increases. If
    // the requested value is too large, the deployment will error, but if
    // deployment succeeds then the ability to scale the model to that many
    // replicas is guaranteed (barring service outages). If traffic against the
    // DeployedModel increases beyond what its replicas at maximum may handle, a
    // portion of the traffic will be dropped. If this value is not provided, a no
    // upper bound for scaling under heavy traffic will be assume, though Vertex AI
    // may be unable to scale beyond certain replica number.
    MaxReplicaCount int64 `json:"maxReplicaCount,omitempty"`
    // MinReplicaCount: Immutable. The minimum number of replicas this
    // DeployedModel will be always deployed on. If traffic against it increases,
    // it may dynamically be deployed onto more replicas up to max_replica_count,
    // and as traffic decreases, some of these extra replicas may be freed. If the
    // requested value is too large, the deployment will error.
    MinReplicaCount int64 `json:"minReplicaCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxReplicaCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxReplicaCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AutomaticResources) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AutomaticResources) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AutoscalingMetricSpec

GoogleCloudAiplatformV1beta1AutoscalingMetricSpec: The metric specification that defines the target resource utilization (CPU utilization, accelerator's duty cycle, and so on) for calculating the desired replica count.

type GoogleCloudAiplatformV1beta1AutoscalingMetricSpec struct {
    // MetricName: Required. The resource metric name. Supported metrics: * For
    // Online Prediction: *
    // `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` *
    // `aiplatform.googleapis.com/prediction/online/cpu/utilization`
    MetricName string `json:"metricName,omitempty"`
    // Target: The target resource utilization in percentage (1% - 100%) for the
    // given metric; once the real usage deviates from the target by a certain
    // percentage, the machine replicas change. The default value is 60
    // (representing 60%) if not provided.
    Target int64 `json:"target,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MetricName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MetricName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AutoscalingMetricSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AutoscalingMetricSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1AvroSource

GoogleCloudAiplatformV1beta1AvroSource: The storage details for Avro input content.

type GoogleCloudAiplatformV1beta1AvroSource struct {
    // GcsSource: Required. Google Cloud Storage location.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsSource") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1AvroSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1AvroSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest

GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest: Request message for PipelineService.BatchCancelPipelineJobs.

type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest struct {
    // Names: Required. The names of the PipelineJobs to cancel. A maximum of 32
    // PipelineJobs can be cancelled in a batch. Format:
    // `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
    Names []string `json:"names,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Names") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Names") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse

GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse: Response message for PipelineService.BatchCancelPipelineJobs.

type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse struct {
    // PipelineJobs: PipelineJobs cancelled.
    PipelineJobs []*GoogleCloudAiplatformV1beta1PipelineJob `json:"pipelineJobs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PipelineJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PipelineJobs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata

GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata: Details of operations that perform batch create Features.

type GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata struct {
    // GenericMetadata: Operation metadata for Feature.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest

GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest: Request message for FeaturestoreService.BatchCreateFeatures.

type GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest struct {
    // Requests: Required. The request message specifying the Features to create.
    // All Features must be created under the same parent EntityType. The `parent`
    // field in each child request message can be omitted. If `parent` is set in a
    // child request, then the value must match the `parent` value in this request
    // message.
    Requests []*GoogleCloudAiplatformV1beta1CreateFeatureRequest `json:"requests,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Requests") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Requests") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse

GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse: Response message for FeaturestoreService.BatchCreateFeatures.

type GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse struct {
    // Features: The Features created.
    Features []*GoogleCloudAiplatformV1beta1Feature `json:"features,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Features") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Features") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest

GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest: Request message for TensorboardService.BatchCreateTensorboardRuns.

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest struct {
    // Requests: Required. The request message specifying the TensorboardRuns to
    // create. A maximum of 1000 TensorboardRuns can be created in a batch.
    Requests []*GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest `json:"requests,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Requests") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Requests") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse

GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse: Response message for TensorboardService.BatchCreateTensorboardRuns.

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse struct {
    // TensorboardRuns: The created TensorboardRuns.
    TensorboardRuns []*GoogleCloudAiplatformV1beta1TensorboardRun `json:"tensorboardRuns,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "TensorboardRuns") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TensorboardRuns") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest

GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest: Request message for TensorboardService.BatchCreateTensorboardTimeSeries.

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest struct {
    // Requests: Required. The request message specifying the TensorboardTimeSeries
    // to create. A maximum of 1000 TensorboardTimeSeries can be created in a
    // batch.
    Requests []*GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest `json:"requests,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Requests") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Requests") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse

GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse: Response message for TensorboardService.BatchCreateTensorboardTimeSeries.

type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse struct {
    // TensorboardTimeSeries: The created TensorboardTimeSeries.
    TensorboardTimeSeries []*GoogleCloudAiplatformV1beta1TensorboardTimeSeries `json:"tensorboardTimeSeries,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "TensorboardTimeSeries") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TensorboardTimeSeries") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchDedicatedResources

GoogleCloudAiplatformV1beta1BatchDedicatedResources: A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.

type GoogleCloudAiplatformV1beta1BatchDedicatedResources struct {
    // MachineSpec: Required. Immutable. The specification of a single machine.
    MachineSpec *GoogleCloudAiplatformV1beta1MachineSpec `json:"machineSpec,omitempty"`
    // MaxReplicaCount: Immutable. The maximum number of machine replicas the batch
    // operation may be scaled to. The default value is 10.
    MaxReplicaCount int64 `json:"maxReplicaCount,omitempty"`
    // StartingReplicaCount: Immutable. The number of machine replicas used at the
    // start of the batch operation. If not set, Vertex AI decides starting number,
    // not greater than max_replica_count
    StartingReplicaCount int64 `json:"startingReplicaCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MachineSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MachineSpec") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchDedicatedResources) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchDedicatedResources) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest

GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest: Request message for PipelineService.BatchDeletePipelineJobs.

type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest struct {
    // Names: Required. The names of the PipelineJobs to delete. A maximum of 32
    // PipelineJobs can be deleted in a batch. Format:
    // `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
    Names []string `json:"names,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Names") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Names") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse

GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse: Response message for PipelineService.BatchDeletePipelineJobs.

type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse struct {
    // PipelineJobs: PipelineJobs deleted.
    PipelineJobs []*GoogleCloudAiplatformV1beta1PipelineJob `json:"pipelineJobs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PipelineJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PipelineJobs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest

GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest: Request message for ModelService.BatchImportEvaluatedAnnotations

type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest struct {
    // EvaluatedAnnotations: Required. Evaluated annotations resource to be
    // imported.
    EvaluatedAnnotations []*GoogleCloudAiplatformV1beta1EvaluatedAnnotation `json:"evaluatedAnnotations,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EvaluatedAnnotations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluatedAnnotations") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse

GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse: Response message for ModelService.BatchImportEvaluatedAnnotations

type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse struct {
    // ImportedEvaluatedAnnotationsCount: Output only. Number of
    // EvaluatedAnnotations imported.
    ImportedEvaluatedAnnotationsCount int64 `json:"importedEvaluatedAnnotationsCount,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g.
    // "ImportedEvaluatedAnnotationsCount") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g.
    // "ImportedEvaluatedAnnotationsCount") to include in API requests with the
    // JSON null value. By default, fields with empty values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-NullFields for
    // more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest

GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest: Request message for ModelService.BatchImportModelEvaluationSlices

type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest struct {
    // ModelEvaluationSlices: Required. Model evaluation slice resource to be
    // imported.
    ModelEvaluationSlices []*GoogleCloudAiplatformV1beta1ModelEvaluationSlice `json:"modelEvaluationSlices,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ModelEvaluationSlices") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelEvaluationSlices") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse

GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse: Response message for ModelService.BatchImportModelEvaluationSlices

type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse struct {
    // ImportedModelEvaluationSlices: Output only. List of imported
    // ModelEvaluationSlice.name.
    ImportedModelEvaluationSlices []string `json:"importedModelEvaluationSlices,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "ImportedModelEvaluationSlices") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ImportedModelEvaluationSlices")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata

GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata: Runtime operation information for MigrationService.BatchMigrateResources.

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // PartialResults: Partial results that reflect the latest migration operation
    // progress.
    PartialResults []*GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult `json:"partialResults,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult

GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResu lt: Represents a partial result in batch migration operation for one MigrateResourceRequest.

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult struct {
    // Dataset: Migrated dataset resource name.
    Dataset string `json:"dataset,omitempty"`
    // Error: The error result of the migration request in case of failure.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Model: Migrated model resource name.
    Model string `json:"model,omitempty"`
    // Request: It's the same as the value in
    // MigrateResourceRequest.migrate_resource_requests.
    Request *GoogleCloudAiplatformV1beta1MigrateResourceRequest `json:"request,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Dataset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest

GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest: Request message for MigrationService.BatchMigrateResources.

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest struct {
    // MigrateResourceRequests: Required. The request messages specifying the
    // resources to migrate. They must be in the same location as the destination.
    // Up to 50 resources can be migrated in one batch.
    MigrateResourceRequests []*GoogleCloudAiplatformV1beta1MigrateResourceRequest `json:"migrateResourceRequests,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MigrateResourceRequests") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MigrateResourceRequests") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse

GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse: Response message for MigrationService.BatchMigrateResources.

type GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse struct {
    // MigrateResourceResponses: Successfully migrated resources.
    MigrateResourceResponses []*GoogleCloudAiplatformV1beta1MigrateResourceResponse `json:"migrateResourceResponses,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MigrateResourceResponses")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MigrateResourceResponses") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchPredictionJob

GoogleCloudAiplatformV1beta1BatchPredictionJob: A job that uses a Model to produce predictions on multiple input instances. If predictions for significant portion of the instances fail, the job may finish without attempting predictions for all remaining instances.

type GoogleCloudAiplatformV1beta1BatchPredictionJob struct {
    // CompletionStats: Output only. Statistics on completed and failed prediction
    // instances.
    CompletionStats *GoogleCloudAiplatformV1beta1CompletionStats `json:"completionStats,omitempty"`
    // CreateTime: Output only. Time when the BatchPredictionJob was created.
    CreateTime string `json:"createTime,omitempty"`
    // DedicatedResources: The config of resources used by the Model during the
    // batch prediction. If the Model supports DEDICATED_RESOURCES this config may
    // be provided (and the job will use these resources), if the Model doesn't
    // support AUTOMATIC_RESOURCES, this config must be provided.
    DedicatedResources *GoogleCloudAiplatformV1beta1BatchDedicatedResources `json:"dedicatedResources,omitempty"`
    // DisableContainerLogging: For custom-trained Models and AutoML Tabular
    // Models, the container of the DeployedModel instances will send `stderr` and
    // `stdout` streams to Cloud Logging by default. Please note that the logs
    // incur cost, which are subject to Cloud Logging pricing
    // (https://cloud.google.com/logging/pricing). User can disable container
    // logging by setting this flag to true.
    DisableContainerLogging bool `json:"disableContainerLogging,omitempty"`
    // DisplayName: Required. The user-defined name of this BatchPredictionJob.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key options for a
    // BatchPredictionJob. If this is set, then all resources created by the
    // BatchPredictionJob will be encrypted with the provided encryption key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // EndTime: Output only. Time when the BatchPredictionJob entered any of the
    // following states: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`,
    // `JOB_STATE_CANCELLED`.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. Only populated when the job's state is JOB_STATE_FAILED
    // or JOB_STATE_CANCELLED.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // ExplanationSpec: Explanation configuration for this BatchPredictionJob. Can
    // be specified only if generate_explanation is set to `true`. This value
    // overrides the value of Model.explanation_spec. All fields of
    // explanation_spec are optional in the request. If a field of the
    // explanation_spec object is not populated, the corresponding field of the
    // Model.explanation_spec object is inherited.
    ExplanationSpec *GoogleCloudAiplatformV1beta1ExplanationSpec `json:"explanationSpec,omitempty"`
    // GenerateExplanation: Generate explanation with the batch prediction results.
    // When set to `true`, the batch prediction output changes based on the
    // `predictions_format` field of the BatchPredictionJob.output_config object: *
    // `bigquery`: output includes a column named `explanation`. The value is a
    // struct that conforms to the Explanation object. * `jsonl`: The JSON objects
    // on each line include an additional entry keyed `explanation`. The value of
    // the entry is a JSON object that conforms to the Explanation object. * `csv`:
    // Generating explanations for CSV format is not supported. If this field is
    // set to true, either the Model.explanation_spec or explanation_spec must be
    // populated.
    GenerateExplanation bool `json:"generateExplanation,omitempty"`
    // InputConfig: Required. Input configuration of the instances on which
    // predictions are performed. The schema of any single instance may be
    // specified via the Model's PredictSchemata's instance_schema_uri.
    InputConfig *GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig `json:"inputConfig,omitempty"`
    // InstanceConfig: Configuration for how to convert batch prediction input
    // instances to the prediction instances that are sent to the Model.
    InstanceConfig *GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig `json:"instanceConfig,omitempty"`
    // Labels: The labels with user-defined metadata to organize
    // BatchPredictionJobs. Label keys and values can be no longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // ManualBatchTuningParameters: Immutable. Parameters configuring the batch
    // behavior. Currently only applicable when dedicated_resources are used (in
    // other cases Vertex AI does the tuning itself).
    ManualBatchTuningParameters *GoogleCloudAiplatformV1beta1ManualBatchTuningParameters `json:"manualBatchTuningParameters,omitempty"`
    // Model: The name of the Model resource that produces the predictions via this
    // job, must share the same ancestor Location. Starting this job has no impact
    // on any existing deployments of the Model and their resources. Exactly one of
    // model and unmanaged_container_model must be set. The model resource name may
    // contain version id or version alias to specify the version. Example:
    // `projects/{project}/locations/{location}/models/{model}@2` or
    // `projects/{project}/locations/{location}/models/{model}@golden` if no
    // version is specified, the default version will be deployed. The model
    // resource could also be a publisher model. Example:
    // `publishers/{publisher}/models/{model}` or
    // `projects/{project}/locations/{location}/publishers/{publisher}/models/{model
    // }`
    Model string `json:"model,omitempty"`
    // ModelMonitoringConfig: Model monitoring config will be used for analysis
    // model behaviors, based on the input and output to the batch prediction job,
    // as well as the provided training dataset.
    ModelMonitoringConfig *GoogleCloudAiplatformV1beta1ModelMonitoringConfig `json:"modelMonitoringConfig,omitempty"`
    // ModelMonitoringStatsAnomalies: Get batch prediction job monitoring
    // statistics.
    ModelMonitoringStatsAnomalies []*GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies `json:"modelMonitoringStatsAnomalies,omitempty"`
    // ModelMonitoringStatus: Output only. The running status of the model
    // monitoring pipeline.
    ModelMonitoringStatus *GoogleRpcStatus `json:"modelMonitoringStatus,omitempty"`
    // ModelParameters: The parameters that govern the predictions. The schema of
    // the parameters may be specified via the Model's PredictSchemata's
    // parameters_schema_uri.
    ModelParameters interface{} `json:"modelParameters,omitempty"`
    // ModelVersionId: Output only. The version ID of the Model that produces the
    // predictions via this job.
    ModelVersionId string `json:"modelVersionId,omitempty"`
    // Name: Output only. Resource name of the BatchPredictionJob.
    Name string `json:"name,omitempty"`
    // OutputConfig: Required. The Configuration specifying where output
    // predictions should be written. The schema of any single prediction may be
    // specified as a concatenation of Model's PredictSchemata's
    // instance_schema_uri and prediction_schema_uri.
    OutputConfig *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig `json:"outputConfig,omitempty"`
    // OutputInfo: Output only. Information further describing the output of this
    // job.
    OutputInfo *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo `json:"outputInfo,omitempty"`
    // PartialFailures: Output only. Partial failures encountered. For example,
    // single files that can't be read. This field never exceeds 20 entries. Status
    // details fields contain standard Google Cloud error details.
    PartialFailures []*GoogleRpcStatus `json:"partialFailures,omitempty"`
    // ResourcesConsumed: Output only. Information about resources that had been
    // consumed by this job. Provided in real time at best effort basis, as well as
    // a final value once the job completes. Note: This field currently may be not
    // populated for batch predictions that use AutoML Models.
    ResourcesConsumed *GoogleCloudAiplatformV1beta1ResourcesConsumed `json:"resourcesConsumed,omitempty"`
    // ServiceAccount: The service account that the DeployedModel's container runs
    // as. If not specified, a system generated one will be used, which has minimal
    // permissions and the custom container, if used, may not have enough
    // permission to access other Google Cloud resources. Users deploying the Model
    // must have the `iam.serviceAccounts.actAs` permission on this service
    // account.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // StartTime: Output only. Time when the BatchPredictionJob for the first time
    // entered the `JOB_STATE_RUNNING` state.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the job.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // UnmanagedContainerModel: Contains model information necessary to perform
    // batch prediction without requiring uploading to model registry. Exactly one
    // of model and unmanaged_container_model must be set.
    UnmanagedContainerModel *GoogleCloudAiplatformV1beta1UnmanagedContainerModel `json:"unmanagedContainerModel,omitempty"`
    // UpdateTime: Output only. Time when the BatchPredictionJob was most recently
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CompletionStats") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CompletionStats") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchPredictionJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchPredictionJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig

GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig: Configures the input to BatchPredictionJob. See Model.supported_input_storage_formats for Model's supported input formats, and how instances should be expressed via any of them.

type GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig struct {
    // BigquerySource: The BigQuery location of the input table. The schema of the
    // table should be in the format described by the given context OpenAPI Schema,
    // if one is provided. The table may contain additional columns that are not
    // described by the schema, and they will be ignored.
    BigquerySource *GoogleCloudAiplatformV1beta1BigQuerySource `json:"bigquerySource,omitempty"`
    // GcsSource: The Cloud Storage location for the input instances.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // InstancesFormat: Required. The format in which instances are given, must be
    // one of the Model's supported_input_storage_formats.
    InstancesFormat string `json:"instancesFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigquerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigquerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig

GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig: Configuration defining how to transform batch prediction input instances to the instances that the Model accepts.

type GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig struct {
    // ExcludedFields: Fields that will be excluded in the prediction instance that
    // is sent to the Model. Excluded will be attached to the batch prediction
    // output if key_field is not specified. When excluded_fields is populated,
    // included_fields must be empty. The input must be JSONL with objects at each
    // line, BigQuery or TfRecord.
    ExcludedFields []string `json:"excludedFields,omitempty"`
    // IncludedFields: Fields that will be included in the prediction instance that
    // is sent to the Model. If instance_type is `array`, the order of field names
    // in included_fields also determines the order of the values in the array.
    // When included_fields is populated, excluded_fields must be empty. The input
    // must be JSONL with objects at each line, BigQuery or TfRecord.
    IncludedFields []string `json:"includedFields,omitempty"`
    // InstanceType: The format of the instance that the Model accepts. Vertex AI
    // will convert compatible batch prediction input instance formats to the
    // specified format. Supported values are: * `object`: Each input is converted
    // to JSON object format. * For `bigquery`, each row is converted to an object.
    // * For `jsonl`, each line of the JSONL input must be an object. * Does not
    // apply to `csv`, `file-list`, `tf-record`, or `tf-record-gzip`. * `array`:
    // Each input is converted to JSON array format. * For `bigquery`, each row is
    // converted to an array. The order of columns is determined by the BigQuery
    // column order, unless included_fields is populated. included_fields must be
    // populated for specifying field orders. * For `jsonl`, if each line of the
    // JSONL input is an object, included_fields must be populated for specifying
    // field orders. * Does not apply to `csv`, `file-list`, `tf-record`, or
    // `tf-record-gzip`. If not specified, Vertex AI converts the batch prediction
    // input as follows: * For `bigquery` and `csv`, the behavior is the same as
    // `array`. The order of columns is the same as defined in the file or table,
    // unless included_fields is populated. * For `jsonl`, the prediction instance
    // format is determined by each line of the input. * For
    // `tf-record`/`tf-record-gzip`, each record will be converted to an object in
    // the format of `{"b64": }`, where `` is the Base64-encoded string of the
    // content of the record. * For `file-list`, each file in the list will be
    // converted to an object in the format of `{"b64": }`, where `` is the
    // Base64-encoded string of the content of the file.
    InstanceType string `json:"instanceType,omitempty"`
    // KeyField: The name of the field that is considered as a key. The values
    // identified by the key field is not included in the transformed instances
    // that is sent to the Model. This is similar to specifying this name of the
    // field in excluded_fields. In addition, the batch prediction output will not
    // include the instances. Instead the output will only include the value of the
    // key field, in a field named `key` in the output: * For `jsonl` output
    // format, the output will have a `key` field instead of the `instance` field.
    // * For `csv`/`bigquery` output format, the output will have have a `key`
    // column instead of the instance feature columns. The input must be JSONL with
    // objects at each line, CSV, BigQuery or TfRecord.
    KeyField string `json:"keyField,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExcludedFields") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExcludedFields") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig

GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig: Configures the output of BatchPredictionJob. See Model.supported_output_storage_formats for supported output formats, and how predictions are expressed via any of them.

type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig struct {
    // BigqueryDestination: The BigQuery project or dataset location where the
    // output is to be written to. If project is provided, a new dataset is created
    // with name `prediction__` where is made BigQuery-dataset-name compatible (for
    // example, most special characters become underscores), and timestamp is in
    // YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset two
    // tables will be created, `predictions`, and `errors`. If the Model has both
    // instance and prediction schemata defined then the tables have columns as
    // follows: The `predictions` table contains instances for which the prediction
    // succeeded, it has columns as per a concatenation of the Model's instance and
    // prediction schemata. The `errors` table contains rows for which the
    // prediction has failed, it has instance columns, as per the instance schema,
    // followed by a single "errors" column, which as values has google.rpc.Status
    // represented as a STRUCT, and containing only `code` and `message`.
    BigqueryDestination *GoogleCloudAiplatformV1beta1BigQueryDestination `json:"bigqueryDestination,omitempty"`
    // GcsDestination: The Cloud Storage location of the directory where the output
    // is to be written to. In the given directory a new directory is created. Its
    // name is `prediction--`, where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ
    // ISO-8601 format. Inside of it files `predictions_0001.`,
    // `predictions_0002.`, ..., `predictions_N.` are created where `` depends on
    // chosen predictions_format, and N may equal 0001 and depends on the total
    // number of successfully predicted instances. If the Model has both instance
    // and prediction schemata defined then each such file contains predictions as
    // per the predictions_format. If prediction for any instance failed (partially
    // or completely), then an additional `errors_0001.`, `errors_0002.`,...,
    // `errors_N.` files are created (N depends on total number of failed
    // predictions). These files contain the failed instances, as per their schema,
    // followed by an additional `error` field which as value has google.rpc.Status
    // containing only `code` and `message` fields.
    GcsDestination *GoogleCloudAiplatformV1beta1GcsDestination `json:"gcsDestination,omitempty"`
    // PredictionsFormat: Required. The format in which Vertex AI gives the
    // predictions, must be one of the Model's supported_output_storage_formats.
    PredictionsFormat string `json:"predictionsFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigqueryDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigqueryDestination") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo

GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo: Further describes this job's output. Supplements output_config.

type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo struct {
    // BigqueryOutputDataset: Output only. The path of the BigQuery dataset
    // created, in `bq://projectId.bqDatasetId` format, into which the prediction
    // output is written.
    BigqueryOutputDataset string `json:"bigqueryOutputDataset,omitempty"`
    // BigqueryOutputTable: Output only. The name of the BigQuery table created, in
    // `predictions_` format, into which the prediction output is written. Can be
    // used by UI to generate the BigQuery output path, for example.
    BigqueryOutputTable string `json:"bigqueryOutputTable,omitempty"`
    // GcsOutputDirectory: Output only. The full path of the Cloud Storage
    // directory created, into which the prediction output is written.
    GcsOutputDirectory string `json:"gcsOutputDirectory,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigqueryOutputDataset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigqueryOutputDataset") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata

GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata: Details of operations that batch reads Feature values.

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata struct {
    // GenericMetadata: Operation metadata for Featurestore batch read Features
    // values.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest

GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest: Request message for FeaturestoreService.BatchReadFeatureValues.

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest struct {
    // BigqueryReadInstances: Similar to csv_read_instances, but from BigQuery
    // source.
    BigqueryReadInstances *GoogleCloudAiplatformV1beta1BigQuerySource `json:"bigqueryReadInstances,omitempty"`
    // CsvReadInstances: Each read instance consists of exactly one read timestamp
    // and one or more entity IDs identifying entities of the corresponding
    // EntityTypes whose Features are requested. Each output instance contains
    // Feature values of requested entities concatenated together as of the read
    // time. An example read instance may be `foo_entity_id, bar_entity_id,
    // 2020-01-01T10:00:00.123Z`. An example output instance may be `foo_entity_id,
    // bar_entity_id, 2020-01-01T10:00:00.123Z, foo_entity_feature1_value,
    // bar_entity_feature2_value`. Timestamp in each read instance must be
    // millisecond-aligned. `csv_read_instances` are read instances stored in a
    // plain-text CSV file. The header should be: [ENTITY_TYPE_ID1],
    // [ENTITY_TYPE_ID2], ..., timestamp The columns can be in any order. Values in
    // the timestamp column must use the RFC 3339 format, e.g.
    // `2012-07-30T10:43:17.123Z`.
    CsvReadInstances *GoogleCloudAiplatformV1beta1CsvSource `json:"csvReadInstances,omitempty"`
    // Destination: Required. Specifies output location and format.
    Destination *GoogleCloudAiplatformV1beta1FeatureValueDestination `json:"destination,omitempty"`
    // EntityTypeSpecs: Required. Specifies EntityType grouping Features to read
    // values of and settings.
    EntityTypeSpecs []*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec `json:"entityTypeSpecs,omitempty"`
    // PassThroughFields: When not empty, the specified fields in the
    // *_read_instances source will be joined as-is in the output, in addition to
    // those fields from the Featurestore Entity. For BigQuery source, the type of
    // the pass-through values will be automatically inferred. For CSV source, the
    // pass-through values will be passed as opaque bytes.
    PassThroughFields []*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField `json:"passThroughFields,omitempty"`
    // StartTime: Optional. Excludes Feature values with feature generation
    // timestamp before this timestamp. If not set, retrieve oldest values kept in
    // Feature Store. Timestamp, if present, must not have higher than millisecond
    // precision.
    StartTime string `json:"startTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigqueryReadInstances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigqueryReadInstances") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec

GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec: Selects Features of an EntityType to read values of and specifies read settings.

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec struct {
    // EntityTypeId: Required. ID of the EntityType to select Features. The
    // EntityType id is the entity_type_id specified during EntityType creation.
    EntityTypeId string `json:"entityTypeId,omitempty"`
    // FeatureSelector: Required. Selectors choosing which Feature values to read
    // from the EntityType.
    FeatureSelector *GoogleCloudAiplatformV1beta1FeatureSelector `json:"featureSelector,omitempty"`
    // Settings: Per-Feature settings for the batch read.
    Settings []*GoogleCloudAiplatformV1beta1DestinationFeatureSetting `json:"settings,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EntityTypeId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityTypeId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField

GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField: Describe pass-through fields in read_instance source.

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField struct {
    // FieldName: Required. The name of the field in the CSV header or the name of
    // the column in BigQuery table. The naming restriction is the same as
    // Feature.name.
    FieldName string `json:"fieldName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FieldName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FieldName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse

GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse: Response message for FeaturestoreService.BatchReadFeatureValues.

type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse struct {
}

type GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse

GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse: Response message for TensorboardService.BatchReadTensorboardTimeSeriesData.

type GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse struct {
    // TimeSeriesData: The returned time series data.
    TimeSeriesData []*GoogleCloudAiplatformV1beta1TimeSeriesData `json:"timeSeriesData,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "TimeSeriesData") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TimeSeriesData") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BigQueryDestination

GoogleCloudAiplatformV1beta1BigQueryDestination: The BigQuery location for the output content.

type GoogleCloudAiplatformV1beta1BigQueryDestination struct {
    // OutputUri: Required. BigQuery URI to a project or table, up to 2000
    // characters long. When only the project is specified, the Dataset and Table
    // is created. When the full table reference is specified, the Dataset must
    // exist and table must not exist. Accepted forms: * BigQuery path. For
    // example: `bq://projectId` or `bq://projectId.bqDatasetId` or
    // `bq://projectId.bqDatasetId.bqTableId`.
    OutputUri string `json:"outputUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "OutputUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "OutputUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BigQueryDestination) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BigQueryDestination) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BigQuerySource

GoogleCloudAiplatformV1beta1BigQuerySource: The BigQuery location for the input content.

type GoogleCloudAiplatformV1beta1BigQuerySource struct {
    // InputUri: Required. BigQuery URI to a table, up to 2000 characters long.
    // Accepted forms: * BigQuery path. For example:
    // `bq://projectId.bqDatasetId.bqTableId`.
    InputUri string `json:"inputUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BigQuerySource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BigQuerySource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BleuInput

GoogleCloudAiplatformV1beta1BleuInput: Input for bleu metric.

type GoogleCloudAiplatformV1beta1BleuInput struct {
    // Instances: Required. Repeated bleu instances.
    Instances []*GoogleCloudAiplatformV1beta1BleuInstance `json:"instances,omitempty"`
    // MetricSpec: Required. Spec for bleu score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1BleuSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BleuInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BleuInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BleuInstance

GoogleCloudAiplatformV1beta1BleuInstance: Spec for bleu instance.

type GoogleCloudAiplatformV1beta1BleuInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Required. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BleuInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BleuInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BleuMetricValue

GoogleCloudAiplatformV1beta1BleuMetricValue: Bleu metric value for an instance.

type GoogleCloudAiplatformV1beta1BleuMetricValue struct {
    // Score: Output only. Bleu score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BleuMetricValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BleuMetricValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1BleuMetricValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1BleuMetricValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1BleuResults

GoogleCloudAiplatformV1beta1BleuResults: Results for bleu metric.

type GoogleCloudAiplatformV1beta1BleuResults struct {
    // BleuMetricValues: Output only. Bleu metric values.
    BleuMetricValues []*GoogleCloudAiplatformV1beta1BleuMetricValue `json:"bleuMetricValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BleuMetricValues") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BleuMetricValues") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BleuResults) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BleuResults) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BleuSpec

GoogleCloudAiplatformV1beta1BleuSpec: Spec for bleu score metric - calculates the precision of n-grams in the prediction as compared to reference - returns a score ranging between 0 to 1.

type GoogleCloudAiplatformV1beta1BleuSpec struct {
}

type GoogleCloudAiplatformV1beta1Blob

GoogleCloudAiplatformV1beta1Blob: Content blob. It's preferred to send as text directly rather than raw bytes.

type GoogleCloudAiplatformV1beta1Blob struct {
    // Data: Required. Raw bytes.
    Data string `json:"data,omitempty"`
    // MimeType: Required. The IANA standard MIME type of the source data.
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Data") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Data") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Blob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Blob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1BlurBaselineConfig

GoogleCloudAiplatformV1beta1BlurBaselineConfig: Config for blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383

type GoogleCloudAiplatformV1beta1BlurBaselineConfig struct {
    // MaxBlurSigma: The standard deviation of the blur kernel for the blurred
    // baseline. The same blurring parameter is used for both the height and the
    // width dimension. If not set, the method defaults to the zero (i.e. black for
    // images) baseline.
    MaxBlurSigma float64 `json:"maxBlurSigma,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxBlurSigma") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxBlurSigma") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BlurBaselineConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BlurBaselineConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1BlurBaselineConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1BlurBaselineConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1BoolArray

GoogleCloudAiplatformV1beta1BoolArray: A list of boolean values.

type GoogleCloudAiplatformV1beta1BoolArray struct {
    // Values: A list of bool values.
    Values []bool `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1BoolArray) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1BoolArray) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CacheConfig

GoogleCloudAiplatformV1beta1CacheConfig: Config of GenAI caching features. This is a singleton resource.

type GoogleCloudAiplatformV1beta1CacheConfig struct {
    // DisableCache: If set to true, disables GenAI caching. Otherwise caching is
    // enabled.
    DisableCache bool `json:"disableCache,omitempty"`
    // Name: Identifier. Name of the cache config. Format: -
    // `projects/{project}/cacheConfig`.
    Name string `json:"name,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DisableCache") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisableCache") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CacheConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CacheConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest

GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest: Request message for JobService.CancelBatchPredictionJob.

type GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest struct {
}

type GoogleCloudAiplatformV1beta1CancelCustomJobRequest

GoogleCloudAiplatformV1beta1CancelCustomJobRequest: Request message for JobService.CancelCustomJob.

type GoogleCloudAiplatformV1beta1CancelCustomJobRequest struct {
}

type GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest

GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest: Request message for JobService.CancelDataLabelingJob.

type GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest struct {
}

type GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest

GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest: Request message for JobService.CancelHyperparameterTuningJob.

type GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest struct {
}

type GoogleCloudAiplatformV1beta1CancelNasJobRequest

GoogleCloudAiplatformV1beta1CancelNasJobRequest: Request message for JobService.CancelNasJob.

type GoogleCloudAiplatformV1beta1CancelNasJobRequest struct {
}

type GoogleCloudAiplatformV1beta1CancelPipelineJobRequest

GoogleCloudAiplatformV1beta1CancelPipelineJobRequest: Request message for PipelineService.CancelPipelineJob.

type GoogleCloudAiplatformV1beta1CancelPipelineJobRequest struct {
}

type GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest

GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest: Request message for PipelineService.CancelTrainingPipeline.

type GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest struct {
}

type GoogleCloudAiplatformV1beta1CancelTuningJobRequest

GoogleCloudAiplatformV1beta1CancelTuningJobRequest: Request message for GenAiTuningService.CancelTuningJob.

type GoogleCloudAiplatformV1beta1CancelTuningJobRequest struct {
}

type GoogleCloudAiplatformV1beta1Candidate

GoogleCloudAiplatformV1beta1Candidate: A response candidate generated from the model.

type GoogleCloudAiplatformV1beta1Candidate struct {
    // CitationMetadata: Output only. Source attribution of the generated content.
    CitationMetadata *GoogleCloudAiplatformV1beta1CitationMetadata `json:"citationMetadata,omitempty"`
    // Content: Output only. Content parts of the candidate.
    Content *GoogleCloudAiplatformV1beta1Content `json:"content,omitempty"`
    // FinishMessage: Output only. Describes the reason the mode stopped generating
    // tokens in more detail. This is only filled when `finish_reason` is set.
    FinishMessage string `json:"finishMessage,omitempty"`
    // FinishReason: Output only. The reason why the model stopped generating
    // tokens. If empty, the model has not stopped generating the tokens.
    //
    // Possible values:
    //   "FINISH_REASON_UNSPECIFIED" - The finish reason is unspecified.
    //   "STOP" - Natural stop point of the model or provided stop sequence.
    //   "MAX_TOKENS" - The maximum number of tokens as specified in the request
    // was reached.
    //   "SAFETY" - The token generation was stopped as the response was flagged
    // for safety reasons. NOTE: When streaming the Candidate.content will be empty
    // if content filters blocked the output.
    //   "RECITATION" - The token generation was stopped as the response was
    // flagged for unauthorized citations.
    //   "OTHER" - All other reasons that stopped the token generation
    //   "BLOCKLIST" - The token generation was stopped as the response was flagged
    // for the terms which are included from the terminology blocklist.
    //   "PROHIBITED_CONTENT" - The token generation was stopped as the response
    // was flagged for the prohibited contents.
    //   "SPII" - The token generation was stopped as the response was flagged for
    // Sensitive Personally Identifiable Information (SPII) contents.
    FinishReason string `json:"finishReason,omitempty"`
    // GroundingMetadata: Output only. Metadata specifies sources used to ground
    // generated content.
    GroundingMetadata *GoogleCloudAiplatformV1beta1GroundingMetadata `json:"groundingMetadata,omitempty"`
    // Index: Output only. Index of the candidate.
    Index int64 `json:"index,omitempty"`
    // SafetyRatings: Output only. List of ratings for the safety of a response
    // candidate. There is at most one rating per category.
    SafetyRatings []*GoogleCloudAiplatformV1beta1SafetyRating `json:"safetyRatings,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CitationMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CitationMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Candidate) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Candidate) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata

GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata: This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata struct {
    // GenericMetadata: Operation metadata for suggesting Trials.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // Study: The name of the Study that the Trial belongs to.
    Study string `json:"study,omitempty"`
    // Trial: The Trial name.
    Trial string `json:"trial,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest

GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest: Request message for VizierService.CheckTrialEarlyStoppingState.

type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest struct {
}

type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse

GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse: Response message for VizierService.CheckTrialEarlyStoppingState.

type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse struct {
    // ShouldStop: True if the Trial should stop.
    ShouldStop bool `json:"shouldStop,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ShouldStop") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ShouldStop") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Citation

GoogleCloudAiplatformV1beta1Citation: Source attributions for content.

type GoogleCloudAiplatformV1beta1Citation struct {
    // EndIndex: Output only. End index into the content.
    EndIndex int64 `json:"endIndex,omitempty"`
    // License: Output only. License of the attribution.
    License string `json:"license,omitempty"`
    // PublicationDate: Output only. Publication date of the attribution.
    PublicationDate *GoogleTypeDate `json:"publicationDate,omitempty"`
    // StartIndex: Output only. Start index into the content.
    StartIndex int64 `json:"startIndex,omitempty"`
    // Title: Output only. Title of the attribution.
    Title string `json:"title,omitempty"`
    // Uri: Output only. Url reference of the attribution.
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndIndex") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndIndex") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Citation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Citation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CitationMetadata

GoogleCloudAiplatformV1beta1CitationMetadata: A collection of source attributions for a piece of content.

type GoogleCloudAiplatformV1beta1CitationMetadata struct {
    // Citations: Output only. List of citations.
    Citations []*GoogleCloudAiplatformV1beta1Citation `json:"citations,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Citations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Citations") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CitationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CitationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CoherenceInput

GoogleCloudAiplatformV1beta1CoherenceInput: Input for coherence metric.

type GoogleCloudAiplatformV1beta1CoherenceInput struct {
    // Instance: Required. Coherence instance.
    Instance *GoogleCloudAiplatformV1beta1CoherenceInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for coherence score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1CoherenceSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CoherenceInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CoherenceInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CoherenceInstance

GoogleCloudAiplatformV1beta1CoherenceInstance: Spec for coherence instance.

type GoogleCloudAiplatformV1beta1CoherenceInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CoherenceInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CoherenceInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CoherenceResult

GoogleCloudAiplatformV1beta1CoherenceResult: Spec for coherence result.

type GoogleCloudAiplatformV1beta1CoherenceResult struct {
    // Confidence: Output only. Confidence for coherence score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for coherence score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Coherence score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CoherenceResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CoherenceResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1CoherenceResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1CoherenceResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1CoherenceSpec

GoogleCloudAiplatformV1beta1CoherenceSpec: Spec for coherence score metric.

type GoogleCloudAiplatformV1beta1CoherenceSpec struct {
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Version") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Version") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CoherenceSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CoherenceSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CompleteTrialRequest

GoogleCloudAiplatformV1beta1CompleteTrialRequest: Request message for VizierService.CompleteTrial.

type GoogleCloudAiplatformV1beta1CompleteTrialRequest struct {
    // FinalMeasurement: Optional. If provided, it will be used as the completed
    // Trial's final_measurement; Otherwise, the service will auto-select a
    // previously reported measurement as the final-measurement
    FinalMeasurement *GoogleCloudAiplatformV1beta1Measurement `json:"finalMeasurement,omitempty"`
    // InfeasibleReason: Optional. A human readable reason why the trial was
    // infeasible. This should only be provided if `trial_infeasible` is true.
    InfeasibleReason string `json:"infeasibleReason,omitempty"`
    // TrialInfeasible: Optional. True if the Trial cannot be run with the given
    // Parameter, and final_measurement will be ignored.
    TrialInfeasible bool `json:"trialInfeasible,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FinalMeasurement") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FinalMeasurement") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CompleteTrialRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CompleteTrialRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CompletionStats

GoogleCloudAiplatformV1beta1CompletionStats: Success and error statistics of processing multiple entities (for example, DataItems or structured data rows) in batch.

type GoogleCloudAiplatformV1beta1CompletionStats struct {
    // FailedCount: Output only. The number of entities for which any error was
    // encountered.
    FailedCount int64 `json:"failedCount,omitempty,string"`
    // IncompleteCount: Output only. In cases when enough errors are encountered a
    // job, pipeline, or operation may be failed as a whole. Below is the number of
    // entities for which the processing had not been finished (either in
    // successful or failed state). Set to -1 if the number is unknown (for
    // example, the operation failed before the total entity number could be
    // collected).
    IncompleteCount int64 `json:"incompleteCount,omitempty,string"`
    // SuccessfulCount: Output only. The number of entities that had been processed
    // successfully.
    SuccessfulCount int64 `json:"successfulCount,omitempty,string"`
    // SuccessfulForecastPointCount: Output only. The number of the successful
    // forecast points that are generated by the forecasting model. This is ONLY
    // used by the forecasting batch prediction.
    SuccessfulForecastPointCount int64 `json:"successfulForecastPointCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "FailedCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FailedCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CompletionStats) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CompletionStats) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ComputeTokensRequest

GoogleCloudAiplatformV1beta1ComputeTokensRequest: Request message for ComputeTokens RPC call.

type GoogleCloudAiplatformV1beta1ComputeTokensRequest struct {
    // Instances: Required. The instances that are the input to token computing API
    // call. Schema is identical to the prediction schema of the text model, even
    // for the non-text models, like chat models, or Codey models.
    Instances []interface{} `json:"instances,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ComputeTokensRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ComputeTokensRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ComputeTokensResponse

GoogleCloudAiplatformV1beta1ComputeTokensResponse: Response message for ComputeTokens RPC call.

type GoogleCloudAiplatformV1beta1ComputeTokensResponse struct {
    // TokensInfo: Lists of tokens info from the input. A ComputeTokensRequest
    // could have multiple instances with a prompt in each instance. We also need
    // to return lists of tokens info for the request with multiple instances.
    TokensInfo []*GoogleCloudAiplatformV1beta1TokensInfo `json:"tokensInfo,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "TokensInfo") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TokensInfo") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ComputeTokensResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ComputeTokensResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ContainerRegistryDestination

GoogleCloudAiplatformV1beta1ContainerRegistryDestination: The Container Registry location for the container image.

type GoogleCloudAiplatformV1beta1ContainerRegistryDestination struct {
    // OutputUri: Required. Container Registry URI of a container image. Only
    // Google Container Registry and Artifact Registry are supported now. Accepted
    // forms: * Google Container Registry path. For example:
    // `gcr.io/projectId/imageName:tag`. * Artifact Registry path. For example:
    // `us-central1-docker.pkg.dev/projectId/repoName/imageName:tag`. If a tag is
    // not specified, "latest" will be used as the default tag.
    OutputUri string `json:"outputUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "OutputUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "OutputUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ContainerRegistryDestination) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ContainerRegistryDestination) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ContainerSpec

GoogleCloudAiplatformV1beta1ContainerSpec: The spec of a Container.

type GoogleCloudAiplatformV1beta1ContainerSpec struct {
    // Args: The arguments to be passed when starting the container.
    Args []string `json:"args,omitempty"`
    // Command: The command to be invoked when the container is started. It
    // overrides the entrypoint instruction in Dockerfile when provided.
    Command []string `json:"command,omitempty"`
    // Env: Environment variables to be passed to the container. Maximum limit is
    // 100.
    Env []*GoogleCloudAiplatformV1beta1EnvVar `json:"env,omitempty"`
    // ImageUri: Required. The URI of a container image in the Container Registry
    // that is to be run on each worker replica.
    ImageUri string `json:"imageUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Args") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Args") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ContainerSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ContainerSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Content

GoogleCloudAiplatformV1beta1Content: The base structured datatype containing multi-part content of a message. A `Content` includes a `role` field designating the producer of the `Content` and a `parts` field containing multi-part data that contains the content of the message turn.

type GoogleCloudAiplatformV1beta1Content struct {
    // Parts: Required. Ordered `Parts` that constitute a single message. Parts may
    // have different IANA MIME types.
    Parts []*GoogleCloudAiplatformV1beta1Part `json:"parts,omitempty"`
    // Role: Optional. The producer of the content. Must be either 'user' or
    // 'model'. Useful to set for multi-turn conversations, otherwise can be left
    // blank or unset.
    Role string `json:"role,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Parts") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Parts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Content) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Content) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Context

GoogleCloudAiplatformV1beta1Context: Instance of a general context.

type GoogleCloudAiplatformV1beta1Context struct {
    // CreateTime: Output only. Timestamp when this Context was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of the Context
    Description string `json:"description,omitempty"`
    // DisplayName: User provided display name of the Context. May be up to 128
    // Unicode characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: An eTag used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Contexts.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. No more than
    // 64 user labels can be associated with one Context (System labels are
    // excluded).
    Labels map[string]string `json:"labels,omitempty"`
    // Metadata: Properties of the Context. Top level metadata keys' heading and
    // trailing spaces will be trimmed. The size of this field should not exceed
    // 200KB.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: Immutable. The resource name of the Context.
    Name string `json:"name,omitempty"`
    // ParentContexts: Output only. A list of resource names of Contexts that are
    // parents of this Context. A Context may have at most 10 parent_contexts.
    ParentContexts []string `json:"parentContexts,omitempty"`
    // SchemaTitle: The title of the schema describing the metadata. Schema title
    // and version is expected to be registered in earlier Create Schema calls. And
    // both are used together as unique identifiers to identify schemas within the
    // local metadata store.
    SchemaTitle string `json:"schemaTitle,omitempty"`
    // SchemaVersion: The version of the schema in schema_name to use. Schema title
    // and version is expected to be registered in earlier Create Schema calls. And
    // both are used together as unique identifiers to identify schemas within the
    // local metadata store.
    SchemaVersion string `json:"schemaVersion,omitempty"`
    // UpdateTime: Output only. Timestamp when this Context was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Context) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Context) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CopyModelOperationMetadata

GoogleCloudAiplatformV1beta1CopyModelOperationMetadata: Details of ModelService.CopyModel operation.

type GoogleCloudAiplatformV1beta1CopyModelOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CopyModelOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CopyModelOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CopyModelRequest

GoogleCloudAiplatformV1beta1CopyModelRequest: Request message for ModelService.CopyModel.

type GoogleCloudAiplatformV1beta1CopyModelRequest struct {
    // EncryptionSpec: Customer-managed encryption key options. If this is set,
    // then the Model copy will be encrypted with the provided encryption key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // ModelId: Optional. Copy source_model into a new Model with this ID. The ID
    // will become the final component of the model resource name. This value may
    // be up to 63 characters, and valid characters are `[a-z0-9_-]`. The first
    // character cannot be a number or hyphen.
    ModelId string `json:"modelId,omitempty"`
    // ParentModel: Optional. Specify this field to copy source_model into this
    // existing Model as a new version. Format:
    // `projects/{project}/locations/{location}/models/{model}`
    ParentModel string `json:"parentModel,omitempty"`
    // SourceModel: Required. The resource name of the Model to copy. That Model
    // must be in the same Project. Format:
    // `projects/{project}/locations/{location}/models/{model}`
    SourceModel string `json:"sourceModel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EncryptionSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EncryptionSpec") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CopyModelRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CopyModelRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CopyModelResponse

GoogleCloudAiplatformV1beta1CopyModelResponse: Response message of ModelService.CopyModel operation.

type GoogleCloudAiplatformV1beta1CopyModelResponse struct {
    // Model: The name of the copied Model resource. Format:
    // `projects/{project}/locations/{location}/models/{model}`
    Model string `json:"model,omitempty"`
    // ModelVersionId: Output only. The version ID of the model that is copied.
    ModelVersionId string `json:"modelVersionId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Model") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Model") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CopyModelResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CopyModelResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CountTokensRequest

GoogleCloudAiplatformV1beta1CountTokensRequest: Request message for PredictionService.CountTokens.

type GoogleCloudAiplatformV1beta1CountTokensRequest struct {
    // Contents: Required. Input content.
    Contents []*GoogleCloudAiplatformV1beta1Content `json:"contents,omitempty"`
    // Instances: Required. The instances that are the input to token counting
    // call. Schema is identical to the prediction schema of the underlying model.
    Instances []interface{} `json:"instances,omitempty"`
    // Model: Required. The name of the publisher model requested to serve the
    // prediction. Format:
    // `projects/{project}/locations/{location}/publishers/*/models/*`
    Model string `json:"model,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Contents") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Contents") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CountTokensRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CountTokensRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CountTokensResponse

GoogleCloudAiplatformV1beta1CountTokensResponse: Response message for PredictionService.CountTokens.

type GoogleCloudAiplatformV1beta1CountTokensResponse struct {
    // TotalBillableCharacters: The total number of billable characters counted
    // across all instances from the request.
    TotalBillableCharacters int64 `json:"totalBillableCharacters,omitempty"`
    // TotalTokens: The total number of tokens counted across all instances from
    // the request.
    TotalTokens int64 `json:"totalTokens,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "TotalBillableCharacters") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TotalBillableCharacters") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CountTokensResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CountTokensResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata

GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata: Runtime operation information for DatasetService.CreateDataset.

type GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata

GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata: Runtime operation information for DatasetService.CreateDatasetVersion.

type GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata

GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata: Runtime operation information for CreateDeploymentResourcePool method.

type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest

GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest: Request message for CreateDeploymentResourcePool method.

type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest struct {
    // DeploymentResourcePool: Required. The DeploymentResourcePool to create.
    DeploymentResourcePool *GoogleCloudAiplatformV1beta1DeploymentResourcePool `json:"deploymentResourcePool,omitempty"`
    // DeploymentResourcePoolId: Required. The ID to use for the
    // DeploymentResourcePool, which will become the final component of the
    // DeploymentResourcePool's resource name. The maximum length is 63 characters,
    // and valid characters are `/^a-z ([a-z0-9-]{0,61}[a-z0-9])?$/`.
    DeploymentResourcePoolId string `json:"deploymentResourcePoolId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeploymentResourcePool") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeploymentResourcePool") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata

GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata: Runtime operation information for EndpointService.CreateEndpoint.

type GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata

GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata: Details of operations that perform create EntityType.

type GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata struct {
    // GenericMetadata: Operation metadata for EntityType.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata

GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata: Details of ExtensionControllerService.CreateExtensionController operation.

type GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata

GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata: Details of operations that perform create FeatureGroup.

type GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata struct {
    // GenericMetadata: Operation metadata for FeatureGroup.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata

GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata: Details of operations that perform create FeatureOnlineStore.

type GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata struct {
    // GenericMetadata: Operation metadata for FeatureOnlineStore.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata

GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata: Details of operations that perform create Feature.

type GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata struct {
    // GenericMetadata: Operation metadata for Feature.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateFeatureRequest

GoogleCloudAiplatformV1beta1CreateFeatureRequest: Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.

type GoogleCloudAiplatformV1beta1CreateFeatureRequest struct {
    // Feature: Required. The Feature to create.
    Feature *GoogleCloudAiplatformV1beta1Feature `json:"feature,omitempty"`
    // FeatureId: Required. The ID to use for the Feature, which will become the
    // final component of the Feature's resource name. This value may be up to 128
    // characters, and valid characters are `[a-z0-9_]`. The first character cannot
    // be a number. The value must be unique within an EntityType/FeatureGroup.
    FeatureId string `json:"featureId,omitempty"`
    // Parent: Required. The resource name of the EntityType or FeatureGroup to
    // create a Feature. Format for entity_type as parent:
    // `projects/{project}/locations/{location}/featurestores/{featurestore}/entityT
    // ypes/{entity_type}` Format for feature_group as parent:
    // `projects/{project}/locations/{location}/featureGroups/{feature_group}`
    Parent string `json:"parent,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Feature") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Feature") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateFeatureRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateFeatureRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata

GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata: Details of operations that perform create FeatureView.

type GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata struct {
    // GenericMetadata: Operation metadata for FeatureView Create.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata

GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata: Details of operations that perform create Featurestore.

type GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata struct {
    // GenericMetadata: Operation metadata for Featurestore.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata

GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata: Runtime operation information for IndexEndpointService.CreateIndexEndpoint.

type GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata

GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata: Runtime operation information for IndexService.CreateIndex.

type GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // NearestNeighborSearchOperationMetadata: The operation metadata with regard
    // to Matching Engine Index operation.
    NearestNeighborSearchOperationMetadata *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata `json:"nearestNeighborSearchOperationMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata

GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata: Details of operations that perform MetadataService.CreateMetadataStore.

type GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata struct {
    // GenericMetadata: Operation metadata for creating a MetadataStore.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata

GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata: Runtime operation information for ModelMonitoringService.CreateModelMonitor.

type GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest

GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest: Request message for ModelMonitoringService.CreateModelMonitoringJob.

type GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest struct {
    // ModelMonitoringJob: Required. The ModelMonitoringJob to create
    ModelMonitoringJob *GoogleCloudAiplatformV1beta1ModelMonitoringJob `json:"modelMonitoringJob,omitempty"`
    // ModelMonitoringJobId: Optional. The ID to use for the Model Monitoring Job,
    // which will become the final component of the model monitoring job resource
    // name. The maximum length is 63 characters, and valid characters are `/^a-z
    // ([a-z0-9-]{0,61}[a-z0-9])?$/`.
    ModelMonitoringJobId string `json:"modelMonitoringJobId,omitempty"`
    // Parent: Required. The parent of the ModelMonitoringJob. Format:
    // `projects/{project}/locations/{location}/modelMoniitors/{model_monitor}`
    Parent string `json:"parent,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ModelMonitoringJob") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelMonitoringJob") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest

GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest: Request message for [NotebookService.CreateNotebookExecutionJob]

type GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest struct {
    // NotebookExecutionJob: Required. The NotebookExecutionJob to create.
    NotebookExecutionJob *GoogleCloudAiplatformV1beta1NotebookExecutionJob `json:"notebookExecutionJob,omitempty"`
    // NotebookExecutionJobId: Optional. User specified ID for the
    // NotebookExecutionJob.
    NotebookExecutionJobId string `json:"notebookExecutionJobId,omitempty"`
    // Parent: Required. The resource name of the Location to create the
    // NotebookExecutionJob. Format: `projects/{project}/locations/{location}`
    Parent string `json:"parent,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NotebookExecutionJob") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NotebookExecutionJob") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata

GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata: Metadata information for NotebookService.CreateNotebookRuntimeTemplate.

type GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata

GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata: Details of operations that perform create PersistentResource.

type GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata struct {
    // GenericMetadata: Operation metadata for PersistentResource.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ProgressMessage: Progress Message for Create LRO
    ProgressMessage string `json:"progressMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreatePipelineJobRequest

GoogleCloudAiplatformV1beta1CreatePipelineJobRequest: Request message for PipelineService.CreatePipelineJob.

type GoogleCloudAiplatformV1beta1CreatePipelineJobRequest struct {
    // Parent: Required. The resource name of the Location to create the
    // PipelineJob in. Format: `projects/{project}/locations/{location}`
    Parent string `json:"parent,omitempty"`
    // PipelineJob: Required. The PipelineJob to create.
    PipelineJob *GoogleCloudAiplatformV1beta1PipelineJob `json:"pipelineJob,omitempty"`
    // PipelineJobId: The ID to use for the PipelineJob, which will become the
    // final component of the PipelineJob name. If not provided, an ID will be
    // automatically generated. This value should be less than 128 characters, and
    // valid characters are `/a-z-/`.
    PipelineJobId string `json:"pipelineJobId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Parent") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Parent") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreatePipelineJobRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreatePipelineJobRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata

GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata: Details of operations that perform create FeatureGroup.

type GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata struct {
    // GenericMetadata: Operation metadata for Feature.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata

GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata: Runtime operation information for SolverService.CreateSolver.

type GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata struct {
    // GenericMetadata: The generic operation information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata

GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata: Runtime operation information for SpecialistPoolService.CreateSpecialistPool.

type GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata

GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata: Details of operations that perform create Tensorboard.

type GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata struct {
    // GenericMetadata: Operation metadata for Tensorboard.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest

GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest: Request message for TensorboardService.CreateTensorboardRun.

type GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest struct {
    // Parent: Required. The resource name of the TensorboardExperiment to create
    // the TensorboardRun in. Format:
    // `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experimen
    // ts/{experiment}`
    Parent string `json:"parent,omitempty"`
    // TensorboardRun: Required. The TensorboardRun to create.
    TensorboardRun *GoogleCloudAiplatformV1beta1TensorboardRun `json:"tensorboardRun,omitempty"`
    // TensorboardRunId: Required. The ID to use for the Tensorboard run, which
    // becomes the final component of the Tensorboard run's resource name. This
    // value should be 1-128 characters, and valid characters are `/a-z-/`.
    TensorboardRunId string `json:"tensorboardRunId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Parent") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Parent") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest

GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest: Request message for TensorboardService.CreateTensorboardTimeSeries.

type GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest struct {
    // Parent: Required. The resource name of the TensorboardRun to create the
    // TensorboardTimeSeries in. Format:
    // `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experimen
    // ts/{experiment}/runs/{run}`
    Parent string `json:"parent,omitempty"`
    // TensorboardTimeSeries: Required. The TensorboardTimeSeries to create.
    TensorboardTimeSeries *GoogleCloudAiplatformV1beta1TensorboardTimeSeries `json:"tensorboardTimeSeries,omitempty"`
    // TensorboardTimeSeriesId: Optional. The user specified unique ID to use for
    // the TensorboardTimeSeries, which becomes the final component of the
    // TensorboardTimeSeries's resource name. This value should match "a-z0-9{0,
    // 127}"
    TensorboardTimeSeriesId string `json:"tensorboardTimeSeriesId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Parent") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Parent") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CsvDestination

GoogleCloudAiplatformV1beta1CsvDestination: The storage details for CSV output content.

type GoogleCloudAiplatformV1beta1CsvDestination struct {
    // GcsDestination: Required. Google Cloud Storage location.
    GcsDestination *GoogleCloudAiplatformV1beta1GcsDestination `json:"gcsDestination,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsDestination") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CsvDestination) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CsvDestination) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CsvSource

GoogleCloudAiplatformV1beta1CsvSource: The storage details for CSV input content.

type GoogleCloudAiplatformV1beta1CsvSource struct {
    // GcsSource: Required. Google Cloud Storage location.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsSource") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CsvSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CsvSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CustomJob

GoogleCloudAiplatformV1beta1CustomJob: Represents a job that runs custom workloads such as a Docker container or a Python package. A CustomJob can have multiple worker pools and each worker pool can have its own machine and input spec. A CustomJob will be cleaned up once the job enters terminal state (failed or succeeded).

type GoogleCloudAiplatformV1beta1CustomJob struct {
    // CreateTime: Output only. Time when the CustomJob was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. The display name of the CustomJob. The name can be up
    // to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key options for a CustomJob. If
    // this is set, then all resources created by the CustomJob will be encrypted
    // with the provided encryption key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // EndTime: Output only. Time when the CustomJob entered any of the following
    // states: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. Only populated when job's state is `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // JobSpec: Required. Job spec.
    JobSpec *GoogleCloudAiplatformV1beta1CustomJobSpec `json:"jobSpec,omitempty"`
    // Labels: The labels with user-defined metadata to organize CustomJobs. Label
    // keys and values can be no longer than 64 characters (Unicode codepoints),
    // can only contain lowercase letters, numeric characters, underscores and
    // dashes. International characters are allowed. See https://goo.gl/xmQnxf for
    // more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Resource name of a CustomJob.
    Name string `json:"name,omitempty"`
    // StartTime: Output only. Time when the CustomJob for the first time entered
    // the `JOB_STATE_RUNNING` state.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the job.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Time when the CustomJob was most recently updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // WebAccessUris: Output only. URIs for accessing interactive shells
    // (https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
    // (one URI for each training node). Only available if
    // job_spec.enable_web_access is `true`. The keys are names of each node in the
    // training job; for example, `workerpool0-0` for the primary node,
    // `workerpool1-0` for the first node in the second worker pool, and
    // `workerpool1-1` for the second node in the second worker pool. The values
    // are the URIs for each node's interactive shell.
    WebAccessUris map[string]string `json:"webAccessUris,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CustomJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CustomJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1CustomJobSpec

GoogleCloudAiplatformV1beta1CustomJobSpec: Represents the spec of a CustomJob.

type GoogleCloudAiplatformV1beta1CustomJobSpec struct {
    // BaseOutputDirectory: The Cloud Storage location to store the output of this
    // CustomJob or HyperparameterTuningJob. For HyperparameterTuningJob, the
    // baseOutputDirectory of each child CustomJob backing a Trial is set to a
    // subdirectory of name id under its parent HyperparameterTuningJob's
    // baseOutputDirectory. The following Vertex AI environment variables will be
    // passed to containers or python modules when this field is set: For
    // CustomJob: * AIP_MODEL_DIR = `/model/` * AIP_CHECKPOINT_DIR =
    // `/checkpoints/` * AIP_TENSORBOARD_LOG_DIR = `/logs/` For CustomJob backing a
    // Trial of HyperparameterTuningJob: * AIP_MODEL_DIR = `//model/` *
    // AIP_CHECKPOINT_DIR = `//checkpoints/` * AIP_TENSORBOARD_LOG_DIR = `//logs/`
    BaseOutputDirectory *GoogleCloudAiplatformV1beta1GcsDestination `json:"baseOutputDirectory,omitempty"`
    // EnableDashboardAccess: Optional. Whether you want Vertex AI to enable access
    // to the customized dashboard in training chief container. If set to `true`,
    // you can access the dashboard at the URIs given by CustomJob.web_access_uris
    // or Trial.web_access_uris (within HyperparameterTuningJob.trials).
    EnableDashboardAccess bool `json:"enableDashboardAccess,omitempty"`
    // EnableWebAccess: Optional. Whether you want Vertex AI to enable interactive
    // shell access
    // (https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
    // to training containers. If set to `true`, you can access interactive shells
    // at the URIs given by CustomJob.web_access_uris or Trial.web_access_uris
    // (within HyperparameterTuningJob.trials).
    EnableWebAccess bool `json:"enableWebAccess,omitempty"`
    // Experiment: Optional. The Experiment associated with this job. Format:
    // `projects/{project}/locations/{location}/metadataStores/{metadataStores}/cont
    // exts/{experiment-name}`
    Experiment string `json:"experiment,omitempty"`
    // ExperimentRun: Optional. The Experiment Run associated with this job.
    // Format:
    // `projects/{project}/locations/{location}/metadataStores/{metadataStores}/cont
    // exts/{experiment-name}-{experiment-run-name}`
    ExperimentRun string `json:"experimentRun,omitempty"`
    // Models: Optional. The name of the Model resources for which to generate a
    // mapping to artifact URIs. Applicable only to some of the Google-provided
    // custom jobs. Format:
    // `projects/{project}/locations/{location}/models/{model}` In order to
    // retrieve a specific version of the model, also provide the version ID or
    // version alias. Example:
    // `projects/{project}/locations/{location}/models/{model}@2` or
    // `projects/{project}/locations/{location}/models/{model}@golden` If no
    // version ID or alias is specified, the "default" version will be returned.
    // The "default" version alias is created for the first version of the model,
    // and can be moved to other versions later on. There will be exactly one
    // default version.
    Models []string `json:"models,omitempty"`
    // Network: Optional. The full name of the Compute Engine network
    // (/compute/docs/networks-and-firewalls#networks) to which the Job should be
    // peered. For example, `projects/12345/global/networks/myVPC`. Format
    // (/compute/docs/reference/rest/v1/networks/insert) is of the form
    // `projects/{project}/global/networks/{network}`. Where {project} is a project
    // number, as in `12345`, and {network} is a network name. To specify this
    // field, you must have already configured VPC Network Peering for Vertex AI
    // (https://cloud.google.com/vertex-ai/docs/general/vpc-peering). If this field
    // is left unspecified, the job is not peered with any network.
    Network string `json:"network,omitempty"`
    // PersistentResourceId: Optional. The ID of the PersistentResource in the same
    // Project and Location which to run If this is specified, the job will be run
    // on existing machines held by the PersistentResource instead of on-demand
    // short-live machines. The network and CMEK configs on the job should be
    // consistent with those on the PersistentResource, otherwise, the job will be
    // rejected.
    PersistentResourceId string `json:"persistentResourceId,omitempty"`
    // ProtectedArtifactLocationId: The ID of the location to store protected
    // artifacts. e.g. us-central1. Populate only when the location is different
    // than CustomJob location. List of supported locations:
    // https://cloud.google.com/vertex-ai/docs/general/locations
    ProtectedArtifactLocationId string `json:"protectedArtifactLocationId,omitempty"`
    // ReservedIpRanges: Optional. A list of names for the reserved ip ranges under
    // the VPC network that can be used for this job. If set, we will deploy the
    // job within the provided ip ranges. Otherwise, the job will be deployed to
    // any ip ranges under the provided VPC network. Example:
    // ['vertex-ai-ip-range'].
    ReservedIpRanges []string `json:"reservedIpRanges,omitempty"`
    // Scheduling: Scheduling options for a CustomJob.
    Scheduling *GoogleCloudAiplatformV1beta1Scheduling `json:"scheduling,omitempty"`
    // ServiceAccount: Specifies the service account for workload run-as account.
    // Users submitting jobs must have act-as permission on this run-as account. If
    // unspecified, the Vertex AI Custom Code Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // for the CustomJob's project is used.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // Tensorboard: Optional. The name of a Vertex AI Tensorboard resource to which
    // this CustomJob will upload Tensorboard logs. Format:
    // `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
    Tensorboard string `json:"tensorboard,omitempty"`
    // WorkerPoolSpecs: Required. The spec of the worker pools including machine
    // type and Docker image. All worker pools except the first one are optional
    // and can be skipped by providing an empty value.
    WorkerPoolSpecs []*GoogleCloudAiplatformV1beta1WorkerPoolSpec `json:"workerPoolSpecs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaseOutputDirectory") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaseOutputDirectory") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1CustomJobSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1CustomJobSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DataItem

GoogleCloudAiplatformV1beta1DataItem: A piece of data in a Dataset. Could be an image, a video, a document or plain text.

type GoogleCloudAiplatformV1beta1DataItem struct {
    // CreateTime: Output only. Timestamp when this DataItem was created.
    CreateTime string `json:"createTime,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // DataItems. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed. No
    // more than 64 user labels can be associated with one DataItem(System labels
    // are excluded). See https://goo.gl/xmQnxf for more information and examples
    // of labels. System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. The resource name of the DataItem.
    Name string `json:"name,omitempty"`
    // Payload: Required. The data that the DataItem represents (for example, an
    // image or a text snippet). The schema of the payload is stored in the parent
    // Dataset's metadata schema's dataItemSchemaUri field.
    Payload interface{} `json:"payload,omitempty"`
    // UpdateTime: Output only. Timestamp when this DataItem was last updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DataItem) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DataItem) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DataItemView

GoogleCloudAiplatformV1beta1DataItemView: A container for a single DataItem and Annotations on it.

type GoogleCloudAiplatformV1beta1DataItemView struct {
    // Annotations: The Annotations on the DataItem. If too many Annotations should
    // be returned for the DataItem, this field will be truncated per
    // annotations_limit in request. If it was, then the has_truncated_annotations
    // will be set to true.
    Annotations []*GoogleCloudAiplatformV1beta1Annotation `json:"annotations,omitempty"`
    // DataItem: The DataItem.
    DataItem *GoogleCloudAiplatformV1beta1DataItem `json:"dataItem,omitempty"`
    // HasTruncatedAnnotations: True if and only if the Annotations field has been
    // truncated. It happens if more Annotations for this DataItem met the
    // request's annotation_filter than are allowed to be returned by
    // annotations_limit. Note that if Annotations field is not being returned due
    // to field mask, then this field will not be set to true no matter how many
    // Annotations are there.
    HasTruncatedAnnotations bool `json:"hasTruncatedAnnotations,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Annotations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Annotations") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DataItemView) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DataItemView) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DataLabelingJob

GoogleCloudAiplatformV1beta1DataLabelingJob: DataLabelingJob is used to trigger a human labeling job on unlabeled data from the following Dataset:

type GoogleCloudAiplatformV1beta1DataLabelingJob struct {
    // ActiveLearningConfig: Parameters that configure the active learning
    // pipeline. Active learning will label the data incrementally via several
    // iterations. For every iteration, it will select a batch of data based on the
    // sampling strategy.
    ActiveLearningConfig *GoogleCloudAiplatformV1beta1ActiveLearningConfig `json:"activeLearningConfig,omitempty"`
    // AnnotationLabels: Labels to assign to annotations generated by this
    // DataLabelingJob. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    // System reserved label keys are prefixed with "aiplatform.googleapis.com/"
    // and are immutable.
    AnnotationLabels map[string]string `json:"annotationLabels,omitempty"`
    // CreateTime: Output only. Timestamp when this DataLabelingJob was created.
    CreateTime string `json:"createTime,omitempty"`
    // CurrentSpend: Output only. Estimated cost(in US dollars) that the
    // DataLabelingJob has incurred to date.
    CurrentSpend *GoogleTypeMoney `json:"currentSpend,omitempty"`
    // Datasets: Required. Dataset resource names. Right now we only support
    // labeling from a single Dataset. Format:
    // `projects/{project}/locations/{location}/datasets/{dataset}`
    Datasets []string `json:"datasets,omitempty"`
    // DisplayName: Required. The user-defined name of the DataLabelingJob. The
    // name can be up to 128 characters long and can consist of any UTF-8
    // characters. Display name of a DataLabelingJob.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a DataLabelingJob.
    // If set, this DataLabelingJob will be secured by this key. Note: Annotations
    // created in the DataLabelingJob are associated with the EncryptionSpec of the
    // Dataset they are exported to.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Error: Output only. DataLabelingJob errors. It is only populated when job's
    // state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Inputs: Required. Input config parameters for the DataLabelingJob.
    Inputs interface{} `json:"inputs,omitempty"`
    // InputsSchemaUri: Required. Points to a YAML file stored on Google Cloud
    // Storage describing the config for a specific type of DataLabelingJob. The
    // schema files that can be used here are found in the
    // https://storage.googleapis.com/google-cloud-aiplatform bucket in the
    // /schema/datalabelingjob/inputs/ folder.
    InputsSchemaUri string `json:"inputsSchemaUri,omitempty"`
    // InstructionUri: Required. The Google Cloud Storage location of the
    // instruction pdf. This pdf is shared with labelers, and provides detailed
    // description on how to label DataItems in Datasets.
    InstructionUri string `json:"instructionUri,omitempty"`
    // LabelerCount: Required. Number of labelers to work on each DataItem.
    LabelerCount int64 `json:"labelerCount,omitempty"`
    // LabelingProgress: Output only. Current labeling job progress percentage
    // scaled in interval [0, 100], indicating the percentage of DataItems that has
    // been finished.
    LabelingProgress int64 `json:"labelingProgress,omitempty"`
    // Labels: The labels with user-defined metadata to organize your
    // DataLabelingJobs. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    // System reserved label keys are prefixed with "aiplatform.googleapis.com/"
    // and are immutable. Following system labels exist for each DataLabelingJob: *
    // "aiplatform.googleapis.com/schema": output only, its value is the
    // inputs_schema's title.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Resource name of the DataLabelingJob.
    Name string `json:"name,omitempty"`
    // SpecialistPools: The SpecialistPools' resource names associated with this
    // job.
    SpecialistPools []string `json:"specialistPools,omitempty"`
    // State: Output only. The detailed state of the job.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this DataLabelingJob was updated
    // most recently.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ActiveLearningConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ActiveLearningConfig") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DataLabelingJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DataLabelingJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Dataset

GoogleCloudAiplatformV1beta1Dataset: A collection of DataItems and Annotations on them.

type GoogleCloudAiplatformV1beta1Dataset struct {
    // CreateTime: Output only. Timestamp when this Dataset was created.
    CreateTime string `json:"createTime,omitempty"`
    // DataItemCount: Output only. The number of DataItems in this Dataset. Only
    // apply for non-structured Dataset.
    DataItemCount int64 `json:"dataItemCount,omitempty,string"`
    // Description: The description of the Dataset.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The user-defined name of the Dataset. The name can be
    // up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a Dataset. If set,
    // this Dataset and all sub-resources of this Dataset will be secured by this
    // key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Datasets.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. No more than
    // 64 user labels can be associated with one Dataset (System labels are
    // excluded). See https://goo.gl/xmQnxf for more information and examples of
    // labels. System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable. Following system labels
    // exist for each Dataset: *
    // "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value
    // is the metadata_schema's title.
    Labels map[string]string `json:"labels,omitempty"`
    // Metadata: Required. Additional information about the Dataset.
    Metadata interface{} `json:"metadata,omitempty"`
    // MetadataArtifact: Output only. The resource name of the Artifact that was
    // created in MetadataStore when creating the Dataset. The Artifact resource
    // name pattern is
    // `projects/{project}/locations/{location}/metadataStores/{metadata_store}/arti
    // facts/{artifact}`.
    MetadataArtifact string `json:"metadataArtifact,omitempty"`
    // MetadataSchemaUri: Required. Points to a YAML file stored on Google Cloud
    // Storage describing additional information about the Dataset. The schema is
    // defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used
    // here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
    MetadataSchemaUri string `json:"metadataSchemaUri,omitempty"`
    // ModelReference: Optional. Reference to the public base model last used by
    // the dataset. Only set for prompt datasets.
    ModelReference string `json:"modelReference,omitempty"`
    // Name: Output only. The resource name of the Dataset.
    Name string `json:"name,omitempty"`
    // SavedQueries: All SavedQueries belong to the Dataset will be returned in
    // List/Get Dataset response. The annotation_specs field will not be populated
    // except for UI cases which will only use annotation_spec_count. In
    // CreateDataset request, a SavedQuery is created together if this field is
    // set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery
    // should not contain any AnnotationSpec.
    SavedQueries []*GoogleCloudAiplatformV1beta1SavedQuery `json:"savedQueries,omitempty"`
    // UpdateTime: Output only. Timestamp when this Dataset was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Dataset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Dataset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DatasetVersion

GoogleCloudAiplatformV1beta1DatasetVersion: Describes the dataset version.

type GoogleCloudAiplatformV1beta1DatasetVersion struct {
    // BigQueryDatasetName: Output only. Name of the associated BigQuery dataset.
    BigQueryDatasetName string `json:"bigQueryDatasetName,omitempty"`
    // CreateTime: Output only. Timestamp when this DatasetVersion was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: The user-defined name of the DatasetVersion. The name can be up
    // to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Metadata: Required. Output only. Additional information about the
    // DatasetVersion.
    Metadata interface{} `json:"metadata,omitempty"`
    // ModelReference: Output only. Reference to the public base model last used by
    // the dataset version. Only set for prompt dataset versions.
    ModelReference string `json:"modelReference,omitempty"`
    // Name: Output only. The resource name of the DatasetVersion.
    Name string `json:"name,omitempty"`
    // UpdateTime: Output only. Timestamp when this DatasetVersion was last
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BigQueryDatasetName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigQueryDatasetName") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DatasetVersion) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DatasetVersion) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DedicatedResources

GoogleCloudAiplatformV1beta1DedicatedResources: A description of resources that are dedicated to a DeployedModel, and that need a higher degree of manual configuration.

type GoogleCloudAiplatformV1beta1DedicatedResources struct {
    // AutoscalingMetricSpecs: Immutable. The metric specifications that overrides
    // a resource utilization metric (CPU utilization, accelerator's duty cycle,
    // and so on) target value (default to 60 if not set). At most one entry is
    // allowed per metric. If machine_spec.accelerator_count is above 0, the
    // autoscaling will be based on both CPU utilization and accelerator's duty
    // cycle metrics and scale up when either metrics exceeds its target value
    // while scale down if both metrics are under their target value. The default
    // target value is 60 for both metrics. If machine_spec.accelerator_count is 0,
    // the autoscaling will be based on CPU utilization metric only with default
    // target value 60 if not explicitly set. For example, in the case of Online
    // Prediction, if you want to override target CPU utilization to 80, you should
    // set autoscaling_metric_specs.metric_name to
    // `aiplatform.googleapis.com/prediction/online/cpu/utilization` and
    // autoscaling_metric_specs.target to `80`.
    AutoscalingMetricSpecs []*GoogleCloudAiplatformV1beta1AutoscalingMetricSpec `json:"autoscalingMetricSpecs,omitempty"`
    // MachineSpec: Required. Immutable. The specification of a single machine used
    // by the prediction.
    MachineSpec *GoogleCloudAiplatformV1beta1MachineSpec `json:"machineSpec,omitempty"`
    // MaxReplicaCount: Immutable. The maximum number of replicas this
    // DeployedModel may be deployed on when the traffic against it increases. If
    // the requested value is too large, the deployment will error, but if
    // deployment succeeds then the ability to scale the model to that many
    // replicas is guaranteed (barring service outages). If traffic against the
    // DeployedModel increases beyond what its replicas at maximum may handle, a
    // portion of the traffic will be dropped. If this value is not provided, will
    // use min_replica_count as the default value. The value of this field impacts
    // the charge against Vertex CPU and GPU quotas. Specifically, you will be
    // charged for (max_replica_count * number of cores in the selected machine
    // type) and (max_replica_count * number of GPUs per replica in the selected
    // machine type).
    MaxReplicaCount int64 `json:"maxReplicaCount,omitempty"`
    // MinReplicaCount: Required. Immutable. The minimum number of machine replicas
    // this DeployedModel will be always deployed on. This value must be greater
    // than or equal to 1. If traffic against the DeployedModel increases, it may
    // dynamically be deployed onto more replicas, and as traffic decreases, some
    // of these extra replicas may be freed.
    MinReplicaCount int64 `json:"minReplicaCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AutoscalingMetricSpecs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutoscalingMetricSpecs") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DedicatedResources) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DedicatedResources) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata

GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata: Details of operations that delete Feature values.

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata struct {
    // GenericMetadata: Operation metadata for Featurestore delete Features values.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest

GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest: Request message for FeaturestoreService.DeleteFeatureValues.

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest struct {
    // SelectEntity: Select feature values to be deleted by specifying entities.
    SelectEntity *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity `json:"selectEntity,omitempty"`
    // SelectTimeRangeAndFeature: Select feature values to be deleted by specifying
    // time range and features.
    SelectTimeRangeAndFeature *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature `json:"selectTimeRangeAndFeature,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SelectEntity") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SelectEntity") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity

GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity: Message to select entity. If an entity id is selected, all the feature values corresponding to the entity id will be deleted, including the entityId.

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity struct {
    // EntityIdSelector: Required. Selectors choosing feature values of which
    // entity id to be deleted from the EntityType.
    EntityIdSelector *GoogleCloudAiplatformV1beta1EntityIdSelector `json:"entityIdSelector,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EntityIdSelector") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityIdSelector") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature

GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeatu re: Message to select time range and feature. Values of the selected feature generated within an inclusive time range will be deleted. Using this option permanently deletes the feature values from the specified feature IDs within the specified time range. This might include data from the online storage. If you want to retain any deleted historical data in the online storage, you must re-ingest it.

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature struct {
    // FeatureSelector: Required. Selectors choosing which feature values to be
    // deleted from the EntityType.
    FeatureSelector *GoogleCloudAiplatformV1beta1FeatureSelector `json:"featureSelector,omitempty"`
    // SkipOnlineStorageDelete: If set, data will not be deleted from online
    // storage. When time range is older than the data in online storage, setting
    // this to be true will make the deletion have no impact on online serving.
    SkipOnlineStorageDelete bool `json:"skipOnlineStorageDelete,omitempty"`
    // TimeRange: Required. Select feature generated within a half-inclusive time
    // range. The time range is lower inclusive and upper exclusive.
    TimeRange *GoogleTypeInterval `json:"timeRange,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FeatureSelector") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureSelector") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse

GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse: Response message for FeaturestoreService.DeleteFeatureValues.

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse struct {
    // SelectEntity: Response for request specifying the entities to delete
    SelectEntity *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity `json:"selectEntity,omitempty"`
    // SelectTimeRangeAndFeature: Response for request specifying time range and
    // feature
    SelectTimeRangeAndFeature *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature `json:"selectTimeRangeAndFeature,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SelectEntity") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SelectEntity") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity

GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity: Response message if the request uses the SelectEntity option.

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity struct {
    // OfflineStorageDeletedEntityRowCount: The count of deleted entity rows in the
    // offline storage. Each row corresponds to the combination of an entity ID and
    // a timestamp. One entity ID can have multiple rows in the offline storage.
    OfflineStorageDeletedEntityRowCount int64 `json:"offlineStorageDeletedEntityRowCount,omitempty,string"`
    // OnlineStorageDeletedEntityCount: The count of deleted entities in the online
    // storage. Each entity ID corresponds to one entity.
    OnlineStorageDeletedEntityCount int64 `json:"onlineStorageDeletedEntityCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g.
    // "OfflineStorageDeletedEntityRowCount") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g.
    // "OfflineStorageDeletedEntityRowCount") to include in API requests with the
    // JSON null value. By default, fields with empty values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-NullFields for
    // more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature

GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeat ure: Response message if the request uses the SelectTimeRangeAndFeature option.

type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature struct {
    // ImpactedFeatureCount: The count of the features or columns impacted. This is
    // the same as the feature count in the request.
    ImpactedFeatureCount int64 `json:"impactedFeatureCount,omitempty,string"`
    // OfflineStorageModifiedEntityRowCount: The count of modified entity rows in
    // the offline storage. Each row corresponds to the combination of an entity ID
    // and a timestamp. One entity ID can have multiple rows in the offline
    // storage. Within each row, only the features specified in the request are
    // deleted.
    OfflineStorageModifiedEntityRowCount int64 `json:"offlineStorageModifiedEntityRowCount,omitempty,string"`
    // OnlineStorageModifiedEntityCount: The count of modified entities in the
    // online storage. Each entity ID corresponds to one entity. Within each
    // entity, only the features specified in the request are deleted.
    OnlineStorageModifiedEntityCount int64 `json:"onlineStorageModifiedEntityCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ImpactedFeatureCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ImpactedFeatureCount") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata

GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata: Details of operations that perform MetadataService.DeleteMetadataStore.

type GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata struct {
    // GenericMetadata: Operation metadata for deleting a MetadataStore.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeleteOperationMetadata

GoogleCloudAiplatformV1beta1DeleteOperationMetadata: Details of operations that perform deletes of any entities.

type GoogleCloudAiplatformV1beta1DeleteOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeleteOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeleteOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata

GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata: Runtime operation information for IndexEndpointService.DeployIndex.

type GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata struct {
    // DeployedIndexId: The unique index id specified by user
    DeployedIndexId string `json:"deployedIndexId,omitempty"`
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndexId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndexId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployIndexRequest

GoogleCloudAiplatformV1beta1DeployIndexRequest: Request message for IndexEndpointService.DeployIndex.

type GoogleCloudAiplatformV1beta1DeployIndexRequest struct {
    // DeployedIndex: Required. The DeployedIndex to be created within the
    // IndexEndpoint.
    DeployedIndex *GoogleCloudAiplatformV1beta1DeployedIndex `json:"deployedIndex,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndex") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndex") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployIndexRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployIndexRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployIndexResponse

GoogleCloudAiplatformV1beta1DeployIndexResponse: Response message for IndexEndpointService.DeployIndex.

type GoogleCloudAiplatformV1beta1DeployIndexResponse struct {
    // DeployedIndex: The DeployedIndex that had been deployed in the
    // IndexEndpoint.
    DeployedIndex *GoogleCloudAiplatformV1beta1DeployedIndex `json:"deployedIndex,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndex") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndex") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployIndexResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployIndexResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployModelOperationMetadata

GoogleCloudAiplatformV1beta1DeployModelOperationMetadata: Runtime operation information for EndpointService.DeployModel.

type GoogleCloudAiplatformV1beta1DeployModelOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployModelOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployModelOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployModelRequest

GoogleCloudAiplatformV1beta1DeployModelRequest: Request message for EndpointService.DeployModel.

type GoogleCloudAiplatformV1beta1DeployModelRequest struct {
    // DeployedModel: Required. The DeployedModel to be created within the
    // Endpoint. Note that Endpoint.traffic_split must be updated for the
    // DeployedModel to start receiving traffic, either as part of this call, or
    // via EndpointService.UpdateEndpoint.
    DeployedModel *GoogleCloudAiplatformV1beta1DeployedModel `json:"deployedModel,omitempty"`
    // TrafficSplit: A map from a DeployedModel's ID to the percentage of this
    // Endpoint's traffic that should be forwarded to that DeployedModel. If this
    // field is non-empty, then the Endpoint's traffic_split will be overwritten
    // with it. To refer to the ID of the just being deployed Model, a "0" should
    // be used, and the actual ID of the new DeployedModel will be filled in its
    // place by this method. The traffic percentage values must add up to 100. If
    // this field is empty, then the Endpoint's traffic_split is not updated.
    TrafficSplit map[string]int64 `json:"trafficSplit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployModelRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployModelRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployModelResponse

GoogleCloudAiplatformV1beta1DeployModelResponse: Response message for EndpointService.DeployModel.

type GoogleCloudAiplatformV1beta1DeployModelResponse struct {
    // DeployedModel: The DeployedModel that had been deployed in the Endpoint.
    DeployedModel *GoogleCloudAiplatformV1beta1DeployedModel `json:"deployedModel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployModelResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployModelResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata

GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata: Runtime operation information for SolverService.DeploySolver.

type GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata struct {
    // GenericMetadata: The generic operation information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployedIndex

GoogleCloudAiplatformV1beta1DeployedIndex: A deployment of an Index. IndexEndpoints contain one or more DeployedIndexes.

type GoogleCloudAiplatformV1beta1DeployedIndex struct {
    // AutomaticResources: Optional. A description of resources that the
    // DeployedIndex uses, which to large degree are decided by Vertex AI, and
    // optionally allows only a modest additional configuration. If
    // min_replica_count is not set, the default value is 2 (we don't provide SLA
    // when min_replica_count=1). If max_replica_count is not set, the default
    // value is min_replica_count. The max allowed replica count is 1000.
    AutomaticResources *GoogleCloudAiplatformV1beta1AutomaticResources `json:"automaticResources,omitempty"`
    // CreateTime: Output only. Timestamp when the DeployedIndex was created.
    CreateTime string `json:"createTime,omitempty"`
    // DedicatedResources: Optional. A description of resources that are dedicated
    // to the DeployedIndex, and that need a higher degree of manual configuration.
    // The field min_replica_count must be set to a value strictly greater than 0,
    // or else validation will fail. We don't provide SLA when min_replica_count=1.
    // If max_replica_count is not set, the default value is min_replica_count. The
    // max allowed replica count is 1000. Available machine types for SMALL shard:
    // e2-standard-2 and all machine types available for MEDIUM and LARGE shard.
    // Available machine types for MEDIUM shard: e2-standard-16 and all machine
    // types available for LARGE shard. Available machine types for LARGE shard:
    // e2-highmem-16, n2d-standard-32. n1-standard-16 and n1-standard-32 are still
    // available, but we recommend e2-standard-16 and e2-highmem-16 for cost
    // efficiency.
    DedicatedResources *GoogleCloudAiplatformV1beta1DedicatedResources `json:"dedicatedResources,omitempty"`
    // DeployedIndexAuthConfig: Optional. If set, the authentication is enabled for
    // the private endpoint.
    DeployedIndexAuthConfig *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig `json:"deployedIndexAuthConfig,omitempty"`
    // DeploymentGroup: Optional. The deployment group can be no longer than 64
    // characters (eg: 'test', 'prod'). If not set, we will use the 'default'
    // deployment group. Creating `deployment_groups` with `reserved_ip_ranges` is
    // a recommended practice when the peered network has multiple peering ranges.
    // This creates your deployments from predictable IP spaces for easier traffic
    // administration. Also, one deployment_group (except 'default') can only be
    // used with the same reserved_ip_ranges which means if the deployment_group
    // has been used with reserved_ip_ranges: [a, b, c], using it with [a, b] or
    // [d, e] is disallowed. Note: we only support up to 5 deployment groups(not
    // including 'default').
    DeploymentGroup string `json:"deploymentGroup,omitempty"`
    // DisplayName: The display name of the DeployedIndex. If not provided upon
    // creation, the Index's display_name is used.
    DisplayName string `json:"displayName,omitempty"`
    // EnableAccessLogging: Optional. If true, private endpoint's access logs are
    // sent to Cloud Logging. These logs are like standard server access logs,
    // containing information like timestamp and latency for each MatchRequest.
    // Note that logs may incur a cost, especially if the deployed index receives a
    // high queries per second rate (QPS). Estimate your costs before enabling this
    // option.
    EnableAccessLogging bool `json:"enableAccessLogging,omitempty"`
    // Id: Required. The user specified ID of the DeployedIndex. The ID can be up
    // to 128 characters long and must start with a letter and only contain
    // letters, numbers, and underscores. The ID must be unique within the project
    // it is created in.
    Id string `json:"id,omitempty"`
    // Index: Required. The name of the Index this is the deployment of. We may
    // refer to this Index as the DeployedIndex's "original" Index.
    Index string `json:"index,omitempty"`
    // IndexSyncTime: Output only. The DeployedIndex may depend on various data on
    // its original Index. Additionally when certain changes to the original Index
    // are being done (e.g. when what the Index contains is being changed) the
    // DeployedIndex may be asynchronously updated in the background to reflect
    // these changes. If this timestamp's value is at least the Index.update_time
    // of the original Index, it means that this DeployedIndex and the original
    // Index are in sync. If this timestamp is older, then to see which updates
    // this DeployedIndex already contains (and which it does not), one must list
    // the operations that are running on the original Index. Only the successfully
    // completed Operations with update_time equal or before this sync time are
    // contained in this DeployedIndex.
    IndexSyncTime string `json:"indexSyncTime,omitempty"`
    // PrivateEndpoints: Output only. Provides paths for users to send requests
    // directly to the deployed index services running on Cloud via private
    // services access. This field is populated if network is configured.
    PrivateEndpoints *GoogleCloudAiplatformV1beta1IndexPrivateEndpoints `json:"privateEndpoints,omitempty"`
    // ReservedIpRanges: Optional. A list of reserved ip ranges under the VPC
    // network that can be used for this DeployedIndex. If set, we will deploy the
    // index within the provided ip ranges. Otherwise, the index might be deployed
    // to any ip ranges under the provided VPC network. The value should be the
    // name of the address
    // (https://cloud.google.com/compute/docs/reference/rest/v1/addresses) Example:
    // ['vertex-ai-ip-range']. For more information about subnets and network IP
    // ranges, please see
    // https://cloud.google.com/vpc/docs/subnets#manually_created_subnet_ip_ranges.
    ReservedIpRanges []string `json:"reservedIpRanges,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AutomaticResources") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutomaticResources") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployedIndex) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployedIndex) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig

GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig: Used to set up the auth on the DeployedIndex's private endpoint.

type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig struct {
    // AuthProvider: Defines the authentication provider that the DeployedIndex
    // uses.
    AuthProvider *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider `json:"authProvider,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AuthProvider") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AuthProvider") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider

GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider: Configuration for an authentication provider, including support for JSON Web Token (JWT) (https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).

type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider struct {
    // AllowedIssuers: A list of allowed JWT issuers. Each entry must be a valid
    // Google service account, in the following format:
    // `service-account-name@project-id.iam.gserviceaccount.com`
    AllowedIssuers []string `json:"allowedIssuers,omitempty"`
    // Audiences: The list of JWT audiences
    // (https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
    // that are allowed to access. A JWT containing any of these audiences will be
    // accepted.
    Audiences []string `json:"audiences,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AllowedIssuers") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllowedIssuers") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployedIndexRef

GoogleCloudAiplatformV1beta1DeployedIndexRef: Points to a DeployedIndex.

type GoogleCloudAiplatformV1beta1DeployedIndexRef struct {
    // DeployedIndexId: Immutable. The ID of the DeployedIndex in the above
    // IndexEndpoint.
    DeployedIndexId string `json:"deployedIndexId,omitempty"`
    // DisplayName: Output only. The display name of the DeployedIndex.
    DisplayName string `json:"displayName,omitempty"`
    // IndexEndpoint: Immutable. A resource name of the IndexEndpoint.
    IndexEndpoint string `json:"indexEndpoint,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndexId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndexId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployedIndexRef) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployedIndexRef) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployedModel

GoogleCloudAiplatformV1beta1DeployedModel: A deployment of a Model. Endpoints contain one or more DeployedModels.

type GoogleCloudAiplatformV1beta1DeployedModel struct {
    // AutomaticResources: A description of resources that to large degree are
    // decided by Vertex AI, and require only a modest additional configuration.
    AutomaticResources *GoogleCloudAiplatformV1beta1AutomaticResources `json:"automaticResources,omitempty"`
    // CreateTime: Output only. Timestamp when the DeployedModel was created.
    CreateTime string `json:"createTime,omitempty"`
    // DedicatedResources: A description of resources that are dedicated to the
    // DeployedModel, and that need a higher degree of manual configuration.
    DedicatedResources *GoogleCloudAiplatformV1beta1DedicatedResources `json:"dedicatedResources,omitempty"`
    // DisableExplanations: If true, deploy the model without explainable feature,
    // regardless the existence of Model.explanation_spec or explanation_spec.
    DisableExplanations bool `json:"disableExplanations,omitempty"`
    // DisplayName: The display name of the DeployedModel. If not provided upon
    // creation, the Model's display_name is used.
    DisplayName string `json:"displayName,omitempty"`
    // EnableAccessLogging: If true, online prediction access logs are sent to
    // Cloud Logging. These logs are like standard server access logs, containing
    // information like timestamp and latency for each prediction request. Note
    // that logs may incur a cost, especially if your project receives prediction
    // requests at a high queries per second rate (QPS). Estimate your costs before
    // enabling this option.
    EnableAccessLogging bool `json:"enableAccessLogging,omitempty"`
    // EnableContainerLogging: If true, the container of the DeployedModel
    // instances will send `stderr` and `stdout` streams to Cloud Logging. Only
    // supported for custom-trained Models and AutoML Tabular Models.
    EnableContainerLogging bool `json:"enableContainerLogging,omitempty"`
    // ExplanationSpec: Explanation configuration for this DeployedModel. When
    // deploying a Model using EndpointService.DeployModel, this value overrides
    // the value of Model.explanation_spec. All fields of explanation_spec are
    // optional in the request. If a field of explanation_spec is not populated,
    // the value of the same field of Model.explanation_spec is inherited. If the
    // corresponding Model.explanation_spec is not populated, all fields of the
    // explanation_spec will be used for the explanation configuration.
    ExplanationSpec *GoogleCloudAiplatformV1beta1ExplanationSpec `json:"explanationSpec,omitempty"`
    // Id: Immutable. The ID of the DeployedModel. If not provided upon deployment,
    // Vertex AI will generate a value for this ID. This value should be 1-10
    // characters, and valid characters are `/[0-9]/`.
    Id string `json:"id,omitempty"`
    // Model: Required. The resource name of the Model that this is the deployment
    // of. Note that the Model may be in a different location than the
    // DeployedModel's Endpoint. The resource name may contain version id or
    // version alias to specify the version. Example:
    // `projects/{project}/locations/{location}/models/{model}@2` or
    // `projects/{project}/locations/{location}/models/{model}@golden` if no
    // version is specified, the default version will be deployed.
    Model string `json:"model,omitempty"`
    // ModelVersionId: Output only. The version ID of the model that is deployed.
    ModelVersionId string `json:"modelVersionId,omitempty"`
    // PrivateEndpoints: Output only. Provide paths for users to send
    // predict/explain/health requests directly to the deployed model services
    // running on Cloud via private services access. This field is populated if
    // network is configured.
    PrivateEndpoints *GoogleCloudAiplatformV1beta1PrivateEndpoints `json:"privateEndpoints,omitempty"`
    // ServiceAccount: The service account that the DeployedModel's container runs
    // as. Specify the email address of the service account. If this service
    // account is not specified, the container runs as a service account that
    // doesn't have access to the resource project. Users deploying the Model must
    // have the `iam.serviceAccounts.actAs` permission on this service account.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // SharedResources: The resource name of the shared DeploymentResourcePool to
    // deploy on. Format:
    // `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_
    // resource_pool}`
    SharedResources string `json:"sharedResources,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AutomaticResources") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutomaticResources") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployedModel) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployedModel) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeployedModelRef

GoogleCloudAiplatformV1beta1DeployedModelRef: Points to a DeployedModel.

type GoogleCloudAiplatformV1beta1DeployedModelRef struct {
    // DeployedModelId: Immutable. An ID of a DeployedModel in the above Endpoint.
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // Endpoint: Immutable. A resource name of an Endpoint.
    Endpoint string `json:"endpoint,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModelId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModelId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeployedModelRef) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeployedModelRef) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DeploymentResourcePool

GoogleCloudAiplatformV1beta1DeploymentResourcePool: A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.

type GoogleCloudAiplatformV1beta1DeploymentResourcePool struct {
    // CreateTime: Output only. Timestamp when this DeploymentResourcePool was
    // created.
    CreateTime string `json:"createTime,omitempty"`
    // DedicatedResources: Required. The underlying DedicatedResources that the
    // DeploymentResourcePool uses.
    DedicatedResources *GoogleCloudAiplatformV1beta1DedicatedResources `json:"dedicatedResources,omitempty"`
    // Name: Immutable. The resource name of the DeploymentResourcePool. Format:
    // `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_
    // resource_pool}`
    Name string `json:"name,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DeploymentResourcePool) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DeploymentResourcePool) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DestinationFeatureSetting

type GoogleCloudAiplatformV1beta1DestinationFeatureSetting struct {
    // DestinationField: Specify the field name in the export destination. If not
    // specified, Feature ID is used.
    DestinationField string `json:"destinationField,omitempty"`
    // FeatureId: Required. The ID of the Feature to apply the setting to.
    FeatureId string `json:"featureId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DestinationField") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DestinationField") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DestinationFeatureSetting) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DestinationFeatureSetting) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DirectPredictRequest

GoogleCloudAiplatformV1beta1DirectPredictRequest: Request message for PredictionService.DirectPredict.

type GoogleCloudAiplatformV1beta1DirectPredictRequest struct {
    // Inputs: The prediction input.
    Inputs []*GoogleCloudAiplatformV1beta1Tensor `json:"inputs,omitempty"`
    // Parameters: The parameters that govern the prediction.
    Parameters *GoogleCloudAiplatformV1beta1Tensor `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DirectPredictRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DirectPredictRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DirectPredictResponse

GoogleCloudAiplatformV1beta1DirectPredictResponse: Response message for PredictionService.DirectPredict.

type GoogleCloudAiplatformV1beta1DirectPredictResponse struct {
    // Outputs: The prediction output.
    Outputs []*GoogleCloudAiplatformV1beta1Tensor `json:"outputs,omitempty"`
    // Parameters: The parameters that govern the prediction.
    Parameters *GoogleCloudAiplatformV1beta1Tensor `json:"parameters,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Outputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Outputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DirectPredictResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DirectPredictResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DirectRawPredictRequest

GoogleCloudAiplatformV1beta1DirectRawPredictRequest: Request message for PredictionService.DirectRawPredict.

type GoogleCloudAiplatformV1beta1DirectRawPredictRequest struct {
    // Input: The prediction input.
    Input string `json:"input,omitempty"`
    // MethodName: Fully qualified name of the API method being invoked to perform
    // predictions. Format: `/namespace.Service/Method/` Example:
    // `/tensorflow.serving.PredictionService/Predict`
    MethodName string `json:"methodName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Input") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Input") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DirectRawPredictRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DirectRawPredictRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DirectRawPredictResponse

GoogleCloudAiplatformV1beta1DirectRawPredictResponse: Response message for PredictionService.DirectRawPredict.

type GoogleCloudAiplatformV1beta1DirectRawPredictResponse struct {
    // Output: The prediction output.
    Output string `json:"output,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Output") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Output") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DirectRawPredictResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DirectRawPredictResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DirectUploadSource

GoogleCloudAiplatformV1beta1DirectUploadSource: The input content is encapsulated and uploaded in the request.

type GoogleCloudAiplatformV1beta1DirectUploadSource struct {
}

type GoogleCloudAiplatformV1beta1DiskSpec

GoogleCloudAiplatformV1beta1DiskSpec: Represents the spec of disk options.

type GoogleCloudAiplatformV1beta1DiskSpec struct {
    // BootDiskSizeGb: Size in GB of the boot disk (default is 100GB).
    BootDiskSizeGb int64 `json:"bootDiskSizeGb,omitempty"`
    // BootDiskType: Type of the boot disk (default is "pd-ssd"). Valid values:
    // "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent
    // Disk Hard Disk Drive).
    BootDiskType string `json:"bootDiskType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BootDiskSizeGb") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BootDiskSizeGb") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DiskSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DiskSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1DoubleArray

GoogleCloudAiplatformV1beta1DoubleArray: A list of double values.

type GoogleCloudAiplatformV1beta1DoubleArray struct {
    // Values: A list of double values.
    Values []float64 `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1DoubleArray) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1DoubleArray) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1DoubleArray) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1DoubleArray) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1EncryptionSpec

GoogleCloudAiplatformV1beta1EncryptionSpec: Represents a customer-managed encryption key spec that can be applied to a top-level resource.

type GoogleCloudAiplatformV1beta1EncryptionSpec struct {
    // KmsKeyName: Required. The Cloud KMS resource identifier of the customer
    // managed encryption key used to protect a resource. Has the form:
    // `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.
    // The key needs to be in the same region as where the compute resource is
    // created.
    KmsKeyName string `json:"kmsKeyName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "KmsKeyName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "KmsKeyName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EncryptionSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EncryptionSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Endpoint

GoogleCloudAiplatformV1beta1Endpoint: Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations.

type GoogleCloudAiplatformV1beta1Endpoint struct {
    // CreateTime: Output only. Timestamp when this Endpoint was created.
    CreateTime string `json:"createTime,omitempty"`
    // DeployedModels: Output only. The models deployed in this Endpoint. To add or
    // remove DeployedModels use EndpointService.DeployModel and
    // EndpointService.UndeployModel respectively.
    DeployedModels []*GoogleCloudAiplatformV1beta1DeployedModel `json:"deployedModels,omitempty"`
    // Description: The description of the Endpoint.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the Endpoint. The name can be up
    // to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EnablePrivateServiceConnect: Deprecated: If true, expose the Endpoint via
    // private service connect. Only one of the fields, network or
    // enable_private_service_connect, can be set.
    EnablePrivateServiceConnect bool `json:"enablePrivateServiceConnect,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for an Endpoint. If
    // set, this Endpoint and all sub-resources of this Endpoint will be secured by
    // this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Endpoints.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. See
    // https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // ModelDeploymentMonitoringJob: Output only. Resource name of the Model
    // Monitoring job associated with this Endpoint if monitoring is enabled by
    // JobService.CreateModelDeploymentMonitoringJob. Format:
    // `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model
    // _deployment_monitoring_job}`
    ModelDeploymentMonitoringJob string `json:"modelDeploymentMonitoringJob,omitempty"`
    // Name: Output only. The resource name of the Endpoint.
    Name string `json:"name,omitempty"`
    // Network: Optional. The full name of the Google Compute Engine network
    // (https://cloud.google.com//compute/docs/networks-and-firewalls#networks) to
    // which the Endpoint should be peered. Private services access must already be
    // configured for the network. If left unspecified, the Endpoint is not peered
    // with any network. Only one of the fields, network or
    // enable_private_service_connect, can be set. Format
    // (https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert):
    // `projects/{project}/global/networks/{network}`. Where `{project}` is a
    // project number, as in `12345`, and `{network}` is network name.
    Network string `json:"network,omitempty"`
    // PredictRequestResponseLoggingConfig: Configures the request-response logging
    // for online prediction.
    PredictRequestResponseLoggingConfig *GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig `json:"predictRequestResponseLoggingConfig,omitempty"`
    // PrivateServiceConnectConfig: Optional. Configuration for private service
    // connect. network and private_service_connect_config are mutually exclusive.
    PrivateServiceConnectConfig *GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig `json:"privateServiceConnectConfig,omitempty"`
    // TrafficSplit: A map from a DeployedModel's ID to the percentage of this
    // Endpoint's traffic that should be forwarded to that DeployedModel. If a
    // DeployedModel's ID is not listed in this map, then it receives no traffic.
    // The traffic percentage values must add up to 100, or map must be empty if
    // the Endpoint is to not accept any traffic at a moment.
    TrafficSplit map[string]int64 `json:"trafficSplit,omitempty"`
    // UpdateTime: Output only. Timestamp when this Endpoint was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Endpoint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Endpoint) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1EntityIdSelector

GoogleCloudAiplatformV1beta1EntityIdSelector: Selector for entityId. Getting ids from the given source.

type GoogleCloudAiplatformV1beta1EntityIdSelector struct {
    // CsvSource: Source of Csv
    CsvSource *GoogleCloudAiplatformV1beta1CsvSource `json:"csvSource,omitempty"`
    // EntityIdField: Source column that holds entity IDs. If not provided, entity
    // IDs are extracted from the column named entity_id.
    EntityIdField string `json:"entityIdField,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CsvSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CsvSource") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EntityIdSelector) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EntityIdSelector) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1EntityType

GoogleCloudAiplatformV1beta1EntityType: An entity type is a type of object in a system that needs to be modeled and have stored information about. For example, driver is an entity type, and driver0 is an instance of an entity type driver.

type GoogleCloudAiplatformV1beta1EntityType struct {
    // CreateTime: Output only. Timestamp when this EntityType was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Optional. Description of the EntityType.
    Description string `json:"description,omitempty"`
    // Etag: Optional. Used to perform a consistent read-modify-write updates. If
    // not set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // EntityTypes. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information on and examples of labels. No
    // more than 64 user labels can be associated with one EntityType (System
    // labels are excluded)." System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // MonitoringConfig: Optional. The default monitoring configuration for all
    // Features with value type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64
    // under this EntityType. If this is populated with
    // [FeaturestoreMonitoringConfig.monitoring_interval] specified, snapshot
    // analysis monitoring is enabled. Otherwise, snapshot analysis monitoring is
    // disabled.
    MonitoringConfig *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig `json:"monitoringConfig,omitempty"`
    // Name: Immutable. Name of the EntityType. Format:
    // `projects/{project}/locations/{location}/featurestores/{featurestore}/entityT
    // ypes/{entity_type}` The last part entity_type is assigned by the client. The
    // entity_type can be up to 64 characters long and can consist only of ASCII
    // Latin letters A-Z and a-z and underscore(_), and ASCII digits 0-9 starting
    // with a letter. The value will be unique given a featurestore.
    Name string `json:"name,omitempty"`
    // OfflineStorageTtlDays: Optional. Config for data retention policy in offline
    // storage. TTL in days for feature values that will be stored in offline
    // storage. The Feature Store offline storage periodically removes obsolete
    // feature values older than `offline_storage_ttl_days` since the feature
    // generation time. If unset (or explicitly set to 0), default to 4000 days
    // TTL.
    OfflineStorageTtlDays int64 `json:"offlineStorageTtlDays,omitempty"`
    // UpdateTime: Output only. Timestamp when this EntityType was most recently
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EntityType) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EntityType) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1EnvVar

GoogleCloudAiplatformV1beta1EnvVar: Represents an environment variable present in a Container or Python Module.

type GoogleCloudAiplatformV1beta1EnvVar struct {
    // Name: Required. Name of the environment variable. Must be a valid C
    // identifier.
    Name string `json:"name,omitempty"`
    // Value: Required. Variables that reference a $(VAR_NAME) are expanded using
    // the previous defined environment variables in the container and any service
    // environment variables. If a variable cannot be resolved, the reference in
    // the input string will be unchanged. The $(VAR_NAME) syntax can be escaped
    // with a double $$, ie: $$(VAR_NAME). Escaped references will never be
    // expanded, regardless of whether the variable exists or not.
    Value string `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Name") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Name") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EnvVar) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EnvVar) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation

GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation: Model error analysis for each annotation.

type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation struct {
    // AttributedItems: Attributed items for a given annotation, typically
    // representing neighbors from the training sets constrained by the query type.
    AttributedItems []*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem `json:"attributedItems,omitempty"`
    // OutlierScore: The outlier score of this annotated item. Usually defined as
    // the min of all distances from attributed items.
    OutlierScore float64 `json:"outlierScore,omitempty"`
    // OutlierThreshold: The threshold used to determine if this annotation is an
    // outlier or not.
    OutlierThreshold float64 `json:"outlierThreshold,omitempty"`
    // QueryType: The query type used for finding the attributed items.
    //
    // Possible values:
    //   "QUERY_TYPE_UNSPECIFIED" - Unspecified query type for model error
    // analysis.
    //   "ALL_SIMILAR" - Query similar samples across all classes in the dataset.
    //   "SAME_CLASS_SIMILAR" - Query similar samples from the same class of the
    // input sample.
    //   "SAME_CLASS_DISSIMILAR" - Query dissimilar samples from the same class of
    // the input sample.
    QueryType string `json:"queryType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AttributedItems") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AttributedItems") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem

GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem: Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.

type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem struct {
    // AnnotationResourceName: The unique ID for each annotation. Used by FE to
    // allocate the annotation in DB.
    AnnotationResourceName string `json:"annotationResourceName,omitempty"`
    // Distance: The distance of this item to the annotation.
    Distance float64 `json:"distance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationResourceName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationResourceName") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1EvaluateInstancesRequest

GoogleCloudAiplatformV1beta1EvaluateInstancesRequest: Request message for EvaluationService.EvaluateInstances.

type GoogleCloudAiplatformV1beta1EvaluateInstancesRequest struct {
    // BleuInput: Instances and metric spec for bleu metric.
    BleuInput *GoogleCloudAiplatformV1beta1BleuInput `json:"bleuInput,omitempty"`
    // CoherenceInput: Input for coherence metric.
    CoherenceInput *GoogleCloudAiplatformV1beta1CoherenceInput `json:"coherenceInput,omitempty"`
    // ExactMatchInput: Auto metric instances. Instances and metric spec for exact
    // match metric.
    ExactMatchInput *GoogleCloudAiplatformV1beta1ExactMatchInput `json:"exactMatchInput,omitempty"`
    // FluencyInput: LLM-based metric instance. General text generation metrics,
    // applicable to other categories. Input for fluency metric.
    FluencyInput *GoogleCloudAiplatformV1beta1FluencyInput `json:"fluencyInput,omitempty"`
    // FulfillmentInput: Input for fulfillment metric.
    FulfillmentInput *GoogleCloudAiplatformV1beta1FulfillmentInput `json:"fulfillmentInput,omitempty"`
    // GroundednessInput: Input for groundedness metric.
    GroundednessInput *GoogleCloudAiplatformV1beta1GroundednessInput `json:"groundednessInput,omitempty"`
    // PairwiseQuestionAnsweringQualityInput: Input for pairwise question answering
    // quality metric.
    PairwiseQuestionAnsweringQualityInput *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput `json:"pairwiseQuestionAnsweringQualityInput,omitempty"`
    // PairwiseSummarizationQualityInput: Input for pairwise summarization quality
    // metric.
    PairwiseSummarizationQualityInput *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput `json:"pairwiseSummarizationQualityInput,omitempty"`
    // QuestionAnsweringCorrectnessInput: Input for question answering correctness
    // metric.
    QuestionAnsweringCorrectnessInput *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput `json:"questionAnsweringCorrectnessInput,omitempty"`
    // QuestionAnsweringHelpfulnessInput: Input for question answering helpfulness
    // metric.
    QuestionAnsweringHelpfulnessInput *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput `json:"questionAnsweringHelpfulnessInput,omitempty"`
    // QuestionAnsweringQualityInput: Input for question answering quality metric.
    QuestionAnsweringQualityInput *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput `json:"questionAnsweringQualityInput,omitempty"`
    // QuestionAnsweringRelevanceInput: Input for question answering relevance
    // metric.
    QuestionAnsweringRelevanceInput *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput `json:"questionAnsweringRelevanceInput,omitempty"`
    // RougeInput: Instances and metric spec for rouge metric.
    RougeInput *GoogleCloudAiplatformV1beta1RougeInput `json:"rougeInput,omitempty"`
    // SafetyInput: Input for safety metric.
    SafetyInput *GoogleCloudAiplatformV1beta1SafetyInput `json:"safetyInput,omitempty"`
    // SummarizationHelpfulnessInput: Input for summarization helpfulness metric.
    SummarizationHelpfulnessInput *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput `json:"summarizationHelpfulnessInput,omitempty"`
    // SummarizationQualityInput: Input for summarization quality metric.
    SummarizationQualityInput *GoogleCloudAiplatformV1beta1SummarizationQualityInput `json:"summarizationQualityInput,omitempty"`
    // SummarizationVerbosityInput: Input for summarization verbosity metric.
    SummarizationVerbosityInput *GoogleCloudAiplatformV1beta1SummarizationVerbosityInput `json:"summarizationVerbosityInput,omitempty"`
    // ToolCallValidInput: Tool call metric instances. Input for tool call valid
    // metric.
    ToolCallValidInput *GoogleCloudAiplatformV1beta1ToolCallValidInput `json:"toolCallValidInput,omitempty"`
    // ToolNameMatchInput: Input for tool name match metric.
    ToolNameMatchInput *GoogleCloudAiplatformV1beta1ToolNameMatchInput `json:"toolNameMatchInput,omitempty"`
    // ToolParameterKeyMatchInput: Input for tool parameter key match metric.
    ToolParameterKeyMatchInput *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput `json:"toolParameterKeyMatchInput,omitempty"`
    // ToolParameterKvMatchInput: Input for tool parameter key value match metric.
    ToolParameterKvMatchInput *GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput `json:"toolParameterKvMatchInput,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BleuInput") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BleuInput") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EvaluateInstancesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EvaluateInstancesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1EvaluateInstancesResponse

GoogleCloudAiplatformV1beta1EvaluateInstancesResponse: Response message for EvaluationService.EvaluateInstances.

type GoogleCloudAiplatformV1beta1EvaluateInstancesResponse struct {
    // BleuResults: Results for bleu metric.
    BleuResults *GoogleCloudAiplatformV1beta1BleuResults `json:"bleuResults,omitempty"`
    // CoherenceResult: Result for coherence metric.
    CoherenceResult *GoogleCloudAiplatformV1beta1CoherenceResult `json:"coherenceResult,omitempty"`
    // ExactMatchResults: Auto metric evaluation results. Results for exact match
    // metric.
    ExactMatchResults *GoogleCloudAiplatformV1beta1ExactMatchResults `json:"exactMatchResults,omitempty"`
    // FluencyResult: LLM-based metric evaluation result. General text generation
    // metrics, applicable to other categories. Result for fluency metric.
    FluencyResult *GoogleCloudAiplatformV1beta1FluencyResult `json:"fluencyResult,omitempty"`
    // FulfillmentResult: Result for fulfillment metric.
    FulfillmentResult *GoogleCloudAiplatformV1beta1FulfillmentResult `json:"fulfillmentResult,omitempty"`
    // GroundednessResult: Result for groundedness metric.
    GroundednessResult *GoogleCloudAiplatformV1beta1GroundednessResult `json:"groundednessResult,omitempty"`
    // PairwiseQuestionAnsweringQualityResult: Result for pairwise question
    // answering quality metric.
    PairwiseQuestionAnsweringQualityResult *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult `json:"pairwiseQuestionAnsweringQualityResult,omitempty"`
    // PairwiseSummarizationQualityResult: Result for pairwise summarization
    // quality metric.
    PairwiseSummarizationQualityResult *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult `json:"pairwiseSummarizationQualityResult,omitempty"`
    // QuestionAnsweringCorrectnessResult: Result for question answering
    // correctness metric.
    QuestionAnsweringCorrectnessResult *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult `json:"questionAnsweringCorrectnessResult,omitempty"`
    // QuestionAnsweringHelpfulnessResult: Result for question answering
    // helpfulness metric.
    QuestionAnsweringHelpfulnessResult *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult `json:"questionAnsweringHelpfulnessResult,omitempty"`
    // QuestionAnsweringQualityResult: Question answering only metrics. Result for
    // question answering quality metric.
    QuestionAnsweringQualityResult *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult `json:"questionAnsweringQualityResult,omitempty"`
    // QuestionAnsweringRelevanceResult: Result for question answering relevance
    // metric.
    QuestionAnsweringRelevanceResult *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult `json:"questionAnsweringRelevanceResult,omitempty"`
    // RougeResults: Results for rouge metric.
    RougeResults *GoogleCloudAiplatformV1beta1RougeResults `json:"rougeResults,omitempty"`
    // SafetyResult: Result for safety metric.
    SafetyResult *GoogleCloudAiplatformV1beta1SafetyResult `json:"safetyResult,omitempty"`
    // SummarizationHelpfulnessResult: Result for summarization helpfulness metric.
    SummarizationHelpfulnessResult *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult `json:"summarizationHelpfulnessResult,omitempty"`
    // SummarizationQualityResult: Summarization only metrics. Result for
    // summarization quality metric.
    SummarizationQualityResult *GoogleCloudAiplatformV1beta1SummarizationQualityResult `json:"summarizationQualityResult,omitempty"`
    // SummarizationVerbosityResult: Result for summarization verbosity metric.
    SummarizationVerbosityResult *GoogleCloudAiplatformV1beta1SummarizationVerbosityResult `json:"summarizationVerbosityResult,omitempty"`
    // ToolCallValidResults: Tool call metrics. Results for tool call valid metric.
    ToolCallValidResults *GoogleCloudAiplatformV1beta1ToolCallValidResults `json:"toolCallValidResults,omitempty"`
    // ToolNameMatchResults: Results for tool name match metric.
    ToolNameMatchResults *GoogleCloudAiplatformV1beta1ToolNameMatchResults `json:"toolNameMatchResults,omitempty"`
    // ToolParameterKeyMatchResults: Results for tool parameter key match metric.
    ToolParameterKeyMatchResults *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults `json:"toolParameterKeyMatchResults,omitempty"`
    // ToolParameterKvMatchResults: Results for tool parameter key value match
    // metric.
    ToolParameterKvMatchResults *GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults `json:"toolParameterKvMatchResults,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BleuResults") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BleuResults") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EvaluateInstancesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EvaluateInstancesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1EvaluatedAnnotation

GoogleCloudAiplatformV1beta1EvaluatedAnnotation: True positive, false positive, or false negative. EvaluatedAnnotation is only available under ModelEvaluationSlice with slice of `annotationSpec` dimension.

type GoogleCloudAiplatformV1beta1EvaluatedAnnotation struct {
    // DataItemPayload: Output only. The data item payload that the Model predicted
    // this EvaluatedAnnotation on.
    DataItemPayload interface{} `json:"dataItemPayload,omitempty"`
    // ErrorAnalysisAnnotations: Annotations of model error analysis results.
    ErrorAnalysisAnnotations []*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation `json:"errorAnalysisAnnotations,omitempty"`
    // EvaluatedDataItemViewId: Output only. ID of the EvaluatedDataItemView under
    // the same ancestor ModelEvaluation. The EvaluatedDataItemView consists of all
    // ground truths and predictions on data_item_payload.
    EvaluatedDataItemViewId string `json:"evaluatedDataItemViewId,omitempty"`
    // Explanations: Explanations of predictions. Each element of the explanations
    // indicates the explanation for one explanation Method. The attributions list
    // in the EvaluatedAnnotationExplanation.explanation object corresponds to the
    // predictions list. For example, the second element in the attributions list
    // explains the second element in the predictions list.
    Explanations []*GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation `json:"explanations,omitempty"`
    // GroundTruths: Output only. The ground truth Annotations, i.e. the
    // Annotations that exist in the test data the Model is evaluated on. For true
    // positive, there is one and only one ground truth annotation, which matches
    // the only prediction in predictions. For false positive, there are zero or
    // more ground truth annotations that are similar to the only prediction in
    // predictions, but not enough for a match. For false negative, there is one
    // and only one ground truth annotation, which doesn't match any predictions
    // created by the model. The schema of the ground truth is stored in
    // ModelEvaluation.annotation_schema_uri
    GroundTruths []interface{} `json:"groundTruths,omitempty"`
    // Predictions: Output only. The model predicted annotations. For true
    // positive, there is one and only one prediction, which matches the only one
    // ground truth annotation in ground_truths. For false positive, there is one
    // and only one prediction, which doesn't match any ground truth annotation of
    // the corresponding data_item_view_id. For false negative, there are zero or
    // more predictions which are similar to the only ground truth annotation in
    // ground_truths but not enough for a match. The schema of the prediction is
    // stored in ModelEvaluation.annotation_schema_uri
    Predictions []interface{} `json:"predictions,omitempty"`
    // Type: Output only. Type of the EvaluatedAnnotation.
    //
    // Possible values:
    //   "EVALUATED_ANNOTATION_TYPE_UNSPECIFIED" - Invalid value.
    //   "TRUE_POSITIVE" - The EvaluatedAnnotation is a true positive. It has a
    // prediction created by the Model and a ground truth Annotation which the
    // prediction matches.
    //   "FALSE_POSITIVE" - The EvaluatedAnnotation is false positive. It has a
    // prediction created by the Model which does not match any ground truth
    // annotation.
    //   "FALSE_NEGATIVE" - The EvaluatedAnnotation is false negative. It has a
    // ground truth annotation which is not matched by any of the model created
    // predictions.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataItemPayload") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataItemPayload") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EvaluatedAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EvaluatedAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation

GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation: Explanation result of the prediction produced by the Model.

type GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation struct {
    // Explanation: Explanation attribution response details.
    Explanation *GoogleCloudAiplatformV1beta1Explanation `json:"explanation,omitempty"`
    // ExplanationType: Explanation type. For AutoML Image Classification models,
    // possible values are: * `image-integrated-gradients` * `image-xrai`
    ExplanationType string `json:"explanationType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Explanation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Explanation") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Event

GoogleCloudAiplatformV1beta1Event: An edge describing the relationship between an Artifact and an Execution in a lineage graph.

type GoogleCloudAiplatformV1beta1Event struct {
    // Artifact: Required. The relative resource name of the Artifact in the Event.
    Artifact string `json:"artifact,omitempty"`
    // EventTime: Output only. Time the Event occurred.
    EventTime string `json:"eventTime,omitempty"`
    // Execution: Output only. The relative resource name of the Execution in the
    // Event.
    Execution string `json:"execution,omitempty"`
    // Labels: The labels with user-defined metadata to annotate Events. Label keys
    // and values can be no longer than 64 characters (Unicode codepoints), can
    // only contain lowercase letters, numeric characters, underscores and dashes.
    // International characters are allowed. No more than 64 user labels can be
    // associated with one Event (System labels are excluded). See
    // https://goo.gl/xmQnxf for more information and examples of labels. System
    // reserved label keys are prefixed with "aiplatform.googleapis.com/" and are
    // immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Type: Required. The type of the Event.
    //
    // Possible values:
    //   "TYPE_UNSPECIFIED" - Unspecified whether input or output of the Execution.
    //   "INPUT" - An input of the Execution.
    //   "OUTPUT" - An output of the Execution.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Artifact") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Artifact") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Event) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Event) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExactMatchInput

GoogleCloudAiplatformV1beta1ExactMatchInput: Input for exact match metric.

type GoogleCloudAiplatformV1beta1ExactMatchInput struct {
    // Instances: Required. Repeated exact match instances.
    Instances []*GoogleCloudAiplatformV1beta1ExactMatchInstance `json:"instances,omitempty"`
    // MetricSpec: Required. Spec for exact match metric.
    MetricSpec *GoogleCloudAiplatformV1beta1ExactMatchSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExactMatchInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExactMatchInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExactMatchInstance

GoogleCloudAiplatformV1beta1ExactMatchInstance: Spec for exact match instance.

type GoogleCloudAiplatformV1beta1ExactMatchInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Required. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExactMatchInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExactMatchInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExactMatchMetricValue

GoogleCloudAiplatformV1beta1ExactMatchMetricValue: Exact match metric value for an instance.

type GoogleCloudAiplatformV1beta1ExactMatchMetricValue struct {
    // Score: Output only. Exact match score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExactMatchMetricValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExactMatchMetricValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ExactMatchMetricValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExactMatchMetricValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ExactMatchResults

GoogleCloudAiplatformV1beta1ExactMatchResults: Results for exact match metric.

type GoogleCloudAiplatformV1beta1ExactMatchResults struct {
    // ExactMatchMetricValues: Output only. Exact match metric values.
    ExactMatchMetricValues []*GoogleCloudAiplatformV1beta1ExactMatchMetricValue `json:"exactMatchMetricValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExactMatchMetricValues") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExactMatchMetricValues") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExactMatchResults) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExactMatchResults) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExactMatchSpec

GoogleCloudAiplatformV1beta1ExactMatchSpec: Spec for exact match metric - returns 1 if prediction and reference exactly matches, otherwise 0.

type GoogleCloudAiplatformV1beta1ExactMatchSpec struct {
}

type GoogleCloudAiplatformV1beta1Examples

GoogleCloudAiplatformV1beta1Examples: Example-based explainability that returns the nearest neighbors from the provided dataset.

type GoogleCloudAiplatformV1beta1Examples struct {
    // ExampleGcsSource: The Cloud Storage input instances.
    ExampleGcsSource *GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource `json:"exampleGcsSource,omitempty"`
    // GcsSource: The Cloud Storage locations that contain the instances to be
    // indexed for approximate nearest neighbor search.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // NearestNeighborSearchConfig: The full configuration for the generated index,
    // the semantics are the same as metadata and should match
    // NearestNeighborSearchConfig
    // (https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).
    NearestNeighborSearchConfig interface{} `json:"nearestNeighborSearchConfig,omitempty"`
    // NeighborCount: The number of neighbors to return when querying for examples.
    NeighborCount int64 `json:"neighborCount,omitempty"`
    // Presets: Simplified preset configuration, which automatically sets
    // configuration values based on the desired query speed-precision trade-off
    // and modality.
    Presets *GoogleCloudAiplatformV1beta1Presets `json:"presets,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExampleGcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExampleGcsSource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Examples) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Examples) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource

GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource: The Cloud Storage input instances.

type GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource struct {
    // DataFormat: The format in which instances are given, if not specified,
    // assume it's JSONL format. Currently only JSONL format is supported.
    //
    // Possible values:
    //   "DATA_FORMAT_UNSPECIFIED" - Format unspecified, used when unset.
    //   "JSONL" - Examples are stored in JSONL files.
    DataFormat string `json:"dataFormat,omitempty"`
    // GcsSource: The Cloud Storage location for the input instances.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataFormat") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataFormat") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExamplesOverride

GoogleCloudAiplatformV1beta1ExamplesOverride: Overrides for example-based explanations.

type GoogleCloudAiplatformV1beta1ExamplesOverride struct {
    // CrowdingCount: The number of neighbors to return that have the same crowding
    // tag.
    CrowdingCount int64 `json:"crowdingCount,omitempty"`
    // DataFormat: The format of the data being provided with each call.
    //
    // Possible values:
    //   "DATA_FORMAT_UNSPECIFIED" - Unspecified format. Must not be used.
    //   "INSTANCES" - Provided data is a set of model inputs.
    //   "EMBEDDINGS" - Provided data is a set of embeddings.
    DataFormat string `json:"dataFormat,omitempty"`
    // NeighborCount: The number of neighbors to return.
    NeighborCount int64 `json:"neighborCount,omitempty"`
    // Restrictions: Restrict the resulting nearest neighbors to respect these
    // constraints.
    Restrictions []*GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace `json:"restrictions,omitempty"`
    // ReturnEmbeddings: If true, return the embeddings instead of neighbors.
    ReturnEmbeddings bool `json:"returnEmbeddings,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CrowdingCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CrowdingCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExamplesOverride) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExamplesOverride) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace

GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace: Restrictions namespace for example-based explanations overrides.

type GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace struct {
    // Allow: The list of allowed tags.
    Allow []string `json:"allow,omitempty"`
    // Deny: The list of deny tags.
    Deny []string `json:"deny,omitempty"`
    // NamespaceName: The namespace name.
    NamespaceName string `json:"namespaceName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Allow") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Allow") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExecuteExtensionRequest

GoogleCloudAiplatformV1beta1ExecuteExtensionRequest: Request message for ExtensionExecutionService.ExecuteExtension.

type GoogleCloudAiplatformV1beta1ExecuteExtensionRequest struct {
    // OperationId: Required. The desired ID of the operation to be executed in
    // this extension as defined in ExtensionOperation.operation_id.
    OperationId string `json:"operationId,omitempty"`
    // OperationParams: Optional. Request parameters that will be used for
    // executing this operation. The struct should be in a form of map with param
    // name as the key and actual param value as the value. E.g. If this operation
    // requires a param "name" to be set to "abc". you can set this to something
    // like {"name": "abc"}.
    OperationParams googleapi.RawMessage `json:"operationParams,omitempty"`
    // RuntimeAuthConfig: Optional. Auth config provided at runtime to override the
    // default value in Extension.manifest.auth_config. The AuthConfig.auth_type
    // should match the value in Extension.manifest.auth_config.
    RuntimeAuthConfig *GoogleCloudAiplatformV1beta1AuthConfig `json:"runtimeAuthConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "OperationId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "OperationId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExecuteExtensionRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExecuteExtensionRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExecuteExtensionResponse

GoogleCloudAiplatformV1beta1ExecuteExtensionResponse: Response message for ExtensionExecutionService.ExecuteExtension.

type GoogleCloudAiplatformV1beta1ExecuteExtensionResponse struct {
    // Content: Response content from the extension. The content should be
    // conformant to the response.content schema in the extension's
    // manifest/OpenAPI spec.
    Content string `json:"content,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExecuteExtensionResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExecuteExtensionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Execution

GoogleCloudAiplatformV1beta1Execution: Instance of a general execution.

type GoogleCloudAiplatformV1beta1Execution struct {
    // CreateTime: Output only. Timestamp when this Execution was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of the Execution
    Description string `json:"description,omitempty"`
    // DisplayName: User provided display name of the Execution. May be up to 128
    // Unicode characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: An eTag used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Executions.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. No more than
    // 64 user labels can be associated with one Execution (System labels are
    // excluded).
    Labels map[string]string `json:"labels,omitempty"`
    // Metadata: Properties of the Execution. Top level metadata keys' heading and
    // trailing spaces will be trimmed. The size of this field should not exceed
    // 200KB.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: Output only. The resource name of the Execution.
    Name string `json:"name,omitempty"`
    // SchemaTitle: The title of the schema describing the metadata. Schema title
    // and version is expected to be registered in earlier Create Schema calls. And
    // both are used together as unique identifiers to identify schemas within the
    // local metadata store.
    SchemaTitle string `json:"schemaTitle,omitempty"`
    // SchemaVersion: The version of the schema in `schema_title` to use. Schema
    // title and version is expected to be registered in earlier Create Schema
    // calls. And both are used together as unique identifiers to identify schemas
    // within the local metadata store.
    SchemaVersion string `json:"schemaVersion,omitempty"`
    // State: The state of this Execution. This is a property of the Execution, and
    // does not imply or capture any ongoing process. This property is managed by
    // clients (such as Vertex AI Pipelines) and the system does not prescribe or
    // check the validity of state transitions.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified Execution state
    //   "NEW" - The Execution is new
    //   "RUNNING" - The Execution is running
    //   "COMPLETE" - The Execution has finished running
    //   "FAILED" - The Execution has failed
    //   "CACHED" - The Execution completed through Cache hit.
    //   "CANCELLED" - The Execution was cancelled.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this Execution was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Execution) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Execution) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplainRequest

GoogleCloudAiplatformV1beta1ExplainRequest: Request message for PredictionService.Explain.

type GoogleCloudAiplatformV1beta1ExplainRequest struct {
    // ConcurrentExplanationSpecOverride: Optional. This field is the same as the
    // one above, but supports multiple explanations to occur in parallel. The key
    // can be any string. Each override will be run against the model, then its
    // explanations will be grouped together. Note - these explanations are run
    // **In Addition** to the default Explanation in the deployed model.
    ConcurrentExplanationSpecOverride map[string]GoogleCloudAiplatformV1beta1ExplanationSpecOverride `json:"concurrentExplanationSpecOverride,omitempty"`
    // DeployedModelId: If specified, this ExplainRequest will be served by the
    // chosen DeployedModel, overriding Endpoint.traffic_split.
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // ExplanationSpecOverride: If specified, overrides the explanation_spec of the
    // DeployedModel. Can be used for explaining prediction results with different
    // configurations, such as: - Explaining top-5 predictions results as opposed
    // to top-1; - Increasing path count or step count of the attribution methods
    // to reduce approximate errors; - Using different baselines for explaining the
    // prediction results.
    ExplanationSpecOverride *GoogleCloudAiplatformV1beta1ExplanationSpecOverride `json:"explanationSpecOverride,omitempty"`
    // Instances: Required. The instances that are the input to the explanation
    // call. A DeployedModel may have an upper limit on the number of instances it
    // supports per request, and when it is exceeded the explanation call errors in
    // case of AutoML Models, or, in case of customer created Models, the behaviour
    // is as documented by that Model. The schema of any single instance may be
    // specified via Endpoint's DeployedModels' Model's PredictSchemata's
    // instance_schema_uri.
    Instances []interface{} `json:"instances,omitempty"`
    // Parameters: The parameters that govern the prediction. The schema of the
    // parameters may be specified via Endpoint's DeployedModels' Model's
    // PredictSchemata's parameters_schema_uri.
    Parameters interface{} `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "ConcurrentExplanationSpecOverride") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g.
    // "ConcurrentExplanationSpecOverride") to include in API requests with the
    // JSON null value. By default, fields with empty values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-NullFields for
    // more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplainRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplainRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplainResponse

GoogleCloudAiplatformV1beta1ExplainResponse: Response message for PredictionService.Explain.

type GoogleCloudAiplatformV1beta1ExplainResponse struct {
    // ConcurrentExplanations: This field stores the results of the explanations
    // run in parallel with The default explanation strategy/method.
    ConcurrentExplanations map[string]GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation `json:"concurrentExplanations,omitempty"`
    // DeployedModelId: ID of the Endpoint's DeployedModel that served this
    // explanation.
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // Explanations: The explanations of the Model's PredictResponse.predictions.
    // It has the same number of elements as instances to be explained.
    Explanations []*GoogleCloudAiplatformV1beta1Explanation `json:"explanations,omitempty"`
    // Predictions: The predictions that are the output of the predictions call.
    // Same as PredictResponse.predictions.
    Predictions []interface{} `json:"predictions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ConcurrentExplanations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConcurrentExplanations") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplainResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplainResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation

GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation: This message is a wrapper grouping Concurrent Explanations.

type GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation struct {
    // Explanations: The explanations of the Model's PredictResponse.predictions.
    // It has the same number of elements as instances to be explained.
    Explanations []*GoogleCloudAiplatformV1beta1Explanation `json:"explanations,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Explanations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Explanations") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Explanation

GoogleCloudAiplatformV1beta1Explanation: Explanation of a prediction (provided in PredictResponse.predictions) produced by the Model on a given instance.

type GoogleCloudAiplatformV1beta1Explanation struct {
    // Attributions: Output only. Feature attributions grouped by predicted
    // outputs. For Models that predict only one output, such as regression Models
    // that predict only one score, there is only one attibution that explains the
    // predicted output. For Models that predict multiple outputs, such as
    // multiclass Models that predict multiple classes, each element explains one
    // specific item. Attribution.output_index can be used to identify which output
    // this attribution is explaining. By default, we provide Shapley values for
    // the predicted class. However, you can configure the explanation request to
    // generate Shapley values for any other classes too. For example, if a model
    // predicts a probability of `0.4` for approving a loan application, the
    // model's decision is to reject the application since `p(reject) = 0.6 >
    // p(approve) = 0.4`, and the default Shapley values would be computed for
    // rejection decision and not approval, even though the latter might be the
    // positive class. If users set ExplanationParameters.top_k, the attributions
    // are sorted by instance_output_value in descending order. If
    // ExplanationParameters.output_indices is specified, the attributions are
    // stored by Attribution.output_index in the same order as they appear in the
    // output_indices.
    Attributions []*GoogleCloudAiplatformV1beta1Attribution `json:"attributions,omitempty"`
    // Neighbors: Output only. List of the nearest neighbors for example-based
    // explanations. For models deployed with the examples explanations feature
    // enabled, the attributions field is empty and instead the neighbors field is
    // populated.
    Neighbors []*GoogleCloudAiplatformV1beta1Neighbor `json:"neighbors,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Attributions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Attributions") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Explanation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Explanation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationMetadata

GoogleCloudAiplatformV1beta1ExplanationMetadata: Metadata describing the Model's input and output for explanation.

type GoogleCloudAiplatformV1beta1ExplanationMetadata struct {
    // FeatureAttributionsSchemaUri: Points to a YAML file stored on Google Cloud
    // Storage describing the format of the feature attributions. The schema is
    // defined as an OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // AutoML tabular Models always have this field populated by Vertex AI. Note:
    // The URI given on output may be different, including the URI scheme, than the
    // one given on input. The output URI will point to a location where the user
    // only has a read access.
    FeatureAttributionsSchemaUri string `json:"featureAttributionsSchemaUri,omitempty"`
    // Inputs: Required. Map from feature names to feature input metadata. Keys are
    // the name of the features. Values are the specification of the feature. An
    // empty InputMetadata is valid. It describes a text feature which has the name
    // specified as the key in ExplanationMetadata.inputs. The baseline of the
    // empty feature is chosen by Vertex AI. For Vertex AI-provided Tensorflow
    // images, the key can be any friendly name of the feature. Once specified,
    // featureAttributions are keyed by this key (if not grouped with another
    // feature). For custom images, the key must match with the key in instance.
    Inputs map[string]GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata `json:"inputs,omitempty"`
    // LatentSpaceSource: Name of the source to generate embeddings for example
    // based explanations.
    LatentSpaceSource string `json:"latentSpaceSource,omitempty"`
    // Outputs: Required. Map from output names to output metadata. For Vertex
    // AI-provided Tensorflow images, keys can be any user defined string that
    // consists of any UTF-8 characters. For custom images, keys are the name of
    // the output field in the prediction to be explained. Currently only one key
    // is allowed.
    Outputs map[string]GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata `json:"outputs,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "FeatureAttributionsSchemaUri") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureAttributionsSchemaUri") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata

GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata: Metadata of the input of a feature. Fields other than InputMetadata.input_baselines are applicable only for Models that are using Vertex AI-provided images for Tensorflow.

type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata struct {
    // DenseShapeTensorName: Specifies the shape of the values of the input if the
    // input is a sparse representation. Refer to Tensorflow documentation for more
    // details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
    DenseShapeTensorName string `json:"denseShapeTensorName,omitempty"`
    // EncodedBaselines: A list of baselines for the encoded tensor. The shape of
    // each baseline should match the shape of the encoded tensor. If a scalar is
    // provided, Vertex AI broadcasts to the same shape as the encoded tensor.
    EncodedBaselines []interface{} `json:"encodedBaselines,omitempty"`
    // EncodedTensorName: Encoded tensor is a transformation of the input tensor.
    // Must be provided if choosing Integrated Gradients attribution or XRAI
    // attribution and the input tensor is not differentiable. An encoded tensor is
    // generated if the input tensor is encoded by a lookup table.
    EncodedTensorName string `json:"encodedTensorName,omitempty"`
    // Encoding: Defines how the feature is encoded into the input tensor. Defaults
    // to IDENTITY.
    //
    // Possible values:
    //   "ENCODING_UNSPECIFIED" - Default value. This is the same as IDENTITY.
    //   "IDENTITY" - The tensor represents one feature.
    //   "BAG_OF_FEATURES" - The tensor represents a bag of features where each
    // index maps to a feature. InputMetadata.index_feature_mapping must be
    // provided for this encoding. For example: ``` input = [27, 6.0, 150]
    // index_feature_mapping = ["age", "height", "weight"] ```
    //   "BAG_OF_FEATURES_SPARSE" - The tensor represents a bag of features where
    // each index maps to a feature. Zero values in the tensor indicates feature
    // being non-existent. InputMetadata.index_feature_mapping must be provided for
    // this encoding. For example: ``` input = [2, 0, 5, 0, 1]
    // index_feature_mapping = ["a", "b", "c", "d", "e"] ```
    //   "INDICATOR" - The tensor is a list of binaries representing whether a
    // feature exists or not (1 indicates existence).
    // InputMetadata.index_feature_mapping must be provided for this encoding. For
    // example: ``` input = [1, 0, 1, 0, 1] index_feature_mapping = ["a", "b", "c",
    // "d", "e"] ```
    //   "COMBINED_EMBEDDING" - The tensor is encoded into a 1-dimensional array
    // represented by an encoded tensor. InputMetadata.encoded_tensor_name must be
    // provided for this encoding. For example: ``` input = ["This", "is", "a",
    // "test", "."] encoded = [0.1, 0.2, 0.3, 0.4, 0.5] ```
    //   "CONCAT_EMBEDDING" - Select this encoding when the input tensor is encoded
    // into a 2-dimensional array represented by an encoded tensor.
    // InputMetadata.encoded_tensor_name must be provided for this encoding. The
    // first dimension of the encoded tensor's shape is the same as the input
    // tensor's shape. For example: ``` input = ["This", "is", "a", "test", "."]
    // encoded = [[0.1, 0.2, 0.3, 0.4, 0.5], [0.2, 0.1, 0.4, 0.3, 0.5], [0.5, 0.1,
    // 0.3, 0.5, 0.4], [0.5, 0.3, 0.1, 0.2, 0.4], [0.4, 0.3, 0.2, 0.5, 0.1]] ```
    Encoding string `json:"encoding,omitempty"`
    // FeatureValueDomain: The domain details of the input feature value. Like
    // min/max, original mean or standard deviation if normalized.
    FeatureValueDomain *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain `json:"featureValueDomain,omitempty"`
    // GroupName: Name of the group that the input belongs to. Features with the
    // same group name will be treated as one feature when computing attributions.
    // Features grouped together can have different shapes in value. If provided,
    // there will be one single attribution generated in
    // Attribution.feature_attributions, keyed by the group name.
    GroupName string `json:"groupName,omitempty"`
    // IndexFeatureMapping: A list of feature names for each index in the input
    // tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES,
    // BAG_OF_FEATURES_SPARSE, INDICATOR.
    IndexFeatureMapping []string `json:"indexFeatureMapping,omitempty"`
    // IndicesTensorName: Specifies the index of the values of the input tensor.
    // Required when the input tensor is a sparse representation. Refer to
    // Tensorflow documentation for more details:
    // https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
    IndicesTensorName string `json:"indicesTensorName,omitempty"`
    // InputBaselines: Baseline inputs for this feature. If no baseline is
    // specified, Vertex AI chooses the baseline for this feature. If multiple
    // baselines are specified, Vertex AI returns the average attributions across
    // them in Attribution.feature_attributions. For Vertex AI-provided Tensorflow
    // images (both 1.x and 2.x), the shape of each baseline must match the shape
    // of the input tensor. If a scalar is provided, we broadcast to the same shape
    // as the input tensor. For custom images, the element of the baselines must be
    // in the same format as the feature's input in the instance[]. The schema of
    // any single instance may be specified via Endpoint's DeployedModels' Model's
    // PredictSchemata's instance_schema_uri.
    InputBaselines []interface{} `json:"inputBaselines,omitempty"`
    // InputTensorName: Name of the input tensor for this feature. Required and is
    // only applicable to Vertex AI-provided images for Tensorflow.
    InputTensorName string `json:"inputTensorName,omitempty"`
    // Modality: Modality of the feature. Valid values are: numeric, image.
    // Defaults to numeric.
    Modality string `json:"modality,omitempty"`
    // Visualization: Visualization configurations for image explanation.
    Visualization *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization `json:"visualization,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DenseShapeTensorName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DenseShapeTensorName") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain

GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomai n: Domain details of the input feature value. Provides numeric information about the feature, such as its range (min, max). If the feature has been pre-processed, for example with z-scoring, then it provides information about how to recover the original feature. For example, if the input feature is an image and it has been pre-processed to obtain 0-mean and stddev = 1 values, then original_mean, and original_stddev refer to the mean and stddev of the original feature (e.g. image tensor) from which input feature (with mean = 0 and stddev = 1) was obtained.

type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain struct {
    // MaxValue: The maximum permissible value for this feature.
    MaxValue float64 `json:"maxValue,omitempty"`
    // MinValue: The minimum permissible value for this feature.
    MinValue float64 `json:"minValue,omitempty"`
    // OriginalMean: If this input feature has been normalized to a mean value of
    // 0, the original_mean specifies the mean value of the domain prior to
    // normalization.
    OriginalMean float64 `json:"originalMean,omitempty"`
    // OriginalStddev: If this input feature has been normalized to a standard
    // deviation of 1.0, the original_stddev specifies the standard deviation of
    // the domain prior to normalization.
    OriginalStddev float64 `json:"originalStddev,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization

GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization: Visualization configurations for image explanation.

type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization struct {
    // ClipPercentLowerbound: Excludes attributions below the specified percentile,
    // from the highlighted areas. Defaults to 62.
    ClipPercentLowerbound float64 `json:"clipPercentLowerbound,omitempty"`
    // ClipPercentUpperbound: Excludes attributions above the specified percentile
    // from the highlighted areas. Using the clip_percent_upperbound and
    // clip_percent_lowerbound together can be useful for filtering out noise and
    // making it easier to see areas of strong attribution. Defaults to 99.9.
    ClipPercentUpperbound float64 `json:"clipPercentUpperbound,omitempty"`
    // ColorMap: The color scheme used for the highlighted areas. Defaults to
    // PINK_GREEN for Integrated Gradients attribution, which shows positive
    // attributions in green and negative in pink. Defaults to VIRIDIS for XRAI
    // attribution, which highlights the most influential regions in yellow and the
    // least influential in blue.
    //
    // Possible values:
    //   "COLOR_MAP_UNSPECIFIED" - Should not be used.
    //   "PINK_GREEN" - Positive: green. Negative: pink.
    //   "VIRIDIS" - Viridis color map: A perceptually uniform color mapping which
    // is easier to see by those with colorblindness and progresses from yellow to
    // green to blue. Positive: yellow. Negative: blue.
    //   "RED" - Positive: red. Negative: red.
    //   "GREEN" - Positive: green. Negative: green.
    //   "RED_GREEN" - Positive: green. Negative: red.
    //   "PINK_WHITE_GREEN" - PiYG palette.
    ColorMap string `json:"colorMap,omitempty"`
    // OverlayType: How the original image is displayed in the visualization.
    // Adjusting the overlay can help increase visual clarity if the original image
    // makes it difficult to view the visualization. Defaults to NONE.
    //
    // Possible values:
    //   "OVERLAY_TYPE_UNSPECIFIED" - Default value. This is the same as NONE.
    //   "NONE" - No overlay.
    //   "ORIGINAL" - The attributions are shown on top of the original image.
    //   "GRAYSCALE" - The attributions are shown on top of grayscaled version of
    // the original image.
    //   "MASK_BLACK" - The attributions are used as a mask to reveal predictive
    // parts of the image and hide the un-predictive parts.
    OverlayType string `json:"overlayType,omitempty"`
    // Polarity: Whether to only highlight pixels with positive contributions,
    // negative or both. Defaults to POSITIVE.
    //
    // Possible values:
    //   "POLARITY_UNSPECIFIED" - Default value. This is the same as POSITIVE.
    //   "POSITIVE" - Highlights the pixels/outlines that were most influential to
    // the model's prediction.
    //   "NEGATIVE" - Setting polarity to negative highlights areas that does not
    // lead to the models's current prediction.
    //   "BOTH" - Shows both positive and negative attributions.
    Polarity string `json:"polarity,omitempty"`
    // Type: Type of the image visualization. Only applicable to Integrated
    // Gradients attribution. OUTLINES shows regions of attribution, while PIXELS
    // shows per-pixel attribution. Defaults to OUTLINES.
    //
    // Possible values:
    //   "TYPE_UNSPECIFIED" - Should not be used.
    //   "PIXELS" - Shows which pixel contributed to the image prediction.
    //   "OUTLINES" - Shows which region contributed to the image prediction by
    // outlining the region.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ClipPercentLowerbound") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ClipPercentLowerbound") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata

GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata: Metadata of the prediction output to be explained.

type GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata struct {
    // DisplayNameMappingKey: Specify a field name in the prediction to look for
    // the display name. Use this if the prediction contains the display names for
    // the outputs. The display names in the prediction must have the same shape of
    // the outputs, so that it can be located by Attribution.output_index for a
    // specific output.
    DisplayNameMappingKey string `json:"displayNameMappingKey,omitempty"`
    // IndexDisplayNameMapping: Static mapping between the index and display name.
    // Use this if the outputs are a deterministic n-dimensional array, e.g. a list
    // of scores of all the classes in a pre-defined order for a
    // multi-classification Model. It's not feasible if the outputs are
    // non-deterministic, e.g. the Model produces top-k classes or sort the outputs
    // by their values. The shape of the value must be an n-dimensional array of
    // strings. The number of dimensions must match that of the outputs to be
    // explained. The Attribution.output_display_name is populated by locating in
    // the mapping with Attribution.output_index.
    IndexDisplayNameMapping interface{} `json:"indexDisplayNameMapping,omitempty"`
    // OutputTensorName: Name of the output tensor. Required and is only applicable
    // to Vertex AI provided images for Tensorflow.
    OutputTensorName string `json:"outputTensorName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisplayNameMappingKey") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayNameMappingKey") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationMetadataOverride

GoogleCloudAiplatformV1beta1ExplanationMetadataOverride: The ExplanationMetadata entries that can be overridden at online explanation time.

type GoogleCloudAiplatformV1beta1ExplanationMetadataOverride struct {
    // Inputs: Required. Overrides the input metadata of the features. The key is
    // the name of the feature to be overridden. The keys specified here must exist
    // in the input metadata to be overridden. If a feature is not specified here,
    // the corresponding feature's input metadata is not overridden.
    Inputs map[string]GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride `json:"inputs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataOverride) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOverride) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride

GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride:

The input metadata entries to be overridden.
type GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride struct {
    // InputBaselines: Baseline inputs for this feature. This overrides the
    // `input_baseline` field of the ExplanationMetadata.InputMetadata object of
    // the corresponding feature's input metadata. If it's not specified, the
    // original baselines are not overridden.
    InputBaselines []interface{} `json:"inputBaselines,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputBaselines") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputBaselines") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationParameters

GoogleCloudAiplatformV1beta1ExplanationParameters: Parameters to configure explaining for Model's predictions.

type GoogleCloudAiplatformV1beta1ExplanationParameters struct {
    // Examples: Example-based explanations that returns the nearest neighbors from
    // the provided dataset.
    Examples *GoogleCloudAiplatformV1beta1Examples `json:"examples,omitempty"`
    // IntegratedGradientsAttribution: An attribution method that computes
    // Aumann-Shapley values taking advantage of the model's fully differentiable
    // structure. Refer to this paper for more details:
    // https://arxiv.org/abs/1703.01365
    IntegratedGradientsAttribution *GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution `json:"integratedGradientsAttribution,omitempty"`
    // OutputIndices: If populated, only returns attributions that have
    // output_index contained in output_indices. It must be an ndarray of integers,
    // with the same shape of the output it's explaining. If not populated, returns
    // attributions for top_k indices of outputs. If neither top_k nor
    // output_indices is populated, returns the argmax index of the outputs. Only
    // applicable to Models that predict multiple outputs (e,g, multi-class Models
    // that predict multiple classes).
    OutputIndices []interface{} `json:"outputIndices,omitempty"`
    // SampledShapleyAttribution: An attribution method that approximates Shapley
    // values for features that contribute to the label being predicted. A sampling
    // strategy is used to approximate the value rather than considering all
    // subsets of features. Refer to this paper for model details:
    // https://arxiv.org/abs/1306.4265.
    SampledShapleyAttribution *GoogleCloudAiplatformV1beta1SampledShapleyAttribution `json:"sampledShapleyAttribution,omitempty"`
    // TopK: If populated, returns attributions for top K indices of outputs
    // (defaults to 1). Only applies to Models that predicts more than one outputs
    // (e,g, multi-class Models). When set to -1, returns explanations for all
    // outputs.
    TopK int64 `json:"topK,omitempty"`
    // XraiAttribution: An attribution method that redistributes Integrated
    // Gradients attribution to segmented regions, taking advantage of the model's
    // fully differentiable structure. Refer to this paper for more details:
    // https://arxiv.org/abs/1906.02825 XRAI currently performs better on natural
    // images, like a picture of a house or an animal. If the images are taken in
    // artificial environments, like a lab or manufacturing line, or from
    // diagnostic equipment, like x-rays or quality-control cameras, use Integrated
    // Gradients instead.
    XraiAttribution *GoogleCloudAiplatformV1beta1XraiAttribution `json:"xraiAttribution,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Examples") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Examples") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationParameters) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationParameters) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationSpec

GoogleCloudAiplatformV1beta1ExplanationSpec: Specification of Model explanation.

type GoogleCloudAiplatformV1beta1ExplanationSpec struct {
    // Metadata: Optional. Metadata describing the Model's input and output for
    // explanation.
    Metadata *GoogleCloudAiplatformV1beta1ExplanationMetadata `json:"metadata,omitempty"`
    // Parameters: Required. Parameters that configure explaining of the Model's
    // predictions.
    Parameters *GoogleCloudAiplatformV1beta1ExplanationParameters `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Metadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Metadata") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExplanationSpecOverride

GoogleCloudAiplatformV1beta1ExplanationSpecOverride: The ExplanationSpec entries that can be overridden at online explanation time.

type GoogleCloudAiplatformV1beta1ExplanationSpecOverride struct {
    // ExamplesOverride: The example-based explanations parameter overrides.
    ExamplesOverride *GoogleCloudAiplatformV1beta1ExamplesOverride `json:"examplesOverride,omitempty"`
    // Metadata: The metadata to be overridden. If not specified, no metadata is
    // overridden.
    Metadata *GoogleCloudAiplatformV1beta1ExplanationMetadataOverride `json:"metadata,omitempty"`
    // Parameters: The parameters to be overridden. Note that the attribution
    // method cannot be changed. If not specified, no parameter is overridden.
    Parameters *GoogleCloudAiplatformV1beta1ExplanationParameters `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExamplesOverride") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExamplesOverride") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExplanationSpecOverride) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExplanationSpecOverride) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportDataConfig

GoogleCloudAiplatformV1beta1ExportDataConfig: Describes what part of the Dataset is to be exported, the destination of the export and how to export.

type GoogleCloudAiplatformV1beta1ExportDataConfig struct {
    // AnnotationsFilter: An expression for filtering what part of the Dataset is
    // to be exported. Only Annotations that match this filter will be exported.
    // The filter syntax is the same as in ListAnnotations.
    AnnotationsFilter string `json:"annotationsFilter,omitempty"`
    // FractionSplit: Split based on fractions defining the size of each set.
    FractionSplit *GoogleCloudAiplatformV1beta1ExportFractionSplit `json:"fractionSplit,omitempty"`
    // GcsDestination: The Google Cloud Storage location where the output is to be
    // written to. In the given directory a new directory will be created with
    // name: `export-data--` where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ
    // ISO-8601 format. All export output will be written into that directory.
    // Inside that directory, annotations with the same schema will be grouped into
    // sub directories which are named with the corresponding annotations' schema
    // title. Inside these sub directories, a schema.yaml will be created to
    // describe the output format.
    GcsDestination *GoogleCloudAiplatformV1beta1GcsDestination `json:"gcsDestination,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationsFilter") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationsFilter") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportDataConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportDataConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportDataOperationMetadata

GoogleCloudAiplatformV1beta1ExportDataOperationMetadata: Runtime operation information for DatasetService.ExportData.

type GoogleCloudAiplatformV1beta1ExportDataOperationMetadata struct {
    // GcsOutputDirectory: A Google Cloud Storage directory which path ends with
    // '/'. The exported data is stored in the directory.
    GcsOutputDirectory string `json:"gcsOutputDirectory,omitempty"`
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsOutputDirectory") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsOutputDirectory") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportDataOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportDataOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportDataRequest

GoogleCloudAiplatformV1beta1ExportDataRequest: Request message for DatasetService.ExportData.

type GoogleCloudAiplatformV1beta1ExportDataRequest struct {
    // ExportConfig: Required. The desired output location.
    ExportConfig *GoogleCloudAiplatformV1beta1ExportDataConfig `json:"exportConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExportConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExportConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportDataRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportDataRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportDataResponse

GoogleCloudAiplatformV1beta1ExportDataResponse: Response message for DatasetService.ExportData.

type GoogleCloudAiplatformV1beta1ExportDataResponse struct {
    // ExportedFiles: All of the files that are exported in this export operation.
    // For custom code training export, only three (training, validation and test)
    // Cloud Storage paths in wildcard format are populated (for example,
    // gs://.../training-*).
    ExportedFiles []string `json:"exportedFiles,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExportedFiles") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExportedFiles") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportDataResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportDataResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata

GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata: Details of operations that exports Features values.

type GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata struct {
    // GenericMetadata: Operation metadata for Featurestore export Feature values.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest

GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest: Request message for FeaturestoreService.ExportFeatureValues.

type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest struct {
    // Destination: Required. Specifies destination location and format.
    Destination *GoogleCloudAiplatformV1beta1FeatureValueDestination `json:"destination,omitempty"`
    // FeatureSelector: Required. Selects Features to export values of.
    FeatureSelector *GoogleCloudAiplatformV1beta1FeatureSelector `json:"featureSelector,omitempty"`
    // FullExport: Exports all historical values of all entities of the EntityType
    // within a time range
    FullExport *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport `json:"fullExport,omitempty"`
    // Settings: Per-Feature export settings.
    Settings []*GoogleCloudAiplatformV1beta1DestinationFeatureSetting `json:"settings,omitempty"`
    // SnapshotExport: Exports the latest Feature values of all entities of the
    // EntityType within a time range.
    SnapshotExport *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport `json:"snapshotExport,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Destination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Destination") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport

GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport: Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].

type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport struct {
    // EndTime: Exports Feature values as of this timestamp. If not set, retrieve
    // values as of now. Timestamp, if present, must not have higher than
    // millisecond precision.
    EndTime string `json:"endTime,omitempty"`
    // StartTime: Excludes Feature values with feature generation timestamp before
    // this timestamp. If not set, retrieve oldest values kept in Feature Store.
    // Timestamp, if present, must not have higher than millisecond precision.
    StartTime string `json:"startTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport

GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport: Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].

type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport struct {
    // SnapshotTime: Exports Feature values as of this timestamp. If not set,
    // retrieve values as of now. Timestamp, if present, must not have higher than
    // millisecond precision.
    SnapshotTime string `json:"snapshotTime,omitempty"`
    // StartTime: Excludes Feature values with feature generation timestamp before
    // this timestamp. If not set, retrieve oldest values kept in Feature Store.
    // Timestamp, if present, must not have higher than millisecond precision.
    StartTime string `json:"startTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SnapshotTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SnapshotTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse

GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse: Response message for FeaturestoreService.ExportFeatureValues.

type GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse struct {
}

type GoogleCloudAiplatformV1beta1ExportFractionSplit

GoogleCloudAiplatformV1beta1ExportFractionSplit: Assigns the input data to training, validation, and test sets as per the given fractions. Any of `training_fraction`, `validation_fraction` and `test_fraction` may optionally be provided, they must sum to up to 1. If the provided ones sum to less than 1, the remainder is assigned to sets as decided by Vertex AI. If none of the fractions are set, by default roughly 80% of data is used for training, 10% for validation, and 10% for test.

type GoogleCloudAiplatformV1beta1ExportFractionSplit struct {
    // TestFraction: The fraction of the input data that is to be used to evaluate
    // the Model.
    TestFraction float64 `json:"testFraction,omitempty"`
    // TrainingFraction: The fraction of the input data that is to be used to train
    // the Model.
    TrainingFraction float64 `json:"trainingFraction,omitempty"`
    // ValidationFraction: The fraction of the input data that is to be used to
    // validate the Model.
    ValidationFraction float64 `json:"validationFraction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TestFraction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TestFraction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportFractionSplit) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportFractionSplit) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ExportFractionSplit) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportFractionSplit) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ExportModelOperationMetadata

GoogleCloudAiplatformV1beta1ExportModelOperationMetadata: Details of ModelService.ExportModel operation.

type GoogleCloudAiplatformV1beta1ExportModelOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // OutputInfo: Output only. Information further describing the output of this
    // Model export.
    OutputInfo *GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo `json:"outputInfo,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportModelOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportModelOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo

GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo: Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.

type GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo struct {
    // ArtifactOutputUri: Output only. If the Model artifact is being exported to
    // Google Cloud Storage this is the full path of the directory created, into
    // which the Model files are being written to.
    ArtifactOutputUri string `json:"artifactOutputUri,omitempty"`
    // ImageOutputUri: Output only. If the Model image is being exported to Google
    // Container Registry or Artifact Registry this is the full path of the image
    // created.
    ImageOutputUri string `json:"imageOutputUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ArtifactOutputUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ArtifactOutputUri") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportModelRequest

GoogleCloudAiplatformV1beta1ExportModelRequest: Request message for ModelService.ExportModel.

type GoogleCloudAiplatformV1beta1ExportModelRequest struct {
    // OutputConfig: Required. The desired output location and configuration.
    OutputConfig *GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig `json:"outputConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "OutputConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "OutputConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportModelRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportModelRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig

GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig: Output configuration for the Model export.

type GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig struct {
    // ArtifactDestination: The Cloud Storage location where the Model artifact is
    // to be written to. Under the directory given as the destination a new one
    // with name "model-export--", where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ
    // ISO-8601 format, will be created. Inside, the Model and any of its
    // supporting files will be written. This field should only be set when the
    // `exportableContent` field of the [Model.supported_export_formats] object
    // contains `ARTIFACT`.
    ArtifactDestination *GoogleCloudAiplatformV1beta1GcsDestination `json:"artifactDestination,omitempty"`
    // ExportFormatId: The ID of the format in which the Model must be exported.
    // Each Model lists the export formats it supports. If no value is provided
    // here, then the first from the list of the Model's supported formats is used
    // by default.
    ExportFormatId string `json:"exportFormatId,omitempty"`
    // ImageDestination: The Google Container Registry or Artifact Registry uri
    // where the Model container image will be copied to. This field should only be
    // set when the `exportableContent` field of the
    // [Model.supported_export_formats] object contains `IMAGE`.
    ImageDestination *GoogleCloudAiplatformV1beta1ContainerRegistryDestination `json:"imageDestination,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ArtifactDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ArtifactDestination") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportModelResponse

GoogleCloudAiplatformV1beta1ExportModelResponse: Response message of ModelService.ExportModel operation.

type GoogleCloudAiplatformV1beta1ExportModelResponse struct {
}

type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest

GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest: Request message for TensorboardService.ExportTensorboardTimeSeriesData.

type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest struct {
    // Filter: Exports the TensorboardTimeSeries' data that match the filter
    // expression.
    Filter string `json:"filter,omitempty"`
    // OrderBy: Field to use to sort the TensorboardTimeSeries' data. By default,
    // TensorboardTimeSeries' data is returned in a pseudo random order.
    OrderBy string `json:"orderBy,omitempty"`
    // PageSize: The maximum number of data points to return per page. The default
    // page_size is 1000. Values must be between 1 and 10000. Values above 10000
    // are coerced to 10000.
    PageSize int64 `json:"pageSize,omitempty"`
    // PageToken: A page token, received from a previous
    // ExportTensorboardTimeSeriesData call. Provide this to retrieve the
    // subsequent page. When paginating, all other parameters provided to
    // ExportTensorboardTimeSeriesData must match the call that provided the page
    // token.
    PageToken string `json:"pageToken,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Filter") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Filter") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse

GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse: Response message for TensorboardService.ExportTensorboardTimeSeriesData.

type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse struct {
    // NextPageToken: A token, which can be sent as page_token to retrieve the next
    // page. If this field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TimeSeriesDataPoints: The returned time series data points.
    TimeSeriesDataPoints []*GoogleCloudAiplatformV1beta1TimeSeriesDataPoint `json:"timeSeriesDataPoints,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Extension

GoogleCloudAiplatformV1beta1Extension: Extensions are tools for large language models to access external data, run computations, etc.

type GoogleCloudAiplatformV1beta1Extension struct {
    // CreateTime: Output only. Timestamp when this Extension was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Optional. The description of the Extension.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the Extension. The name can be up
    // to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // ExtensionOperations: Output only. Supported operations.
    ExtensionOperations []*GoogleCloudAiplatformV1beta1ExtensionOperation `json:"extensionOperations,omitempty"`
    // Manifest: Required. Manifest of the Extension.
    Manifest *GoogleCloudAiplatformV1beta1ExtensionManifest `json:"manifest,omitempty"`
    // Name: Identifier. The resource name of the Extension.
    Name string `json:"name,omitempty"`
    // PrivateServiceConnectConfig: Optional. The PrivateServiceConnect config for
    // the extension. If specified, the service endpoints associated with the
    // Extension should be registered with private network access in the provided
    // Service Directory
    // (https://cloud.google.com/service-directory/docs/configuring-private-network-access).
    // If the service contains more than one endpoint with a network, the service
    // will arbitrarilty choose one of the endpoints to use for extension
    // execution.
    PrivateServiceConnectConfig *GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig `json:"privateServiceConnectConfig,omitempty"`
    // RuntimeConfig: Optional. Runtime config controlling the runtime behavior of
    // this Extension.
    RuntimeConfig *GoogleCloudAiplatformV1beta1RuntimeConfig `json:"runtimeConfig,omitempty"`
    // ToolUseExamples: Optional. Examples to illustrate the usage of the extension
    // as a tool.
    ToolUseExamples []*GoogleCloudAiplatformV1beta1ToolUseExample `json:"toolUseExamples,omitempty"`
    // UpdateTime: Output only. Timestamp when this Extension was most recently
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Extension) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Extension) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExtensionManifest

GoogleCloudAiplatformV1beta1ExtensionManifest: Manifest spec of an Extension needed for runtime execution.

type GoogleCloudAiplatformV1beta1ExtensionManifest struct {
    // ApiSpec: Required. Immutable. The API specification shown to the LLM.
    ApiSpec *GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec `json:"apiSpec,omitempty"`
    // AuthConfig: Required. Immutable. Type of auth supported by this extension.
    AuthConfig *GoogleCloudAiplatformV1beta1AuthConfig `json:"authConfig,omitempty"`
    // Description: Required. The natural language description shown to the LLM. It
    // should describe the usage of the extension, and is essential for the LLM to
    // perform reasoning.
    Description string `json:"description,omitempty"`
    // Name: Required. Extension name shown to the LLM. The name can be up to 128
    // characters long.
    Name string `json:"name,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ApiSpec") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ApiSpec") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExtensionManifest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExtensionManifest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec

GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec: The API specification shown to the LLM.

type GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec struct {
    // OpenApiGcsUri: Cloud Storage URI pointing to the OpenAPI spec.
    OpenApiGcsUri string `json:"openApiGcsUri,omitempty"`
    // OpenApiYaml: The API spec in Open API standard and YAML format.
    OpenApiYaml string `json:"openApiYaml,omitempty"`
    // ForceSendFields is a list of field names (e.g. "OpenApiGcsUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "OpenApiGcsUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExtensionOperation

GoogleCloudAiplatformV1beta1ExtensionOperation: Operation of an extension.

type GoogleCloudAiplatformV1beta1ExtensionOperation struct {
    // FunctionDeclaration: Output only. Structured representation of a function
    // declaration as defined by the OpenAPI Spec.
    FunctionDeclaration *GoogleCloudAiplatformV1beta1FunctionDeclaration `json:"functionDeclaration,omitempty"`
    // OperationId: Operation ID that uniquely identifies the operations among the
    // extension. See: "Operation Object" in https://swagger.io/specification/.
    // This field is parsed from the OpenAPI spec. For HTTP extensions, if it does
    // not exist in the spec, we will generate one from the HTTP method and path.
    OperationId string `json:"operationId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FunctionDeclaration") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FunctionDeclaration") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExtensionOperation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExtensionOperation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig

GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig: PrivateExtensionConfig configuration for the extension.

type GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig struct {
    // ServiceDirectory: Required. The Service Directory resource name in which the
    // service endpoints associated to the extension are registered. Format:
    // `projects/{project_id}/locations/{location_id}/namespaces/{namespace_id}/serv
    // ices/{service_id}` - The Vertex AI Extension Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // should be granted `servicedirectory.viewer` and
    // `servicedirectory.pscAuthorizedService` roles on the resource.
    ServiceDirectory string `json:"serviceDirectory,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ServiceDirectory") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ServiceDirectory") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Feature

GoogleCloudAiplatformV1beta1Feature: Feature Metadata information. For example, color is a feature that describes an apple.

type GoogleCloudAiplatformV1beta1Feature struct {
    // CreateTime: Output only. Only applicable for Vertex AI Feature Store
    // (Legacy). Timestamp when this EntityType was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of the Feature.
    Description string `json:"description,omitempty"`
    // DisableMonitoring: Optional. Only applicable for Vertex AI Feature Store
    // (Legacy). If not set, use the monitoring_config defined for the EntityType
    // this Feature belongs to. Only Features with type (Feature.ValueType) BOOL,
    // STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of
    // data monitoring are disabled despite the config on EntityType.
    DisableMonitoring bool `json:"disableMonitoring,omitempty"`
    // Etag: Used to perform a consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // Features. Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. See
    // https://goo.gl/xmQnxf for more information on and examples of labels. No
    // more than 64 user labels can be associated with one Feature (System labels
    // are excluded)." System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // MonitoringConfig: Optional. Only applicable for Vertex AI Feature Store
    // (Legacy). Deprecated: The custom monitoring configuration for this Feature,
    // if not set, use the monitoring_config defined for the EntityType this
    // Feature belongs to. Only Features with type (Feature.ValueType) BOOL,
    // STRING, DOUBLE or INT64 can enable monitoring. If this is populated with
    // FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring
    // is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified,
    // snapshot analysis monitoring is enabled. Otherwise, snapshot analysis
    // monitoring config is same as the EntityType's this Feature belongs to.
    MonitoringConfig *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig `json:"monitoringConfig,omitempty"`
    // MonitoringStats: Output only. Only applicable for Vertex AI Feature Store
    // (Legacy). A list of historical SnapshotAnalysis stats requested by user,
    // sorted by FeatureStatsAnomaly.start_time descending.
    MonitoringStats []*GoogleCloudAiplatformV1beta1FeatureStatsAnomaly `json:"monitoringStats,omitempty"`
    // MonitoringStatsAnomalies: Output only. Only applicable for Vertex AI Feature
    // Store (Legacy). The list of historical stats and anomalies with specified
    // objectives.
    MonitoringStatsAnomalies []*GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly `json:"monitoringStatsAnomalies,omitempty"`
    // Name: Immutable. Name of the Feature. Format:
    // `projects/{project}/locations/{location}/featurestores/{featurestore}/entityT
    // ypes/{entity_type}/features/{feature}`
    // `projects/{project}/locations/{location}/featureGroups/{feature_group}/featur
    // es/{feature}` The last part feature is assigned by the client. The feature
    // can be up to 64 characters long and can consist only of ASCII Latin letters
    // A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The
    // value will be unique given an entity type.
    Name string `json:"name,omitempty"`
    // PointOfContact: Entity responsible for maintaining this feature. Can be
    // comma separated list of email addresses or URIs.
    PointOfContact string `json:"pointOfContact,omitempty"`
    // UpdateTime: Output only. Only applicable for Vertex AI Feature Store
    // (Legacy). Timestamp when this EntityType was most recently updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // ValueType: Immutable. Only applicable for Vertex AI Feature Store (Legacy).
    // Type of Feature value.
    //
    // Possible values:
    //   "VALUE_TYPE_UNSPECIFIED" - The value type is unspecified.
    //   "BOOL" - Used for Feature that is a boolean.
    //   "BOOL_ARRAY" - Used for Feature that is a list of boolean.
    //   "DOUBLE" - Used for Feature that is double.
    //   "DOUBLE_ARRAY" - Used for Feature that is a list of double.
    //   "INT64" - Used for Feature that is INT64.
    //   "INT64_ARRAY" - Used for Feature that is a list of INT64.
    //   "STRING" - Used for Feature that is string.
    //   "STRING_ARRAY" - Used for Feature that is a list of String.
    //   "BYTES" - Used for Feature that is bytes.
    ValueType string `json:"valueType,omitempty"`
    // VersionColumnName: Only applicable for Vertex AI Feature Store. The name of
    // the BigQuery Table/View column hosting data for this version. If no value is
    // provided, will use feature_id.
    VersionColumnName string `json:"versionColumnName,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Feature) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Feature) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureGroup

GoogleCloudAiplatformV1beta1FeatureGroup: Vertex AI Feature Group.

type GoogleCloudAiplatformV1beta1FeatureGroup struct {
    // BigQuery: Indicates that features for this group come from BigQuery
    // Table/View. By default treats the source as a sparse time series source. The
    // BigQuery source table or view must have at least one entity ID column and a
    // column named `feature_timestamp`.
    BigQuery *GoogleCloudAiplatformV1beta1FeatureGroupBigQuery `json:"bigQuery,omitempty"`
    // CreateTime: Output only. Timestamp when this FeatureGroup was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Optional. Description of the FeatureGroup.
    Description string `json:"description,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // FeatureGroup. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information on and examples of labels. No
    // more than 64 user labels can be associated with one FeatureGroup(System
    // labels are excluded)." System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Identifier. Name of the FeatureGroup. Format:
    // `projects/{project}/locations/{location}/featureGroups/{featureGroup}`
    Name string `json:"name,omitempty"`
    // UpdateTime: Output only. Timestamp when this FeatureGroup was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BigQuery") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigQuery") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureGroup) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureGroup) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureGroupBigQuery

GoogleCloudAiplatformV1beta1FeatureGroupBigQuery: Input source type for BigQuery Tables and Views.

type GoogleCloudAiplatformV1beta1FeatureGroupBigQuery struct {
    // BigQuerySource: Required. Immutable. The BigQuery source URI that points to
    // either a BigQuery Table or View.
    BigQuerySource *GoogleCloudAiplatformV1beta1BigQuerySource `json:"bigQuerySource,omitempty"`
    // EntityIdColumns: Optional. Columns to construct entity_id / row keys. If not
    // provided defaults to `entity_id`.
    EntityIdColumns []string `json:"entityIdColumns,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigQuerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigQuerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureGroupBigQuery) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureGroupBigQuery) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly

GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly: A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.

type GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly struct {
    // FeatureStatsAnomaly: Output only. The stats and anomalies generated at
    // specific timestamp.
    FeatureStatsAnomaly *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly `json:"featureStatsAnomaly,omitempty"`
    // Objective: Output only. The objective for each stats.
    //
    // Possible values:
    //   "OBJECTIVE_UNSPECIFIED" - If it's OBJECTIVE_UNSPECIFIED, monitoring_stats
    // will be empty.
    //   "IMPORT_FEATURE_ANALYSIS" - Stats are generated by Import Feature
    // Analysis.
    //   "SNAPSHOT_ANALYSIS" - Stats are generated by Snapshot Analysis.
    Objective string `json:"objective,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FeatureStatsAnomaly") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureStatsAnomaly") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureNoiseSigma

GoogleCloudAiplatformV1beta1FeatureNoiseSigma: Noise sigma by features. Noise sigma represents the standard deviation of the gaussian kernel that will be used to add noise to interpolated inputs prior to computing gradients.

type GoogleCloudAiplatformV1beta1FeatureNoiseSigma struct {
    // NoiseSigma: Noise sigma per feature. No noise is added to features that are
    // not set.
    NoiseSigma []*GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature `json:"noiseSigma,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NoiseSigma") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NoiseSigma") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureNoiseSigma) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigma) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature

GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature: Noise sigma for a single feature.

type GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature struct {
    // Name: The name of the input feature for which noise sigma is provided. The
    // features are defined in explanation metadata inputs.
    Name string `json:"name,omitempty"`
    // Sigma: This represents the standard deviation of the Gaussian kernel that
    // will be used to add noise to the feature prior to computing gradients.
    // Similar to noise_sigma but represents the noise added to the current
    // feature. Defaults to 0.1.
    Sigma float64 `json:"sigma,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Name") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Name") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FeatureOnlineStore

GoogleCloudAiplatformV1beta1FeatureOnlineStore: Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container.

type GoogleCloudAiplatformV1beta1FeatureOnlineStore struct {
    // Bigtable: Contains settings for the Cloud Bigtable instance that will be
    // created to serve featureValues for all FeatureViews under this
    // FeatureOnlineStore.
    Bigtable *GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable `json:"bigtable,omitempty"`
    // CreateTime: Output only. Timestamp when this FeatureOnlineStore was created.
    CreateTime string `json:"createTime,omitempty"`
    // DedicatedServingEndpoint: Optional. The dedicated serving endpoint for this
    // FeatureOnlineStore, which is different from common Vertex service endpoint.
    DedicatedServingEndpoint *GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint `json:"dedicatedServingEndpoint,omitempty"`
    // EmbeddingManagement: Optional. Deprecated: This field is no longer needed
    // anymore and embedding management is automatically enabled when specifying
    // Optimized storage type.
    EmbeddingManagement *GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement `json:"embeddingManagement,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // FeatureOnlineStore. Label keys and values can be no longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information on and examples of labels. No
    // more than 64 user labels can be associated with one
    // FeatureOnlineStore(System labels are excluded)." System reserved label keys
    // are prefixed with "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Identifier. Name of the FeatureOnlineStore. Format:
    // `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineSt
    // ore}`
    Name string `json:"name,omitempty"`
    // Optimized: Contains settings for the Optimized store that will be created to
    // serve featureValues for all FeatureViews under this FeatureOnlineStore. When
    // choose Optimized storage type, need to set
    // PrivateServiceConnectConfig.enable_private_service_connect to use private
    // endpoint. Otherwise will use public endpoint by default.
    Optimized *GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized `json:"optimized,omitempty"`
    // State: Output only. State of the featureOnlineStore.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Default value. This value is unused.
    //   "STABLE" - State when the featureOnlineStore configuration is not being
    // updated and the fields reflect the current configuration of the
    // featureOnlineStore. The featureOnlineStore is usable in this state.
    //   "UPDATING" - The state of the featureOnlineStore configuration when it is
    // being updated. During an update, the fields reflect either the original
    // configuration or the updated configuration of the featureOnlineStore. The
    // featureOnlineStore is still usable in this state.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this FeatureOnlineStore was last
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Bigtable") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Bigtable") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureOnlineStore) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStore) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable struct {
    // AutoScaling: Required. Autoscaling config applied to Bigtable Instance.
    AutoScaling *GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling `json:"autoScaling,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AutoScaling") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutoScaling") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling struct {
    // CpuUtilizationTarget: Optional. A percentage of the cluster's CPU capacity.
    // Can be from 10% to 80%. When a cluster's CPU utilization exceeds the target
    // that you have set, Bigtable immediately adds nodes to the cluster. When CPU
    // utilization is substantially lower than the target, Bigtable removes nodes.
    // If not set will default to 50%.
    CpuUtilizationTarget int64 `json:"cpuUtilizationTarget,omitempty"`
    // MaxNodeCount: Required. The maximum number of nodes to scale up to. Must be
    // greater than or equal to min_node_count, and less than or equal to 10 times
    // of 'min_node_count'.
    MaxNodeCount int64 `json:"maxNodeCount,omitempty"`
    // MinNodeCount: Required. The minimum number of nodes to scale down to. Must
    // be greater than or equal to 1.
    MinNodeCount int64 `json:"minNodeCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CpuUtilizationTarget") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CpuUtilizationTarget") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint

GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint: The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type. Public endpoint is provisioned by default.

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint struct {
    // PrivateServiceConnectConfig: Optional. Private service connect config. The
    // private service connection is available only for Optimized storage type, not
    // for embedding management now. If
    // PrivateServiceConnectConfig.enable_private_service_connect set to true,
    // customers will use private service connection to send request. Otherwise,
    // the connection will set to public endpoint.
    PrivateServiceConnectConfig *GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig `json:"privateServiceConnectConfig,omitempty"`
    // PublicEndpointDomainName: Output only. This field will be populated with the
    // domain name to use for this FeatureOnlineStore
    PublicEndpointDomainName string `json:"publicEndpointDomainName,omitempty"`
    // ServiceAttachment: Output only. The name of the service attachment resource.
    // Populated if private service connect is enabled and after FeatureViewSync is
    // created.
    ServiceAttachment string `json:"serviceAttachment,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "PrivateServiceConnectConfig") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PrivateServiceConnectConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement

GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement: Deprecated: This sub message is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type. Contains settings for embedding management.

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement struct {
    // Enabled: Optional. Immutable. Whether to enable embedding management in this
    // FeatureOnlineStore. It's immutable after creation to ensure the
    // FeatureOnlineStore availability.
    Enabled bool `json:"enabled,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Enabled") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized

GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized: Optimized storage type

type GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized struct {
}

type GoogleCloudAiplatformV1beta1FeatureSelector

GoogleCloudAiplatformV1beta1FeatureSelector: Selector for Features of an EntityType.

type GoogleCloudAiplatformV1beta1FeatureSelector struct {
    // IdMatcher: Required. Matches Features based on ID.
    IdMatcher *GoogleCloudAiplatformV1beta1IdMatcher `json:"idMatcher,omitempty"`
    // ForceSendFields is a list of field names (e.g. "IdMatcher") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "IdMatcher") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureSelector) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureSelector) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureStatsAnomaly

GoogleCloudAiplatformV1beta1FeatureStatsAnomaly: Stats and Anomaly generated at specific timestamp for specific Feature. The start_time and end_time are used to define the time range of the dataset that current stats belongs to, e.g. prediction traffic is bucketed into prediction datasets by time window. If the Dataset is not defined by time window, start_time = end_time. Timestamp of the stats and anomalies always refers to end_time. Raw stats and anomalies are stored in stats_uri or anomaly_uri in the tensorflow defined protos. Field data_stats contains almost identical information with the raw stats in Vertex AI defined proto, for UI to display.

type GoogleCloudAiplatformV1beta1FeatureStatsAnomaly struct {
    // AnomalyDetectionThreshold: This is the threshold used when detecting
    // anomalies. The threshold can be changed by user, so this one might be
    // different from ThresholdConfig.value.
    AnomalyDetectionThreshold float64 `json:"anomalyDetectionThreshold,omitempty"`
    // AnomalyUri: Path of the anomaly file for current feature values in Cloud
    // Storage bucket. Format: gs:////anomalies. Example:
    // gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary
    // format with Protobuf message Anoamlies are stored as binary format with
    // Protobuf message [tensorflow.metadata.v0.AnomalyInfo]
    // (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
    AnomalyUri string `json:"anomalyUri,omitempty"`
    // DistributionDeviation: Deviation from the current stats to baseline stats.
    // 1. For categorical feature, the distribution distance is calculated by
    // L-inifinity norm. 2. For numerical feature, the distribution distance is
    // calculated by Jensen–Shannon divergence.
    DistributionDeviation float64 `json:"distributionDeviation,omitempty"`
    // EndTime: The end timestamp of window where stats were generated. For
    // objectives where time window doesn't make sense (e.g. Featurestore Snapshot
    // Monitoring), end_time indicates the timestamp of the data used to generate
    // stats (e.g. timestamp we take snapshots for feature values).
    EndTime string `json:"endTime,omitempty"`
    // Score: Feature importance score, only populated when cross-feature
    // monitoring is enabled. For now only used to represent feature attribution
    // score within range [0, 1] for
    // ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and
    // ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
    Score float64 `json:"score,omitempty"`
    // StartTime: The start timestamp of window where stats were generated. For
    // objectives where time window doesn't make sense (e.g. Featurestore Snapshot
    // Monitoring), start_time is only used to indicate the monitoring intervals,
    // so it always equals to (end_time - monitoring_interval).
    StartTime string `json:"startTime,omitempty"`
    // StatsUri: Path of the stats file for current feature values in Cloud Storage
    // bucket. Format: gs:////stats. Example:
    // gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format
    // with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics
    // (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/statistics.proto).
    StatsUri string `json:"statsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnomalyDetectionThreshold")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnomalyDetectionThreshold") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FeatureValue

GoogleCloudAiplatformV1beta1FeatureValue: Value for a feature.

type GoogleCloudAiplatformV1beta1FeatureValue struct {
    // BoolArrayValue: A list of bool type feature value.
    BoolArrayValue *GoogleCloudAiplatformV1beta1BoolArray `json:"boolArrayValue,omitempty"`
    // BoolValue: Bool type feature value.
    BoolValue bool `json:"boolValue,omitempty"`
    // BytesValue: Bytes feature value.
    BytesValue string `json:"bytesValue,omitempty"`
    // DoubleArrayValue: A list of double type feature value.
    DoubleArrayValue *GoogleCloudAiplatformV1beta1DoubleArray `json:"doubleArrayValue,omitempty"`
    // DoubleValue: Double type feature value.
    DoubleValue float64 `json:"doubleValue,omitempty"`
    // Int64ArrayValue: A list of int64 type feature value.
    Int64ArrayValue *GoogleCloudAiplatformV1beta1Int64Array `json:"int64ArrayValue,omitempty"`
    // Int64Value: Int64 feature value.
    Int64Value int64 `json:"int64Value,omitempty,string"`
    // Metadata: Metadata of feature value.
    Metadata *GoogleCloudAiplatformV1beta1FeatureValueMetadata `json:"metadata,omitempty"`
    // StringArrayValue: A list of string type feature value.
    StringArrayValue *GoogleCloudAiplatformV1beta1StringArray `json:"stringArrayValue,omitempty"`
    // StringValue: String feature value.
    StringValue string `json:"stringValue,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BoolArrayValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoolArrayValue") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FeatureValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FeatureValueDestination

GoogleCloudAiplatformV1beta1FeatureValueDestination: A destination location for Feature values and format.

type GoogleCloudAiplatformV1beta1FeatureValueDestination struct {
    // BigqueryDestination: Output in BigQuery format.
    // BigQueryDestination.output_uri in
    // FeatureValueDestination.bigquery_destination must refer to a table.
    BigqueryDestination *GoogleCloudAiplatformV1beta1BigQueryDestination `json:"bigqueryDestination,omitempty"`
    // CsvDestination: Output in CSV format. Array Feature value types are not
    // allowed in CSV format.
    CsvDestination *GoogleCloudAiplatformV1beta1CsvDestination `json:"csvDestination,omitempty"`
    // TfrecordDestination: Output in TFRecord format. Below are the mapping from
    // Feature value type in Featurestore to Feature value type in TFRecord: Value
    // type in Featurestore | Value type in TFRecord DOUBLE, DOUBLE_ARRAY |
    // FLOAT_LIST INT64, INT64_ARRAY | INT64_LIST STRING, STRING_ARRAY, BYTES |
    // BYTES_LIST true -> byte_string("true"), false -> byte_string("false") BOOL,
    // BOOL_ARRAY (true, false) | BYTES_LIST
    TfrecordDestination *GoogleCloudAiplatformV1beta1TFRecordDestination `json:"tfrecordDestination,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigqueryDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigqueryDestination") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureValueDestination) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureValueDestination) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureValueList

GoogleCloudAiplatformV1beta1FeatureValueList: Container for list of values.

type GoogleCloudAiplatformV1beta1FeatureValueList struct {
    // Values: A list of feature values. All of them should be the same data type.
    Values []*GoogleCloudAiplatformV1beta1FeatureValue `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureValueList) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureValueList) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureValueMetadata

GoogleCloudAiplatformV1beta1FeatureValueMetadata: Metadata of feature value.

type GoogleCloudAiplatformV1beta1FeatureValueMetadata struct {
    // GenerateTime: Feature generation timestamp. Typically, it is provided by
    // user at feature ingestion time. If not, feature store will use the system
    // timestamp when the data is ingested into feature store. For streaming
    // ingestion, the time, aligned by days, must be no older than five years (1825
    // days) and no later than one year (366 days) in the future.
    GenerateTime string `json:"generateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenerateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenerateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureValueMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureValueMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureView

GoogleCloudAiplatformV1beta1FeatureView: FeatureView is representation of values that the FeatureOnlineStore will serve based on its syncConfig.

type GoogleCloudAiplatformV1beta1FeatureView struct {
    // BigQuerySource: Optional. Configures how data is supposed to be extracted
    // from a BigQuery source to be loaded onto the FeatureOnlineStore.
    BigQuerySource *GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource `json:"bigQuerySource,omitempty"`
    // CreateTime: Output only. Timestamp when this FeatureView was created.
    CreateTime string `json:"createTime,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // FeatureRegistrySource: Optional. Configures the features from a Feature
    // Registry source that need to be loaded onto the FeatureOnlineStore.
    FeatureRegistrySource *GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource `json:"featureRegistrySource,omitempty"`
    // IndexConfig: Optional. Configuration for index preparation for vector
    // search. It contains the required configurations to create an index from
    // source data, so that approximate nearest neighbor (a.k.a ANN) algorithms
    // search can be performed during online serving.
    IndexConfig *GoogleCloudAiplatformV1beta1FeatureViewIndexConfig `json:"indexConfig,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // FeatureViews. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information on and examples of labels. No
    // more than 64 user labels can be associated with one
    // FeatureOnlineStore(System labels are excluded)." System reserved label keys
    // are prefixed with "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Identifier. Name of the FeatureView. Format:
    // `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_
    // store}/featureViews/{feature_view}`
    Name string `json:"name,omitempty"`
    // ServiceAccountEmail: Output only. A Service Account unique to this
    // FeatureView. The role bigquery.dataViewer should be granted to this service
    // account to allow Vertex AI Feature Store to sync data to the online store.
    ServiceAccountEmail string `json:"serviceAccountEmail,omitempty"`
    // ServiceAgentType: Optional. Service agent type used during data sync. By
    // default, the Vertex AI Service Agent is used. When using an IAM Policy to
    // isolate this FeatureView within a project, a separate service account should
    // be provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`.
    // This will generate a separate service account to access the BigQuery source
    // table.
    //
    // Possible values:
    //   "SERVICE_AGENT_TYPE_UNSPECIFIED" - By default, the project-level Vertex AI
    // Service Agent is enabled.
    //   "SERVICE_AGENT_TYPE_PROJECT" - Indicates the project-level Vertex AI
    // Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // will be used during sync jobs.
    //   "SERVICE_AGENT_TYPE_FEATURE_VIEW" - Enable a FeatureView service account
    // to be created by Vertex AI and output in the field `service_account_email`.
    // This service account will be used to read from the source BigQuery table
    // during sync.
    ServiceAgentType string `json:"serviceAgentType,omitempty"`
    // SyncConfig: Configures when data is to be synced/updated for this
    // FeatureView. At the end of the sync the latest featureValues for each
    // entityId of this FeatureView are made ready for online serving.
    SyncConfig *GoogleCloudAiplatformV1beta1FeatureViewSyncConfig `json:"syncConfig,omitempty"`
    // UpdateTime: Output only. Timestamp when this FeatureView was last updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // VectorSearchConfig: Optional. Deprecated: please use
    // FeatureView.index_config instead.
    VectorSearchConfig *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig `json:"vectorSearchConfig,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BigQuerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigQuerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureView) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureView) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource

type GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource struct {
    // EntityIdColumns: Required. Columns to construct entity_id / row keys.
    EntityIdColumns []string `json:"entityIdColumns,omitempty"`
    // Uri: Required. The BigQuery view URI that will be materialized on each sync
    // trigger based on FeatureView.SyncConfig.
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EntityIdColumns") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityIdColumns") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewDataKey

GoogleCloudAiplatformV1beta1FeatureViewDataKey: Lookup key for a feature view.

type GoogleCloudAiplatformV1beta1FeatureViewDataKey struct {
    // CompositeKey: The actual Entity ID will be composed from this struct. This
    // should match with the way ID is defined in the FeatureView spec.
    CompositeKey *GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey `json:"compositeKey,omitempty"`
    // Key: String key to use for lookup.
    Key string `json:"key,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CompositeKey") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CompositeKey") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewDataKey) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewDataKey) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey

GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey: ID that is comprised from several parts (columns).

type GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey struct {
    // Parts: Parts to construct Entity ID. Should match with the same ID columns
    // as defined in FeatureView in the same order.
    Parts []string `json:"parts,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Parts") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Parts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource

GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource: A Feature Registry source for features that need to be synced to Online Store.

type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource struct {
    // FeatureGroups: Required. List of features that need to be synced to Online
    // Store.
    FeatureGroups []*GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup `json:"featureGroups,omitempty"`
    // ProjectNumber: Optional. The project number of the parent project of the
    // Feature Groups.
    ProjectNumber int64 `json:"projectNumber,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "FeatureGroups") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureGroups") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup

GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup: Features belonging to a single feature group that will be synced to Online Store.

type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup struct {
    // FeatureGroupId: Required. Identifier of the feature group.
    FeatureGroupId string `json:"featureGroupId,omitempty"`
    // FeatureIds: Required. Identifiers of features under the feature group.
    FeatureIds []string `json:"featureIds,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FeatureGroupId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureGroupId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewIndexConfig

GoogleCloudAiplatformV1beta1FeatureViewIndexConfig: Configuration for vector indexing.

type GoogleCloudAiplatformV1beta1FeatureViewIndexConfig struct {
    // BruteForceConfig: Optional. Configuration options for using brute force
    // search, which simply implements the standard linear search in the database
    // for each query. It is primarily meant for benchmarking and to generate the
    // ground truth for approximate search.
    BruteForceConfig *GoogleCloudAiplatformV1beta1FeatureViewIndexConfigBruteForceConfig `json:"bruteForceConfig,omitempty"`
    // CrowdingColumn: Optional. Column of crowding. This column contains crowding
    // attribute which is a constraint on a neighbor list produced by
    // FeatureOnlineStoreService.SearchNearestEntities to diversify search results.
    // If NearestNeighborQuery.per_crowding_attribute_neighbor_count is set to K in
    // SearchNearestEntitiesRequest, it's guaranteed that no more than K entities
    // of the same crowding attribute are returned in the response.
    CrowdingColumn string `json:"crowdingColumn,omitempty"`
    // DistanceMeasureType: Optional. The distance measure used in nearest neighbor
    // search.
    //
    // Possible values:
    //   "DISTANCE_MEASURE_TYPE_UNSPECIFIED" - Should not be set.
    //   "SQUARED_L2_DISTANCE" - Euclidean (L_2) Distance.
    //   "COSINE_DISTANCE" - Cosine Distance. Defined as 1 - cosine similarity. We
    // strongly suggest using DOT_PRODUCT_DISTANCE + UNIT_L2_NORM instead of COSINE
    // distance. Our algorithms have been more optimized for DOT_PRODUCT distance
    // which, when combined with UNIT_L2_NORM, is mathematically equivalent to
    // COSINE distance and results in the same ranking.
    //   "DOT_PRODUCT_DISTANCE" - Dot Product Distance. Defined as a negative of
    // the dot product.
    DistanceMeasureType string `json:"distanceMeasureType,omitempty"`
    // EmbeddingColumn: Optional. Column of embedding. This column contains the
    // source data to create index for vector search. embedding_column must be set
    // when using vector search.
    EmbeddingColumn string `json:"embeddingColumn,omitempty"`
    // EmbeddingDimension: Optional. The number of dimensions of the input
    // embedding.
    EmbeddingDimension int64 `json:"embeddingDimension,omitempty"`
    // FilterColumns: Optional. Columns of features that're used to filter vector
    // search results.
    FilterColumns []string `json:"filterColumns,omitempty"`
    // TreeAhConfig: Optional. Configuration options for the tree-AH algorithm
    // (Shallow tree + Asymmetric Hashing). Please refer to this paper for more
    // details: https://arxiv.org/abs/1908.10396
    TreeAhConfig *GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig `json:"treeAhConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BruteForceConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BruteForceConfig") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewIndexConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewIndexConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewIndexConfigBruteForceConfig

GoogleCloudAiplatformV1beta1FeatureViewIndexConfigBruteForceConfig: Configuration options for using brute force search.

type GoogleCloudAiplatformV1beta1FeatureViewIndexConfigBruteForceConfig struct {
}

type GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig

GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig: Configuration options for the tree-AH algorithm.

type GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig struct {
    // LeafNodeEmbeddingCount: Optional. Number of embeddings on each leaf node.
    // The default value is 1000 if not set.
    LeafNodeEmbeddingCount int64 `json:"leafNodeEmbeddingCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "LeafNodeEmbeddingCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LeafNodeEmbeddingCount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewIndexConfigTreeAHConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewSync

GoogleCloudAiplatformV1beta1FeatureViewSync: FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.

type GoogleCloudAiplatformV1beta1FeatureViewSync struct {
    // CreateTime: Output only. Time when this FeatureViewSync is created. Creation
    // of a FeatureViewSync means that the job is pending / waiting for sufficient
    // resources but may not have started the actual data transfer yet.
    CreateTime string `json:"createTime,omitempty"`
    // FinalStatus: Output only. Final status of the FeatureViewSync.
    FinalStatus *GoogleRpcStatus `json:"finalStatus,omitempty"`
    // Name: Identifier. Name of the FeatureViewSync. Format:
    // `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_
    // store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
    Name string `json:"name,omitempty"`
    // RunTime: Output only. Time when this FeatureViewSync is finished.
    RunTime *GoogleTypeInterval `json:"runTime,omitempty"`
    // SyncSummary: Output only. Summary of the sync job.
    SyncSummary *GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary `json:"syncSummary,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewSync) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewSync) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewSyncConfig

GoogleCloudAiplatformV1beta1FeatureViewSyncConfig: Configuration for Sync. Only one option is set.

type GoogleCloudAiplatformV1beta1FeatureViewSyncConfig struct {
    // Cron: Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
    // runs. To explicitly set a timezone to the cron tab, apply a prefix in the
    // cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The
    // ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database.
    // For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1
    // * * * *".
    Cron string `json:"cron,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Cron") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Cron") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewSyncConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewSyncConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary

GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary: Summary from the Sync job. For continuous syncs, the summary is updated periodically. For batch syncs, it gets updated on completion of the sync.

type GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary struct {
    // RowSynced: Output only. Total number of rows synced.
    RowSynced int64 `json:"rowSynced,omitempty,string"`
    // TotalSlot: Output only. BigQuery slot milliseconds consumed for the sync
    // job.
    TotalSlot int64 `json:"totalSlot,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "RowSynced") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RowSynced") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig

GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig: Deprecated. Use IndexConfig instead.

type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig struct {
    // BruteForceConfig: Optional. Configuration options for using brute force
    // search, which simply implements the standard linear search in the database
    // for each query. It is primarily meant for benchmarking and to generate the
    // ground truth for approximate search.
    BruteForceConfig *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigBruteForceConfig `json:"bruteForceConfig,omitempty"`
    // CrowdingColumn: Optional. Column of crowding. This column contains crowding
    // attribute which is a constraint on a neighbor list produced by
    // FeatureOnlineStoreService.SearchNearestEntities to diversify search results.
    // If NearestNeighborQuery.per_crowding_attribute_neighbor_count is set to K in
    // SearchNearestEntitiesRequest, it's guaranteed that no more than K entities
    // of the same crowding attribute are returned in the response.
    CrowdingColumn string `json:"crowdingColumn,omitempty"`
    // DistanceMeasureType: Optional. The distance measure used in nearest neighbor
    // search.
    //
    // Possible values:
    //   "DISTANCE_MEASURE_TYPE_UNSPECIFIED" - Should not be set.
    //   "SQUARED_L2_DISTANCE" - Euclidean (L_2) Distance.
    //   "COSINE_DISTANCE" - Cosine Distance. Defined as 1 - cosine similarity. We
    // strongly suggest using DOT_PRODUCT_DISTANCE + UNIT_L2_NORM instead of COSINE
    // distance. Our algorithms have been more optimized for DOT_PRODUCT distance
    // which, when combined with UNIT_L2_NORM, is mathematically equivalent to
    // COSINE distance and results in the same ranking.
    //   "DOT_PRODUCT_DISTANCE" - Dot Product Distance. Defined as a negative of
    // the dot product.
    DistanceMeasureType string `json:"distanceMeasureType,omitempty"`
    // EmbeddingColumn: Optional. Column of embedding. This column contains the
    // source data to create index for vector search. embedding_column must be set
    // when using vector search.
    EmbeddingColumn string `json:"embeddingColumn,omitempty"`
    // EmbeddingDimension: Optional. The number of dimensions of the input
    // embedding.
    EmbeddingDimension int64 `json:"embeddingDimension,omitempty"`
    // FilterColumns: Optional. Columns of features that're used to filter vector
    // search results.
    FilterColumns []string `json:"filterColumns,omitempty"`
    // TreeAhConfig: Optional. Configuration options for the tree-AH algorithm
    // (Shallow tree + Asymmetric Hashing). Please refer to this paper for more
    // details: https://arxiv.org/abs/1908.10396
    TreeAhConfig *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig `json:"treeAhConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BruteForceConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BruteForceConfig") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigBruteForceConfig

type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigBruteForceConfig struct {
}

type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig

type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig struct {
    // LeafNodeEmbeddingCount: Optional. Number of embeddings on each leaf node.
    // The default value is 1000 if not set.
    LeafNodeEmbeddingCount int64 `json:"leafNodeEmbeddingCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "LeafNodeEmbeddingCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LeafNodeEmbeddingCount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Featurestore

GoogleCloudAiplatformV1beta1Featurestore: Vertex AI Feature Store provides a centralized repository for organizing, storing, and serving ML features. The Featurestore is a top-level container for your features and their values.

type GoogleCloudAiplatformV1beta1Featurestore struct {
    // CreateTime: Output only. Timestamp when this Featurestore was created.
    CreateTime string `json:"createTime,omitempty"`
    // EncryptionSpec: Optional. Customer-managed encryption key spec for data
    // storage. If set, both of the online and offline data storage will be secured
    // by this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize your
    // Featurestore. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information on and examples of labels. No
    // more than 64 user labels can be associated with one Featurestore(System
    // labels are excluded)." System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Name of the Featurestore. Format:
    // `projects/{project}/locations/{location}/featurestores/{featurestore}`
    Name string `json:"name,omitempty"`
    // OnlineServingConfig: Optional. Config for online storage resources. The
    // field should not co-exist with the field of `OnlineStoreReplicationConfig`.
    // If both of it and OnlineStoreReplicationConfig are unset, the feature store
    // will not have an online store and cannot be used for online serving.
    OnlineServingConfig *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig `json:"onlineServingConfig,omitempty"`
    // OnlineStorageTtlDays: Optional. TTL in days for feature values that will be
    // stored in online serving storage. The Feature Store online storage
    // periodically removes obsolete feature values older than
    // `online_storage_ttl_days` since the feature generation time. Note that
    // `online_storage_ttl_days` should be less than or equal to
    // `offline_storage_ttl_days` for each EntityType under a featurestore. If not
    // set, default to 4000 days
    OnlineStorageTtlDays int64 `json:"onlineStorageTtlDays,omitempty"`
    // State: Output only. State of the featurestore.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Default value. This value is unused.
    //   "STABLE" - State when the featurestore configuration is not being updated
    // and the fields reflect the current configuration of the featurestore. The
    // featurestore is usable in this state.
    //   "UPDATING" - The state of the featurestore configuration when it is being
    // updated. During an update, the fields reflect either the original
    // configuration or the updated configuration of the featurestore. For example,
    // `online_serving_config.fixed_node_count` can take minutes to update. While
    // the update is in progress, the featurestore is in the UPDATING state, and
    // the value of `fixed_node_count` can be the original value or the updated
    // value, depending on the progress of the operation. Until the update
    // completes, the actual number of nodes can still be the original value of
    // `fixed_node_count`. The featurestore is still usable in this state.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this Featurestore was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Featurestore) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Featurestore) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig

GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig: Configuration of how features in Featurestore are monitored.

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig struct {
    // CategoricalThresholdConfig: Threshold for categorical features of anomaly
    // detection. This is shared by all types of Featurestore Monitoring for
    // categorical features (i.e. Features with type (Feature.ValueType) BOOL or
    // STRING).
    CategoricalThresholdConfig *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig `json:"categoricalThresholdConfig,omitempty"`
    // ImportFeaturesAnalysis: The config for ImportFeatures Analysis Based Feature
    // Monitoring.
    ImportFeaturesAnalysis *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis `json:"importFeaturesAnalysis,omitempty"`
    // NumericalThresholdConfig: Threshold for numerical features of anomaly
    // detection. This is shared by all objectives of Featurestore Monitoring for
    // numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or
    // INT64).
    NumericalThresholdConfig *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig `json:"numericalThresholdConfig,omitempty"`
    // SnapshotAnalysis: The config for Snapshot Analysis Based Feature Monitoring.
    SnapshotAnalysis *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis `json:"snapshotAnalysis,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CategoricalThresholdConfig")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CategoricalThresholdConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis

GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysi s: Configuration of the Featurestore's ImportFeature Analysis Based Monitoring. This type of analysis generates statistics for values of each Feature imported by every ImportFeatureValues operation.

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis struct {
    // AnomalyDetectionBaseline: The baseline used to do anomaly detection for the
    // statistics generated by import features analysis.
    //
    // Possible values:
    //   "BASELINE_UNSPECIFIED" - Should not be used.
    //   "LATEST_STATS" - Choose the later one statistics generated by either most
    // recent snapshot analysis or previous import features analysis. If non of
    // them exists, skip anomaly detection and only generate a statistics.
    //   "MOST_RECENT_SNAPSHOT_STATS" - Use the statistics generated by the most
    // recent snapshot analysis if exists.
    //   "PREVIOUS_IMPORT_FEATURES_STATS" - Use the statistics generated by the
    // previous import features analysis if exists.
    AnomalyDetectionBaseline string `json:"anomalyDetectionBaseline,omitempty"`
    // State: Whether to enable / disable / inherite default hebavior for import
    // features analysis.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Should not be used.
    //   "DEFAULT" - The default behavior of whether to enable the monitoring.
    // EntityType-level config: disabled. Feature-level config: inherited from the
    // configuration of EntityType this Feature belongs to.
    //   "ENABLED" - Explicitly enables import features analysis. EntityType-level
    // config: by default enables import features analysis for all Features under
    // it. Feature-level config: enables import features analysis regardless of the
    // EntityType-level config.
    //   "DISABLED" - Explicitly disables import features analysis.
    // EntityType-level config: by default disables import features analysis for
    // all Features under it. Feature-level config: disables import features
    // analysis regardless of the EntityType-level config.
    State string `json:"state,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnomalyDetectionBaseline")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnomalyDetectionBaseline") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis

GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis: Configuration of the Featurestore's Snapshot Analysis Based Monitoring. This type of analysis generates statistics for each Feature based on a snapshot of the latest feature value of each entities every monitoring_interval.

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis struct {
    // Disabled: The monitoring schedule for snapshot analysis. For
    // EntityType-level config: unset / disabled = true indicates disabled by
    // default for Features under it; otherwise by default enable snapshot analysis
    // monitoring with monitoring_interval for Features under it. Feature-level
    // config: disabled = true indicates disabled regardless of the
    // EntityType-level config; unset monitoring_interval indicates going with
    // EntityType-level config; otherwise run snapshot analysis monitoring with
    // monitoring_interval regardless of the EntityType-level config. Explicitly
    // Disable the snapshot analysis based monitoring.
    Disabled bool `json:"disabled,omitempty"`
    // MonitoringInterval: Configuration of the snapshot analysis based monitoring
    // pipeline running interval. The value is rolled up to full day. If both
    // monitoring_interval_days and the deprecated `monitoring_interval` field are
    // set when creating/updating EntityTypes/Features, monitoring_interval_days
    // will be used.
    MonitoringInterval string `json:"monitoringInterval,omitempty"`
    // MonitoringIntervalDays: Configuration of the snapshot analysis based
    // monitoring pipeline running interval. The value indicates number of days.
    MonitoringIntervalDays int64 `json:"monitoringIntervalDays,omitempty"`
    // StalenessDays: Customized export features time window for snapshot analysis.
    // Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum
    // value is 4000 days.
    StalenessDays int64 `json:"stalenessDays,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Disabled") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Disabled") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig

GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig: The config for Featurestore Monitoring threshold.

type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig struct {
    // Value: Specify a threshold value that can trigger the alert. 1. For
    // categorical feature, the distribution distance is calculated by L-inifinity
    // norm. 2. For numerical feature, the distribution distance is calculated by
    // Jensen–Shannon divergence. Each feature must have a non-zero threshold if
    // they need to be monitored. Otherwise no alert will be triggered for that
    // feature.
    Value float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig

GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig: OnlineServingConfig specifies the details for provisioning online serving resources.

type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig struct {
    // FixedNodeCount: The number of nodes for the online store. The number of
    // nodes doesn't scale automatically, but you can manually update the number of
    // nodes. If set to 0, the featurestore will not have an online store and
    // cannot be used for online serving.
    FixedNodeCount int64 `json:"fixedNodeCount,omitempty"`
    // Scaling: Online serving scaling configuration. Only one of
    // `fixed_node_count` and `scaling` can be set. Setting one will reset the
    // other.
    Scaling *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling `json:"scaling,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FixedNodeCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FixedNodeCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling

GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling: Online serving scaling configuration. If min_node_count and max_node_count are set to the same value, the cluster will be configured with the fixed number of node (no auto-scaling).

type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling struct {
    // CpuUtilizationTarget: Optional. The cpu utilization that the Autoscaler
    // should be trying to achieve. This number is on a scale from 0 (no
    // utilization) to 100 (total utilization), and is limited between 10 and 80.
    // When a cluster's CPU utilization exceeds the target that you have set,
    // Bigtable immediately adds nodes to the cluster. When CPU utilization is
    // substantially lower than the target, Bigtable removes nodes. If not set or
    // set to 0, default to 50.
    CpuUtilizationTarget int64 `json:"cpuUtilizationTarget,omitempty"`
    // MaxNodeCount: The maximum number of nodes to scale up to. Must be greater
    // than min_node_count, and less than or equal to 10 times of 'min_node_count'.
    MaxNodeCount int64 `json:"maxNodeCount,omitempty"`
    // MinNodeCount: Required. The minimum number of nodes to scale down to. Must
    // be greater than or equal to 1.
    MinNodeCount int64 `json:"minNodeCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CpuUtilizationTarget") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CpuUtilizationTarget") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest

GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest: Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.

type GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest struct {
    // DataFormat: Optional. Response data format. If not set,
    // FeatureViewDataFormat.KEY_VALUE will be used.
    //
    // Possible values:
    //   "FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED" - Not set. Will be treated as the
    // KeyValue format.
    //   "KEY_VALUE" - Return response data in key-value format.
    //   "PROTO_STRUCT" - Return response data in proto Struct format.
    DataFormat string `json:"dataFormat,omitempty"`
    // DataKey: Optional. The request key to fetch feature values for.
    DataKey *GoogleCloudAiplatformV1beta1FeatureViewDataKey `json:"dataKey,omitempty"`
    // Format: Specify response data format. If not set, KeyValue format will be
    // used. Deprecated. Use FetchFeatureValuesRequest.data_format.
    //
    // Possible values:
    //   "FORMAT_UNSPECIFIED" - Not set. Will be treated as the KeyValue format.
    //   "KEY_VALUE" - Return response data in key-value format.
    //   "PROTO_STRUCT" - Return response data in proto Struct format.
    Format string `json:"format,omitempty"`
    // Id: Simple ID. The whole string will be used as is to identify Entity to
    // fetch feature values for.
    Id string `json:"id,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataFormat") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataFormat") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse

GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse: Response message for FeatureOnlineStoreService.FetchFeatureValues

type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse struct {
    // DataKey: The data key associated with this response. Will only be populated
    // for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs.
    DataKey *GoogleCloudAiplatformV1beta1FeatureViewDataKey `json:"dataKey,omitempty"`
    // KeyValues: Feature values in KeyValue format.
    KeyValues *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList `json:"keyValues,omitempty"`
    // ProtoStruct: Feature values in proto Struct format.
    ProtoStruct googleapi.RawMessage `json:"protoStruct,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DataKey") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataKey") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList

GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairLis t: Response structure in the format of key (feature name) and (feature) value pair.

type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList struct {
    // Features: List of feature names and values.
    Features []*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair `json:"features,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Features") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Features") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair

GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairLis tFeatureNameValuePair: Feature name & value pair.

type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair struct {
    // Name: Feature short name.
    Name string `json:"name,omitempty"`
    // Value: Feature value.
    Value *GoogleCloudAiplatformV1beta1FeatureValue `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Name") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Name") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FileData

GoogleCloudAiplatformV1beta1FileData: URI based data.

type GoogleCloudAiplatformV1beta1FileData struct {
    // FileUri: Required. URI.
    FileUri string `json:"fileUri,omitempty"`
    // MimeType: Required. The IANA standard MIME type of the source data.
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FileUri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FileUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FileData) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FileData) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FilterSplit

GoogleCloudAiplatformV1beta1FilterSplit: Assigns input data to training, validation, and test sets based on the given filters, data pieces not matched by any filter are ignored. Currently only supported for Datasets containing DataItems. If any of the filters in this message are to match nothing, then they can be set as '-' (the minus sign). Supported only for unstructured Datasets.

type GoogleCloudAiplatformV1beta1FilterSplit struct {
    // TestFilter: Required. A filter on DataItems of the Dataset. DataItems that
    // match this filter are used to test the Model. A filter with same syntax as
    // the one used in DatasetService.ListDataItems may be used. If a single
    // DataItem is matched by more than one of the FilterSplit filters, then it is
    // assigned to the first set that applies to it in the training, validation,
    // test order.
    TestFilter string `json:"testFilter,omitempty"`
    // TrainingFilter: Required. A filter on DataItems of the Dataset. DataItems
    // that match this filter are used to train the Model. A filter with same
    // syntax as the one used in DatasetService.ListDataItems may be used. If a
    // single DataItem is matched by more than one of the FilterSplit filters, then
    // it is assigned to the first set that applies to it in the training,
    // validation, test order.
    TrainingFilter string `json:"trainingFilter,omitempty"`
    // ValidationFilter: Required. A filter on DataItems of the Dataset. DataItems
    // that match this filter are used to validate the Model. A filter with same
    // syntax as the one used in DatasetService.ListDataItems may be used. If a
    // single DataItem is matched by more than one of the FilterSplit filters, then
    // it is assigned to the first set that applies to it in the training,
    // validation, test order.
    ValidationFilter string `json:"validationFilter,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TestFilter") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TestFilter") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FilterSplit) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FilterSplit) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FindNeighborsRequest

GoogleCloudAiplatformV1beta1FindNeighborsRequest: The request message for MatchService.FindNeighbors.

type GoogleCloudAiplatformV1beta1FindNeighborsRequest struct {
    // DeployedIndexId: The ID of the DeployedIndex that will serve the request.
    // This request is sent to a specific IndexEndpoint, as per the
    // IndexEndpoint.network. That IndexEndpoint also has
    // IndexEndpoint.deployed_indexes, and each such index has a DeployedIndex.id
    // field. The value of the field below must equal one of the DeployedIndex.id
    // fields of the IndexEndpoint that is being called for this request.
    DeployedIndexId string `json:"deployedIndexId,omitempty"`
    // Queries: The list of queries.
    Queries []*GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery `json:"queries,omitempty"`
    // ReturnFullDatapoint: If set to true, the full datapoints (including all
    // vector values and restricts) of the nearest neighbors are returned. Note
    // that returning full datapoint will significantly increase the latency and
    // cost of the query.
    ReturnFullDatapoint bool `json:"returnFullDatapoint,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndexId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndexId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FindNeighborsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery

GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery: A query to find a number of the nearest neighbors (most similar vectors) of a vector.

type GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery struct {
    // ApproximateNeighborCount: The number of neighbors to find via approximate
    // search before exact reordering is performed. If not set, the default value
    // from scam config is used; if set, this value must be > 0.
    ApproximateNeighborCount int64 `json:"approximateNeighborCount,omitempty"`
    // Datapoint: Required. The datapoint/vector whose nearest neighbors should be
    // searched for.
    Datapoint *GoogleCloudAiplatformV1beta1IndexDatapoint `json:"datapoint,omitempty"`
    // FractionLeafNodesToSearchOverride: The fraction of the number of leaves to
    // search, set at query time allows user to tune search performance. This value
    // increase result in both search accuracy and latency increase. The value
    // should be between 0.0 and 1.0. If not set or set to 0.0, query uses the
    // default value specified in
    // NearestNeighborSearchConfig.TreeAHConfig.fraction_leaf_nodes_to_search.
    FractionLeafNodesToSearchOverride float64 `json:"fractionLeafNodesToSearchOverride,omitempty"`
    // NeighborCount: The number of nearest neighbors to be retrieved from database
    // for each query. If not set, will use the default from the service
    // configuration
    // (https://cloud.google.com/vertex-ai/docs/matching-engine/configuring-indexes#nearest-neighbor-search-config).
    NeighborCount int64 `json:"neighborCount,omitempty"`
    // PerCrowdingAttributeNeighborCount: Crowding is a constraint on a neighbor
    // list produced by nearest neighbor search requiring that no more than some
    // value k' of the k neighbors returned have the same value of
    // crowding_attribute. It's used for improving result diversity. This field is
    // the maximum number of matches with the same crowding tag.
    PerCrowdingAttributeNeighborCount int64 `json:"perCrowdingAttributeNeighborCount,omitempty"`
    // Rrf: Optional. Represents RRF algorithm that combines search results.
    Rrf *GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF `json:"rrf,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ApproximateNeighborCount")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ApproximateNeighborCount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF

GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF: Parameters for RRF algorithm that combines search results.

type GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF struct {
    // Alpha: Required. Users can provide an alpha value to give more weight to
    // dense vs sparse results. For example, if the alpha is 0, we only return
    // sparse and if the alpha is 1, we only return dense.
    Alpha float64 `json:"alpha,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Alpha") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Alpha") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQueryRRF) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FindNeighborsResponse

GoogleCloudAiplatformV1beta1FindNeighborsResponse: The response message for MatchService.FindNeighbors.

type GoogleCloudAiplatformV1beta1FindNeighborsResponse struct {
    // NearestNeighbors: The nearest neighbors of the query datapoints.
    NearestNeighbors []*GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors `json:"nearestNeighbors,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NearestNeighbors") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NearestNeighbors") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FindNeighborsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors

GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors: Nearest neighbors for one query.

type GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors struct {
    // Id: The ID of the query datapoint.
    Id string `json:"id,omitempty"`
    // Neighbors: All its neighbors.
    Neighbors []*GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor `json:"neighbors,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor

GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor: A neighbor of the query vector.

type GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor struct {
    // Datapoint: The datapoint of the neighbor. Note that full datapoints are
    // returned only when "return_full_datapoint" is set to true. Otherwise, only
    // the "datapoint_id" and "crowding_tag" fields are populated.
    Datapoint *GoogleCloudAiplatformV1beta1IndexDatapoint `json:"datapoint,omitempty"`
    // Distance: The distance between the neighbor and the dense embedding query.
    Distance float64 `json:"distance,omitempty"`
    // SparseDistance: The distance between the neighbor and the query
    // sparse_embedding.
    SparseDistance float64 `json:"sparseDistance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Datapoint") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Datapoint") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FluencyInput

GoogleCloudAiplatformV1beta1FluencyInput: Input for fluency metric.

type GoogleCloudAiplatformV1beta1FluencyInput struct {
    // Instance: Required. Fluency instance.
    Instance *GoogleCloudAiplatformV1beta1FluencyInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for fluency score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1FluencySpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FluencyInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FluencyInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FluencyInstance

GoogleCloudAiplatformV1beta1FluencyInstance: Spec for fluency instance.

type GoogleCloudAiplatformV1beta1FluencyInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FluencyInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FluencyInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FluencyResult

GoogleCloudAiplatformV1beta1FluencyResult: Spec for fluency result.

type GoogleCloudAiplatformV1beta1FluencyResult struct {
    // Confidence: Output only. Confidence for fluency score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for fluency score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Fluency score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FluencyResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FluencyResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FluencyResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FluencyResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FluencySpec

GoogleCloudAiplatformV1beta1FluencySpec: Spec for fluency score metric.

type GoogleCloudAiplatformV1beta1FluencySpec struct {
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Version") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Version") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FluencySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FluencySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FractionSplit

GoogleCloudAiplatformV1beta1FractionSplit: Assigns the input data to training, validation, and test sets as per the given fractions. Any of `training_fraction`, `validation_fraction` and `test_fraction` may optionally be provided, they must sum to up to 1. If the provided ones sum to less than 1, the remainder is assigned to sets as decided by Vertex AI. If none of the fractions are set, by default roughly 80% of data is used for training, 10% for validation, and 10% for test.

type GoogleCloudAiplatformV1beta1FractionSplit struct {
    // TestFraction: The fraction of the input data that is to be used to evaluate
    // the Model.
    TestFraction float64 `json:"testFraction,omitempty"`
    // TrainingFraction: The fraction of the input data that is to be used to train
    // the Model.
    TrainingFraction float64 `json:"trainingFraction,omitempty"`
    // ValidationFraction: The fraction of the input data that is to be used to
    // validate the Model.
    ValidationFraction float64 `json:"validationFraction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TestFraction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TestFraction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FractionSplit) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FractionSplit) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FractionSplit) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FractionSplit) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FulfillmentInput

GoogleCloudAiplatformV1beta1FulfillmentInput: Input for fulfillment metric.

type GoogleCloudAiplatformV1beta1FulfillmentInput struct {
    // Instance: Required. Fulfillment instance.
    Instance *GoogleCloudAiplatformV1beta1FulfillmentInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for fulfillment score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1FulfillmentSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FulfillmentInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FulfillmentInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FulfillmentInstance

GoogleCloudAiplatformV1beta1FulfillmentInstance: Spec for fulfillment instance.

type GoogleCloudAiplatformV1beta1FulfillmentInstance struct {
    // Instruction: Required. Inference instruction prompt to compare prediction
    // with.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instruction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instruction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FulfillmentInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FulfillmentInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FulfillmentResult

GoogleCloudAiplatformV1beta1FulfillmentResult: Spec for fulfillment result.

type GoogleCloudAiplatformV1beta1FulfillmentResult struct {
    // Confidence: Output only. Confidence for fulfillment score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for fulfillment score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Fulfillment score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FulfillmentResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FulfillmentResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1FulfillmentResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1FulfillmentResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1FulfillmentSpec

GoogleCloudAiplatformV1beta1FulfillmentSpec: Spec for fulfillment metric.

type GoogleCloudAiplatformV1beta1FulfillmentSpec struct {
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Version") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Version") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FulfillmentSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FulfillmentSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FunctionCall

GoogleCloudAiplatformV1beta1FunctionCall: A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing the parameters and their values.

type GoogleCloudAiplatformV1beta1FunctionCall struct {
    // Args: Optional. Required. The function parameters and values in JSON object
    // format. See [FunctionDeclaration.parameters] for parameter details.
    Args googleapi.RawMessage `json:"args,omitempty"`
    // Name: Required. The name of the function to call. Matches
    // [FunctionDeclaration.name].
    Name string `json:"name,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Args") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Args") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FunctionCall) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FunctionCall) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FunctionCallingConfig

GoogleCloudAiplatformV1beta1FunctionCallingConfig: Function calling config.

type GoogleCloudAiplatformV1beta1FunctionCallingConfig struct {
    // AllowedFunctionNames: Optional. Function names to call. Only set when the
    // Mode is ANY. Function names should match [FunctionDeclaration.name]. With
    // mode set to ANY, model will predict a function call from the set of function
    // names provided.
    AllowedFunctionNames []string `json:"allowedFunctionNames,omitempty"`
    // Mode: Optional. Function calling mode.
    //
    // Possible values:
    //   "MODE_UNSPECIFIED" - Unspecified function calling mode. This value should
    // not be used.
    //   "AUTO" - Default model behavior, model decides to predict either a
    // function call or a natural language repspose.
    //   "ANY" - Model is constrained to always predicting a function call only. If
    // "allowed_function_names" are set, the predicted function call will be
    // limited to any one of "allowed_function_names", else the predicted function
    // call will be any one of the provided "function_declarations".
    //   "NONE" - Model will not predict any function call. Model behavior is same
    // as when not passing any function declarations.
    Mode string `json:"mode,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AllowedFunctionNames") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllowedFunctionNames") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FunctionCallingConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FunctionCallingConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FunctionDeclaration

GoogleCloudAiplatformV1beta1FunctionDeclaration: Structured representation of a function declaration as defined by the OpenAPI 3.0 specification (https://spec.openapis.org/oas/v3.0.3). Included in this declaration are the function name and parameters. This FunctionDeclaration is a representation of a block of code that can be used as a `Tool` by the model and executed by the client.

type GoogleCloudAiplatformV1beta1FunctionDeclaration struct {
    // Description: Optional. Description and purpose of the function. Model uses
    // it to decide how and whether to call the function.
    Description string `json:"description,omitempty"`
    // Name: Required. The name of the function to call. Must start with a letter
    // or an underscore. Must be a-z, A-Z, 0-9, or contain underscores, dots and
    // dashes, with a maximum length of 64.
    Name string `json:"name,omitempty"`
    // Parameters: Optional. Describes the parameters to this function in JSON
    // Schema Object format. Reflects the Open API 3.03 Parameter Object. string
    // Key: the name of the parameter. Parameter names are case sensitive. Schema
    // Value: the Schema defining the type used for the parameter. For function
    // with no parameters, this can be left unset. Parameter names must start with
    // a letter or an underscore and must only contain chars a-z, A-Z, 0-9, or
    // underscores with a maximum length of 64. Example with 1 required and 1
    // optional parameter: type: OBJECT properties: param1: type: STRING param2:
    // type: INTEGER required: - param1
    Parameters *GoogleCloudAiplatformV1beta1Schema `json:"parameters,omitempty"`
    // Response: Optional. Describes the output from this function in JSON Schema
    // format. Reflects the Open API 3.03 Response Object. The Schema defines the
    // type used for the response value of the function.
    Response *GoogleCloudAiplatformV1beta1Schema `json:"response,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Description") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FunctionDeclaration) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FunctionDeclaration) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1FunctionResponse

GoogleCloudAiplatformV1beta1FunctionResponse: The result output from a [FunctionCall] that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a [FunctionCall] made based on model prediction.

type GoogleCloudAiplatformV1beta1FunctionResponse struct {
    // Name: Required. The name of the function to call. Matches
    // [FunctionDeclaration.name] and [FunctionCall.name].
    Name string `json:"name,omitempty"`
    // Response: Required. The function response in JSON object format.
    Response googleapi.RawMessage `json:"response,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Name") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Name") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1FunctionResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1FunctionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GcsDestination

GoogleCloudAiplatformV1beta1GcsDestination: The Google Cloud Storage location where the output is to be written to.

type GoogleCloudAiplatformV1beta1GcsDestination struct {
    // OutputUriPrefix: Required. Google Cloud Storage URI to output directory. If
    // the uri doesn't end with '/', a '/' will be automatically appended. The
    // directory is created if it doesn't exist.
    OutputUriPrefix string `json:"outputUriPrefix,omitempty"`
    // ForceSendFields is a list of field names (e.g. "OutputUriPrefix") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "OutputUriPrefix") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GcsDestination) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GcsDestination) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GcsSource

GoogleCloudAiplatformV1beta1GcsSource: The Google Cloud Storage location for the input content.

type GoogleCloudAiplatformV1beta1GcsSource struct {
    // Uris: Required. Google Cloud Storage URI(-s) to the input file(s). May
    // contain wildcards. For more information on wildcards, see
    // https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
    Uris []string `json:"uris,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uris") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uris") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GcsSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest

GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest: Request message for NotebookInternalService.GenerateAccessToken.

type GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest struct {
    // VmToken: Required. The VM identity token (a JWT) for authenticating the VM.
    // https://cloud.google.com/compute/docs/instances/verifying-instance-identity
    VmToken string `json:"vmToken,omitempty"`
    // ForceSendFields is a list of field names (e.g. "VmToken") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "VmToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse

GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse: Response message for NotebookInternalService.GenerateToken.

type GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse struct {
    // AccessToken: Short-lived access token string which may be used to access
    // Google APIs.
    AccessToken string `json:"accessToken,omitempty"`
    // ExpiresIn: The time in seconds when the access token expires. Typically
    // that's 3600.
    ExpiresIn int64 `json:"expiresIn,omitempty"`
    // Scope: Space-separated list of scopes contained in the returned token.
    // https://cloud.google.com/docs/authentication/token-types#access-contents
    Scope string `json:"scope,omitempty"`
    // TokenType: Type of the returned access token (e.g. "Bearer"). It specifies
    // how the token must be used. Bearer tokens may be used by any entity without
    // proof of identity.
    TokenType string `json:"tokenType,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "AccessToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AccessToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenerateContentRequest

GoogleCloudAiplatformV1beta1GenerateContentRequest: Request message for [PredictionService.GenerateContent].

type GoogleCloudAiplatformV1beta1GenerateContentRequest struct {
    // Contents: Required. The content of the current conversation with the model.
    // For single-turn queries, this is a single instance. For multi-turn queries,
    // this is a repeated field that contains conversation history + latest
    // request.
    Contents []*GoogleCloudAiplatformV1beta1Content `json:"contents,omitempty"`
    // GenerationConfig: Optional. Generation config.
    GenerationConfig *GoogleCloudAiplatformV1beta1GenerationConfig `json:"generationConfig,omitempty"`
    // SafetySettings: Optional. Per request settings for blocking unsafe content.
    // Enforced on GenerateContentResponse.candidates.
    SafetySettings []*GoogleCloudAiplatformV1beta1SafetySetting `json:"safetySettings,omitempty"`
    // SystemInstruction: Optional. The user provided system instructions for the
    // model. Note: only text should be used in parts and content in each part will
    // be in a separate paragraph.
    SystemInstruction *GoogleCloudAiplatformV1beta1Content `json:"systemInstruction,omitempty"`
    // ToolConfig: Optional. Tool config. This config is shared for all tools
    // provided in the request.
    ToolConfig *GoogleCloudAiplatformV1beta1ToolConfig `json:"toolConfig,omitempty"`
    // Tools: Optional. A list of `Tools` the model may use to generate the next
    // response. A `Tool` is a piece of code that enables the system to interact
    // with external systems to perform an action, or set of actions, outside of
    // knowledge and scope of the model.
    Tools []*GoogleCloudAiplatformV1beta1Tool `json:"tools,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Contents") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Contents") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenerateContentRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerateContentRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenerateContentResponse

GoogleCloudAiplatformV1beta1GenerateContentResponse: Response message for [PredictionService.GenerateContent].

type GoogleCloudAiplatformV1beta1GenerateContentResponse struct {
    // Candidates: Output only. Generated candidates.
    Candidates []*GoogleCloudAiplatformV1beta1Candidate `json:"candidates,omitempty"`
    // PromptFeedback: Output only. Content filter results for a prompt sent in the
    // request. Note: Sent only in the first stream chunk. Only happens when no
    // candidates were generated due to content violations.
    PromptFeedback *GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback `json:"promptFeedback,omitempty"`
    // UsageMetadata: Usage metadata about the response(s).
    UsageMetadata *GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata `json:"usageMetadata,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Candidates") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Candidates") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenerateContentResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerateContentResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback

GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback: Content filter results for a prompt sent in the request.

type GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback struct {
    // BlockReason: Output only. Blocked reason.
    //
    // Possible values:
    //   "BLOCKED_REASON_UNSPECIFIED" - Unspecified blocked reason.
    //   "SAFETY" - Candidates blocked due to safety.
    //   "OTHER" - Candidates blocked due to other reason.
    //   "BLOCKLIST" - Candidates blocked due to the terms which are included from
    // the terminology blocklist.
    //   "PROHIBITED_CONTENT" - Candidates blocked due to prohibited content.
    BlockReason string `json:"blockReason,omitempty"`
    // BlockReasonMessage: Output only. A readable block reason message.
    BlockReasonMessage string `json:"blockReasonMessage,omitempty"`
    // SafetyRatings: Output only. Safety ratings.
    SafetyRatings []*GoogleCloudAiplatformV1beta1SafetyRating `json:"safetyRatings,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BlockReason") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BlockReason") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata

GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata: Usage metadata about response(s).

type GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata struct {
    // CandidatesTokenCount: Number of tokens in the response(s).
    CandidatesTokenCount int64 `json:"candidatesTokenCount,omitempty"`
    // PromptTokenCount: Number of tokens in the request.
    PromptTokenCount int64 `json:"promptTokenCount,omitempty"`
    TotalTokenCount  int64 `json:"totalTokenCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CandidatesTokenCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CandidatesTokenCount") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenerationConfig

GoogleCloudAiplatformV1beta1GenerationConfig: Generation config.

type GoogleCloudAiplatformV1beta1GenerationConfig struct {
    // CandidateCount: Optional. Number of candidates to generate.
    CandidateCount int64 `json:"candidateCount,omitempty"`
    // FrequencyPenalty: Optional. Frequency penalties.
    FrequencyPenalty float64 `json:"frequencyPenalty,omitempty"`
    // MaxOutputTokens: Optional. The maximum number of output tokens to generate
    // per message.
    MaxOutputTokens int64 `json:"maxOutputTokens,omitempty"`
    // PresencePenalty: Optional. Positive penalties.
    PresencePenalty float64 `json:"presencePenalty,omitempty"`
    // ResponseMimeType: Optional. Output response mimetype of the generated
    // candidate text. Supported mimetype: - `text/plain`: (default) Text output. -
    // `application/json`: JSON response in the candidates. The model needs to be
    // prompted to output the appropriate response type, otherwise the behavior is
    // undefined. This is a preview feature.
    ResponseMimeType string `json:"responseMimeType,omitempty"`
    // ResponseStyle: Optional. Control Three levels of creativity in the model
    // output. Default: RESPONSE_STYLE_BALANCED
    //
    // Possible values:
    //   "RESPONSE_STYLE_UNSPECIFIED" - response style unspecified.
    //   "RESPONSE_STYLE_PRECISE" - Precise response.
    //   "RESPONSE_STYLE_BALANCED" - Default response style.
    //   "RESPONSE_STYLE_CREATIVE" - Creative response style.
    ResponseStyle string `json:"responseStyle,omitempty"`
    // StopSequences: Optional. Stop sequences.
    StopSequences []string `json:"stopSequences,omitempty"`
    // Temperature: Optional. Controls the randomness of predictions.
    Temperature float64 `json:"temperature,omitempty"`
    // TopK: Optional. If specified, top-k sampling will be used.
    TopK float64 `json:"topK,omitempty"`
    // TopP: Optional. If specified, nucleus sampling will be used.
    TopP float64 `json:"topP,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CandidateCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CandidateCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenerationConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerationConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1GenerationConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenerationConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1GenericOperationMetadata

GoogleCloudAiplatformV1beta1GenericOperationMetadata: Generic Metadata shared by all operations.

type GoogleCloudAiplatformV1beta1GenericOperationMetadata struct {
    // CreateTime: Output only. Time when the operation was created.
    CreateTime string `json:"createTime,omitempty"`
    // PartialFailures: Output only. Partial failures encountered. E.g. single
    // files that couldn't be read. This field should never exceed 20 entries.
    // Status details field will contain standard Google Cloud error details.
    PartialFailures []*GoogleRpcStatus `json:"partialFailures,omitempty"`
    // UpdateTime: Output only. Time when the operation was updated for the last
    // time. If the operation has finished (successfully or not), this is the
    // finish time.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenericOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenericOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GenieSource

GoogleCloudAiplatformV1beta1GenieSource: Contains information about the source of the models generated from Generative AI Studio.

type GoogleCloudAiplatformV1beta1GenieSource struct {
    // BaseModelUri: Required. The public base model URI.
    BaseModelUri string `json:"baseModelUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaseModelUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaseModelUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GenieSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GenieSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GoogleDriveSource

GoogleCloudAiplatformV1beta1GoogleDriveSource: The Google Drive location for the input content.

type GoogleCloudAiplatformV1beta1GoogleDriveSource struct {
    // ResourceIds: Required. Google Drive resource IDs.
    ResourceIds []*GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId `json:"resourceIds,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ResourceIds") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ResourceIds") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GoogleDriveSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GoogleDriveSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId

GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId: The type and ID of the Google Drive resource.

type GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId struct {
    // ResourceId: Required. The ID of the Google Drive resource.
    ResourceId string `json:"resourceId,omitempty"`
    // ResourceType: Required. The type of the Google Drive resource.
    //
    // Possible values:
    //   "RESOURCE_TYPE_UNSPECIFIED" - Unspecified resource type.
    //   "RESOURCE_TYPE_FILE" - File resource type.
    //   "RESOURCE_TYPE_FOLDER" - Folder resource type.
    ResourceType string `json:"resourceType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ResourceId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ResourceId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GoogleDriveSourceResourceId) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GroundednessInput

GoogleCloudAiplatformV1beta1GroundednessInput: Input for groundedness metric.

type GoogleCloudAiplatformV1beta1GroundednessInput struct {
    // Instance: Required. Groundedness instance.
    Instance *GoogleCloudAiplatformV1beta1GroundednessInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for groundedness metric.
    MetricSpec *GoogleCloudAiplatformV1beta1GroundednessSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GroundednessInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GroundednessInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GroundednessInstance

GoogleCloudAiplatformV1beta1GroundednessInstance: Spec for groundedness instance.

type GoogleCloudAiplatformV1beta1GroundednessInstance struct {
    // Context: Required. Background information provided in context used to
    // compare against the prediction.
    Context string `json:"context,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GroundednessInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GroundednessInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GroundednessResult

GoogleCloudAiplatformV1beta1GroundednessResult: Spec for groundedness result.

type GoogleCloudAiplatformV1beta1GroundednessResult struct {
    // Confidence: Output only. Confidence for groundedness score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for groundedness score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Groundedness score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GroundednessResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GroundednessResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1GroundednessResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1GroundednessResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1GroundednessSpec

GoogleCloudAiplatformV1beta1GroundednessSpec: Spec for groundedness metric.

type GoogleCloudAiplatformV1beta1GroundednessSpec struct {
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Version") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Version") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GroundednessSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GroundednessSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1GroundingMetadata

GoogleCloudAiplatformV1beta1GroundingMetadata: Metadata returned to client when grounding is enabled.

type GoogleCloudAiplatformV1beta1GroundingMetadata struct {
    // RetrievalQueries: Optional. Queries executed by the retrieval tools.
    RetrievalQueries []string `json:"retrievalQueries,omitempty"`
    // SearchEntryPoint: Optional. Google search entry for the following-up web
    // searches.
    SearchEntryPoint *GoogleCloudAiplatformV1beta1SearchEntryPoint `json:"searchEntryPoint,omitempty"`
    // WebSearchQueries: Optional. Web search queries for the following-up web
    // search.
    WebSearchQueries []string `json:"webSearchQueries,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RetrievalQueries") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RetrievalQueries") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1GroundingMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1GroundingMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1HyperparameterTuningJob

GoogleCloudAiplatformV1beta1HyperparameterTuningJob: Represents a HyperparameterTuningJob. A HyperparameterTuningJob has a Study specification and multiple CustomJobs with identical CustomJob specification.

type GoogleCloudAiplatformV1beta1HyperparameterTuningJob struct {
    // CreateTime: Output only. Time when the HyperparameterTuningJob was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. The display name of the HyperparameterTuningJob. The
    // name can be up to 128 characters long and can consist of any UTF-8
    // characters.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key options for a
    // HyperparameterTuningJob. If this is set, then all resources created by the
    // HyperparameterTuningJob will be encrypted with the provided encryption key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // EndTime: Output only. Time when the HyperparameterTuningJob entered any of
    // the following states: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`,
    // `JOB_STATE_CANCELLED`.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. Only populated when job's state is JOB_STATE_FAILED or
    // JOB_STATE_CANCELLED.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Labels: The labels with user-defined metadata to organize
    // HyperparameterTuningJobs. Label keys and values can be no longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // MaxFailedTrialCount: The number of failed Trials that need to be seen before
    // failing the HyperparameterTuningJob. If set to 0, Vertex AI decides how many
    // Trials must fail before the whole job fails.
    MaxFailedTrialCount int64 `json:"maxFailedTrialCount,omitempty"`
    // MaxTrialCount: Required. The desired total number of Trials.
    MaxTrialCount int64 `json:"maxTrialCount,omitempty"`
    // Name: Output only. Resource name of the HyperparameterTuningJob.
    Name string `json:"name,omitempty"`
    // ParallelTrialCount: Required. The desired number of Trials to run in
    // parallel.
    ParallelTrialCount int64 `json:"parallelTrialCount,omitempty"`
    // StartTime: Output only. Time when the HyperparameterTuningJob for the first
    // time entered the `JOB_STATE_RUNNING` state.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the job.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // StudySpec: Required. Study configuration of the HyperparameterTuningJob.
    StudySpec *GoogleCloudAiplatformV1beta1StudySpec `json:"studySpec,omitempty"`
    // TrialJobSpec: Required. The spec of a trial job. The same spec applies to
    // the CustomJobs created in all the trials.
    TrialJobSpec *GoogleCloudAiplatformV1beta1CustomJobSpec `json:"trialJobSpec,omitempty"`
    // Trials: Output only. Trials of the HyperparameterTuningJob.
    Trials []*GoogleCloudAiplatformV1beta1Trial `json:"trials,omitempty"`
    // UpdateTime: Output only. Time when the HyperparameterTuningJob was most
    // recently updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1HyperparameterTuningJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1HyperparameterTuningJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1IdMatcher

GoogleCloudAiplatformV1beta1IdMatcher: Matcher for Features of an EntityType by Feature ID.

type GoogleCloudAiplatformV1beta1IdMatcher struct {
    // Ids: Required. The following are accepted as `ids`: * A single-element list
    // containing only `*`, which selects all Features in the target EntityType, or
    // * A list containing only Feature IDs, which selects only Features with those
    // IDs in the target EntityType.
    Ids []string `json:"ids,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Ids") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Ids") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IdMatcher) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IdMatcher) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportDataConfig

GoogleCloudAiplatformV1beta1ImportDataConfig: Describes the location from where we import data into a Dataset, together with the labels that will be applied to the DataItems and the Annotations.

type GoogleCloudAiplatformV1beta1ImportDataConfig struct {
    // AnnotationLabels: Labels that will be applied to newly imported Annotations.
    // If two Annotations are identical, one of them will be deduped. Two
    // Annotations are considered identical if their payload, payload_schema_uri
    // and all of their labels are the same. These labels will be overridden by
    // Annotation labels specified inside index file referenced by
    // import_schema_uri, e.g. jsonl file.
    AnnotationLabels map[string]string `json:"annotationLabels,omitempty"`
    // DataItemLabels: Labels that will be applied to newly imported DataItems. If
    // an identical DataItem as one being imported already exists in the Dataset,
    // then these labels will be appended to these of the already existing one, and
    // if labels with identical key is imported before, the old label value will be
    // overwritten. If two DataItems are identical in the same import data
    // operation, the labels will be combined and if key collision happens in this
    // case, one of the values will be picked randomly. Two DataItems are
    // considered identical if their content bytes are identical (e.g. image bytes
    // or pdf bytes). These labels will be overridden by Annotation labels
    // specified inside index file referenced by import_schema_uri, e.g. jsonl
    // file.
    DataItemLabels map[string]string `json:"dataItemLabels,omitempty"`
    // GcsSource: The Google Cloud Storage location for the input content.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // ImportSchemaUri: Required. Points to a YAML file stored on Google Cloud
    // Storage describing the import format. Validation will be done against the
    // schema. The schema is defined as an OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    ImportSchemaUri string `json:"importSchemaUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationLabels") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationLabels") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportDataConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportDataConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportDataOperationMetadata

GoogleCloudAiplatformV1beta1ImportDataOperationMetadata: Runtime operation information for DatasetService.ImportData.

type GoogleCloudAiplatformV1beta1ImportDataOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportDataOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportDataOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportDataRequest

GoogleCloudAiplatformV1beta1ImportDataRequest: Request message for DatasetService.ImportData.

type GoogleCloudAiplatformV1beta1ImportDataRequest struct {
    // ImportConfigs: Required. The desired input locations. The contents of all
    // input locations will be imported in one batch.
    ImportConfigs []*GoogleCloudAiplatformV1beta1ImportDataConfig `json:"importConfigs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ImportConfigs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ImportConfigs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportDataRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportDataRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportDataResponse

GoogleCloudAiplatformV1beta1ImportDataResponse: Response message for DatasetService.ImportData.

type GoogleCloudAiplatformV1beta1ImportDataResponse struct {
}

type GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata

GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata: Details of ExtensionRegistryService.ImportExtension operation.

type GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata

GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata: Details of operations that perform import Feature values.

type GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata struct {
    // BlockingOperationIds: List of ImportFeatureValues operations running under a
    // single EntityType that are blocking this operation.
    BlockingOperationIds googleapi.Int64s `json:"blockingOperationIds,omitempty"`
    // GenericMetadata: Operation metadata for Featurestore import Feature values.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ImportedEntityCount: Number of entities that have been imported by the
    // operation.
    ImportedEntityCount int64 `json:"importedEntityCount,omitempty,string"`
    // ImportedFeatureValueCount: Number of Feature values that have been imported
    // by the operation.
    ImportedFeatureValueCount int64 `json:"importedFeatureValueCount,omitempty,string"`
    // InvalidRowCount: The number of rows in input source that weren't imported
    // due to either * Not having any featureValues. * Having a null entityId. *
    // Having a null timestamp. * Not being parsable (applicable for CSV sources).
    InvalidRowCount int64 `json:"invalidRowCount,omitempty,string"`
    // SourceUris: The source URI from where Feature values are imported.
    SourceUris []string `json:"sourceUris,omitempty"`
    // TimestampOutsideRetentionRowsCount: The number rows that weren't ingested
    // due to having timestamps outside the retention boundary.
    TimestampOutsideRetentionRowsCount int64 `json:"timestampOutsideRetentionRowsCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "BlockingOperationIds") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BlockingOperationIds") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest

GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest: Request message for FeaturestoreService.ImportFeatureValues.

type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest struct {
    AvroSource     *GoogleCloudAiplatformV1beta1AvroSource     `json:"avroSource,omitempty"`
    BigquerySource *GoogleCloudAiplatformV1beta1BigQuerySource `json:"bigquerySource,omitempty"`
    CsvSource      *GoogleCloudAiplatformV1beta1CsvSource      `json:"csvSource,omitempty"`
    // DisableIngestionAnalysis: If true, API doesn't start ingestion analysis
    // pipeline.
    DisableIngestionAnalysis bool `json:"disableIngestionAnalysis,omitempty"`
    // DisableOnlineServing: If set, data will not be imported for online serving.
    // This is typically used for backfilling, where Feature generation timestamps
    // are not in the timestamp range needed for online serving.
    DisableOnlineServing bool `json:"disableOnlineServing,omitempty"`
    // EntityIdField: Source column that holds entity IDs. If not provided, entity
    // IDs are extracted from the column named entity_id.
    EntityIdField string `json:"entityIdField,omitempty"`
    // FeatureSpecs: Required. Specifications defining which Feature values to
    // import from the entity. The request fails if no feature_specs are provided,
    // and having multiple feature_specs for one Feature is not allowed.
    FeatureSpecs []*GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec `json:"featureSpecs,omitempty"`
    // FeatureTime: Single Feature timestamp for all entities being imported. The
    // timestamp must not have higher than millisecond precision.
    FeatureTime string `json:"featureTime,omitempty"`
    // FeatureTimeField: Source column that holds the Feature timestamp for all
    // Feature values in each entity.
    FeatureTimeField string `json:"featureTimeField,omitempty"`
    // WorkerCount: Specifies the number of workers that are used to write data to
    // the Featurestore. Consider the online serving capacity that you require to
    // achieve the desired import throughput without interfering with online
    // serving. The value must be positive, and less than or equal to 100. If not
    // set, defaults to using 1 worker. The low count ensures minimal impact on
    // online serving performance.
    WorkerCount int64 `json:"workerCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AvroSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AvroSource") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec

GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec: Defines the Feature value(s) to import.

type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec struct {
    // Id: Required. ID of the Feature to import values of. This Feature must exist
    // in the target EntityType, or the request will fail.
    Id string `json:"id,omitempty"`
    // SourceField: Source column to get the Feature values from. If not set, uses
    // the column with the same name as the Feature ID.
    SourceField string `json:"sourceField,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse

GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse: Response message for FeaturestoreService.ImportFeatureValues.

type GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse struct {
    // ImportedEntityCount: Number of entities that have been imported by the
    // operation.
    ImportedEntityCount int64 `json:"importedEntityCount,omitempty,string"`
    // ImportedFeatureValueCount: Number of Feature values that have been imported
    // by the operation.
    ImportedFeatureValueCount int64 `json:"importedFeatureValueCount,omitempty,string"`
    // InvalidRowCount: The number of rows in input source that weren't imported
    // due to either * Not having any featureValues. * Having a null entityId. *
    // Having a null timestamp. * Not being parsable (applicable for CSV sources).
    InvalidRowCount int64 `json:"invalidRowCount,omitempty,string"`
    // TimestampOutsideRetentionRowsCount: The number rows that weren't ingested
    // due to having feature timestamps outside the retention boundary.
    TimestampOutsideRetentionRowsCount int64 `json:"timestampOutsideRetentionRowsCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ImportedEntityCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ImportedEntityCount") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest

GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest: Request message for ModelService.ImportModelEvaluation

type GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest struct {
    // ModelEvaluation: Required. Model evaluation resource to be imported.
    ModelEvaluation *GoogleCloudAiplatformV1beta1ModelEvaluation `json:"modelEvaluation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ModelEvaluation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelEvaluation") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportRagFilesConfig

GoogleCloudAiplatformV1beta1ImportRagFilesConfig: Config for importing RagFiles.

type GoogleCloudAiplatformV1beta1ImportRagFilesConfig struct {
    // GcsSource: Google Cloud Storage location. Supports importing individual
    // files as well as entire Google Cloud Storage directories. Sample formats: -
    // `gs://bucket_name/my_directory/object_name/my_file.txt` -
    // `gs://bucket_name/my_directory`
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // GoogleDriveSource: Google Drive location. Supports importing individual
    // files as well as Google Drive folders.
    GoogleDriveSource *GoogleCloudAiplatformV1beta1GoogleDriveSource `json:"googleDriveSource,omitempty"`
    // RagFileChunkingConfig: Specifies the size and overlap of chunks after
    // importing RagFiles.
    RagFileChunkingConfig *GoogleCloudAiplatformV1beta1RagFileChunkingConfig `json:"ragFileChunkingConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsSource") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportRagFilesConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportRagFilesConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ImportRagFilesRequest

GoogleCloudAiplatformV1beta1ImportRagFilesRequest: Request message for VertexRagDataService.ImportRagFiles.

type GoogleCloudAiplatformV1beta1ImportRagFilesRequest struct {
    // ImportRagFilesConfig: Required. The config for the RagFiles to be synced and
    // imported into the RagCorpus. VertexRagDataService.ImportRagFiles.
    ImportRagFilesConfig *GoogleCloudAiplatformV1beta1ImportRagFilesConfig `json:"importRagFilesConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ImportRagFilesConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ImportRagFilesConfig") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ImportRagFilesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ImportRagFilesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Index

GoogleCloudAiplatformV1beta1Index: A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search.

type GoogleCloudAiplatformV1beta1Index struct {
    // CreateTime: Output only. Timestamp when this Index was created.
    CreateTime string `json:"createTime,omitempty"`
    // DeployedIndexes: Output only. The pointers to DeployedIndexes created from
    // this Index. An Index can be only deleted if all its DeployedIndexes had been
    // undeployed first.
    DeployedIndexes []*GoogleCloudAiplatformV1beta1DeployedIndexRef `json:"deployedIndexes,omitempty"`
    // Description: The description of the Index.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the Index. The name can be up to
    // 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Immutable. Customer-managed encryption key spec for an
    // Index. If set, this Index and all sub-resources of this Index will be
    // secured by this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // IndexStats: Output only. Stats of the index resource.
    IndexStats *GoogleCloudAiplatformV1beta1IndexStats `json:"indexStats,omitempty"`
    // IndexUpdateMethod: Immutable. The update method to use with this Index. If
    // not set, BATCH_UPDATE will be used by default.
    //
    // Possible values:
    //   "INDEX_UPDATE_METHOD_UNSPECIFIED" - Should not be used.
    //   "BATCH_UPDATE" - BatchUpdate: user can call UpdateIndex with files on
    // Cloud Storage of Datapoints to update.
    //   "STREAM_UPDATE" - StreamUpdate: user can call
    // UpsertDatapoints/DeleteDatapoints to update the Index and the updates will
    // be applied in corresponding DeployedIndexes in nearly real-time.
    IndexUpdateMethod string `json:"indexUpdateMethod,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Indexes.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. See
    // https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // Metadata: An additional information about the Index; the schema of the
    // metadata can be found in metadata_schema.
    Metadata interface{} `json:"metadata,omitempty"`
    // MetadataSchemaUri: Immutable. Points to a YAML file stored on Google Cloud
    // Storage describing additional information about the Index, that is specific
    // to it. Unset if the Index does not have any additional information. The
    // schema is defined as an OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // Note: The URI given on output will be immutable and probably different,
    // including the URI scheme, than the one given on input. The output URI will
    // point to a location where the user only has a read access.
    MetadataSchemaUri string `json:"metadataSchemaUri,omitempty"`
    // Name: Output only. The resource name of the Index.
    Name string `json:"name,omitempty"`
    // UpdateTime: Output only. Timestamp when this Index was most recently
    // updated. This also includes any update to the contents of the Index. Note
    // that Operations working on this Index may have their
    // Operations.metadata.generic_metadata.update_time a little after the value of
    // this timestamp, yet that does not mean their results are not already
    // reflected in the Index. Result of any successfully completed Operation on
    // the Index is reflected in it.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Index) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Index) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1IndexDatapoint

GoogleCloudAiplatformV1beta1IndexDatapoint: A datapoint of Index.

type GoogleCloudAiplatformV1beta1IndexDatapoint struct {
    // CrowdingTag: Optional. CrowdingTag of the datapoint, the number of neighbors
    // to return in each crowding can be configured during query.
    CrowdingTag *GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag `json:"crowdingTag,omitempty"`
    // DatapointId: Required. Unique identifier of the datapoint.
    DatapointId string `json:"datapointId,omitempty"`
    // FeatureVector: Required. Feature embedding vector for dense index. An array
    // of numbers with the length of [NearestNeighborSearchConfig.dimensions].
    FeatureVector []float64 `json:"featureVector,omitempty"`
    // NumericRestricts: Optional. List of Restrict of the datapoint, used to
    // perform "restricted searches" where boolean rule are used to filter the
    // subset of the database eligible for matching. This uses numeric comparisons.
    NumericRestricts []*GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction `json:"numericRestricts,omitempty"`
    // Restricts: Optional. List of Restrict of the datapoint, used to perform
    // "restricted searches" where boolean rule are used to filter the subset of
    // the database eligible for matching. This uses categorical tokens. See:
    // https://cloud.google.com/vertex-ai/docs/matching-engine/filtering
    Restricts []*GoogleCloudAiplatformV1beta1IndexDatapointRestriction `json:"restricts,omitempty"`
    // SparseEmbedding: Optional. Feature embedding vector for sparse index.
    SparseEmbedding *GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding `json:"sparseEmbedding,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CrowdingTag") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CrowdingTag") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexDatapoint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapoint) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1IndexDatapoint) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapoint) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag

GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag: Crowding tag is a constraint on a neighbor list produced by nearest neighbor search requiring that no more than some value k' of the k neighbors returned have the same value of crowding_attribute.

type GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag struct {
    // CrowdingAttribute: The attribute value used for crowding. The maximum number
    // of neighbors to return per crowding attribute value
    // (per_crowding_attribute_num_neighbors) is configured per-query. This field
    // is ignored if per_crowding_attribute_num_neighbors is larger than the total
    // number of neighbors to return for a given query.
    CrowdingAttribute string `json:"crowdingAttribute,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CrowdingAttribute") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CrowdingAttribute") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction

GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction: This field allows restricts to be based on numeric comparisons rather than categorical tokens.

type GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction struct {
    // Namespace: The namespace of this restriction. e.g.: cost.
    Namespace string `json:"namespace,omitempty"`
    // Op: This MUST be specified for queries and must NOT be specified for
    // datapoints.
    //
    // Possible values:
    //   "OPERATOR_UNSPECIFIED" - Default value of the enum.
    //   "LESS" - Datapoints are eligible iff their value is < the query's.
    //   "LESS_EQUAL" - Datapoints are eligible iff their value is <= the query's.
    //   "EQUAL" - Datapoints are eligible iff their value is == the query's.
    //   "GREATER_EQUAL" - Datapoints are eligible iff their value is >= the
    // query's.
    //   "GREATER" - Datapoints are eligible iff their value is > the query's.
    //   "NOT_EQUAL" - Datapoints are eligible iff their value is != the query's.
    Op string `json:"op,omitempty"`
    // ValueDouble: Represents 64 bit float.
    ValueDouble float64 `json:"valueDouble,omitempty"`
    // ValueFloat: Represents 32 bit float.
    ValueFloat float64 `json:"valueFloat,omitempty"`
    // ValueInt: Represents 64 bit integer.
    ValueInt int64 `json:"valueInt,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "Namespace") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Namespace") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1IndexDatapointRestriction

GoogleCloudAiplatformV1beta1IndexDatapointRestriction: Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).

type GoogleCloudAiplatformV1beta1IndexDatapointRestriction struct {
    // AllowList: The attributes to allow in this namespace. e.g.: 'red'
    AllowList []string `json:"allowList,omitempty"`
    // DenyList: The attributes to deny in this namespace. e.g.: 'blue'
    DenyList []string `json:"denyList,omitempty"`
    // Namespace: The namespace of this restriction. e.g.: color.
    Namespace string `json:"namespace,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AllowList") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllowList") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexDatapointRestriction) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapointRestriction) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding

GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding: Feature embedding vector for sparse index. An array of numbers whose values are located in the specified dimensions.

type GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding struct {
    // Dimensions: Required. The list of indexes for the embedding values of the
    // sparse vector.
    Dimensions googleapi.Int64s `json:"dimensions,omitempty"`
    // Values: Required. The list of embedding values of the sparse vector.
    Values []float64 `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Dimensions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Dimensions") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexDatapointSparseEmbedding) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1IndexEndpoint

GoogleCloudAiplatformV1beta1IndexEndpoint: Indexes are deployed into it. An IndexEndpoint can have multiple DeployedIndexes.

type GoogleCloudAiplatformV1beta1IndexEndpoint struct {
    // CreateTime: Output only. Timestamp when this IndexEndpoint was created.
    CreateTime string `json:"createTime,omitempty"`
    // DeployedIndexes: Output only. The indexes deployed in this endpoint.
    DeployedIndexes []*GoogleCloudAiplatformV1beta1DeployedIndex `json:"deployedIndexes,omitempty"`
    // Description: The description of the IndexEndpoint.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the IndexEndpoint. The name can
    // be up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EnablePrivateServiceConnect: Optional. Deprecated: If true, expose the
    // IndexEndpoint via private service connect. Only one of the fields, network
    // or enable_private_service_connect, can be set.
    EnablePrivateServiceConnect bool `json:"enablePrivateServiceConnect,omitempty"`
    // EncryptionSpec: Immutable. Customer-managed encryption key spec for an
    // IndexEndpoint. If set, this IndexEndpoint and all sub-resources of this
    // IndexEndpoint will be secured by this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your
    // IndexEndpoints. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. The resource name of the IndexEndpoint.
    Name string `json:"name,omitempty"`
    // Network: Optional. The full name of the Google Compute Engine network
    // (https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to
    // which the IndexEndpoint should be peered. Private services access must
    // already be configured for the network. If left unspecified, the Endpoint is
    // not peered with any network. network and private_service_connect_config are
    // mutually exclusive. Format
    // (https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert):
    // `projects/{project}/global/networks/{network}`. Where {project} is a project
    // number, as in '12345', and {network} is network name.
    Network string `json:"network,omitempty"`
    // PrivateServiceConnectConfig: Optional. Configuration for private service
    // connect. network and private_service_connect_config are mutually exclusive.
    PrivateServiceConnectConfig *GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig `json:"privateServiceConnectConfig,omitempty"`
    // PublicEndpointDomainName: Output only. If public_endpoint_enabled is true,
    // this field will be populated with the domain name to use for this index
    // endpoint.
    PublicEndpointDomainName string `json:"publicEndpointDomainName,omitempty"`
    // PublicEndpointEnabled: Optional. If true, the deployed index will be
    // accessible through public endpoint.
    PublicEndpointEnabled bool `json:"publicEndpointEnabled,omitempty"`
    // UpdateTime: Output only. Timestamp when this IndexEndpoint was last updated.
    // This timestamp is not updated when the endpoint's DeployedIndexes are
    // updated, e.g. due to updates of the original Indexes they are the
    // deployments of.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexEndpoint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexEndpoint) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1IndexPrivateEndpoints

GoogleCloudAiplatformV1beta1IndexPrivateEndpoints: IndexPrivateEndpoints proto is used to provide paths for users to send requests via private endpoints (e.g. private service access, private service connect). To send request via private service access, use match_grpc_address. To send request via private service connect, use service_attachment.

type GoogleCloudAiplatformV1beta1IndexPrivateEndpoints struct {
    // MatchGrpcAddress: Output only. The ip address used to send match gRPC
    // requests.
    MatchGrpcAddress string `json:"matchGrpcAddress,omitempty"`
    // PscAutomatedEndpoints: Output only. PscAutomatedEndpoints is populated if
    // private service connect is enabled if PscAutomatedConfig is set.
    PscAutomatedEndpoints []*GoogleCloudAiplatformV1beta1PscAutomatedEndpoints `json:"pscAutomatedEndpoints,omitempty"`
    // ServiceAttachment: Output only. The name of the service attachment resource.
    // Populated if private service connect is enabled.
    ServiceAttachment string `json:"serviceAttachment,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MatchGrpcAddress") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MatchGrpcAddress") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexPrivateEndpoints) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexPrivateEndpoints) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1IndexStats

GoogleCloudAiplatformV1beta1IndexStats: Stats of the Index.

type GoogleCloudAiplatformV1beta1IndexStats struct {
    // ShardsCount: Output only. The number of shards in the Index.
    ShardsCount int64 `json:"shardsCount,omitempty"`
    // SparseVectorsCount: Output only. The number of sparse vectors in the Index.
    SparseVectorsCount int64 `json:"sparseVectorsCount,omitempty,string"`
    // VectorsCount: Output only. The number of dense vectors in the Index.
    VectorsCount int64 `json:"vectorsCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ShardsCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ShardsCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IndexStats) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IndexStats) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1InputDataConfig

GoogleCloudAiplatformV1beta1InputDataConfig: Specifies Vertex AI owned input data to be used for training, and possibly evaluating, the Model.

type GoogleCloudAiplatformV1beta1InputDataConfig struct {
    // AnnotationSchemaUri: Applicable only to custom training with Datasets that
    // have DataItems and Annotations. Cloud Storage URI that points to a YAML file
    // describing the annotation schema. The schema is defined as an OpenAPI 3.0.2
    // Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // The schema files that can be used here are found in
    // gs://google-cloud-aiplatform/schema/dataset/annotation/ , note that the
    // chosen schema must be consistent with metadata of the Dataset specified by
    // dataset_id. Only Annotations that both match this schema and belong to
    // DataItems not ignored by the split method are used in respectively training,
    // validation or test role, depending on the role of the DataItem they are on.
    // When used in conjunction with annotations_filter, the Annotations used for
    // training are filtered by both annotations_filter and annotation_schema_uri.
    AnnotationSchemaUri string `json:"annotationSchemaUri,omitempty"`
    // AnnotationsFilter: Applicable only to Datasets that have DataItems and
    // Annotations. A filter on Annotations of the Dataset. Only Annotations that
    // both match this filter and belong to DataItems not ignored by the split
    // method are used in respectively training, validation or test role, depending
    // on the role of the DataItem they are on (for the auto-assigned that role is
    // decided by Vertex AI). A filter with same syntax as the one used in
    // ListAnnotations may be used, but note here it filters across all Annotations
    // of the Dataset, and not just within a single DataItem.
    AnnotationsFilter string `json:"annotationsFilter,omitempty"`
    // BigqueryDestination: Only applicable to custom training with tabular Dataset
    // with BigQuery source. The BigQuery project location where the training data
    // is to be written to. In the given project a new dataset is created with name
    // `dataset___` where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All
    // training input data is written into that dataset. In the dataset three
    // tables are created, `training`, `validation` and `test`. * AIP_DATA_FORMAT =
    // "bigquery". * AIP_TRAINING_DATA_URI =
    // "bigquery_destination.dataset___.training" * AIP_VALIDATION_DATA_URI =
    // "bigquery_destination.dataset___.validation" * AIP_TEST_DATA_URI =
    // "bigquery_destination.dataset___.test"
    BigqueryDestination *GoogleCloudAiplatformV1beta1BigQueryDestination `json:"bigqueryDestination,omitempty"`
    // DatasetId: Required. The ID of the Dataset in the same Project and Location
    // which data will be used to train the Model. The Dataset must use schema
    // compatible with Model being trained, and what is compatible should be
    // described in the used TrainingPipeline's training_task_definition. For
    // tabular Datasets, all their data is exported to training, to pick and choose
    // from.
    DatasetId string `json:"datasetId,omitempty"`
    // FilterSplit: Split based on the provided filters for each set.
    FilterSplit *GoogleCloudAiplatformV1beta1FilterSplit `json:"filterSplit,omitempty"`
    // FractionSplit: Split based on fractions defining the size of each set.
    FractionSplit *GoogleCloudAiplatformV1beta1FractionSplit `json:"fractionSplit,omitempty"`
    // GcsDestination: The Cloud Storage location where the training data is to be
    // written to. In the given directory a new directory is created with name:
    // `dataset---` where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format.
    // All training input data is written into that directory. The Vertex AI
    // environment variables representing Cloud Storage data URIs are represented
    // in the Cloud Storage wildcard format to support sharded data. e.g.:
    // "gs://.../training-*.jsonl" * AIP_DATA_FORMAT = "jsonl" for non-tabular
    // data, "csv" for tabular data * AIP_TRAINING_DATA_URI =
    // "gcs_destination/dataset---/training-*.${AIP_DATA_FORMAT}" *
    // AIP_VALIDATION_DATA_URI =
    // "gcs_destination/dataset---/validation-*.${AIP_DATA_FORMAT}" *
    // AIP_TEST_DATA_URI = "gcs_destination/dataset---/test-*.${AIP_DATA_FORMAT}"
    GcsDestination *GoogleCloudAiplatformV1beta1GcsDestination `json:"gcsDestination,omitempty"`
    // PersistMlUseAssignment: Whether to persist the ML use assignment to data
    // item system labels.
    PersistMlUseAssignment bool `json:"persistMlUseAssignment,omitempty"`
    // PredefinedSplit: Supported only for tabular Datasets. Split based on a
    // predefined key.
    PredefinedSplit *GoogleCloudAiplatformV1beta1PredefinedSplit `json:"predefinedSplit,omitempty"`
    // SavedQueryId: Only applicable to Datasets that have SavedQueries. The ID of
    // a SavedQuery (annotation set) under the Dataset specified by dataset_id used
    // for filtering Annotations for training. Only Annotations that are associated
    // with this SavedQuery are used in respectively training. When used in
    // conjunction with annotations_filter, the Annotations used for training are
    // filtered by both saved_query_id and annotations_filter. Only one of
    // saved_query_id and annotation_schema_uri should be specified as both of them
    // represent the same thing: problem type.
    SavedQueryId string `json:"savedQueryId,omitempty"`
    // StratifiedSplit: Supported only for tabular Datasets. Split based on the
    // distribution of the specified column.
    StratifiedSplit *GoogleCloudAiplatformV1beta1StratifiedSplit `json:"stratifiedSplit,omitempty"`
    // TimestampSplit: Supported only for tabular Datasets. Split based on the
    // timestamp of the input data pieces.
    TimestampSplit *GoogleCloudAiplatformV1beta1TimestampSplit `json:"timestampSplit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSchemaUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSchemaUri") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1InputDataConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1InputDataConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Int64Array

GoogleCloudAiplatformV1beta1Int64Array: A list of int64 values.

type GoogleCloudAiplatformV1beta1Int64Array struct {
    // Values: A list of int64 values.
    Values googleapi.Int64s `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Int64Array) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Int64Array) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution

GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution: An attribution method that computes the Aumann-Shapley value taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365

type GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution struct {
    // BlurBaselineConfig: Config for IG with blur baseline. When enabled, a linear
    // path from the maximally blurred image to the input image is created. Using a
    // blurred baseline instead of zero (black image) is motivated by the BlurIG
    // approach explained here: https://arxiv.org/abs/2004.03383
    BlurBaselineConfig *GoogleCloudAiplatformV1beta1BlurBaselineConfig `json:"blurBaselineConfig,omitempty"`
    // SmoothGradConfig: Config for SmoothGrad approximation of gradients. When
    // enabled, the gradients are approximated by averaging the gradients from
    // noisy samples in the vicinity of the inputs. Adding noise can help improve
    // the computed gradients. Refer to this paper for more details:
    // https://arxiv.org/pdf/1706.03825.pdf
    SmoothGradConfig *GoogleCloudAiplatformV1beta1SmoothGradConfig `json:"smoothGradConfig,omitempty"`
    // StepCount: Required. The number of steps for approximating the path
    // integral. A good value to start is 50 and gradually increase until the sum
    // to diff property is within the desired error range. Valid range of its value
    // is [1, 100], inclusively.
    StepCount int64 `json:"stepCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BlurBaselineConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BlurBaselineConfig") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance

GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance: Request message for [InternalOsServiceStateInstance].

type GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance struct {
    // ServiceName: Required. internal service name.
    //
    // Possible values:
    //   "INTERNAL_OS_SERVICE_ENUM_UNSPECIFIED" - Service name unknown.
    //   "DOCKER_SERVICE_STATE" - Represents the internal os docker client.
    //   "CONTROL_PLANE_API_DNS_STATE" - Represents reoslving DNS for the control
    // plane api endpoint.
    //   "PROXY_REGISTRATION_DNS_STATE" - Represents reoslving DNS for the proxy
    // registration endpoint.
    //   "JUPYTER_STATE" - Represents the jupyter endpoint.
    //   "JUPYTER_API_STATE" - Represents the jupyter/api endpoint.
    //   "EUC_METADATA_API_STATE" - Represents the EUC metadata server API
    // endpoint.
    //   "EUC_AGENT_API_STATE" - Represents the EUC agent server API endpoint.
    //   "IDLE_SHUTDOWN_AGENT_STATE" - Represents the idle shutdown agent sidecar
    // container.
    //   "PROXY_AGENT_STATE" - Represents the proxy agent sidecar container.
    ServiceName string `json:"serviceName,omitempty"`
    // ServiceState: Required. internal service state.
    //
    // Possible values:
    //   "UNKNOWN" - Health status is unknown: not initialized or failed to
    // retrieve.
    //   "HEALTHY" - The resource is healthy.
    //   "UNHEALTHY" - The resource is unhealthy.
    ServiceState string `json:"serviceState,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ServiceName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ServiceName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1LargeModelReference

GoogleCloudAiplatformV1beta1LargeModelReference: Contains information about the Large Model.

type GoogleCloudAiplatformV1beta1LargeModelReference struct {
    // Name: Required. The unique name of the large Foundation or pre-built model.
    // Like "chat-bison", "text-bison". Or model name with version ID, like
    // "chat-bison@001", "text-bison@005", etc.
    Name string `json:"name,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Name") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Name") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1LargeModelReference) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1LargeModelReference) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1LineageSubgraph

GoogleCloudAiplatformV1beta1LineageSubgraph: A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.

type GoogleCloudAiplatformV1beta1LineageSubgraph struct {
    // Artifacts: The Artifact nodes in the subgraph.
    Artifacts []*GoogleCloudAiplatformV1beta1Artifact `json:"artifacts,omitempty"`
    // Events: The Event edges between Artifacts and Executions in the subgraph.
    Events []*GoogleCloudAiplatformV1beta1Event `json:"events,omitempty"`
    // Executions: The Execution nodes in the subgraph.
    Executions []*GoogleCloudAiplatformV1beta1Execution `json:"executions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Artifacts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Artifacts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1LineageSubgraph) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1LineageSubgraph) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListAnnotationsResponse

GoogleCloudAiplatformV1beta1ListAnnotationsResponse: Response message for DatasetService.ListAnnotations.

type GoogleCloudAiplatformV1beta1ListAnnotationsResponse struct {
    // Annotations: A list of Annotations that matches the specified filter in the
    // request.
    Annotations []*GoogleCloudAiplatformV1beta1Annotation `json:"annotations,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Annotations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Annotations") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListAnnotationsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListAnnotationsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListArtifactsResponse

GoogleCloudAiplatformV1beta1ListArtifactsResponse: Response message for MetadataService.ListArtifacts.

type GoogleCloudAiplatformV1beta1ListArtifactsResponse struct {
    // Artifacts: The Artifacts retrieved from the MetadataStore.
    Artifacts []*GoogleCloudAiplatformV1beta1Artifact `json:"artifacts,omitempty"`
    // NextPageToken: A token, which can be sent as ListArtifactsRequest.page_token
    // to retrieve the next page. If this field is not populated, there are no
    // subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Artifacts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Artifacts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListArtifactsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListArtifactsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse

GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse: Response message for JobService.ListBatchPredictionJobs

type GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse struct {
    // BatchPredictionJobs: List of BatchPredictionJobs in the requested page.
    BatchPredictionJobs []*GoogleCloudAiplatformV1beta1BatchPredictionJob `json:"batchPredictionJobs,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListBatchPredictionJobsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BatchPredictionJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BatchPredictionJobs") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListContextsResponse

GoogleCloudAiplatformV1beta1ListContextsResponse: Response message for MetadataService.ListContexts.

type GoogleCloudAiplatformV1beta1ListContextsResponse struct {
    // Contexts: The Contexts retrieved from the MetadataStore.
    Contexts []*GoogleCloudAiplatformV1beta1Context `json:"contexts,omitempty"`
    // NextPageToken: A token, which can be sent as ListContextsRequest.page_token
    // to retrieve the next page. If this field is not populated, there are no
    // subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Contexts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Contexts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListContextsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListContextsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListCustomJobsResponse

GoogleCloudAiplatformV1beta1ListCustomJobsResponse: Response message for JobService.ListCustomJobs

type GoogleCloudAiplatformV1beta1ListCustomJobsResponse struct {
    // CustomJobs: List of CustomJobs in the requested page.
    CustomJobs []*GoogleCloudAiplatformV1beta1CustomJob `json:"customJobs,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListCustomJobsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CustomJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CustomJobs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListCustomJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListCustomJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListDataItemsResponse

GoogleCloudAiplatformV1beta1ListDataItemsResponse: Response message for DatasetService.ListDataItems.

type GoogleCloudAiplatformV1beta1ListDataItemsResponse struct {
    // DataItems: A list of DataItems that matches the specified filter in the
    // request.
    DataItems []*GoogleCloudAiplatformV1beta1DataItem `json:"dataItems,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DataItems") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataItems") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListDataItemsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListDataItemsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse

GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse: Response message for JobService.ListDataLabelingJobs.

type GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse struct {
    // DataLabelingJobs: A list of DataLabelingJobs that matches the specified
    // filter in the request.
    DataLabelingJobs []*GoogleCloudAiplatformV1beta1DataLabelingJob `json:"dataLabelingJobs,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DataLabelingJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataLabelingJobs") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse

GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse: Response message for DatasetService.ListDatasetVersions.

type GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse struct {
    // DatasetVersions: A list of DatasetVersions that matches the specified filter
    // in the request.
    DatasetVersions []*GoogleCloudAiplatformV1beta1DatasetVersion `json:"datasetVersions,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DatasetVersions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DatasetVersions") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListDatasetsResponse

GoogleCloudAiplatformV1beta1ListDatasetsResponse: Response message for DatasetService.ListDatasets.

type GoogleCloudAiplatformV1beta1ListDatasetsResponse struct {
    // Datasets: A list of Datasets that matches the specified filter in the
    // request.
    Datasets []*GoogleCloudAiplatformV1beta1Dataset `json:"datasets,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Datasets") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Datasets") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListDatasetsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListDatasetsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse

GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse: Response message for ListDeploymentResourcePools method.

type GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse struct {
    // DeploymentResourcePools: The DeploymentResourcePools from the specified
    // location.
    DeploymentResourcePools []*GoogleCloudAiplatformV1beta1DeploymentResourcePool `json:"deploymentResourcePools,omitempty"`
    // NextPageToken: A token, which can be sent as `page_token` to retrieve the
    // next page. If this field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DeploymentResourcePools") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeploymentResourcePools") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListEndpointsResponse

GoogleCloudAiplatformV1beta1ListEndpointsResponse: Response message for EndpointService.ListEndpoints.

type GoogleCloudAiplatformV1beta1ListEndpointsResponse struct {
    // Endpoints: List of Endpoints in the requested page.
    Endpoints []*GoogleCloudAiplatformV1beta1Endpoint `json:"endpoints,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListEndpointsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Endpoints") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Endpoints") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListEndpointsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListEndpointsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListEntityTypesResponse

GoogleCloudAiplatformV1beta1ListEntityTypesResponse: Response message for FeaturestoreService.ListEntityTypes.

type GoogleCloudAiplatformV1beta1ListEntityTypesResponse struct {
    // EntityTypes: The EntityTypes matching the request.
    EntityTypes []*GoogleCloudAiplatformV1beta1EntityType `json:"entityTypes,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListEntityTypesRequest.page_token to retrieve the next page. If this field
    // is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "EntityTypes") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityTypes") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListEntityTypesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListEntityTypesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListExecutionsResponse

GoogleCloudAiplatformV1beta1ListExecutionsResponse: Response message for MetadataService.ListExecutions.

type GoogleCloudAiplatformV1beta1ListExecutionsResponse struct {
    // Executions: The Executions retrieved from the MetadataStore.
    Executions []*GoogleCloudAiplatformV1beta1Execution `json:"executions,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListExecutionsRequest.page_token to retrieve the next page. If this field is
    // not populated, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Executions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Executions") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListExecutionsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListExecutionsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListExtensionsResponse

GoogleCloudAiplatformV1beta1ListExtensionsResponse: Response message for ExtensionRegistryService.ListExtensions

type GoogleCloudAiplatformV1beta1ListExtensionsResponse struct {
    // Extensions: List of Extension in the requested page.
    Extensions []*GoogleCloudAiplatformV1beta1Extension `json:"extensions,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListExtensionsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Extensions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Extensions") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListExtensionsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListExtensionsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse

GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse: Response message for FeatureRegistryService.ListFeatureGroups.

type GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse struct {
    // FeatureGroups: The FeatureGroups matching the request.
    FeatureGroups []*GoogleCloudAiplatformV1beta1FeatureGroup `json:"featureGroups,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListFeatureGroupsRequest.page_token to retrieve the next page. If this field
    // is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "FeatureGroups") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureGroups") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse

GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse: Response message for FeatureOnlineStoreAdminService.ListFeatureOnlineStores.

type GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse struct {
    // FeatureOnlineStores: The FeatureOnlineStores matching the request.
    FeatureOnlineStores []*GoogleCloudAiplatformV1beta1FeatureOnlineStore `json:"featureOnlineStores,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListFeatureOnlineStoresRequest.page_token to retrieve the next page. If this
    // field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "FeatureOnlineStores") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureOnlineStores") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse

GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse: Response message for FeatureOnlineStoreAdminService.ListFeatureViewSyncs.

type GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse struct {
    // FeatureViewSyncs: The FeatureViewSyncs matching the request.
    FeatureViewSyncs []*GoogleCloudAiplatformV1beta1FeatureViewSync `json:"featureViewSyncs,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListFeatureViewSyncsRequest.page_token to retrieve the next page. If this
    // field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "FeatureViewSyncs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureViewSyncs") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListFeatureViewsResponse

GoogleCloudAiplatformV1beta1ListFeatureViewsResponse: Response message for FeatureOnlineStoreAdminService.ListFeatureViews.

type GoogleCloudAiplatformV1beta1ListFeatureViewsResponse struct {
    // FeatureViews: The FeatureViews matching the request.
    FeatureViews []*GoogleCloudAiplatformV1beta1FeatureView `json:"featureViews,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListFeatureViewsRequest.page_token to retrieve the next page. If this field
    // is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "FeatureViews") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureViews") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListFeatureViewsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListFeatureViewsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListFeaturesResponse

GoogleCloudAiplatformV1beta1ListFeaturesResponse: Response message for FeaturestoreService.ListFeatures. Response message for FeatureRegistryService.ListFeatures.

type GoogleCloudAiplatformV1beta1ListFeaturesResponse struct {
    // Features: The Features matching the request.
    Features []*GoogleCloudAiplatformV1beta1Feature `json:"features,omitempty"`
    // NextPageToken: A token, which can be sent as ListFeaturesRequest.page_token
    // to retrieve the next page. If this field is omitted, there are no subsequent
    // pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Features") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Features") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListFeaturesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListFeaturesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListFeaturestoresResponse

GoogleCloudAiplatformV1beta1ListFeaturestoresResponse: Response message for FeaturestoreService.ListFeaturestores.

type GoogleCloudAiplatformV1beta1ListFeaturestoresResponse struct {
    // Featurestores: The Featurestores matching the request.
    Featurestores []*GoogleCloudAiplatformV1beta1Featurestore `json:"featurestores,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListFeaturestoresRequest.page_token to retrieve the next page. If this field
    // is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Featurestores") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Featurestores") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListFeaturestoresResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListFeaturestoresResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse

GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse: Response message for JobService.ListHyperparameterTuningJobs

type GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse struct {
    // HyperparameterTuningJobs: List of HyperparameterTuningJobs in the requested
    // page. HyperparameterTuningJob.trials of the jobs will be not be returned.
    HyperparameterTuningJobs []*GoogleCloudAiplatformV1beta1HyperparameterTuningJob `json:"hyperparameterTuningJobs,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListHyperparameterTuningJobsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "HyperparameterTuningJobs")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HyperparameterTuningJobs") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse

GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse: Response message for IndexEndpointService.ListIndexEndpoints.

type GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse struct {
    // IndexEndpoints: List of IndexEndpoints in the requested page.
    IndexEndpoints []*GoogleCloudAiplatformV1beta1IndexEndpoint `json:"indexEndpoints,omitempty"`
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListIndexEndpointsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "IndexEndpoints") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "IndexEndpoints") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListIndexesResponse

GoogleCloudAiplatformV1beta1ListIndexesResponse: Response message for IndexService.ListIndexes.

type GoogleCloudAiplatformV1beta1ListIndexesResponse struct {
    // Indexes: List of indexes in the requested page.
    Indexes []*GoogleCloudAiplatformV1beta1Index `json:"indexes,omitempty"`
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListIndexesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Indexes") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Indexes") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListIndexesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListIndexesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse

GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse: Response message for MetadataService.ListMetadataSchemas.

type GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse struct {
    // MetadataSchemas: The MetadataSchemas found for the MetadataStore.
    MetadataSchemas []*GoogleCloudAiplatformV1beta1MetadataSchema `json:"metadataSchemas,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListMetadataSchemasRequest.page_token to retrieve the next page. If this
    // field is not populated, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "MetadataSchemas") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MetadataSchemas") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListMetadataStoresResponse

GoogleCloudAiplatformV1beta1ListMetadataStoresResponse: Response message for MetadataService.ListMetadataStores.

type GoogleCloudAiplatformV1beta1ListMetadataStoresResponse struct {
    // MetadataStores: The MetadataStores found for the Location.
    MetadataStores []*GoogleCloudAiplatformV1beta1MetadataStore `json:"metadataStores,omitempty"`
    // NextPageToken: A token, which can be sent as
    // ListMetadataStoresRequest.page_token to retrieve the next page. If this
    // field is not populated, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "MetadataStores") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MetadataStores") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListMetadataStoresResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListMetadataStoresResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse

GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse: Response message for JobService.ListModelDeploymentMonitoringJobs.

type GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse struct {
    // ModelDeploymentMonitoringJobs: A list of ModelDeploymentMonitoringJobs that
    // matches the specified filter in the request.
    ModelDeploymentMonitoringJobs []*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob `json:"modelDeploymentMonitoringJobs,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g.
    // "ModelDeploymentMonitoringJobs") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelDeploymentMonitoringJobs")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse

GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse: Response message for ModelService.ListModelEvaluationSlices.

type GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse struct {
    // ModelEvaluationSlices: List of ModelEvaluations in the requested page.
    ModelEvaluationSlices []*GoogleCloudAiplatformV1beta1ModelEvaluationSlice `json:"modelEvaluationSlices,omitempty"`
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListModelEvaluationSlicesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ModelEvaluationSlices") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelEvaluationSlices") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse

GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse: Response message for ModelService.ListModelEvaluations.

type GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse struct {
    // ModelEvaluations: List of ModelEvaluations in the requested page.
    ModelEvaluations []*GoogleCloudAiplatformV1beta1ModelEvaluation `json:"modelEvaluations,omitempty"`
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListModelEvaluationsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ModelEvaluations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelEvaluations") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse

GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse: Response message for ModelMonitoringService.ListModelMonitoringJobs.

type GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse struct {
    // ModelMonitoringJobs: A list of ModelMonitoringJobs that matches the
    // specified filter in the request.
    ModelMonitoringJobs []*GoogleCloudAiplatformV1beta1ModelMonitoringJob `json:"modelMonitoringJobs,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ModelMonitoringJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelMonitoringJobs") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListModelMonitorsResponse

GoogleCloudAiplatformV1beta1ListModelMonitorsResponse: Response message for ModelMonitoringService.ListModelMonitors

type GoogleCloudAiplatformV1beta1ListModelMonitorsResponse struct {
    // ModelMonitors: List of ModelMonitor in the requested page.
    ModelMonitors []*GoogleCloudAiplatformV1beta1ModelMonitor `json:"modelMonitors,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListModelMonitorsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ModelMonitors") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelMonitors") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListModelMonitorsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListModelMonitorsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListModelVersionsResponse

GoogleCloudAiplatformV1beta1ListModelVersionsResponse: Response message for ModelService.ListModelVersions

type GoogleCloudAiplatformV1beta1ListModelVersionsResponse struct {
    // Models: List of Model versions in the requested page. In the returned Model
    // name field, version ID instead of regvision tag will be included.
    Models []*GoogleCloudAiplatformV1beta1Model `json:"models,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListModelVersionsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Models") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Models") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListModelVersionsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListModelVersionsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListModelsResponse

GoogleCloudAiplatformV1beta1ListModelsResponse: Response message for ModelService.ListModels

type GoogleCloudAiplatformV1beta1ListModelsResponse struct {
    // Models: List of Models in the requested page.
    Models []*GoogleCloudAiplatformV1beta1Model `json:"models,omitempty"`
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListModelsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Models") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Models") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListModelsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListModelsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListNasJobsResponse

GoogleCloudAiplatformV1beta1ListNasJobsResponse: Response message for JobService.ListNasJobs

type GoogleCloudAiplatformV1beta1ListNasJobsResponse struct {
    // NasJobs: List of NasJobs in the requested page. NasJob.nas_job_output of the
    // jobs will not be returned.
    NasJobs []*GoogleCloudAiplatformV1beta1NasJob `json:"nasJobs,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListNasJobsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NasJobs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NasJobs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListNasJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListNasJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse

GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse: Response message for JobService.ListNasTrialDetails

type GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse struct {
    // NasTrialDetails: List of top NasTrials in the requested page.
    NasTrialDetails []*GoogleCloudAiplatformV1beta1NasTrialDetail `json:"nasTrialDetails,omitempty"`
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListNasTrialDetailsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NasTrialDetails") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NasTrialDetails") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse

GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse: Response message for [NotebookService.CreateNotebookExecutionJob]

type GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse struct {
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListNotebookExecutionJobs.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // NotebookExecutionJobs: List of NotebookExecutionJobs in the requested page.
    NotebookExecutionJobs []*GoogleCloudAiplatformV1beta1NotebookExecutionJob `json:"notebookExecutionJobs,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse

GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse: Response message for NotebookService.ListNotebookRuntimeTemplates.

type GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse struct {
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListNotebookRuntimeTemplatesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // NotebookRuntimeTemplates: List of NotebookRuntimeTemplates in the requested
    // page.
    NotebookRuntimeTemplates []*GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate `json:"notebookRuntimeTemplates,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse

GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse: Response message for NotebookService.ListNotebookRuntimes.

type GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse struct {
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListNotebookRuntimesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // NotebookRuntimes: List of NotebookRuntimes in the requested page.
    NotebookRuntimes []*GoogleCloudAiplatformV1beta1NotebookRuntime `json:"notebookRuntimes,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest

GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest: Request message for VizierService.ListOptimalTrials.

type GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest struct {
}

type GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse

GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse: Response message for VizierService.ListOptimalTrials.

type GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse struct {
    // OptimalTrials: The pareto-optimal Trials for multiple objective Study or the
    // optimal trial for single objective Study. The definition of pareto-optimal
    // can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
    OptimalTrials []*GoogleCloudAiplatformV1beta1Trial `json:"optimalTrials,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "OptimalTrials") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "OptimalTrials") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse

GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse: Response message for PersistentResourceService.ListPersistentResources

type GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse struct {
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListPersistentResourcesRequest.page_token to obtain that page.
    NextPageToken       string                                            `json:"nextPageToken,omitempty"`
    PersistentResources []*GoogleCloudAiplatformV1beta1PersistentResource `json:"persistentResources,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListPipelineJobsResponse

GoogleCloudAiplatformV1beta1ListPipelineJobsResponse: Response message for PipelineService.ListPipelineJobs

type GoogleCloudAiplatformV1beta1ListPipelineJobsResponse struct {
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListPipelineJobsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // PipelineJobs: List of PipelineJobs in the requested page.
    PipelineJobs []*GoogleCloudAiplatformV1beta1PipelineJob `json:"pipelineJobs,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListPipelineJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListPipelineJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListPublisherModelsResponse

GoogleCloudAiplatformV1beta1ListPublisherModelsResponse: Response message for ModelGardenService.ListPublisherModels.

type GoogleCloudAiplatformV1beta1ListPublisherModelsResponse struct {
    // NextPageToken: A token to retrieve next page of results. Pass to
    // ListPublisherModels.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // PublisherModels: List of PublisherModels in the requested page.
    PublisherModels []*GoogleCloudAiplatformV1beta1PublisherModel `json:"publisherModels,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListPublisherModelsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListPublisherModelsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListRagCorporaResponse

GoogleCloudAiplatformV1beta1ListRagCorporaResponse: Response message for VertexRagDataService.ListRagCorpora.

type GoogleCloudAiplatformV1beta1ListRagCorporaResponse struct {
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListRagCorporaRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // RagCorpora: List of RagCorpora in the requested page.
    RagCorpora []*GoogleCloudAiplatformV1beta1RagCorpus `json:"ragCorpora,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListRagCorporaResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListRagCorporaResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListRagFilesResponse

GoogleCloudAiplatformV1beta1ListRagFilesResponse: Response message for VertexRagDataService.ListRagFiles.

type GoogleCloudAiplatformV1beta1ListRagFilesResponse struct {
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListRagFilesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // RagFiles: List of RagFiles in the requested page.
    RagFiles []*GoogleCloudAiplatformV1beta1RagFile `json:"ragFiles,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListRagFilesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListRagFilesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse

GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse: Response message for ReasoningEngineService.ListReasoningEngines

type GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse struct {
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListReasoningEnginesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // ReasoningEngines: List of ReasoningEngines in the requested page.
    ReasoningEngines []*GoogleCloudAiplatformV1beta1ReasoningEngine `json:"reasoningEngines,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListSavedQueriesResponse

GoogleCloudAiplatformV1beta1ListSavedQueriesResponse: Response message for DatasetService.ListSavedQueries.

type GoogleCloudAiplatformV1beta1ListSavedQueriesResponse struct {
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // SavedQueries: A list of SavedQueries that match the specified filter in the
    // request.
    SavedQueries []*GoogleCloudAiplatformV1beta1SavedQuery `json:"savedQueries,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListSavedQueriesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListSavedQueriesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListSchedulesResponse

GoogleCloudAiplatformV1beta1ListSchedulesResponse: Response message for ScheduleService.ListSchedules

type GoogleCloudAiplatformV1beta1ListSchedulesResponse struct {
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListSchedulesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Schedules: List of Schedules in the requested page.
    Schedules []*GoogleCloudAiplatformV1beta1Schedule `json:"schedules,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListSchedulesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListSchedulesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse

GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse: Response message for SpecialistPoolService.ListSpecialistPools.

type GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse struct {
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // SpecialistPools: A list of SpecialistPools that matches the specified filter
    // in the request.
    SpecialistPools []*GoogleCloudAiplatformV1beta1SpecialistPool `json:"specialistPools,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListStudiesResponse

GoogleCloudAiplatformV1beta1ListStudiesResponse: Response message for VizierService.ListStudies.

type GoogleCloudAiplatformV1beta1ListStudiesResponse struct {
    // NextPageToken: Passes this token as the `page_token` field of the request
    // for a subsequent call. If this field is omitted, there are no subsequent
    // pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Studies: The studies associated with the project.
    Studies []*GoogleCloudAiplatformV1beta1Study `json:"studies,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListStudiesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListStudiesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse

GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse: Response message for TensorboardService.ListTensorboardExperiments.

type GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse struct {
    // NextPageToken: A token, which can be sent as
    // ListTensorboardExperimentsRequest.page_token to retrieve the next page. If
    // this field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TensorboardExperiments: The TensorboardExperiments mathching the request.
    TensorboardExperiments []*GoogleCloudAiplatformV1beta1TensorboardExperiment `json:"tensorboardExperiments,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse

GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse: Response message for TensorboardService.ListTensorboardRuns.

type GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse struct {
    // NextPageToken: A token, which can be sent as
    // ListTensorboardRunsRequest.page_token to retrieve the next page. If this
    // field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TensorboardRuns: The TensorboardRuns mathching the request.
    TensorboardRuns []*GoogleCloudAiplatformV1beta1TensorboardRun `json:"tensorboardRuns,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse

GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse: Response message for TensorboardService.ListTensorboardTimeSeries.

type GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse struct {
    // NextPageToken: A token, which can be sent as
    // ListTensorboardTimeSeriesRequest.page_token to retrieve the next page. If
    // this field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TensorboardTimeSeries: The TensorboardTimeSeries mathching the request.
    TensorboardTimeSeries []*GoogleCloudAiplatformV1beta1TensorboardTimeSeries `json:"tensorboardTimeSeries,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListTensorboardsResponse

GoogleCloudAiplatformV1beta1ListTensorboardsResponse: Response message for TensorboardService.ListTensorboards.

type GoogleCloudAiplatformV1beta1ListTensorboardsResponse struct {
    // NextPageToken: A token, which can be sent as
    // ListTensorboardsRequest.page_token to retrieve the next page. If this field
    // is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Tensorboards: The Tensorboards mathching the request.
    Tensorboards []*GoogleCloudAiplatformV1beta1Tensorboard `json:"tensorboards,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListTensorboardsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListTensorboardsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse

GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse: Response message for PipelineService.ListTrainingPipelines

type GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse struct {
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListTrainingPipelinesRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TrainingPipelines: List of TrainingPipelines in the requested page.
    TrainingPipelines []*GoogleCloudAiplatformV1beta1TrainingPipeline `json:"trainingPipelines,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListTrialsResponse

GoogleCloudAiplatformV1beta1ListTrialsResponse: Response message for VizierService.ListTrials.

type GoogleCloudAiplatformV1beta1ListTrialsResponse struct {
    // NextPageToken: Pass this token as the `page_token` field of the request for
    // a subsequent call. If this field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Trials: The Trials associated with the Study.
    Trials []*GoogleCloudAiplatformV1beta1Trial `json:"trials,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListTrialsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListTrialsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ListTuningJobsResponse

GoogleCloudAiplatformV1beta1ListTuningJobsResponse: Response message for GenAiTuningService.ListTuningJobs

type GoogleCloudAiplatformV1beta1ListTuningJobsResponse struct {
    // NextPageToken: A token to retrieve the next page of results. Pass to
    // ListTuningJobsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TuningJobs: List of TuningJobs in the requested page.
    TuningJobs []*GoogleCloudAiplatformV1beta1TuningJob `json:"tuningJobs,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ListTuningJobsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ListTuningJobsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1LookupStudyRequest

GoogleCloudAiplatformV1beta1LookupStudyRequest: Request message for VizierService.LookupStudy.

type GoogleCloudAiplatformV1beta1LookupStudyRequest struct {
    // DisplayName: Required. The user-defined display name of the Study
    DisplayName string `json:"displayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1LookupStudyRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1LookupStudyRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MachineSpec

GoogleCloudAiplatformV1beta1MachineSpec: Specification of a single machine.

type GoogleCloudAiplatformV1beta1MachineSpec struct {
    // AcceleratorCount: The number of accelerators to attach to the machine.
    AcceleratorCount int64 `json:"acceleratorCount,omitempty"`
    // AcceleratorType: Immutable. The type of accelerator(s) that may be attached
    // to the machine as per accelerator_count.
    //
    // Possible values:
    //   "ACCELERATOR_TYPE_UNSPECIFIED" - Unspecified accelerator type, which means
    // no accelerator.
    //   "NVIDIA_TESLA_K80" - Nvidia Tesla K80 GPU.
    //   "NVIDIA_TESLA_P100" - Nvidia Tesla P100 GPU.
    //   "NVIDIA_TESLA_V100" - Nvidia Tesla V100 GPU.
    //   "NVIDIA_TESLA_P4" - Nvidia Tesla P4 GPU.
    //   "NVIDIA_TESLA_T4" - Nvidia Tesla T4 GPU.
    //   "NVIDIA_TESLA_A100" - Nvidia Tesla A100 GPU.
    //   "NVIDIA_A100_80GB" - Nvidia A100 80GB GPU.
    //   "NVIDIA_L4" - Nvidia L4 GPU.
    //   "NVIDIA_H100_80GB" - Nvidia H100 80Gb GPU.
    //   "TPU_V2" - TPU v2.
    //   "TPU_V3" - TPU v3.
    //   "TPU_V4_POD" - TPU v4.
    //   "TPU_V5_LITEPOD" - TPU v5.
    AcceleratorType string `json:"acceleratorType,omitempty"`
    // MachineType: Immutable. The type of the machine. See the list of machine
    // types supported for prediction
    // (https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types)
    // See the list of machine types supported for custom training
    // (https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types).
    // For DeployedModel this field is optional, and the default value is
    // `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this
    // field is required.
    MachineType string `json:"machineType,omitempty"`
    // TpuTopology: Immutable. The topology of the TPUs. Corresponds to the TPU
    // topologies available from GKE. (Example: tpu_topology: "2x2x1").
    TpuTopology string `json:"tpuTopology,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AcceleratorCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AcceleratorCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MachineSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MachineSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ManualBatchTuningParameters

GoogleCloudAiplatformV1beta1ManualBatchTuningParameters: Manual batch tuning parameters.

type GoogleCloudAiplatformV1beta1ManualBatchTuningParameters struct {
    // BatchSize: Immutable. The number of the records (e.g. instances) of the
    // operation given in each batch to a machine replica. Machine type, and size
    // of a single record should be considered when setting this parameter, higher
    // value speeds up the batch operation's execution, but too high value will
    // result in a whole batch not fitting in a machine's memory, and the whole
    // operation will fail. The default value is 64.
    BatchSize int64 `json:"batchSize,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BatchSize") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BatchSize") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ManualBatchTuningParameters) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ManualBatchTuningParameters) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Measurement

GoogleCloudAiplatformV1beta1Measurement: A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.

type GoogleCloudAiplatformV1beta1Measurement struct {
    // ElapsedDuration: Output only. Time that the Trial has been running at the
    // point of this Measurement.
    ElapsedDuration string `json:"elapsedDuration,omitempty"`
    // Metrics: Output only. A list of metrics got by evaluating the objective
    // functions using suggested Parameter values.
    Metrics []*GoogleCloudAiplatformV1beta1MeasurementMetric `json:"metrics,omitempty"`
    // StepCount: Output only. The number of steps the machine learning model has
    // been trained for. Must be non-negative.
    StepCount int64 `json:"stepCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ElapsedDuration") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ElapsedDuration") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Measurement) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Measurement) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MeasurementMetric

GoogleCloudAiplatformV1beta1MeasurementMetric: A message representing a metric in the measurement.

type GoogleCloudAiplatformV1beta1MeasurementMetric struct {
    // MetricId: Output only. The ID of the Metric. The Metric should be defined in
    // StudySpec's Metrics.
    MetricId string `json:"metricId,omitempty"`
    // Value: Output only. The value for this metric.
    Value float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MetricId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MetricId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MeasurementMetric) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MeasurementMetric) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1MeasurementMetric) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1MeasurementMetric) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest

GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest: Request message for ModelService.MergeVersionAliases.

type GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest struct {
    // VersionAliases: Required. The set of version aliases to merge. The alias
    // should be at most 128 characters, and match `a-z{0,126}[a-z-0-9]`. Add the
    // `-` prefix to an alias means removing that alias from the version. `-` is
    // NOT counted in the 128 characters. Example: `-golden` means removing the
    // `golden` alias from the version. There is NO ordering in aliases, which
    // means 1) The aliases returned from GetModel API might not have the exactly
    // same order from this MergeVersionAliases API. 2) Adding and deleting the
    // same alias in the request is not recommended, and the 2 operations will be
    // cancelled out.
    VersionAliases []string `json:"versionAliases,omitempty"`
    // ForceSendFields is a list of field names (e.g. "VersionAliases") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "VersionAliases") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MetadataSchema

GoogleCloudAiplatformV1beta1MetadataSchema: Instance of a general MetadataSchema.

type GoogleCloudAiplatformV1beta1MetadataSchema struct {
    // CreateTime: Output only. Timestamp when this MetadataSchema was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of the Metadata Schema
    Description string `json:"description,omitempty"`
    // Name: Output only. The resource name of the MetadataSchema.
    Name string `json:"name,omitempty"`
    // Schema: Required. The raw YAML string representation of the MetadataSchema.
    // The combination of [MetadataSchema.version] and the schema name given by
    // `title` in [MetadataSchema.schema] must be unique within a MetadataStore.
    // The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#schemaObject)
    Schema string `json:"schema,omitempty"`
    // SchemaType: The type of the MetadataSchema. This is a property that
    // identifies which metadata types will use the MetadataSchema.
    //
    // Possible values:
    //   "METADATA_SCHEMA_TYPE_UNSPECIFIED" - Unspecified type for the
    // MetadataSchema.
    //   "ARTIFACT_TYPE" - A type indicating that the MetadataSchema will be used
    // by Artifacts.
    //   "EXECUTION_TYPE" - A typee indicating that the MetadataSchema will be used
    // by Executions.
    //   "CONTEXT_TYPE" - A state indicating that the MetadataSchema will be used
    // by Contexts.
    SchemaType string `json:"schemaType,omitempty"`
    // SchemaVersion: The version of the MetadataSchema. The version's format must
    // match the following regular expression: `^[0-9]+.+.+$`, which would allow to
    // order/compare different versions. Example: 1.0.0, 1.0.1, etc.
    SchemaVersion string `json:"schemaVersion,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MetadataSchema) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MetadataSchema) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MetadataStore

GoogleCloudAiplatformV1beta1MetadataStore: Instance of a metadata store. Contains a set of metadata that can be queried.

type GoogleCloudAiplatformV1beta1MetadataStore struct {
    // CreateTime: Output only. Timestamp when this MetadataStore was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of the MetadataStore.
    Description string `json:"description,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a Metadata Store.
    // If set, this Metadata Store and all sub-resources of this Metadata Store are
    // secured using this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Name: Output only. The resource name of the MetadataStore instance.
    Name string `json:"name,omitempty"`
    // State: Output only. State information of the MetadataStore.
    State *GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this MetadataStore was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MetadataStore) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MetadataStore) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState

GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState: Represents state information for a MetadataStore.

type GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState struct {
    // DiskUtilizationBytes: The disk utilization of the MetadataStore in bytes.
    DiskUtilizationBytes int64 `json:"diskUtilizationBytes,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "DiskUtilizationBytes") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DiskUtilizationBytes") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigratableResource

GoogleCloudAiplatformV1beta1MigratableResource: Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.

type GoogleCloudAiplatformV1beta1MigratableResource struct {
    // AutomlDataset: Output only. Represents one Dataset in automl.googleapis.com.
    AutomlDataset *GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset `json:"automlDataset,omitempty"`
    // AutomlModel: Output only. Represents one Model in automl.googleapis.com.
    AutomlModel *GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel `json:"automlModel,omitempty"`
    // DataLabelingDataset: Output only. Represents one Dataset in
    // datalabeling.googleapis.com.
    DataLabelingDataset *GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset `json:"dataLabelingDataset,omitempty"`
    // LastMigrateTime: Output only. Timestamp when the last migration attempt on
    // this MigratableResource started. Will not be set if there's no migration
    // attempt on this MigratableResource.
    LastMigrateTime string `json:"lastMigrateTime,omitempty"`
    // LastUpdateTime: Output only. Timestamp when this MigratableResource was last
    // updated.
    LastUpdateTime string `json:"lastUpdateTime,omitempty"`
    // MlEngineModelVersion: Output only. Represents one Version in
    // ml.googleapis.com.
    MlEngineModelVersion *GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion `json:"mlEngineModelVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AutomlDataset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutomlDataset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigratableResource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigratableResource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset

GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset: Represents one Dataset in automl.googleapis.com.

type GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset struct {
    // Dataset: Full resource name of automl Dataset. Format:
    // `projects/{project}/locations/{location}/datasets/{dataset}`.
    Dataset string `json:"dataset,omitempty"`
    // DatasetDisplayName: The Dataset's display name in automl.googleapis.com.
    DatasetDisplayName string `json:"datasetDisplayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Dataset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel

GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel: Represents one Model in automl.googleapis.com.

type GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel struct {
    // Model: Full resource name of automl Model. Format:
    // `projects/{project}/locations/{location}/models/{model}`.
    Model string `json:"model,omitempty"`
    // ModelDisplayName: The Model's display name in automl.googleapis.com.
    ModelDisplayName string `json:"modelDisplayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Model") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Model") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset

GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset: Represents one Dataset in datalabeling.googleapis.com.

type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset struct {
    // DataLabelingAnnotatedDatasets: The migratable AnnotatedDataset in
    // datalabeling.googleapis.com belongs to the data labeling Dataset.
    DataLabelingAnnotatedDatasets []*GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset `json:"dataLabelingAnnotatedDatasets,omitempty"`
    // Dataset: Full resource name of data labeling Dataset. Format:
    // `projects/{project}/datasets/{dataset}`.
    Dataset string `json:"dataset,omitempty"`
    // DatasetDisplayName: The Dataset's display name in
    // datalabeling.googleapis.com.
    DatasetDisplayName string `json:"datasetDisplayName,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "DataLabelingAnnotatedDatasets") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataLabelingAnnotatedDatasets")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset

GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabeling AnnotatedDataset: Represents one AnnotatedDataset in datalabeling.googleapis.com.

type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset struct {
    // AnnotatedDataset: Full resource name of data labeling AnnotatedDataset.
    // Format:
    // `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`
    // .
    AnnotatedDataset string `json:"annotatedDataset,omitempty"`
    // AnnotatedDatasetDisplayName: The AnnotatedDataset's display name in
    // datalabeling.googleapis.com.
    AnnotatedDatasetDisplayName string `json:"annotatedDatasetDisplayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotatedDataset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotatedDataset") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion

GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion: Represents one model Version in ml.googleapis.com.

type GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion struct {
    // Endpoint: The ml.googleapis.com endpoint that this model Version currently
    // lives in. Example values: * ml.googleapis.com *
    // us-centrall-ml.googleapis.com * europe-west4-ml.googleapis.com *
    // asia-east1-ml.googleapis.com
    Endpoint string `json:"endpoint,omitempty"`
    // Version: Full resource name of ml engine model Version. Format:
    // `projects/{project}/models/{model}/versions/{version}`.
    Version string `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Endpoint") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Endpoint") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigrateResourceRequest

GoogleCloudAiplatformV1beta1MigrateResourceRequest: Config of migrating one resource from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.

type GoogleCloudAiplatformV1beta1MigrateResourceRequest struct {
    // MigrateAutomlDatasetConfig: Config for migrating Dataset in
    // automl.googleapis.com to Vertex AI's Dataset.
    MigrateAutomlDatasetConfig *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig `json:"migrateAutomlDatasetConfig,omitempty"`
    // MigrateAutomlModelConfig: Config for migrating Model in
    // automl.googleapis.com to Vertex AI's Model.
    MigrateAutomlModelConfig *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig `json:"migrateAutomlModelConfig,omitempty"`
    // MigrateDataLabelingDatasetConfig: Config for migrating Dataset in
    // datalabeling.googleapis.com to Vertex AI's Dataset.
    MigrateDataLabelingDatasetConfig *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig `json:"migrateDataLabelingDatasetConfig,omitempty"`
    // MigrateMlEngineModelVersionConfig: Config for migrating Version in
    // ml.googleapis.com to Vertex AI's Model.
    MigrateMlEngineModelVersionConfig *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig `json:"migrateMlEngineModelVersionConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MigrateAutomlDatasetConfig")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MigrateAutomlDatasetConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigrateResourceRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig

GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig:

Config for migrating Dataset in automl.googleapis.com to Vertex AI's

Dataset.

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig struct {
    // Dataset: Required. Full resource name of automl Dataset. Format:
    // `projects/{project}/locations/{location}/datasets/{dataset}`.
    Dataset string `json:"dataset,omitempty"`
    // DatasetDisplayName: Required. Display name of the Dataset in Vertex AI.
    // System will pick a display name if unspecified.
    DatasetDisplayName string `json:"datasetDisplayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Dataset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig

GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig: Config for migrating Model in automl.googleapis.com to Vertex AI's Model.

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig struct {
    // Model: Required. Full resource name of automl Model. Format:
    // `projects/{project}/locations/{location}/models/{model}`.
    Model string `json:"model,omitempty"`
    // ModelDisplayName: Optional. Display name of the model in Vertex AI. System
    // will pick a display name if unspecified.
    ModelDisplayName string `json:"modelDisplayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Model") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Model") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig

GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetC onfig: Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset.

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig struct {
    // Dataset: Required. Full resource name of data labeling Dataset. Format:
    // `projects/{project}/datasets/{dataset}`.
    Dataset string `json:"dataset,omitempty"`
    // DatasetDisplayName: Optional. Display name of the Dataset in Vertex AI.
    // System will pick a display name if unspecified.
    DatasetDisplayName string `json:"datasetDisplayName,omitempty"`
    // MigrateDataLabelingAnnotatedDatasetConfigs: Optional. Configs for migrating
    // AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery.
    // The specified AnnotatedDatasets have to belong to the datalabeling Dataset.
    MigrateDataLabelingAnnotatedDatasetConfigs []*GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig `json:"migrateDataLabelingAnnotatedDatasetConfigs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Dataset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig

GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetC onfigMigrateDataLabelingAnnotatedDatasetConfig: Config for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery.

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig struct {
    // AnnotatedDataset: Required. Full resource name of data labeling
    // AnnotatedDataset. Format:
    // `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`
    // .
    AnnotatedDataset string `json:"annotatedDataset,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotatedDataset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotatedDataset") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig

GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersion Config: Config for migrating version in ml.googleapis.com to Vertex AI's Model.

type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig struct {
    // Endpoint: Required. The ml.googleapis.com endpoint that this model version
    // should be migrated from. Example values: * ml.googleapis.com *
    // us-centrall-ml.googleapis.com * europe-west4-ml.googleapis.com *
    // asia-east1-ml.googleapis.com
    Endpoint string `json:"endpoint,omitempty"`
    // ModelDisplayName: Required. Display name of the model in Vertex AI. System
    // will pick a display name if unspecified.
    ModelDisplayName string `json:"modelDisplayName,omitempty"`
    // ModelVersion: Required. Full resource name of ml engine model version.
    // Format: `projects/{project}/models/{model}/versions/{version}`.
    ModelVersion string `json:"modelVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Endpoint") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Endpoint") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MigrateResourceResponse

GoogleCloudAiplatformV1beta1MigrateResourceResponse: Describes a successfully migrated resource.

type GoogleCloudAiplatformV1beta1MigrateResourceResponse struct {
    // Dataset: Migrated Dataset's resource name.
    Dataset string `json:"dataset,omitempty"`
    // MigratableResource: Before migration, the identifier in ml.googleapis.com,
    // automl.googleapis.com or datalabeling.googleapis.com.
    MigratableResource *GoogleCloudAiplatformV1beta1MigratableResource `json:"migratableResource,omitempty"`
    // Model: Migrated Model's resource name.
    Model string `json:"model,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Dataset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MigrateResourceResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MigrateResourceResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Model

GoogleCloudAiplatformV1beta1Model: A trained machine learning Model.

type GoogleCloudAiplatformV1beta1Model struct {
    // ArtifactUri: Immutable. The path to the directory containing the Model
    // artifact and any of its supporting files. Not required for AutoML Models.
    ArtifactUri string `json:"artifactUri,omitempty"`
    // BaseModelSource: Optional. User input field to specify the base model
    // source. Currently it only supports specifing the Model Garden models and
    // Genie models.
    BaseModelSource *GoogleCloudAiplatformV1beta1ModelBaseModelSource `json:"baseModelSource,omitempty"`
    // ContainerSpec: Input only. The specification of the container that is to be
    // used when deploying this Model. The specification is ingested upon
    // ModelService.UploadModel, and all binaries it contains are copied and stored
    // internally by Vertex AI. Not required for AutoML Models.
    ContainerSpec *GoogleCloudAiplatformV1beta1ModelContainerSpec `json:"containerSpec,omitempty"`
    // CreateTime: Output only. Timestamp when this Model was uploaded into Vertex
    // AI.
    CreateTime string `json:"createTime,omitempty"`
    // DeployedModels: Output only. The pointers to DeployedModels created from
    // this Model. Note that Model could have been deployed to Endpoints in
    // different Locations.
    DeployedModels []*GoogleCloudAiplatformV1beta1DeployedModelRef `json:"deployedModels,omitempty"`
    // Description: The description of the Model.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the Model. The name can be up to
    // 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a Model. If set,
    // this Model and all sub-resources of this Model will be secured by this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // ExplanationSpec: The default explanation specification for this Model. The
    // Model can be used for requesting explanation after being deployed if it is
    // populated. The Model can be used for batch explanation if it is populated.
    // All fields of the explanation_spec can be overridden by explanation_spec of
    // DeployModelRequest.deployed_model, or explanation_spec of
    // BatchPredictionJob. If the default explanation specification is not set for
    // this Model, this Model can still be used for requesting explanation by
    // setting explanation_spec of DeployModelRequest.deployed_model and for batch
    // explanation by setting explanation_spec of BatchPredictionJob.
    ExplanationSpec *GoogleCloudAiplatformV1beta1ExplanationSpec `json:"explanationSpec,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Models. Label
    // keys and values can be no longer than 64 characters (Unicode codepoints),
    // can only contain lowercase letters, numeric characters, underscores and
    // dashes. International characters are allowed. See https://goo.gl/xmQnxf for
    // more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // Metadata: Immutable. An additional information about the Model; the schema
    // of the metadata can be found in metadata_schema. Unset if the Model does not
    // have any additional information.
    Metadata interface{} `json:"metadata,omitempty"`
    // MetadataArtifact: Output only. The resource name of the Artifact that was
    // created in MetadataStore when creating the Model. The Artifact resource name
    // pattern is
    // `projects/{project}/locations/{location}/metadataStores/{metadata_store}/arti
    // facts/{artifact}`.
    MetadataArtifact string `json:"metadataArtifact,omitempty"`
    // MetadataSchemaUri: Immutable. Points to a YAML file stored on Google Cloud
    // Storage describing additional information about the Model, that is specific
    // to it. Unset if the Model does not have any additional information. The
    // schema is defined as an OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // AutoML Models always have this field populated by Vertex AI, if no
    // additional metadata is needed, this field is set to an empty string. Note:
    // The URI given on output will be immutable and probably different, including
    // the URI scheme, than the one given on input. The output URI will point to a
    // location where the user only has a read access.
    MetadataSchemaUri string `json:"metadataSchemaUri,omitempty"`
    // ModelSourceInfo: Output only. Source of a model. It can either be automl
    // training pipeline, custom training pipeline, BigQuery ML, or saved and tuned
    // from Genie or Model Garden.
    ModelSourceInfo *GoogleCloudAiplatformV1beta1ModelSourceInfo `json:"modelSourceInfo,omitempty"`
    // Name: The resource name of the Model.
    Name string `json:"name,omitempty"`
    // OriginalModelInfo: Output only. If this Model is a copy of another Model,
    // this contains info about the original.
    OriginalModelInfo *GoogleCloudAiplatformV1beta1ModelOriginalModelInfo `json:"originalModelInfo,omitempty"`
    // PredictSchemata: The schemata that describe formats of the Model's
    // predictions and explanations as given and returned via
    // PredictionService.Predict and PredictionService.Explain.
    PredictSchemata *GoogleCloudAiplatformV1beta1PredictSchemata `json:"predictSchemata,omitempty"`
    // SupportedDeploymentResourcesTypes: Output only. When this Model is deployed,
    // its prediction resources are described by the `prediction_resources` field
    // of the Endpoint.deployed_models object. Because not all Models support all
    // resource configuration types, the configuration types this Model supports
    // are listed here. If no configuration types are listed, the Model cannot be
    // deployed to an Endpoint and does not support online predictions
    // (PredictionService.Predict or PredictionService.Explain). Such a Model can
    // serve predictions by using a BatchPredictionJob, if it has at least one
    // entry each in supported_input_storage_formats and
    // supported_output_storage_formats.
    //
    // Possible values:
    //   "DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED" - Should not be used.
    //   "DEDICATED_RESOURCES" - Resources that are dedicated to the DeployedModel,
    // and that need a higher degree of manual configuration.
    //   "AUTOMATIC_RESOURCES" - Resources that to large degree are decided by
    // Vertex AI, and require only a modest additional configuration.
    //   "SHARED_RESOURCES" - Resources that can be shared by multiple
    // DeployedModels. A pre-configured DeploymentResourcePool is required.
    SupportedDeploymentResourcesTypes []string `json:"supportedDeploymentResourcesTypes,omitempty"`
    // SupportedExportFormats: Output only. The formats in which this Model may be
    // exported. If empty, this Model is not available for export.
    SupportedExportFormats []*GoogleCloudAiplatformV1beta1ModelExportFormat `json:"supportedExportFormats,omitempty"`
    // SupportedInputStorageFormats: Output only. The formats this Model supports
    // in BatchPredictionJob.input_config. If PredictSchemata.instance_schema_uri
    // exists, the instances should be given as per that schema. The possible
    // formats are: * `jsonl` The JSON Lines format, where each instance is a
    // single line. Uses GcsSource. * `csv` The CSV format, where each instance is
    // a single comma-separated line. The first line in the file is the header,
    // containing comma-separated field names. Uses GcsSource. * `tf-record` The
    // TFRecord format, where each instance is a single record in tfrecord syntax.
    // Uses GcsSource. * `tf-record-gzip` Similar to `tf-record`, but the file is
    // gzipped. Uses GcsSource. * `bigquery` Each instance is a single row in
    // BigQuery. Uses BigQuerySource. * `file-list` Each line of the file is the
    // location of an instance to process, uses `gcs_source` field of the
    // InputConfig object. If this Model doesn't support any of these formats it
    // means it cannot be used with a BatchPredictionJob. However, if it has
    // supported_deployment_resources_types, it could serve online predictions by
    // using PredictionService.Predict or PredictionService.Explain.
    SupportedInputStorageFormats []string `json:"supportedInputStorageFormats,omitempty"`
    // SupportedOutputStorageFormats: Output only. The formats this Model supports
    // in BatchPredictionJob.output_config. If both
    // PredictSchemata.instance_schema_uri and
    // PredictSchemata.prediction_schema_uri exist, the predictions are returned
    // together with their instances. In other words, the prediction has the
    // original instance data first, followed by the actual prediction content (as
    // per the schema). The possible formats are: * `jsonl` The JSON Lines format,
    // where each prediction is a single line. Uses GcsDestination. * `csv` The CSV
    // format, where each prediction is a single comma-separated line. The first
    // line in the file is the header, containing comma-separated field names. Uses
    // GcsDestination. * `bigquery` Each prediction is a single row in a BigQuery
    // table, uses BigQueryDestination . If this Model doesn't support any of these
    // formats it means it cannot be used with a BatchPredictionJob. However, if it
    // has supported_deployment_resources_types, it could serve online predictions
    // by using PredictionService.Predict or PredictionService.Explain.
    SupportedOutputStorageFormats []string `json:"supportedOutputStorageFormats,omitempty"`
    // TrainingPipeline: Output only. The resource name of the TrainingPipeline
    // that uploaded this Model, if any.
    TrainingPipeline string `json:"trainingPipeline,omitempty"`
    // UpdateTime: Output only. Timestamp when this Model was most recently
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // VersionAliases: User provided version aliases so that a model version can be
    // referenced via alias (i.e.
    // `projects/{project}/locations/{location}/models/{model_id}@{version_alias}`
    // instead of auto-generated version id (i.e.
    // `projects/{project}/locations/{location}/models/{model_id}@{version_id})`.
    // The format is a-z{0,126}[a-z0-9] to distinguish from version_id. A default
    // version alias will be created for the first version of the model, and there
    // must be exactly one default version alias for a model.
    VersionAliases []string `json:"versionAliases,omitempty"`
    // VersionCreateTime: Output only. Timestamp when this version was created.
    VersionCreateTime string `json:"versionCreateTime,omitempty"`
    // VersionDescription: The description of this version.
    VersionDescription string `json:"versionDescription,omitempty"`
    // VersionId: Output only. Immutable. The version ID of the model. A new
    // version is committed when a new model version is uploaded or trained under
    // an existing model id. It is an auto-incrementing decimal number in string
    // representation.
    VersionId string `json:"versionId,omitempty"`
    // VersionUpdateTime: Output only. Timestamp when this version was most
    // recently updated.
    VersionUpdateTime string `json:"versionUpdateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ArtifactUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ArtifactUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Model) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Model) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelBaseModelSource

GoogleCloudAiplatformV1beta1ModelBaseModelSource: User input field to specify the base model source. Currently it only supports specifing the Model Garden models and Genie models.

type GoogleCloudAiplatformV1beta1ModelBaseModelSource struct {
    // GenieSource: Information about the base model of Genie models.
    GenieSource *GoogleCloudAiplatformV1beta1GenieSource `json:"genieSource,omitempty"`
    // ModelGardenSource: Source information of Model Garden models.
    ModelGardenSource *GoogleCloudAiplatformV1beta1ModelGardenSource `json:"modelGardenSource,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenieSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenieSource") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelBaseModelSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelBaseModelSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelContainerSpec

GoogleCloudAiplatformV1beta1ModelContainerSpec: Specification of a container for serving predictions. Some fields in this message correspond to fields in the Kubernetes Container v1 core specification (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#container-v1-core).

type GoogleCloudAiplatformV1beta1ModelContainerSpec struct {
    // Args: Immutable. Specifies arguments for the command that runs when the
    // container starts. This overrides the container's `CMD`
    // (https://docs.docker.com/engine/reference/builder/#cmd). Specify this field
    // as an array of executable and arguments, similar to a Docker `CMD`'s
    // "default parameters" form. If you don't specify this field but do specify
    // the command field, then the command from the `command` field runs without
    // any additional arguments. See the Kubernetes documentation about how the
    // `command` and `args` fields interact with a container's `ENTRYPOINT` and
    // `CMD`
    // (https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#notes).
    // If you don't specify this field and don't specify the `command` field, then
    // the container's `ENTRYPOINT`
    // (https://docs.docker.com/engine/reference/builder/#cmd) and `CMD` determine
    // what runs based on their default behavior. See the Docker documentation
    // about how `CMD` and `ENTRYPOINT` interact
    // (https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
    // In this field, you can reference environment variables set by Vertex AI
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#aip-variables)
    // and environment variables set in the env field. You cannot reference
    // environment variables set in the Docker image. In order for environment
    // variables to be expanded, reference them by using the following syntax: $(
    // VARIABLE_NAME) Note that this differs from Bash variable expansion, which
    // does not use parentheses. If a variable cannot be resolved, the reference in
    // the input string is used unchanged. To avoid variable expansion, you can
    // escape this syntax with `$$`; for example: $$(VARIABLE_NAME) This field
    // corresponds to the `args` field of the Kubernetes Containers v1 core API
    // (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#container-v1-core).
    Args []string `json:"args,omitempty"`
    // Command: Immutable. Specifies the command that runs when the container
    // starts. This overrides the container's ENTRYPOINT
    // (https://docs.docker.com/engine/reference/builder/#entrypoint). Specify this
    // field as an array of executable and arguments, similar to a Docker
    // `ENTRYPOINT`'s "exec" form, not its "shell" form. If you do not specify this
    // field, then the container's `ENTRYPOINT` runs, in conjunction with the args
    // field or the container's `CMD`
    // (https://docs.docker.com/engine/reference/builder/#cmd), if either exists.
    // If this field is not specified and the container does not have an
    // `ENTRYPOINT`, then refer to the Docker documentation about how `CMD` and
    // `ENTRYPOINT` interact
    // (https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
    // If you specify this field, then you can also specify the `args` field to
    // provide additional arguments for this command. However, if you specify this
    // field, then the container's `CMD` is ignored. See the Kubernetes
    // documentation about how the `command` and `args` fields interact with a
    // container's `ENTRYPOINT` and `CMD`
    // (https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#notes).
    // In this field, you can reference environment variables set by Vertex AI
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#aip-variables)
    // and environment variables set in the env field. You cannot reference
    // environment variables set in the Docker image. In order for environment
    // variables to be expanded, reference them by using the following syntax: $(
    // VARIABLE_NAME) Note that this differs from Bash variable expansion, which
    // does not use parentheses. If a variable cannot be resolved, the reference in
    // the input string is used unchanged. To avoid variable expansion, you can
    // escape this syntax with `$$`; for example: $$(VARIABLE_NAME) This field
    // corresponds to the `command` field of the Kubernetes Containers v1 core API
    // (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#container-v1-core).
    Command []string `json:"command,omitempty"`
    // DeploymentTimeout: Immutable. Deployment timeout. Limit for deployment
    // timeout is 2 hours.
    DeploymentTimeout string `json:"deploymentTimeout,omitempty"`
    // Env: Immutable. List of environment variables to set in the container. After
    // the container starts running, code running in the container can read these
    // environment variables. Additionally, the command and args fields can
    // reference these variables. Later entries in this list can also reference
    // earlier entries. For example, the following example sets the variable
    // `VAR_2` to have the value `foo bar`: ```json [ { "name": "VAR_1", "value":
    // "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ] ``` If you switch
    // the order of the variables in the example, then the expansion does not
    // occur. This field corresponds to the `env` field of the Kubernetes
    // Containers v1 core API
    // (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#container-v1-core).
    Env []*GoogleCloudAiplatformV1beta1EnvVar `json:"env,omitempty"`
    // GrpcPorts: Immutable. List of ports to expose from the container. Vertex AI
    // sends gRPC prediction requests that it receives to the first port on this
    // list. Vertex AI also sends liveness and health checks to this port. If you
    // do not specify this field, gRPC requests to the container will be disabled.
    // Vertex AI does not use ports other than the first one listed. This field
    // corresponds to the `ports` field of the Kubernetes Containers v1 core API.
    GrpcPorts []*GoogleCloudAiplatformV1beta1Port `json:"grpcPorts,omitempty"`
    // HealthProbe: Immutable. Specification for Kubernetes readiness probe.
    HealthProbe *GoogleCloudAiplatformV1beta1Probe `json:"healthProbe,omitempty"`
    // HealthRoute: Immutable. HTTP path on the container to send health checks to.
    // Vertex AI intermittently sends GET requests to this path on the container's
    // IP address and port to check that the container is healthy. Read more about
    // health checks
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#health).
    // For example, if you set this field to `/bar`, then Vertex AI intermittently
    // sends a GET request to the `/bar` path on the port of your container
    // specified by the first value of this `ModelContainerSpec`'s ports field. If
    // you don't specify this field, it defaults to the following value when you
    // deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/
    // DEPLOYED_MODEL:predict The placeholders in this value are replaced as
    // follows: * ENDPOINT: The last segment (following `endpoints/`)of the
    // Endpoint.name][] field of the Endpoint where this Model has been deployed.
    // (Vertex AI makes this value available to your container code as the
    // `AIP_ENDPOINT_ID` environment variable
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#aip-variables).)
    // * DEPLOYED_MODEL: DeployedModel.id of the `DeployedModel`. (Vertex AI makes
    // this value available to your container code as the `AIP_DEPLOYED_MODEL_ID`
    // environment variable
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#aip-variables).)
    HealthRoute string `json:"healthRoute,omitempty"`
    // ImageUri: Required. Immutable. URI of the Docker image to be used as the
    // custom container for serving predictions. This URI must identify an image in
    // Artifact Registry or Container Registry. Learn more about the container
    // publishing requirements
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#publishing),
    // including permissions requirements for the Vertex AI Service Agent. The
    // container image is ingested upon ModelService.UploadModel, stored
    // internally, and this original path is afterwards not used. To learn about
    // the requirements for the Docker image itself, see Custom container
    // requirements
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#).
    // You can use the URI to one of Vertex AI's pre-built container images for
    // prediction
    // (https://cloud.google.com/vertex-ai/docs/predictions/pre-built-containers)
    // in this field.
    ImageUri string `json:"imageUri,omitempty"`
    // Ports: Immutable. List of ports to expose from the container. Vertex AI
    // sends any prediction requests that it receives to the first port on this
    // list. Vertex AI also sends liveness and health checks
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#liveness)
    // to this port. If you do not specify this field, it defaults to following
    // value: ```json [ { "containerPort": 8080 } ] ``` Vertex AI does not use
    // ports other than the first one listed. This field corresponds to the `ports`
    // field of the Kubernetes Containers v1 core API
    // (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#container-v1-core).
    Ports []*GoogleCloudAiplatformV1beta1Port `json:"ports,omitempty"`
    // PredictRoute: Immutable. HTTP path on the container to send prediction
    // requests to. Vertex AI forwards requests sent using
    // projects.locations.endpoints.predict to this path on the container's IP
    // address and port. Vertex AI then returns the container's response in the API
    // response. For example, if you set this field to `/foo`, then when Vertex AI
    // receives a prediction request, it forwards the request body in a POST
    // request to the `/foo` path on the port of your container specified by the
    // first value of this `ModelContainerSpec`'s ports field. If you don't specify
    // this field, it defaults to the following value when you deploy this Model to
    // an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/DEPLOYED_MODEL:predict
    // The placeholders in this value are replaced as follows: * ENDPOINT: The last
    // segment (following `endpoints/`)of the Endpoint.name][] field of the
    // Endpoint where this Model has been deployed. (Vertex AI makes this value
    // available to your container code as the `AIP_ENDPOINT_ID` environment
    // variable
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#aip-variables).)
    // * DEPLOYED_MODEL: DeployedModel.id of the `DeployedModel`. (Vertex AI makes
    // this value available to your container code as the `AIP_DEPLOYED_MODEL_ID`
    // environment variable
    // (https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#aip-variables).)
    PredictRoute string `json:"predictRoute,omitempty"`
    // SharedMemorySizeMb: Immutable. The amount of the VM memory to reserve as the
    // shared memory for the model in megabytes.
    SharedMemorySizeMb int64 `json:"sharedMemorySizeMb,omitempty,string"`
    // StartupProbe: Immutable. Specification for Kubernetes startup probe.
    StartupProbe *GoogleCloudAiplatformV1beta1Probe `json:"startupProbe,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Args") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Args") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelContainerSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelContainerSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable

GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable: ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable struct {
    // BigqueryTablePath: The created BigQuery table to store logs. Customer could
    // do their own query & analysis. Format:
    // `bq://.model_deployment_monitoring_._`
    BigqueryTablePath string `json:"bigqueryTablePath,omitempty"`
    // LogSource: The source of log.
    //
    // Possible values:
    //   "LOG_SOURCE_UNSPECIFIED" - Unspecified source.
    //   "TRAINING" - Logs coming from Training dataset.
    //   "SERVING" - Logs coming from Serving traffic.
    LogSource string `json:"logSource,omitempty"`
    // LogType: The type of log.
    //
    // Possible values:
    //   "LOG_TYPE_UNSPECIFIED" - Unspecified type.
    //   "PREDICT" - Predict logs.
    //   "EXPLAIN" - Explain logs.
    LogType string `json:"logType,omitempty"`
    // RequestResponseLoggingSchemaVersion: Output only. The schema version of the
    // request/response logging BigQuery table. Default to v1 if unset.
    RequestResponseLoggingSchemaVersion string `json:"requestResponseLoggingSchemaVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigqueryTablePath") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigqueryTablePath") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob

GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob: Represents a job that runs periodically to monitor the deployed models in an endpoint. It will analyze the logged training & prediction data to detect any abnormal behaviors.

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob struct {
    // AnalysisInstanceSchemaUri: YAML schema file uri describing the format of a
    // single instance that you want Tensorflow Data Validation (TFDV) to analyze.
    // If this field is empty, all the feature data types are inferred from
    // predict_instance_schema_uri, meaning that TFDV will use the data in the
    // exact format(data type) as prediction request/response. If there are any
    // data type differences between predict instance and TFDV instance, this field
    // can be used to override the schema. For models trained with Vertex AI, this
    // field must be set as all the fields in predict instance formatted as string.
    AnalysisInstanceSchemaUri string `json:"analysisInstanceSchemaUri,omitempty"`
    // BigqueryTables: Output only. The created bigquery tables for the job under
    // customer project. Customer could do their own query & analysis. There could
    // be 4 log tables in maximum: 1. Training data logging predict
    // request/response 2. Serving data logging predict request/response
    BigqueryTables []*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable `json:"bigqueryTables,omitempty"`
    // CreateTime: Output only. Timestamp when this ModelDeploymentMonitoringJob
    // was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. The user-defined name of the
    // ModelDeploymentMonitoringJob. The name can be up to 128 characters long and
    // can consist of any UTF-8 characters. Display name of a
    // ModelDeploymentMonitoringJob.
    DisplayName string `json:"displayName,omitempty"`
    // EnableMonitoringPipelineLogs: If true, the scheduled monitoring pipeline
    // logs are sent to Google Cloud Logging, including pipeline status and
    // anomalies detected. Please note the logs incur cost, which are subject to
    // Cloud Logging pricing (https://cloud.google.com/logging#pricing).
    EnableMonitoringPipelineLogs bool `json:"enableMonitoringPipelineLogs,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a
    // ModelDeploymentMonitoringJob. If set, this ModelDeploymentMonitoringJob and
    // all sub-resources of this ModelDeploymentMonitoringJob will be secured by
    // this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Endpoint: Required. Endpoint resource name. Format:
    // `projects/{project}/locations/{location}/endpoints/{endpoint}`
    Endpoint string `json:"endpoint,omitempty"`
    // Error: Output only. Only populated when the job's state is
    // `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Labels: The labels with user-defined metadata to organize your
    // ModelDeploymentMonitoringJob. Label keys and values can be no longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // LatestMonitoringPipelineMetadata: Output only. Latest triggered monitoring
    // pipeline metadata.
    LatestMonitoringPipelineMetadata *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata `json:"latestMonitoringPipelineMetadata,omitempty"`
    // LogTtl: The TTL of BigQuery tables in user projects which stores logs. A day
    // is the basic unit of the TTL and we take the ceil of TTL/86400(a day). e.g.
    // { second: 3600} indicates ttl = 1 day.
    LogTtl string `json:"logTtl,omitempty"`
    // LoggingSamplingStrategy: Required. Sample Strategy for logging.
    LoggingSamplingStrategy *GoogleCloudAiplatformV1beta1SamplingStrategy `json:"loggingSamplingStrategy,omitempty"`
    // ModelDeploymentMonitoringObjectiveConfigs: Required. The config for
    // monitoring objectives. This is a per DeployedModel config. Each
    // DeployedModel needs to be configured separately.
    ModelDeploymentMonitoringObjectiveConfigs []*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig `json:"modelDeploymentMonitoringObjectiveConfigs,omitempty"`
    // ModelDeploymentMonitoringScheduleConfig: Required. Schedule config for
    // running the monitoring job.
    ModelDeploymentMonitoringScheduleConfig *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig `json:"modelDeploymentMonitoringScheduleConfig,omitempty"`
    // ModelMonitoringAlertConfig: Alert config for model monitoring.
    ModelMonitoringAlertConfig *GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig `json:"modelMonitoringAlertConfig,omitempty"`
    // Name: Output only. Resource name of a ModelDeploymentMonitoringJob.
    Name string `json:"name,omitempty"`
    // NextScheduleTime: Output only. Timestamp when this monitoring pipeline will
    // be scheduled to run for the next round.
    NextScheduleTime string `json:"nextScheduleTime,omitempty"`
    // PredictInstanceSchemaUri: YAML schema file uri describing the format of a
    // single instance, which are given to format this Endpoint's prediction (and
    // explanation). If not set, we will generate predict schema from collected
    // predict requests.
    PredictInstanceSchemaUri string `json:"predictInstanceSchemaUri,omitempty"`
    // SamplePredictInstance: Sample Predict instance, same format as
    // PredictRequest.instances, this can be set as a replacement of
    // ModelDeploymentMonitoringJob.predict_instance_schema_uri. If not set, we
    // will generate predict schema from collected predict requests.
    SamplePredictInstance interface{} `json:"samplePredictInstance,omitempty"`
    // ScheduleState: Output only. Schedule state when the monitoring job is in
    // Running state.
    //
    // Possible values:
    //   "MONITORING_SCHEDULE_STATE_UNSPECIFIED" - Unspecified state.
    //   "PENDING" - The pipeline is picked up and wait to run.
    //   "OFFLINE" - The pipeline is offline and will be scheduled for next run.
    //   "RUNNING" - The pipeline is running.
    ScheduleState string `json:"scheduleState,omitempty"`
    // State: Output only. The detailed state of the monitoring job. When the job
    // is still creating, the state will be 'PENDING'. Once the job is successfully
    // created, the state will be 'RUNNING'. Pause the job, the state will be
    // 'PAUSED'. Resume the job, the state will return to 'RUNNING'.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // StatsAnomaliesBaseDirectory: Stats anomalies base folder path.
    StatsAnomaliesBaseDirectory *GoogleCloudAiplatformV1beta1GcsDestination `json:"statsAnomaliesBaseDirectory,omitempty"`
    // UpdateTime: Output only. Timestamp when this ModelDeploymentMonitoringJob
    // was updated most recently.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "AnalysisInstanceSchemaUri")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnalysisInstanceSchemaUri") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata

GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipel ineMetadata: All metadata of most recent monitoring pipelines.

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata struct {
    // RunTime: The time that most recent monitoring pipelines that is related to
    // this run.
    RunTime string `json:"runTime,omitempty"`
    // Status: The status of the most recent monitoring pipeline.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RunTime") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RunTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig

GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig: ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig struct {
    // DeployedModelId: The DeployedModel ID of the objective config.
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // ObjectiveConfig: The objective config of for the modelmonitoring job of this
    // deployed model.
    ObjectiveConfig *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig `json:"objectiveConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModelId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModelId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig

GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig: The config for scheduling monitoring job.

type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig struct {
    // MonitorInterval: Required. The model monitoring job scheduling interval. It
    // will be rounded up to next full hour. This defines how often the monitoring
    // jobs are triggered.
    MonitorInterval string `json:"monitorInterval,omitempty"`
    // MonitorWindow: The time window of the prediction data being included in each
    // prediction dataset. This window specifies how long the data should be
    // collected from historical model results for each run. If not set,
    // ModelDeploymentMonitoringScheduleConfig.monitor_interval will be used. e.g.
    // If currently the cutoff time is 2022-01-08 14:30:00 and the monitor_window
    // is set to be 3600, then data from 2022-01-08 13:30:00 to 2022-01-08 14:30:00
    // will be retrieved and aggregated to calculate the monitoring statistics.
    MonitorWindow string `json:"monitorWindow,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MonitorInterval") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MonitorInterval") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluation

GoogleCloudAiplatformV1beta1ModelEvaluation: A collection of metrics calculated by comparing Model's predictions on all of the test data against annotations from the test data.

type GoogleCloudAiplatformV1beta1ModelEvaluation struct {
    // BiasConfigs: Specify the configuration for bias detection.
    BiasConfigs *GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig `json:"biasConfigs,omitempty"`
    // CreateTime: Output only. Timestamp when this ModelEvaluation was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: The display name of the ModelEvaluation.
    DisplayName string `json:"displayName,omitempty"`
    // ExplanationSpecs: Describes the values of ExplanationSpec that are used for
    // explaining the predicted values on the evaluated data.
    ExplanationSpecs []*GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec `json:"explanationSpecs,omitempty"`
    // Metadata: The metadata of the ModelEvaluation. For the ModelEvaluation
    // uploaded from Managed Pipeline, metadata contains a structured value with
    // keys of "pipeline_job_id", "evaluation_dataset_type",
    // "evaluation_dataset_path", "row_based_metrics_path".
    Metadata interface{} `json:"metadata,omitempty"`
    // Metrics: Evaluation metrics of the Model. The schema of the metrics is
    // stored in metrics_schema_uri
    Metrics interface{} `json:"metrics,omitempty"`
    // MetricsSchemaUri: Points to a YAML file stored on Google Cloud Storage
    // describing the metrics of this ModelEvaluation. The schema is defined as an
    // OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    MetricsSchemaUri string `json:"metricsSchemaUri,omitempty"`
    // ModelExplanation: Aggregated explanation metrics for the Model's prediction
    // output over the data this ModelEvaluation uses. This field is populated only
    // if the Model is evaluated with explanations, and only for AutoML tabular
    // Models.
    ModelExplanation *GoogleCloudAiplatformV1beta1ModelExplanation `json:"modelExplanation,omitempty"`
    // Name: Output only. The resource name of the ModelEvaluation.
    Name string `json:"name,omitempty"`
    // SliceDimensions: All possible dimensions of ModelEvaluationSlices. The
    // dimensions can be used as the filter of the
    // ModelService.ListModelEvaluationSlices request, in the form of
    // `slice.dimension = `.
    SliceDimensions []string `json:"sliceDimensions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BiasConfigs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BiasConfigs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig

GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig: Configuration for bias detection.

type GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig struct {
    // BiasSlices: Specification for how the data should be sliced for bias. It
    // contains a list of slices, with limitation of two slices. The first slice of
    // data will be the slice_a. The second slice in the list (slice_b) will be
    // compared against the first slice. If only a single slice is provided, then
    // slice_a will be compared against "not slice_a". Below are examples with
    // feature "education" with value "low", "medium", "high" in the dataset:
    // Example 1: bias_slices = [{'education': 'low'}] A single slice provided. In
    // this case, slice_a is the collection of data with 'education' equals 'low',
    // and slice_b is the collection of data with 'education' equals 'medium' or
    // 'high'. Example 2: bias_slices = [{'education': 'low'}, {'education':
    // 'high'}] Two slices provided. In this case, slice_a is the collection of
    // data with 'education' equals 'low', and slice_b is the collection of data
    // with 'education' equals 'high'.
    BiasSlices *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec `json:"biasSlices,omitempty"`
    // Labels: Positive labels selection on the target field.
    Labels []string `json:"labels,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BiasSlices") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BiasSlices") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec

type GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec struct {
    // ExplanationSpec: Explanation spec details.
    ExplanationSpec *GoogleCloudAiplatformV1beta1ExplanationSpec `json:"explanationSpec,omitempty"`
    // ExplanationType: Explanation type. For AutoML Image Classification models,
    // possible values are: * `image-integrated-gradients` * `image-xrai`
    ExplanationType string `json:"explanationType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExplanationSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExplanationSpec") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluationSlice

GoogleCloudAiplatformV1beta1ModelEvaluationSlice: A collection of metrics calculated by comparing Model's predictions on a slice of the test data against ground truth annotations.

type GoogleCloudAiplatformV1beta1ModelEvaluationSlice struct {
    // CreateTime: Output only. Timestamp when this ModelEvaluationSlice was
    // created.
    CreateTime string `json:"createTime,omitempty"`
    // Metrics: Output only. Sliced evaluation metrics of the Model. The schema of
    // the metrics is stored in metrics_schema_uri
    Metrics interface{} `json:"metrics,omitempty"`
    // MetricsSchemaUri: Output only. Points to a YAML file stored on Google Cloud
    // Storage describing the metrics of this ModelEvaluationSlice. The schema is
    // defined as an OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    MetricsSchemaUri string `json:"metricsSchemaUri,omitempty"`
    // ModelExplanation: Output only. Aggregated explanation metrics for the
    // Model's prediction output over the data this ModelEvaluation uses. This
    // field is populated only if the Model is evaluated with explanations, and
    // only for tabular Models.
    ModelExplanation *GoogleCloudAiplatformV1beta1ModelExplanation `json:"modelExplanation,omitempty"`
    // Name: Output only. The resource name of the ModelEvaluationSlice.
    Name string `json:"name,omitempty"`
    // Slice: Output only. The slice of the test data that is used to evaluate the
    // Model.
    Slice *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice `json:"slice,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSlice) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSlice) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice

GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice: Definition of a slice.

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice struct {
    // Dimension: Output only. The dimension of the slice. Well-known dimensions
    // are: * `annotationSpec`: This slice is on the test data that has either
    // ground truth or prediction with AnnotationSpec.display_name equals to value.
    // * `slice`: This slice is a user customized slice defined by its SliceSpec.
    Dimension string `json:"dimension,omitempty"`
    // SliceSpec: Output only. Specification for how the data was sliced.
    SliceSpec *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec `json:"sliceSpec,omitempty"`
    // Value: Output only. The value of the dimension in this slice.
    Value string `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Dimension") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Dimension") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec

GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec: Specification for how the data should be sliced.

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec struct {
    // Configs: Mapping configuration for this SliceSpec. The key is the name of
    // the feature. By default, the key will be prefixed by "instance" as a
    // dictionary prefix for Vertex Batch Predictions output format.
    Configs map[string]GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig `json:"configs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Configs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Configs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange

GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange: A range of values for slice(s). `low` is inclusive, `high` is exclusive.

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange struct {
    // High: Exclusive high value for the range.
    High float64 `json:"high,omitempty"`
    // Low: Inclusive low value for the range.
    Low float64 `json:"low,omitempty"`
    // ForceSendFields is a list of field names (e.g. "High") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "High") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig

GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig: Specification message containing the config for this SliceSpec. When `kind` is selected as `value` and/or `range`, only a single slice will be computed. When `all_values` is present, a separate slice will be computed for each possible label/value for the corresponding key in `config`. Examples, with feature zip_code with values 12345, 23334, 88888 and feature country with values "US", "Canada", "Mexico" in the dataset: Example 1: { "zip_code": { "value": { "float_value": 12345.0 } } } A single slice for any data with zip_code 12345 in the dataset. Example 2: { "zip_code": { "range": { "low": 12345, "high": 20000 } } } A single slice containing data where the zip_codes between 12345 and 20000 For this example, data with the zip_code of 12345 will be in this slice. Example 3: { "zip_code": { "range": { "low": 10000, "high": 20000 } }, "country": { "value": { "string_value": "US" } } } A single slice containing data where the zip_codes between 10000 and 20000 has the country "US". For this example, data with the zip_code of 12345 and country "US" will be in this slice. Example 4: { "country": {"all_values": { "value": true } } } Three slices are computed, one for each unique country in the dataset. Example 5: { "country": { "all_values": { "value": true } }, "zip_code": { "value": { "float_value": 12345.0 } } } Three slices are computed, one for each unique country in the dataset where the zip_code is also 12345. For this example, data with zip_code 12345 and country "US" will be in one slice, zip_code 12345 and country "Canada" in another slice, and zip_code 12345 and country "Mexico" in another slice, totaling 3 slices.

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig struct {
    // AllValues: If all_values is set to true, then all possible labels of the
    // keyed feature will have another slice computed. Example:
    // `{"all_values":{"value":true}}`
    AllValues bool `json:"allValues,omitempty"`
    // Range: A range of values for a numerical feature. Example:
    // `{"range":{"low":10000.0,"high":50000.0}}` will capture 12345 and 23334 in
    // the slice.
    Range *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange `json:"range,omitempty"`
    // Value: A unique specific value for a given feature. Example: `{ "value": {
    // "string_value": "12345" } }`
    Value *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AllValues") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllValues") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue

GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue: Single value that supports strings and floats.

type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue struct {
    // FloatValue: Float type.
    FloatValue float64 `json:"floatValue,omitempty"`
    // StringValue: String type.
    StringValue string `json:"stringValue,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FloatValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FloatValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ModelExplanation

GoogleCloudAiplatformV1beta1ModelExplanation: Aggregated explanation metrics for a Model over a set of instances.

type GoogleCloudAiplatformV1beta1ModelExplanation struct {
    // MeanAttributions: Output only. Aggregated attributions explaining the
    // Model's prediction outputs over the set of instances. The attributions are
    // grouped by outputs. For Models that predict only one output, such as
    // regression Models that predict only one score, there is only one attibution
    // that explains the predicted output. For Models that predict multiple
    // outputs, such as multiclass Models that predict multiple classes, each
    // element explains one specific item. Attribution.output_index can be used to
    // identify which output this attribution is explaining. The
    // baselineOutputValue, instanceOutputValue and featureAttributions fields are
    // averaged over the test data. NOTE: Currently AutoML tabular classification
    // Models produce only one attribution, which averages attributions over all
    // the classes it predicts. Attribution.approximation_error is not populated.
    MeanAttributions []*GoogleCloudAiplatformV1beta1Attribution `json:"meanAttributions,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MeanAttributions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MeanAttributions") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelExplanation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelExplanation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelExportFormat

GoogleCloudAiplatformV1beta1ModelExportFormat: Represents export format supported by the Model. All formats export to Google Cloud Storage.

type GoogleCloudAiplatformV1beta1ModelExportFormat struct {
    // ExportableContents: Output only. The content of this Model that may be
    // exported.
    //
    // Possible values:
    //   "EXPORTABLE_CONTENT_UNSPECIFIED" - Should not be used.
    //   "ARTIFACT" - Model artifact and any of its supported files. Will be
    // exported to the location specified by the `artifactDestination` field of the
    // ExportModelRequest.output_config object.
    //   "IMAGE" - The container image that is to be used when deploying this
    // Model. Will be exported to the location specified by the `imageDestination`
    // field of the ExportModelRequest.output_config object.
    ExportableContents []string `json:"exportableContents,omitempty"`
    // Id: Output only. The ID of the export format. The possible format IDs are: *
    // `tflite` Used for Android mobile devices. * `edgetpu-tflite` Used for Edge
    // TPU (https://cloud.google.com/edge-tpu/) devices. * `tf-saved-model` A
    // tensorflow model in SavedModel format. * `tf-js` A TensorFlow.js
    // (https://www.tensorflow.org/js) model that can be used in the browser and in
    // Node.js using JavaScript. * `core-ml` Used for iOS mobile devices. *
    // `custom-trained` A Model that was uploaded or trained by custom code.
    Id string `json:"id,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExportableContents") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExportableContents") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelExportFormat) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelExportFormat) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelGardenSource

GoogleCloudAiplatformV1beta1ModelGardenSource: Contains information about the source of the models generated from Model Garden.

type GoogleCloudAiplatformV1beta1ModelGardenSource struct {
    // PublicModelName: Required. The model garden source model resource name.
    PublicModelName string `json:"publicModelName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PublicModelName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PublicModelName") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelGardenSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelGardenSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitor

GoogleCloudAiplatformV1beta1ModelMonitor: Vertex AI Model Monitoring Service serves as a central hub for the analysis and visualization of data quality and performance related to models. ModelMonitor stands as a top level resource for overseeing your model monitoring tasks.

type GoogleCloudAiplatformV1beta1ModelMonitor struct {
    // CreateTime: Output only. Timestamp when this ModelMonitor was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: The display name of the ModelMonitor. The name can be up to 128
    // characters long and can consist of any UTF-8.
    DisplayName string `json:"displayName,omitempty"`
    // ExplanationSpec: Optional model explanation spec. It is used for feature
    // attribution monitoring.
    ExplanationSpec *GoogleCloudAiplatformV1beta1ExplanationSpec `json:"explanationSpec,omitempty"`
    // ModelMonitoringSchema: Monitoring Schema is to specify the model's features,
    // prediction outputs and ground truth properties. It is used to extract
    // pertinent data from the dataset and to process features based on their
    // properties. Make sure that the schema aligns with your dataset, if it does
    // not, we will be unable to extract data from the dataset. It is required for
    // most models, but optional for Vertex AI AutoML Tables unless the schem
    // information is not available.
    ModelMonitoringSchema *GoogleCloudAiplatformV1beta1ModelMonitoringSchema `json:"modelMonitoringSchema,omitempty"`
    // ModelMonitoringTarget: The entity that is subject to analysis. Currently
    // only models in Vertex AI Model Registry are supported. If you want to
    // analyze the model which is outside the Vertex AI, you could register a model
    // in Vertex AI Model Registry using just a display name.
    ModelMonitoringTarget *GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget `json:"modelMonitoringTarget,omitempty"`
    // Name: Immutable. Resource name of the ModelMonitor. Format:
    // `projects/{project}/locations/{location}/modelMonitors/{model_monitor}`.
    Name string `json:"name,omitempty"`
    // NotificationSpec: Optional default notification spec, it can be overridden
    // in the ModelMonitoringJob notification spec.
    NotificationSpec *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec `json:"notificationSpec,omitempty"`
    // OutputSpec: Optional default monitoring metrics/logs export spec, it can be
    // overridden in the ModelMonitoringJob output spec. If not specified, a
    // default Google Cloud Storage bucket will be created under your project.
    OutputSpec *GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec `json:"outputSpec,omitempty"`
    // TabularObjective: Optional default tabular model monitoring objective.
    TabularObjective *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective `json:"tabularObjective,omitempty"`
    // TrainingDataset: Optional training dataset used to train the model. It can
    // serve as a reference dataset to identify changes in production.
    TrainingDataset *GoogleCloudAiplatformV1beta1ModelMonitoringInput `json:"trainingDataset,omitempty"`
    // UpdateTime: Output only. Timestamp when this ModelMonitor was updated most
    // recently.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitor) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget

GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget: The monitoring target refers to the entity that is subject to analysis. e.g. Vertex AI Model version.

type GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget struct {
    // VertexModel: Model in Vertex AI Model Registry.
    VertexModel *GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource `json:"vertexModel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "VertexModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "VertexModel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource

GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSourc e: Model in Vertex AI Model Registry.

type GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource struct {
    // Model: Model resource name. Format:
    // projects/{project}/locations/{location}/models/{model}.
    Model string `json:"model,omitempty"`
    // ModelVersionId: Model version id.
    ModelVersionId string `json:"modelVersionId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Model") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Model") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringAlert

GoogleCloudAiplatformV1beta1ModelMonitoringAlert: Represents a single monitoring alert. This is currently used in the SearchModelMonitoringAlerts api, thus the alert wrapped in this message belongs to the resource asked in the request.

type GoogleCloudAiplatformV1beta1ModelMonitoringAlert struct {
    // AlertTime: Alert creation time.
    AlertTime string `json:"alertTime,omitempty"`
    // Anomaly: Anomaly details.
    Anomaly *GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly `json:"anomaly,omitempty"`
    // ObjectiveType: One of the supported monitoring objectives:
    // `raw-feature-drift` `prediction-output-drift` `feature-attribution`
    ObjectiveType string `json:"objectiveType,omitempty"`
    // StatsName: The stats name.
    StatsName string `json:"statsName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AlertTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AlertTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringAlert) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlert) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition

GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition: Monitoring alert triggered condition.

type GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition struct {
    // Threshold: A condition that compares a stats value against a threshold.
    // Alert will be triggered if value above the threshold.
    Threshold float64 `json:"threshold,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Threshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Threshold") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig

GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig: The alert config for model monitoring.

type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig struct {
    // EmailAlertConfig: Email alert config.
    EmailAlertConfig *GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig `json:"emailAlertConfig,omitempty"`
    // EnableLogging: Dump the anomalies to Cloud Logging. The anomalies will be
    // put to json payload encoded from proto
    // google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can
    // be further sinked to Pub/Sub or any other services supported by Cloud
    // Logging.
    EnableLogging bool `json:"enableLogging,omitempty"`
    // NotificationChannels: Resource names of the NotificationChannels to send
    // alert. Must be of the format `projects//notificationChannels/`
    NotificationChannels []string `json:"notificationChannels,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EmailAlertConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EmailAlertConfig") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig

GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig: The config for email alert.

type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig struct {
    // UserEmails: The email addresses to send the alert.
    UserEmails []string `json:"userEmails,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UserEmails") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UserEmails") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly

GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly: Represents a single model monitoring anomaly.

type GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly struct {
    // Algorithm: Algorithm used to calculated the metrics, eg:
    // jensen_shannon_divergence, l_infinity.
    Algorithm string `json:"algorithm,omitempty"`
    // ModelMonitoringJob: Model monitoring job resource name.
    ModelMonitoringJob string `json:"modelMonitoringJob,omitempty"`
    // TabularAnomaly: Tabular anomaly.
    TabularAnomaly *GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly `json:"tabularAnomaly,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Algorithm") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Algorithm") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly

GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly: Tabular anomaly details.

type GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly struct {
    // Anomaly: Anomaly body.
    Anomaly interface{} `json:"anomaly,omitempty"`
    // AnomalyUri: Additional anomaly information. e.g. Google Cloud Storage uri.
    AnomalyUri string `json:"anomalyUri,omitempty"`
    // Condition: The alert condition associated with this anomaly.
    Condition *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition `json:"condition,omitempty"`
    // Summary: Overview of this anomaly.
    Summary string `json:"summary,omitempty"`
    // TriggerTime: The time the anomaly was triggered.
    TriggerTime string `json:"triggerTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Anomaly") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Anomaly") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringConfig

GoogleCloudAiplatformV1beta1ModelMonitoringConfig: The model monitoring configuration used for Batch Prediction Job.

type GoogleCloudAiplatformV1beta1ModelMonitoringConfig struct {
    // AlertConfig: Model monitoring alert config.
    AlertConfig *GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig `json:"alertConfig,omitempty"`
    // AnalysisInstanceSchemaUri: YAML schema file uri in Cloud Storage describing
    // the format of a single instance that you want Tensorflow Data Validation
    // (TFDV) to analyze. If there are any data type differences between predict
    // instance and TFDV instance, this field can be used to override the schema.
    // For models trained with Vertex AI, this field must be set as all the fields
    // in predict instance formatted as string.
    AnalysisInstanceSchemaUri string `json:"analysisInstanceSchemaUri,omitempty"`
    // ObjectiveConfigs: Model monitoring objective config.
    ObjectiveConfigs []*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig `json:"objectiveConfigs,omitempty"`
    // StatsAnomaliesBaseDirectory: A Google Cloud Storage location for batch
    // prediction model monitoring to dump statistics and anomalies. If not
    // provided, a folder will be created in customer project to hold statistics
    // and anomalies.
    StatsAnomaliesBaseDirectory *GoogleCloudAiplatformV1beta1GcsDestination `json:"statsAnomaliesBaseDirectory,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AlertConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AlertConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringInput

GoogleCloudAiplatformV1beta1ModelMonitoringInput: Model monitoring data input spec.

type GoogleCloudAiplatformV1beta1ModelMonitoringInput struct {
    // BatchPredictionOutput: Vertex AI Batch prediction Job.
    BatchPredictionOutput *GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput `json:"batchPredictionOutput,omitempty"`
    // ColumnizedDataset: Columnized dataset.
    ColumnizedDataset *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset `json:"columnizedDataset,omitempty"`
    // TimeInterval: The time interval (pair of start_time and end_time) for which
    // results should be returned.
    TimeInterval *GoogleTypeInterval `json:"timeInterval,omitempty"`
    // TimeOffset: The time offset setting for which results should be returned.
    TimeOffset *GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset `json:"timeOffset,omitempty"`
    // VertexEndpointLogs: Vertex AI Endpoint request & response logging.
    VertexEndpointLogs *GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs `json:"vertexEndpointLogs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BatchPredictionOutput") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BatchPredictionOutput") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput

GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput: Data from Vertex AI Batch prediction job output.

type GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput struct {
    // BatchPredictionJob: Vertex AI Batch prediction job resource name. The job
    // must match the model version specified in
    // [ModelMonitor].[model_monitoring_target].
    BatchPredictionJob string `json:"batchPredictionJob,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BatchPredictionJob") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BatchPredictionJob") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset

GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset: Input dataset spec.

type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset struct {
    // BigquerySource: BigQuery data source.
    BigquerySource *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource `json:"bigquerySource,omitempty"`
    // GcsSource: Google Cloud Storage data source.
    GcsSource *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource `json:"gcsSource,omitempty"`
    // TimestampField: The timestamp field. Usually for serving data.
    TimestampField string `json:"timestampField,omitempty"`
    // VertexDataset: Resource name of the Vertex AI managed dataset.
    VertexDataset string `json:"vertexDataset,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigquerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigquerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource

GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMo nitoringBigQuerySource: Dataset spec for data sotred in BigQuery.

type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource struct {
    // Query: Standard SQL to be used instead of the `table_uri`.
    Query string `json:"query,omitempty"`
    // TableUri: BigQuery URI to a table, up to 2000 characters long. All the
    // columns in the table will be selected. Accepted forms: * BigQuery path. For
    // example: `bq://projectId.bqDatasetId.bqTableId`.
    TableUri string `json:"tableUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Query") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Query") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource

GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMo nitoringGcsSource: Dataset spec for data stored in Google Cloud Storage.

type GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource struct {
    // Format: Data format of the dataset.
    //
    // Possible values:
    //   "DATA_FORMAT_UNSPECIFIED" - Data format unspecified, used when this field
    // is unset.
    //   "CSV" - CSV files.
    //   "TF_RECORD" - TfRecord files
    //   "JSONL" - JsonL files.
    Format string `json:"format,omitempty"`
    // GcsUri: Google Cloud Storage URI to the input file(s). May contain
    // wildcards. For more information on wildcards, see
    // https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
    GcsUri string `json:"gcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Format") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Format") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset

GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset: Time offset setting.

type GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset struct {
    // Offset: [offset] is the time difference from the cut-off time. For scheduled
    // jobs, the cut-off time is the scheduled time. For non-scheduled jobs, it's
    // the time when the job was created. Currently we support the following
    // format: 'w|W': Week, 'd|D': Day, 'h|H': Hour E.g. '1h' stands for 1 hour,
    // '2d' stands for 2 days.
    Offset string `json:"offset,omitempty"`
    // Window: [window] refers to the scope of data selected for analysis. It
    // allows you to specify the quantity of data you wish to examine. Currently we
    // support the following format: 'w|W': Week, 'd|D': Day, 'h|H': Hour E.g. '1h'
    // stands for 1 hour, '2d' stands for 2 days.
    Window string `json:"window,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Offset") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Offset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs

GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs: Data from Vertex AI Endpoint request response logging.

type GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs struct {
    // Endpoints: List of endpoint resource names. The endpoints must enable the
    // logging with the [Endpoint].[request_response_logging_config], and must
    // contain the deployed model corresponding to the model version specified in
    // [ModelMonitor].[model_monitoring_target].
    Endpoints []string `json:"endpoints,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Endpoints") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Endpoints") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringJob

GoogleCloudAiplatformV1beta1ModelMonitoringJob: Represents a model monitoring job that analyze dataset using different monitoring algorithm.

type GoogleCloudAiplatformV1beta1ModelMonitoringJob struct {
    // CreateTime: Output only. Timestamp when this ModelMonitoringJob was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: The display name of the ModelMonitoringJob. The name can be up
    // to 128 characters long and can consist of any UTF-8.
    DisplayName string `json:"displayName,omitempty"`
    // JobExecutionDetail: Output only. Execution results for all the monitoring
    // objectives.
    JobExecutionDetail *GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail `json:"jobExecutionDetail,omitempty"`
    // ModelMonitoringSpec: Monitoring monitoring job spec. It outlines the
    // specifications for monitoring objectives, notifications, and result exports.
    // If left blank, the default monitoring specifications from the top-level
    // resource 'ModelMonitor' will be applied. If provided, we will use the
    // specification defined here rather than the default one.
    ModelMonitoringSpec *GoogleCloudAiplatformV1beta1ModelMonitoringSpec `json:"modelMonitoringSpec,omitempty"`
    // Name: Output only. Resource name of a ModelMonitoringJob. Format:
    // `projects/{project_id}/locations/{location_id}/modelMonitors/{model_monitor_i
    // d}/modelMonitoringJobs/{model_monitoring_job_id}`
    Name string `json:"name,omitempty"`
    // Schedule: Output only. Schedule resource name. It will only appear when this
    // job is triggered by a schedule.
    Schedule string `json:"schedule,omitempty"`
    // ScheduleTime: Output only. Timestamp when this ModelMonitoringJob was
    // scheduled. It will only appear when this job is triggered by a schedule.
    ScheduleTime string `json:"scheduleTime,omitempty"`
    // State: Output only. The state of the monitoring job. * When the job is still
    // creating, the state will be 'JOB_STATE_PENDING'. * Once the job is
    // successfully created, the state will be 'JOB_STATE_RUNNING'. * Once the job
    // is finished, the state will be one of 'JOB_STATE_FAILED',
    // 'JOB_STATE_SUCCEEDED', 'JOB_STATE_PARTIALLY_SUCCEEDED'.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this ModelMonitoringJob was updated
    // most recently.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail

GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail: Represent the execution details of the job.

type GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail struct {
    // BaselineDatasets: Processed baseline datasets.
    BaselineDatasets []*GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset `json:"baselineDatasets,omitempty"`
    // Error: Additional job error status.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // ObjectiveStatus: Status of data processing for each monitoring objective.
    // Key is the objective.
    ObjectiveStatus map[string]GoogleRpcStatus `json:"objectiveStatus,omitempty"`
    // TargetDatasets: Processed target datasets.
    TargetDatasets []*GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset `json:"targetDatasets,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaselineDatasets") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaselineDatasets") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset

GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset : Processed dataset information.

type GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset struct {
    // Location: Actual data location of the processed dataset.
    Location string `json:"location,omitempty"`
    // TimeRange: Dataset time range information if any.
    TimeRange *GoogleTypeInterval `json:"timeRange,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Location") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Location") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec

GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec: Notification spec(email, notification channel) for model monitoring statistics/alerts.

type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec struct {
    // EmailConfig: Email alert config.
    EmailConfig *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig `json:"emailConfig,omitempty"`
    // EnableCloudLogging: Dump the anomalies to Cloud Logging. The anomalies will
    // be put to json payload encoded from proto
    // google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can
    // be further sinked to Pub/Sub or any other services supported by Cloud
    // Logging.
    EnableCloudLogging bool `json:"enableCloudLogging,omitempty"`
    // NotificationChannelConfigs: Notification channel config.
    NotificationChannelConfigs []*GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig `json:"notificationChannelConfigs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EmailConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EmailConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig

GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig: The config for email alerts.

type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig struct {
    // UserEmails: The email addresses to send the alerts.
    UserEmails []string `json:"userEmails,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UserEmails") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UserEmails") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig

GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChanne lConfig: Google Cloud Notification Channel config.

type GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig struct {
    // NotificationChannel: Resource names of the NotificationChannels. Must be of
    // the format `projects//notificationChannels/`
    NotificationChannel string `json:"notificationChannel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NotificationChannel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NotificationChannel") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig: The objective configuration for model monitoring, including the information needed to detect anomalies for one particular model.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig struct {
    // ExplanationConfig: The config for integrating with Vertex Explainable AI.
    ExplanationConfig *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig `json:"explanationConfig,omitempty"`
    // PredictionDriftDetectionConfig: The config for drift of prediction data.
    PredictionDriftDetectionConfig *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig `json:"predictionDriftDetectionConfig,omitempty"`
    // TrainingDataset: Training dataset for models. This field has to be set only
    // if TrainingPredictionSkewDetectionConfig is specified.
    TrainingDataset *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset `json:"trainingDataset,omitempty"`
    // TrainingPredictionSkewDetectionConfig: The config for skew between training
    // data and prediction data.
    TrainingPredictionSkewDetectionConfig *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig `json:"trainingPredictionSkewDetectionConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExplanationConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExplanationConfig") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig: The config for integrating with Vertex Explainable AI. Only applicable if the Model has explanation_spec populated.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig struct {
    // EnableFeatureAttributes: If want to analyze the Vertex Explainable AI
    // feature attribute scores or not. If set to true, Vertex AI will log the
    // feature attributions from explain response and do the skew/drift detection
    // for them.
    EnableFeatureAttributes bool `json:"enableFeatureAttributes,omitempty"`
    // ExplanationBaseline: Predictions generated by the BatchPredictionJob using
    // baseline dataset.
    ExplanationBaseline *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline `json:"explanationBaseline,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EnableFeatureAttributes") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EnableFeatureAttributes") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigEx planationBaseline: Output from BatchPredictionJob for Model Monitoring baseline dataset, which can be used to generate baseline attribution scores.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline struct {
    // Bigquery: BigQuery location for BatchExplain output.
    Bigquery *GoogleCloudAiplatformV1beta1BigQueryDestination `json:"bigquery,omitempty"`
    // Gcs: Cloud Storage location for BatchExplain output.
    Gcs *GoogleCloudAiplatformV1beta1GcsDestination `json:"gcs,omitempty"`
    // PredictionFormat: The storage format of the predictions generated
    // BatchPrediction job.
    //
    // Possible values:
    //   "PREDICTION_FORMAT_UNSPECIFIED" - Should not be set.
    //   "JSONL" - Predictions are in JSONL files.
    //   "BIGQUERY" - Predictions are in BigQuery.
    PredictionFormat string `json:"predictionFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Bigquery") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Bigquery") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDete ctionConfig: The config for Prediction data drift detection.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig struct {
    // AttributionScoreDriftThresholds: Key is the feature name and value is the
    // threshold. The threshold here is against attribution score distance between
    // different time windows.
    AttributionScoreDriftThresholds map[string]GoogleCloudAiplatformV1beta1ThresholdConfig `json:"attributionScoreDriftThresholds,omitempty"`
    // DefaultDriftThreshold: Drift anomaly detection threshold used by all
    // features. When the per-feature thresholds are not set, this field can be
    // used to specify a threshold for all features.
    DefaultDriftThreshold *GoogleCloudAiplatformV1beta1ThresholdConfig `json:"defaultDriftThreshold,omitempty"`
    // DriftThresholds: Key is the feature name and value is the threshold. If a
    // feature needs to be monitored for drift, a value threshold must be
    // configured for that feature. The threshold here is against feature
    // distribution distance between different time windws.
    DriftThresholds map[string]GoogleCloudAiplatformV1beta1ThresholdConfig `json:"driftThresholds,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "AttributionScoreDriftThresholds") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AttributionScoreDriftThresholds")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset: Training Dataset information.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset struct {
    // BigquerySource: The BigQuery table of the unmanaged Dataset used to train
    // this Model.
    BigquerySource *GoogleCloudAiplatformV1beta1BigQuerySource `json:"bigquerySource,omitempty"`
    // DataFormat: Data format of the dataset, only applicable if the input is from
    // Google Cloud Storage. The possible formats are: "tf-record" The source file
    // is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source
    // file is a JSONL file.
    DataFormat string `json:"dataFormat,omitempty"`
    // Dataset: The resource name of the Dataset used to train this Model.
    Dataset string `json:"dataset,omitempty"`
    // GcsSource: The Google Cloud Storage uri of the unmanaged Dataset used to
    // train this Model.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // LoggingSamplingStrategy: Strategy to sample data from Training Dataset. If
    // not set, we process the whole dataset.
    LoggingSamplingStrategy *GoogleCloudAiplatformV1beta1SamplingStrategy `json:"loggingSamplingStrategy,omitempty"`
    // TargetField: The target field name the model is to predict. This field will
    // be excluded when doing Predict and (or) Explain for the training data.
    TargetField string `json:"targetField,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigquerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigquerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionS kewDetectionConfig: The config for Training & Prediction data skew detection. It specifies the training dataset sources and the skew detection parameters.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig struct {
    // AttributionScoreSkewThresholds: Key is the feature name and value is the
    // threshold. The threshold here is against attribution score distance between
    // the training and prediction feature.
    AttributionScoreSkewThresholds map[string]GoogleCloudAiplatformV1beta1ThresholdConfig `json:"attributionScoreSkewThresholds,omitempty"`
    // DefaultSkewThreshold: Skew anomaly detection threshold used by all features.
    // When the per-feature thresholds are not set, this field can be used to
    // specify a threshold for all features.
    DefaultSkewThreshold *GoogleCloudAiplatformV1beta1ThresholdConfig `json:"defaultSkewThreshold,omitempty"`
    // SkewThresholds: Key is the feature name and value is the threshold. If a
    // feature needs to be monitored for skew, a value threshold must be configured
    // for that feature. The threshold here is against feature distribution
    // distance between the training and prediction feature.
    SkewThresholds map[string]GoogleCloudAiplatformV1beta1ThresholdConfig `json:"skewThresholds,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "AttributionScoreSkewThresholds") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AttributionScoreSkewThresholds")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec: Monitoring objectives spec.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec struct {
    // BaselineDataset: Baseline dataset. It could be the training dataset or
    // production serving dataset from a previous period.
    BaselineDataset *GoogleCloudAiplatformV1beta1ModelMonitoringInput `json:"baselineDataset,omitempty"`
    // ExplanationSpec: The explanation spec. This spec is required when the
    // objectives spec includes feature attribution objectives.
    ExplanationSpec *GoogleCloudAiplatformV1beta1ExplanationSpec `json:"explanationSpec,omitempty"`
    // TabularObjective: Tabular monitoring objective.
    TabularObjective *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective `json:"tabularObjective,omitempty"`
    // TargetDataset: Target dataset.
    TargetDataset *GoogleCloudAiplatformV1beta1ModelMonitoringInput `json:"targetDataset,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaselineDataset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaselineDataset") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec: Data drift monitoring spec. Data drift measures the distribution distance between the current dataset and a baseline dataset. A typical use case is to detect data drift between the recent production serving dataset and the training dataset, or to compare the recent production dataset with a dataset from a previous period.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec struct {
    // CategoricalMetricType: Supported metrics type: * l_infinity *
    // jensen_shannon_divergence
    CategoricalMetricType string `json:"categoricalMetricType,omitempty"`
    // DefaultCategoricalAlertCondition: Default alert condition for all the
    // categorical features.
    DefaultCategoricalAlertCondition *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition `json:"defaultCategoricalAlertCondition,omitempty"`
    // DefaultNumericAlertCondition: Default alert condition for all the numeric
    // features.
    DefaultNumericAlertCondition *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition `json:"defaultNumericAlertCondition,omitempty"`
    // FeatureAlertConditions: Per feature alert condition will override default
    // alert condition.
    FeatureAlertConditions map[string]GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition `json:"featureAlertConditions,omitempty"`
    // Features: Feature names / Prediction output names interested in monitoring.
    // These should be a subset of the input feature names or prediction output
    // names specified in the monitoring schema. If the field is not specified all
    // features / prediction outputs outlied in the monitoring schema will be used.
    Features []string `json:"features,omitempty"`
    // NumericMetricType: Supported metrics type: * jensen_shannon_divergence
    NumericMetricType string `json:"numericMetricType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CategoricalMetricType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CategoricalMetricType") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpe c: Feature attribution monitoring spec.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec struct {
    // BatchExplanationDedicatedResources: The config of resources used by the
    // Model Monitoring during the batch explanation for non-AutoML models. If not
    // set, `n1-standard-2` machine type will be used by default.
    BatchExplanationDedicatedResources *GoogleCloudAiplatformV1beta1BatchDedicatedResources `json:"batchExplanationDedicatedResources,omitempty"`
    // DefaultAlertCondition: Default alert condition for all the features.
    DefaultAlertCondition *GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition `json:"defaultAlertCondition,omitempty"`
    // FeatureAlertConditions: Per feature alert condition will override default
    // alert condition.
    FeatureAlertConditions map[string]GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition `json:"featureAlertConditions,omitempty"`
    // Features: Feature names interested in monitoring. These should be a subset
    // of the input feature names specified in the monitoring schema. If the field
    // is not specified all features outlied in the monitoring schema will be used.
    Features []string `json:"features,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "BatchExplanationDedicatedResources") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g.
    // "BatchExplanationDedicatedResources") to include in API requests with the
    // JSON null value. By default, fields with empty values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-NullFields for
    // more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective

GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective: Tabular monitoring objective.

type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective struct {
    // FeatureAttributionSpec: Feature attribution monitoring spec.
    FeatureAttributionSpec *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec `json:"featureAttributionSpec,omitempty"`
    // FeatureDriftSpec: Input feature distribution drift monitoring spec.
    FeatureDriftSpec *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec `json:"featureDriftSpec,omitempty"`
    // PredictionOutputDriftSpec: Prediction output distribution drift monitoring
    // spec.
    PredictionOutputDriftSpec *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec `json:"predictionOutputDriftSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FeatureAttributionSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureAttributionSpec") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec

GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec: Specification for the export destination of monitoring results, including metrics, logs, etc.

type GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec struct {
    // GcsBaseDirectory: Google Cloud Storage base folder path for metrics, error
    // logs, etc.
    GcsBaseDirectory *GoogleCloudAiplatformV1beta1GcsDestination `json:"gcsBaseDirectory,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsBaseDirectory") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsBaseDirectory") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringSchema

GoogleCloudAiplatformV1beta1ModelMonitoringSchema: The Model Monitoring Schema definition.

type GoogleCloudAiplatformV1beta1ModelMonitoringSchema struct {
    // FeatureFields: Feature names of the model. Vertex AI will try to match the
    // features from your dataset as follows: * For 'csv' files, the header names
    // are required, and we will extract the corresponding feature values when the
    // header names align with the feature names. * For 'jsonl' files, we will
    // extract the corresponding feature values if the key names match the feature
    // names. Note: Nested features are not supported, so please ensure your
    // features are flattened. Ensure the feature values are scalar or an array of
    // scalars. * For 'bigquery' dataset, we will extract the corresponding feature
    // values if the column names match the feature names. Note: The column type
    // can be a scalar or an array of scalars. STRUCT or JSON types are not
    // supported. You may use SQL queries to select or aggregate the relevant
    // features from your original table. However, ensure that the 'schema' of the
    // query results meets our requirements. * For the Vertex AI Endpoint Request
    // Response Logging table or Vertex AI Batch Prediction Job results. If the
    // instance_type is an array, ensure that the sequence in feature_fields
    // matches the order of features in the prediction instance. We will match the
    // feature with the array in the order specified in [feature_fields].
    FeatureFields []*GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema `json:"featureFields,omitempty"`
    // GroundTruthFields: Target /ground truth names of the model.
    GroundTruthFields []*GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema `json:"groundTruthFields,omitempty"`
    // PredictionFields: Prediction output names of the model. The requirements are
    // the same as the feature_fields. For AutoML Tables, the prediction output
    // name presented in schema will be: `predicted_{target_column}`, the
    // `target_column` is the one you specified when you train the model. For
    // Prediction output drift analysis: * AutoML Classification, the distribution
    // of the argmax label will be analyzed. * AutoML Regression, the distribution
    // of the value will be analyzed.
    PredictionFields []*GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema `json:"predictionFields,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FeatureFields") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureFields") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringSchema) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringSchema) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema

GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema: Schema field definition.

type GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema struct {
    // DataType: Supported data types are: `float` `integer` `boolean` `string`
    // `categorical`
    DataType string `json:"dataType,omitempty"`
    // Name: Field name.
    Name string `json:"name,omitempty"`
    // Repeated: Describes if the schema field is an array of given data type.
    Repeated bool `json:"repeated,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringSpec

GoogleCloudAiplatformV1beta1ModelMonitoringSpec: Monitoring monitoring job spec. It outlines the specifications for monitoring objectives, notifications, and result exports.

type GoogleCloudAiplatformV1beta1ModelMonitoringSpec struct {
    // NotificationSpec: The model monitoring notification spec.
    NotificationSpec *GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec `json:"notificationSpec,omitempty"`
    // ObjectiveSpec: The monitoring objective spec.
    ObjectiveSpec *GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec `json:"objectiveSpec,omitempty"`
    // OutputSpec: The Output destination spec for metrics, error logs, etc.
    OutputSpec *GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec `json:"outputSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NotificationSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NotificationSpec") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringStats

GoogleCloudAiplatformV1beta1ModelMonitoringStats: Represents the collection of statistics for a metric.

type GoogleCloudAiplatformV1beta1ModelMonitoringStats struct {
    // TabularStats: Generated tabular statistics.
    TabularStats *GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats `json:"tabularStats,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TabularStats") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TabularStats") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStats) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStats) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies

GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies: Statistics and anomalies generated by Model Monitoring.

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies struct {
    // AnomalyCount: Number of anomalies within all stats.
    AnomalyCount int64 `json:"anomalyCount,omitempty"`
    // DeployedModelId: Deployed Model ID.
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // FeatureStats: A list of historical Stats and Anomalies generated for all
    // Features.
    FeatureStats []*GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies `json:"featureStats,omitempty"`
    // Objective: Model Monitoring Objective those stats and anomalies belonging
    // to.
    //
    // Possible values:
    //   "MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED" - Default value,
    // should not be set.
    //   "RAW_FEATURE_SKEW" - Raw feature values' stats to detect skew between
    // Training-Prediction datasets.
    //   "RAW_FEATURE_DRIFT" - Raw feature values' stats to detect drift between
    // Serving-Prediction datasets.
    //   "FEATURE_ATTRIBUTION_SKEW" - Feature attribution scores to detect skew
    // between Training-Prediction datasets.
    //   "FEATURE_ATTRIBUTION_DRIFT" - Feature attribution scores to detect skew
    // between Prediction datasets collected within different time windows.
    Objective string `json:"objective,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnomalyCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnomalyCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies

GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStats Anomalies: Historical Stats (and Anomalies) for a specific Feature.

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies struct {
    // FeatureDisplayName: Display Name of the Feature.
    FeatureDisplayName string `json:"featureDisplayName,omitempty"`
    // PredictionStats: A list of historical stats generated by different time
    // window's Prediction Dataset.
    PredictionStats []*GoogleCloudAiplatformV1beta1FeatureStatsAnomaly `json:"predictionStats,omitempty"`
    // Threshold: Threshold for anomaly detection.
    Threshold *GoogleCloudAiplatformV1beta1ThresholdConfig `json:"threshold,omitempty"`
    // TrainingStats: Stats calculated for the Training Dataset.
    TrainingStats *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly `json:"trainingStats,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FeatureDisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureDisplayName") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint

GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint: Represents a single statistics data point.

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint struct {
    // Algorithm: Algorithm used to calculated the metrics, eg:
    // jensen_shannon_divergence, l_infinity.
    Algorithm string `json:"algorithm,omitempty"`
    // BaselineStats: Statistics from baseline dataset.
    BaselineStats *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue `json:"baselineStats,omitempty"`
    // CreateTime: Statistics create time.
    CreateTime string `json:"createTime,omitempty"`
    // CurrentStats: Statistics from current dataset.
    CurrentStats *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue `json:"currentStats,omitempty"`
    // HasAnomaly: Indicate if the statistics has anomaly.
    HasAnomaly bool `json:"hasAnomaly,omitempty"`
    // ModelMonitoringJob: Model monitoring job resource name.
    ModelMonitoringJob string `json:"modelMonitoringJob,omitempty"`
    // Schedule: Schedule resource name.
    Schedule string `json:"schedule,omitempty"`
    // ThresholdValue: Threshold value.
    ThresholdValue float64 `json:"thresholdValue,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Algorithm") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Algorithm") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue

GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue: Typed value of the statistics.

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue struct {
    // DistributionValue: Distribution.
    DistributionValue *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue `json:"distributionValue,omitempty"`
    // DoubleValue: Double.
    DoubleValue float64 `json:"doubleValue,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DistributionValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DistributionValue") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue

GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributi onDataValue: Summary statistics for a population of values.

type GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue struct {
    // Distribution: tensorflow.metadata.v0.DatasetFeatureStatistics format.
    Distribution interface{} `json:"distribution,omitempty"`
    // DistributionDeviation: Distribution distance deviation from the current
    // dataset's statistics to baseline dataset's statistics. * For categorical
    // feature, the distribution distance is calculated by L-inifinity norm or
    // Jensen–Shannon divergence. * For numerical feature, the distribution
    // distance is calculated by Jensen–Shannon divergence.
    DistributionDeviation float64 `json:"distributionDeviation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Distribution") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Distribution") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats

GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats: A collection of data points that describes the time-varying values of a tabular metric.

type GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats struct {
    // DataPoints: The data points of this time series. When listing time series,
    // points are returned in reverse time order.
    DataPoints []*GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint `json:"dataPoints,omitempty"`
    // ObjectiveType: One of the supported monitoring objectives:
    // `raw-feature-drift` `prediction-output-drift` `feature-attribution`
    ObjectiveType string `json:"objectiveType,omitempty"`
    // StatsName: The stats name.
    StatsName string `json:"statsName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataPoints") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataPoints") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelOriginalModelInfo

GoogleCloudAiplatformV1beta1ModelOriginalModelInfo: Contains information about the original Model if this Model is a copy.

type GoogleCloudAiplatformV1beta1ModelOriginalModelInfo struct {
    // Model: Output only. The resource name of the Model this Model is a copy of,
    // including the revision. Format:
    // `projects/{project}/locations/{location}/models/{model_id}@{version_id}`
    Model string `json:"model,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Model") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Model") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelOriginalModelInfo) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelOriginalModelInfo) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ModelSourceInfo

GoogleCloudAiplatformV1beta1ModelSourceInfo: Detail description of the source information of the model.

type GoogleCloudAiplatformV1beta1ModelSourceInfo struct {
    // Copy: If this Model is copy of another Model. If true then source_type
    // pertains to the original.
    Copy bool `json:"copy,omitempty"`
    // SourceType: Type of the model source.
    //
    // Possible values:
    //   "MODEL_SOURCE_TYPE_UNSPECIFIED" - Should not be used.
    //   "AUTOML" - The Model is uploaded by automl training pipeline.
    //   "CUSTOM" - The Model is uploaded by user or custom training pipeline.
    //   "BQML" - The Model is registered and sync'ed from BigQuery ML.
    //   "MODEL_GARDEN" - The Model is saved or tuned from Model Garden.
    //   "GENIE" - The Model is saved or tuned from Genie.
    //   "CUSTOM_TEXT_EMBEDDING" - The Model is uploaded by text embedding
    // finetuning pipeline.
    //   "MARKETPLACE" - The Model is saved or tuned from Marketplace.
    SourceType string `json:"sourceType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Copy") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Copy") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ModelSourceInfo) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ModelSourceInfo) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata

GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata: Runtime operation information for IndexEndpointService.MutateDeployedIndex.

type GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata struct {
    // DeployedIndexId: The unique index id specified by user
    DeployedIndexId string `json:"deployedIndexId,omitempty"`
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndexId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndexId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse

GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse: Response message for IndexEndpointService.MutateDeployedIndex.

type GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse struct {
    // DeployedIndex: The DeployedIndex that had been updated in the IndexEndpoint.
    DeployedIndex *GoogleCloudAiplatformV1beta1DeployedIndex `json:"deployedIndex,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndex") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndex") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata

GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata: Runtime operation information for EndpointService.MutateDeployedModel.

type GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MutateDeployedModelRequest

GoogleCloudAiplatformV1beta1MutateDeployedModelRequest: Request message for EndpointService.MutateDeployedModel.

type GoogleCloudAiplatformV1beta1MutateDeployedModelRequest struct {
    // DeployedModel: Required. The DeployedModel to be mutated within the
    // Endpoint. Only the following fields can be mutated: * `min_replica_count` in
    // either DedicatedResources or AutomaticResources * `max_replica_count` in
    // either DedicatedResources or AutomaticResources * autoscaling_metric_specs *
    // `disable_container_logging` (v1 only) * `enable_container_logging` (v1beta1
    // only)
    DeployedModel *GoogleCloudAiplatformV1beta1DeployedModel `json:"deployedModel,omitempty"`
    // UpdateMask: Required. The update mask applies to the resource. See
    // google.protobuf.FieldMask.
    UpdateMask string `json:"updateMask,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MutateDeployedModelRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MutateDeployedModelRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1MutateDeployedModelResponse

GoogleCloudAiplatformV1beta1MutateDeployedModelResponse: Response message for EndpointService.MutateDeployedModel.

type GoogleCloudAiplatformV1beta1MutateDeployedModelResponse struct {
    // DeployedModel: The DeployedModel that's being mutated.
    DeployedModel *GoogleCloudAiplatformV1beta1DeployedModel `json:"deployedModel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1MutateDeployedModelResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1MutateDeployedModelResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJob

GoogleCloudAiplatformV1beta1NasJob: Represents a Neural Architecture Search (NAS) job.

type GoogleCloudAiplatformV1beta1NasJob struct {
    // CreateTime: Output only. Time when the NasJob was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. The display name of the NasJob. The name can be up to
    // 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EnableRestrictedImageTraining: Optional. Enable a separation of Custom model
    // training and restricted image training for tenant project.
    EnableRestrictedImageTraining bool `json:"enableRestrictedImageTraining,omitempty"`
    // EncryptionSpec: Customer-managed encryption key options for a NasJob. If
    // this is set, then all resources created by the NasJob will be encrypted with
    // the provided encryption key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // EndTime: Output only. Time when the NasJob entered any of the following
    // states: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. Only populated when job's state is JOB_STATE_FAILED or
    // JOB_STATE_CANCELLED.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Labels: The labels with user-defined metadata to organize NasJobs. Label
    // keys and values can be no longer than 64 characters (Unicode codepoints),
    // can only contain lowercase letters, numeric characters, underscores and
    // dashes. International characters are allowed. See https://goo.gl/xmQnxf for
    // more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Resource name of the NasJob.
    Name string `json:"name,omitempty"`
    // NasJobOutput: Output only. Output of the NasJob.
    NasJobOutput *GoogleCloudAiplatformV1beta1NasJobOutput `json:"nasJobOutput,omitempty"`
    // NasJobSpec: Required. The specification of a NasJob.
    NasJobSpec *GoogleCloudAiplatformV1beta1NasJobSpec `json:"nasJobSpec,omitempty"`
    // StartTime: Output only. Time when the NasJob for the first time entered the
    // `JOB_STATE_RUNNING` state.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the job.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Time when the NasJob was most recently updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJobOutput

GoogleCloudAiplatformV1beta1NasJobOutput: Represents a uCAIP NasJob output.

type GoogleCloudAiplatformV1beta1NasJobOutput struct {
    // MultiTrialJobOutput: Output only. The output of this multi-trial Neural
    // Architecture Search (NAS) job.
    MultiTrialJobOutput *GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput `json:"multiTrialJobOutput,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MultiTrialJobOutput") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MultiTrialJobOutput") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJobOutput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJobOutput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput

GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput: The output of a multi-trial Neural Architecture Search (NAS) jobs.

type GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput struct {
    // SearchTrials: Output only. List of NasTrials that were started as part of
    // search stage.
    SearchTrials []*GoogleCloudAiplatformV1beta1NasTrial `json:"searchTrials,omitempty"`
    // TrainTrials: Output only. List of NasTrials that were started as part of
    // train stage.
    TrainTrials []*GoogleCloudAiplatformV1beta1NasTrial `json:"trainTrials,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SearchTrials") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SearchTrials") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJobSpec

GoogleCloudAiplatformV1beta1NasJobSpec: Represents the spec of a NasJob.

type GoogleCloudAiplatformV1beta1NasJobSpec struct {
    // MultiTrialAlgorithmSpec: The spec of multi-trial algorithms.
    MultiTrialAlgorithmSpec *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec `json:"multiTrialAlgorithmSpec,omitempty"`
    // ResumeNasJobId: The ID of the existing NasJob in the same Project and
    // Location which will be used to resume search. search_space_spec and
    // nas_algorithm_spec are obtained from previous NasJob hence should not
    // provide them again for this NasJob.
    ResumeNasJobId string `json:"resumeNasJobId,omitempty"`
    // SearchSpaceSpec: It defines the search space for Neural Architecture Search
    // (NAS).
    SearchSpaceSpec string `json:"searchSpaceSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MultiTrialAlgorithmSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MultiTrialAlgorithmSpec") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJobSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJobSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec

GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec: The spec of multi-trial Neural Architecture Search (NAS).

type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec struct {
    // Metric: Metric specs for the NAS job. Validation for this field is done at
    // `multi_trial_algorithm_spec` field.
    Metric *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec `json:"metric,omitempty"`
    // MultiTrialAlgorithm: The multi-trial Neural Architecture Search (NAS)
    // algorithm type. Defaults to `REINFORCEMENT_LEARNING`.
    //
    // Possible values:
    //   "MULTI_TRIAL_ALGORITHM_UNSPECIFIED" - Defaults to
    // `REINFORCEMENT_LEARNING`.
    //   "REINFORCEMENT_LEARNING" - The Reinforcement Learning Algorithm for
    // Multi-trial Neural Architecture Search (NAS).
    //   "GRID_SEARCH" - The Grid Search Algorithm for Multi-trial Neural
    // Architecture Search (NAS).
    MultiTrialAlgorithm string `json:"multiTrialAlgorithm,omitempty"`
    // SearchTrialSpec: Required. Spec for search trials.
    SearchTrialSpec *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec `json:"searchTrialSpec,omitempty"`
    // TrainTrialSpec: Spec for train trials. Top N
    // [TrainTrialSpec.max_parallel_trial_count] search trials will be trained for
    // every M [TrainTrialSpec.frequency] trials searched.
    TrainTrialSpec *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec `json:"trainTrialSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Metric") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Metric") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec

GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec: Represents a metric to optimize.

type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec struct {
    // Goal: Required. The optimization goal of the metric.
    //
    // Possible values:
    //   "GOAL_TYPE_UNSPECIFIED" - Goal Type will default to maximize.
    //   "MAXIMIZE" - Maximize the goal metric.
    //   "MINIMIZE" - Minimize the goal metric.
    Goal string `json:"goal,omitempty"`
    // MetricId: Required. The ID of the metric. Must not contain whitespaces.
    MetricId string `json:"metricId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Goal") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Goal") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec

GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec:

Represent spec for search trials.
type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec struct {
    // MaxFailedTrialCount: The number of failed trials that need to be seen before
    // failing the NasJob. If set to 0, Vertex AI decides how many trials must fail
    // before the whole job fails.
    MaxFailedTrialCount int64 `json:"maxFailedTrialCount,omitempty"`
    // MaxParallelTrialCount: Required. The maximum number of trials to run in
    // parallel.
    MaxParallelTrialCount int64 `json:"maxParallelTrialCount,omitempty"`
    // MaxTrialCount: Required. The maximum number of Neural Architecture Search
    // (NAS) trials to run.
    MaxTrialCount int64 `json:"maxTrialCount,omitempty"`
    // SearchTrialJobSpec: Required. The spec of a search trial job. The same spec
    // applies to all search trials.
    SearchTrialJobSpec *GoogleCloudAiplatformV1beta1CustomJobSpec `json:"searchTrialJobSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxFailedTrialCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxFailedTrialCount") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec

GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec: Represent spec for train trials.

type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec struct {
    // Frequency: Required. Frequency of search trials to start train stage. Top N
    // [TrainTrialSpec.max_parallel_trial_count] search trials will be trained for
    // every M [TrainTrialSpec.frequency] trials searched.
    Frequency int64 `json:"frequency,omitempty"`
    // MaxParallelTrialCount: Required. The maximum number of trials to run in
    // parallel.
    MaxParallelTrialCount int64 `json:"maxParallelTrialCount,omitempty"`
    // TrainTrialJobSpec: Required. The spec of a train trial job. The same spec
    // applies to all train trials.
    TrainTrialJobSpec *GoogleCloudAiplatformV1beta1CustomJobSpec `json:"trainTrialJobSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Frequency") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Frequency") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasTrial

GoogleCloudAiplatformV1beta1NasTrial: Represents a uCAIP NasJob trial.

type GoogleCloudAiplatformV1beta1NasTrial struct {
    // EndTime: Output only. Time when the NasTrial's status changed to `SUCCEEDED`
    // or `INFEASIBLE`.
    EndTime string `json:"endTime,omitempty"`
    // FinalMeasurement: Output only. The final measurement containing the
    // objective value.
    FinalMeasurement *GoogleCloudAiplatformV1beta1Measurement `json:"finalMeasurement,omitempty"`
    // Id: Output only. The identifier of the NasTrial assigned by the service.
    Id string `json:"id,omitempty"`
    // StartTime: Output only. Time when the NasTrial was started.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the NasTrial.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The NasTrial state is unspecified.
    //   "REQUESTED" - Indicates that a specific NasTrial has been requested, but
    // it has not yet been suggested by the service.
    //   "ACTIVE" - Indicates that the NasTrial has been suggested.
    //   "STOPPING" - Indicates that the NasTrial should stop according to the
    // service.
    //   "SUCCEEDED" - Indicates that the NasTrial is completed successfully.
    //   "INFEASIBLE" - Indicates that the NasTrial should not be attempted again.
    // The service will set a NasTrial to INFEASIBLE when it's done but missing the
    // final_measurement.
    State string `json:"state,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasTrial) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasTrial) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NasTrialDetail

GoogleCloudAiplatformV1beta1NasTrialDetail: Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.

type GoogleCloudAiplatformV1beta1NasTrialDetail struct {
    // Name: Output only. Resource name of the NasTrialDetail.
    Name string `json:"name,omitempty"`
    // Parameters: The parameters for the NasJob NasTrial.
    Parameters string `json:"parameters,omitempty"`
    // SearchTrial: The requested search NasTrial.
    SearchTrial *GoogleCloudAiplatformV1beta1NasTrial `json:"searchTrial,omitempty"`
    // TrainTrial: The train NasTrial corresponding to search_trial. Only populated
    // if search_trial is used for training.
    TrainTrial *GoogleCloudAiplatformV1beta1NasTrial `json:"trainTrial,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Name") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Name") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NasTrialDetail) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NasTrialDetail) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NearestNeighborQuery

GoogleCloudAiplatformV1beta1NearestNeighborQuery: A query to find a number of similar entities.

type GoogleCloudAiplatformV1beta1NearestNeighborQuery struct {
    // Embedding: Optional. The embedding vector that be used for similar search.
    Embedding *GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding `json:"embedding,omitempty"`
    // EntityId: Optional. The entity id whose similar entities should be searched
    // for. If embedding is set, search will use embedding instead of entity_id.
    EntityId string `json:"entityId,omitempty"`
    // NeighborCount: Optional. The number of similar entities to be retrieved from
    // feature view for each query.
    NeighborCount int64 `json:"neighborCount,omitempty"`
    // Parameters: Optional. Parameters that can be set to tune query on the fly.
    Parameters *GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters `json:"parameters,omitempty"`
    // PerCrowdingAttributeNeighborCount: Optional. Crowding is a constraint on a
    // neighbor list produced by nearest neighbor search requiring that no more
    // than sper_crowding_attribute_neighbor_count of the k neighbors returned have
    // the same value of crowding_attribute. It's used for improving result
    // diversity.
    PerCrowdingAttributeNeighborCount int64 `json:"perCrowdingAttributeNeighborCount,omitempty"`
    // StringFilters: Optional. The list of string filters.
    StringFilters []*GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter `json:"stringFilters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Embedding") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Embedding") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborQuery) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborQuery) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding

GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding: The embedding vector.

type GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding struct {
    // Value: Optional. Individual value in the embedding.
    Value []float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters

GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters: Parameters that can be overrided in each query to tune query latency and recall.

type GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters struct {
    // ApproximateNeighborCandidates: Optional. The number of neighbors to find via
    // approximate search before exact reordering is performed; if set, this value
    // must be > neighbor_count.
    ApproximateNeighborCandidates int64 `json:"approximateNeighborCandidates,omitempty"`
    // LeafNodesSearchFraction: Optional. The fraction of the number of leaves to
    // search, set at query time allows user to tune search performance. This value
    // increase result in both search accuracy and latency increase. The value
    // should be between 0.0 and 1.0.
    LeafNodesSearchFraction float64 `json:"leafNodesSearchFraction,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "ApproximateNeighborCandidates") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ApproximateNeighborCandidates")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter

GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter: String filter is used to search a subset of the entities by using boolean rules on string columns. For example: if a query specifies string filter with 'name = color, allow_tokens = {red, blue}, deny_tokens = {purple}',' then that query will match entities that are red or blue, but if those points are also purple, then they will be excluded even if they are red/blue. Only string filter is supported for now, numeric filter will be supported in the near future.

type GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter struct {
    // AllowTokens: Optional. The allowed tokens.
    AllowTokens []string `json:"allowTokens,omitempty"`
    // DenyTokens: Optional. The denied tokens.
    DenyTokens []string `json:"denyTokens,omitempty"`
    // Name: Required. Column names in BigQuery that used as filters.
    Name string `json:"name,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AllowTokens") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllowTokens") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata

GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata: Runtime operation metadata with regard to Matching Engine Index.

type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata struct {
    // ContentValidationStats: The validation stats of the content (per file) to be
    // inserted or updated on the Matching Engine Index resource. Populated if
    // contentsDeltaUri is provided as part of Index.metadata. Please note that,
    // currently for those files that are broken or has unsupported file format, we
    // will not have the stats for those files.
    ContentValidationStats []*GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats `json:"contentValidationStats,omitempty"`
    // DataBytesCount: The ingested data size in bytes.
    DataBytesCount int64 `json:"dataBytesCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ContentValidationStats") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ContentValidationStats") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats

type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats struct {
    // InvalidRecordCount: Number of records in this file we skipped due to
    // validate errors.
    InvalidRecordCount int64 `json:"invalidRecordCount,omitempty,string"`
    // InvalidSparseRecordCount: Number of sparse records in this file we skipped
    // due to validate errors.
    InvalidSparseRecordCount int64 `json:"invalidSparseRecordCount,omitempty,string"`
    // PartialErrors: The detail information of the partial failures encountered
    // for those invalid records that couldn't be parsed. Up to 50 partial errors
    // will be reported.
    PartialErrors []*GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError `json:"partialErrors,omitempty"`
    // SourceGcsUri: Cloud Storage URI pointing to the original file in user's
    // bucket.
    SourceGcsUri string `json:"sourceGcsUri,omitempty"`
    // ValidRecordCount: Number of records in this file that were successfully
    // processed.
    ValidRecordCount int64 `json:"validRecordCount,omitempty,string"`
    // ValidSparseRecordCount: Number of sparse records in this file that were
    // successfully processed.
    ValidSparseRecordCount int64 `json:"validSparseRecordCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "InvalidRecordCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InvalidRecordCount") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError

type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError struct {
    // EmbeddingId: Empty if the embedding id is failed to parse.
    EmbeddingId string `json:"embeddingId,omitempty"`
    // ErrorMessage: A human-readable message that is shown to the user to help
    // them fix the error. Note that this message may change from time to time,
    // your code should check against error_type as the source of truth.
    ErrorMessage string `json:"errorMessage,omitempty"`
    // ErrorType: The error type of this record.
    //
    // Possible values:
    //   "ERROR_TYPE_UNSPECIFIED" - Default, shall not be used.
    //   "EMPTY_LINE" - The record is empty.
    //   "INVALID_JSON_SYNTAX" - Invalid json format.
    //   "INVALID_CSV_SYNTAX" - Invalid csv format.
    //   "INVALID_AVRO_SYNTAX" - Invalid avro format.
    //   "INVALID_EMBEDDING_ID" - The embedding id is not valid.
    //   "EMBEDDING_SIZE_MISMATCH" - The size of the dense embedding vectors does
    // not match with the specified dimension.
    //   "NAMESPACE_MISSING" - The `namespace` field is missing.
    //   "PARSING_ERROR" - Generic catch-all error. Only used for validation
    // failure where the root cause cannot be easily retrieved programmatically.
    //   "DUPLICATE_NAMESPACE" - There are multiple restricts with the same
    // `namespace` value.
    //   "OP_IN_DATAPOINT" - Numeric restrict has operator specified in datapoint.
    //   "MULTIPLE_VALUES" - Numeric restrict has multiple values specified.
    //   "INVALID_NUMERIC_VALUE" - Numeric restrict has invalid numeric value
    // specified.
    //   "INVALID_ENCODING" - File is not in UTF_8 format.
    //   "INVALID_SPARSE_DIMENSIONS" - Error parsing sparse dimensions field.
    //   "INVALID_TOKEN_VALUE" - Token restrict value is invalid.
    //   "INVALID_SPARSE_EMBEDDING" - Invalid sparse embedding.
    ErrorType string `json:"errorType,omitempty"`
    // RawRecord: The original content of this record.
    RawRecord string `json:"rawRecord,omitempty"`
    // SourceGcsUri: Cloud Storage URI pointing to the original file in user's
    // bucket.
    SourceGcsUri string `json:"sourceGcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EmbeddingId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EmbeddingId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NearestNeighbors

GoogleCloudAiplatformV1beta1NearestNeighbors: Nearest neighbors for one query.

type GoogleCloudAiplatformV1beta1NearestNeighbors struct {
    // Neighbors: All its neighbors.
    Neighbors []*GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor `json:"neighbors,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Neighbors") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Neighbors") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighbors) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighbors) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor

GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor: A neighbor of the query vector.

type GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor struct {
    // Distance: The distance between the neighbor and the query vector.
    Distance float64 `json:"distance,omitempty"`
    // EntityId: The id of the similar entity.
    EntityId string `json:"entityId,omitempty"`
    // EntityKeyValues: The attributes of the neighbor, e.g. filters, crowding and
    // metadata Note that full entities are returned only when "return_full_entity"
    // is set to true. Otherwise, only the "entity_id" and "distance" fields are
    // populated.
    EntityKeyValues *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse `json:"entityKeyValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Distance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Distance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1Neighbor

GoogleCloudAiplatformV1beta1Neighbor: Neighbors for example-based explanations.

type GoogleCloudAiplatformV1beta1Neighbor struct {
    // NeighborDistance: Output only. The neighbor distance.
    NeighborDistance float64 `json:"neighborDistance,omitempty"`
    // NeighborId: Output only. The neighbor id.
    NeighborId string `json:"neighborId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NeighborDistance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NeighborDistance") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Neighbor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Neighbor) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1Neighbor) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1Neighbor) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1NetworkSpec

GoogleCloudAiplatformV1beta1NetworkSpec: Network spec.

type GoogleCloudAiplatformV1beta1NetworkSpec struct {
    // EnableInternetAccess: Whether to enable public internet access. Default
    // false.
    EnableInternetAccess bool `json:"enableInternetAccess,omitempty"`
    // Network: The full name of the Google Compute Engine network
    // (https://cloud.google.com//compute/docs/networks-and-firewalls#networks)
    Network string `json:"network,omitempty"`
    // Subnetwork: The name of the subnet that this instance is in. Format:
    // `projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
    // `
    Subnetwork string `json:"subnetwork,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EnableInternetAccess") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EnableInternetAccess") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NetworkSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NetworkSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NfsMount

GoogleCloudAiplatformV1beta1NfsMount: Represents a mount configuration for Network File System (NFS) to mount.

type GoogleCloudAiplatformV1beta1NfsMount struct {
    // MountPoint: Required. Destination mount path. The NFS will be mounted for
    // the user under /mnt/nfs/
    MountPoint string `json:"mountPoint,omitempty"`
    // Path: Required. Source path exported from NFS server. Has to start with '/',
    // and combined with the ip address, it indicates the source mount path in the
    // form of `server:path`
    Path string `json:"path,omitempty"`
    // Server: Required. IP address of the NFS server.
    Server string `json:"server,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MountPoint") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MountPoint") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NfsMount) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NfsMount) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookEucConfig

GoogleCloudAiplatformV1beta1NotebookEucConfig: The euc configuration of NotebookRuntimeTemplate.

type GoogleCloudAiplatformV1beta1NotebookEucConfig struct {
    // BypassActasCheck: Output only. Whether ActAs check is bypassed for service
    // account attached to the VM. If false, we need ActAs check for the default
    // Compute Engine Service account. When a Runtime is created, a VM is allocated
    // using Default Compute Engine Service Account. Any user requesting to use
    // this Runtime requires Service Account User (ActAs) permission over this SA.
    // If true, Runtime owner is using EUC and does not require the above
    // permission as VM no longer use default Compute Engine SA, but a P4SA.
    BypassActasCheck bool `json:"bypassActasCheck,omitempty"`
    // EucDisabled: Input only. Whether EUC is disabled in this
    // NotebookRuntimeTemplate. In proto3, the default value of a boolean is false.
    // In this way, by default EUC will be enabled for NotebookRuntimeTemplate.
    EucDisabled bool `json:"eucDisabled,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BypassActasCheck") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BypassActasCheck") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookEucConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookEucConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookExecutionJob

GoogleCloudAiplatformV1beta1NotebookExecutionJob: NotebookExecutionJob represents an instance of a notebook execution.

type GoogleCloudAiplatformV1beta1NotebookExecutionJob struct {
    // CreateTime: Output only. Timestamp when this NotebookExecutionJob was
    // created.
    CreateTime string `json:"createTime,omitempty"`
    // CustomEnvironmentSpec: The custom compute configuration for an execution
    // job.
    CustomEnvironmentSpec *GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec `json:"customEnvironmentSpec,omitempty"`
    // DataformRepositorySource: The Dataform Repository pointing to a single file
    // notebook repository.
    DataformRepositorySource *GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource `json:"dataformRepositorySource,omitempty"`
    // DirectNotebookSource: The contents of an input notebook file.
    DirectNotebookSource *GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource `json:"directNotebookSource,omitempty"`
    // DisplayName: The display name of the NotebookExecutionJob. The name can be
    // up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // ExecutionTimeout: Max running time of the execution job in seconds (default
    // 86400s / 24 hrs).
    ExecutionTimeout string `json:"executionTimeout,omitempty"`
    // ExecutionUser: The user email to run the execution as. Only supported by
    // Colab runtimes.
    ExecutionUser string `json:"executionUser,omitempty"`
    // GcsNotebookSource: The Cloud Storage url pointing to the ipynb file. Format:
    // `gs://bucket/notebook_file.ipynb`
    GcsNotebookSource *GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource `json:"gcsNotebookSource,omitempty"`
    // GcsOutputUri: The Cloud Storage location to upload the result to. Format:
    // `gs://bucket-name`
    GcsOutputUri string `json:"gcsOutputUri,omitempty"`
    // JobState: Output only. The state of the NotebookExecutionJob.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    JobState string `json:"jobState,omitempty"`
    // Labels: The labels with user-defined metadata to organize
    // NotebookExecutionJobs. Label keys and values can be no longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    // System reserved label keys are prefixed with "aiplatform.googleapis.com/"
    // and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. The resource name of this NotebookExecutionJob. Format:
    // `projects/{project_id}/locations/{location}/notebookExecutionJobs/{job_id}`
    Name string `json:"name,omitempty"`
    // NotebookRuntimeTemplateResourceName: The NotebookRuntimeTemplate to source
    // compute configuration from.
    NotebookRuntimeTemplateResourceName string `json:"notebookRuntimeTemplateResourceName,omitempty"`
    // ScheduleResourceName: Output only. The Schedule resource name if this job is
    // triggered by one. Format:
    // `projects/{project_id}/locations/{location}/schedules/{schedule_id}`
    ScheduleResourceName string `json:"scheduleResourceName,omitempty"`
    // ServiceAccount: The service account to run the execution as.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // Status: Output only. Populated when the NotebookExecutionJob is completed.
    // When there is an error during notebook execution, the error details are
    // populated.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // UpdateTime: Output only. Timestamp when this NotebookExecutionJob was most
    // recently updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookExecutionJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec

GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec: Compute configuration to use for an execution job.

type GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec struct {
    // MachineSpec: The specification of a single machine for the execution job.
    MachineSpec *GoogleCloudAiplatformV1beta1MachineSpec `json:"machineSpec,omitempty"`
    // NetworkSpec: The network configuration to use for the execution job.
    NetworkSpec *GoogleCloudAiplatformV1beta1NetworkSpec `json:"networkSpec,omitempty"`
    // PersistentDiskSpec: The specification of a persistent disk to attach for the
    // execution job.
    PersistentDiskSpec *GoogleCloudAiplatformV1beta1PersistentDiskSpec `json:"persistentDiskSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MachineSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MachineSpec") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource

GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource: The Dataform Repository containing the input notebook.

type GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource struct {
    // CommitSha: The commit SHA to read repository with. If unset, the file will
    // be read at HEAD.
    CommitSha string `json:"commitSha,omitempty"`
    // DataformRepositoryResourceName: The resource name of the Dataform
    // Repository. Format:
    // `projects/{project_id}/locations/{location}/repositories/{repository_id}`
    DataformRepositoryResourceName string `json:"dataformRepositoryResourceName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommitSha") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommitSha") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource

GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource: The content of the input notebook in ipynb format.

type GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource struct {
    // Content: The base64-encoded contents of the input notebook file.
    Content string `json:"content,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource

GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource: The Cloud Storage uri for the input notebook.

type GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource struct {
    // Generation: The version of the Cloud Storage object to read. If unset, the
    // current version of the object is read. See
    // https://cloud.google.com/storage/docs/metadata#generation-number.
    Generation string `json:"generation,omitempty"`
    // Uri: The Cloud Storage uri pointing to the ipynb file. Format:
    // `gs://bucket/notebook_file.ipynb`
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Generation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Generation") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig

GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig: The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.

type GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig struct {
    // IdleShutdownDisabled: Whether Idle Shutdown is disabled in this
    // NotebookRuntimeTemplate.
    IdleShutdownDisabled bool `json:"idleShutdownDisabled,omitempty"`
    // IdleTimeout: Required. Duration is accurate to the second. In Notebook, Idle
    // Timeout is accurate to minute so the range of idle_timeout (second) is: 10 *
    // 60 ~ 1440 * 60.
    IdleTimeout string `json:"idleTimeout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "IdleShutdownDisabled") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "IdleShutdownDisabled") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookReservationAffinity

GoogleCloudAiplatformV1beta1NotebookReservationAffinity: Notebook Reservation Affinity for consuming Zonal reservation.

type GoogleCloudAiplatformV1beta1NotebookReservationAffinity struct {
    // ConsumeReservationType: Required. Specifies the type of reservation from
    // which this instance can consume resources: RESERVATION_ANY (default),
    // RESERVATION_SPECIFIC, or RESERVATION_NONE. See Consuming reserved instances
    // for examples.
    //
    // Possible values:
    //   "RESERVATION_AFFINITY_TYPE_UNSPECIFIED" - Default type.
    //   "RESERVATION_NONE" - Do not consume from any allocated capacity.
    //   "RESERVATION_ANY" - Consume any reservation available.
    //   "RESERVATION_SPECIFIC" - Must consume from a specific reservation. Must
    // specify key value fields for specifying the reservations.
    ConsumeReservationType string `json:"consumeReservationType,omitempty"`
    // Key: Optional. Corresponds to the label key of a reservation resource. To
    // target a RESERVATION_SPECIFIC by name, use
    // compute.googleapis.com/reservation-name as the key and specify the name of
    // your reservation as its value.
    Key string `json:"key,omitempty"`
    // Values: Optional. Corresponds to the label values of a reservation resource.
    // This must be the full path name of Reservation.
    Values []string `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConsumeReservationType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConsumeReservationType") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookReservationAffinity) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookReservationAffinity) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookRuntime

GoogleCloudAiplatformV1beta1NotebookRuntime: A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime limited to 24 hours.

type GoogleCloudAiplatformV1beta1NotebookRuntime struct {
    // CreateTime: Output only. Timestamp when this NotebookRuntime was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: The description of the NotebookRuntime.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the NotebookRuntime. The name can
    // be up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // ExpirationTime: Output only. Timestamp when this NotebookRuntime will be
    // expired: 1. System Predefined NotebookRuntime: 24 hours after creation.
    // After expiration, system predifined runtime will be deleted. 2. User created
    // NotebookRuntime: 6 months after last upgrade. After expiration, user created
    // runtime will be stopped and allowed for upgrade.
    ExpirationTime string `json:"expirationTime,omitempty"`
    // HealthState: Output only. The health state of the NotebookRuntime.
    //
    // Possible values:
    //   "HEALTH_STATE_UNSPECIFIED" - Unspecified health state.
    //   "HEALTHY" - NotebookRuntime is in healthy state. Applies to ACTIVE state.
    //   "UNHEALTHY" - NotebookRuntime is in unhealthy state. Applies to ACTIVE
    // state.
    HealthState string `json:"healthState,omitempty"`
    // IsUpgradable: Output only. Whether NotebookRuntime is upgradable.
    IsUpgradable bool `json:"isUpgradable,omitempty"`
    // Labels: The labels with user-defined metadata to organize your
    // NotebookRuntime. Label keys and values can be no longer than 64 characters
    // (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed. No
    // more than 64 user labels can be associated with one NotebookRuntime (System
    // labels are excluded). See https://goo.gl/xmQnxf for more information and
    // examples of labels. System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable. Following system labels
    // exist for NotebookRuntime: *
    // "aiplatform.googleapis.com/notebook_runtime_gce_instance_id": output only,
    // its value is the Compute Engine instance id. *
    // "aiplatform.googleapis.com/colab_enterprise_entry_service": its value is
    // either "bigquery" or "vertex"; if absent, it should be "vertex". This is to
    // describe the entry service, either BigQuery or Vertex.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. The resource name of the NotebookRuntime.
    Name string `json:"name,omitempty"`
    // NetworkTags: Optional. The Compute Engine tags to add to runtime (see
    // Tagging instances
    // (https://cloud.google.com/vpc/docs/add-remove-network-tags)).
    NetworkTags []string `json:"networkTags,omitempty"`
    // NotebookRuntimeTemplateRef: Output only. The pointer to
    // NotebookRuntimeTemplate this NotebookRuntime is created from.
    NotebookRuntimeTemplateRef *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef `json:"notebookRuntimeTemplateRef,omitempty"`
    // NotebookRuntimeType: Output only. The type of the notebook runtime.
    //
    // Possible values:
    //   "NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED" - Unspecified notebook runtime type,
    // NotebookRuntimeType will default to USER_DEFINED.
    //   "USER_DEFINED" - runtime or template with coustomized configurations from
    // user.
    //   "ONE_CLICK" - runtime or template with system defined configurations.
    NotebookRuntimeType string `json:"notebookRuntimeType,omitempty"`
    // ProxyUri: Output only. The proxy endpoint used to access the
    // NotebookRuntime.
    ProxyUri string `json:"proxyUri,omitempty"`
    // ReservationAffinity: Output only. Reservation Affinity of the notebook
    // runtime.
    ReservationAffinity *GoogleCloudAiplatformV1beta1NotebookReservationAffinity `json:"reservationAffinity,omitempty"`
    // RuntimeState: Output only. The runtime (instance) state of the
    // NotebookRuntime.
    //
    // Possible values:
    //   "RUNTIME_STATE_UNSPECIFIED" - Unspecified runtime state.
    //   "RUNNING" - NotebookRuntime is in running state.
    //   "BEING_STARTED" - NotebookRuntime is in starting state.
    //   "BEING_STOPPED" - NotebookRuntime is in stopping state.
    //   "STOPPED" - NotebookRuntime is in stopped state.
    //   "BEING_UPGRADED" - NotebookRuntime is in upgrading state. It is in the
    // middle of upgrading process.
    //   "ERROR" - NotebookRuntime was unable to start/stop properly.
    //   "INVALID" - NotebookRuntime is in invalid state. Cannot be recovered.
    RuntimeState string `json:"runtimeState,omitempty"`
    // RuntimeUser: Required. The user email of the NotebookRuntime.
    RuntimeUser string `json:"runtimeUser,omitempty"`
    // SatisfiesPzi: Output only. Reserved for future use.
    SatisfiesPzi bool `json:"satisfiesPzi,omitempty"`
    // SatisfiesPzs: Output only. Reserved for future use.
    SatisfiesPzs bool `json:"satisfiesPzs,omitempty"`
    // ServiceAccount: Output only. The service account that the NotebookRuntime
    // workload runs as.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // UpdateTime: Output only. Timestamp when this NotebookRuntime was most
    // recently updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // Version: Output only. The VM os image version of NotebookRuntime.
    Version string `json:"version,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookRuntime) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookRuntime) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate

GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate: A template that specifies runtime configurations such as machine type, runtime version, network configurations, etc. Multiple runtimes can be created from a runtime template.

type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate struct {
    // CreateTime: Output only. Timestamp when this NotebookRuntimeTemplate was
    // created.
    CreateTime string `json:"createTime,omitempty"`
    // DataPersistentDiskSpec: Optional. The specification of persistent disk
    // attached to the runtime as data disk storage.
    DataPersistentDiskSpec *GoogleCloudAiplatformV1beta1PersistentDiskSpec `json:"dataPersistentDiskSpec,omitempty"`
    // Description: The description of the NotebookRuntimeTemplate.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the NotebookRuntimeTemplate. The
    // name can be up to 128 characters long and can consist of any UTF-8
    // characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // EucConfig: EUC configuration of the NotebookRuntimeTemplate.
    EucConfig *GoogleCloudAiplatformV1beta1NotebookEucConfig `json:"eucConfig,omitempty"`
    // IdleShutdownConfig: The idle shutdown configuration of
    // NotebookRuntimeTemplate. This config will only be set when idle shutdown is
    // enabled.
    IdleShutdownConfig *GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig `json:"idleShutdownConfig,omitempty"`
    // IsDefault: Output only. The default template to use if not specified.
    IsDefault bool `json:"isDefault,omitempty"`
    // Labels: The labels with user-defined metadata to organize the
    // NotebookRuntimeTemplates. Label keys and values can be no longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // MachineSpec: Optional. Immutable. The specification of a single machine for
    // the template.
    MachineSpec *GoogleCloudAiplatformV1beta1MachineSpec `json:"machineSpec,omitempty"`
    // Name: The resource name of the NotebookRuntimeTemplate.
    Name string `json:"name,omitempty"`
    // NetworkSpec: Optional. Network spec.
    NetworkSpec *GoogleCloudAiplatformV1beta1NetworkSpec `json:"networkSpec,omitempty"`
    // NetworkTags: Optional. The Compute Engine tags to add to runtime (see
    // Tagging instances
    // (https://cloud.google.com/vpc/docs/add-remove-network-tags)).
    NetworkTags []string `json:"networkTags,omitempty"`
    // NotebookRuntimeType: Optional. Immutable. The type of the notebook runtime
    // template.
    //
    // Possible values:
    //   "NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED" - Unspecified notebook runtime type,
    // NotebookRuntimeType will default to USER_DEFINED.
    //   "USER_DEFINED" - runtime or template with coustomized configurations from
    // user.
    //   "ONE_CLICK" - runtime or template with system defined configurations.
    NotebookRuntimeType string `json:"notebookRuntimeType,omitempty"`
    // ReservationAffinity: Optional. Reservation Affinity of the notebook runtime
    // template.
    ReservationAffinity *GoogleCloudAiplatformV1beta1NotebookReservationAffinity `json:"reservationAffinity,omitempty"`
    // ServiceAccount: The service account that the runtime workload runs as. You
    // can use any service account within the same project, but you must have the
    // service account user permission to use the instance. If not specified, the
    // Compute Engine default service account
    // (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account)
    // is used.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // ShieldedVmConfig: Optional. Immutable. Runtime Shielded VM spec.
    ShieldedVmConfig *GoogleCloudAiplatformV1beta1ShieldedVmConfig `json:"shieldedVmConfig,omitempty"`
    // UpdateTime: Output only. Timestamp when this NotebookRuntimeTemplate was
    // most recently updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef

GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef: Points to a NotebookRuntimeTemplateRef.

type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef struct {
    // NotebookRuntimeTemplate: Immutable. A resource name of the
    // NotebookRuntimeTemplate.
    NotebookRuntimeTemplate string `json:"notebookRuntimeTemplate,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NotebookRuntimeTemplate") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NotebookRuntimeTemplate") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput

GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput: Input for pairwise question answering quality metric.

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput struct {
    // Instance: Required. Pairwise question answering quality instance.
    Instance *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for pairwise question answering quality score
    // metric.
    MetricSpec *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance

GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance: Spec for pairwise question answering quality instance.

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance struct {
    // BaselinePrediction: Required. Output of the baseline model.
    BaselinePrediction string `json:"baselinePrediction,omitempty"`
    // Context: Required. Text to answer the question.
    Context string `json:"context,omitempty"`
    // Instruction: Required. Question Answering prompt for LLM.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the candidate model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaselinePrediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaselinePrediction") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult

GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult: Spec for pairwise question answering quality result.

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult struct {
    // Confidence: Output only. Confidence for question answering quality score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for question answering quality score.
    Explanation string `json:"explanation,omitempty"`
    // PairwiseChoice: Output only. Pairwise question answering prediction choice.
    //
    // Possible values:
    //   "PAIRWISE_CHOICE_UNSPECIFIED" - Unspecified prediction choice.
    //   "BASELINE" - Baseline prediction wins
    //   "CANDIDATE" - Candidate prediction wins
    //   "TIE" - Winner cannot be determined
    PairwiseChoice string `json:"pairwiseChoice,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualityResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec

GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec: Spec for pairwise question answering quality score metric.

type GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // question answering quality.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseQuestionAnsweringQualitySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput

GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput: Input for pairwise summarization quality metric.

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput struct {
    // Instance: Required. Pairwise summarization quality instance.
    Instance *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for pairwise summarization quality score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance

GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance: Spec for pairwise summarization quality instance.

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance struct {
    // BaselinePrediction: Required. Output of the baseline model.
    BaselinePrediction string `json:"baselinePrediction,omitempty"`
    // Context: Required. Text to be summarized.
    Context string `json:"context,omitempty"`
    // Instruction: Required. Summarization prompt for LLM.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the candidate model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaselinePrediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaselinePrediction") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult

GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult: Spec for pairwise summarization quality result.

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult struct {
    // Confidence: Output only. Confidence for summarization quality score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for summarization quality score.
    Explanation string `json:"explanation,omitempty"`
    // PairwiseChoice: Output only. Pairwise summarization prediction choice.
    //
    // Possible values:
    //   "PAIRWISE_CHOICE_UNSPECIFIED" - Unspecified prediction choice.
    //   "BASELINE" - Baseline prediction wins
    //   "CANDIDATE" - Candidate prediction wins
    //   "TIE" - Winner cannot be determined
    PairwiseChoice string `json:"pairwiseChoice,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualityResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec

GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec: Spec for pairwise summarization quality score metric.

type GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // pairwise summarization quality.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PairwiseSummarizationQualitySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Part

GoogleCloudAiplatformV1beta1Part: A datatype containing media that is part of a multi-part `Content` message. A `Part` consists of data which has an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. A `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is filled with raw bytes.

type GoogleCloudAiplatformV1beta1Part struct {
    // FileData: Optional. URI based data.
    FileData *GoogleCloudAiplatformV1beta1FileData `json:"fileData,omitempty"`
    // FunctionCall: Optional. A predicted [FunctionCall] returned from the model
    // that contains a string representing the [FunctionDeclaration.name] with the
    // parameters and their values.
    FunctionCall *GoogleCloudAiplatformV1beta1FunctionCall `json:"functionCall,omitempty"`
    // FunctionResponse: Optional. The result output of a [FunctionCall] that
    // contains a string representing the [FunctionDeclaration.name] and a
    // structured JSON object containing any output from the function call. It is
    // used as context to the model.
    FunctionResponse *GoogleCloudAiplatformV1beta1FunctionResponse `json:"functionResponse,omitempty"`
    // InlineData: Optional. Inlined bytes data.
    InlineData *GoogleCloudAiplatformV1beta1Blob `json:"inlineData,omitempty"`
    // Text: Optional. Text part (can be code).
    Text string `json:"text,omitempty"`
    // VideoMetadata: Optional. Video metadata. The metadata should only be
    // specified while the video data is presented in inline_data or file_data.
    VideoMetadata *GoogleCloudAiplatformV1beta1VideoMetadata `json:"videoMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FileData") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FileData") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Part) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Part) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest

GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest: Request message for JobService.PauseModelDeploymentMonitoringJob.

type GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest struct {
}

type GoogleCloudAiplatformV1beta1PauseScheduleRequest

GoogleCloudAiplatformV1beta1PauseScheduleRequest: Request message for ScheduleService.PauseSchedule.

type GoogleCloudAiplatformV1beta1PauseScheduleRequest struct {
}

type GoogleCloudAiplatformV1beta1PersistentDiskSpec

GoogleCloudAiplatformV1beta1PersistentDiskSpec: Represents the spec of persistent disk options.

type GoogleCloudAiplatformV1beta1PersistentDiskSpec struct {
    // DiskSizeGb: Size in GB of the disk (default is 100GB).
    DiskSizeGb int64 `json:"diskSizeGb,omitempty,string"`
    // DiskType: Type of the disk (default is "pd-standard"). Valid values:
    // "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk
    // Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme"
    // (Extreme Persistent Disk)
    DiskType string `json:"diskType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DiskSizeGb") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DiskSizeGb") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PersistentDiskSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PersistentDiskSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PersistentResource

GoogleCloudAiplatformV1beta1PersistentResource: Represents long-lasting resources that are dedicated to users to runs custom workloads. A PersistentResource can have multiple node pools and each node pool can have its own machine spec.

type GoogleCloudAiplatformV1beta1PersistentResource struct {
    // CreateTime: Output only. Time when the PersistentResource was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Optional. The display name of the PersistentResource. The name
    // can be up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Optional. Customer-managed encryption key spec for a
    // PersistentResource. If set, this PersistentResource and all sub-resources of
    // this PersistentResource will be secured by this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Error: Output only. Only populated when persistent resource's state is
    // `STOPPING` or `ERROR`.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize
    // PersistentResource. Label keys and values can be no longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed.
    // See https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Immutable. Resource name of a PersistentResource.
    Name string `json:"name,omitempty"`
    // Network: Optional. The full name of the Compute Engine network
    // (/compute/docs/networks-and-firewalls#networks) to peered with Vertex AI to
    // host the persistent resources. For example,
    // `projects/12345/global/networks/myVPC`. Format
    // (/compute/docs/reference/rest/v1/networks/insert) is of the form
    // `projects/{project}/global/networks/{network}`. Where {project} is a project
    // number, as in `12345`, and {network} is a network name. To specify this
    // field, you must have already configured VPC Network Peering for Vertex AI
    // (https://cloud.google.com/vertex-ai/docs/general/vpc-peering). If this field
    // is left unspecified, the resources aren't peered with any network.
    Network string `json:"network,omitempty"`
    // ReservedIpRanges: Optional. A list of names for the reserved IP ranges under
    // the VPC network that can be used for this persistent resource. If set, we
    // will deploy the persistent resource within the provided IP ranges.
    // Otherwise, the persistent resource is deployed to any IP ranges under the
    // provided VPC network. Example: ['vertex-ai-ip-range'].
    ReservedIpRanges []string `json:"reservedIpRanges,omitempty"`
    // ResourcePools: Required. The spec of the pools of different resources.
    ResourcePools []*GoogleCloudAiplatformV1beta1ResourcePool `json:"resourcePools,omitempty"`
    // ResourceRuntime: Output only. Runtime information of the Persistent
    // Resource.
    ResourceRuntime *GoogleCloudAiplatformV1beta1ResourceRuntime `json:"resourceRuntime,omitempty"`
    // ResourceRuntimeSpec: Optional. Persistent Resource runtime spec. For
    // example, used for Ray cluster configuration.
    ResourceRuntimeSpec *GoogleCloudAiplatformV1beta1ResourceRuntimeSpec `json:"resourceRuntimeSpec,omitempty"`
    // StartTime: Output only. Time when the PersistentResource for the first time
    // entered the `RUNNING` state.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of a Study.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Not set.
    //   "PROVISIONING" - The PROVISIONING state indicates the persistent resources
    // is being created.
    //   "RUNNING" - The RUNNING state indicates the persistent resource is healthy
    // and fully usable.
    //   "STOPPING" - The STOPPING state indicates the persistent resource is being
    // deleted.
    //   "ERROR" - The ERROR state indicates the persistent resource may be
    // unusable. Details can be found in the `error` field.
    //   "REBOOTING" - The REBOOTING state indicates the persistent resource is
    // being rebooted (PR is not available right now but is expected to be ready
    // again later).
    //   "UPDATING" - The UPDATING state indicates the persistent resource is being
    // updated.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Time when the PersistentResource was most recently
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PersistentResource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PersistentResource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineJob

GoogleCloudAiplatformV1beta1PipelineJob: An instance of a machine learning PipelineJob.

type GoogleCloudAiplatformV1beta1PipelineJob struct {
    // CreateTime: Output only. Pipeline creation time.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: The display name of the Pipeline. The name can be up to 128
    // characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a pipelineJob. If
    // set, this PipelineJob and all of its sub-resources will be secured by this
    // key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // EndTime: Output only. Pipeline end time.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. The error that occurred during pipeline execution. Only
    // populated when the pipeline's state is FAILED or CANCELLED.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // JobDetail: Output only. The details of pipeline run. Not available in the
    // list view.
    JobDetail *GoogleCloudAiplatformV1beta1PipelineJobDetail `json:"jobDetail,omitempty"`
    // Labels: The labels with user-defined metadata to organize PipelineJob. Label
    // keys and values can be no longer than 64 characters (Unicode codepoints),
    // can only contain lowercase letters, numeric characters, underscores and
    // dashes. International characters are allowed. See https://goo.gl/xmQnxf for
    // more information and examples of labels. Note there is some reserved label
    // key for Vertex AI Pipelines. - `vertex-ai-pipelines-run-billing-id`, user
    // set value will get overrided.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. The resource name of the PipelineJob.
    Name string `json:"name,omitempty"`
    // Network: The full name of the Compute Engine network
    // (/compute/docs/networks-and-firewalls#networks) to which the Pipeline Job's
    // workload should be peered. For example,
    // `projects/12345/global/networks/myVPC`. Format
    // (/compute/docs/reference/rest/v1/networks/insert) is of the form
    // `projects/{project}/global/networks/{network}`. Where {project} is a project
    // number, as in `12345`, and {network} is a network name. Private services
    // access must already be configured for the network. Pipeline job will apply
    // the network configuration to the Google Cloud resources being launched, if
    // applied, such as Vertex AI Training or Dataflow job. If left unspecified,
    // the workload is not peered with any network.
    Network string `json:"network,omitempty"`
    // PipelineSpec: The spec of the pipeline.
    PipelineSpec googleapi.RawMessage `json:"pipelineSpec,omitempty"`
    // PreflightValidations: Optional. Whether to do component level validations
    // before job creation.
    PreflightValidations bool `json:"preflightValidations,omitempty"`
    // ReservedIpRanges: A list of names for the reserved ip ranges under the VPC
    // network that can be used for this Pipeline Job's workload. If set, we will
    // deploy the Pipeline Job's workload within the provided ip ranges. Otherwise,
    // the job will be deployed to any ip ranges under the provided VPC network.
    // Example: ['vertex-ai-ip-range'].
    ReservedIpRanges []string `json:"reservedIpRanges,omitempty"`
    // RuntimeConfig: Runtime config of the pipeline.
    RuntimeConfig *GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig `json:"runtimeConfig,omitempty"`
    // ScheduleName: Output only. The schedule resource name. Only returned if the
    // Pipeline is created by Schedule API.
    ScheduleName string `json:"scheduleName,omitempty"`
    // ServiceAccount: The service account that the pipeline workload runs as. If
    // not specified, the Compute Engine default service account in the project
    // will be used. See
    // https://cloud.google.com/compute/docs/access/service-accounts#default_service_account
    // Users starting the pipeline must have the `iam.serviceAccounts.actAs`
    // permission on this service account.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // StartTime: Output only. Pipeline start time.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the job.
    //
    // Possible values:
    //   "PIPELINE_STATE_UNSPECIFIED" - The pipeline state is unspecified.
    //   "PIPELINE_STATE_QUEUED" - The pipeline has been created or resumed, and
    // processing has not yet begun.
    //   "PIPELINE_STATE_PENDING" - The service is preparing to run the pipeline.
    //   "PIPELINE_STATE_RUNNING" - The pipeline is in progress.
    //   "PIPELINE_STATE_SUCCEEDED" - The pipeline completed successfully.
    //   "PIPELINE_STATE_FAILED" - The pipeline failed.
    //   "PIPELINE_STATE_CANCELLING" - The pipeline is being cancelled. From this
    // state, the pipeline may only go to either PIPELINE_STATE_SUCCEEDED,
    // PIPELINE_STATE_FAILED or PIPELINE_STATE_CANCELLED.
    //   "PIPELINE_STATE_CANCELLED" - The pipeline has been cancelled.
    //   "PIPELINE_STATE_PAUSED" - The pipeline has been stopped, and can be
    // resumed.
    State string `json:"state,omitempty"`
    // TemplateMetadata: Output only. Pipeline template metadata. Will fill up
    // fields if PipelineJob.template_uri is from supported template registry.
    TemplateMetadata *GoogleCloudAiplatformV1beta1PipelineTemplateMetadata `json:"templateMetadata,omitempty"`
    // TemplateUri: A template uri from where the PipelineJob.pipeline_spec, if
    // empty, will be downloaded. Currently, only uri from Vertex Template Registry
    // & Gallery is supported. Reference to
    // https://cloud.google.com/vertex-ai/docs/pipelines/create-pipeline-template.
    TemplateUri string `json:"templateUri,omitempty"`
    // UpdateTime: Output only. Timestamp when this PipelineJob was most recently
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineJobDetail

GoogleCloudAiplatformV1beta1PipelineJobDetail: The runtime detail of PipelineJob.

type GoogleCloudAiplatformV1beta1PipelineJobDetail struct {
    // PipelineContext: Output only. The context of the pipeline.
    PipelineContext *GoogleCloudAiplatformV1beta1Context `json:"pipelineContext,omitempty"`
    // PipelineRunContext: Output only. The context of the current pipeline run.
    PipelineRunContext *GoogleCloudAiplatformV1beta1Context `json:"pipelineRunContext,omitempty"`
    // TaskDetails: Output only. The runtime details of the tasks under the
    // pipeline.
    TaskDetails []*GoogleCloudAiplatformV1beta1PipelineTaskDetail `json:"taskDetails,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PipelineContext") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PipelineContext") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineJobDetail) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineJobDetail) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig

GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig: The runtime config of a PipelineJob.

type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig struct {
    // FailurePolicy: Represents the failure policy of a pipeline. Currently, the
    // default of a pipeline is that the pipeline will continue to run until no
    // more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW.
    // However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will
    // stop scheduling any new tasks when a task has failed. Any scheduled tasks
    // will continue to completion.
    //
    // Possible values:
    //   "PIPELINE_FAILURE_POLICY_UNSPECIFIED" - Default value, and follows fail
    // slow behavior.
    //   "PIPELINE_FAILURE_POLICY_FAIL_SLOW" - Indicates that the pipeline should
    // continue to run until all possible tasks have been scheduled and completed.
    //   "PIPELINE_FAILURE_POLICY_FAIL_FAST" - Indicates that the pipeline should
    // stop scheduling new tasks after a task has failed.
    FailurePolicy string `json:"failurePolicy,omitempty"`
    // GcsOutputDirectory: Required. A path in a Cloud Storage bucket, which will
    // be treated as the root output directory of the pipeline. It is used by the
    // system to generate the paths of output artifacts. The artifact paths are
    // generated with a sub-path pattern `{job_id}/{task_id}/{output_key}` under
    // the specified output directory. The service account specified in this
    // pipeline must have the `storage.objects.get` and `storage.objects.create`
    // permissions for this bucket.
    GcsOutputDirectory string `json:"gcsOutputDirectory,omitempty"`
    // InputArtifacts: The runtime artifacts of the PipelineJob. The key will be
    // the input artifact name and the value would be one of the InputArtifact.
    InputArtifacts map[string]GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact `json:"inputArtifacts,omitempty"`
    // ParameterValues: The runtime parameters of the PipelineJob. The parameters
    // will be passed into PipelineJob.pipeline_spec to replace the placeholders at
    // runtime. This field is used by pipelines built using
    // `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built
    // using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
    ParameterValues googleapi.RawMessage `json:"parameterValues,omitempty"`
    // Parameters: Deprecated. Use RuntimeConfig.parameter_values instead. The
    // runtime parameters of the PipelineJob. The parameters will be passed into
    // PipelineJob.pipeline_spec to replace the placeholders at runtime. This field
    // is used by pipelines built using `PipelineJob.pipeline_spec.schema_version`
    // 2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or
    // lower.
    Parameters map[string]GoogleCloudAiplatformV1beta1Value `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FailurePolicy") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FailurePolicy") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact

GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact: The type of an input artifact.

type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact struct {
    // ArtifactId: Artifact resource id from MLMD. Which is the last portion of an
    // artifact resource name:
    // `projects/{project}/locations/{location}/metadataStores/default/artifacts/{ar
    // tifact_id}`. The artifact must stay within the same project, location and
    // default metadatastore as the pipeline.
    ArtifactId string `json:"artifactId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ArtifactId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ArtifactId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineTaskDetail

GoogleCloudAiplatformV1beta1PipelineTaskDetail: The runtime detail of a task execution.

type GoogleCloudAiplatformV1beta1PipelineTaskDetail struct {
    // CreateTime: Output only. Task create time.
    CreateTime string `json:"createTime,omitempty"`
    // EndTime: Output only. Task end time.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. The error that occurred during task execution. Only
    // populated when the task's state is FAILED or CANCELLED.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Execution: Output only. The execution metadata of the task.
    Execution *GoogleCloudAiplatformV1beta1Execution `json:"execution,omitempty"`
    // ExecutorDetail: Output only. The detailed execution info.
    ExecutorDetail *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail `json:"executorDetail,omitempty"`
    // Inputs: Output only. The runtime input artifacts of the task.
    Inputs map[string]GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList `json:"inputs,omitempty"`
    // Outputs: Output only. The runtime output artifacts of the task.
    Outputs map[string]GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList `json:"outputs,omitempty"`
    // ParentTaskId: Output only. The id of the parent task if the task is within a
    // component scope. Empty if the task is at the root level.
    ParentTaskId int64 `json:"parentTaskId,omitempty,string"`
    // PipelineTaskStatus: Output only. A list of task status. This field keeps a
    // record of task status evolving over time.
    PipelineTaskStatus []*GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus `json:"pipelineTaskStatus,omitempty"`
    // StartTime: Output only. Task start time.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. State of the task.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified.
    //   "PENDING" - Specifies pending state for the task.
    //   "RUNNING" - Specifies task is being executed.
    //   "SUCCEEDED" - Specifies task completed successfully.
    //   "CANCEL_PENDING" - Specifies Task cancel is in pending state.
    //   "CANCELLING" - Specifies task is being cancelled.
    //   "CANCELLED" - Specifies task was cancelled.
    //   "FAILED" - Specifies task failed.
    //   "SKIPPED" - Specifies task was skipped due to cache hit.
    //   "NOT_TRIGGERED" - Specifies that the task was not triggered because the
    // task's trigger policy is not satisfied. The trigger policy is specified in
    // the `condition` field of PipelineJob.pipeline_spec.
    State string `json:"state,omitempty"`
    // TaskId: Output only. The system generated ID of the task.
    TaskId int64 `json:"taskId,omitempty,string"`
    // TaskName: Output only. The user specified name of the task that is defined
    // in pipeline_spec.
    TaskName string `json:"taskName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineTaskDetail) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineTaskDetail) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList

GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList: A list of artifact metadata.

type GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList struct {
    // Artifacts: Output only. A list of artifact metadata.
    Artifacts []*GoogleCloudAiplatformV1beta1Artifact `json:"artifacts,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Artifacts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Artifacts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus

GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus: A single record of the task status.

type GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus struct {
    // Error: Output only. The error that occurred during the state. May be set
    // when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
    // FAILED state. If the state is FAILED, the error here is final and not going
    // to be retried. If the state is a non-final state, the error indicates a
    // system-error being retried.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // State: Output only. The state of the task.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified.
    //   "PENDING" - Specifies pending state for the task.
    //   "RUNNING" - Specifies task is being executed.
    //   "SUCCEEDED" - Specifies task completed successfully.
    //   "CANCEL_PENDING" - Specifies Task cancel is in pending state.
    //   "CANCELLING" - Specifies task is being cancelled.
    //   "CANCELLED" - Specifies task was cancelled.
    //   "FAILED" - Specifies task failed.
    //   "SKIPPED" - Specifies task was skipped due to cache hit.
    //   "NOT_TRIGGERED" - Specifies that the task was not triggered because the
    // task's trigger policy is not satisfied. The trigger policy is specified in
    // the `condition` field of PipelineJob.pipeline_spec.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Update time of this status.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Error") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Error") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail

GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail: The runtime detail of a pipeline executor.

type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail struct {
    // ContainerDetail: Output only. The detailed info for a container executor.
    ContainerDetail *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail `json:"containerDetail,omitempty"`
    // CustomJobDetail: Output only. The detailed info for a custom job executor.
    CustomJobDetail *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail `json:"customJobDetail,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ContainerDetail") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ContainerDetail") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail

GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail: The detail of a container execution. It contains the job names of the lifecycle of a container execution.

type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail struct {
    // FailedMainJobs: Output only. The names of the previously failed CustomJob
    // for the main container executions. The list includes the all attempts in
    // chronological order.
    FailedMainJobs []string `json:"failedMainJobs,omitempty"`
    // FailedPreCachingCheckJobs: Output only. The names of the previously failed
    // CustomJob for the pre-caching-check container executions. This job will be
    // available if the PipelineJob.pipeline_spec specifies the `pre_caching_check`
    // hook in the lifecycle events. The list includes the all attempts in
    // chronological order.
    FailedPreCachingCheckJobs []string `json:"failedPreCachingCheckJobs,omitempty"`
    // MainJob: Output only. The name of the CustomJob for the main container
    // execution.
    MainJob string `json:"mainJob,omitempty"`
    // PreCachingCheckJob: Output only. The name of the CustomJob for the
    // pre-caching-check container execution. This job will be available if the
    // PipelineJob.pipeline_spec specifies the `pre_caching_check` hook in the
    // lifecycle events.
    PreCachingCheckJob string `json:"preCachingCheckJob,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FailedMainJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FailedMainJobs") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail

GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail: The detailed info for a custom job executor.

type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail struct {
    // FailedJobs: Output only. The names of the previously failed CustomJob. The
    // list includes the all attempts in chronological order.
    FailedJobs []string `json:"failedJobs,omitempty"`
    // Job: Output only. The name of the CustomJob.
    Job string `json:"job,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FailedJobs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FailedJobs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PipelineTemplateMetadata

GoogleCloudAiplatformV1beta1PipelineTemplateMetadata: Pipeline template metadata if PipelineJob.template_uri is from supported template registry. Currently, the only supported registry is Artifact Registry.

type GoogleCloudAiplatformV1beta1PipelineTemplateMetadata struct {
    // Version: The version_name in artifact registry. Will always be presented in
    // output if the PipelineJob.template_uri is from supported template registry.
    // Format is "sha256:abcdef123456...".
    Version string `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Version") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Version") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PipelineTemplateMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PipelineTemplateMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Port

GoogleCloudAiplatformV1beta1Port: Represents a network port in a container.

type GoogleCloudAiplatformV1beta1Port struct {
    // ContainerPort: The number of the port to expose on the pod's IP address.
    // Must be a valid port number, between 1 and 65535 inclusive.
    ContainerPort int64 `json:"containerPort,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ContainerPort") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ContainerPort") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Port) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Port) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PredefinedSplit

GoogleCloudAiplatformV1beta1PredefinedSplit: Assigns input data to training, validation, and test sets based on the value of a provided key. Supported only for tabular Datasets.

type GoogleCloudAiplatformV1beta1PredefinedSplit struct {
    // Key: Required. The key is a name of one of the Dataset's data columns. The
    // value of the key (either the label's value or value in the column) must be
    // one of {`training`, `validation`, `test`}, and it defines to which set the
    // given piece of data is assigned. If for a piece of data the key is not
    // present or has an invalid value, that piece is ignored by the pipeline.
    Key string `json:"key,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Key") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Key") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PredefinedSplit) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PredefinedSplit) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PredictRequest

GoogleCloudAiplatformV1beta1PredictRequest: Request message for PredictionService.Predict.

type GoogleCloudAiplatformV1beta1PredictRequest struct {
    // Instances: Required. The instances that are the input to the prediction
    // call. A DeployedModel may have an upper limit on the number of instances it
    // supports per request, and when it is exceeded the prediction call errors in
    // case of AutoML Models, or, in case of customer created Models, the behaviour
    // is as documented by that Model. The schema of any single instance may be
    // specified via Endpoint's DeployedModels' Model's PredictSchemata's
    // instance_schema_uri.
    Instances []interface{} `json:"instances,omitempty"`
    // Parameters: The parameters that govern the prediction. The schema of the
    // parameters may be specified via Endpoint's DeployedModels' Model's
    // PredictSchemata's parameters_schema_uri.
    Parameters interface{} `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PredictRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PredictRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig

GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig: Configuration for logging request-response to a BigQuery table.

type GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig struct {
    // BigqueryDestination: BigQuery table for logging. If only given a project, a
    // new dataset will be created with name `logging__` where will be made
    // BigQuery-dataset-name compatible (e.g. most special characters will become
    // underscores). If no table name is given, a new table will be created with
    // name `request_response_logging`
    BigqueryDestination *GoogleCloudAiplatformV1beta1BigQueryDestination `json:"bigqueryDestination,omitempty"`
    // Enabled: If logging is enabled or not.
    Enabled bool `json:"enabled,omitempty"`
    // SamplingRate: Percentage of requests to be logged, expressed as a fraction
    // in range(0,1].
    SamplingRate float64 `json:"samplingRate,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigqueryDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigqueryDestination") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1PredictResponse

GoogleCloudAiplatformV1beta1PredictResponse: Response message for PredictionService.Predict.

type GoogleCloudAiplatformV1beta1PredictResponse struct {
    // DeployedModelId: ID of the Endpoint's DeployedModel that served this
    // prediction.
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // Metadata: Output only. Request-level metadata returned by the model. The
    // metadata type will be dependent upon the model implementation.
    Metadata interface{} `json:"metadata,omitempty"`
    // Model: Output only. The resource name of the Model which is deployed as the
    // DeployedModel that this prediction hits.
    Model string `json:"model,omitempty"`
    // ModelDisplayName: Output only. The display name of the Model which is
    // deployed as the DeployedModel that this prediction hits.
    ModelDisplayName string `json:"modelDisplayName,omitempty"`
    // ModelVersionId: Output only. The version ID of the Model which is deployed
    // as the DeployedModel that this prediction hits.
    ModelVersionId string `json:"modelVersionId,omitempty"`
    // Predictions: The predictions that are the output of the predictions call.
    // The schema of any single prediction may be specified via Endpoint's
    // DeployedModels' Model's PredictSchemata's prediction_schema_uri.
    Predictions []interface{} `json:"predictions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DeployedModelId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModelId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PredictResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PredictResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PredictSchemata

GoogleCloudAiplatformV1beta1PredictSchemata: Contains the schemata used in Model's predictions and explanations via PredictionService.Predict, PredictionService.Explain and BatchPredictionJob.

type GoogleCloudAiplatformV1beta1PredictSchemata struct {
    // InstanceSchemaUri: Immutable. Points to a YAML file stored on Google Cloud
    // Storage describing the format of a single instance, which are used in
    // PredictRequest.instances, ExplainRequest.instances and
    // BatchPredictionJob.input_config. The schema is defined as an OpenAPI 3.0.2
    // Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // AutoML Models always have this field populated by Vertex AI. Note: The URI
    // given on output will be immutable and probably different, including the URI
    // scheme, than the one given on input. The output URI will point to a location
    // where the user only has a read access.
    InstanceSchemaUri string `json:"instanceSchemaUri,omitempty"`
    // ParametersSchemaUri: Immutable. Points to a YAML file stored on Google Cloud
    // Storage describing the parameters of prediction and explanation via
    // PredictRequest.parameters, ExplainRequest.parameters and
    // BatchPredictionJob.model_parameters. The schema is defined as an OpenAPI
    // 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // AutoML Models always have this field populated by Vertex AI, if no
    // parameters are supported, then it is set to an empty string. Note: The URI
    // given on output will be immutable and probably different, including the URI
    // scheme, than the one given on input. The output URI will point to a location
    // where the user only has a read access.
    ParametersSchemaUri string `json:"parametersSchemaUri,omitempty"`
    // PredictionSchemaUri: Immutable. Points to a YAML file stored on Google Cloud
    // Storage describing the format of a single prediction produced by this Model,
    // which are returned via PredictResponse.predictions,
    // ExplainResponse.explanations, and BatchPredictionJob.output_config. The
    // schema is defined as an OpenAPI 3.0.2 Schema Object
    // (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
    // AutoML Models always have this field populated by Vertex AI. Note: The URI
    // given on output will be immutable and probably different, including the URI
    // scheme, than the one given on input. The output URI will point to a location
    // where the user only has a read access.
    PredictionSchemaUri string `json:"predictionSchemaUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InstanceSchemaUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InstanceSchemaUri") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PredictSchemata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PredictSchemata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Presets

GoogleCloudAiplatformV1beta1Presets: Preset configuration for example-based explanations

type GoogleCloudAiplatformV1beta1Presets struct {
    // Modality: The modality of the uploaded model, which automatically configures
    // the distance measurement and feature normalization for the underlying
    // example index and queries. If your model does not precisely fit one of these
    // types, it is okay to choose the closest type.
    //
    // Possible values:
    //   "MODALITY_UNSPECIFIED" - Should not be set. Added as a recommended best
    // practice for enums
    //   "IMAGE" - IMAGE modality
    //   "TEXT" - TEXT modality
    //   "TABULAR" - TABULAR modality
    Modality string `json:"modality,omitempty"`
    // Query: Preset option controlling parameters for speed-precision trade-off
    // when querying for examples. If omitted, defaults to `PRECISE`.
    //
    // Possible values:
    //   "PRECISE" - More precise neighbors as a trade-off against slower response.
    //   "FAST" - Faster response as a trade-off against less precise neighbors.
    Query string `json:"query,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Modality") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Modality") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Presets) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Presets) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PrivateEndpoints

GoogleCloudAiplatformV1beta1PrivateEndpoints: PrivateEndpoints proto is used to provide paths for users to send requests privately. To send request via private service access, use predict_http_uri, explain_http_uri or health_http_uri. To send request via private service connect, use service_attachment.

type GoogleCloudAiplatformV1beta1PrivateEndpoints struct {
    // ExplainHttpUri: Output only. Http(s) path to send explain requests.
    ExplainHttpUri string `json:"explainHttpUri,omitempty"`
    // HealthHttpUri: Output only. Http(s) path to send health check requests.
    HealthHttpUri string `json:"healthHttpUri,omitempty"`
    // PredictHttpUri: Output only. Http(s) path to send prediction requests.
    PredictHttpUri string `json:"predictHttpUri,omitempty"`
    // ServiceAttachment: Output only. The name of the service attachment resource.
    // Populated if private service connect is enabled.
    ServiceAttachment string `json:"serviceAttachment,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExplainHttpUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExplainHttpUri") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PrivateEndpoints) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PrivateEndpoints) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig

GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig: Represents configuration for private service connect.

type GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig struct {
    // EnablePrivateServiceConnect: Required. If true, expose the IndexEndpoint via
    // private service connect.
    EnablePrivateServiceConnect bool `json:"enablePrivateServiceConnect,omitempty"`
    // ProjectAllowlist: A list of Projects from which the forwarding rule will
    // target the service attachment.
    ProjectAllowlist []string `json:"projectAllowlist,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "EnablePrivateServiceConnect") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EnablePrivateServiceConnect") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Probe

GoogleCloudAiplatformV1beta1Probe: Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

type GoogleCloudAiplatformV1beta1Probe struct {
    // Exec: Exec specifies the action to take.
    Exec *GoogleCloudAiplatformV1beta1ProbeExecAction `json:"exec,omitempty"`
    // PeriodSeconds: How often (in seconds) to perform the probe. Default to 10
    // seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to
    // Kubernetes probe argument 'periodSeconds'.
    PeriodSeconds int64 `json:"periodSeconds,omitempty"`
    // TimeoutSeconds: Number of seconds after which the probe times out. Defaults
    // to 1 second. Minimum value is 1. Must be greater or equal to period_seconds.
    // Maps to Kubernetes probe argument 'timeoutSeconds'.
    TimeoutSeconds int64 `json:"timeoutSeconds,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Exec") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Exec") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Probe) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Probe) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ProbeExecAction

GoogleCloudAiplatformV1beta1ProbeExecAction: ExecAction specifies a command to execute.

type GoogleCloudAiplatformV1beta1ProbeExecAction struct {
    // Command: Command is the command line to execute inside the container, the
    // working directory for the command is root ('/') in the container's
    // filesystem. The command is simply exec'd, it is not run inside a shell, so
    // traditional shell instructions ('|', etc) won't work. To use a shell, you
    // need to explicitly call out to that shell. Exit status of 0 is treated as
    // live/healthy and non-zero is unhealthy.
    Command []string `json:"command,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Command") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Command") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ProbeExecAction) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ProbeExecAction) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PscAutomatedEndpoints

GoogleCloudAiplatformV1beta1PscAutomatedEndpoints: PscAutomatedEndpoints defines the output of the forwarding rule automatically created by each PscAutomationConfig.

type GoogleCloudAiplatformV1beta1PscAutomatedEndpoints struct {
    // MatchAddress: Ip Address created by the automated forwarding rule.
    MatchAddress string `json:"matchAddress,omitempty"`
    // Network: Corresponding network in pscAutomationConfigs.
    Network string `json:"network,omitempty"`
    // ProjectId: Corresponding project_id in pscAutomationConfigs
    ProjectId string `json:"projectId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MatchAddress") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MatchAddress") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PscAutomatedEndpoints) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PscAutomatedEndpoints) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModel

GoogleCloudAiplatformV1beta1PublisherModel: A Model Garden Publisher Model.

type GoogleCloudAiplatformV1beta1PublisherModel struct {
    // Frameworks: Optional. Additional information about the model's Frameworks.
    Frameworks []string `json:"frameworks,omitempty"`
    // LaunchStage: Optional. Indicates the launch stage of the model.
    //
    // Possible values:
    //   "LAUNCH_STAGE_UNSPECIFIED" - The model launch stage is unspecified.
    //   "EXPERIMENTAL" - Used to indicate the PublisherModel is at Experimental
    // launch stage, available to a small set of customers.
    //   "PRIVATE_PREVIEW" - Used to indicate the PublisherModel is at Private
    // Preview launch stage, only available to a small set of customers, although a
    // larger set of customers than an Experimental launch. Previews are the first
    // launch stage used to get feedback from customers.
    //   "PUBLIC_PREVIEW" - Used to indicate the PublisherModel is at Public
    // Preview launch stage, available to all customers, although not supported for
    // production workloads.
    //   "GA" - Used to indicate the PublisherModel is at GA launch stage,
    // available to all customers and ready for production workload.
    LaunchStage string `json:"launchStage,omitempty"`
    // Name: Output only. The resource name of the PublisherModel.
    Name string `json:"name,omitempty"`
    // OpenSourceCategory: Required. Indicates the open source category of the
    // publisher model.
    //
    // Possible values:
    //   "OPEN_SOURCE_CATEGORY_UNSPECIFIED" - The open source category is
    // unspecified, which should not be used.
    //   "PROPRIETARY" - Used to indicate the PublisherModel is not open sourced.
    //   "GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT" - Used to indicate the
    // PublisherModel is a Google-owned open source model w/ Google checkpoint.
    //   "THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT" - Used to indicate the
    // PublisherModel is a 3p-owned open source model w/ Google checkpoint.
    //   "GOOGLE_OWNED_OSS" - Used to indicate the PublisherModel is a Google-owned
    // pure open source model.
    //   "THIRD_PARTY_OWNED_OSS" - Used to indicate the PublisherModel is a
    // 3p-owned pure open source model.
    OpenSourceCategory string `json:"openSourceCategory,omitempty"`
    // Parent: Optional. The parent that this model was customized from. E.g.,
    // Vision API, Natural Language API, LaMDA, T5, etc. Foundation models don't
    // have parents.
    Parent *GoogleCloudAiplatformV1beta1PublisherModelParent `json:"parent,omitempty"`
    // PredictSchemata: Optional. The schemata that describes formats of the
    // PublisherModel's predictions and explanations as given and returned via
    // PredictionService.Predict.
    PredictSchemata *GoogleCloudAiplatformV1beta1PredictSchemata `json:"predictSchemata,omitempty"`
    // PublisherModelTemplate: Optional. Output only. Immutable. Used to indicate
    // this model has a publisher model and provide the template of the publisher
    // model resource name.
    PublisherModelTemplate string `json:"publisherModelTemplate,omitempty"`
    // SupportedActions: Optional. Supported call-to-action options.
    SupportedActions *GoogleCloudAiplatformV1beta1PublisherModelCallToAction `json:"supportedActions,omitempty"`
    // VersionId: Output only. Immutable. The version ID of the PublisherModel. A
    // new version is committed when a new model version is uploaded under an
    // existing model id. It is an auto-incrementing decimal number in string
    // representation.
    VersionId string `json:"versionId,omitempty"`
    // VersionState: Optional. Indicates the state of the model version.
    //
    // Possible values:
    //   "VERSION_STATE_UNSPECIFIED" - The version state is unspecified.
    //   "VERSION_STATE_STABLE" - Used to indicate the version is stable.
    //   "VERSION_STATE_UNSTABLE" - Used to indicate the version is unstable.
    VersionState string `json:"versionState,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Frameworks") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Frameworks") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModel) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModel) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelCallToAction

GoogleCloudAiplatformV1beta1PublisherModelCallToAction: Actions could take on this Publisher Model.

type GoogleCloudAiplatformV1beta1PublisherModelCallToAction struct {
    // CreateApplication: Optional. Create application using the PublisherModel.
    CreateApplication *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"createApplication,omitempty"`
    // Deploy: Optional. Deploy the PublisherModel to Vertex Endpoint.
    Deploy *GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy `json:"deploy,omitempty"`
    // DeployGke: Optional. Deploy PublisherModel to Google Kubernetes Engine.
    DeployGke *GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke `json:"deployGke,omitempty"`
    // FineTune: Optional. Fine tune the PublisherModel with the third-party model
    // tuning UI.
    FineTune *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"fineTune,omitempty"`
    // OpenEvaluationPipeline: Optional. Open evaluation pipeline of the
    // PublisherModel.
    OpenEvaluationPipeline *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"openEvaluationPipeline,omitempty"`
    // OpenFineTuningPipeline: Optional. Open fine-tuning pipeline of the
    // PublisherModel.
    OpenFineTuningPipeline *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"openFineTuningPipeline,omitempty"`
    // OpenFineTuningPipelines: Optional. Open fine-tuning pipelines of the
    // PublisherModel.
    OpenFineTuningPipelines *GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines `json:"openFineTuningPipelines,omitempty"`
    // OpenGenerationAiStudio: Optional. Open in Generation AI Studio.
    OpenGenerationAiStudio *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"openGenerationAiStudio,omitempty"`
    // OpenGenie: Optional. Open Genie / Playground.
    OpenGenie *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"openGenie,omitempty"`
    // OpenNotebook: Optional. Open notebook of the PublisherModel.
    OpenNotebook *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"openNotebook,omitempty"`
    // OpenNotebooks: Optional. Open notebooks of the PublisherModel.
    OpenNotebooks *GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks `json:"openNotebooks,omitempty"`
    // OpenPromptTuningPipeline: Optional. Open prompt-tuning pipeline of the
    // PublisherModel.
    OpenPromptTuningPipeline *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"openPromptTuningPipeline,omitempty"`
    // RequestAccess: Optional. Request for access.
    RequestAccess *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"requestAccess,omitempty"`
    // ViewRestApi: Optional. To view Rest API docs.
    ViewRestApi *GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi `json:"viewRestApi,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateApplication") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateApplication") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelCallToAction) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToAction) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy

GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy: Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy struct {
    // ArtifactUri: Optional. The path to the directory containing the Model
    // artifact and any of its supporting files.
    ArtifactUri string `json:"artifactUri,omitempty"`
    // AutomaticResources: A description of resources that to large degree are
    // decided by Vertex AI, and require only a modest additional configuration.
    AutomaticResources *GoogleCloudAiplatformV1beta1AutomaticResources `json:"automaticResources,omitempty"`
    // ContainerSpec: Optional. The specification of the container that is to be
    // used when deploying this Model in Vertex AI. Not present for Large Models.
    ContainerSpec *GoogleCloudAiplatformV1beta1ModelContainerSpec `json:"containerSpec,omitempty"`
    // DedicatedResources: A description of resources that are dedicated to the
    // DeployedModel, and that need a higher degree of manual configuration.
    DedicatedResources *GoogleCloudAiplatformV1beta1DedicatedResources `json:"dedicatedResources,omitempty"`
    // DeployTaskName: Optional. The name of the deploy task (e.g., "text to image
    // generation").
    DeployTaskName string `json:"deployTaskName,omitempty"`
    // LargeModelReference: Optional. Large model reference. When this is set,
    // model_artifact_spec is not needed.
    LargeModelReference *GoogleCloudAiplatformV1beta1LargeModelReference `json:"largeModelReference,omitempty"`
    // ModelDisplayName: Optional. Default model display name.
    ModelDisplayName string `json:"modelDisplayName,omitempty"`
    // PublicArtifactUri: Optional. The signed URI for ephemeral Cloud Storage
    // access to model artifact.
    PublicArtifactUri string `json:"publicArtifactUri,omitempty"`
    // SharedResources: The resource name of the shared DeploymentResourcePool to
    // deploy on. Format:
    // `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_
    // resource_pool}`
    SharedResources string `json:"sharedResources,omitempty"`
    // Title: Required. The title of the regional resource reference.
    Title string `json:"title,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ArtifactUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ArtifactUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke

GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke: Configurations for PublisherModel GKE deployment

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke struct {
    // GkeYamlConfigs: Optional. GKE deployment configuration in yaml format.
    GkeYamlConfigs []string `json:"gkeYamlConfigs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GkeYamlConfigs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GkeYamlConfigs") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines

GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines : Open fine tuning pipelines.

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines struct {
    // FineTuningPipelines: Required. Regional resource references to fine tuning
    // pipelines.
    FineTuningPipelines []*GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"fineTuningPipelines,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FineTuningPipelines") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FineTuningPipelines") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks

GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks: Open notebooks.

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks struct {
    // Notebooks: Required. Regional resource references to notebooks.
    Notebooks []*GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences `json:"notebooks,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Notebooks") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Notebooks") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferen ces: The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences struct {
    // References: Required.
    References map[string]GoogleCloudAiplatformV1beta1PublisherModelResourceReference `json:"references,omitempty"`
    // ResourceDescription: Optional. Description of the resource.
    ResourceDescription string `json:"resourceDescription,omitempty"`
    // ResourceTitle: Optional. Title of the resource.
    ResourceTitle string `json:"resourceTitle,omitempty"`
    // ResourceUseCase: Optional. Use case (CUJ) of the resource.
    ResourceUseCase string `json:"resourceUseCase,omitempty"`
    // Title: Required.
    Title string `json:"title,omitempty"`
    // ForceSendFields is a list of field names (e.g. "References") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "References") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi

GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi: Rest API docs.

type GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi struct {
    // Documentations: Required.
    Documentations []*GoogleCloudAiplatformV1beta1PublisherModelDocumentation `json:"documentations,omitempty"`
    // Title: Required. The title of the view rest API.
    Title string `json:"title,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Documentations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Documentations") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelDocumentation

GoogleCloudAiplatformV1beta1PublisherModelDocumentation: A named piece of documentation.

type GoogleCloudAiplatformV1beta1PublisherModelDocumentation struct {
    // Content: Required. Content of this piece of document (in Markdown format).
    Content string `json:"content,omitempty"`
    // Title: Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES,
    // JAVA, NODE.JS, etc..
    Title string `json:"title,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelDocumentation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelDocumentation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelParent

GoogleCloudAiplatformV1beta1PublisherModelParent: The information about the parent of a model.

type GoogleCloudAiplatformV1beta1PublisherModelParent struct {
    // DisplayName: Required. The display name of the parent. E.g., LaMDA, T5,
    // Vision API, Natural Language API.
    DisplayName string `json:"displayName,omitempty"`
    // Reference: Optional. The Google Cloud resource name or the URI reference.
    Reference *GoogleCloudAiplatformV1beta1PublisherModelResourceReference `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelParent) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelParent) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PublisherModelResourceReference

GoogleCloudAiplatformV1beta1PublisherModelResourceReference: Reference to a resource.

type GoogleCloudAiplatformV1beta1PublisherModelResourceReference struct {
    // Description: Description of the resource.
    Description string `json:"description,omitempty"`
    // ResourceName: The resource name of the Google Cloud resource.
    ResourceName string `json:"resourceName,omitempty"`
    // Uri: The URI of the resource.
    Uri string `json:"uri,omitempty"`
    // UseCase: Use case (CUJ) of the resource.
    UseCase string `json:"useCase,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Description") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PublisherModelResourceReference) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PublisherModelResourceReference) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata

GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata: Details of operations that perform MetadataService.PurgeArtifacts.

type GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata struct {
    // GenericMetadata: Operation metadata for purging Artifacts.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeArtifactsRequest

GoogleCloudAiplatformV1beta1PurgeArtifactsRequest: Request message for MetadataService.PurgeArtifacts.

type GoogleCloudAiplatformV1beta1PurgeArtifactsRequest struct {
    // Filter: Required. A required filter matching the Artifacts to be purged.
    // E.g., `update_time <= 2020-11-19T11:30:00-04:00`.
    Filter string `json:"filter,omitempty"`
    // Force: Optional. Flag to indicate to actually perform the purge. If `force`
    // is set to false, the method will return a sample of Artifact names that
    // would be deleted.
    Force bool `json:"force,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Filter") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Filter") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeArtifactsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeArtifactsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeArtifactsResponse

GoogleCloudAiplatformV1beta1PurgeArtifactsResponse: Response message for MetadataService.PurgeArtifacts.

type GoogleCloudAiplatformV1beta1PurgeArtifactsResponse struct {
    // PurgeCount: The number of Artifacts that this request deleted (or, if
    // `force` is false, the number of Artifacts that will be deleted). This can be
    // an estimate.
    PurgeCount int64 `json:"purgeCount,omitempty,string"`
    // PurgeSample: A sample of the Artifact names that will be deleted. Only
    // populated if `force` is set to false. The maximum number of samples is 100
    // (it is possible to return fewer).
    PurgeSample []string `json:"purgeSample,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PurgeCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PurgeCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeArtifactsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeArtifactsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeContextsMetadata

GoogleCloudAiplatformV1beta1PurgeContextsMetadata: Details of operations that perform MetadataService.PurgeContexts.

type GoogleCloudAiplatformV1beta1PurgeContextsMetadata struct {
    // GenericMetadata: Operation metadata for purging Contexts.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeContextsMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeContextsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeContextsRequest

GoogleCloudAiplatformV1beta1PurgeContextsRequest: Request message for MetadataService.PurgeContexts.

type GoogleCloudAiplatformV1beta1PurgeContextsRequest struct {
    // Filter: Required. A required filter matching the Contexts to be purged.
    // E.g., `update_time <= 2020-11-19T11:30:00-04:00`.
    Filter string `json:"filter,omitempty"`
    // Force: Optional. Flag to indicate to actually perform the purge. If `force`
    // is set to false, the method will return a sample of Context names that would
    // be deleted.
    Force bool `json:"force,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Filter") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Filter") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeContextsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeContextsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeContextsResponse

GoogleCloudAiplatformV1beta1PurgeContextsResponse: Response message for MetadataService.PurgeContexts.

type GoogleCloudAiplatformV1beta1PurgeContextsResponse struct {
    // PurgeCount: The number of Contexts that this request deleted (or, if `force`
    // is false, the number of Contexts that will be deleted). This can be an
    // estimate.
    PurgeCount int64 `json:"purgeCount,omitempty,string"`
    // PurgeSample: A sample of the Context names that will be deleted. Only
    // populated if `force` is set to false. The maximum number of samples is 100
    // (it is possible to return fewer).
    PurgeSample []string `json:"purgeSample,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PurgeCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PurgeCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeContextsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeContextsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata

GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata: Details of operations that perform MetadataService.PurgeExecutions.

type GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata struct {
    // GenericMetadata: Operation metadata for purging Executions.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeExecutionsRequest

GoogleCloudAiplatformV1beta1PurgeExecutionsRequest: Request message for MetadataService.PurgeExecutions.

type GoogleCloudAiplatformV1beta1PurgeExecutionsRequest struct {
    // Filter: Required. A required filter matching the Executions to be purged.
    // E.g., `update_time <= 2020-11-19T11:30:00-04:00`.
    Filter string `json:"filter,omitempty"`
    // Force: Optional. Flag to indicate to actually perform the purge. If `force`
    // is set to false, the method will return a sample of Execution names that
    // would be deleted.
    Force bool `json:"force,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Filter") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Filter") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeExecutionsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeExecutionsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PurgeExecutionsResponse

GoogleCloudAiplatformV1beta1PurgeExecutionsResponse: Response message for MetadataService.PurgeExecutions.

type GoogleCloudAiplatformV1beta1PurgeExecutionsResponse struct {
    // PurgeCount: The number of Executions that this request deleted (or, if
    // `force` is false, the number of Executions that will be deleted). This can
    // be an estimate.
    PurgeCount int64 `json:"purgeCount,omitempty,string"`
    // PurgeSample: A sample of the Execution names that will be deleted. Only
    // populated if `force` is set to false. The maximum number of samples is 100
    // (it is possible to return fewer).
    PurgeSample []string `json:"purgeSample,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PurgeCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PurgeCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PurgeExecutionsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PurgeExecutionsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1PythonPackageSpec

GoogleCloudAiplatformV1beta1PythonPackageSpec: The spec of a Python packaged code.

type GoogleCloudAiplatformV1beta1PythonPackageSpec struct {
    // Args: Command line arguments to be passed to the Python task.
    Args []string `json:"args,omitempty"`
    // Env: Environment variables to be passed to the python module. Maximum limit
    // is 100.
    Env []*GoogleCloudAiplatformV1beta1EnvVar `json:"env,omitempty"`
    // ExecutorImageUri: Required. The URI of a container image in Artifact
    // Registry that will run the provided Python package. Vertex AI provides a
    // wide range of executor images with pre-installed packages to meet users'
    // various use cases. See the list of pre-built containers for training
    // (https://cloud.google.com/vertex-ai/docs/training/pre-built-containers). You
    // must use an image from this list.
    ExecutorImageUri string `json:"executorImageUri,omitempty"`
    // PackageUris: Required. The Google Cloud Storage location of the Python
    // package files which are the training program and its dependent packages. The
    // maximum number of package URIs is 100.
    PackageUris []string `json:"packageUris,omitempty"`
    // PythonModule: Required. The Python module name to run after installing the
    // packages.
    PythonModule string `json:"pythonModule,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Args") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Args") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1PythonPackageSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1PythonPackageSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse

GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse: Response message for QueryDeployedModels method.

type GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse struct {
    // DeployedModelRefs: References to the DeployedModels that share the specified
    // deploymentResourcePool.
    DeployedModelRefs []*GoogleCloudAiplatformV1beta1DeployedModelRef `json:"deployedModelRefs,omitempty"`
    // DeployedModels: DEPRECATED Use deployed_model_refs instead.
    DeployedModels []*GoogleCloudAiplatformV1beta1DeployedModel `json:"deployedModels,omitempty"`
    // NextPageToken: A token, which can be sent as `page_token` to retrieve the
    // next page. If this field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TotalDeployedModelCount: The total number of DeployedModels on this
    // DeploymentResourcePool.
    TotalDeployedModelCount int64 `json:"totalDeployedModelCount,omitempty"`
    // TotalEndpointCount: The total number of Endpoints that have DeployedModels
    // on this DeploymentResourcePool.
    TotalEndpointCount int64 `json:"totalEndpointCount,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DeployedModelRefs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModelRefs") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QueryExtensionRequest

GoogleCloudAiplatformV1beta1QueryExtensionRequest: Request message for ExtensionExecutionService.QueryExtension.

type GoogleCloudAiplatformV1beta1QueryExtensionRequest struct {
    // Contents: Required. The content of the current conversation with the model.
    // For single-turn queries, this is a single instance. For multi-turn queries,
    // this is a repeated field that contains conversation history + latest
    // request.
    Contents []*GoogleCloudAiplatformV1beta1Content `json:"contents,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Contents") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Contents") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QueryExtensionRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QueryExtensionRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QueryExtensionResponse

GoogleCloudAiplatformV1beta1QueryExtensionResponse: Response message for ExtensionExecutionService.QueryExtension.

type GoogleCloudAiplatformV1beta1QueryExtensionResponse struct {
    // FailureMessage: Failure message if any.
    FailureMessage string `json:"failureMessage,omitempty"`
    // Steps: Steps of extension or LLM interaction, can contain function call,
    // function response, or text response. The last step contains the final
    // response to the query.
    Steps []*GoogleCloudAiplatformV1beta1Content `json:"steps,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "FailureMessage") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FailureMessage") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QueryExtensionResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QueryExtensionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest

GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest: Request message for ReasoningEngineExecutionService.Query.

type GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest struct {
    // Input: Optional. Input content provided by users in JSON object format.
    // Examples include text query, function calling parameters, media bytes, etc.
    Input googleapi.RawMessage `json:"input,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Input") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Input") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse

GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse: Response message for ReasoningEngineExecutionService.Query

type GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse struct {
    // Output: Response provided by users in JSON object format.
    Output interface{} `json:"output,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Output") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Output") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput

GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput: Input for question answering correctness metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput struct {
    // Instance: Required. Question answering correctness instance.
    Instance *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for question answering correctness score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance

GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance: Spec for question answering correctness instance.

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance struct {
    // Context: Optional. Text provided as context to answer the question.
    Context string `json:"context,omitempty"`
    // Instruction: Required. The question asked and other instruction in the
    // inference prompt.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult

GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult: Spec for question answering correctness result.

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult struct {
    // Confidence: Output only. Confidence for question answering correctness
    // score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for question answering correctness
    // score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Question Answering Correctness score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec

GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec: Spec for question answering correctness metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // question answering correctness.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringCorrectnessSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput

GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput: Input for question answering helpfulness metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput struct {
    // Instance: Required. Question answering helpfulness instance.
    Instance *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for question answering helpfulness score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance

GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance: Spec for question answering helpfulness instance.

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance struct {
    // Context: Optional. Text provided as context to answer the question.
    Context string `json:"context,omitempty"`
    // Instruction: Required. The question asked and other instruction in the
    // inference prompt.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult

GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult: Spec for question answering helpfulness result.

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult struct {
    // Confidence: Output only. Confidence for question answering helpfulness
    // score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for question answering helpfulness
    // score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Question Answering Helpfulness score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec

GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec: Spec for question answering helpfulness metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // question answering helpfulness.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput

GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput: Input for question answering quality metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput struct {
    // Instance: Required. Question answering quality instance.
    Instance *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for question answering quality score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance

GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance: Spec for question answering quality instance.

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance struct {
    // Context: Required. Text to answer the question.
    Context string `json:"context,omitempty"`
    // Instruction: Required. Question Answering prompt for LLM.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult

GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult: Spec for question answering quality result.

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult struct {
    // Confidence: Output only. Confidence for question answering quality score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for question answering quality score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Question Answering Quality score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualityResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec

GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec: Spec for question answering quality score metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // question answering quality.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringQualitySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput

GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput: Input for question answering relevance metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput struct {
    // Instance: Required. Question answering relevance instance.
    Instance *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for question answering relevance score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance

GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance: Spec for question answering relevance instance.

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance struct {
    // Context: Optional. Text provided as context to answer the question.
    Context string `json:"context,omitempty"`
    // Instruction: Required. The question asked and other instruction in the
    // inference prompt.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult

GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult: Spec for question answering relevance result.

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult struct {
    // Confidence: Output only. Confidence for question answering relevance score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for question answering relevance
    // score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Question Answering Relevance score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec

GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec: Spec for question answering relevance metric.

type GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // question answering relevance.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RagContexts

GoogleCloudAiplatformV1beta1RagContexts: Relevant contexts for one query.

type GoogleCloudAiplatformV1beta1RagContexts struct {
    // Contexts: All its contexts.
    Contexts []*GoogleCloudAiplatformV1beta1RagContextsContext `json:"contexts,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Contexts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Contexts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RagContexts) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RagContexts) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RagContextsContext

GoogleCloudAiplatformV1beta1RagContextsContext: A context of the query.

type GoogleCloudAiplatformV1beta1RagContextsContext struct {
    // Distance: The distance between the query vector and the context text vector.
    Distance float64 `json:"distance,omitempty"`
    // SourceUri: For vertex RagStore, if the file is imported from Cloud Storage
    // or Google Drive, source_uri will be original file URI in Cloud Storage or
    // Google Drive; if file is uploaded, source_uri will be file display name.
    SourceUri string `json:"sourceUri,omitempty"`
    // Text: The text chunk.
    Text string `json:"text,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Distance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Distance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RagContextsContext) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RagContextsContext) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1RagContextsContext) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1RagContextsContext) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1RagCorpus

GoogleCloudAiplatformV1beta1RagCorpus: A RagCorpus is a RagFile container and a project can have multiple RagCorpora.

type GoogleCloudAiplatformV1beta1RagCorpus struct {
    // CreateTime: Output only. Timestamp when this RagCorpus was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Optional. The description of the RagCorpus.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the RagCorpus. The name can be up
    // to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // Name: Output only. The resource name of the RagCorpus.
    Name string `json:"name,omitempty"`
    // UpdateTime: Output only. Timestamp when this RagCorpus was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RagCorpus) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RagCorpus) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RagFile

GoogleCloudAiplatformV1beta1RagFile: A RagFile contains user data for chunking, embedding and indexing.

type GoogleCloudAiplatformV1beta1RagFile struct {
    // CreateTime: Output only. Timestamp when this RagFile was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Optional. The description of the RagFile.
    Description string `json:"description,omitempty"`
    // DirectUploadSource: Output only. The RagFile is encapsulated and uploaded in
    // the UploadRagFile request.
    DirectUploadSource *GoogleCloudAiplatformV1beta1DirectUploadSource `json:"directUploadSource,omitempty"`
    // DisplayName: Required. The display name of the RagFile. The name can be up
    // to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // GcsSource: Output only. Google Cloud Storage location of the RagFile. It
    // does not support wildcards in the Cloud Storage uri for now.
    GcsSource *GoogleCloudAiplatformV1beta1GcsSource `json:"gcsSource,omitempty"`
    // GoogleDriveSource: Output only. Google Drive location. Supports importing
    // individual files as well as Google Drive folders.
    GoogleDriveSource *GoogleCloudAiplatformV1beta1GoogleDriveSource `json:"googleDriveSource,omitempty"`
    // Name: Output only. The resource name of the RagFile.
    Name string `json:"name,omitempty"`
    // RagFileType: Output only. The type of the RagFile.
    //
    // Possible values:
    //   "RAG_FILE_TYPE_UNSPECIFIED" - RagFile type is unspecified.
    //   "RAG_FILE_TYPE_TXT" - RagFile type is TXT.
    //   "RAG_FILE_TYPE_PDF" - RagFile type is PDF.
    RagFileType string `json:"ragFileType,omitempty"`
    // SizeBytes: Output only. The size of the RagFile in bytes.
    SizeBytes int64 `json:"sizeBytes,omitempty,string"`
    // UpdateTime: Output only. Timestamp when this RagFile was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RagFile) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RagFile) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RagFileChunkingConfig

GoogleCloudAiplatformV1beta1RagFileChunkingConfig: Specifies the size and overlap of chunks for RagFiles.

type GoogleCloudAiplatformV1beta1RagFileChunkingConfig struct {
    // ChunkOverlap: The overlap between chunks.
    ChunkOverlap int64 `json:"chunkOverlap,omitempty"`
    // ChunkSize: The size of the chunks.
    ChunkSize int64 `json:"chunkSize,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ChunkOverlap") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ChunkOverlap") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RagFileChunkingConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RagFileChunkingConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RagQuery

GoogleCloudAiplatformV1beta1RagQuery: A query to retrieve relevant contexts.

type GoogleCloudAiplatformV1beta1RagQuery struct {
    // SimilarityTopK: Optional. The number of contexts to retrieve.
    SimilarityTopK int64 `json:"similarityTopK,omitempty"`
    // Text: Optional. The query in text format to get relevant contexts.
    Text string `json:"text,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SimilarityTopK") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SimilarityTopK") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RagQuery) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RagQuery) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RawPredictRequest

GoogleCloudAiplatformV1beta1RawPredictRequest: Request message for PredictionService.RawPredict.

type GoogleCloudAiplatformV1beta1RawPredictRequest struct {
    // HttpBody: The prediction input. Supports HTTP headers and arbitrary data
    // payload. A DeployedModel may have an upper limit on the number of instances
    // it supports per request. When this limit it is exceeded for an AutoML model,
    // the RawPredict method returns an error. When this limit is exceeded for a
    // custom-trained model, the behavior varies depending on the model. You can
    // specify the schema for each instance in the
    // predict_schemata.instance_schema_uri field when you create a Model. This
    // schema applies when you deploy the `Model` as a `DeployedModel` to an
    // Endpoint and use the `RawPredict` method.
    HttpBody *GoogleApiHttpBody `json:"httpBody,omitempty"`
    // ForceSendFields is a list of field names (e.g. "HttpBody") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HttpBody") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RawPredictRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RawPredictRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RayMetricSpec

GoogleCloudAiplatformV1beta1RayMetricSpec: Configuration for the Ray metrics.

type GoogleCloudAiplatformV1beta1RayMetricSpec struct {
    // Disabled: Optional. Flag to disable the Ray metrics collection.
    Disabled bool `json:"disabled,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Disabled") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Disabled") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RayMetricSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RayMetricSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RaySpec

GoogleCloudAiplatformV1beta1RaySpec: Configuration information for the Ray cluster. For experimental launch, Ray cluster creation and Persistent cluster creation are 1:1 mapping: We will provision all the nodes within the Persistent cluster as Ray nodes.

type GoogleCloudAiplatformV1beta1RaySpec struct {
    // HeadNodeResourcePoolId: Optional. This will be used to indicate which
    // resource pool will serve as the Ray head node(the first node within that
    // pool). Will use the machine from the first workerpool as the head node by
    // default if this field isn't set.
    HeadNodeResourcePoolId string `json:"headNodeResourcePoolId,omitempty"`
    // ImageUri: Optional. Default image for user to choose a preferred ML
    // framework (for example, TensorFlow or Pytorch) by choosing from Vertex
    // prebuilt images
    // (https://cloud.google.com/vertex-ai/docs/training/pre-built-containers).
    // Either this or the resource_pool_images is required. Use this field if you
    // need all the resource pools to have the same Ray image. Otherwise, use the
    // {@code resource_pool_images} field.
    ImageUri string `json:"imageUri,omitempty"`
    // RayMetricSpec: Optional. Ray metrics configurations.
    RayMetricSpec *GoogleCloudAiplatformV1beta1RayMetricSpec `json:"rayMetricSpec,omitempty"`
    // ResourcePoolImages: Optional. Required if image_uri isn't set. A map of
    // resource_pool_id to prebuild Ray image if user need to use different images
    // for different head/worker pools. This map needs to cover all the resource
    // pool ids. Example: { "ray_head_node_pool": "head image"
    // "ray_worker_node_pool1": "worker image" "ray_worker_node_pool2": "another
    // worker image" }
    ResourcePoolImages map[string]string `json:"resourcePoolImages,omitempty"`
    // ForceSendFields is a list of field names (e.g. "HeadNodeResourcePoolId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HeadNodeResourcePoolId") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RaySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RaySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest

GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest: Request message for FeaturestoreOnlineServingService.ReadFeatureValues.

type GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest struct {
    // EntityId: Required. ID for a specific entity. For example, for a machine
    // learning model predicting user clicks on a website, an entity ID could be
    // `user_123`.
    EntityId string `json:"entityId,omitempty"`
    // FeatureSelector: Required. Selector choosing Features of the target
    // EntityType.
    FeatureSelector *GoogleCloudAiplatformV1beta1FeatureSelector `json:"featureSelector,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EntityId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse

GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse: Response message for FeaturestoreOnlineServingService.ReadFeatureValues.

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse struct {
    // EntityView: Entity view with Feature values. This may be the entity in the
    // Featurestore if values for all Features were requested, or a projection of
    // the entity in the Featurestore if values for only some Features were
    // requested.
    EntityView *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView `json:"entityView,omitempty"`
    // Header: Response header.
    Header *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader `json:"header,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "EntityView") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityView") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView

GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView: Entity view with Feature values.

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView struct {
    // Data: Each piece of data holds the k requested values for one requested
    // Feature. If no values for the requested Feature exist, the corresponding
    // cell will be empty. This has the same size and is in the same order as the
    // features from the header ReadFeatureValuesResponse.header.
    Data []*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData `json:"data,omitempty"`
    // EntityId: ID of the requested entity.
    EntityId string `json:"entityId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Data") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Data") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData

GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData: Container to hold value(s), successive in time, for one Feature from the request.

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData struct {
    // Value: Feature value if a single value is requested.
    Value *GoogleCloudAiplatformV1beta1FeatureValue `json:"value,omitempty"`
    // Values: Feature values list if values, successive in time, are requested. If
    // the requested number of values is greater than the number of existing
    // Feature values, nonexistent values are omitted instead of being returned as
    // empty.
    Values *GoogleCloudAiplatformV1beta1FeatureValueList `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor

GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor: Metadata for requested Features.

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor struct {
    // Id: Feature ID.
    Id string `json:"id,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader

GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader: Response header with metadata for the requested ReadFeatureValuesRequest.entity_type and Features.

type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader struct {
    // EntityType: The resource name of the EntityType from the
    // ReadFeatureValuesRequest. Value format:
    // `projects/{project}/locations/{location}/featurestores/{featurestore}/entityT
    // ypes/{entityType}`.
    EntityType string `json:"entityType,omitempty"`
    // FeatureDescriptors: List of Feature metadata corresponding to each piece of
    // ReadFeatureValuesResponse.EntityView.data.
    FeatureDescriptors []*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor `json:"featureDescriptors,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EntityType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest

GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest: The request message for MatchService.ReadIndexDatapoints.

type GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest struct {
    // DeployedIndexId: The ID of the DeployedIndex that will serve the request.
    DeployedIndexId string `json:"deployedIndexId,omitempty"`
    // Ids: IDs of the datapoints to be searched for.
    Ids []string `json:"ids,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndexId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndexId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse

GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse: The response message for MatchService.ReadIndexDatapoints.

type GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse struct {
    // Datapoints: The result list of datapoints.
    Datapoints []*GoogleCloudAiplatformV1beta1IndexDatapoint `json:"datapoints,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Datapoints") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Datapoints") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse

GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse: Response message for TensorboardService.ReadTensorboardBlobData.

type GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse struct {
    // Blobs: Blob messages containing blob bytes.
    Blobs []*GoogleCloudAiplatformV1beta1TensorboardBlob `json:"blobs,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Blobs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Blobs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse

GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse: Response message for TensorboardService.ReadTensorboardSize.

type GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse struct {
    // StorageSizeByte: Payload storage size for the TensorBoard
    StorageSizeByte int64 `json:"storageSizeByte,omitempty,string"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "StorageSizeByte") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "StorageSizeByte") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse

GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse: Response message for TensorboardService.ReadTensorboardTimeSeriesData.

type GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse struct {
    // TimeSeriesData: The returned time series data.
    TimeSeriesData *GoogleCloudAiplatformV1beta1TimeSeriesData `json:"timeSeriesData,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "TimeSeriesData") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TimeSeriesData") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse

GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse: Response message for TensorboardService.ReadTensorboardUsage.

type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse struct {
    // MonthlyUsageData: Maps year-month (YYYYMM) string to per month usage data.
    MonthlyUsageData map[string]GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData `json:"monthlyUsageData,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "MonthlyUsageData") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MonthlyUsageData") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData

GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData: Per month usage data

type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData struct {
    // UserUsageData: Usage data for each user in the given month.
    UserUsageData []*GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData `json:"userUsageData,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UserUsageData") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UserUsageData") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData

GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData: Per user usage data.

type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData struct {
    // Username: User's username
    Username string `json:"username,omitempty"`
    // ViewCount: Number of times the user has read data within the Tensorboard.
    ViewCount int64 `json:"viewCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "Username") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Username") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReasoningEngine

GoogleCloudAiplatformV1beta1ReasoningEngine: ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.

type GoogleCloudAiplatformV1beta1ReasoningEngine struct {
    // CreateTime: Output only. Timestamp when this ReasoningEngine was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Optional. The description of the ReasoningEngine.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. The display name of the ReasoningEngine.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Optional. Used to perform consistent read-modify-write updates. If not
    // set, a blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Name: Identifier. The resource name of the ReasoningEngine.
    Name string `json:"name,omitempty"`
    // Spec: Required. Configurations of the ReasoningEngine
    Spec *GoogleCloudAiplatformV1beta1ReasoningEngineSpec `json:"spec,omitempty"`
    // UpdateTime: Output only. Timestamp when this ReasoningEngine was most
    // recently updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReasoningEngine) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReasoningEngine) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReasoningEngineSpec

GoogleCloudAiplatformV1beta1ReasoningEngineSpec: ReasoningEngine configurations

type GoogleCloudAiplatformV1beta1ReasoningEngineSpec struct {
    // ClassMethods: Optional. Declarations for object class methods.
    ClassMethods []googleapi.RawMessage `json:"classMethods,omitempty"`
    // PackageSpec: Required. User provided package spec of the ReasoningEngine.
    PackageSpec *GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec `json:"packageSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ClassMethods") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ClassMethods") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReasoningEngineSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReasoningEngineSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec

GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec: User provided package spec like pickled object and package requirements.

type GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec struct {
    // DependencyFilesGcsUri: Optional. The Cloud Storage URI of the dependency
    // files in tar.gz format.
    DependencyFilesGcsUri string `json:"dependencyFilesGcsUri,omitempty"`
    // PickleObjectGcsUri: Optional. The Cloud Storage URI of the pickled python
    // object.
    PickleObjectGcsUri string `json:"pickleObjectGcsUri,omitempty"`
    // PythonVersion: Optional. The Python version. Currently support 3.8, 3.9,
    // 3.10, 3.11. If not specified, default value is 3.10.
    PythonVersion string `json:"pythonVersion,omitempty"`
    // RequirementsGcsUri: Optional. The Cloud Storage URI of the
    // `requirements.txt` file
    RequirementsGcsUri string `json:"requirementsGcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DependencyFilesGcsUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DependencyFilesGcsUri") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata

GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata: Details of operations that perform reboot PersistentResource.

type GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata struct {
    // GenericMetadata: Operation metadata for PersistentResource.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ProgressMessage: Progress Message for Reboot LRO
    ProgressMessage string `json:"progressMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest

GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest: Request message for PersistentResourceService.RebootPersistentResource.

type GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest struct {
}

type GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest

GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest: Request message for MetadataService.DeleteContextChildrenRequest.

type GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest struct {
    // ChildContexts: The resource names of the child Contexts.
    ChildContexts []string `json:"childContexts,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ChildContexts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ChildContexts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse

GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse: Response message for MetadataService.RemoveContextChildren.

type GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1RemoveDatapointsRequest

GoogleCloudAiplatformV1beta1RemoveDatapointsRequest: Request message for IndexService.RemoveDatapoints

type GoogleCloudAiplatformV1beta1RemoveDatapointsRequest struct {
    // DatapointIds: A list of datapoint ids to be deleted.
    DatapointIds []string `json:"datapointIds,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DatapointIds") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DatapointIds") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RemoveDatapointsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RemoveDatapointsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RemoveDatapointsResponse

GoogleCloudAiplatformV1beta1RemoveDatapointsResponse: Response message for IndexService.RemoveDatapoints

type GoogleCloudAiplatformV1beta1RemoveDatapointsResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1ReportExecutionEventRequest

GoogleCloudAiplatformV1beta1ReportExecutionEventRequest: Request message for NotebookInternalService.ReportExecutionEvent.

type GoogleCloudAiplatformV1beta1ReportExecutionEventRequest struct {
    // EventType: Required. The type of the event.
    //
    // Possible values:
    //   "EVENT_TYPE_UNSPECIFIED" - Unspecified.
    //   "ACTIVE" - Notebook execution process has started. Expect this message
    // within expected time to provision compute.
    //   "DONE" - Notebook execution process is completed. Expect this message
    // within timeout.
    //   "FAILED" - Notebook execution process has failed. Expect this message
    // within timeout.
    EventType string `json:"eventType,omitempty"`
    // Status: Optional. The error details of the event.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // VmToken: Required. The VM identity token (a JWT) for authenticating the VM.
    // https://cloud.google.com/compute/docs/instances/verifying-instance-identity
    VmToken string `json:"vmToken,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EventType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EventType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReportExecutionEventRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReportExecutionEventRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReportExecutionEventResponse

GoogleCloudAiplatformV1beta1ReportExecutionEventResponse: Response message for NotebookInternalService.ReportExecutionEvent.

type GoogleCloudAiplatformV1beta1ReportExecutionEventResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest

GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest: Request message for NotebookInternalService.ReportRuntimeEvent.

type GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest struct {
    // EventDetails: Optional. The details of the request for debug.
    EventDetails map[string]string `json:"eventDetails,omitempty"`
    // EventType: Required. The type of the event.
    //
    // Possible values:
    //   "EVENT_TYPE_UNSPECIFIED" - Unspecified.
    //   "HEARTBEAT" - Used for readiness reporting.
    //   "IDLE" - Used for idle reporting.
    EventType string `json:"eventType,omitempty"`
    // InternalOsServiceStateInstance: The details of the internal os service
    // states.
    InternalOsServiceStateInstance []*GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance `json:"internalOsServiceStateInstance,omitempty"`
    // InternalOsServiceStateInstances: Optional. The details of the internal os
    // service states.
    InternalOsServiceStateInstances []*GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance `json:"internalOsServiceStateInstances,omitempty"`
    // VmToken: Required. The VM identity token (a JWT) for authenticating the VM.
    // https://cloud.google.com/compute/docs/instances/verifying-instance-identity
    VmToken string `json:"vmToken,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EventDetails") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EventDetails") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse

GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse: Response message for NotebookInternalService.ReportRuntimeEvent.

type GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse struct {
    // IdleShutdownMessage: If the idle shutdown is blocked by CP, CP will send the
    // block message. Otherwise, this field is not set.
    IdleShutdownMessage string `json:"idleShutdownMessage,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "IdleShutdownMessage") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "IdleShutdownMessage") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ResourcePool

GoogleCloudAiplatformV1beta1ResourcePool: Represents the spec of a group of resources of the same type, for example machine type, disk, and accelerators, in a PersistentResource.

type GoogleCloudAiplatformV1beta1ResourcePool struct {
    // AutoscalingSpec: Optional. Optional spec to configure GKE autoscaling
    AutoscalingSpec *GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec `json:"autoscalingSpec,omitempty"`
    // DiskSpec: Optional. Disk spec for the machine in this node pool.
    DiskSpec *GoogleCloudAiplatformV1beta1DiskSpec `json:"diskSpec,omitempty"`
    // Id: Immutable. The unique ID in a PersistentResource for referring to this
    // resource pool. User can specify it if necessary. Otherwise, it's generated
    // automatically.
    Id string `json:"id,omitempty"`
    // MachineSpec: Required. Immutable. The specification of a single machine.
    MachineSpec *GoogleCloudAiplatformV1beta1MachineSpec `json:"machineSpec,omitempty"`
    // ReplicaCount: Optional. The total number of machines to use for this
    // resource pool.
    ReplicaCount int64 `json:"replicaCount,omitempty,string"`
    // UsedReplicaCount: Output only. The number of machines currently in use by
    // training jobs for this resource pool. Will replace idle_replica_count.
    UsedReplicaCount int64 `json:"usedReplicaCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "AutoscalingSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutoscalingSpec") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ResourcePool) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ResourcePool) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec

GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec: The min/max number of replicas allowed if enabling autoscaling

type GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec struct {
    // MaxReplicaCount: Optional. max replicas in the node pool, must be ≥
    // replica_count and > min_replica_count or will throw error
    MaxReplicaCount int64 `json:"maxReplicaCount,omitempty,string"`
    // MinReplicaCount: Optional. min replicas in the node pool, must be ≤
    // replica_count and < max_replica_count or will throw error
    MinReplicaCount int64 `json:"minReplicaCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "MaxReplicaCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxReplicaCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ResourceRuntime

GoogleCloudAiplatformV1beta1ResourceRuntime: Persistent Cluster runtime information as output

type GoogleCloudAiplatformV1beta1ResourceRuntime struct {
    // AccessUris: Output only. URIs for user to connect to the Cluster. Example: {
    // "RAY_HEAD_NODE_INTERNAL_IP": "head-node-IP:10001" "RAY_DASHBOARD_URI":
    // "ray-dashboard-address:8888" }
    AccessUris map[string]string `json:"accessUris,omitempty"`
    // NotebookRuntimeTemplate: Output only. The resource name of
    // NotebookRuntimeTemplate for the RoV Persistent Cluster The
    // NotebokRuntimeTemplate is created in the same VPC (if set), and with the
    // same Ray and Python version as the Persistent Cluster. Example:
    // "projects/1000/locations/us-central1/notebookRuntimeTemplates/abc123"
    NotebookRuntimeTemplate string `json:"notebookRuntimeTemplate,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AccessUris") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AccessUris") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ResourceRuntime) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ResourceRuntime) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ResourceRuntimeSpec

GoogleCloudAiplatformV1beta1ResourceRuntimeSpec: Configuration for the runtime on a PersistentResource instance, including but not limited to: * Service accounts used to run the workloads. * Whether to make it a dedicated Ray Cluster.

type GoogleCloudAiplatformV1beta1ResourceRuntimeSpec struct {
    // RaySpec: Optional. Ray cluster configuration. Required when creating a
    // dedicated RayCluster on the PersistentResource.
    RaySpec *GoogleCloudAiplatformV1beta1RaySpec `json:"raySpec,omitempty"`
    // ServiceAccountSpec: Optional. Configure the use of workload identity on the
    // PersistentResource
    ServiceAccountSpec *GoogleCloudAiplatformV1beta1ServiceAccountSpec `json:"serviceAccountSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RaySpec") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RaySpec") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ResourceRuntimeSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ResourceRuntimeSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ResourcesConsumed

GoogleCloudAiplatformV1beta1ResourcesConsumed: Statistics information about resource consumption.

type GoogleCloudAiplatformV1beta1ResourcesConsumed struct {
    // ReplicaHours: Output only. The number of replica hours used. Note that many
    // replicas may run in parallel, and additionally any given work may be queued
    // for some time. Therefore this value is not strictly related to wall time.
    ReplicaHours float64 `json:"replicaHours,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ReplicaHours") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ReplicaHours") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ResourcesConsumed) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ResourcesConsumed) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ResourcesConsumed) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ResourcesConsumed) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata

GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata: Runtime operation information for DatasetService.RestoreDatasetVersion.

type GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest

GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest: Request message for JobService.ResumeModelDeploymentMonitoringJob.

type GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest struct {
}

type GoogleCloudAiplatformV1beta1ResumeScheduleRequest

GoogleCloudAiplatformV1beta1ResumeScheduleRequest: Request message for ScheduleService.ResumeSchedule.

type GoogleCloudAiplatformV1beta1ResumeScheduleRequest struct {
    // CatchUp: Optional. Whether to backfill missed runs when the schedule is
    // resumed from PAUSED state. If set to true, all missed runs will be
    // scheduled. New runs will be scheduled after the backfill is complete. This
    // will also update Schedule.catch_up field. Default to false.
    CatchUp bool `json:"catchUp,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CatchUp") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CatchUp") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ResumeScheduleRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ResumeScheduleRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Retrieval

GoogleCloudAiplatformV1beta1Retrieval: Defines a retrieval tool that model can call to access external knowledge.

type GoogleCloudAiplatformV1beta1Retrieval struct {
    // DisableAttribution: Optional. Disable using the result from this tool in
    // detecting grounding attribution. This does not affect how the result is
    // given to the model for generation.
    DisableAttribution bool `json:"disableAttribution,omitempty"`
    // VertexAiSearch: Set to use data source powered by Vertex AI Search.
    VertexAiSearch *GoogleCloudAiplatformV1beta1VertexAISearch `json:"vertexAiSearch,omitempty"`
    // VertexRagStore: Set to use data source powered by Vertex RAG store. User
    // data is uploaded via the VertexRagDataService.
    VertexRagStore *GoogleCloudAiplatformV1beta1VertexRagStore `json:"vertexRagStore,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisableAttribution") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisableAttribution") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Retrieval) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Retrieval) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RetrieveContextsRequest

GoogleCloudAiplatformV1beta1RetrieveContextsRequest: Request message for VertexRagService.RetrieveContexts.

type GoogleCloudAiplatformV1beta1RetrieveContextsRequest struct {
    // Query: Required. Single RAG retrieve query.
    Query *GoogleCloudAiplatformV1beta1RagQuery `json:"query,omitempty"`
    // VertexRagStore: The data source for Vertex RagStore.
    VertexRagStore *GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore `json:"vertexRagStore,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Query") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Query") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RetrieveContextsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore

GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore: The data source for Vertex RagStore.

type GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore struct {
    // RagCorpora: Optional. Deprecated. Please use rag_resources to specify the
    // data source.
    RagCorpora []string `json:"ragCorpora,omitempty"`
    // RagResources: Optional. The representation of the rag source. It can be used
    // to specify corpus only or ragfiles. Currently only support one corpus or
    // multiple files from one corpus. In the future we may open up multiple
    // corpora support.
    RagResources []*GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource `json:"ragResources,omitempty"`
    // VectorDistanceThreshold: Optional. Only return contexts with vector distance
    // smaller than the threshold.
    VectorDistanceThreshold float64 `json:"vectorDistanceThreshold,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RagCorpora") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RagCorpora") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource

GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource:

The definition of the Rag resource.
type GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource struct {
    // RagCorpus: Optional. RagCorpora resource name. Format:
    // `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
    RagCorpus string `json:"ragCorpus,omitempty"`
    // RagFileIds: Optional. rag_file_id. The files should be in the same
    // rag_corpus set in rag_corpus field.
    RagFileIds []string `json:"ragFileIds,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RagCorpus") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RagCorpus") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RetrieveContextsResponse

GoogleCloudAiplatformV1beta1RetrieveContextsResponse: Response message for VertexRagService.RetrieveContexts.

type GoogleCloudAiplatformV1beta1RetrieveContextsResponse struct {
    // Contexts: The contexts of the query.
    Contexts *GoogleCloudAiplatformV1beta1RagContexts `json:"contexts,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Contexts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Contexts") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RetrieveContextsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RetrieveContextsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RougeInput

GoogleCloudAiplatformV1beta1RougeInput: Input for rouge metric.

type GoogleCloudAiplatformV1beta1RougeInput struct {
    // Instances: Required. Repeated rouge instances.
    Instances []*GoogleCloudAiplatformV1beta1RougeInstance `json:"instances,omitempty"`
    // MetricSpec: Required. Spec for rouge score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1RougeSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RougeInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RougeInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RougeInstance

GoogleCloudAiplatformV1beta1RougeInstance: Spec for rouge instance.

type GoogleCloudAiplatformV1beta1RougeInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Required. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RougeInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RougeInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RougeMetricValue

GoogleCloudAiplatformV1beta1RougeMetricValue: Rouge metric value for an instance.

type GoogleCloudAiplatformV1beta1RougeMetricValue struct {
    // Score: Output only. Rouge score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RougeMetricValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RougeMetricValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1RougeMetricValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1RougeMetricValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1RougeResults

GoogleCloudAiplatformV1beta1RougeResults: Results for rouge metric.

type GoogleCloudAiplatformV1beta1RougeResults struct {
    // RougeMetricValues: Output only. Rouge metric values.
    RougeMetricValues []*GoogleCloudAiplatformV1beta1RougeMetricValue `json:"rougeMetricValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RougeMetricValues") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RougeMetricValues") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RougeResults) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RougeResults) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RougeSpec

GoogleCloudAiplatformV1beta1RougeSpec: Spec for rouge score metric - calculates the recall of n-grams in prediction as compared to reference - returns a score ranging between 0 and 1.

type GoogleCloudAiplatformV1beta1RougeSpec struct {
    // RougeType: Optional. Supported rouge types are rougen[1-9], rougeL, and
    // rougeLsum.
    RougeType string `json:"rougeType,omitempty"`
    // SplitSummaries: Optional. Whether to split summaries while using rougeLsum.
    SplitSummaries bool `json:"splitSummaries,omitempty"`
    // UseStemmer: Optional. Whether to use stemmer to compute rouge score.
    UseStemmer bool `json:"useStemmer,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RougeType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RougeType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RougeSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RougeSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RuntimeConfig

GoogleCloudAiplatformV1beta1RuntimeConfig: Runtime configuration to run the extension.

type GoogleCloudAiplatformV1beta1RuntimeConfig struct {
    // CodeInterpreterRuntimeConfig: Code execution runtime configurations for code
    // interpreter extension.
    CodeInterpreterRuntimeConfig *GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig `json:"codeInterpreterRuntimeConfig,omitempty"`
    // DefaultParams: Optional. Default parameters that will be set for all the
    // execution of this extension. If specified, the parameter values can be
    // overridden by values in [[ExecuteExtensionRequest.operation_params]] at
    // request time. The struct should be in a form of map with param name as the
    // key and actual param value as the value. E.g. If this operation requires a
    // param "name" to be set to "abc". you can set this to something like {"name":
    // "abc"}.
    DefaultParams googleapi.RawMessage `json:"defaultParams,omitempty"`
    // VertexAiSearchRuntimeConfig: Runtime configuration for Vertext AI Search
    // extension.
    VertexAiSearchRuntimeConfig *GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig `json:"vertexAiSearchRuntimeConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "CodeInterpreterRuntimeConfig") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CodeInterpreterRuntimeConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RuntimeConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RuntimeConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig

type GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig struct {
    // FileInputGcsBucket: Optional. The Cloud Storage bucket for file input of
    // this Extension. If specified, support input from the Cloud Storage bucket.
    // Vertex Extension Custom Code Service Agent should be granted file reader to
    // this bucket. If not specified, the extension will only accept file contents
    // from request body and reject Cloud Storage file inputs.
    FileInputGcsBucket string `json:"fileInputGcsBucket,omitempty"`
    // FileOutputGcsBucket: Optional. The Cloud Storage bucket for file output of
    // this Extension. If specified, write all output files to the Cloud Storage
    // bucket. Vertex Extension Custom Code Service Agent should be granted file
    // writer to this bucket. If not specified, the file content will be output in
    // response body.
    FileOutputGcsBucket string `json:"fileOutputGcsBucket,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FileInputGcsBucket") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FileInputGcsBucket") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig

type GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig struct {
    // AppId: Vertex AI Search App ID. This is used to construct the search
    // request. By setting this app_id, API will construct the serving config which
    // is required to call search API for the user. The app_id and
    // serving_config_name cannot both be empty at the same time.
    AppId string `json:"appId,omitempty"`
    // ServingConfigName: [Deprecated] Please use app_id instead. Vertex AI Search
    // serving config name. Format:
    // `projects/{project}/locations/{location}/collections/{collection}/engines/{en
    // gine}/servingConfigs/{serving_config}`
    ServingConfigName string `json:"servingConfigName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AppId") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AppId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SafetyInput

GoogleCloudAiplatformV1beta1SafetyInput: Input for safety metric.

type GoogleCloudAiplatformV1beta1SafetyInput struct {
    // Instance: Required. Safety instance.
    Instance *GoogleCloudAiplatformV1beta1SafetyInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for safety metric.
    MetricSpec *GoogleCloudAiplatformV1beta1SafetySpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SafetyInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetyInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SafetyInstance

GoogleCloudAiplatformV1beta1SafetyInstance: Spec for safety instance.

type GoogleCloudAiplatformV1beta1SafetyInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SafetyInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetyInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SafetyRating

GoogleCloudAiplatformV1beta1SafetyRating: Safety rating corresponding to the generated content.

type GoogleCloudAiplatformV1beta1SafetyRating struct {
    // Blocked: Output only. Indicates whether the content was filtered out because
    // of this rating.
    Blocked bool `json:"blocked,omitempty"`
    // Category: Output only. Harm category.
    //
    // Possible values:
    //   "HARM_CATEGORY_UNSPECIFIED" - The harm category is unspecified.
    //   "HARM_CATEGORY_HATE_SPEECH" - The harm category is hate speech.
    //   "HARM_CATEGORY_DANGEROUS_CONTENT" - The harm category is dangerous
    // content.
    //   "HARM_CATEGORY_HARASSMENT" - The harm category is harassment.
    //   "HARM_CATEGORY_SEXUALLY_EXPLICIT" - The harm category is sexually explicit
    // content.
    Category string `json:"category,omitempty"`
    // Probability: Output only. Harm probability levels in the content.
    //
    // Possible values:
    //   "HARM_PROBABILITY_UNSPECIFIED" - Harm probability unspecified.
    //   "NEGLIGIBLE" - Negligible level of harm.
    //   "LOW" - Low level of harm.
    //   "MEDIUM" - Medium level of harm.
    //   "HIGH" - High level of harm.
    Probability string `json:"probability,omitempty"`
    // ProbabilityScore: Output only. Harm probability score.
    ProbabilityScore float64 `json:"probabilityScore,omitempty"`
    // Severity: Output only. Harm severity levels in the content.
    //
    // Possible values:
    //   "HARM_SEVERITY_UNSPECIFIED" - Harm severity unspecified.
    //   "HARM_SEVERITY_NEGLIGIBLE" - Negligible level of harm severity.
    //   "HARM_SEVERITY_LOW" - Low level of harm severity.
    //   "HARM_SEVERITY_MEDIUM" - Medium level of harm severity.
    //   "HARM_SEVERITY_HIGH" - High level of harm severity.
    Severity string `json:"severity,omitempty"`
    // SeverityScore: Output only. Harm severity score.
    SeverityScore float64 `json:"severityScore,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Blocked") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Blocked") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SafetyRating) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetyRating) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SafetyRating) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetyRating) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SafetyResult

GoogleCloudAiplatformV1beta1SafetyResult: Spec for safety result.

type GoogleCloudAiplatformV1beta1SafetyResult struct {
    // Confidence: Output only. Confidence for safety score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for safety score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Safety score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SafetyResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetyResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SafetyResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetyResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SafetySetting

GoogleCloudAiplatformV1beta1SafetySetting: Safety settings.

type GoogleCloudAiplatformV1beta1SafetySetting struct {
    // Category: Required. Harm category.
    //
    // Possible values:
    //   "HARM_CATEGORY_UNSPECIFIED" - The harm category is unspecified.
    //   "HARM_CATEGORY_HATE_SPEECH" - The harm category is hate speech.
    //   "HARM_CATEGORY_DANGEROUS_CONTENT" - The harm category is dangerous
    // content.
    //   "HARM_CATEGORY_HARASSMENT" - The harm category is harassment.
    //   "HARM_CATEGORY_SEXUALLY_EXPLICIT" - The harm category is sexually explicit
    // content.
    Category string `json:"category,omitempty"`
    // Method: Optional. Specify if the threshold is used for probability or
    // severity score. If not specified, the threshold is used for probability
    // score.
    //
    // Possible values:
    //   "HARM_BLOCK_METHOD_UNSPECIFIED" - The harm block method is unspecified.
    //   "SEVERITY" - The harm block method uses both probability and severity
    // scores.
    //   "PROBABILITY" - The harm block method uses the probability score.
    Method string `json:"method,omitempty"`
    // Threshold: Required. The harm block threshold.
    //
    // Possible values:
    //   "HARM_BLOCK_THRESHOLD_UNSPECIFIED" - Unspecified harm block threshold.
    //   "BLOCK_LOW_AND_ABOVE" - Block low threshold and above (i.e. block more).
    //   "BLOCK_MEDIUM_AND_ABOVE" - Block medium threshold and above.
    //   "BLOCK_ONLY_HIGH" - Block only high threshold (i.e. block less).
    //   "BLOCK_NONE" - Block none.
    Threshold string `json:"threshold,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Category") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Category") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SafetySetting) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetySetting) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SafetySpec

GoogleCloudAiplatformV1beta1SafetySpec: Spec for safety metric.

type GoogleCloudAiplatformV1beta1SafetySpec struct {
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Version") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Version") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SafetySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SafetySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SampleConfig

GoogleCloudAiplatformV1beta1SampleConfig: Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.

type GoogleCloudAiplatformV1beta1SampleConfig struct {
    // FollowingBatchSamplePercentage: The percentage of data needed to be labeled
    // in each following batch (except the first batch).
    FollowingBatchSamplePercentage int64 `json:"followingBatchSamplePercentage,omitempty"`
    // InitialBatchSamplePercentage: The percentage of data needed to be labeled in
    // the first batch.
    InitialBatchSamplePercentage int64 `json:"initialBatchSamplePercentage,omitempty"`
    // SampleStrategy: Field to choose sampling strategy. Sampling strategy will
    // decide which data should be selected for human labeling in every batch.
    //
    // Possible values:
    //   "SAMPLE_STRATEGY_UNSPECIFIED" - Default will be treated as UNCERTAINTY.
    //   "UNCERTAINTY" - Sample the most uncertain data to label.
    SampleStrategy string `json:"sampleStrategy,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "FollowingBatchSamplePercentage") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FollowingBatchSamplePercentage")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SampleConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SampleConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SampledShapleyAttribution

GoogleCloudAiplatformV1beta1SampledShapleyAttribution: An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features.

type GoogleCloudAiplatformV1beta1SampledShapleyAttribution struct {
    // PathCount: Required. The number of feature permutations to consider when
    // approximating the Shapley values. Valid range of its value is [1, 50],
    // inclusively.
    PathCount int64 `json:"pathCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PathCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PathCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SampledShapleyAttribution) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SampledShapleyAttribution) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SamplingStrategy

GoogleCloudAiplatformV1beta1SamplingStrategy: Sampling Strategy for logging, can be for both training and prediction dataset.

type GoogleCloudAiplatformV1beta1SamplingStrategy struct {
    // RandomSampleConfig: Random sample config. Will support more sampling
    // strategies later.
    RandomSampleConfig *GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig `json:"randomSampleConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RandomSampleConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RandomSampleConfig") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SamplingStrategy) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SamplingStrategy) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig

GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig: Requests are randomly selected.

type GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig struct {
    // SampleRate: Sample rate (0, 1]
    SampleRate float64 `json:"sampleRate,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SampleRate") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SampleRate") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SavedQuery

GoogleCloudAiplatformV1beta1SavedQuery: A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.

type GoogleCloudAiplatformV1beta1SavedQuery struct {
    // AnnotationFilter: Output only. Filters on the Annotations in the dataset.
    AnnotationFilter string `json:"annotationFilter,omitempty"`
    // AnnotationSpecCount: Output only. Number of AnnotationSpecs in the context
    // of the SavedQuery.
    AnnotationSpecCount int64 `json:"annotationSpecCount,omitempty"`
    // CreateTime: Output only. Timestamp when this SavedQuery was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. The user-defined name of the SavedQuery. The name can
    // be up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Used to perform a consistent read-modify-write update. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Metadata: Some additional information about the SavedQuery.
    Metadata interface{} `json:"metadata,omitempty"`
    // Name: Output only. Resource name of the SavedQuery.
    Name string `json:"name,omitempty"`
    // ProblemType: Required. Problem type of the SavedQuery. Allowed values: *
    // IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL *
    // IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL
    // * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT *
    // VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
    ProblemType string `json:"problemType,omitempty"`
    // SupportAutomlTraining: Output only. If the Annotations belonging to the
    // SavedQuery can be used for AutoML training.
    SupportAutomlTraining bool `json:"supportAutomlTraining,omitempty"`
    // UpdateTime: Output only. Timestamp when SavedQuery was last updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationFilter") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationFilter") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SavedQuery) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SavedQuery) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Scalar

GoogleCloudAiplatformV1beta1Scalar: One point viewable on a scalar metric plot.

type GoogleCloudAiplatformV1beta1Scalar struct {
    // Value: Value of the point at this step / timestamp.
    Value float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Scalar) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Scalar) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1Scalar) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1Scalar) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1Schedule

GoogleCloudAiplatformV1beta1Schedule: An instance of a Schedule periodically schedules runs to make API calls based on user specified time specification and API request type.

type GoogleCloudAiplatformV1beta1Schedule struct {
    // AllowQueueing: Optional. Whether new scheduled runs can be queued when
    // max_concurrent_runs limit is reached. If set to true, new runs will be
    // queued instead of skipped. Default to false.
    AllowQueueing bool `json:"allowQueueing,omitempty"`
    // CatchUp: Output only. Whether to backfill missed runs when the schedule is
    // resumed from PAUSED state. If set to true, all missed runs will be
    // scheduled. New runs will be scheduled after the backfill is complete.
    // Default to false.
    CatchUp bool `json:"catchUp,omitempty"`
    // CreateModelMonitoringJobRequest: Request for
    // ModelMonitoringService.CreateModelMonitoringJob.
    CreateModelMonitoringJobRequest *GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest `json:"createModelMonitoringJobRequest,omitempty"`
    // CreateNotebookExecutionJobRequest: Request for
    // NotebookService.CreateNotebookExecutionJob.
    CreateNotebookExecutionJobRequest *GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobRequest `json:"createNotebookExecutionJobRequest,omitempty"`
    // CreatePipelineJobRequest: Request for PipelineService.CreatePipelineJob.
    // CreatePipelineJobRequest.parent field is required (format:
    // projects/{project}/locations/{location}).
    CreatePipelineJobRequest *GoogleCloudAiplatformV1beta1CreatePipelineJobRequest `json:"createPipelineJobRequest,omitempty"`
    // CreateTime: Output only. Timestamp when this Schedule was created.
    CreateTime string `json:"createTime,omitempty"`
    // Cron: Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
    // runs. To explicitly set a timezone to the cron tab, apply a prefix in the
    // cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The
    // ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database.
    // For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1
    // * * * *".
    Cron string `json:"cron,omitempty"`
    // DisplayName: Required. User provided name of the Schedule. The name can be
    // up to 128 characters long and can consist of any UTF-8 characters.
    DisplayName string `json:"displayName,omitempty"`
    // EndTime: Optional. Timestamp after which no new runs can be scheduled. If
    // specified, The schedule will be completed when either end_time is reached or
    // when scheduled_run_count >= max_run_count. If not specified, new runs will
    // keep getting scheduled until this Schedule is paused or deleted. Already
    // scheduled runs will be allowed to complete. Unset if not specified.
    EndTime string `json:"endTime,omitempty"`
    // LastPauseTime: Output only. Timestamp when this Schedule was last paused.
    // Unset if never paused.
    LastPauseTime string `json:"lastPauseTime,omitempty"`
    // LastResumeTime: Output only. Timestamp when this Schedule was last resumed.
    // Unset if never resumed from pause.
    LastResumeTime string `json:"lastResumeTime,omitempty"`
    // LastScheduledRunResponse: Output only. Response of the last scheduled run.
    // This is the response for starting the scheduled requests and not the
    // execution of the operations/jobs created by the requests (if applicable).
    // Unset if no run has been scheduled yet.
    LastScheduledRunResponse *GoogleCloudAiplatformV1beta1ScheduleRunResponse `json:"lastScheduledRunResponse,omitempty"`
    // MaxConcurrentRunCount: Required. Maximum number of runs that can be started
    // concurrently for this Schedule. This is the limit for starting the scheduled
    // requests and not the execution of the operations/jobs created by the
    // requests (if applicable).
    MaxConcurrentRunCount int64 `json:"maxConcurrentRunCount,omitempty,string"`
    // MaxRunCount: Optional. Maximum run count of the schedule. If specified, The
    // schedule will be completed when either started_run_count >= max_run_count or
    // when end_time is reached. If not specified, new runs will keep getting
    // scheduled until this Schedule is paused or deleted. Already scheduled runs
    // will be allowed to complete. Unset if not specified.
    MaxRunCount int64 `json:"maxRunCount,omitempty,string"`
    // Name: Immutable. The resource name of the Schedule.
    Name string `json:"name,omitempty"`
    // NextRunTime: Output only. Timestamp when this Schedule should schedule the
    // next run. Having a next_run_time in the past means the runs are being
    // started behind schedule.
    NextRunTime string `json:"nextRunTime,omitempty"`
    // StartTime: Optional. Timestamp after which the first run can be scheduled.
    // Default to Schedule create time if not specified.
    StartTime string `json:"startTime,omitempty"`
    // StartedRunCount: Output only. The number of runs started by this schedule.
    StartedRunCount int64 `json:"startedRunCount,omitempty,string"`
    // State: Output only. The state of this Schedule.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified.
    //   "ACTIVE" - The Schedule is active. Runs are being scheduled on the
    // user-specified timespec.
    //   "PAUSED" - The schedule is paused. No new runs will be created until the
    // schedule is resumed. Already started runs will be allowed to complete.
    //   "COMPLETED" - The Schedule is completed. No new runs will be scheduled.
    // Already started runs will be allowed to complete. Schedules in completed
    // state cannot be paused or resumed.
    State string `json:"state,omitempty"`
    // UpdateTime: Output only. Timestamp when this Schedule was updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "AllowQueueing") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllowQueueing") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Schedule) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Schedule) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ScheduleRunResponse

GoogleCloudAiplatformV1beta1ScheduleRunResponse: Status of a scheduled run.

type GoogleCloudAiplatformV1beta1ScheduleRunResponse struct {
    // RunResponse: The response of the scheduled run.
    RunResponse string `json:"runResponse,omitempty"`
    // ScheduledRunTime: The scheduled run time based on the user-specified
    // schedule.
    ScheduledRunTime string `json:"scheduledRunTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RunResponse") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RunResponse") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ScheduleRunResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ScheduleRunResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Scheduling

GoogleCloudAiplatformV1beta1Scheduling: All parameters related to queuing and scheduling of custom jobs.

type GoogleCloudAiplatformV1beta1Scheduling struct {
    // DisableRetries: Optional. Indicates if the job should retry for internal
    // errors after the job starts running. If true, overrides
    // `Scheduling.restart_job_on_worker_restart` to false.
    DisableRetries bool `json:"disableRetries,omitempty"`
    // RestartJobOnWorkerRestart: Restarts the entire CustomJob if a worker gets
    // restarted. This feature can be used by distributed training jobs that are
    // not resilient to workers leaving and joining a job.
    RestartJobOnWorkerRestart bool `json:"restartJobOnWorkerRestart,omitempty"`
    // Timeout: The maximum job running time. The default is 7 days.
    Timeout string `json:"timeout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisableRetries") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisableRetries") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Scheduling) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Scheduling) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Schema

GoogleCloudAiplatformV1beta1Schema: Schema is used to define the format of input/output data. Represents a select subset of an OpenAPI 3.0 schema object (https://spec.openapis.org/oas/v3.0.3#schema). More fields may be added in the future as needed.

type GoogleCloudAiplatformV1beta1Schema struct {
    // Default: Optional. Default value of the data.
    Default interface{} `json:"default,omitempty"`
    // Description: Optional. The description of the data.
    Description string `json:"description,omitempty"`
    // Enum: Optional. Possible values of the element of Type.STRING with enum
    // format. For example we can define an Enum Direction as : {type:STRING,
    // format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
    Enum []string `json:"enum,omitempty"`
    // Example: Optional. Example of the object. Will only populated when the
    // object is the root.
    Example interface{} `json:"example,omitempty"`
    // Format: Optional. The format of the data. Supported formats: for NUMBER
    // type: "float", "double" for INTEGER type: "int32", "int64" for STRING type:
    // "email", "byte", etc
    Format string `json:"format,omitempty"`
    // Items: Optional. SCHEMA FIELDS FOR TYPE ARRAY Schema of the elements of
    // Type.ARRAY.
    Items *GoogleCloudAiplatformV1beta1Schema `json:"items,omitempty"`
    // MaxItems: Optional. Maximum number of the elements for Type.ARRAY.
    MaxItems int64 `json:"maxItems,omitempty,string"`
    // MaxLength: Optional. Maximum length of the Type.STRING
    MaxLength int64 `json:"maxLength,omitempty,string"`
    // MaxProperties: Optional. Maximum number of the properties for Type.OBJECT.
    MaxProperties int64 `json:"maxProperties,omitempty,string"`
    // Maximum: Optional. Maximum value of the Type.INTEGER and Type.NUMBER
    Maximum float64 `json:"maximum,omitempty"`
    // MinItems: Optional. Minimum number of the elements for Type.ARRAY.
    MinItems int64 `json:"minItems,omitempty,string"`
    // MinLength: Optional. SCHEMA FIELDS FOR TYPE STRING Minimum length of the
    // Type.STRING
    MinLength int64 `json:"minLength,omitempty,string"`
    // MinProperties: Optional. Minimum number of the properties for Type.OBJECT.
    MinProperties int64 `json:"minProperties,omitempty,string"`
    // Minimum: Optional. SCHEMA FIELDS FOR TYPE INTEGER and NUMBER Minimum value
    // of the Type.INTEGER and Type.NUMBER
    Minimum float64 `json:"minimum,omitempty"`
    // Nullable: Optional. Indicates if the value may be null.
    Nullable bool `json:"nullable,omitempty"`
    // Pattern: Optional. Pattern of the Type.STRING to restrict a string to a
    // regular expression.
    Pattern string `json:"pattern,omitempty"`
    // Properties: Optional. SCHEMA FIELDS FOR TYPE OBJECT Properties of
    // Type.OBJECT.
    Properties map[string]GoogleCloudAiplatformV1beta1Schema `json:"properties,omitempty"`
    // Required: Optional. Required properties of Type.OBJECT.
    Required []string `json:"required,omitempty"`
    // Title: Optional. The title of the Schema.
    Title string `json:"title,omitempty"`
    // Type: Optional. The type of the data.
    //
    // Possible values:
    //   "TYPE_UNSPECIFIED" - Not specified, should not be used.
    //   "STRING" - OpenAPI string type
    //   "NUMBER" - OpenAPI number type
    //   "INTEGER" - OpenAPI integer type
    //   "BOOLEAN" - OpenAPI boolean type
    //   "ARRAY" - OpenAPI array type
    //   "OBJECT" - OpenAPI object type
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Default") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Default") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Schema) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Schema) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1Schema) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1Schema) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor

GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor: An entry of mapping between color and AnnotationSpec. The mapping is used in segmentation mask.

type GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor struct {
    // Color: The color of the AnnotationSpec in a segmentation mask.
    Color *GoogleTypeColor `json:"color,omitempty"`
    // DisplayName: The display name of the AnnotationSpec represented by the color
    // in the segmentation mask.
    DisplayName string `json:"displayName,omitempty"`
    // Id: The ID of the AnnotationSpec represented by the color in the
    // segmentation mask.
    Id string `json:"id,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Color") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Color") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation

GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation: Annotation details specific to image object detection.

type GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // XMax: The rightmost coordinate of the bounding box.
    XMax float64 `json:"xMax,omitempty"`
    // XMin: The leftmost coordinate of the bounding box.
    XMin float64 `json:"xMin,omitempty"`
    // YMax: The bottommost coordinate of the bounding box.
    YMax float64 `json:"yMax,omitempty"`
    // YMin: The topmost coordinate of the bounding box.
    YMin float64 `json:"yMin,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation

GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation: Annotation details specific to image classification.

type GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaImageDataItem

GoogleCloudAiplatformV1beta1SchemaImageDataItem: Payload of Image DataItem.

type GoogleCloudAiplatformV1beta1SchemaImageDataItem struct {
    // GcsUri: Required. Google Cloud Storage URI points to the original image in
    // user's bucket. The image is up to 30MB in size.
    GcsUri string `json:"gcsUri,omitempty"`
    // MimeType: Output only. The mime type of the content of the image. Only the
    // images in below listed mime types are supported. - image/jpeg - image/gif -
    // image/png - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsUri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageDataItem) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageDataItem) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata

GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata: The metadata of Datasets that contain Image DataItems.

type GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata struct {
    // DataItemSchemaUri: Points to a YAML file stored on Google Cloud Storage
    // describing payload of the Image DataItems that belong to this Dataset.
    DataItemSchemaUri string `json:"dataItemSchemaUri,omitempty"`
    // GcsBucket: Google Cloud Storage Bucket name that contains the blob data of
    // this Dataset.
    GcsBucket string `json:"gcsBucket,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataItemSchemaUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataItemSchemaUri") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation

GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation: Annotation details specific to image segmentation.

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation struct {
    // MaskAnnotation: Mask based segmentation annotation. Only one mask annotation
    // can exist for one image.
    MaskAnnotation *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation `json:"maskAnnotation,omitempty"`
    // PolygonAnnotation: Polygon annotation.
    PolygonAnnotation *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation `json:"polygonAnnotation,omitempty"`
    // PolylineAnnotation: Polyline annotation.
    PolylineAnnotation *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation `json:"polylineAnnotation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaskAnnotation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaskAnnotation") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation

GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation: The mask based segmentation annotation.

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation struct {
    // AnnotationSpecColors: The mapping between color and AnnotationSpec for this
    // Annotation.
    AnnotationSpecColors []*GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor `json:"annotationSpecColors,omitempty"`
    // MaskGcsUri: Google Cloud Storage URI that points to the mask image. The
    // image must be in PNG format. It must have the same size as the DataItem's
    // image. Each pixel in the image mask represents the AnnotationSpec which the
    // pixel in the image DataItem belong to. Each color is mapped to one
    // AnnotationSpec based on annotation_spec_colors.
    MaskGcsUri string `json:"maskGcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecColors") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecColors") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation

GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotatio n: Represents a polygon in image.

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // Vertexes: The vertexes are connected one by one and the last vertex is
    // connected to the first one to represent a polygon.
    Vertexes []*GoogleCloudAiplatformV1beta1SchemaVertex `json:"vertexes,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation

GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotati on: Represents a polyline in image.

type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // Vertexes: The vertexes are connected one by one and the last vertex in not
    // connected to the first one.
    Vertexes []*GoogleCloudAiplatformV1beta1SchemaVertex `json:"vertexes,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics: Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics struct {
    // ConfidenceMetrics: Metrics for each label-match confidence_threshold from
    // 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is derived
    // from them.
    ConfidenceMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics `json:"confidenceMetrics,omitempty"`
    // IouThreshold: The intersection-over-union threshold value used to compute
    // this metrics entry.
    IouThreshold float64 `json:"iouThreshold,omitempty"`
    // MeanAveragePrecision: The mean average precision, most often close to
    // `auPrc`.
    MeanAveragePrecision float64 `json:"meanAveragePrecision,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceMetrics") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceMetrics") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsCon fidenceMetrics: Metrics for a single confidence threshold.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics struct {
    // ConfidenceThreshold: The confidence threshold value used to compute the
    // metrics.
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // F1Score: The harmonic mean of recall and precision.
    F1Score float64 `json:"f1Score,omitempty"`
    // Precision: Precision under the given confidence threshold.
    Precision float64 `json:"precision,omitempty"`
    // Recall: Recall under the given confidence threshold.
    Recall float64 `json:"recall,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluat ionMetrics: Metrics for classification evaluation results.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics struct {
    // AuPrc: The Area Under Precision-Recall Curve metric. Micro-averaged for the
    // overall evaluation.
    AuPrc float64 `json:"auPrc,omitempty"`
    // AuRoc: The Area Under Receiver Operating Characteristic curve metric.
    // Micro-averaged for the overall evaluation.
    AuRoc float64 `json:"auRoc,omitempty"`
    // ConfidenceMetrics: Metrics for each `confidenceThreshold` in
    // 0.00,0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and `positionThreshold` =
    // INT32_MAX_VALUE. ROC and precision-recall curves, and other aggregated
    // metrics are derived from them. The confidence metrics entries may also be
    // supplied for additional values of `positionThreshold`, but from these no
    // aggregated metrics are computed.
    ConfidenceMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics `json:"confidenceMetrics,omitempty"`
    // ConfusionMatrix: Confusion matrix of the evaluation.
    ConfusionMatrix *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix `json:"confusionMatrix,omitempty"`
    // LogLoss: The Log Loss metric.
    LogLoss float64 `json:"logLoss,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AuPrc") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AuPrc") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics struct {
    // ConfidenceThreshold: Metrics are computed with an assumption that the Model
    // never returns predictions with score lower than this value.
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // ConfusionMatrix: Confusion matrix of the evaluation for this
    // confidence_threshold.
    ConfusionMatrix *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix `json:"confusionMatrix,omitempty"`
    // F1Score: The harmonic mean of recall and precision. For summary metrics, it
    // computes the micro-averaged F1 score.
    F1Score float64 `json:"f1Score,omitempty"`
    // F1ScoreAt1: The harmonic mean of recallAt1 and precisionAt1.
    F1ScoreAt1 float64 `json:"f1ScoreAt1,omitempty"`
    // F1ScoreMacro: Macro-averaged F1 Score.
    F1ScoreMacro float64 `json:"f1ScoreMacro,omitempty"`
    // F1ScoreMicro: Micro-averaged F1 Score.
    F1ScoreMicro float64 `json:"f1ScoreMicro,omitempty"`
    // FalseNegativeCount: The number of ground truth labels that are not matched
    // by a Model created label.
    FalseNegativeCount int64 `json:"falseNegativeCount,omitempty,string"`
    // FalsePositiveCount: The number of Model created labels that do not match a
    // ground truth label.
    FalsePositiveCount int64 `json:"falsePositiveCount,omitempty,string"`
    // FalsePositiveRate: False Positive Rate for the given confidence threshold.
    FalsePositiveRate float64 `json:"falsePositiveRate,omitempty"`
    // FalsePositiveRateAt1: The False Positive Rate when only considering the
    // label that has the highest prediction score and not below the confidence
    // threshold for each DataItem.
    FalsePositiveRateAt1 float64 `json:"falsePositiveRateAt1,omitempty"`
    // MaxPredictions: Metrics are computed with an assumption that the Model
    // always returns at most this many predictions (ordered by their score,
    // descendingly), but they all still need to meet the `confidenceThreshold`.
    MaxPredictions int64 `json:"maxPredictions,omitempty"`
    // Precision: Precision for the given confidence threshold.
    Precision float64 `json:"precision,omitempty"`
    // PrecisionAt1: The precision when only considering the label that has the
    // highest prediction score and not below the confidence threshold for each
    // DataItem.
    PrecisionAt1 float64 `json:"precisionAt1,omitempty"`
    // Recall: Recall (True Positive Rate) for the given confidence threshold.
    Recall float64 `json:"recall,omitempty"`
    // RecallAt1: The Recall (True Positive Rate) when only considering the label
    // that has the highest prediction score and not below the confidence threshold
    // for each DataItem.
    RecallAt1 float64 `json:"recallAt1,omitempty"`
    // TrueNegativeCount: The number of labels that were not created by the Model,
    // but if they would, they would not match a ground truth label.
    TrueNegativeCount int64 `json:"trueNegativeCount,omitempty,string"`
    // TruePositiveCount: The number of Model created labels that match a ground
    // truth label.
    TruePositiveCount int64 `json:"truePositiveCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix struct {
    // AnnotationSpecs: AnnotationSpecs used in the confusion matrix. For AutoML
    // Text Extraction, a special negative AnnotationSpec with empty `id` and
    // `displayName` of "NULL" will be added as the last element.
    AnnotationSpecs []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef `json:"annotationSpecs,omitempty"`
    // Rows: Rows in the confusion matrix. The number of rows is equal to the size
    // of `annotationSpecs`. `rowsi` is the number of DataItems that have ground
    // truth of the `annotationSpecs[i]` and are predicted as `annotationSpecs[j]`
    // by the Model being evaluated. For Text Extraction, when `annotationSpecs[i]`
    // is the last element in `annotationSpecs`, i.e. the special negative
    // AnnotationSpec, `rowsi` is the number of predicted entities of
    // `annoatationSpec[j]` that are not labeled as any of the ground truth
    // AnnotationSpec. When annotationSpecs[j] is the special negative
    // AnnotationSpec, `rowsi` is the number of entities have ground truth of
    // `annotationSpec[i]` that are not predicted as an entity by the Model. The
    // value of the last cell, i.e. `rowi` where i == j and `annotationSpec[i]` is
    // the special negative AnnotationSpec, is always 0.
    Rows [][]interface{} `json:"rows,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecs") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef struct {
    // DisplayName: Display name of the AnnotationSpec.
    DisplayName string `json:"displayName,omitempty"`
    // Id: ID of the AnnotationSpec.
    Id string `json:"id,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluation Metrics: Metrics for forecasting evaluation results.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics struct {
    // MeanAbsoluteError: Mean Absolute Error (MAE).
    MeanAbsoluteError float64 `json:"meanAbsoluteError,omitempty"`
    // MeanAbsolutePercentageError: Mean absolute percentage error. Infinity when
    // there are zeros in the ground truth.
    MeanAbsolutePercentageError float64 `json:"meanAbsolutePercentageError,omitempty"`
    // QuantileMetrics: The quantile metrics entries for each quantile.
    QuantileMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry `json:"quantileMetrics,omitempty"`
    // RSquared: Coefficient of determination as Pearson correlation coefficient.
    // Undefined when ground truth or predictions are constant or near constant.
    RSquared float64 `json:"rSquared,omitempty"`
    // RootMeanSquaredError: Root Mean Squared Error (RMSE).
    RootMeanSquaredError float64 `json:"rootMeanSquaredError,omitempty"`
    // RootMeanSquaredLogError: Root mean squared log error. Undefined when there
    // are negative ground truth values or predictions.
    RootMeanSquaredLogError float64 `json:"rootMeanSquaredLogError,omitempty"`
    // RootMeanSquaredPercentageError: Root Mean Square Percentage Error. Square
    // root of MSPE. Undefined/imaginary when MSPE is negative.
    RootMeanSquaredPercentageError float64 `json:"rootMeanSquaredPercentageError,omitempty"`
    // WeightedAbsolutePercentageError: Weighted Absolute Percentage Error. Does
    // not use weights, this is just what the metric is called. Undefined if actual
    // values sum to zero. Will be very large if actual values sum to a very small
    // number.
    WeightedAbsolutePercentageError float64 `json:"weightedAbsolutePercentageError,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MeanAbsoluteError") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MeanAbsoluteError") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluation MetricsQuantileMetricsEntry: Entry for the Quantiles loss type optimization objective.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry struct {
    // ObservedQuantile: This is a custom metric that calculates the percentage of
    // true values that were less than the predicted value for that quantile. Only
    // populated when optimization_objective is minimize-quantile-loss and each
    // entry corresponds to an entry in quantiles The percent value can be used to
    // compare with the quantile value, which is the target value.
    ObservedQuantile float64 `json:"observedQuantile,omitempty"`
    // Quantile: The quantile for this entry.
    Quantile float64 `json:"quantile,omitempty"`
    // ScaledPinballLoss: The scaled pinball loss of this quantile.
    ScaledPinballLoss float64 `json:"scaledPinballLoss,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ObservedQuantile") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ObservedQuantile") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics struct {
    // Bleu: BLEU (bilingual evaluation understudy) scores based on sacrebleu
    // implementation.
    Bleu float64 `json:"bleu,omitempty"`
    // RougeLSum: ROUGE-L (Longest Common Subsequence) scoring at summary level.
    RougeLSum float64 `json:"rougeLSum,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Bleu") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Bleu") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionE valuationMetrics: Metrics for image object detection evaluation results.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics struct {
    // BoundingBoxMeanAveragePrecision: The single metric for bounding boxes
    // evaluation: the `meanAveragePrecision` averaged over all
    // `boundingBoxMetricsEntries`.
    BoundingBoxMeanAveragePrecision float64 `json:"boundingBoxMeanAveragePrecision,omitempty"`
    // BoundingBoxMetrics: The bounding boxes match metrics for each
    // intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and
    // each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
    BoundingBoxMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics `json:"boundingBoxMetrics,omitempty"`
    // EvaluatedBoundingBoxCount: The total number of bounding boxes (i.e. summed
    // over all images) the ground truth used to create this evaluation had.
    EvaluatedBoundingBoxCount int64 `json:"evaluatedBoundingBoxCount,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "BoundingBoxMeanAveragePrecision") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingBoxMeanAveragePrecision")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEval uationMetrics: Metrics for image segmentation evaluation results.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetrics struct {
    // ConfidenceMetricsEntries: Metrics for each confidenceThreshold in
    // 0.00,0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 Precision-recall curve can be
    // derived from it.
    ConfidenceMetricsEntries []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry `json:"confidenceMetricsEntries,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceMetricsEntries")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceMetricsEntries") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetrics) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry struct {
    // ConfidenceThreshold: Metrics are computed with an assumption that the model
    // never returns predictions with score lower than this value.
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // ConfusionMatrix: Confusion matrix for the given confidence threshold.
    ConfusionMatrix *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix `json:"confusionMatrix,omitempty"`
    // DiceScoreCoefficient: DSC or the F1 score, The harmonic mean of recall and
    // precision.
    DiceScoreCoefficient float64 `json:"diceScoreCoefficient,omitempty"`
    // IouScore: The intersection-over-union score. The measure of overlap of the
    // annotation's category mask with ground truth category mask on the DataItem.
    IouScore float64 `json:"iouScore,omitempty"`
    // Precision: Precision for the given confidence threshold.
    Precision float64 `json:"precision,omitempty"`
    // Recall: Recall (True Positive Rate) for the given confidence threshold.
    Recall float64 `json:"recall,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGeneratio nEvaluationMetrics: Metrics for general pairwise text generation evaluation results.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics struct {
    // Accuracy: Fraction of cases where the autorater agreed with the human
    // raters.
    Accuracy float64 `json:"accuracy,omitempty"`
    // BaselineModelWinRate: Percentage of time the autorater decided the baseline
    // model had the better response.
    BaselineModelWinRate float64 `json:"baselineModelWinRate,omitempty"`
    // CohensKappa: A measurement of agreement between the autorater and human
    // raters that takes the likelihood of random agreement into account.
    CohensKappa float64 `json:"cohensKappa,omitempty"`
    // F1Score: Harmonic mean of precision and recall.
    F1Score float64 `json:"f1Score,omitempty"`
    // FalseNegativeCount: Number of examples where the autorater chose the
    // baseline model, but humans preferred the model.
    FalseNegativeCount int64 `json:"falseNegativeCount,omitempty,string"`
    // FalsePositiveCount: Number of examples where the autorater chose the model,
    // but humans preferred the baseline model.
    FalsePositiveCount int64 `json:"falsePositiveCount,omitempty,string"`
    // HumanPreferenceBaselineModelWinRate: Percentage of time humans decided the
    // baseline model had the better response.
    HumanPreferenceBaselineModelWinRate float64 `json:"humanPreferenceBaselineModelWinRate,omitempty"`
    // HumanPreferenceModelWinRate: Percentage of time humans decided the model had
    // the better response.
    HumanPreferenceModelWinRate float64 `json:"humanPreferenceModelWinRate,omitempty"`
    // ModelWinRate: Percentage of time the autorater decided the model had the
    // better response.
    ModelWinRate float64 `json:"modelWinRate,omitempty"`
    // Precision: Fraction of cases where the autorater and humans thought the
    // model had a better response out of all cases where the autorater thought the
    // model had a better response. True positive divided by all positive.
    Precision float64 `json:"precision,omitempty"`
    // Recall: Fraction of cases where the autorater and humans thought the model
    // had a better response out of all cases where the humans thought the model
    // had a better response.
    Recall float64 `json:"recall,omitempty"`
    // TrueNegativeCount: Number of examples where both the autorater and humans
    // decided that the model had the worse response.
    TrueNegativeCount int64 `json:"trueNegativeCount,omitempty,string"`
    // TruePositiveCount: Number of examples where both the autorater and humans
    // decided that the model had the better response.
    TruePositiveCount int64 `json:"truePositiveCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "Accuracy") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Accuracy") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsPairwiseTextGenerationEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics struct {
    // ExactMatch: The rate at which the input predicted strings exactly match
    // their references.
    ExactMatch float64 `json:"exactMatch,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ExactMatch") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ExactMatch") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationM etrics: Metrics for regression evaluation results.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics struct {
    // MeanAbsoluteError: Mean Absolute Error (MAE).
    MeanAbsoluteError float64 `json:"meanAbsoluteError,omitempty"`
    // MeanAbsolutePercentageError: Mean absolute percentage error. Infinity when
    // there are zeros in the ground truth.
    MeanAbsolutePercentageError float64 `json:"meanAbsolutePercentageError,omitempty"`
    // RSquared: Coefficient of determination as Pearson correlation coefficient.
    // Undefined when ground truth or predictions are constant or near constant.
    RSquared float64 `json:"rSquared,omitempty"`
    // RootMeanSquaredError: Root Mean Squared Error (RMSE).
    RootMeanSquaredError float64 `json:"rootMeanSquaredError,omitempty"`
    // RootMeanSquaredLogError: Root mean squared log error. Undefined when there
    // are negative ground truth values or predictions.
    RootMeanSquaredLogError float64 `json:"rootMeanSquaredLogError,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MeanAbsoluteError") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MeanAbsoluteError") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics struct {
    // RougeLSum: ROUGE-L (Longest Common Subsequence) scoring at summary level.
    RougeLSum float64 `json:"rougeLSum,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RougeLSum") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RougeLSum") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluat ionMetrics: Metrics for text extraction evaluation results.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics struct {
    // ConfidenceMetrics: Metrics that have confidence thresholds. Precision-recall
    // curve can be derived from them.
    ConfidenceMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics `json:"confidenceMetrics,omitempty"`
    // ConfusionMatrix: Confusion matrix of the evaluation. Only set for Models
    // where number of AnnotationSpecs is no more than 10. Only set for
    // ModelEvaluations, not for ModelEvaluationSlices.
    ConfusionMatrix *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix `json:"confusionMatrix,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceMetrics") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceMetrics") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics struct {
    // ConfidenceThreshold: Metrics are computed with an assumption that the Model
    // never returns predictions with score lower than this value.
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // F1Score: The harmonic mean of recall and precision.
    F1Score float64 `json:"f1Score,omitempty"`
    // Precision: Precision for the given confidence threshold.
    Precision float64 `json:"precision,omitempty"`
    // Recall: Recall (True Positive Rate) for the given confidence threshold.
    Recall float64 `json:"recall,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluati onMetrics: Model evaluation metrics for text sentiment problems.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics struct {
    // ConfusionMatrix: Confusion matrix of the evaluation. Only set for
    // ModelEvaluations, not for ModelEvaluationSlices.
    ConfusionMatrix *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix `json:"confusionMatrix,omitempty"`
    // F1Score: The harmonic mean of recall and precision.
    F1Score float64 `json:"f1Score,omitempty"`
    // LinearKappa: Linear weighted kappa. Only set for ModelEvaluations, not for
    // ModelEvaluationSlices.
    LinearKappa float64 `json:"linearKappa,omitempty"`
    // MeanAbsoluteError: Mean absolute error. Only set for ModelEvaluations, not
    // for ModelEvaluationSlices.
    MeanAbsoluteError float64 `json:"meanAbsoluteError,omitempty"`
    // MeanSquaredError: Mean squared error. Only set for ModelEvaluations, not for
    // ModelEvaluationSlices.
    MeanSquaredError float64 `json:"meanSquaredError,omitempty"`
    // Precision: Precision.
    Precision float64 `json:"precision,omitempty"`
    // QuadraticKappa: Quadratic weighted kappa. Only set for ModelEvaluations, not
    // for ModelEvaluationSlices.
    QuadraticKappa float64 `json:"quadraticKappa,omitempty"`
    // Recall: Recall.
    Recall float64 `json:"recall,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfusionMatrix") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfusionMatrix") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics: UNIMPLEMENTED. Track matching model metrics for a single track match threshold and multiple label match confidence thresholds.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics struct {
    // ConfidenceMetrics: Metrics for each label-match `confidenceThreshold` from
    // 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is derived
    // from them.
    ConfidenceMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics `json:"confidenceMetrics,omitempty"`
    // IouThreshold: The intersection-over-union threshold value between bounding
    // boxes across frames used to compute this metric entry.
    IouThreshold float64 `json:"iouThreshold,omitempty"`
    // MeanBoundingBoxIou: The mean bounding box iou over all confidence
    // thresholds.
    MeanBoundingBoxIou float64 `json:"meanBoundingBoxIou,omitempty"`
    // MeanMismatchRate: The mean mismatch rate over all confidence thresholds.
    MeanMismatchRate float64 `json:"meanMismatchRate,omitempty"`
    // MeanTrackingAveragePrecision: The mean average precision over all confidence
    // thresholds.
    MeanTrackingAveragePrecision float64 `json:"meanTrackingAveragePrecision,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceMetrics") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceMetrics") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenc eMetrics: Metrics for a single confidence threshold.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics struct {
    // BoundingBoxIou: Bounding box intersection-over-union precision. Measures how
    // well the bounding boxes overlap between each other (e.g. complete overlap or
    // just barely above iou_threshold).
    BoundingBoxIou float64 `json:"boundingBoxIou,omitempty"`
    // ConfidenceThreshold: The confidence threshold value used to compute the
    // metrics.
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // MismatchRate: Mismatch rate, which measures the tracking consistency, i.e.
    // correctness of instance ID continuity.
    MismatchRate float64 `json:"mismatchRate,omitempty"`
    // TrackingPrecision: Tracking precision.
    TrackingPrecision float64 `json:"trackingPrecision,omitempty"`
    // TrackingRecall: Tracking recall.
    TrackingRecall float64 `json:"trackingRecall,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BoundingBoxIou") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingBoxIou") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics: The Evaluation metrics given a specific precision_window_length.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics struct {
    // ConfidenceMetrics: Metrics for each label-match confidence_threshold from
    // 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.
    ConfidenceMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics `json:"confidenceMetrics,omitempty"`
    // MeanAveragePrecision: The mean average precision.
    MeanAveragePrecision float64 `json:"meanAveragePrecision,omitempty"`
    // PrecisionWindowLength: This VideoActionMetrics is calculated based on this
    // prediction window length. If the predicted action's timestamp is inside the
    // time window whose center is the ground truth action's timestamp with this
    // specific length, the prediction result is treated as a true positive.
    PrecisionWindowLength string `json:"precisionWindowLength,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceMetrics") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceMetrics") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsCon fidenceMetrics: Metrics for a single confidence threshold.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics struct {
    // ConfidenceThreshold: Output only. The confidence threshold value used to
    // compute the metrics.
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // F1Score: Output only. The harmonic mean of recall and precision.
    F1Score float64 `json:"f1Score,omitempty"`
    // Precision: Output only. Precision for the given confidence threshold.
    Precision float64 `json:"precision,omitempty"`
    // Recall: Output only. Recall for the given confidence threshold.
    Recall float64 `json:"recall,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitionMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitio nMetrics: Model evaluation metrics for video action recognition.

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitionMetrics struct {
    // EvaluatedActionCount: The number of ground truth actions used to create this
    // evaluation.
    EvaluatedActionCount int64 `json:"evaluatedActionCount,omitempty"`
    // VideoActionMetrics: The metric entries for precision window lengths:
    // 1s,2s,3s.
    VideoActionMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics `json:"videoActionMetrics,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EvaluatedActionCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluatedActionCount") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitionMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitionMetrics) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics

GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMe trics: Model evaluation metrics for video object tracking problems. Evaluates prediction quality of both labeled bounding boxes and labeled tracks (i.e. series of bounding boxes sharing same label and instance ID).

type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics struct {
    // BoundingBoxMeanAveragePrecision: The single metric for bounding boxes
    // evaluation: the `meanAveragePrecision` averaged over all
    // `boundingBoxMetrics`.
    BoundingBoxMeanAveragePrecision float64 `json:"boundingBoxMeanAveragePrecision,omitempty"`
    // BoundingBoxMetrics: The bounding boxes match metrics for each
    // intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and
    // each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
    BoundingBoxMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics `json:"boundingBoxMetrics,omitempty"`
    // EvaluatedBoundingBoxCount: UNIMPLEMENTED. The total number of bounding boxes
    // (i.e. summed over all frames) the ground truth used to create this
    // evaluation had.
    EvaluatedBoundingBoxCount int64 `json:"evaluatedBoundingBoxCount,omitempty"`
    // EvaluatedFrameCount: UNIMPLEMENTED. The number of video frames used to
    // create this evaluation.
    EvaluatedFrameCount int64 `json:"evaluatedFrameCount,omitempty"`
    // EvaluatedTrackCount: UNIMPLEMENTED. The total number of tracks (i.e. as seen
    // across all frames) the ground truth used to create this evaluation had.
    EvaluatedTrackCount int64 `json:"evaluatedTrackCount,omitempty"`
    // TrackMeanAveragePrecision: UNIMPLEMENTED. The single metric for tracks
    // accuracy evaluation: the `meanAveragePrecision` averaged over all
    // `trackMetrics`.
    TrackMeanAveragePrecision float64 `json:"trackMeanAveragePrecision,omitempty"`
    // TrackMeanBoundingBoxIou: UNIMPLEMENTED. The single metric for tracks
    // bounding box iou evaluation: the `meanBoundingBoxIou` averaged over all
    // `trackMetrics`.
    TrackMeanBoundingBoxIou float64 `json:"trackMeanBoundingBoxIou,omitempty"`
    // TrackMeanMismatchRate: UNIMPLEMENTED. The single metric for tracking
    // consistency evaluation: the `meanMismatchRate` averaged over all
    // `trackMetrics`.
    TrackMeanMismatchRate float64 `json:"trackMeanMismatchRate,omitempty"`
    // TrackMetrics: UNIMPLEMENTED. The tracks match metrics for each
    // intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and
    // each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
    TrackMetrics []*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics `json:"trackMetrics,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "BoundingBoxMeanAveragePrecision") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingBoxMeanAveragePrecision")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictio nInstance: Prediction input format for Image Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictionInstance struct {
    // Content: The image bytes or Cloud Storage URI to make the prediction on.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the content of the image. Only the images in
    // below listed MIME types are supported. - image/jpeg - image/gif - image/png
    // - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredicti onInstance: Prediction input format for Image Object Detection.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredictionInstance struct {
    // Content: The image bytes or Cloud Storage URI to make the prediction on.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the content of the image. Only the images in
    // below listed MIME types are supported. - image/jpeg - image/gif - image/png
    // - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionI nstance: Prediction input format for Image Segmentation.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionInstance struct {
    // Content: The image bytes to make the predictions on.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the content of the image. Only the images in
    // below listed MIME types are supported. - image/jpeg - image/png
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPrediction Instance: Prediction input format for Text Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPredictionInstance struct {
    // Content: The text snippet to make the predictions on.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the text snippet. The supported MIME types are
    // listed below. - text/plain
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInst ance: Prediction input format for Text Extraction.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInstance struct {
    // Content: The text snippet to make the predictions on.
    Content string `json:"content,omitempty"`
    // Key: This field is only used for batch prediction. If a key is provided, the
    // batch prediction result will by mapped to this key. If omitted, then the
    // batch prediction result will contain the entire input instance. Vertex AI
    // will not check if keys in the request are duplicates, so it is up to the
    // caller to ensure the keys are unique.
    Key string `json:"key,omitempty"`
    // MimeType: The MIME type of the text snippet. The supported MIME types are
    // listed below. - text/plain
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInsta nce: Prediction input format for Text Sentiment.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInstance struct {
    // Content: The text snippet to make the predictions on.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the text snippet. The supported MIME types are
    // listed below. - text/plain
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredic tionInstance: Prediction input format for Video Action Recognition.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredictionInstance struct {
    // Content: The Google Cloud Storage location of the video on which to perform
    // the prediction.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the content of the video. Only the following are
    // supported: video/mp4 video/avi video/quicktime
    MimeType string `json:"mimeType,omitempty"`
    // TimeSegmentEnd: The end, exclusive, of the video's time segment on which to
    // perform the prediction. Expressed as a number of seconds as measured from
    // the start of the video, with "s" appended at the end. Fractions are allowed,
    // up to a microsecond precision, and "inf" or "Infinity" is allowed, which
    // means the end of the video.
    TimeSegmentEnd string `json:"timeSegmentEnd,omitempty"`
    // TimeSegmentStart: The beginning, inclusive, of the video's time segment on
    // which to perform the prediction. Expressed as a number of seconds as
    // measured from the start of the video, with "s" appended at the end.
    // Fractions are allowed, up to a microsecond precision.
    TimeSegmentStart string `json:"timeSegmentStart,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictio nInstance: Prediction input format for Video Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance struct {
    // Content: The Google Cloud Storage location of the video on which to perform
    // the prediction.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the content of the video. Only the following are
    // supported: video/mp4 video/avi video/quicktime
    MimeType string `json:"mimeType,omitempty"`
    // TimeSegmentEnd: The end, exclusive, of the video's time segment on which to
    // perform the prediction. Expressed as a number of seconds as measured from
    // the start of the video, with "s" appended at the end. Fractions are allowed,
    // up to a microsecond precision, and "inf" or "Infinity" is allowed, which
    // means the end of the video.
    TimeSegmentEnd string `json:"timeSegmentEnd,omitempty"`
    // TimeSegmentStart: The beginning, inclusive, of the video's time segment on
    // which to perform the prediction. Expressed as a number of seconds as
    // measured from the start of the video, with "s" appended at the end.
    // Fractions are allowed, up to a microsecond precision.
    TimeSegmentStart string `json:"timeSegmentStart,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictionInstance

GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictio nInstance: Prediction input format for Video Object Tracking.

type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictionInstance struct {
    // Content: The Google Cloud Storage location of the video on which to perform
    // the prediction.
    Content string `json:"content,omitempty"`
    // MimeType: The MIME type of the content of the video. Only the following are
    // supported: video/mp4 video/avi video/quicktime
    MimeType string `json:"mimeType,omitempty"`
    // TimeSegmentEnd: The end, exclusive, of the video's time segment on which to
    // perform the prediction. Expressed as a number of seconds as measured from
    // the start of the video, with "s" appended at the end. Fractions are allowed,
    // up to a microsecond precision, and "inf" or "Infinity" is allowed, which
    // means the end of the video.
    TimeSegmentEnd string `json:"timeSegmentEnd,omitempty"`
    // TimeSegmentStart: The beginning, inclusive, of the video's time segment on
    // which to perform the prediction. Expressed as a number of seconds as
    // measured from the start of the video, with "s" appended at the end.
    // Fractions are allowed, up to a microsecond precision.
    TimeSegmentStart string `json:"timeSegmentStart,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictionInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictionInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams

GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionP arams: Prediction model parameters for Image Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams struct {
    // ConfidenceThreshold: The Model only returns predictions with at least this
    // confidence score. Default value is 0.0
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // MaxPredictions: The Model only returns up to that many top, by confidence
    // score, predictions per instance. If this number is very high, the Model may
    // return fewer predictions. Default value is 10.
    MaxPredictions int64 `json:"maxPredictions,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams

GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPrediction Params: Prediction model parameters for Image Object Detection.

type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams struct {
    // ConfidenceThreshold: The Model only returns predictions with at least this
    // confidence score. Default value is 0.0
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // MaxPredictions: The Model only returns up to that many top, by confidence
    // score, predictions per instance. Note that number of returned predictions is
    // also limited by metadata's predictionsLimit. Default value is 10.
    MaxPredictions int64 `json:"maxPredictions,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams

GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionPar ams: Prediction model parameters for Image Segmentation.

type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams struct {
    // ConfidenceThreshold: When the model predicts category of pixels of the
    // image, it will only provide predictions for pixels that it is at least this
    // much confident about. All other pixels will be classified as background.
    // Default value is 0.5.
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams

GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredicti onParams: Prediction model parameters for Video Action Recognition.

type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams struct {
    // ConfidenceThreshold: The Model only returns predictions with at least this
    // confidence score. Default value is 0.0
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // MaxPredictions: The model only returns up to that many top, by confidence
    // score, predictions per frame of the video. If this number is very high, the
    // Model may return fewer predictions per frame. Default value is 50.
    MaxPredictions int64 `json:"maxPredictions,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams

GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionP arams: Prediction model parameters for Video Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams struct {
    // ConfidenceThreshold: The Model only returns predictions with at least this
    // confidence score. Default value is 0.0
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // MaxPredictions: The Model only returns up to that many top, by confidence
    // score, predictions per instance. If this number is very high, the Model may
    // return fewer predictions. Default value is 10,000.
    MaxPredictions int64 `json:"maxPredictions,omitempty"`
    // OneSecIntervalClassification: Set to true to request classification for a
    // video at one-second intervals. Vertex AI returns labels and their confidence
    // scores for each second of the entire time segment of the video that user
    // specified in the input WARNING: Model evaluation is not done for this
    // classification type, the quality of it depends on the training data, but
    // there are no metrics provided to describe that quality. Default value is
    // false
    OneSecIntervalClassification bool `json:"oneSecIntervalClassification,omitempty"`
    // SegmentClassification: Set to true to request segment-level classification.
    // Vertex AI returns labels and their confidence scores for the entire time
    // segment of the video that user specified in the input instance. Default
    // value is true
    SegmentClassification bool `json:"segmentClassification,omitempty"`
    // ShotClassification: Set to true to request shot-level classification. Vertex
    // AI determines the boundaries for each camera shot in the entire time segment
    // of the video that user specified in the input instance. Vertex AI then
    // returns labels and their confidence scores for each detected shot, along
    // with the start and end time of the shot. WARNING: Model evaluation is not
    // done for this classification type, the quality of it depends on the training
    // data, but there are no metrics provided to describe that quality. Default
    // value is false
    ShotClassification bool `json:"shotClassification,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams

GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionP arams: Prediction model parameters for Video Object Tracking.

type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams struct {
    // ConfidenceThreshold: The Model only returns predictions with at least this
    // confidence score. Default value is 0.0
    ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
    // MaxPredictions: The model only returns up to that many top, by confidence
    // score, predictions per frame of the video. If this number is very high, the
    // Model may return fewer predictions per frame. Default value is 50.
    MaxPredictions int64 `json:"maxPredictions,omitempty"`
    // MinBoundingBoxSize: Only bounding boxes with shortest edge at least that
    // long as a relative value of video frame size are returned. Default value is
    // 0.0.
    MinBoundingBoxSize float64 `json:"minBoundingBoxSize,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionRe sult: Prediction output format for Image and Text Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult struct {
    // Confidences: The Model's confidences in correctness of the predicted IDs,
    // higher value means higher confidence. Order matches the Ids.
    Confidences []float64 `json:"confidences,omitempty"`
    // DisplayNames: The display names of the AnnotationSpecs that had been
    // identified, order matches the IDs.
    DisplayNames []string `json:"displayNames,omitempty"`
    // Ids: The resource IDs of the AnnotationSpecs that had been identified.
    Ids googleapi.Int64s `json:"ids,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidences") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidences") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredic tionResult: Prediction output format for Image Object Detection.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult struct {
    // Bboxes: Bounding boxes, i.e. the rectangles over the image, that pinpoint
    // the found AnnotationSpecs. Given in order that matches the IDs. Each
    // bounding box is an array of 4 numbers `xMin`, `xMax`, `yMin`, and `yMax`,
    // which represent the extremal coordinates of the box. They are relative to
    // the image size, and the point 0,0 is in the top left of the image.
    Bboxes [][]interface{} `json:"bboxes,omitempty"`
    // Confidences: The Model's confidences in correctness of the predicted IDs,
    // higher value means higher confidence. Order matches the Ids.
    Confidences []float64 `json:"confidences,omitempty"`
    // DisplayNames: The display names of the AnnotationSpecs that had been
    // identified, order matches the IDs.
    DisplayNames []string `json:"displayNames,omitempty"`
    // Ids: The resource IDs of the AnnotationSpecs that had been identified,
    // ordered by the confidence score descendingly.
    Ids googleapi.Int64s `json:"ids,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Bboxes") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Bboxes") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictio nResult: Prediction output format for Image Segmentation.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictionResult struct {
    // CategoryMask: A PNG image where each pixel in the mask represents the
    // category in which the pixel in the original image was predicted to belong
    // to. The size of this image will be the same as the original image. The
    // mapping between the AnntoationSpec and the color can be found in model's
    // metadata. The model will choose the most likely category and if none of the
    // categories reach the confidence threshold, the pixel will be marked as
    // background.
    CategoryMask string `json:"categoryMask,omitempty"`
    // ConfidenceMask: A one channel image which is encoded as an 8bit lossless
    // PNG. The size of the image will be the same as the original image. For a
    // specific pixel, darker color means less confidence in correctness of the
    // cateogry in the categoryMask for the corresponding pixel. Black means no
    // confidence and white means complete confidence.
    ConfidenceMask string `json:"confidenceMask,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CategoryMask") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CategoryMask") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictionResult) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredi ctionResult: Prediction output format for Tabular Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult struct {
    // Classes: The name of the classes being classified, contains all possible
    // values of the target column.
    Classes []string `json:"classes,omitempty"`
    // Scores: The model's confidence in each class being correct, higher value
    // means higher confidence. The N-th score corresponds to the N-th class in
    // classes.
    Scores []float64 `json:"scores,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Classes") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Classes") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictio nResult: Prediction output format for Tabular Regression.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult struct {
    // LowerBound: The lower bound of the prediction interval.
    LowerBound float64 `json:"lowerBound,omitempty"`
    // QuantilePredictions: Quantile predictions, in 1-1 correspondence with
    // quantile_values.
    QuantilePredictions []float64 `json:"quantilePredictions,omitempty"`
    // QuantileValues: Quantile values.
    QuantileValues []float64 `json:"quantileValues,omitempty"`
    // UpperBound: The upper bound of the prediction interval.
    UpperBound float64 `json:"upperBound,omitempty"`
    // Value: The regression value.
    Value float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "LowerBound") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LowerBound") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionRe sult: Prediction output format for Text Extraction.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult struct {
    // Confidences: The Model's confidences in correctness of the predicted IDs,
    // higher value means higher confidence. Order matches the Ids.
    Confidences []float64 `json:"confidences,omitempty"`
    // DisplayNames: The display names of the AnnotationSpecs that had been
    // identified, order matches the IDs.
    DisplayNames []string `json:"displayNames,omitempty"`
    // Ids: The resource IDs of the AnnotationSpecs that had been identified,
    // ordered by the confidence score descendingly.
    Ids googleapi.Int64s `json:"ids,omitempty"`
    // TextSegmentEndOffsets: The end offsets, inclusive, of the text segment in
    // which the AnnotationSpec has been identified. Expressed as a zero-based
    // number of characters as measured from the start of the text snippet.
    TextSegmentEndOffsets googleapi.Int64s `json:"textSegmentEndOffsets,omitempty"`
    // TextSegmentStartOffsets: The start offsets, inclusive, of the text segment
    // in which the AnnotationSpec has been identified. Expressed as a zero-based
    // number of characters as measured from the start of the text snippet.
    TextSegmentStartOffsets googleapi.Int64s `json:"textSegmentStartOffsets,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidences") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidences") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionRes ult: Prediction output format for Text Sentiment

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionResult struct {
    // Sentiment: The integer sentiment labels between 0 (inclusive) and
    // sentimentMax label (inclusive), while 0 maps to the least positive sentiment
    // and sentimentMax maps to the most positive one. The higher the score is, the
    // more positive the sentiment in the text snippet is. Note: sentimentMax is an
    // integer value between 1 (inclusive) and 10 (inclusive).
    Sentiment int64 `json:"sentiment,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Sentiment") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Sentiment") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionResult) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance struct {
    AttributeColumns []string  `json:"attributeColumns,omitempty"`
    AttributeWeights []float64 `json:"attributeWeights,omitempty"`
    ContextColumns   []string  `json:"contextColumns,omitempty"`
    // ContextWeights: TFT feature importance values. Each pair for
    // {context/horizon/attribute} should have the same shape since the weight
    // corresponds to the column names.
    ContextWeights []float64 `json:"contextWeights,omitempty"`
    HorizonColumns []string  `json:"horizonColumns,omitempty"`
    HorizonWeights []float64 `json:"horizonWeights,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AttributeColumns") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AttributeColumns") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredi ctionResult: Prediction output format for Time Series Forecasting.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult struct {
    // QuantilePredictions: Quantile predictions, in 1-1 correspondence with
    // quantile_values.
    QuantilePredictions []float64 `json:"quantilePredictions,omitempty"`
    // QuantileValues: Quantile values.
    QuantileValues []float64 `json:"quantileValues,omitempty"`
    // TftFeatureImportance: Only use these if TFt is enabled.
    TftFeatureImportance *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance `json:"tftFeatureImportance,omitempty"`
    // Value: The regression value.
    Value float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "QuantilePredictions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "QuantilePredictions") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPred ictionResult: Prediction output format for Video Action Recognition.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult struct {
    // Confidence: The Model's confidence in correction of this prediction, higher
    // value means higher confidence.
    Confidence float64 `json:"confidence,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that had been
    // identified.
    DisplayName string `json:"displayName,omitempty"`
    // Id: The resource ID of the AnnotationSpec that had been identified.
    Id string `json:"id,omitempty"`
    // TimeSegmentEnd: The end, exclusive, of the video's time segment in which the
    // AnnotationSpec has been identified. Expressed as a number of seconds as
    // measured from the start of the video, with fractions up to a microsecond
    // precision, and with "s" appended at the end.
    TimeSegmentEnd string `json:"timeSegmentEnd,omitempty"`
    // TimeSegmentStart: The beginning, inclusive, of the video's time segment in
    // which the AnnotationSpec has been identified. Expressed as a number of
    // seconds as measured from the start of the video, with fractions up to a
    // microsecond precision, and with "s" appended at the end.
    TimeSegmentStart string `json:"timeSegmentStart,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredict ionResult: Prediction output format for Video Classification.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult struct {
    // Confidence: The Model's confidence in correction of this prediction, higher
    // value means higher confidence.
    Confidence float64 `json:"confidence,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that had been
    // identified.
    DisplayName string `json:"displayName,omitempty"`
    // Id: The resource ID of the AnnotationSpec that had been identified.
    Id string `json:"id,omitempty"`
    // TimeSegmentEnd: The end, exclusive, of the video's time segment in which the
    // AnnotationSpec has been identified. Expressed as a number of seconds as
    // measured from the start of the video, with fractions up to a microsecond
    // precision, and with "s" appended at the end. Note that for
    // 'segment-classification' prediction type, this equals the original
    // 'timeSegmentEnd' from the input instance, for other types it is the end of a
    // shot or a 1 second interval respectively.
    TimeSegmentEnd string `json:"timeSegmentEnd,omitempty"`
    // TimeSegmentStart: The beginning, inclusive, of the video's time segment in
    // which the AnnotationSpec has been identified. Expressed as a number of
    // seconds as measured from the start of the video, with fractions up to a
    // microsecond precision, and with "s" appended at the end. Note that for
    // 'segment-classification' prediction type, this equals the original
    // 'timeSegmentStart' from the input instance, for other types it is the start
    // of a shot or a 1 second interval respectively.
    TimeSegmentStart string `json:"timeSegmentStart,omitempty"`
    // Type: The type of the prediction. The requested types can be configured via
    // parameters. This will be one of - segment-classification -
    // shot-classification - one-sec-interval-classification
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredict ionResult: Prediction output format for Video Object Tracking.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult struct {
    // Confidence: The Model's confidence in correction of this prediction, higher
    // value means higher confidence.
    Confidence float64 `json:"confidence,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that had been
    // identified.
    DisplayName string `json:"displayName,omitempty"`
    // Frames: All of the frames of the video in which a single object instance has
    // been detected. The bounding boxes in the frames identify the same object.
    Frames []*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame `json:"frames,omitempty"`
    // Id: The resource ID of the AnnotationSpec that had been identified.
    Id string `json:"id,omitempty"`
    // TimeSegmentEnd: The end, inclusive, of the video's time segment in which the
    // object instance has been detected. Expressed as a number of seconds as
    // measured from the start of the video, with fractions up to a microsecond
    // precision, and with "s" appended at the end.
    TimeSegmentEnd string `json:"timeSegmentEnd,omitempty"`
    // TimeSegmentStart: The beginning, inclusive, of the video's time segment in
    // which the object instance has been detected. Expressed as a number of
    // seconds as measured from the start of the video, with fractions up to a
    // microsecond precision, and with "s" appended at the end.
    TimeSegmentStart string `json:"timeSegmentStart,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame

GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredict ionResultFrame: The fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e. the rectangle over the video frame pinpointing the found AnnotationSpec. The coordinates are relative to the frame size, and the point 0,0 is in the top left of the frame.

type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame struct {
    // TimeOffset: A time (frame) of a video in which the object has been detected.
    // Expressed as a number of seconds as measured from the start of the video,
    // with fractions up to a microsecond precision, and with "s" appended at the
    // end.
    TimeOffset string `json:"timeOffset,omitempty"`
    // XMax: The rightmost coordinate of the bounding box.
    XMax float64 `json:"xMax,omitempty"`
    // XMin: The leftmost coordinate of the bounding box.
    XMin float64 `json:"xMin,omitempty"`
    // YMax: The bottommost coordinate of the bounding box.
    YMax float64 `json:"yMax,omitempty"`
    // YMin: The topmost coordinate of the bounding box.
    YMin float64 `json:"yMin,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TimeOffset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TimeOffset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaPredictionResult

GoogleCloudAiplatformV1beta1SchemaPredictionResult: Represents a line of JSONL in the batch prediction output file.

type GoogleCloudAiplatformV1beta1SchemaPredictionResult struct {
    // Error: The error result. Do not set prediction if this is set.
    Error *GoogleCloudAiplatformV1beta1SchemaPredictionResultError `json:"error,omitempty"`
    // Instance: User's input instance. Struct is used here instead of Any so that
    // JsonFormat does not append an extra "@type" field when we convert the proto
    // to JSON.
    Instance googleapi.RawMessage `json:"instance,omitempty"`
    // Key: Optional user-provided key from the input instance.
    Key string `json:"key,omitempty"`
    // Prediction: The prediction result. Value is used here instead of Any so that
    // JsonFormat does not append an extra "@type" field when we convert the proto
    // to JSON and so we can represent array of objects. Do not set error if this
    // is set.
    Prediction interface{} `json:"prediction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Error") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Error") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictionResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictionResult) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaPredictionResultError

type GoogleCloudAiplatformV1beta1SchemaPredictionResultError struct {
    // Message: Error message with additional details.
    Message string `json:"message,omitempty"`
    // Status: Error status. This will be serialized into the enum name e.g.
    // "NOT_FOUND".
    //
    // Possible values:
    //   "OK" - Not an error; returned on success. HTTP Mapping: 200 OK
    //   "CANCELLED" - The operation was cancelled, typically by the caller. HTTP
    // Mapping: 499 Client Closed Request
    //   "UNKNOWN" - Unknown error. For example, this error may be returned when a
    // `Status` value received from another address space belongs to an error space
    // that is not known in this address space. Also errors raised by APIs that do
    // not return enough error information may be converted to this error. HTTP
    // Mapping: 500 Internal Server Error
    //   "INVALID_ARGUMENT" - The client specified an invalid argument. Note that
    // this differs from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates
    // arguments that are problematic regardless of the state of the system (e.g.,
    // a malformed file name). HTTP Mapping: 400 Bad Request
    //   "DEADLINE_EXCEEDED" - The deadline expired before the operation could
    // complete. For operations that change the state of the system, this error may
    // be returned even if the operation has completed successfully. For example, a
    // successful response from a server could have been delayed long enough for
    // the deadline to expire. HTTP Mapping: 504 Gateway Timeout
    //   "NOT_FOUND" - Some requested entity (e.g., file or directory) was not
    // found. Note to server developers: if a request is denied for an entire class
    // of users, such as gradual feature rollout or undocumented allowlist,
    // `NOT_FOUND` may be used. If a request is denied for some users within a
    // class of users, such as user-based access control, `PERMISSION_DENIED` must
    // be used. HTTP Mapping: 404 Not Found
    //   "ALREADY_EXISTS" - The entity that a client attempted to create (e.g.,
    // file or directory) already exists. HTTP Mapping: 409 Conflict
    //   "PERMISSION_DENIED" - The caller does not have permission to execute the
    // specified operation. `PERMISSION_DENIED` must not be used for rejections
    // caused by exhausting some resource (use `RESOURCE_EXHAUSTED` instead for
    // those errors). `PERMISSION_DENIED` must not be used if the caller can not be
    // identified (use `UNAUTHENTICATED` instead for those errors). This error code
    // does not imply the request is valid or the requested entity exists or
    // satisfies other pre-conditions. HTTP Mapping: 403 Forbidden
    //   "UNAUTHENTICATED" - The request does not have valid authentication
    // credentials for the operation. HTTP Mapping: 401 Unauthorized
    //   "RESOURCE_EXHAUSTED" - Some resource has been exhausted, perhaps a
    // per-user quota, or perhaps the entire file system is out of space. HTTP
    // Mapping: 429 Too Many Requests
    //   "FAILED_PRECONDITION" - The operation was rejected because the system is
    // not in a state required for the operation's execution. For example, the
    // directory to be deleted is non-empty, an rmdir operation is applied to a
    // non-directory, etc. Service implementors can use the following guidelines to
    // decide between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: (a) Use
    // `UNAVAILABLE` if the client can retry just the failing call. (b) Use
    // `ABORTED` if the client should retry at a higher level. For example, when a
    // client-specified test-and-set fails, indicating the client should restart a
    // read-modify-write sequence. (c) Use `FAILED_PRECONDITION` if the client
    // should not retry until the system state has been explicitly fixed. For
    // example, if an "rmdir" fails because the directory is non-empty,
    // `FAILED_PRECONDITION` should be returned since the client should not retry
    // unless the files are deleted from the directory. HTTP Mapping: 400 Bad
    // Request
    //   "ABORTED" - The operation was aborted, typically due to a concurrency
    // issue such as a sequencer check failure or transaction abort. See the
    // guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and
    // `UNAVAILABLE`. HTTP Mapping: 409 Conflict
    //   "OUT_OF_RANGE" - The operation was attempted past the valid range. E.g.,
    // seeking or reading past end-of-file. Unlike `INVALID_ARGUMENT`, this error
    // indicates a problem that may be fixed if the system state changes. For
    // example, a 32-bit file system will generate `INVALID_ARGUMENT` if asked to
    // read at an offset that is not in the range [0,2^32-1], but it will generate
    // `OUT_OF_RANGE` if asked to read from an offset past the current file size.
    // There is a fair bit of overlap between `FAILED_PRECONDITION` and
    // `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific error)
    // when it applies so that callers who are iterating through a space can easily
    // look for an `OUT_OF_RANGE` error to detect when they are done. HTTP Mapping:
    // 400 Bad Request
    //   "UNIMPLEMENTED" - The operation is not implemented or is not
    // supported/enabled in this service. HTTP Mapping: 501 Not Implemented
    //   "INTERNAL" - Internal errors. This means that some invariants expected by
    // the underlying system have been broken. This error code is reserved for
    // serious errors. HTTP Mapping: 500 Internal Server Error
    //   "UNAVAILABLE" - The service is currently unavailable. This is most likely
    // a transient condition, which can be corrected by retrying with a backoff.
    // Note that it is not always safe to retry non-idempotent operations. See the
    // guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and
    // `UNAVAILABLE`. HTTP Mapping: 503 Service Unavailable
    //   "DATA_LOSS" - Unrecoverable data loss or corruption. HTTP Mapping: 500
    // Internal Server Error
    Status string `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Message") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Message") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaPredictionResultError) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaPredictionResultError) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata

GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata: The metadata of Datasets that contain tables data.

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata struct {
    InputConfig *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig `json:"inputConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource struct {
    // Uri: The URI of a BigQuery table. e.g. bq://projectId.bqDatasetId.bqTableId
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource struct {
    // Uri: Cloud Storage URI of one or more files. Only CSV files are supported.
    // The first line of the CSV file is used as the header. If there are multiple
    // files, the header is the first line of the lexicographically first file, the
    // other files must either contain the exact same header or omit the header.
    Uri []string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig

GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig: The tables Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.

type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig struct {
    BigquerySource *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource `json:"bigquerySource,omitempty"`
    GcsSource      *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource      `json:"gcsSource,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigquerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigquerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation

GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation: Annotation details specific to text classification.

type GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTextDataItem

GoogleCloudAiplatformV1beta1SchemaTextDataItem: Payload of Text DataItem.

type GoogleCloudAiplatformV1beta1SchemaTextDataItem struct {
    // GcsUri: Output only. Google Cloud Storage URI points to the original text in
    // user's bucket. The text file is up to 10MB in size.
    GcsUri string `json:"gcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsUri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTextDataItem) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTextDataItem) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata

GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata: The metadata of Datasets that contain Text DataItems.

type GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata struct {
    // DataItemSchemaUri: Points to a YAML file stored on Google Cloud Storage
    // describing payload of the Text DataItems that belong to this Dataset.
    DataItemSchemaUri string `json:"dataItemSchemaUri,omitempty"`
    // GcsBucket: Google Cloud Storage Bucket name that contains the blob data of
    // this Dataset.
    GcsBucket string `json:"gcsBucket,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataItemSchemaUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataItemSchemaUri") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation

GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation: Annotation details specific to text extraction.

type GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // TextSegment: The segment of the text content.
    TextSegment *GoogleCloudAiplatformV1beta1SchemaTextSegment `json:"textSegment,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTextSegment

GoogleCloudAiplatformV1beta1SchemaTextSegment: The text segment inside of DataItem.

type GoogleCloudAiplatformV1beta1SchemaTextSegment struct {
    // Content: The text content in the segment for output only.
    Content string `json:"content,omitempty"`
    // EndOffset: Zero-based character index of the first character past the end of
    // the text segment (counting character from the beginning of the text). The
    // character at the end_offset is NOT included in the text segment.
    EndOffset uint64 `json:"endOffset,omitempty,string"`
    // StartOffset: Zero-based character index of the first character of the text
    // segment (counting characters from the beginning of the text).
    StartOffset uint64 `json:"startOffset,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTextSegment) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTextSegment) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation

GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation: Annotation details specific to text sentiment.

type GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // Sentiment: The sentiment score for text.
    Sentiment int64 `json:"sentiment,omitempty"`
    // SentimentMax: The sentiment max score for text.
    SentimentMax int64 `json:"sentimentMax,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata

GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata: The metadata of SavedQuery contains TextSentiment Annotations.

type GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata struct {
    // SentimentMax: The maximum sentiment of sentiment Anntoation in this
    // SavedQuery.
    SentimentMax int64 `json:"sentimentMax,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SentimentMax") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SentimentMax") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTimeSegment

GoogleCloudAiplatformV1beta1SchemaTimeSegment: A time period inside of a DataItem that has a time dimension (e.g. video).

type GoogleCloudAiplatformV1beta1SchemaTimeSegment struct {
    // EndTimeOffset: End of the time segment (exclusive), represented as the
    // duration since the start of the DataItem.
    EndTimeOffset string `json:"endTimeOffset,omitempty"`
    // StartTimeOffset: Start of the time segment (inclusive), represented as the
    // duration since the start of the DataItem.
    StartTimeOffset string `json:"startTimeOffset,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndTimeOffset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndTimeOffset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTimeSegment) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTimeSegment) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata

GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata: The metadata of Datasets that contain time series data.

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata struct {
    InputConfig *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig `json:"inputConfig,omitempty"`
    // TimeColumn: The column name of the time column that identifies time order in
    // the time series.
    TimeColumn string `json:"timeColumn,omitempty"`
    // TimeSeriesIdentifierColumn: The column name of the time series identifier
    // column that identifies the time series.
    TimeSeriesIdentifierColumn string `json:"timeSeriesIdentifierColumn,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource struct {
    // Uri: The URI of a BigQuery table.
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource struct {
    // Uri: Cloud Storage URI of one or more files. Only CSV files are supported.
    // The first line of the CSV file is used as the header. If there are multiple
    // files, the header is the first line of the lexicographically first file, the
    // other files must either contain the exact same header or omit the header.
    Uri []string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig

GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig: The time series Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.

type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig struct {
    BigquerySource *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource `json:"bigquerySource,omitempty"`
    GcsSource      *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource      `json:"gcsSource,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigquerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigquerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting: A TrainingJob that trains and uploads an AutoML Forecasting Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs struct {
    // AdditionalExperiments: Additional experiment flags for the time series
    // forcasting training.
    AdditionalExperiments []string `json:"additionalExperiments,omitempty"`
    // AvailableAtForecastColumns: Names of columns that are available and provided
    // when a forecast is requested. These columns contain information for the
    // given entity (identified by the time_series_identifier_column column) that
    // is known at forecast. For example, predicted weather for a specific day.
    AvailableAtForecastColumns []string `json:"availableAtForecastColumns,omitempty"`
    // ContextWindow: The amount of time into the past training and prediction data
    // is used for model training and prediction respectively. Expressed in number
    // of units defined by the `data_granularity` field.
    ContextWindow int64 `json:"contextWindow,omitempty,string"`
    // DataGranularity: Expected difference in time granularity between rows in the
    // data.
    DataGranularity *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity `json:"dataGranularity,omitempty"`
    // EnableProbabilisticInference: If probabilistic inference is enabled, the
    // model will fit a distribution that captures the uncertainty of a prediction.
    // At inference time, the predictive distribution is used to make a point
    // prediction that minimizes the optimization objective. For example, the mean
    // of a predictive distribution is the point prediction that minimizes RMSE
    // loss. If quantiles are specified, then the quantiles of the distribution are
    // also returned. The optimization objective cannot be minimize-quantile-loss.
    EnableProbabilisticInference bool `json:"enableProbabilisticInference,omitempty"`
    // ExportEvaluatedDataItemsConfig: Configuration for exporting test set
    // predictions to a BigQuery table. If this configuration is absent, then the
    // export is not performed.
    ExportEvaluatedDataItemsConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig `json:"exportEvaluatedDataItemsConfig,omitempty"`
    // ForecastHorizon: The amount of time into the future for which forecasted
    // values for the target are returned. Expressed in number of units defined by
    // the `data_granularity` field.
    ForecastHorizon int64 `json:"forecastHorizon,omitempty,string"`
    // HierarchyConfig: Configuration that defines the hierarchical relationship of
    // time series and parameters for hierarchical forecasting strategies.
    HierarchyConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig `json:"hierarchyConfig,omitempty"`
    // HolidayRegions: The geographical region based on which the holiday effect is
    // applied in modeling by adding holiday categorical array feature that include
    // all holidays matching the date. This option only allowed when
    // data_granularity is day. By default, holiday effect modeling is disabled. To
    // turn it on, specify the holiday region using this option.
    HolidayRegions []string `json:"holidayRegions,omitempty"`
    // OptimizationObjective: Objective function the model is optimizing towards.
    // The training process creates a model that optimizes the value of the
    // objective function over the validation set. The supported optimization
    // objectives: * "minimize-rmse" (default) - Minimize root-mean-squared error
    // (RMSE). * "minimize-mae" - Minimize mean-absolute error (MAE). *
    // "minimize-rmsle" - Minimize root-mean-squared log error (RMSLE). *
    // "minimize-rmspe" - Minimize root-mean-squared percentage error (RMSPE). *
    // "minimize-wape-mae" - Minimize the combination of weighted absolute
    // percentage error (WAPE) and mean-absolute-error (MAE). *
    // "minimize-quantile-loss" - Minimize the quantile loss at the quantiles
    // defined in `quantiles`. * "minimize-mape" - Minimize the mean absolute
    // percentage error.
    OptimizationObjective string `json:"optimizationObjective,omitempty"`
    // Quantiles: Quantiles to use for minimize-quantile-loss
    // `optimization_objective`, or for probabilistic inference. Up to 5 quantiles
    // are allowed of values between 0 and 1, exclusive. Required if the value of
    // optimization_objective is minimize-quantile-loss. Represents the percent
    // quantiles to use for that objective. Quantiles must be unique.
    Quantiles []float64 `json:"quantiles,omitempty"`
    // TargetColumn: The name of the column that the Model is to predict values
    // for. This column must be unavailable at forecast.
    TargetColumn string `json:"targetColumn,omitempty"`
    // TimeColumn: The name of the column that identifies time order in the time
    // series. This column must be available at forecast.
    TimeColumn string `json:"timeColumn,omitempty"`
    // TimeSeriesAttributeColumns: Column names that should be used as attribute
    // columns. The value of these columns does not vary as a function of time. For
    // example, store ID or item color.
    TimeSeriesAttributeColumns []string `json:"timeSeriesAttributeColumns,omitempty"`
    // TimeSeriesIdentifierColumn: The name of the column that identifies the time
    // series.
    TimeSeriesIdentifierColumn string `json:"timeSeriesIdentifierColumn,omitempty"`
    // TrainBudgetMilliNodeHours: Required. The train budget of creating this
    // model, expressed in milli node hours i.e. 1,000 value in this field means 1
    // node hour. The training cost of the model will not exceed this budget. The
    // final cost will be attempted to be close to the budget, though may end up
    // being (even) noticeably smaller - at the backend's discretion. This
    // especially may happen when further model training ceases to provide any
    // improvements. If the budget is set to a value known to be insufficient to
    // train a model for the given dataset, the training won't be attempted and
    // will error. The train budget must be between 1,000 and 72,000 milli node
    // hours, inclusive.
    TrainBudgetMilliNodeHours int64 `json:"trainBudgetMilliNodeHours,omitempty,string"`
    // Transformations: Each transformation will apply transform function to given
    // input column. And the result will be used for training. When creating
    // transformation for BigQuery Struct column, the column should be flattened
    // using "." as the delimiter.
    Transformations []*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation `json:"transformations,omitempty"`
    // UnavailableAtForecastColumns: Names of columns that are unavailable when a
    // forecast is requested. This column contains information for the given entity
    // (identified by the time_series_identifier_column) that is unknown before the
    // forecast For example, actual weather on a given day.
    UnavailableAtForecastColumns []string `json:"unavailableAtForecastColumns,omitempty"`
    // ValidationOptions: Validation options for the data validation component. The
    // available options are: * "fail-pipeline" - default, will validate against
    // the validation and fail the pipeline if it fails. * "ignore-validation" -
    // ignore the results of the validation and continue
    ValidationOptions string `json:"validationOptions,omitempty"`
    // WeightColumn: Column name that should be used as the weight column. Higher
    // values in this column give more importance to the row during model training.
    // The column must have numeric values between 0 and 10000 inclusively; 0 means
    // the row is ignored for training. If weight column field is not set, then all
    // rows are assumed to have equal weight of 1.
    WeightColumn string `json:"weightColumn,omitempty"`
    // WindowConfig: Config containing strategy for generating sliding windows.
    WindowConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig `json:"windowConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AdditionalExperiments") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AdditionalExperiments") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInput sGranularity: A duration of time expressed in time granularity units.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity struct {
    // Quantity: The number of granularity_units between data points in the
    // training data. If `granularity_unit` is `minute`, can be 1, 5, 10, 15, or
    // 30. For all other values of `granularity_unit`, must be 1.
    Quantity int64 `json:"quantity,omitempty,string"`
    // Unit: The time granularity unit of this time period. The supported units
    // are: * "minute" * "hour" * "day" * "week" * "month" * "year"
    Unit string `json:"unit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Quantity") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Quantity") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation struct {
    Auto        *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation        `json:"auto,omitempty"`
    Categorical *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation `json:"categorical,omitempty"`
    Numeric     *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation     `json:"numeric,omitempty"`
    Text        *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation        `json:"text,omitempty"`
    Timestamp   *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation   `json:"timestamp,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Auto") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Auto") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInput sTransformationAutoTransformation: Training pipeline will infer the proper transformation based on the statistic of dataset.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInput sTransformationCategoricalTransformation: Training pipeline will perform following transformation functions. * The categorical string as is--no change to case, punctuation, spelling, tense, and so on. * Convert the category name to a dictionary lookup index and generate an embedding for each index. * Categories that appear less than 5 times in the training dataset are treated as the "unknown" category. The "unknown" category gets its own special lookup index and resulting embedding.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInput sTransformationNumericTransformation: Training pipeline will perform following transformation functions. * The value converted to float32. * The z_score of the value. * log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value. * z_score of log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value. * A boolean value that indicates whether the value is valid.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInput sTransformationTextTransformation: Training pipeline will perform following transformation functions. * The text as is--no change to case, punctuation, spelling, tense, and so on. * Convert the category name to a dictionary lookup index and generate an embedding for each index.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInput sTransformationTimestampTransformation: Training pipeline will perform following transformation functions. * Apply the transformation functions for Numerical columns. * Determine the year, month, day,and weekday. Treat each value from the timestamp as a Categorical column. * Invalid numerical values (for example, values that fall outside of a typical timestamp range, or are extreme values) receive no special treatment and are not removed.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // TimeFormat: The format in which that time field is expressed. The
    // time_format must either be one of: * `unix-seconds` * `unix-milliseconds` *
    // `unix-microseconds` * `unix-nanoseconds` (for respectively number of
    // seconds, milliseconds, microseconds and nanoseconds since start of the Unix
    // epoch); or be written in `strftime` syntax. If time_format is not set, then
    // the default format is RFC 3339 `date-time` format, where `time-offset` =
    // "Z" (e.g. 1985-04-12T23:20:50.52Z)
    TimeFormat string `json:"timeFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetad ata: Model metadata specific to AutoML Forecasting.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata struct {
    // EvaluatedDataItemsBigqueryUri: BigQuery destination uri for exported
    // evaluated examples.
    EvaluatedDataItemsBigqueryUri string `json:"evaluatedDataItemsBigqueryUri,omitempty"`
    // TrainCostMilliNodeHours: Output only. The actual training cost of the model,
    // expressed in milli node hours, i.e. 1,000 value in this field means 1 node
    // hour. Guaranteed to not exceed the train budget.
    TrainCostMilliNodeHours int64 `json:"trainCostMilliNodeHours,omitempty,string"`
    // ForceSendFields is a list of field names (e.g.
    // "EvaluatedDataItemsBigqueryUri") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluatedDataItemsBigqueryUri")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassification

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificat ion: A TrainingJob that trains and uploads an AutoML Image Classification Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassification struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassification) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassification) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs struct {
    // BaseModelId: The ID of the `base` model. If it is specified, the new model
    // will be trained based on the `base` model. Otherwise, the new model will be
    // trained from scratch. The `base` model must be in the same Project and
    // Location as the new Model to train, and have the same modelType.
    BaseModelId string `json:"baseModelId,omitempty"`
    // BudgetMilliNodeHours: The training budget of creating this model, expressed
    // in milli node hours i.e. 1,000 value in this field means 1 node hour. The
    // actual metadata.costMilliNodeHours will be equal or less than this value. If
    // further model training ceases to provide any improvements, it will stop
    // without using the full budget and the metadata.successfulStopReason will be
    // `model-converged`. Note, node_hour = actual_hour * number_of_nodes_involved.
    // For modelType `cloud`(default), the budget must be between 8,000 and 800,000
    // milli node hours, inclusive. The default value is 192,000 which represents
    // one day in wall time, considering 8 nodes are used. For model types
    // `mobile-tf-low-latency-1`, `mobile-tf-versatile-1`,
    // `mobile-tf-high-accuracy-1`, the training budget must be between 1,000 and
    // 100,000 milli node hours, inclusive. The default value is 24,000 which
    // represents one day in wall time on a single node that is used.
    BudgetMilliNodeHours int64 `json:"budgetMilliNodeHours,omitempty,string"`
    // DisableEarlyStopping: Use the entire training budget. This disables the
    // early stopping feature. When false the early stopping feature is enabled,
    // which means that AutoML Image Classification might stop training before the
    // entire training budget has been used.
    DisableEarlyStopping bool `json:"disableEarlyStopping,omitempty"`
    // Possible values:
    //   "MODEL_TYPE_UNSPECIFIED" - Should not be set.
    //   "CLOUD" - A Model best tailored to be used within Google Cloud, and which
    // cannot be exported. Default.
    //   "CLOUD_1" - A model type best tailored to be used within Google Cloud,
    // which cannot be exported externally. Compared to the CLOUD model above, it
    // is expected to have higher prediction accuracy.
    //   "MOBILE_TF_LOW_LATENCY_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) as
    // TensorFlow or Core ML model and used on a mobile or edge device afterwards.
    // Expected to have low latency, but may have lower prediction quality than
    // other mobile models.
    //   "MOBILE_TF_VERSATILE_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) as
    // TensorFlow or Core ML model and used on a mobile or edge device with
    // afterwards.
    //   "MOBILE_TF_HIGH_ACCURACY_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) as
    // TensorFlow or Core ML model and used on a mobile or edge device afterwards.
    // Expected to have a higher latency, but should also have a higher prediction
    // quality than other mobile models.
    //   "EFFICIENTNET" - EfficientNet model for Model Garden training with
    // customizable hyperparameters. Best tailored to be used within Google Cloud,
    // and cannot be exported externally.
    //   "MAXVIT" - MaxViT model for Model Garden training with customizable
    // hyperparameters. Best tailored to be used within Google Cloud, and cannot be
    // exported externally.
    //   "VIT" - ViT model for Model Garden training with customizable
    // hyperparameters. Best tailored to be used within Google Cloud, and cannot be
    // exported externally.
    //   "COCA" - CoCa model for Model Garden training with customizable
    // hyperparameters. Best tailored to be used within Google Cloud, and cannot be
    // exported externally.
    ModelType string `json:"modelType,omitempty"`
    // MultiLabel: If false, a single-label (multi-class) Model will be trained
    // (i.e. assuming that for each image just up to one annotation may be
    // applicable). If true, a multi-label Model will be trained (i.e. assuming
    // that for each image multiple annotations may be applicable).
    MultiLabel bool `json:"multiLabel,omitempty"`
    // TunableParameter: Trainer type for Vision TrainRequest.
    TunableParameter *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter `json:"tunableParameter,omitempty"`
    // UptrainBaseModelId: The ID of `base` model for upTraining. If it is
    // specified, the new model will be upTrained based on the `base` model for
    // upTraining. Otherwise, the new model will be trained from scratch. The
    // `base` model for upTraining must be in the same Project and Location as the
    // new Model to train, and have the same modelType.
    UptrainBaseModelId string `json:"uptrainBaseModelId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaseModelId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaseModelId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata struct {
    // CostMilliNodeHours: The actual training cost of creating this model,
    // expressed in milli node hours, i.e. 1,000 value in this field means 1 node
    // hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
    CostMilliNodeHours int64 `json:"costMilliNodeHours,omitempty,string"`
    // SuccessfulStopReason: For successful job completions, this is the reason why
    // the job has finished.
    //
    // Possible values:
    //   "SUCCESSFUL_STOP_REASON_UNSPECIFIED" - Should not be set.
    //   "BUDGET_REACHED" - The inputs.budgetMilliNodeHours had been reached.
    //   "MODEL_CONVERGED" - Further training of the Model ceased to increase its
    // quality, since it already has converged.
    SuccessfulStopReason string `json:"successfulStopReason,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CostMilliNodeHours") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CostMilliNodeHours") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetection

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetec tion: A TrainingJob that trains and uploads an AutoML Image Object Detection Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetection struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs `json:"inputs,omitempty"`
    // Metadata: The metadata information
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetection) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetection) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs struct {
    // BudgetMilliNodeHours: The training budget of creating this model, expressed
    // in milli node hours i.e. 1,000 value in this field means 1 node hour. The
    // actual metadata.costMilliNodeHours will be equal or less than this value. If
    // further model training ceases to provide any improvements, it will stop
    // without using the full budget and the metadata.successfulStopReason will be
    // `model-converged`. Note, node_hour = actual_hour * number_of_nodes_involved.
    // For modelType `cloud`(default), the budget must be between 20,000 and
    // 900,000 milli node hours, inclusive. The default value is 216,000 which
    // represents one day in wall time, considering 9 nodes are used. For model
    // types `mobile-tf-low-latency-1`, `mobile-tf-versatile-1`,
    // `mobile-tf-high-accuracy-1` the training budget must be between 1,000 and
    // 100,000 milli node hours, inclusive. The default value is 24,000 which
    // represents one day in wall time on a single node that is used.
    BudgetMilliNodeHours int64 `json:"budgetMilliNodeHours,omitempty,string"`
    // DisableEarlyStopping: Use the entire training budget. This disables the
    // early stopping feature. When false the early stopping feature is enabled,
    // which means that AutoML Image Object Detection might stop training before
    // the entire training budget has been used.
    DisableEarlyStopping bool `json:"disableEarlyStopping,omitempty"`
    // Possible values:
    //   "MODEL_TYPE_UNSPECIFIED" - Should not be set.
    //   "CLOUD_HIGH_ACCURACY_1" - A model best tailored to be used within Google
    // Cloud, and which cannot be exported. Expected to have a higher latency, but
    // should also have a higher prediction quality than other cloud models.
    //   "CLOUD_LOW_LATENCY_1" - A model best tailored to be used within Google
    // Cloud, and which cannot be exported. Expected to have a low latency, but may
    // have lower prediction quality than other cloud models.
    //   "CLOUD_1" - A model best tailored to be used within Google Cloud, and
    // which cannot be exported. Compared to the CLOUD_HIGH_ACCURACY_1 and
    // CLOUD_LOW_LATENCY_1 models above, it is expected to have higher prediction
    // quality and lower latency.
    //   "MOBILE_TF_LOW_LATENCY_1" - A model that, in addition to being available
    // within Google Cloud can also be exported (see ModelService.ExportModel) and
    // used on a mobile or edge device with TensorFlow afterwards. Expected to have
    // low latency, but may have lower prediction quality than other mobile models.
    //   "MOBILE_TF_VERSATILE_1" - A model that, in addition to being available
    // within Google Cloud can also be exported (see ModelService.ExportModel) and
    // used on a mobile or edge device with TensorFlow afterwards.
    //   "MOBILE_TF_HIGH_ACCURACY_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) and
    // used on a mobile or edge device with TensorFlow afterwards. Expected to have
    // a higher latency, but should also have a higher prediction quality than
    // other mobile models.
    //   "CLOUD_STREAMING_1" - A model best tailored to be used within Google
    // Cloud, and which cannot be exported. Expected to best support predictions in
    // streaming with lower latency and lower prediction quality than other cloud
    // models.
    //   "SPINENET" - SpineNet for Model Garden training with customizable
    // hyperparameters. Best tailored to be used within Google Cloud, and cannot be
    // exported externally.
    //   "YOLO" - YOLO for Model Garden training with customizable hyperparameters.
    // Best tailored to be used within Google Cloud, and cannot be exported
    // externally.
    ModelType string `json:"modelType,omitempty"`
    // TunableParameter: Trainer type for Vision TrainRequest.
    TunableParameter *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter `json:"tunableParameter,omitempty"`
    // UptrainBaseModelId: The ID of `base` model for upTraining. If it is
    // specified, the new model will be upTrained based on the `base` model for
    // upTraining. Otherwise, the new model will be trained from scratch. The
    // `base` model for upTraining must be in the same Project and Location as the
    // new Model to train, and have the same modelType.
    UptrainBaseModelId string `json:"uptrainBaseModelId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BudgetMilliNodeHours") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BudgetMilliNodeHours") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata struct {
    // CostMilliNodeHours: The actual training cost of creating this model,
    // expressed in milli node hours, i.e. 1,000 value in this field means 1 node
    // hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
    CostMilliNodeHours int64 `json:"costMilliNodeHours,omitempty,string"`
    // SuccessfulStopReason: For successful job completions, this is the reason why
    // the job has finished.
    //
    // Possible values:
    //   "SUCCESSFUL_STOP_REASON_UNSPECIFIED" - Should not be set.
    //   "BUDGET_REACHED" - The inputs.budgetMilliNodeHours had been reached.
    //   "MODEL_CONVERGED" - Further training of the Model ceased to increase its
    // quality, since it already has converged.
    SuccessfulStopReason string `json:"successfulStopReason,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CostMilliNodeHours") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CostMilliNodeHours") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentatio n: A TrainingJob that trains and uploads an AutoML Image Segmentation Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentation struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs struct {
    // BaseModelId: The ID of the `base` model. If it is specified, the new model
    // will be trained based on the `base` model. Otherwise, the new model will be
    // trained from scratch. The `base` model must be in the same Project and
    // Location as the new Model to train, and have the same modelType.
    BaseModelId string `json:"baseModelId,omitempty"`
    // BudgetMilliNodeHours: The training budget of creating this model, expressed
    // in milli node hours i.e. 1,000 value in this field means 1 node hour. The
    // actual metadata.costMilliNodeHours will be equal or less than this value. If
    // further model training ceases to provide any improvements, it will stop
    // without using the full budget and the metadata.successfulStopReason will be
    // `model-converged`. Note, node_hour = actual_hour * number_of_nodes_involved.
    // Or actual_wall_clock_hours = train_budget_milli_node_hours /
    // (number_of_nodes_involved * 1000) For modelType
    // `cloud-high-accuracy-1`(default), the budget must be between 20,000 and
    // 2,000,000 milli node hours, inclusive. The default value is 192,000 which
    // represents one day in wall time (1000 milli * 24 hours * 8 nodes).
    BudgetMilliNodeHours int64 `json:"budgetMilliNodeHours,omitempty,string"`
    // Possible values:
    //   "MODEL_TYPE_UNSPECIFIED" - Should not be set.
    //   "CLOUD_HIGH_ACCURACY_1" - A model to be used via prediction calls to uCAIP
    // API. Expected to have a higher latency, but should also have a higher
    // prediction quality than other models.
    //   "CLOUD_LOW_ACCURACY_1" - A model to be used via prediction calls to uCAIP
    // API. Expected to have a lower latency but relatively lower prediction
    // quality.
    //   "MOBILE_TF_LOW_LATENCY_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) as
    // TensorFlow model and used on a mobile or edge device afterwards. Expected to
    // have low latency, but may have lower prediction quality than other mobile
    // models.
    ModelType string `json:"modelType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaseModelId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaseModelId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata struct {
    // CostMilliNodeHours: The actual training cost of creating this model,
    // expressed in milli node hours, i.e. 1,000 value in this field means 1 node
    // hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
    CostMilliNodeHours int64 `json:"costMilliNodeHours,omitempty,string"`
    // SuccessfulStopReason: For successful job completions, this is the reason why
    // the job has finished.
    //
    // Possible values:
    //   "SUCCESSFUL_STOP_REASON_UNSPECIFIED" - Should not be set.
    //   "BUDGET_REACHED" - The inputs.budgetMilliNodeHours had been reached.
    //   "MODEL_CONVERGED" - Further training of the Model ceased to increase its
    // quality, since it already has converged.
    SuccessfulStopReason string `json:"successfulStopReason,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CostMilliNodeHours") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CostMilliNodeHours") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables: A TrainingJob that trains and uploads an AutoML Tables Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs struct {
    // AdditionalExperiments: Additional experiment flags for the Tables training
    // pipeline.
    AdditionalExperiments []string `json:"additionalExperiments,omitempty"`
    // DisableEarlyStopping: Use the entire training budget. This disables the
    // early stopping feature. By default, the early stopping feature is enabled,
    // which means that AutoML Tables might stop training before the entire
    // training budget has been used.
    DisableEarlyStopping bool `json:"disableEarlyStopping,omitempty"`
    // ExportEvaluatedDataItemsConfig: Configuration for exporting test set
    // predictions to a BigQuery table. If this configuration is absent, then the
    // export is not performed.
    ExportEvaluatedDataItemsConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig `json:"exportEvaluatedDataItemsConfig,omitempty"`
    // OptimizationObjective: Objective function the model is optimizing towards.
    // The training process creates a model that maximizes/minimizes the value of
    // the objective function over the validation set. The supported optimization
    // objectives depend on the prediction type. If the field is not set, a default
    // objective function is used. classification (binary): "maximize-au-roc"
    // (default) - Maximize the area under the receiver operating characteristic
    // (ROC) curve. "minimize-log-loss" - Minimize log loss. "maximize-au-prc" -
    // Maximize the area under the precision-recall curve.
    // "maximize-precision-at-recall" - Maximize precision for a specified recall
    // value. "maximize-recall-at-precision" - Maximize recall for a specified
    // precision value. classification (multi-class): "minimize-log-loss" (default)
    // - Minimize log loss. regression: "minimize-rmse" (default) - Minimize
    // root-mean-squared error (RMSE). "minimize-mae" - Minimize mean-absolute
    // error (MAE). "minimize-rmsle" - Minimize root-mean-squared log error
    // (RMSLE).
    OptimizationObjective string `json:"optimizationObjective,omitempty"`
    // OptimizationObjectivePrecisionValue: Required when optimization_objective is
    // "maximize-recall-at-precision". Must be between 0 and 1, inclusive.
    OptimizationObjectivePrecisionValue float64 `json:"optimizationObjectivePrecisionValue,omitempty"`
    // OptimizationObjectiveRecallValue: Required when optimization_objective is
    // "maximize-precision-at-recall". Must be between 0 and 1, inclusive.
    OptimizationObjectiveRecallValue float64 `json:"optimizationObjectiveRecallValue,omitempty"`
    // PredictionType: The type of prediction the Model is to produce.
    // "classification" - Predict one out of multiple target values is picked for
    // each row. "regression" - Predict a value based on its relation to other
    // values. This type is available only to columns that contain semantically
    // numeric values, i.e. integers or floating point number, even if stored as
    // e.g. strings.
    PredictionType string `json:"predictionType,omitempty"`
    // TargetColumn: The column name of the target column that the model is to
    // predict.
    TargetColumn string `json:"targetColumn,omitempty"`
    // TrainBudgetMilliNodeHours: Required. The train budget of creating this
    // model, expressed in milli node hours i.e. 1,000 value in this field means 1
    // node hour. The training cost of the model will not exceed this budget. The
    // final cost will be attempted to be close to the budget, though may end up
    // being (even) noticeably smaller - at the backend's discretion. This
    // especially may happen when further model training ceases to provide any
    // improvements. If the budget is set to a value known to be insufficient to
    // train a model for the given dataset, the training won't be attempted and
    // will error. The train budget must be between 1,000 and 72,000 milli node
    // hours, inclusive.
    TrainBudgetMilliNodeHours int64 `json:"trainBudgetMilliNodeHours,omitempty,string"`
    // Transformations: Each transformation will apply transform function to given
    // input column. And the result will be used for training. When creating
    // transformation for BigQuery Struct column, the column should be flattened
    // using "." as the delimiter.
    Transformations []*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation `json:"transformations,omitempty"`
    // WeightColumnName: Column name that should be used as the weight column.
    // Higher values in this column give more importance to the row during model
    // training. The column must have numeric values between 0 and 10000
    // inclusively; 0 means the row is ignored for training. If weight column field
    // is not set, then all rows are assumed to have equal weight of 1.
    WeightColumnName string `json:"weightColumnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AdditionalExperiments") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AdditionalExperiments") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation struct {
    Auto                *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation             `json:"auto,omitempty"`
    Categorical         *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation      `json:"categorical,omitempty"`
    Numeric             *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation          `json:"numeric,omitempty"`
    RepeatedCategorical *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation `json:"repeatedCategorical,omitempty"`
    RepeatedNumeric     *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation     `json:"repeatedNumeric,omitempty"`
    RepeatedText        *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation        `json:"repeatedText,omitempty"`
    Text                *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation             `json:"text,omitempty"`
    Timestamp           *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation        `json:"timestamp,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Auto") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Auto") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationAutoTransformation: Training pipeline will infer the proper transformation based on the statistic of dataset.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationCategoricalArrayTransformation: Treats the column as categorical array and performs following transformation functions. * For each element in the array, convert the category name to a dictionary lookup index and generate an embedding for each index. Combine the embedding of all elements into a single embedding using the mean. * Empty arrays treated as an embedding of zeroes.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationCategoricalTransformation: Training pipeline will perform following transformation functions. * The categorical string as is--no change to case, punctuation, spelling, tense, and so on. * Convert the category name to a dictionary lookup index and generate an embedding for each index. * Categories that appear less than 5 times in the training dataset are treated as the "unknown" category. The "unknown" category gets its own special lookup index and resulting embedding.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationNumericArrayTransformation: Treats the column as numerical array and performs following transformation functions. * All transformations for Numerical types applied to the average of the all elements. * The average of empty arrays is treated as zero.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // InvalidValuesAllowed: If invalid values is allowed, the training pipeline
    // will create a boolean feature that indicated whether the value is valid.
    // Otherwise, the training pipeline will discard the input row from trainining
    // data.
    InvalidValuesAllowed bool `json:"invalidValuesAllowed,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationNumericTransformation: Training pipeline will perform following transformation functions. * The value converted to float32. * The z_score of the value. * log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value. * z_score of log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value. * A boolean value that indicates whether the value is valid.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // InvalidValuesAllowed: If invalid values is allowed, the training pipeline
    // will create a boolean feature that indicated whether the value is valid.
    // Otherwise, the training pipeline will discard the input row from trainining
    // data.
    InvalidValuesAllowed bool `json:"invalidValuesAllowed,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationTextArrayTransformation: Treats the column as text array and performs following transformation functions. * Concatenate all text values in the array into a single text value using a space (" ") as a delimiter, and then treat the result as a single text value. Apply the transformations for Text columns. * Empty arrays treated as an empty text.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationTextTransformation: Training pipeline will perform following transformation functions. * The text as is--no change to case, punctuation, spelling, tense, and so on. * Tokenize text to words. Convert each words to a dictionary lookup index and generate an embedding for each index. Combine the embedding of all elements into a single embedding using the mean. * Tokenization is based on unicode script boundaries. * Missing values get their own lookup index and resulting embedding. * Stop-words receive no special treatment and are not removed.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTran sformationTimestampTransformation: Training pipeline will perform following transformation functions. * Apply the transformation functions for Numerical columns. * Determine the year, month, day,and weekday. Treat each value from the * timestamp as a Categorical column. * Invalid numerical values (for example, values that fall outside of a typical timestamp range, or are extreme values) receive no special treatment and are not removed.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // InvalidValuesAllowed: If invalid values is allowed, the training pipeline
    // will create a boolean feature that indicated whether the value is valid.
    // Otherwise, the training pipeline will discard the input row from trainining
    // data.
    InvalidValuesAllowed bool `json:"invalidValuesAllowed,omitempty"`
    // TimeFormat: The format in which that time field is expressed. The
    // time_format must either be one of: * `unix-seconds` * `unix-milliseconds` *
    // `unix-microseconds` * `unix-nanoseconds` (for respectively number of
    // seconds, milliseconds, microseconds and nanoseconds since start of the Unix
    // epoch); or be written in `strftime` syntax. If time_format is not set, then
    // the default format is RFC 3339 `date-time` format, where `time-offset` =
    // "Z" (e.g. 1985-04-12T23:20:50.52Z)
    TimeFormat string `json:"timeFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata: Model metadata specific to AutoML Tables.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata struct {
    // EvaluatedDataItemsBigqueryUri: BigQuery destination uri for exported
    // evaluated examples.
    EvaluatedDataItemsBigqueryUri string `json:"evaluatedDataItemsBigqueryUri,omitempty"`
    // TrainCostMilliNodeHours: Output only. The actual training cost of the model,
    // expressed in milli node hours, i.e. 1,000 value in this field means 1 node
    // hour. Guaranteed to not exceed the train budget.
    TrainCostMilliNodeHours int64 `json:"trainCostMilliNodeHours,omitempty,string"`
    // ForceSendFields is a list of field names (e.g.
    // "EvaluatedDataItemsBigqueryUri") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluatedDataItemsBigqueryUri")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassification

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificati on: A TrainingJob that trains and uploads an AutoML Text Classification Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassification struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs `json:"inputs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassification) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassification) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs struct {
    MultiLabel bool `json:"multiLabel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MultiLabel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MultiLabel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction: A TrainingJob that trains and uploads an AutoML Text Extraction Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtractionInputs `json:"inputs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtractionInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtractionInputs struct {
}

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment: A TrainingJob that trains and uploads an AutoML Text Sentiment Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs `json:"inputs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs struct {
    // SentimentMax: A sentiment is expressed as an integer ordinal, where higher
    // value means a more positive sentiment. The range of sentiments that will be
    // used is between 0 and sentimentMax (inclusive on both ends), and all the
    // values in the range must be represented in the dataset before a model can be
    // created. Only the Annotations with this sentimentMax will be used for
    // training. sentimentMax value must be between 1 and 10 (inclusive).
    SentimentMax int64 `json:"sentimentMax,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SentimentMax") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SentimentMax") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognition

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecog nition: A TrainingJob that trains and uploads an AutoML Video Action Recognition Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognition struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs `json:"inputs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognition) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognition) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs struct {
    // Possible values:
    //   "MODEL_TYPE_UNSPECIFIED" - Should not be set.
    //   "CLOUD" - A model best tailored to be used within Google Cloud, and which
    // c annot be exported. Default.
    //   "MOBILE_VERSATILE_1" - A model that, in addition to being available within
    // Google Cloud, can also be exported (see ModelService.ExportModel) as a
    // TensorFlow or TensorFlow Lite model and used on a mobile or edge device
    // afterwards.
    //   "MOBILE_JETSON_VERSATILE_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) to
    // a Jetson device afterwards.
    //   "MOBILE_CORAL_VERSATILE_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) as
    // a TensorFlow or TensorFlow Lite model and used on a Coral device afterwards.
    ModelType string `json:"modelType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ModelType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassification

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificat ion: A TrainingJob that trains and uploads an AutoML Video Classification Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassification struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs `json:"inputs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassification) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassification) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs struct {
    // Possible values:
    //   "MODEL_TYPE_UNSPECIFIED" - Should not be set.
    //   "CLOUD" - A model best tailored to be used within Google Cloud, and which
    // cannot be exported. Default.
    //   "MOBILE_VERSATILE_1" - A model that, in addition to being available within
    // Google Cloud, can also be exported (see ModelService.ExportModel) as a
    // TensorFlow or TensorFlow Lite model and used on a mobile or edge device
    // afterwards.
    //   "MOBILE_JETSON_VERSATILE_1" - A model that, in addition to being available
    // within Google Cloud, can also be exported (see ModelService.ExportModel) to
    // a Jetson device afterwards.
    ModelType string `json:"modelType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ModelType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTracking

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrack ing: A TrainingJob that trains and uploads an AutoML Video ObjectTracking Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTracking struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs `json:"inputs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTracking) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTracking) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs struct {
    // Possible values:
    //   "MODEL_TYPE_UNSPECIFIED" - Should not be set.
    //   "CLOUD" - A model best tailored to be used within Google Cloud, and which
    // c annot be exported. Default.
    //   "MOBILE_VERSATILE_1" - A model that, in addition to being available within
    // Google Cloud, can also be exported (see ModelService.ExportModel) as a
    // TensorFlow or TensorFlow Lite model and used on a mobile or edge device
    // afterwards.
    //   "MOBILE_CORAL_VERSATILE_1" - A versatile model that is meant to be
    // exported (see ModelService.ExportModel) and used on a Google Coral device.
    //   "MOBILE_CORAL_LOW_LATENCY_1" - A model that trades off quality for low
    // latency, to be exported (see ModelService.ExportModel) and used on a Google
    // Coral device.
    //   "MOBILE_JETSON_VERSATILE_1" - A versatile model that is meant to be
    // exported (see ModelService.ExportModel) and used on an NVIDIA Jetson device.
    //   "MOBILE_JETSON_LOW_LATENCY_1" - A model that trades off quality for low
    // latency, to be exported (see ModelService.ExportModel) and used on an NVIDIA
    // Jetson device.
    ModelType string `json:"modelType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ModelType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTun ableParameter: A wrapper class which contains the tunable parameters in an AutoML Image training job.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter struct {
    // CheckpointName: Optional. An unique name of pretrained model checkpoint
    // provided in model garden, it will be mapped to a GCS location internally.
    CheckpointName string `json:"checkpointName,omitempty"`
    // DatasetConfig: Customizable dataset settings, used in the
    // `model_garden_trainer`.
    DatasetConfig map[string]string `json:"datasetConfig,omitempty"`
    // StudySpec: Optioinal. StudySpec of hyperparameter tuning job. Required for
    // `model_garden_trainer`.
    StudySpec *GoogleCloudAiplatformV1beta1StudySpec `json:"studySpec,omitempty"`
    // TrainerConfig: Customizable trainer settings, used in the
    // `model_garden_trainer`.
    TrainerConfig map[string]string `json:"trainerConfig,omitempty"`
    // Possible values:
    //   "TRAINER_TYPE_UNSPECIFIED" - Default value.
    //   "AUTOML_TRAINER"
    //   "MODEL_GARDEN_TRAINER"
    TrainerType string `json:"trainerType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CheckpointName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CheckpointName") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata struct {
    // BackingCustomJob: The resource name of the CustomJob that has been created
    // to carry out this custom task.
    BackingCustomJob string `json:"backingCustomJob,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BackingCustomJob") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackingCustomJob") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask: A TrainingJob that trains a custom code Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask struct {
    // Inputs: The input parameters of this CustomTask.
    Inputs *GoogleCloudAiplatformV1beta1CustomJobSpec `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataIte msConfig: Configuration for exporting test set predictions to a BigQuery table.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig struct {
    // DestinationBigqueryUri: URI of desired destination BigQuery table. Expected
    // format: `bq://{project_id}:{dataset_id}:{table}` If not specified, then
    // results are exported to the following auto-created BigQuery table:
    // `{project_id}:export_evaluated_examples_{model_name}_{yyyy_MM_dd'T'HH_mm_ss_S
    // SS'Z'}.evaluated_examples`
    DestinationBigqueryUri string `json:"destinationBigqueryUri,omitempty"`
    // OverrideExistingTable: If true and an export destination is specified, then
    // the contents of the destination are overwritten. Otherwise, if the export
    // destination already exists, then the export operation fails.
    OverrideExistingTable bool `json:"overrideExistingTable,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DestinationBigqueryUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DestinationBigqueryUri") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig: Configuration that defines the hierarchical relationship of time series and parameters for hierarchical forecasting strategies.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig struct {
    // GroupColumns: A list of time series attribute column names that define the
    // time series hierarchy. Only one level of hierarchy is supported, ex.
    // 'region' for a hierarchy of stores or 'department' for a hierarchy of
    // products. If multiple columns are specified, time series will be grouped by
    // their combined values, ex. ('blue', 'large') for 'color' and 'size', up to 5
    // columns are accepted. If no group columns are specified, all time series are
    // considered to be part of the same group.
    GroupColumns []string `json:"groupColumns,omitempty"`
    // GroupTemporalTotalWeight: The weight of the loss for predictions aggregated
    // over both the horizon and time series in the same hierarchy group.
    GroupTemporalTotalWeight float64 `json:"groupTemporalTotalWeight,omitempty"`
    // GroupTotalWeight: The weight of the loss for predictions aggregated over
    // time series in the same group.
    GroupTotalWeight float64 `json:"groupTotalWeight,omitempty"`
    // TemporalTotalWeight: The weight of the loss for predictions aggregated over
    // the horizon for a single time series.
    TemporalTotalWeight float64 `json:"temporalTotalWeight,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GroupColumns") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GroupColumns") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata struct {
    // BackingHyperparameterTuningJob: The resource name of the
    // HyperparameterTuningJob that has been created to carry out this
    // HyperparameterTuning task.
    BackingHyperparameterTuningJob string `json:"backingHyperparameterTuningJob,omitempty"`
    // BestTrialBackingCustomJob: The resource name of the CustomJob that has been
    // created to run the best Trial of this HyperparameterTuning task.
    BestTrialBackingCustomJob string `json:"bestTrialBackingCustomJob,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "BackingHyperparameterTuningJob") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackingHyperparameterTuningJob")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec struct {
    // MaxFailedTrialCount: The number of failed Trials that need to be seen before
    // failing the HyperparameterTuningJob. If set to 0, Vertex AI decides how many
    // Trials must fail before the whole job fails.
    MaxFailedTrialCount int64 `json:"maxFailedTrialCount,omitempty"`
    // MaxTrialCount: The desired total number of Trials.
    MaxTrialCount int64 `json:"maxTrialCount,omitempty"`
    // ParallelTrialCount: The desired number of Trials to run in parallel.
    ParallelTrialCount int64 `json:"parallelTrialCount,omitempty"`
    // StudySpec: Study configuration of the HyperparameterTuningJob.
    StudySpec *GoogleCloudAiplatformV1beta1StudySpec `json:"studySpec,omitempty"`
    // TrialJobSpec: The spec of a trial job. The same spec applies to the
    // CustomJobs created in all the trials.
    TrialJobSpec *GoogleCloudAiplatformV1beta1CustomJobSpec `json:"trialJobSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxFailedTrialCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxFailedTrialCount") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTask

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTa sk: A TrainingJob that tunes Hypererparameters of a custom code Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTask struct {
    // Inputs: The input parameters of this HyperparameterTuningTask.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTask) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTask) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting : A TrainingJob that trains and uploads an AutoML Forecasting Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs struct {
    // AdditionalExperiments: Additional experiment flags for the time series
    // forcasting training.
    AdditionalExperiments []string `json:"additionalExperiments,omitempty"`
    // AvailableAtForecastColumns: Names of columns that are available and provided
    // when a forecast is requested. These columns contain information for the
    // given entity (identified by the time_series_identifier_column column) that
    // is known at forecast. For example, predicted weather for a specific day.
    AvailableAtForecastColumns []string `json:"availableAtForecastColumns,omitempty"`
    // ContextWindow: The amount of time into the past training and prediction data
    // is used for model training and prediction respectively. Expressed in number
    // of units defined by the `data_granularity` field.
    ContextWindow int64 `json:"contextWindow,omitempty,string"`
    // DataGranularity: Expected difference in time granularity between rows in the
    // data.
    DataGranularity *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity `json:"dataGranularity,omitempty"`
    // ExportEvaluatedDataItemsConfig: Configuration for exporting test set
    // predictions to a BigQuery table. If this configuration is absent, then the
    // export is not performed.
    ExportEvaluatedDataItemsConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig `json:"exportEvaluatedDataItemsConfig,omitempty"`
    // ForecastHorizon: The amount of time into the future for which forecasted
    // values for the target are returned. Expressed in number of units defined by
    // the `data_granularity` field.
    ForecastHorizon int64 `json:"forecastHorizon,omitempty,string"`
    // HierarchyConfig: Configuration that defines the hierarchical relationship of
    // time series and parameters for hierarchical forecasting strategies.
    HierarchyConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig `json:"hierarchyConfig,omitempty"`
    // HolidayRegions: The geographical region based on which the holiday effect is
    // applied in modeling by adding holiday categorical array feature that include
    // all holidays matching the date. This option only allowed when
    // data_granularity is day. By default, holiday effect modeling is disabled. To
    // turn it on, specify the holiday region using this option.
    HolidayRegions []string `json:"holidayRegions,omitempty"`
    // OptimizationObjective: Objective function the model is optimizing towards.
    // The training process creates a model that optimizes the value of the
    // objective function over the validation set. The supported optimization
    // objectives: * "minimize-rmse" (default) - Minimize root-mean-squared error
    // (RMSE). * "minimize-mae" - Minimize mean-absolute error (MAE). *
    // "minimize-rmsle" - Minimize root-mean-squared log error (RMSLE). *
    // "minimize-rmspe" - Minimize root-mean-squared percentage error (RMSPE). *
    // "minimize-wape-mae" - Minimize the combination of weighted absolute
    // percentage error (WAPE) and mean-absolute-error (MAE). *
    // "minimize-quantile-loss" - Minimize the quantile loss at the quantiles
    // defined in `quantiles`. * "minimize-mape" - Minimize the mean absolute
    // percentage error.
    OptimizationObjective string `json:"optimizationObjective,omitempty"`
    // Quantiles: Quantiles to use for minimize-quantile-loss
    // `optimization_objective`. Up to 5 quantiles are allowed of values between 0
    // and 1, exclusive. Required if the value of optimization_objective is
    // minimize-quantile-loss. Represents the percent quantiles to use for that
    // objective. Quantiles must be unique.
    Quantiles []float64 `json:"quantiles,omitempty"`
    // TargetColumn: The name of the column that the Model is to predict values
    // for. This column must be unavailable at forecast.
    TargetColumn string `json:"targetColumn,omitempty"`
    // TimeColumn: The name of the column that identifies time order in the time
    // series. This column must be available at forecast.
    TimeColumn string `json:"timeColumn,omitempty"`
    // TimeSeriesAttributeColumns: Column names that should be used as attribute
    // columns. The value of these columns does not vary as a function of time. For
    // example, store ID or item color.
    TimeSeriesAttributeColumns []string `json:"timeSeriesAttributeColumns,omitempty"`
    // TimeSeriesIdentifierColumn: The name of the column that identifies the time
    // series.
    TimeSeriesIdentifierColumn string `json:"timeSeriesIdentifierColumn,omitempty"`
    // TrainBudgetMilliNodeHours: Required. The train budget of creating this
    // model, expressed in milli node hours i.e. 1,000 value in this field means 1
    // node hour. The training cost of the model will not exceed this budget. The
    // final cost will be attempted to be close to the budget, though may end up
    // being (even) noticeably smaller - at the backend's discretion. This
    // especially may happen when further model training ceases to provide any
    // improvements. If the budget is set to a value known to be insufficient to
    // train a model for the given dataset, the training won't be attempted and
    // will error. The train budget must be between 1,000 and 72,000 milli node
    // hours, inclusive.
    TrainBudgetMilliNodeHours int64 `json:"trainBudgetMilliNodeHours,omitempty,string"`
    // Transformations: Each transformation will apply transform function to given
    // input column. And the result will be used for training. When creating
    // transformation for BigQuery Struct column, the column should be flattened
    // using "." as the delimiter.
    Transformations []*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation `json:"transformations,omitempty"`
    // UnavailableAtForecastColumns: Names of columns that are unavailable when a
    // forecast is requested. This column contains information for the given entity
    // (identified by the time_series_identifier_column) that is unknown before the
    // forecast For example, actual weather on a given day.
    UnavailableAtForecastColumns []string `json:"unavailableAtForecastColumns,omitempty"`
    // ValidationOptions: Validation options for the data validation component. The
    // available options are: * "fail-pipeline" - default, will validate against
    // the validation and fail the pipeline if it fails. * "ignore-validation" -
    // ignore the results of the validation and continue
    ValidationOptions string `json:"validationOptions,omitempty"`
    // WeightColumn: Column name that should be used as the weight column. Higher
    // values in this column give more importance to the row during model training.
    // The column must have numeric values between 0 and 10000 inclusively; 0 means
    // the row is ignored for training. If weight column field is not set, then all
    // rows are assumed to have equal weight of 1. This column must be available at
    // forecast.
    WeightColumn string `json:"weightColumn,omitempty"`
    // WindowConfig: Config containing strategy for generating sliding windows.
    WindowConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig `json:"windowConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AdditionalExperiments") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AdditionalExperiments") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting InputsGranularity: A duration of time expressed in time granularity units.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity struct {
    // Quantity: The number of granularity_units between data points in the
    // training data. If `granularity_unit` is `minute`, can be 1, 5, 10, 15, or
    // 30. For all other values of `granularity_unit`, must be 1.
    Quantity int64 `json:"quantity,omitempty,string"`
    // Unit: The time granularity unit of this time period. The supported units
    // are: * "minute" * "hour" * "day" * "week" * "month" * "year"
    Unit string `json:"unit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Quantity") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Quantity") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation struct {
    Auto        *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation        `json:"auto,omitempty"`
    Categorical *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation `json:"categorical,omitempty"`
    Numeric     *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation     `json:"numeric,omitempty"`
    Text        *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation        `json:"text,omitempty"`
    Timestamp   *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation   `json:"timestamp,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Auto") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Auto") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting InputsTransformationAutoTransformation: Training pipeline will infer the proper transformation based on the statistic of dataset.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting InputsTransformationCategoricalTransformation: Training pipeline will perform following transformation functions. * The categorical string as is--no change to case, punctuation, spelling, tense, and so on. * Convert the category name to a dictionary lookup index and generate an embedding for each index. * Categories that appear less than 5 times in the training dataset are treated as the "unknown" category. The "unknown" category gets its own special lookup index and resulting embedding.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting InputsTransformationNumericTransformation: Training pipeline will perform following transformation functions. * The value converted to float32. * The z_score of the value. * log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value. * z_score of log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting InputsTransformationTextTransformation: Training pipeline will perform following transformation functions. * The text as is--no change to case, punctuation, spelling, tense, and so on. * Convert the category name to a dictionary lookup index and generate an embedding for each index.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting InputsTransformationTimestampTransformation: Training pipeline will perform following transformation functions. * Apply the transformation functions for Numerical columns. * Determine the year, month, day,and weekday. Treat each value from the timestamp as a Categorical column. * Invalid numerical values (for example, values that fall outside of a typical timestamp range, or are extreme values) receive no special treatment and are not removed.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // TimeFormat: The format in which that time field is expressed. The
    // time_format must either be one of: * `unix-seconds` * `unix-milliseconds` *
    // `unix-microseconds` * `unix-nanoseconds` (for respectively number of
    // seconds, milliseconds, microseconds and nanoseconds since start of the Unix
    // epoch); or be written in `strftime` syntax. If time_format is not set, then
    // the default format is RFC 3339 `date-time` format, where `time-offset` =
    // "Z" (e.g. 1985-04-12T23:20:50.52Z)
    TimeFormat string `json:"timeFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting Metadata: Model metadata specific to Seq2Seq Plus Forecasting.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata struct {
    // EvaluatedDataItemsBigqueryUri: BigQuery destination uri for exported
    // evaluated examples.
    EvaluatedDataItemsBigqueryUri string `json:"evaluatedDataItemsBigqueryUri,omitempty"`
    // TrainCostMilliNodeHours: Output only. The actual training cost of the model,
    // expressed in milli node hours, i.e. 1,000 value in this field means 1 node
    // hour. Guaranteed to not exceed the train budget.
    TrainCostMilliNodeHours int64 `json:"trainCostMilliNodeHours,omitempty,string"`
    // ForceSendFields is a list of field names (e.g.
    // "EvaluatedDataItemsBigqueryUri") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluatedDataItemsBigqueryUri")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting: A TrainingJob that trains and uploads an AutoML Forecasting Model.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting struct {
    // Inputs: The input parameters of this TrainingJob.
    Inputs *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs `json:"inputs,omitempty"`
    // Metadata: The metadata information.
    Metadata *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs struct {
    // AdditionalExperiments: Additional experiment flags for the time series
    // forcasting training.
    AdditionalExperiments []string `json:"additionalExperiments,omitempty"`
    // AvailableAtForecastColumns: Names of columns that are available and provided
    // when a forecast is requested. These columns contain information for the
    // given entity (identified by the time_series_identifier_column column) that
    // is known at forecast. For example, predicted weather for a specific day.
    AvailableAtForecastColumns []string `json:"availableAtForecastColumns,omitempty"`
    // ContextWindow: The amount of time into the past training and prediction data
    // is used for model training and prediction respectively. Expressed in number
    // of units defined by the `data_granularity` field.
    ContextWindow int64 `json:"contextWindow,omitempty,string"`
    // DataGranularity: Expected difference in time granularity between rows in the
    // data.
    DataGranularity *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity `json:"dataGranularity,omitempty"`
    // ExportEvaluatedDataItemsConfig: Configuration for exporting test set
    // predictions to a BigQuery table. If this configuration is absent, then the
    // export is not performed.
    ExportEvaluatedDataItemsConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig `json:"exportEvaluatedDataItemsConfig,omitempty"`
    // ForecastHorizon: The amount of time into the future for which forecasted
    // values for the target are returned. Expressed in number of units defined by
    // the `data_granularity` field.
    ForecastHorizon int64 `json:"forecastHorizon,omitempty,string"`
    // HierarchyConfig: Configuration that defines the hierarchical relationship of
    // time series and parameters for hierarchical forecasting strategies.
    HierarchyConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig `json:"hierarchyConfig,omitempty"`
    // HolidayRegions: The geographical region based on which the holiday effect is
    // applied in modeling by adding holiday categorical array feature that include
    // all holidays matching the date. This option only allowed when
    // data_granularity is day. By default, holiday effect modeling is disabled. To
    // turn it on, specify the holiday region using this option.
    HolidayRegions []string `json:"holidayRegions,omitempty"`
    // OptimizationObjective: Objective function the model is optimizing towards.
    // The training process creates a model that optimizes the value of the
    // objective function over the validation set. The supported optimization
    // objectives: * "minimize-rmse" (default) - Minimize root-mean-squared error
    // (RMSE). * "minimize-mae" - Minimize mean-absolute error (MAE). *
    // "minimize-rmsle" - Minimize root-mean-squared log error (RMSLE). *
    // "minimize-rmspe" - Minimize root-mean-squared percentage error (RMSPE). *
    // "minimize-wape-mae" - Minimize the combination of weighted absolute
    // percentage error (WAPE) and mean-absolute-error (MAE). *
    // "minimize-quantile-loss" - Minimize the quantile loss at the quantiles
    // defined in `quantiles`. * "minimize-mape" - Minimize the mean absolute
    // percentage error.
    OptimizationObjective string `json:"optimizationObjective,omitempty"`
    // Quantiles: Quantiles to use for minimize-quantile-loss
    // `optimization_objective`. Up to 5 quantiles are allowed of values between 0
    // and 1, exclusive. Required if the value of optimization_objective is
    // minimize-quantile-loss. Represents the percent quantiles to use for that
    // objective. Quantiles must be unique.
    Quantiles []float64 `json:"quantiles,omitempty"`
    // TargetColumn: The name of the column that the Model is to predict values
    // for. This column must be unavailable at forecast.
    TargetColumn string `json:"targetColumn,omitempty"`
    // TimeColumn: The name of the column that identifies time order in the time
    // series. This column must be available at forecast.
    TimeColumn string `json:"timeColumn,omitempty"`
    // TimeSeriesAttributeColumns: Column names that should be used as attribute
    // columns. The value of these columns does not vary as a function of time. For
    // example, store ID or item color.
    TimeSeriesAttributeColumns []string `json:"timeSeriesAttributeColumns,omitempty"`
    // TimeSeriesIdentifierColumn: The name of the column that identifies the time
    // series.
    TimeSeriesIdentifierColumn string `json:"timeSeriesIdentifierColumn,omitempty"`
    // TrainBudgetMilliNodeHours: Required. The train budget of creating this
    // model, expressed in milli node hours i.e. 1,000 value in this field means 1
    // node hour. The training cost of the model will not exceed this budget. The
    // final cost will be attempted to be close to the budget, though may end up
    // being (even) noticeably smaller - at the backend's discretion. This
    // especially may happen when further model training ceases to provide any
    // improvements. If the budget is set to a value known to be insufficient to
    // train a model for the given dataset, the training won't be attempted and
    // will error. The train budget must be between 1,000 and 72,000 milli node
    // hours, inclusive.
    TrainBudgetMilliNodeHours int64 `json:"trainBudgetMilliNodeHours,omitempty,string"`
    // Transformations: Each transformation will apply transform function to given
    // input column. And the result will be used for training. When creating
    // transformation for BigQuery Struct column, the column should be flattened
    // using "." as the delimiter.
    Transformations []*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation `json:"transformations,omitempty"`
    // UnavailableAtForecastColumns: Names of columns that are unavailable when a
    // forecast is requested. This column contains information for the given entity
    // (identified by the time_series_identifier_column) that is unknown before the
    // forecast For example, actual weather on a given day.
    UnavailableAtForecastColumns []string `json:"unavailableAtForecastColumns,omitempty"`
    // ValidationOptions: Validation options for the data validation component. The
    // available options are: * "fail-pipeline" - default, will validate against
    // the validation and fail the pipeline if it fails. * "ignore-validation" -
    // ignore the results of the validation and continue
    ValidationOptions string `json:"validationOptions,omitempty"`
    // WeightColumn: Column name that should be used as the weight column. Higher
    // values in this column give more importance to the row during model training.
    // The column must have numeric values between 0 and 10000 inclusively; 0 means
    // the row is ignored for training. If weight column field is not set, then all
    // rows are assumed to have equal weight of 1. This column must be available at
    // forecast.
    WeightColumn string `json:"weightColumn,omitempty"`
    // WindowConfig: Config containing strategy for generating sliding windows.
    WindowConfig *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig `json:"windowConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AdditionalExperiments") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AdditionalExperiments") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGr anularity: A duration of time expressed in time granularity units.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity struct {
    // Quantity: The number of granularity_units between data points in the
    // training data. If `granularity_unit` is `minute`, can be 1, 5, 10, 15, or
    // 30. For all other values of `granularity_unit`, must be 1.
    Quantity int64 `json:"quantity,omitempty,string"`
    // Unit: The time granularity unit of this time period. The supported units
    // are: * "minute" * "hour" * "day" * "week" * "month" * "year"
    Unit string `json:"unit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Quantity") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Quantity") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation struct {
    Auto        *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation        `json:"auto,omitempty"`
    Categorical *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation `json:"categorical,omitempty"`
    Numeric     *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation     `json:"numeric,omitempty"`
    Text        *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation        `json:"text,omitempty"`
    Timestamp   *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation   `json:"timestamp,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Auto") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Auto") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTr ansformationAutoTransformation: Training pipeline will infer the proper transformation based on the statistic of dataset.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTr ansformationCategoricalTransformation: Training pipeline will perform following transformation functions. * The categorical string as is--no change to case, punctuation, spelling, tense, and so on. * Convert the category name to a dictionary lookup index and generate an embedding for each index. * Categories that appear less than 5 times in the training dataset are treated as the "unknown" category. The "unknown" category gets its own special lookup index and resulting embedding.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTr ansformationNumericTransformation: Training pipeline will perform following transformation functions. * The value converted to float32. * The z_score of the value. * log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value. * z_score of log(value+1) when the value is greater than or equal to 0. Otherwise, this transformation is not applied and the value is considered a missing value.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTr ansformationTextTransformation: Training pipeline will perform following transformation functions. * The text as is--no change to case, punctuation, spelling, tense, and so on. * Convert the category name to a dictionary lookup index and generate an embedding for each index.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTr ansformationTimestampTransformation: Training pipeline will perform following transformation functions. * Apply the transformation functions for Numerical columns. * Determine the year, month, day,and weekday. Treat each value from the timestamp as a Categorical column. * Invalid numerical values (for example, values that fall outside of a typical timestamp range, or are extreme values) receive no special treatment and are not removed.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation struct {
    ColumnName string `json:"columnName,omitempty"`
    // TimeFormat: The format in which that time field is expressed. The
    // time_format must either be one of: * `unix-seconds` * `unix-milliseconds` *
    // `unix-microseconds` * `unix-nanoseconds` (for respectively number of
    // seconds, milliseconds, microseconds and nanoseconds since start of the Unix
    // epoch); or be written in `strftime` syntax. If time_format is not set, then
    // the default format is RFC 3339 `date-time` format, where `time-offset` =
    // "Z" (e.g. 1985-04-12T23:20:50.52Z)
    TimeFormat string `json:"timeFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColumnName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColumnName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata : Model metadata specific to TFT Forecasting.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata struct {
    // EvaluatedDataItemsBigqueryUri: BigQuery destination uri for exported
    // evaluated examples.
    EvaluatedDataItemsBigqueryUri string `json:"evaluatedDataItemsBigqueryUri,omitempty"`
    // TrainCostMilliNodeHours: Output only. The actual training cost of the model,
    // expressed in milli node hours, i.e. 1,000 value in this field means 1 node
    // hour. Guaranteed to not exceed the train budget.
    TrainCostMilliNodeHours int64 `json:"trainCostMilliNodeHours,omitempty,string"`
    // ForceSendFields is a list of field names (e.g.
    // "EvaluatedDataItemsBigqueryUri") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluatedDataItemsBigqueryUri")
    // to include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig

GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig: Config that contains the strategy used to generate sliding windows in time series training. A window is a series of rows that comprise the context up to the time of prediction, and the horizon following. The corresponding row for each window marks the start of the forecast horizon. Each window is used as an input example for training/evaluation.

type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig struct {
    // Column: Name of the column that should be used to generate sliding windows.
    // The column should contain either booleans or string booleans; if the value
    // of the row is True, generate a sliding window with the horizon starting at
    // that row. The column will not be used as a feature in training.
    Column string `json:"column,omitempty"`
    // MaxCount: Maximum number of windows that should be generated across all time
    // series.
    MaxCount int64 `json:"maxCount,omitempty,string"`
    // StrideLength: Stride length used to generate input examples. Within one time
    // series, every {$STRIDE_LENGTH} rows will be used to generate a sliding
    // window.
    StrideLength int64 `json:"strideLength,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "Column") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Column") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaVertex

GoogleCloudAiplatformV1beta1SchemaVertex: A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

type GoogleCloudAiplatformV1beta1SchemaVertex struct {
    // X: X coordinate.
    X float64 `json:"x,omitempty"`
    // Y: Y coordinate.
    Y float64 `json:"y,omitempty"`
    // ForceSendFields is a list of field names (e.g. "X") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "X") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaVertex) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVertex) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaVertex) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVertex) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation

GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation: Annotation details specific to video action recognition.

type GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // TimeSegment: This Annotation applies to the time period represented by the
    // TimeSegment. If it's not set, the Annotation applies to the whole video.
    TimeSegment *GoogleCloudAiplatformV1beta1SchemaTimeSegment `json:"timeSegment,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation

GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation: Annotation details specific to video classification.

type GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // TimeSegment: This Annotation applies to the time period represented by the
    // TimeSegment. If it's not set, the Annotation applies to the whole video.
    TimeSegment *GoogleCloudAiplatformV1beta1SchemaTimeSegment `json:"timeSegment,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaVideoDataItem

GoogleCloudAiplatformV1beta1SchemaVideoDataItem: Payload of Video DataItem.

type GoogleCloudAiplatformV1beta1SchemaVideoDataItem struct {
    // GcsUri: Required. Google Cloud Storage URI points to the original video in
    // user's bucket. The video is up to 50 GB in size and up to 3 hour in
    // duration.
    GcsUri string `json:"gcsUri,omitempty"`
    // MimeType: Output only. The mime type of the content of the video. Only the
    // videos in below listed mime types are supported. Supported mime_type: -
    // video/mp4 - video/avi - video/quicktime
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsUri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaVideoDataItem) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVideoDataItem) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata

GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata: The metadata of Datasets that contain Video DataItems.

type GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata struct {
    // DataItemSchemaUri: Points to a YAML file stored on Google Cloud Storage
    // describing payload of the Video DataItems that belong to this Dataset.
    DataItemSchemaUri string `json:"dataItemSchemaUri,omitempty"`
    // GcsBucket: Google Cloud Storage Bucket name that contains the blob data of
    // this Dataset.
    GcsBucket string `json:"gcsBucket,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataItemSchemaUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataItemSchemaUri") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation

GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation: Annotation details specific to video object tracking.

type GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation struct {
    // AnnotationSpecId: The resource Id of the AnnotationSpec that this Annotation
    // pertains to.
    AnnotationSpecId string `json:"annotationSpecId,omitempty"`
    // DisplayName: The display name of the AnnotationSpec that this Annotation
    // pertains to.
    DisplayName string `json:"displayName,omitempty"`
    // InstanceId: The instance of the object, expressed as a positive integer.
    // Used to track the same object across different frames.
    InstanceId int64 `json:"instanceId,omitempty,string"`
    // TimeOffset: A time (frame) of a video to which this annotation pertains.
    // Represented as the duration since the video's start.
    TimeOffset string `json:"timeOffset,omitempty"`
    // XMax: The rightmost coordinate of the bounding box.
    XMax float64 `json:"xMax,omitempty"`
    // XMin: The leftmost coordinate of the bounding box.
    XMin float64 `json:"xMin,omitempty"`
    // YMax: The bottommost coordinate of the bounding box.
    YMax float64 `json:"yMax,omitempty"`
    // YMin: The topmost coordinate of the bounding box.
    YMin float64 `json:"yMin,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AnnotationSpecId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AnnotationSpecId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata

type GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata struct {
    // MultiLabel: Whether or not the classification label is multi_label.
    MultiLabel bool `json:"multiLabel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MultiLabel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MultiLabel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SchemaVisualInspectionMaskSavedQueryMetadata

type GoogleCloudAiplatformV1beta1SchemaVisualInspectionMaskSavedQueryMetadata struct {
}

type GoogleCloudAiplatformV1beta1SearchDataItemsResponse

GoogleCloudAiplatformV1beta1SearchDataItemsResponse: Response message for DatasetService.SearchDataItems.

type GoogleCloudAiplatformV1beta1SearchDataItemsResponse struct {
    // DataItemViews: The DataItemViews read.
    DataItemViews []*GoogleCloudAiplatformV1beta1DataItemView `json:"dataItemViews,omitempty"`
    // NextPageToken: A token to retrieve next page of results. Pass to
    // SearchDataItemsRequest.page_token to obtain that page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DataItemViews") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataItemViews") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchDataItemsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchDataItemsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchEntryPoint

GoogleCloudAiplatformV1beta1SearchEntryPoint: Google search entry point.

type GoogleCloudAiplatformV1beta1SearchEntryPoint struct {
    // RenderedContent: Optional. Web content snippet that can be embedded in a web
    // page or an app webview.
    RenderedContent string `json:"renderedContent,omitempty"`
    // SdkBlob: Optional. Base64 encoded JSON representing array of tuple.
    SdkBlob string `json:"sdkBlob,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RenderedContent") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RenderedContent") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchEntryPoint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchEntryPoint) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchFeaturesResponse

GoogleCloudAiplatformV1beta1SearchFeaturesResponse: Response message for FeaturestoreService.SearchFeatures.

type GoogleCloudAiplatformV1beta1SearchFeaturesResponse struct {
    // Features: The Features matching the request. Fields returned: * `name` *
    // `description` * `labels` * `create_time` * `update_time`
    Features []*GoogleCloudAiplatformV1beta1Feature `json:"features,omitempty"`
    // NextPageToken: A token, which can be sent as
    // SearchFeaturesRequest.page_token to retrieve the next page. If this field is
    // omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Features") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Features") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchFeaturesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchFeaturesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest

GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest: Request message for MigrationService.SearchMigratableResources.

type GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest struct {
    // Filter: A filter for your search. You can use the following types of
    // filters: * Resource type filters. The following strings filter for a
    // specific type of MigratableResource: * `ml_engine_model_version:*` *
    // `automl_model:*` * `automl_dataset:*` * `data_labeling_dataset:*` *
    // "Migrated or not" filters. The following strings filter for resources that
    // either have or have not already been migrated: * `last_migrate_time:*`
    // filters for migrated resources. * `NOT last_migrate_time:*` filters for not
    // yet migrated resources.
    Filter string `json:"filter,omitempty"`
    // PageSize: The standard page size. The default and maximum value is 100.
    PageSize int64 `json:"pageSize,omitempty"`
    // PageToken: The standard page token.
    PageToken string `json:"pageToken,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Filter") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Filter") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse

GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse: Response message for MigrationService.SearchMigratableResources.

type GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse struct {
    // MigratableResources: All migratable resources that can be migrated to the
    // location specified in the request.
    MigratableResources []*GoogleCloudAiplatformV1beta1MigratableResource `json:"migratableResources,omitempty"`
    // NextPageToken: The standard next-page token. The migratable_resources may
    // not fill page_size in SearchMigratableResourcesRequest even when there are
    // subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "MigratableResources") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MigratableResources") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest

GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequ est: Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest struct {
    // DeployedModelId: Required. The DeployedModel ID of the
    // [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // EndTime: The latest timestamp of stats being generated. If not set,
    // indicates feching stats till the latest possible one.
    EndTime string `json:"endTime,omitempty"`
    // FeatureDisplayName: The feature display name. If specified, only return the
    // stats belonging to this feature. Format:
    // ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_n
    // ame, example: "user_destination".
    FeatureDisplayName string `json:"featureDisplayName,omitempty"`
    // Objectives: Required. Objectives of the stats to retrieve.
    Objectives []*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective `json:"objectives,omitempty"`
    // PageSize: The standard list page size.
    PageSize int64 `json:"pageSize,omitempty"`
    // PageToken: A page token received from a previous
    // JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
    PageToken string `json:"pageToken,omitempty"`
    // StartTime: The earliest timestamp of stats being generated. If not set,
    // indicates fetching stats till the earliest possible one.
    StartTime string `json:"startTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModelId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModelId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective

GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequ estStatsAnomaliesObjective: Stats requested for specific objective.

type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective struct {
    // TopFeatureCount: If set, all attribution scores between
    // SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time and
    // SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time are fetched,
    // and page token doesn't take effect in this case. Only used to retrieve
    // attribution score for the top Features which has the highest attribution
    // score in the latest monitoring run.
    TopFeatureCount int64 `json:"topFeatureCount,omitempty"`
    // Possible values:
    //   "MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED" - Default value,
    // should not be set.
    //   "RAW_FEATURE_SKEW" - Raw feature values' stats to detect skew between
    // Training-Prediction datasets.
    //   "RAW_FEATURE_DRIFT" - Raw feature values' stats to detect drift between
    // Serving-Prediction datasets.
    //   "FEATURE_ATTRIBUTION_SKEW" - Feature attribution scores to detect skew
    // between Training-Prediction datasets.
    //   "FEATURE_ATTRIBUTION_DRIFT" - Feature attribution scores to detect skew
    // between Prediction datasets collected within different time windows.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TopFeatureCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TopFeatureCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse

GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResp onse: Response message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse struct {
    // MonitoringStats: Stats retrieved for requested objectives. There are at most
    // 1000
    // ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats
    // in the response.
    MonitoringStats []*GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies `json:"monitoringStats,omitempty"`
    // NextPageToken: The page token that can be used by the next
    // JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "MonitoringStats") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MonitoringStats") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest

GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest: Request message for ModelMonitoringService.SearchModelMonitoringAlerts.

type GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest struct {
    // AlertTimeInterval: If non-empty, returns the alerts in this time interval.
    AlertTimeInterval *GoogleTypeInterval `json:"alertTimeInterval,omitempty"`
    // ModelMonitoringJob: If non-empty, returns the alerts of this model
    // monitoring job.
    ModelMonitoringJob string `json:"modelMonitoringJob,omitempty"`
    // ObjectiveType: If non-empty, returns the alerts of this objective type.
    // Supported monitoring objectives: `raw-feature-drift`
    // `prediction-output-drift` `feature-attribution`
    ObjectiveType string `json:"objectiveType,omitempty"`
    // PageSize: The standard list page size.
    PageSize int64 `json:"pageSize,omitempty"`
    // PageToken: A page token received from a previous
    // ModelMonitoringService.SearchModelMonitoringAlerts call.
    PageToken string `json:"pageToken,omitempty"`
    // StatsName: If non-empty, returns the alerts of this stats_name.
    StatsName string `json:"statsName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AlertTimeInterval") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AlertTimeInterval") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse

GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse: Response message for ModelMonitoringService.SearchModelMonitoringAlerts.

type GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse struct {
    // ModelMonitoringAlerts: Alerts retrieved for the requested objectives. Sorted
    // by alert time descendingly.
    ModelMonitoringAlerts []*GoogleCloudAiplatformV1beta1ModelMonitoringAlert `json:"modelMonitoringAlerts,omitempty"`
    // NextPageToken: The page token that can be used by the next
    // ModelMonitoringService.SearchModelMonitoringAlerts call.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // TotalNumberAlerts: The total number of alerts retrieved by the requested
    // objectives.
    TotalNumberAlerts int64 `json:"totalNumberAlerts,omitempty,string"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ModelMonitoringAlerts") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ModelMonitoringAlerts") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter

GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter: Filter for searching ModelMonitoringStats.

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter struct {
    // TabularStatsFilter: Tabular statistics filter.
    TabularStatsFilter *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter `json:"tabularStatsFilter,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TabularStatsFilter") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TabularStatsFilter") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter

GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilte r: Tabular statistics filter.

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter struct {
    // Algorithm: Specify the algorithm type used for distance calculation, eg:
    // jensen_shannon_divergence, l_infinity.
    Algorithm string `json:"algorithm,omitempty"`
    // ModelMonitoringJob: From a particular monitoring job.
    ModelMonitoringJob string `json:"modelMonitoringJob,omitempty"`
    // ModelMonitoringSchedule: From a particular monitoring schedule.
    ModelMonitoringSchedule string `json:"modelMonitoringSchedule,omitempty"`
    // ObjectiveType: One of the supported monitoring objectives:
    // `raw-feature-drift` `prediction-output-drift` `feature-attribution`
    ObjectiveType string `json:"objectiveType,omitempty"`
    // StatsName: If not specified, will return all the stats_names.
    StatsName string `json:"statsName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Algorithm") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Algorithm") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest

GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest: Request message for ModelMonitoringService.SearchModelMonitoringStats.

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest struct {
    // PageSize: The standard list page size.
    PageSize int64 `json:"pageSize,omitempty"`
    // PageToken: A page token received from a previous
    // ModelMonitoringService.SearchModelMonitoringStats call.
    PageToken string `json:"pageToken,omitempty"`
    // StatsFilter: Filter for search different stats.
    StatsFilter *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter `json:"statsFilter,omitempty"`
    // TimeInterval: The time interval for which results should be returned.
    TimeInterval *GoogleTypeInterval `json:"timeInterval,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PageSize") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PageSize") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse

GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse: Response message for ModelMonitoringService.SearchModelMonitoringStats.

type GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse struct {
    // MonitoringStats: Stats retrieved for requested objectives.
    MonitoringStats []*GoogleCloudAiplatformV1beta1ModelMonitoringStats `json:"monitoringStats,omitempty"`
    // NextPageToken: The page token that can be used by the next
    // ModelMonitoringService.SearchModelMonitoringStats call.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "MonitoringStats") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MonitoringStats") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest

GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest: The request message for FeatureOnlineStoreService.SearchNearestEntities.

type GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest struct {
    // Query: Required. The query.
    Query *GoogleCloudAiplatformV1beta1NearestNeighborQuery `json:"query,omitempty"`
    // ReturnFullEntity: Optional. If set to true, the full entities (including all
    // vector values and metadata) of the nearest neighbors are returned; otherwise
    // only entity id of the nearest neighbors will be returned. Note that
    // returning full entities will significantly increase the latency and cost of
    // the query.
    ReturnFullEntity bool `json:"returnFullEntity,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Query") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Query") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse

GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse: Response message for FeatureOnlineStoreService.SearchNearestEntities

type GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse struct {
    // NearestNeighbors: The nearest neighbors of the query entity.
    NearestNeighbors *GoogleCloudAiplatformV1beta1NearestNeighbors `json:"nearestNeighbors,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NearestNeighbors") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NearestNeighbors") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ServiceAccountSpec

GoogleCloudAiplatformV1beta1ServiceAccountSpec: Configuration for the use of custom service account to run the workloads.

type GoogleCloudAiplatformV1beta1ServiceAccountSpec struct {
    // EnableCustomServiceAccount: Required. If true, custom user-managed service
    // account is enforced to run any workloads (for example, Vertex Jobs) on the
    // resource. Otherwise, uses the Vertex AI Custom Code Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).
    EnableCustomServiceAccount bool `json:"enableCustomServiceAccount,omitempty"`
    // ServiceAccount: Optional. Required when all below conditions are met *
    // `enable_custom_service_account` is true; * any runtime is specified via
    // `ResourceRuntimeSpec` on creation time, for example, Ray The users must have
    // `iam.serviceAccounts.actAs` permission on this service account and then the
    // specified runtime containers will run as it. Do not set this field if you
    // want to submit jobs using custom service account to this PersistentResource
    // after creation, but only specify the `service_account` inside the job.
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EnableCustomServiceAccount")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EnableCustomServiceAccount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ServiceAccountSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ServiceAccountSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ShieldedVmConfig

GoogleCloudAiplatformV1beta1ShieldedVmConfig: A set of Shielded Instance options. See Images using supported Shielded VM features (https://cloud.google.com/compute/docs/instances/modifying-shielded-vm).

type GoogleCloudAiplatformV1beta1ShieldedVmConfig struct {
    // EnableSecureBoot: Defines whether the instance has Secure Boot
    // (https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot)
    // enabled. Secure Boot helps ensure that the system only runs authentic
    // software by verifying the digital signature of all boot components, and
    // halting the boot process if signature verification fails.
    EnableSecureBoot bool `json:"enableSecureBoot,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EnableSecureBoot") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EnableSecureBoot") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ShieldedVmConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ShieldedVmConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SmoothGradConfig

GoogleCloudAiplatformV1beta1SmoothGradConfig: Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf

type GoogleCloudAiplatformV1beta1SmoothGradConfig struct {
    // FeatureNoiseSigma: This is similar to noise_sigma, but provides additional
    // flexibility. A separate noise sigma can be provided for each feature, which
    // is useful if their distributions are different. No noise is added to
    // features that are not set. If this field is unset, noise_sigma will be used
    // for all features.
    FeatureNoiseSigma *GoogleCloudAiplatformV1beta1FeatureNoiseSigma `json:"featureNoiseSigma,omitempty"`
    // NoiseSigma: This is a single float value and will be used to add noise to
    // all the features. Use this field when all features are normalized to have
    // the same distribution: scale to range [0, 1], [-1, 1] or z-scoring, where
    // features are normalized to have 0-mean and 1-variance. Learn more about
    // normalization
    // (https://developers.google.com/machine-learning/data-prep/transform/normalization).
    // For best results the recommended value is about 10% - 20% of the standard
    // deviation of the input feature. Refer to section 3.2 of the SmoothGrad
    // paper: https://arxiv.org/pdf/1706.03825.pdf. Defaults to 0.1. If the
    // distribution is different per feature, set feature_noise_sigma instead for
    // each feature.
    NoiseSigma float64 `json:"noiseSigma,omitempty"`
    // NoisySampleCount: The number of gradient samples to use for approximation.
    // The higher this number, the more accurate the gradient is, but the runtime
    // complexity increases by this factor as well. Valid range of its value is [1,
    // 50]. Defaults to 3.
    NoisySampleCount int64 `json:"noisySampleCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FeatureNoiseSigma") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureNoiseSigma") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SmoothGradConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SmoothGradConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SmoothGradConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SmoothGradConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SpecialistPool

GoogleCloudAiplatformV1beta1SpecialistPool: SpecialistPool represents customers' own workforce to work on their data labeling jobs. It includes a group of specialist managers and workers. Managers are responsible for managing the workers in this pool as well as customers' data labeling jobs associated with this pool. Customers create specialist pool as well as start data labeling jobs on Cloud, managers and workers handle the jobs using CrowdCompute console.

type GoogleCloudAiplatformV1beta1SpecialistPool struct {
    // DisplayName: Required. The user-defined name of the SpecialistPool. The name
    // can be up to 128 characters long and can consist of any UTF-8 characters.
    // This field should be unique on project-level.
    DisplayName string `json:"displayName,omitempty"`
    // Name: Required. The resource name of the SpecialistPool.
    Name string `json:"name,omitempty"`
    // PendingDataLabelingJobs: Output only. The resource name of the pending data
    // labeling jobs.
    PendingDataLabelingJobs []string `json:"pendingDataLabelingJobs,omitempty"`
    // SpecialistManagerEmails: The email addresses of the managers in the
    // SpecialistPool.
    SpecialistManagerEmails []string `json:"specialistManagerEmails,omitempty"`
    // SpecialistManagersCount: Output only. The number of managers in this
    // SpecialistPool.
    SpecialistManagersCount int64 `json:"specialistManagersCount,omitempty"`
    // SpecialistWorkerEmails: The email addresses of workers in the
    // SpecialistPool.
    SpecialistWorkerEmails []string `json:"specialistWorkerEmails,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SpecialistPool) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SpecialistPool) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata

GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata: Metadata information for NotebookService.StartNotebookRuntime.

type GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ProgressMessage: A human-readable message that shows the intermediate
    // progress details of NotebookRuntime.
    ProgressMessage string `json:"progressMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest

GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest: Request message for NotebookService.StartNotebookRuntime.

type GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest struct {
}

type GoogleCloudAiplatformV1beta1StopTrialRequest

GoogleCloudAiplatformV1beta1StopTrialRequest: Request message for VizierService.StopTrial.

type GoogleCloudAiplatformV1beta1StopTrialRequest struct {
}

type GoogleCloudAiplatformV1beta1StratifiedSplit

GoogleCloudAiplatformV1beta1StratifiedSplit: Assigns input data to the training, validation, and test sets so that the distribution of values found in the categorical column (as specified by the `key` field) is mirrored within each split. The fraction values determine the relative sizes of the splits. For example, if the specified column has three values, with 50% of the rows having value "A", 25% value "B", and 25% value "C", and the split fractions are specified as 80/10/10, then the training set will constitute 80% of the training data, with about 50% of the training set rows having the value "A" for the specified column, about 25% having the value "B", and about 25% having the value "C". Only the top 500 occurring values are used; any values not in the top 500 values are randomly assigned to a split. If less than three rows contain a specific value, those rows are randomly assigned. Supported only for tabular Datasets.

type GoogleCloudAiplatformV1beta1StratifiedSplit struct {
    // Key: Required. The key is a name of one of the Dataset's data columns. The
    // key provided must be for a categorical column.
    Key string `json:"key,omitempty"`
    // TestFraction: The fraction of the input data that is to be used to evaluate
    // the Model.
    TestFraction float64 `json:"testFraction,omitempty"`
    // TrainingFraction: The fraction of the input data that is to be used to train
    // the Model.
    TrainingFraction float64 `json:"trainingFraction,omitempty"`
    // ValidationFraction: The fraction of the input data that is to be used to
    // validate the Model.
    ValidationFraction float64 `json:"validationFraction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Key") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Key") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StratifiedSplit) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StratifiedSplit) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1StratifiedSplit) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1StratifiedSplit) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest

GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest: Request message for FeatureOnlineStoreService.StreamingFetchFeatureValues. For the entities requested, all features under the requested feature view will be returned.

type GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest struct {
    // DataFormat: Specify response data format. If not set, KeyValue format will
    // be used.
    //
    // Possible values:
    //   "FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED" - Not set. Will be treated as the
    // KeyValue format.
    //   "KEY_VALUE" - Return response data in key-value format.
    //   "PROTO_STRUCT" - Return response data in proto Struct format.
    DataFormat string                                            `json:"dataFormat,omitempty"`
    DataKeys   []*GoogleCloudAiplatformV1beta1FeatureViewDataKey `json:"dataKeys,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataFormat") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataFormat") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse

GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse: Response message for FeatureOnlineStoreService.StreamingFetchFeatureValues.

type GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse struct {
    Data              []*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse `json:"data,omitempty"`
    DataKeysWithError []*GoogleCloudAiplatformV1beta1FeatureViewDataKey         `json:"dataKeysWithError,omitempty"`
    // Status: Response status. If OK, then
    // StreamingFetchFeatureValuesResponse.data will be populated. Otherwise
    // StreamingFetchFeatureValuesResponse.data_keys_with_error will be populated
    // with the appropriate data keys. The error only applies to the listed data
    // keys - the stream will remain open for further
    // FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest requests.
    Status *GoogleRpcStatus `json:"status,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Data") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Data") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StreamingPredictRequest

GoogleCloudAiplatformV1beta1StreamingPredictRequest: Request message for PredictionService.StreamingPredict. The first message must contain endpoint field and optionally input. The subsequent messages must contain input.

type GoogleCloudAiplatformV1beta1StreamingPredictRequest struct {
    // Inputs: The prediction input.
    Inputs []*GoogleCloudAiplatformV1beta1Tensor `json:"inputs,omitempty"`
    // Parameters: The parameters that govern the prediction.
    Parameters *GoogleCloudAiplatformV1beta1Tensor `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Inputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Inputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StreamingPredictRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StreamingPredictRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StreamingPredictResponse

GoogleCloudAiplatformV1beta1StreamingPredictResponse: Response message for PredictionService.StreamingPredict.

type GoogleCloudAiplatformV1beta1StreamingPredictResponse struct {
    // Outputs: The prediction output.
    Outputs []*GoogleCloudAiplatformV1beta1Tensor `json:"outputs,omitempty"`
    // Parameters: The parameters that govern the prediction.
    Parameters *GoogleCloudAiplatformV1beta1Tensor `json:"parameters,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Outputs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Outputs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StreamingPredictResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StreamingPredictResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest

GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest: Request message for FeaturestoreOnlineServingService.StreamingFeatureValuesRead.

type GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest struct {
    // EntityIds: Required. IDs of entities to read Feature values of. The maximum
    // number of IDs is 100. For example, for a machine learning model predicting
    // user clicks on a website, an entity ID could be `user_123`.
    EntityIds []string `json:"entityIds,omitempty"`
    // FeatureSelector: Required. Selector choosing Features of the target
    // EntityType. Feature IDs will be deduplicated.
    FeatureSelector *GoogleCloudAiplatformV1beta1FeatureSelector `json:"featureSelector,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EntityIds") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityIds") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StringArray

GoogleCloudAiplatformV1beta1StringArray: A list of string values.

type GoogleCloudAiplatformV1beta1StringArray struct {
    // Values: A list of string values.
    Values []string `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StringArray) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StringArray) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Study

GoogleCloudAiplatformV1beta1Study: A message representing a Study.

type GoogleCloudAiplatformV1beta1Study struct {
    // CreateTime: Output only. Time at which the study was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. Describes the Study, default value is empty string.
    DisplayName string `json:"displayName,omitempty"`
    // InactiveReason: Output only. A human readable reason why the Study is
    // inactive. This should be empty if a study is ACTIVE or COMPLETED.
    InactiveReason string `json:"inactiveReason,omitempty"`
    // Name: Output only. The name of a study. The study's globally unique
    // identifier. Format:
    // `projects/{project}/locations/{location}/studies/{study}`
    Name string `json:"name,omitempty"`
    // State: Output only. The detailed state of a Study.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The study state is unspecified.
    //   "ACTIVE" - The study is active.
    //   "INACTIVE" - The study is stopped due to an internal error.
    //   "COMPLETED" - The study is done when the service exhausts the parameter
    // search space or max_trial_count is reached.
    State string `json:"state,omitempty"`
    // StudySpec: Required. Configuration of the Study.
    StudySpec *GoogleCloudAiplatformV1beta1StudySpec `json:"studySpec,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Study) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Study) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpec

GoogleCloudAiplatformV1beta1StudySpec: Represents specification of a Study.

type GoogleCloudAiplatformV1beta1StudySpec struct {
    // Algorithm: The search algorithm specified for the Study.
    //
    // Possible values:
    //   "ALGORITHM_UNSPECIFIED" - The default algorithm used by Vertex AI for
    // [hyperparameter
    // tuning](https://cloud.google.com/vertex-ai/docs/training/hyperparameter-tunin
    // g-overview) and [Vertex AI
    // Vizier](https://cloud.google.com/vertex-ai/docs/vizier).
    //   "GRID_SEARCH" - Simple grid search within the feasible space. To use grid
    // search, all parameters must be `INTEGER`, `CATEGORICAL`, or `DISCRETE`.
    //   "RANDOM_SEARCH" - Simple random search within the feasible space.
    Algorithm string `json:"algorithm,omitempty"`
    // ConvexAutomatedStoppingSpec: The automated early stopping spec using convex
    // stopping rule.
    ConvexAutomatedStoppingSpec *GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec `json:"convexAutomatedStoppingSpec,omitempty"`
    // ConvexStopConfig: Deprecated. The automated early stopping using convex
    // stopping rule.
    ConvexStopConfig *GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig `json:"convexStopConfig,omitempty"`
    // DecayCurveStoppingSpec: The automated early stopping spec using decay curve
    // rule.
    DecayCurveStoppingSpec *GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec `json:"decayCurveStoppingSpec,omitempty"`
    // MeasurementSelectionType: Describe which measurement selection type will be
    // used
    //
    // Possible values:
    //   "MEASUREMENT_SELECTION_TYPE_UNSPECIFIED" - Will be treated as
    // LAST_MEASUREMENT.
    //   "LAST_MEASUREMENT" - Use the last measurement reported.
    //   "BEST_MEASUREMENT" - Use the best measurement reported.
    MeasurementSelectionType string `json:"measurementSelectionType,omitempty"`
    // MedianAutomatedStoppingSpec: The automated early stopping spec using median
    // rule.
    MedianAutomatedStoppingSpec *GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec `json:"medianAutomatedStoppingSpec,omitempty"`
    // Metrics: Required. Metric specs for the Study.
    Metrics []*GoogleCloudAiplatformV1beta1StudySpecMetricSpec `json:"metrics,omitempty"`
    // ObservationNoise: The observation noise level of the study. Currently only
    // supported by the Vertex AI Vizier service. Not supported by
    // HyperparameterTuningJob or TrainingPipeline.
    //
    // Possible values:
    //   "OBSERVATION_NOISE_UNSPECIFIED" - The default noise level chosen by Vertex
    // AI.
    //   "LOW" - Vertex AI assumes that the objective function is (nearly)
    // perfectly reproducible, and will never repeat the same Trial parameters.
    //   "HIGH" - Vertex AI will estimate the amount of noise in metric
    // evaluations, it may repeat the same Trial parameters more than once.
    ObservationNoise string `json:"observationNoise,omitempty"`
    // Parameters: Required. The set of parameters to tune.
    Parameters []*GoogleCloudAiplatformV1beta1StudySpecParameterSpec `json:"parameters,omitempty"`
    // StudyStoppingConfig: Conditions for automated stopping of a Study. Enable
    // automated stopping by configuring at least one condition.
    StudyStoppingConfig *GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig `json:"studyStoppingConfig,omitempty"`
    // TransferLearningConfig: The configuration info/options for transfer
    // learning. Currently supported for Vertex AI Vizier service, not
    // HyperParameterTuningJob
    TransferLearningConfig *GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig `json:"transferLearningConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Algorithm") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Algorithm") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec

GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec: Configuration for ConvexAutomatedStoppingSpec. When there are enough completed trials (configured by min_measurement_count), for pending trials with enough measurements and steps, the policy first computes an overestimate of the objective value at max_num_steps according to the slope of the incomplete objective value curve. No prediction can be made if the curve is completely flat. If the overestimation is worse than the best objective value of the completed trials, this pending trial will be early-stopped, but a last measurement will be added to the pending trial with max_num_steps and predicted objective value from the autoregression model.

type GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec struct {
    // LearningRateParameterName: The hyper-parameter name used in the tuning job
    // that stands for learning rate. Leave it blank if learning rate is not in a
    // parameter in tuning. The learning_rate is used to estimate the objective
    // value of the ongoing trial.
    LearningRateParameterName string `json:"learningRateParameterName,omitempty"`
    // MaxStepCount: Steps used in predicting the final objective for early stopped
    // trials. In general, it's set to be the same as the defined steps in training
    // / tuning. If not defined, it will learn it from the completed trials. When
    // use_steps is false, this field is set to the maximum elapsed seconds.
    MaxStepCount int64 `json:"maxStepCount,omitempty,string"`
    // MinMeasurementCount: The minimal number of measurements in a Trial.
    // Early-stopping checks will not trigger if less than min_measurement_count+1
    // completed trials or pending trials with less than min_measurement_count
    // measurements. If not defined, the default value is 5.
    MinMeasurementCount int64 `json:"minMeasurementCount,omitempty,string"`
    // MinStepCount: Minimum number of steps for a trial to complete. Trials which
    // do not have a measurement with step_count > min_step_count won't be
    // considered for early stopping. It's ok to set it to 0, and a trial can be
    // early stopped at any stage. By default, min_step_count is set to be
    // one-tenth of the max_step_count. When use_elapsed_duration is true, this
    // field is set to the minimum elapsed seconds.
    MinStepCount int64 `json:"minStepCount,omitempty,string"`
    // UpdateAllStoppedTrials: ConvexAutomatedStoppingSpec by default only updates
    // the trials that needs to be early stopped using a newly trained
    // auto-regressive model. When this flag is set to True, all stopped trials
    // from the beginning are potentially updated in terms of their
    // `final_measurement`. Also, note that the training logic of autoregressive
    // models is different in this case. Enabling this option has shown better
    // results and this may be the default option in the future.
    UpdateAllStoppedTrials bool `json:"updateAllStoppedTrials,omitempty"`
    // UseElapsedDuration: This bool determines whether or not the rule is applied
    // based on elapsed_secs or steps. If use_elapsed_duration==false, the early
    // stopping decision is made according to the predicted objective values
    // according to the target steps. If use_elapsed_duration==true, elapsed_secs
    // is used instead of steps. Also, in this case, the parameters max_num_steps
    // and min_num_steps are overloaded to contain max_elapsed_seconds and
    // min_elapsed_seconds.
    UseElapsedDuration bool `json:"useElapsedDuration,omitempty"`
    // ForceSendFields is a list of field names (e.g. "LearningRateParameterName")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LearningRateParameterName") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig

GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig: Configuration for ConvexStopPolicy.

type GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig struct {
    // AutoregressiveOrder: The number of Trial measurements used in autoregressive
    // model for value prediction. A trial won't be considered early stopping if
    // has fewer measurement points.
    AutoregressiveOrder int64 `json:"autoregressiveOrder,omitempty,string"`
    // LearningRateParameterName: The hyper-parameter name used in the tuning job
    // that stands for learning rate. Leave it blank if learning rate is not in a
    // parameter in tuning. The learning_rate is used to estimate the objective
    // value of the ongoing trial.
    LearningRateParameterName string `json:"learningRateParameterName,omitempty"`
    // MaxNumSteps: Steps used in predicting the final objective for early stopped
    // trials. In general, it's set to be the same as the defined steps in training
    // / tuning. When use_steps is false, this field is set to the maximum elapsed
    // seconds.
    MaxNumSteps int64 `json:"maxNumSteps,omitempty,string"`
    // MinNumSteps: Minimum number of steps for a trial to complete. Trials which
    // do not have a measurement with num_steps > min_num_steps won't be considered
    // for early stopping. It's ok to set it to 0, and a trial can be early stopped
    // at any stage. By default, min_num_steps is set to be one-tenth of the
    // max_num_steps. When use_steps is false, this field is set to the minimum
    // elapsed seconds.
    MinNumSteps int64 `json:"minNumSteps,omitempty,string"`
    // UseSeconds: This bool determines whether or not the rule is applied based on
    // elapsed_secs or steps. If use_seconds==false, the early stopping decision is
    // made according to the predicted objective values according to the target
    // steps. If use_seconds==true, elapsed_secs is used instead of steps. Also, in
    // this case, the parameters max_num_steps and min_num_steps are overloaded to
    // contain max_elapsed_seconds and min_elapsed_seconds.
    UseSeconds bool `json:"useSeconds,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AutoregressiveOrder") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutoregressiveOrder") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec

GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec: The decay curve automated stopping rule builds a Gaussian Process Regressor to predict the final objective value of a Trial based on the already completed Trials and the intermediate measurements of the current Trial. Early stopping is requested for the current Trial if there is very low probability to exceed the optimal value found so far.

type GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec struct {
    // UseElapsedDuration: True if Measurement.elapsed_duration is used as the
    // x-axis of each Trials Decay Curve. Otherwise, Measurement.step_count will be
    // used as the x-axis.
    UseElapsedDuration bool `json:"useElapsedDuration,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseElapsedDuration") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseElapsedDuration") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec

GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec: The median automated stopping rule stops a pending Trial if the Trial's best objective_value is strictly below the median 'performance' of all completed Trials reported up to the Trial's last measurement. Currently, 'performance' refers to the running average of the objective values reported by the Trial in each measurement.

type GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec struct {
    // UseElapsedDuration: True if median automated stopping rule applies on
    // Measurement.elapsed_duration. It means that elapsed_duration field of latest
    // measurement of current Trial is used to compute median objective value for
    // each completed Trials.
    UseElapsedDuration bool `json:"useElapsedDuration,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseElapsedDuration") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseElapsedDuration") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecMetricSpec

GoogleCloudAiplatformV1beta1StudySpecMetricSpec: Represents a metric to optimize.

type GoogleCloudAiplatformV1beta1StudySpecMetricSpec struct {
    // Goal: Required. The optimization goal of the metric.
    //
    // Possible values:
    //   "GOAL_TYPE_UNSPECIFIED" - Goal Type will default to maximize.
    //   "MAXIMIZE" - Maximize the goal metric.
    //   "MINIMIZE" - Minimize the goal metric.
    Goal string `json:"goal,omitempty"`
    // MetricId: Required. The ID of the metric. Must not contain whitespaces and
    // must be unique amongst all MetricSpecs.
    MetricId string `json:"metricId,omitempty"`
    // SafetyConfig: Used for safe search. In the case, the metric will be a safety
    // metric. You must provide a separate metric for objective metric.
    SafetyConfig *GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig `json:"safetyConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Goal") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Goal") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecMetricSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecMetricSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig

GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig: Used in safe optimization to specify threshold levels and risk tolerance.

type GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig struct {
    // DesiredMinSafeTrialsFraction: Desired minimum fraction of safe trials (over
    // total number of trials) that should be targeted by the algorithm at any time
    // during the study (best effort). This should be between 0.0 and 1.0 and a
    // value of 0.0 means that there is no minimum and an algorithm proceeds
    // without targeting any specific fraction. A value of 1.0 means that the
    // algorithm attempts to only Suggest safe Trials.
    DesiredMinSafeTrialsFraction float64 `json:"desiredMinSafeTrialsFraction,omitempty"`
    // SafetyThreshold: Safety threshold (boundary value between safe and unsafe).
    // NOTE that if you leave SafetyMetricConfig unset, a default value of 0 will
    // be used.
    SafetyThreshold float64 `json:"safetyThreshold,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "DesiredMinSafeTrialsFraction") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DesiredMinSafeTrialsFraction") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1StudySpecParameterSpec

GoogleCloudAiplatformV1beta1StudySpecParameterSpec: Represents a single parameter to optimize.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpec struct {
    // CategoricalValueSpec: The value spec for a 'CATEGORICAL' parameter.
    CategoricalValueSpec *GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec `json:"categoricalValueSpec,omitempty"`
    // ConditionalParameterSpecs: A conditional parameter node is active if the
    // parameter's value matches the conditional node's parent_value_condition. If
    // two items in conditional_parameter_specs have the same name, they must have
    // disjoint parent_value_condition.
    ConditionalParameterSpecs []*GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec `json:"conditionalParameterSpecs,omitempty"`
    // DiscreteValueSpec: The value spec for a 'DISCRETE' parameter.
    DiscreteValueSpec *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec `json:"discreteValueSpec,omitempty"`
    // DoubleValueSpec: The value spec for a 'DOUBLE' parameter.
    DoubleValueSpec *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec `json:"doubleValueSpec,omitempty"`
    // IntegerValueSpec: The value spec for an 'INTEGER' parameter.
    IntegerValueSpec *GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec `json:"integerValueSpec,omitempty"`
    // ParameterId: Required. The ID of the parameter. Must not contain whitespaces
    // and must be unique amongst all ParameterSpecs.
    ParameterId string `json:"parameterId,omitempty"`
    // ScaleType: How the parameter should be scaled. Leave unset for `CATEGORICAL`
    // parameters.
    //
    // Possible values:
    //   "SCALE_TYPE_UNSPECIFIED" - By default, no scaling is applied.
    //   "UNIT_LINEAR_SCALE" - Scales the feasible space to (0, 1) linearly.
    //   "UNIT_LOG_SCALE" - Scales the feasible space logarithmically to (0, 1).
    // The entire feasible space must be strictly positive.
    //   "UNIT_REVERSE_LOG_SCALE" - Scales the feasible space "reverse"
    // logarithmically to (0, 1). The result is that values close to the top of the
    // feasible space are spread out more than points near the bottom. The entire
    // feasible space must be strictly positive.
    ScaleType string `json:"scaleType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CategoricalValueSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CategoricalValueSpec") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec

GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec: Value specification for a parameter in `CATEGORICAL` type.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec struct {
    // DefaultValue: A default value for a `CATEGORICAL` parameter that is assumed
    // to be a relatively good starting point. Unset value signals that there is no
    // offered starting point. Currently only supported by the Vertex AI Vizier
    // service. Not supported by HyperparameterTuningJob or TrainingPipeline.
    DefaultValue string `json:"defaultValue,omitempty"`
    // Values: Required. The list of possible categories.
    Values []string `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DefaultValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DefaultValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec

GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec: Represents a parameter spec with condition from its parent parameter.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec struct {
    // ParameterSpec: Required. The spec for a conditional parameter.
    ParameterSpec *GoogleCloudAiplatformV1beta1StudySpecParameterSpec `json:"parameterSpec,omitempty"`
    // ParentCategoricalValues: The spec for matching values from a parent
    // parameter of `CATEGORICAL` type.
    ParentCategoricalValues *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition `json:"parentCategoricalValues,omitempty"`
    // ParentDiscreteValues: The spec for matching values from a parent parameter
    // of `DISCRETE` type.
    ParentDiscreteValues *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition `json:"parentDiscreteValues,omitempty"`
    // ParentIntValues: The spec for matching values from a parent parameter of
    // `INTEGER` type.
    ParentIntValues *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition `json:"parentIntValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ParameterSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ParameterSpec") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition

GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCat egoricalValueCondition: Represents the spec to match categorical values from parent parameter.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition struct {
    // Values: Required. Matches values of the parent parameter of 'CATEGORICAL'
    // type. All values must exist in `categorical_value_spec` of parent parameter.
    Values []string `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition

GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDis creteValueCondition: Represents the spec to match discrete values from parent parameter.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition struct {
    // Values: Required. Matches values of the parent parameter of 'DISCRETE' type.
    // All values must exist in `discrete_value_spec` of parent parameter. The
    // Epsilon of the value matching is 1e-10.
    Values []float64 `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition

GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecInt ValueCondition: Represents the spec to match integer values from parent parameter.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition struct {
    // Values: Required. Matches values of the parent parameter of 'INTEGER' type.
    // All values must lie in `integer_value_spec` of parent parameter.
    Values googleapi.Int64s `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec

GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec: Value specification for a parameter in `DISCRETE` type.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec struct {
    // DefaultValue: A default value for a `DISCRETE` parameter that is assumed to
    // be a relatively good starting point. Unset value signals that there is no
    // offered starting point. It automatically rounds to the nearest feasible
    // discrete point. Currently only supported by the Vertex AI Vizier service.
    // Not supported by HyperparameterTuningJob or TrainingPipeline.
    DefaultValue float64 `json:"defaultValue,omitempty"`
    // Values: Required. A list of possible values. The list should be in
    // increasing order and at least 1e-10 apart. For instance, this parameter
    // might have possible settings of 1.5, 2.5, and 4.0. This list should not
    // contain more than 1,000 values.
    Values []float64 `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DefaultValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DefaultValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec

GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec: Value specification for a parameter in `DOUBLE` type.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec struct {
    // DefaultValue: A default value for a `DOUBLE` parameter that is assumed to be
    // a relatively good starting point. Unset value signals that there is no
    // offered starting point. Currently only supported by the Vertex AI Vizier
    // service. Not supported by HyperparameterTuningJob or TrainingPipeline.
    DefaultValue float64 `json:"defaultValue,omitempty"`
    // MaxValue: Required. Inclusive maximum value of the parameter.
    MaxValue float64 `json:"maxValue,omitempty"`
    // MinValue: Required. Inclusive minimum value of the parameter.
    MinValue float64 `json:"minValue,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DefaultValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DefaultValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec

GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec: Value specification for a parameter in `INTEGER` type.

type GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec struct {
    // DefaultValue: A default value for an `INTEGER` parameter that is assumed to
    // be a relatively good starting point. Unset value signals that there is no
    // offered starting point. Currently only supported by the Vertex AI Vizier
    // service. Not supported by HyperparameterTuningJob or TrainingPipeline.
    DefaultValue int64 `json:"defaultValue,omitempty,string"`
    // MaxValue: Required. Inclusive maximum value of the parameter.
    MaxValue int64 `json:"maxValue,omitempty,string"`
    // MinValue: Required. Inclusive minimum value of the parameter.
    MinValue int64 `json:"minValue,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "DefaultValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DefaultValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig

GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig: The configuration (stopping conditions) for automated stopping of a Study. Conditions include trial budgets, time budgets, and convergence detection.

type GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig struct {
    // MaxDurationNoProgress: If the objective value has not improved for this much
    // time, stop the study. WARNING: Effective only for single-objective studies.
    MaxDurationNoProgress string `json:"maxDurationNoProgress,omitempty"`
    // MaxNumTrials: If there are more than this many trials, stop the study.
    MaxNumTrials int64 `json:"maxNumTrials,omitempty"`
    // MaxNumTrialsNoProgress: If the objective value has not improved for this
    // many consecutive trials, stop the study. WARNING: Effective only for
    // single-objective studies.
    MaxNumTrialsNoProgress int64 `json:"maxNumTrialsNoProgress,omitempty"`
    // MaximumRuntimeConstraint: If the specified time or duration has passed, stop
    // the study.
    MaximumRuntimeConstraint *GoogleCloudAiplatformV1beta1StudyTimeConstraint `json:"maximumRuntimeConstraint,omitempty"`
    // MinNumTrials: If there are fewer than this many COMPLETED trials, do not
    // stop the study.
    MinNumTrials int64 `json:"minNumTrials,omitempty"`
    // MinimumRuntimeConstraint: Each "stopping rule" in this proto specifies an
    // "if" condition. Before Vizier would generate a new suggestion, it first
    // checks each specified stopping rule, from top to bottom in this list. Note
    // that the first few rules (e.g. minimum_runtime_constraint, min_num_trials)
    // will prevent other stopping rules from being evaluated until they are met.
    // For example, setting `min_num_trials=5` and `always_stop_after= 1 hour`
    // means that the Study will ONLY stop after it has 5 COMPLETED trials, even if
    // more than an hour has passed since its creation. It follows the first
    // applicable rule (whose "if" condition is satisfied) to make a stopping
    // decision. If none of the specified rules are applicable, then Vizier decides
    // that the study should not stop. If Vizier decides that the study should
    // stop, the study enters STOPPING state (or STOPPING_ASAP if should_stop_asap
    // = true). IMPORTANT: The automatic study state transition happens precisely
    // as described above; that is, deleting trials or updating StudyConfig NEVER
    // automatically moves the study state back to ACTIVE. If you want to _resume_
    // a Study that was stopped, 1) change the stopping conditions if necessary, 2)
    // activate the study, and then 3) ask for suggestions. If the specified time
    // or duration has not passed, do not stop the study.
    MinimumRuntimeConstraint *GoogleCloudAiplatformV1beta1StudyTimeConstraint `json:"minimumRuntimeConstraint,omitempty"`
    // ShouldStopAsap: If true, a Study enters STOPPING_ASAP whenever it would
    // normally enters STOPPING state. The bottom line is: set to true if you want
    // to interrupt on-going evaluations of Trials as soon as the study stopping
    // condition is met. (Please see Study.State documentation for the source of
    // truth).
    ShouldStopAsap bool `json:"shouldStopAsap,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxDurationNoProgress") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxDurationNoProgress") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig

GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig: This contains flag for manually disabling transfer learning for a study. The names of prior studies being used for transfer learning (if any) are also listed here.

type GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig struct {
    // DisableTransferLearning: Flag to to manually prevent vizier from using
    // transfer learning on a new study. Otherwise, vizier will automatically
    // determine whether or not to use transfer learning.
    DisableTransferLearning bool `json:"disableTransferLearning,omitempty"`
    // PriorStudyNames: Output only. Names of previously completed studies
    PriorStudyNames []string `json:"priorStudyNames,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisableTransferLearning") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisableTransferLearning") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1StudyTimeConstraint

GoogleCloudAiplatformV1beta1StudyTimeConstraint: Time-based Constraint for Study

type GoogleCloudAiplatformV1beta1StudyTimeConstraint struct {
    // EndTime: Compares the wallclock time to this time. Must use UTC timezone.
    EndTime string `json:"endTime,omitempty"`
    // MaxDuration: Counts the wallclock time passed since the creation of this
    // Study.
    MaxDuration string `json:"maxDuration,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1StudyTimeConstraint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1StudyTimeConstraint) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SuggestTrialsMetadata

GoogleCloudAiplatformV1beta1SuggestTrialsMetadata: Details of operations that perform Trials suggestion.

type GoogleCloudAiplatformV1beta1SuggestTrialsMetadata struct {
    // ClientId: The identifier of the client that is requesting the suggestion. If
    // multiple SuggestTrialsRequests have the same `client_id`, the service will
    // return the identical suggested Trial if the Trial is pending, and provide a
    // new Trial if the last suggested Trial was completed.
    ClientId string `json:"clientId,omitempty"`
    // GenericMetadata: Operation metadata for suggesting Trials.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ClientId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ClientId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SuggestTrialsMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SuggestTrialsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SuggestTrialsRequest

GoogleCloudAiplatformV1beta1SuggestTrialsRequest: Request message for VizierService.SuggestTrials.

type GoogleCloudAiplatformV1beta1SuggestTrialsRequest struct {
    // ClientId: Required. The identifier of the client that is requesting the
    // suggestion. If multiple SuggestTrialsRequests have the same `client_id`, the
    // service will return the identical suggested Trial if the Trial is pending,
    // and provide a new Trial if the last suggested Trial was completed.
    ClientId string `json:"clientId,omitempty"`
    // Contexts: Optional. This allows you to specify the "context" for a Trial; a
    // context is a slice (a subspace) of the search space. Typical uses for
    // contexts: 1) You are using Vizier to tune a server for best performance, but
    // there's a strong weekly cycle. The context specifies the day-of-week. This
    // allows Tuesday to generalize from Wednesday without assuming that everything
    // is identical. 2) Imagine you're optimizing some medical treatment for
    // people. As they walk in the door, you know certain facts about them (e.g.
    // sex, weight, height, blood-pressure). Put that information in the context,
    // and Vizier will adapt its suggestions to the patient. 3) You want to do a
    // fair A/B test efficiently. Specify the "A" and "B" conditions as contexts,
    // and Vizier will generalize between "A" and "B" conditions. If they are
    // similar, this will allow Vizier to converge to the optimum faster than if
    // "A" and "B" were separate Studies. NOTE: You can also enter contexts as
    // REQUESTED Trials, e.g. via the CreateTrial() RPC; that's the asynchronous
    // option where you don't need a close association between contexts and
    // suggestions. NOTE: All the Parameters you set in a context MUST be defined
    // in the Study. NOTE: You must supply 0 or $suggestion_count contexts. If you
    // don't supply any contexts, Vizier will make suggestions from the full search
    // space specified in the StudySpec; if you supply a full set of context, each
    // suggestion will match the corresponding context. NOTE: A Context with no
    // features set matches anything, and allows suggestions from the full search
    // space. NOTE: Contexts MUST lie within the search space specified in the
    // StudySpec. It's an error if they don't. NOTE: Contexts preferentially match
    // ACTIVE then REQUESTED trials before new suggestions are generated. NOTE:
    // Generation of suggestions involves a match between a Context and
    // (optionally) a REQUESTED trial; if that match is not fully specified, a
    // suggestion will be geneated in the merged subspace.
    Contexts []*GoogleCloudAiplatformV1beta1TrialContext `json:"contexts,omitempty"`
    // SuggestionCount: Required. The number of suggestions requested. It must be
    // positive.
    SuggestionCount int64 `json:"suggestionCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ClientId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ClientId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SuggestTrialsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SuggestTrialsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SuggestTrialsResponse

GoogleCloudAiplatformV1beta1SuggestTrialsResponse: Response message for VizierService.SuggestTrials.

type GoogleCloudAiplatformV1beta1SuggestTrialsResponse struct {
    // EndTime: The time at which operation processing completed.
    EndTime string `json:"endTime,omitempty"`
    // StartTime: The time at which the operation was started.
    StartTime string `json:"startTime,omitempty"`
    // StudyState: The state of the Study.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The study state is unspecified.
    //   "ACTIVE" - The study is active.
    //   "INACTIVE" - The study is stopped due to an internal error.
    //   "COMPLETED" - The study is done when the service exhausts the parameter
    // search space or max_trial_count is reached.
    StudyState string `json:"studyState,omitempty"`
    // Trials: A list of Trials.
    Trials []*GoogleCloudAiplatformV1beta1Trial `json:"trials,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SuggestTrialsResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SuggestTrialsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput

GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput: Input for summarization helpfulness metric.

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput struct {
    // Instance: Required. Summarization helpfulness instance.
    Instance *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for summarization helpfulness score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance

GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance: Spec for summarization helpfulness instance.

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance struct {
    // Context: Required. Text to be summarized.
    Context string `json:"context,omitempty"`
    // Instruction: Optional. Summarization prompt for LLM.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult

GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult: Spec for summarization helpfulness result.

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult struct {
    // Confidence: Output only. Confidence for summarization helpfulness score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for summarization helpfulness score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Summarization Helpfulness score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec

GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec: Spec for summarization helpfulness score metric.

type GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // summarization helpfulness.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationHelpfulnessSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationQualityInput

GoogleCloudAiplatformV1beta1SummarizationQualityInput: Input for summarization quality metric.

type GoogleCloudAiplatformV1beta1SummarizationQualityInput struct {
    // Instance: Required. Summarization quality instance.
    Instance *GoogleCloudAiplatformV1beta1SummarizationQualityInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for summarization quality score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1SummarizationQualitySpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationQualityInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationQualityInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationQualityInstance

GoogleCloudAiplatformV1beta1SummarizationQualityInstance: Spec for summarization quality instance.

type GoogleCloudAiplatformV1beta1SummarizationQualityInstance struct {
    // Context: Required. Text to be summarized.
    Context string `json:"context,omitempty"`
    // Instruction: Required. Summarization prompt for LLM.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationQualityInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationQualityInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationQualityResult

GoogleCloudAiplatformV1beta1SummarizationQualityResult: Spec for summarization quality result.

type GoogleCloudAiplatformV1beta1SummarizationQualityResult struct {
    // Confidence: Output only. Confidence for summarization quality score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for summarization quality score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Summarization Quality score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationQualityResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationQualityResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SummarizationQualityResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationQualityResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SummarizationQualitySpec

GoogleCloudAiplatformV1beta1SummarizationQualitySpec: Spec for summarization quality score metric.

type GoogleCloudAiplatformV1beta1SummarizationQualitySpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // summarization quality.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationQualitySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationQualitySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationVerbosityInput

GoogleCloudAiplatformV1beta1SummarizationVerbosityInput: Input for summarization verbosity metric.

type GoogleCloudAiplatformV1beta1SummarizationVerbosityInput struct {
    // Instance: Required. Summarization verbosity instance.
    Instance *GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance `json:"instance,omitempty"`
    // MetricSpec: Required. Spec for summarization verbosity score metric.
    MetricSpec *GoogleCloudAiplatformV1beta1SummarizationVerbositySpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instance") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instance") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationVerbosityInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance

GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance: Spec for summarization verbosity instance.

type GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance struct {
    // Context: Required. Text to be summarized.
    Context string `json:"context,omitempty"`
    // Instruction: Optional. Summarization prompt for LLM.
    Instruction string `json:"instruction,omitempty"`
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Optional. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Context") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Context") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SummarizationVerbosityResult

GoogleCloudAiplatformV1beta1SummarizationVerbosityResult: Spec for summarization verbosity result.

type GoogleCloudAiplatformV1beta1SummarizationVerbosityResult struct {
    // Confidence: Output only. Confidence for summarization verbosity score.
    Confidence float64 `json:"confidence,omitempty"`
    // Explanation: Output only. Explanation for summarization verbosity score.
    Explanation string `json:"explanation,omitempty"`
    // Score: Output only. Summarization Verbosity score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationVerbosityResult) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityResult) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SummarizationVerbosityResult) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationVerbosityResult) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SummarizationVerbositySpec

GoogleCloudAiplatformV1beta1SummarizationVerbositySpec: Spec for summarization verbosity score metric.

type GoogleCloudAiplatformV1beta1SummarizationVerbositySpec struct {
    // UseReference: Optional. Whether to use instance.reference to compute
    // summarization verbosity.
    UseReference bool `json:"useReference,omitempty"`
    // Version: Optional. Which version to use for evaluation.
    Version int64 `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseReference") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseReference") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SummarizationVerbositySpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SummarizationVerbositySpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SupervisedHyperParameters

GoogleCloudAiplatformV1beta1SupervisedHyperParameters: Hyperparameters for SFT.

type GoogleCloudAiplatformV1beta1SupervisedHyperParameters struct {
    // AdapterSize: Optional. Adapter size for tuning.
    //
    // Possible values:
    //   "ADAPTER_SIZE_UNSPECIFIED" - Adapter size is unspecified.
    //   "ADAPTER_SIZE_ONE" - Adapter size 1.
    //   "ADAPTER_SIZE_FOUR" - Adapter size 4.
    //   "ADAPTER_SIZE_EIGHT" - Adapter size 8.
    //   "ADAPTER_SIZE_SIXTEEN" - Adapter size 16.
    AdapterSize string `json:"adapterSize,omitempty"`
    // EpochCount: Optional. Number of complete passes the model makes over the
    // entire training dataset during training.
    EpochCount int64 `json:"epochCount,omitempty,string"`
    // LearningRateMultiplier: Optional. Multiplier for adjusting the default
    // learning rate.
    LearningRateMultiplier float64 `json:"learningRateMultiplier,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AdapterSize") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AdapterSize") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SupervisedHyperParameters) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedHyperParameters) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SupervisedHyperParameters) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedHyperParameters) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SupervisedTuningDataStats

GoogleCloudAiplatformV1beta1SupervisedTuningDataStats: Tuning data statistics for Supervised Tuning.

type GoogleCloudAiplatformV1beta1SupervisedTuningDataStats struct {
    // TotalBillableCharacterCount: Output only. Number of billable characters in
    // the tuning dataset.
    TotalBillableCharacterCount int64 `json:"totalBillableCharacterCount,omitempty,string"`
    // TotalTuningCharacterCount: Output only. Number of tuning characters in the
    // tuning dataset.
    TotalTuningCharacterCount int64 `json:"totalTuningCharacterCount,omitempty,string"`
    // TuningDatasetExampleCount: Output only. Number of examples in the tuning
    // dataset.
    TuningDatasetExampleCount int64 `json:"tuningDatasetExampleCount,omitempty,string"`
    // TuningStepCount: Output only. Number of tuning steps for this Tuning Job.
    TuningStepCount int64 `json:"tuningStepCount,omitempty,string"`
    // UserDatasetExamples: Output only. Sample user messages in the training
    // dataset uri.
    UserDatasetExamples []*GoogleCloudAiplatformV1beta1Content `json:"userDatasetExamples,omitempty"`
    // UserInputTokenDistribution: Output only. Dataset distributions for the user
    // input tokens.
    UserInputTokenDistribution *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution `json:"userInputTokenDistribution,omitempty"`
    // UserMessagePerExampleDistribution: Output only. Dataset distributions for
    // the messages per example.
    UserMessagePerExampleDistribution *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution `json:"userMessagePerExampleDistribution,omitempty"`
    // UserOutputTokenDistribution: Output only. Dataset distributions for the user
    // output tokens.
    UserOutputTokenDistribution *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution `json:"userOutputTokenDistribution,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "TotalBillableCharacterCount") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TotalBillableCharacterCount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SupervisedTuningDataStats) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDataStats) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution

GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution: Dataset distribution for Supervised Tuning.

type GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution struct {
    // Buckets: Output only. Defines the histogram bucket.
    Buckets []*GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket `json:"buckets,omitempty"`
    // Max: Output only. The maximum of the population values.
    Max float64 `json:"max,omitempty"`
    // Mean: Output only. The arithmetic mean of the values in the population.
    Mean float64 `json:"mean,omitempty"`
    // Median: Output only. The median of the values in the population.
    Median float64 `json:"median,omitempty"`
    // Min: Output only. The minimum of the population values.
    Min float64 `json:"min,omitempty"`
    // P5: Output only. The 5th percentile of the values in the population.
    P5 float64 `json:"p5,omitempty"`
    // P95: Output only. The 95th percentile of the values in the population.
    P95 float64 `json:"p95,omitempty"`
    // Sum: Output only. Sum of a given population of values.
    Sum int64 `json:"sum,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "Buckets") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Buckets") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket

GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket:

Dataset bucket used to create a histogram for the distribution given a

population of values.

type GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket struct {
    // Count: Output only. Number of values in the bucket.
    Count float64 `json:"count,omitempty"`
    // Left: Output only. Left bound of the bucket.
    Left float64 `json:"left,omitempty"`
    // Right: Output only. Right bound of the bucket.
    Right float64 `json:"right,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Count") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Count") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1SupervisedTuningSpec

GoogleCloudAiplatformV1beta1SupervisedTuningSpec: Tuning Spec for Supervised Tuning.

type GoogleCloudAiplatformV1beta1SupervisedTuningSpec struct {
    // HyperParameters: Optional. Hyperparameters for SFT.
    HyperParameters *GoogleCloudAiplatformV1beta1SupervisedHyperParameters `json:"hyperParameters,omitempty"`
    // TrainingDatasetUri: Required. Cloud Storage path to file containing training
    // dataset for tuning. The dataset must be formatted as a JSONL file.
    TrainingDatasetUri string `json:"trainingDatasetUri,omitempty"`
    // ValidationDatasetUri: Optional. Cloud Storage path to file containing
    // validation dataset for tuning. The dataset must be formatted as a JSONL
    // file.
    ValidationDatasetUri string `json:"validationDatasetUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "HyperParameters") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HyperParameters") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SupervisedTuningSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SupervisedTuningSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1SyncFeatureViewRequest

GoogleCloudAiplatformV1beta1SyncFeatureViewRequest: Request message for FeatureOnlineStoreAdminService.SyncFeatureView.

type GoogleCloudAiplatformV1beta1SyncFeatureViewRequest struct {
}

type GoogleCloudAiplatformV1beta1SyncFeatureViewResponse

GoogleCloudAiplatformV1beta1SyncFeatureViewResponse: Respose message for FeatureOnlineStoreAdminService.SyncFeatureView.

type GoogleCloudAiplatformV1beta1SyncFeatureViewResponse struct {
    // FeatureViewSync: Format:
    // `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_
    // store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
    FeatureViewSync string `json:"featureViewSync,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "FeatureViewSync") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FeatureViewSync") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1SyncFeatureViewResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1SyncFeatureViewResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TFRecordDestination

GoogleCloudAiplatformV1beta1TFRecordDestination: The storage details for TFRecord output content.

type GoogleCloudAiplatformV1beta1TFRecordDestination struct {
    // GcsDestination: Required. Google Cloud Storage location.
    GcsDestination *GoogleCloudAiplatformV1beta1GcsDestination `json:"gcsDestination,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsDestination") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TFRecordDestination) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TFRecordDestination) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Tensor

GoogleCloudAiplatformV1beta1Tensor: A tensor value type.

type GoogleCloudAiplatformV1beta1Tensor struct {
    // BoolVal: Type specific representations that make it easy to create tensor
    // protos in all languages. Only the representation corresponding to "dtype"
    // can be set. The values hold the flattened representation of the tensor in
    // row major order. BOOL
    BoolVal []bool `json:"boolVal,omitempty"`
    // BytesVal: STRING
    BytesVal []string `json:"bytesVal,omitempty"`
    // DoubleVal: DOUBLE
    DoubleVal []float64 `json:"doubleVal,omitempty"`
    // Dtype: The data type of tensor.
    //
    // Possible values:
    //   "DATA_TYPE_UNSPECIFIED" - Not a legal value for DataType. Used to indicate
    // a DataType field has not been set.
    //   "BOOL" - Data types that all computation devices are expected to be
    // capable to support.
    //   "STRING"
    //   "FLOAT"
    //   "DOUBLE"
    //   "INT8"
    //   "INT16"
    //   "INT32"
    //   "INT64"
    //   "UINT8"
    //   "UINT16"
    //   "UINT32"
    //   "UINT64"
    Dtype string `json:"dtype,omitempty"`
    // FloatVal: FLOAT
    FloatVal []float64 `json:"floatVal,omitempty"`
    // Int64Val: INT64
    Int64Val googleapi.Int64s `json:"int64Val,omitempty"`
    // IntVal: INT_8 INT_16 INT_32
    IntVal []int64 `json:"intVal,omitempty"`
    // ListVal: A list of tensor values.
    ListVal []*GoogleCloudAiplatformV1beta1Tensor `json:"listVal,omitempty"`
    // Shape: Shape of the tensor.
    Shape googleapi.Int64s `json:"shape,omitempty"`
    // StringVal: STRING
    StringVal []string `json:"stringVal,omitempty"`
    // StructVal: A map of string to tensor.
    StructVal map[string]GoogleCloudAiplatformV1beta1Tensor `json:"structVal,omitempty"`
    // TensorVal: Serialized raw tensor content.
    TensorVal string `json:"tensorVal,omitempty"`
    // Uint64Val: UINT64
    Uint64Val googleapi.Uint64s `json:"uint64Val,omitempty"`
    // UintVal: UINT8 UINT16 UINT32
    UintVal []int64 `json:"uintVal,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BoolVal") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoolVal") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Tensor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Tensor) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1Tensor) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1Tensor) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1Tensorboard

GoogleCloudAiplatformV1beta1Tensorboard: Tensorboard is a physical database that stores users' training metrics. A default Tensorboard is provided in each region of a Google Cloud project. If needed users can also create extra Tensorboards in their projects.

type GoogleCloudAiplatformV1beta1Tensorboard struct {
    // BlobStoragePathPrefix: Output only. Consumer project Cloud Storage path
    // prefix used to store blob data, which can either be a bucket or directory.
    // Does not end with a '/'.
    BlobStoragePathPrefix string `json:"blobStoragePathPrefix,omitempty"`
    // CreateTime: Output only. Timestamp when this Tensorboard was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of this Tensorboard.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. User provided name of this Tensorboard.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a Tensorboard. If
    // set, this Tensorboard and all sub-resources of this Tensorboard will be
    // secured by this key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // Etag: Used to perform a consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // IsDefault: Used to indicate if the TensorBoard instance is the default one.
    // Each project & region can have at most one default TensorBoard instance.
    // Creation of a default TensorBoard instance and updating an existing
    // TensorBoard instance to be default will mark all other TensorBoard instances
    // (if any) as non default.
    IsDefault bool `json:"isDefault,omitempty"`
    // Labels: The labels with user-defined metadata to organize your Tensorboards.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. No more than
    // 64 user labels can be associated with one Tensorboard (System labels are
    // excluded). See https://goo.gl/xmQnxf for more information and examples of
    // labels. System reserved label keys are prefixed with
    // "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Name of the Tensorboard. Format:
    // `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
    Name string `json:"name,omitempty"`
    // RunCount: Output only. The number of Runs stored in this Tensorboard.
    RunCount int64 `json:"runCount,omitempty"`
    // UpdateTime: Output only. Timestamp when this Tensorboard was last updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BlobStoragePathPrefix") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BlobStoragePathPrefix") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Tensorboard) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Tensorboard) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TensorboardBlob

GoogleCloudAiplatformV1beta1TensorboardBlob: One blob (e.g, image, graph) viewable on a blob metric plot.

type GoogleCloudAiplatformV1beta1TensorboardBlob struct {
    // Data: Optional. The bytes of the blob is not present unless it's returned by
    // the ReadTensorboardBlobData endpoint.
    Data string `json:"data,omitempty"`
    // Id: Output only. A URI safe key uniquely identifying a blob. Can be used to
    // locate the blob stored in the Cloud Storage bucket of the consumer project.
    Id string `json:"id,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Data") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Data") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TensorboardBlob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TensorboardBlob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TensorboardBlobSequence

GoogleCloudAiplatformV1beta1TensorboardBlobSequence: One point viewable on a blob metric plot, but mostly just a wrapper message to work around repeated fields can't be used directly within `oneof` fields.

type GoogleCloudAiplatformV1beta1TensorboardBlobSequence struct {
    // Values: List of blobs contained within the sequence.
    Values []*GoogleCloudAiplatformV1beta1TensorboardBlob `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TensorboardBlobSequence) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TensorboardBlobSequence) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TensorboardExperiment

GoogleCloudAiplatformV1beta1TensorboardExperiment: A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.

type GoogleCloudAiplatformV1beta1TensorboardExperiment struct {
    // CreateTime: Output only. Timestamp when this TensorboardExperiment was
    // created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of this TensorboardExperiment.
    Description string `json:"description,omitempty"`
    // DisplayName: User provided name of this TensorboardExperiment.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Used to perform consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your
    // TensorboardExperiment. Label keys and values cannot be longer than 64
    // characters (Unicode codepoints), can only contain lowercase letters, numeric
    // characters, underscores and dashes. International characters are allowed. No
    // more than 64 user labels can be associated with one Dataset (System labels
    // are excluded). See https://goo.gl/xmQnxf for more information and examples
    // of labels. System reserved label keys are prefixed with
    // `aiplatform.googleapis.com/` and are immutable. The following system labels
    // exist for each Dataset: *
    // `aiplatform.googleapis.com/dataset_metadata_schema`: output only. Its value
    // is the metadata_schema's title.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Name of the TensorboardExperiment. Format:
    // `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experimen
    // ts/{experiment}`
    Name string `json:"name,omitempty"`
    // Source: Immutable. Source of the TensorboardExperiment. Example: a custom
    // training job.
    Source string `json:"source,omitempty"`
    // UpdateTime: Output only. Timestamp when this TensorboardExperiment was last
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TensorboardExperiment) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TensorboardExperiment) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TensorboardRun

GoogleCloudAiplatformV1beta1TensorboardRun: TensorboardRun maps to a specific execution of a training job with a given set of hyperparameter values, model definition, dataset, etc

type GoogleCloudAiplatformV1beta1TensorboardRun struct {
    // CreateTime: Output only. Timestamp when this TensorboardRun was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of this TensorboardRun.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. User provided name of this TensorboardRun. This value
    // must be unique among all TensorboardRuns belonging to the same parent
    // TensorboardExperiment.
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Used to perform a consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Labels: The labels with user-defined metadata to organize your
    // TensorboardRuns. This field will be used to filter and visualize Runs in the
    // Tensorboard UI. For example, a Vertex AI training job can set a label
    // aiplatform.googleapis.com/training_job_id=xxxxx to all the runs created
    // within that job. An end user can set a label experiment_id=xxxxx for all the
    // runs produced in a Jupyter notebook. These runs can be grouped by a label
    // value and visualized together in the Tensorboard UI. Label keys and values
    // can be no longer than 64 characters (Unicode codepoints), can only contain
    // lowercase letters, numeric characters, underscores and dashes. International
    // characters are allowed. No more than 64 user labels can be associated with
    // one TensorboardRun (System labels are excluded). See https://goo.gl/xmQnxf
    // for more information and examples of labels. System reserved label keys are
    // prefixed with "aiplatform.googleapis.com/" and are immutable.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Name of the TensorboardRun. Format:
    // `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experimen
    // ts/{experiment}/runs/{run}`
    Name string `json:"name,omitempty"`
    // UpdateTime: Output only. Timestamp when this TensorboardRun was last
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TensorboardRun) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TensorboardRun) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TensorboardTensor

GoogleCloudAiplatformV1beta1TensorboardTensor: One point viewable on a tensor metric plot.

type GoogleCloudAiplatformV1beta1TensorboardTensor struct {
    // Value: Required. Serialized form of
    // https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/tensor.proto
    Value string `json:"value,omitempty"`
    // VersionNumber: Optional. Version number of TensorProto used to serialize
    // value.
    VersionNumber int64 `json:"versionNumber,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TensorboardTensor) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TensorboardTensor) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TensorboardTimeSeries

GoogleCloudAiplatformV1beta1TensorboardTimeSeries: TensorboardTimeSeries maps to times series produced in training runs

type GoogleCloudAiplatformV1beta1TensorboardTimeSeries struct {
    // CreateTime: Output only. Timestamp when this TensorboardTimeSeries was
    // created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Description of this TensorboardTimeSeries.
    Description string `json:"description,omitempty"`
    // DisplayName: Required. User provided name of this TensorboardTimeSeries.
    // This value should be unique among all TensorboardTimeSeries resources
    // belonging to the same TensorboardRun resource (parent resource).
    DisplayName string `json:"displayName,omitempty"`
    // Etag: Used to perform a consistent read-modify-write updates. If not set, a
    // blind "overwrite" update happens.
    Etag string `json:"etag,omitempty"`
    // Metadata: Output only. Scalar, Tensor, or Blob metadata for this
    // TensorboardTimeSeries.
    Metadata *GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata `json:"metadata,omitempty"`
    // Name: Output only. Name of the TensorboardTimeSeries.
    Name string `json:"name,omitempty"`
    // PluginData: Data of the current plugin, with the size limited to 65KB.
    PluginData string `json:"pluginData,omitempty"`
    // PluginName: Immutable. Name of the plugin this time series pertain to. Such
    // as Scalar, Tensor, Blob
    PluginName string `json:"pluginName,omitempty"`
    // UpdateTime: Output only. Timestamp when this TensorboardTimeSeries was last
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`
    // ValueType: Required. Immutable. Type of TensorboardTimeSeries value.
    //
    // Possible values:
    //   "VALUE_TYPE_UNSPECIFIED" - The value type is unspecified.
    //   "SCALAR" - Used for TensorboardTimeSeries that is a list of scalars. E.g.
    // accuracy of a model over epochs/time.
    //   "TENSOR" - Used for TensorboardTimeSeries that is a list of tensors. E.g.
    // histograms of weights of layer in a model over epoch/time.
    //   "BLOB_SEQUENCE" - Used for TensorboardTimeSeries that is a list of blob
    // sequences. E.g. set of sample images with labels over epochs/time.
    ValueType string `json:"valueType,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TensorboardTimeSeries) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TensorboardTimeSeries) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata

GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata: Describes metadata for a TensorboardTimeSeries.

type GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata struct {
    // MaxBlobSequenceLength: Output only. The largest blob sequence length (number
    // of blobs) of all data points in this time series, if its ValueType is
    // BLOB_SEQUENCE.
    MaxBlobSequenceLength int64 `json:"maxBlobSequenceLength,omitempty,string"`
    // MaxStep: Output only. Max step index of all data points within a
    // TensorboardTimeSeries.
    MaxStep int64 `json:"maxStep,omitempty,string"`
    // MaxWallTime: Output only. Max wall clock timestamp of all data points within
    // a TensorboardTimeSeries.
    MaxWallTime string `json:"maxWallTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "MaxBlobSequenceLength") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "MaxBlobSequenceLength") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ThresholdConfig

GoogleCloudAiplatformV1beta1ThresholdConfig: The config for feature monitoring threshold.

type GoogleCloudAiplatformV1beta1ThresholdConfig struct {
    // Value: Specify a threshold value that can trigger the alert. If this
    // threshold config is for feature distribution distance: 1. For categorical
    // feature, the distribution distance is calculated by L-inifinity norm. 2. For
    // numerical feature, the distribution distance is calculated by
    // Jensen–Shannon divergence. Each feature must have a non-zero threshold if
    // they need to be monitored. Otherwise no alert will be triggered for that
    // feature.
    Value float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ThresholdConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ThresholdConfig) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ThresholdConfig) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ThresholdConfig) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1TimeSeriesData

GoogleCloudAiplatformV1beta1TimeSeriesData: All the data stored in a TensorboardTimeSeries.

type GoogleCloudAiplatformV1beta1TimeSeriesData struct {
    // TensorboardTimeSeriesId: Required. The ID of the TensorboardTimeSeries,
    // which will become the final component of the TensorboardTimeSeries' resource
    // name
    TensorboardTimeSeriesId string `json:"tensorboardTimeSeriesId,omitempty"`
    // ValueType: Required. Immutable. The value type of this time series. All the
    // values in this time series data must match this value type.
    //
    // Possible values:
    //   "VALUE_TYPE_UNSPECIFIED" - The value type is unspecified.
    //   "SCALAR" - Used for TensorboardTimeSeries that is a list of scalars. E.g.
    // accuracy of a model over epochs/time.
    //   "TENSOR" - Used for TensorboardTimeSeries that is a list of tensors. E.g.
    // histograms of weights of layer in a model over epoch/time.
    //   "BLOB_SEQUENCE" - Used for TensorboardTimeSeries that is a list of blob
    // sequences. E.g. set of sample images with labels over epochs/time.
    ValueType string `json:"valueType,omitempty"`
    // Values: Required. Data points in this time series.
    Values []*GoogleCloudAiplatformV1beta1TimeSeriesDataPoint `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TensorboardTimeSeriesId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TensorboardTimeSeriesId") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TimeSeriesData) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TimeSeriesData) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TimeSeriesDataPoint

GoogleCloudAiplatformV1beta1TimeSeriesDataPoint: A TensorboardTimeSeries data point.

type GoogleCloudAiplatformV1beta1TimeSeriesDataPoint struct {
    // Blobs: A blob sequence value.
    Blobs *GoogleCloudAiplatformV1beta1TensorboardBlobSequence `json:"blobs,omitempty"`
    // Scalar: A scalar value.
    Scalar *GoogleCloudAiplatformV1beta1Scalar `json:"scalar,omitempty"`
    // Step: Step index of this data point within the run.
    Step int64 `json:"step,omitempty,string"`
    // Tensor: A tensor value.
    Tensor *GoogleCloudAiplatformV1beta1TensorboardTensor `json:"tensor,omitempty"`
    // WallTime: Wall clock timestamp when this data point is generated by the end
    // user.
    WallTime string `json:"wallTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Blobs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Blobs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TimeSeriesDataPoint) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TimeSeriesDataPoint) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TimestampSplit

GoogleCloudAiplatformV1beta1TimestampSplit: Assigns input data to training, validation, and test sets based on a provided timestamps. The youngest data pieces are assigned to training set, next to validation set, and the oldest to the test set. Supported only for tabular Datasets.

type GoogleCloudAiplatformV1beta1TimestampSplit struct {
    // Key: Required. The key is a name of one of the Dataset's data columns. The
    // values of the key (the values in the column) must be in RFC 3339 `date-time`
    // format, where `time-offset` = "Z" (e.g. 1985-04-12T23:20:50.52Z). If for a
    // piece of data the key is not present or has an invalid value, that piece is
    // ignored by the pipeline.
    Key string `json:"key,omitempty"`
    // TestFraction: The fraction of the input data that is to be used to evaluate
    // the Model.
    TestFraction float64 `json:"testFraction,omitempty"`
    // TrainingFraction: The fraction of the input data that is to be used to train
    // the Model.
    TrainingFraction float64 `json:"trainingFraction,omitempty"`
    // ValidationFraction: The fraction of the input data that is to be used to
    // validate the Model.
    ValidationFraction float64 `json:"validationFraction,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Key") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Key") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TimestampSplit) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TimestampSplit) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1TimestampSplit) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1TimestampSplit) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1TokensInfo

GoogleCloudAiplatformV1beta1TokensInfo: Tokens info with a list of tokens and the corresponding list of token ids.

type GoogleCloudAiplatformV1beta1TokensInfo struct {
    // TokenIds: A list of token ids from the input.
    TokenIds googleapi.Int64s `json:"tokenIds,omitempty"`
    // Tokens: A list of tokens from the input.
    Tokens []string `json:"tokens,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TokenIds") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TokenIds") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TokensInfo) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TokensInfo) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Tool

GoogleCloudAiplatformV1beta1Tool: Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).

type GoogleCloudAiplatformV1beta1Tool struct {
    // FunctionDeclarations: Optional. Function tool type. One or more function
    // declarations to be passed to the model along with the current user query.
    // Model may decide to call a subset of these functions by populating
    // FunctionCall in the response. User should provide a FunctionResponse for
    // each function call in the next turn. Based on the function responses, Model
    // will generate the final response back to the user. Maximum 64 function
    // declarations can be provided.
    FunctionDeclarations []*GoogleCloudAiplatformV1beta1FunctionDeclaration `json:"functionDeclarations,omitempty"`
    // Retrieval: Optional. Retrieval tool type. System will always execute the
    // provided retrieval tool(s) to get external knowledge to answer the prompt.
    // Retrieval results are presented to the model for generation.
    Retrieval *GoogleCloudAiplatformV1beta1Retrieval `json:"retrieval,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FunctionDeclarations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FunctionDeclarations") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Tool) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Tool) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolCallValidInput

GoogleCloudAiplatformV1beta1ToolCallValidInput: Input for tool call valid metric.

type GoogleCloudAiplatformV1beta1ToolCallValidInput struct {
    // Instances: Required. Repeated tool call valid instances.
    Instances []*GoogleCloudAiplatformV1beta1ToolCallValidInstance `json:"instances,omitempty"`
    // MetricSpec: Required. Spec for tool call valid metric.
    MetricSpec *GoogleCloudAiplatformV1beta1ToolCallValidSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolCallValidInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolCallValidInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolCallValidInstance

GoogleCloudAiplatformV1beta1ToolCallValidInstance: Spec for tool call valid instance.

type GoogleCloudAiplatformV1beta1ToolCallValidInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Required. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolCallValidInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolCallValidInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolCallValidMetricValue

GoogleCloudAiplatformV1beta1ToolCallValidMetricValue: Tool call valid metric value for an instance.

type GoogleCloudAiplatformV1beta1ToolCallValidMetricValue struct {
    // Score: Output only. Tool call valid score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolCallValidMetricValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolCallValidMetricValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ToolCallValidMetricValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolCallValidMetricValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ToolCallValidResults

GoogleCloudAiplatformV1beta1ToolCallValidResults: Results for tool call valid metric.

type GoogleCloudAiplatformV1beta1ToolCallValidResults struct {
    // ToolCallValidMetricValues: Output only. Tool call valid metric values.
    ToolCallValidMetricValues []*GoogleCloudAiplatformV1beta1ToolCallValidMetricValue `json:"toolCallValidMetricValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ToolCallValidMetricValues")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ToolCallValidMetricValues") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolCallValidResults) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolCallValidResults) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolCallValidSpec

GoogleCloudAiplatformV1beta1ToolCallValidSpec: Spec for tool call valid metric.

type GoogleCloudAiplatformV1beta1ToolCallValidSpec struct {
}

type GoogleCloudAiplatformV1beta1ToolConfig

GoogleCloudAiplatformV1beta1ToolConfig: Tool config. This config is shared for all tools provided in the request.

type GoogleCloudAiplatformV1beta1ToolConfig struct {
    // FunctionCallingConfig: Optional. Function calling config.
    FunctionCallingConfig *GoogleCloudAiplatformV1beta1FunctionCallingConfig `json:"functionCallingConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FunctionCallingConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FunctionCallingConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolNameMatchInput

GoogleCloudAiplatformV1beta1ToolNameMatchInput: Input for tool name match metric.

type GoogleCloudAiplatformV1beta1ToolNameMatchInput struct {
    // Instances: Required. Repeated tool name match instances.
    Instances []*GoogleCloudAiplatformV1beta1ToolNameMatchInstance `json:"instances,omitempty"`
    // MetricSpec: Required. Spec for tool name match metric.
    MetricSpec *GoogleCloudAiplatformV1beta1ToolNameMatchSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolNameMatchInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolNameMatchInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolNameMatchInstance

GoogleCloudAiplatformV1beta1ToolNameMatchInstance: Spec for tool name match instance.

type GoogleCloudAiplatformV1beta1ToolNameMatchInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Required. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolNameMatchInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolNameMatchInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue

GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue: Tool name match metric value for an instance.

type GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue struct {
    // Score: Output only. Tool name match score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ToolNameMatchResults

GoogleCloudAiplatformV1beta1ToolNameMatchResults: Results for tool name match metric.

type GoogleCloudAiplatformV1beta1ToolNameMatchResults struct {
    // ToolNameMatchMetricValues: Output only. Tool name match metric values.
    ToolNameMatchMetricValues []*GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue `json:"toolNameMatchMetricValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ToolNameMatchMetricValues")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ToolNameMatchMetricValues") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolNameMatchResults) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolNameMatchResults) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolNameMatchSpec

GoogleCloudAiplatformV1beta1ToolNameMatchSpec: Spec for tool name match metric.

type GoogleCloudAiplatformV1beta1ToolNameMatchSpec struct {
}

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput

GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput: Input for tool parameter key value match metric.

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput struct {
    // Instances: Required. Repeated tool parameter key value match instances.
    Instances []*GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance `json:"instances,omitempty"`
    // MetricSpec: Required. Spec for tool parameter key value match metric.
    MetricSpec *GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance

GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance: Spec for tool parameter key value match instance.

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Required. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue

GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue: Tool parameter key value match metric value for an instance.

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue struct {
    // Score: Output only. Tool parameter key value match score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults

GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults: Results for tool parameter key value match metric.

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults struct {
    // ToolParameterKvMatchMetricValues: Output only. Tool parameter key value
    // match metric values.
    ToolParameterKvMatchMetricValues []*GoogleCloudAiplatformV1beta1ToolParameterKVMatchMetricValue `json:"toolParameterKvMatchMetricValues,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "ToolParameterKvMatchMetricValues") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g.
    // "ToolParameterKvMatchMetricValues") to include in API requests with the JSON
    // null value. By default, fields with empty values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-NullFields for
    // more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchResults) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec

GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec: Spec for tool parameter key value match metric.

type GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec struct {
    // UseStrictStringMatch: Optional. Whether to use STRCIT string match on
    // parameter values.
    UseStrictStringMatch bool `json:"useStrictStringMatch,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UseStrictStringMatch") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UseStrictStringMatch") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKVMatchSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput

GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput: Input for tool parameter key match metric.

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput struct {
    // Instances: Required. Repeated tool parameter key match instances.
    Instances []*GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance `json:"instances,omitempty"`
    // MetricSpec: Required. Spec for tool parameter key match metric.
    MetricSpec *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchSpec `json:"metricSpec,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Instances") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Instances") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance

GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance: Spec for tool parameter key match instance.

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance struct {
    // Prediction: Required. Output of the evaluated model.
    Prediction string `json:"prediction,omitempty"`
    // Reference: Required. Ground truth used to compare against the prediction.
    Reference string `json:"reference,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Prediction") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Prediction") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue

GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue: Tool parameter key match metric value for an instance.

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue struct {
    // Score: Output only. Tool parameter key match score.
    Score float64 `json:"score,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults

GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults: Results for tool parameter key match metric.

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults struct {
    // ToolParameterKeyMatchMetricValues: Output only. Tool parameter key match
    // metric values.
    ToolParameterKeyMatchMetricValues []*GoogleCloudAiplatformV1beta1ToolParameterKeyMatchMetricValue `json:"toolParameterKeyMatchMetricValues,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "ToolParameterKeyMatchMetricValues") to unconditionally include in API
    // requests. By default, fields with empty or default values are omitted from
    // API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g.
    // "ToolParameterKeyMatchMetricValues") to include in API requests with the
    // JSON null value. By default, fields with empty values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-NullFields for
    // more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolParameterKeyMatchResults) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchSpec

GoogleCloudAiplatformV1beta1ToolParameterKeyMatchSpec: Spec for tool parameter key match metric.

type GoogleCloudAiplatformV1beta1ToolParameterKeyMatchSpec struct {
}

type GoogleCloudAiplatformV1beta1ToolUseExample

GoogleCloudAiplatformV1beta1ToolUseExample: A single example of the tool usage.

type GoogleCloudAiplatformV1beta1ToolUseExample struct {
    // DisplayName: Required. The display name for example.
    DisplayName string `json:"displayName,omitempty"`
    // ExtensionOperation: Extension operation to call.
    ExtensionOperation *GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation `json:"extensionOperation,omitempty"`
    // FunctionName: Function name to call.
    FunctionName string `json:"functionName,omitempty"`
    // Query: Required. Query that should be routed to this tool.
    Query string `json:"query,omitempty"`
    // RequestParams: Request parameters used for executing this tool.
    RequestParams googleapi.RawMessage `json:"requestParams,omitempty"`
    // ResponseParams: Response parameters generated by this tool.
    ResponseParams googleapi.RawMessage `json:"responseParams,omitempty"`
    // ResponseSummary: Summary of the tool response to the user query.
    ResponseSummary string `json:"responseSummary,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolUseExample) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolUseExample) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation

GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation: Identifies one operation of the extension.

type GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation struct {
    // Extension: Resource name of the extension.
    Extension string `json:"extension,omitempty"`
    // OperationId: Required. Operation ID of the extension.
    OperationId string `json:"operationId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Extension") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Extension") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TrainingConfig

GoogleCloudAiplatformV1beta1TrainingConfig: CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.

type GoogleCloudAiplatformV1beta1TrainingConfig struct {
    // TimeoutTrainingMilliHours: The timeout hours for the CMLE training job,
    // expressed in milli hours i.e. 1,000 value in this field means 1 hour.
    TimeoutTrainingMilliHours int64 `json:"timeoutTrainingMilliHours,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "TimeoutTrainingMilliHours")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TimeoutTrainingMilliHours") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TrainingConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TrainingConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TrainingPipeline

GoogleCloudAiplatformV1beta1TrainingPipeline: The TrainingPipeline orchestrates tasks associated with training a Model. It always executes the training task, and optionally may also export data from Vertex AI's Dataset which becomes the training input, upload the Model to Vertex AI, and evaluate the Model.

type GoogleCloudAiplatformV1beta1TrainingPipeline struct {
    // CreateTime: Output only. Time when the TrainingPipeline was created.
    CreateTime string `json:"createTime,omitempty"`
    // DisplayName: Required. The user-defined name of this TrainingPipeline.
    DisplayName string `json:"displayName,omitempty"`
    // EncryptionSpec: Customer-managed encryption key spec for a TrainingPipeline.
    // If set, this TrainingPipeline will be secured by this key. Note: Model
    // trained by this TrainingPipeline is also secured by this key if
    // model_to_upload is not set separately.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // EndTime: Output only. Time when the TrainingPipeline entered any of the
    // following states: `PIPELINE_STATE_SUCCEEDED`, `PIPELINE_STATE_FAILED`,
    // `PIPELINE_STATE_CANCELLED`.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. Only populated when the pipeline's state is
    // `PIPELINE_STATE_FAILED` or `PIPELINE_STATE_CANCELLED`.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // InputDataConfig: Specifies Vertex AI owned input data that may be used for
    // training the Model. The TrainingPipeline's training_task_definition should
    // make clear whether this config is used and if there are any special
    // requirements on how it should be filled. If nothing about this config is
    // mentioned in the training_task_definition, then it should be assumed that
    // the TrainingPipeline does not depend on this configuration.
    InputDataConfig *GoogleCloudAiplatformV1beta1InputDataConfig `json:"inputDataConfig,omitempty"`
    // Labels: The labels with user-defined metadata to organize TrainingPipelines.
    // Label keys and values can be no longer than 64 characters (Unicode
    // codepoints), can only contain lowercase letters, numeric characters,
    // underscores and dashes. International characters are allowed. See
    // https://goo.gl/xmQnxf for more information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // ModelId: Optional. The ID to use for the uploaded Model, which will become
    // the final component of the model resource name. This value may be up to 63
    // characters, and valid characters are `[a-z0-9_-]`. The first character
    // cannot be a number or hyphen.
    ModelId string `json:"modelId,omitempty"`
    // ModelToUpload: Describes the Model that may be uploaded (via
    // ModelService.UploadModel) by this TrainingPipeline. The TrainingPipeline's
    // training_task_definition should make clear whether this Model description
    // should be populated, and if there are any special requirements regarding how
    // it should be filled. If nothing is mentioned in the
    // training_task_definition, then it should be assumed that this field should
    // not be filled and the training task either uploads the Model without a need
    // of this information, or that training task does not support uploading a
    // Model as part of the pipeline. When the Pipeline's state becomes
    // `PIPELINE_STATE_SUCCEEDED` and the trained Model had been uploaded into
    // Vertex AI, then the model_to_upload's resource name is populated. The Model
    // is always uploaded into the Project and Location in which this pipeline is.
    ModelToUpload *GoogleCloudAiplatformV1beta1Model `json:"modelToUpload,omitempty"`
    // Name: Output only. Resource name of the TrainingPipeline.
    Name string `json:"name,omitempty"`
    // ParentModel: Optional. When specify this field, the `model_to_upload` will
    // not be uploaded as a new model, instead, it will become a new version of
    // this `parent_model`.
    ParentModel string `json:"parentModel,omitempty"`
    // StartTime: Output only. Time when the TrainingPipeline for the first time
    // entered the `PIPELINE_STATE_RUNNING` state.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the pipeline.
    //
    // Possible values:
    //   "PIPELINE_STATE_UNSPECIFIED" - The pipeline state is unspecified.
    //   "PIPELINE_STATE_QUEUED" - The pipeline has been created or resumed, and
    // processing has not yet begun.
    //   "PIPELINE_STATE_PENDING" - The service is preparing to run the pipeline.
    //   "PIPELINE_STATE_RUNNING" - The pipeline is in progress.
    //   "PIPELINE_STATE_SUCCEEDED" - The pipeline completed successfully.
    //   "PIPELINE_STATE_FAILED" - The pipeline failed.
    //   "PIPELINE_STATE_CANCELLING" - The pipeline is being cancelled. From this
    // state, the pipeline may only go to either PIPELINE_STATE_SUCCEEDED,
    // PIPELINE_STATE_FAILED or PIPELINE_STATE_CANCELLED.
    //   "PIPELINE_STATE_CANCELLED" - The pipeline has been cancelled.
    //   "PIPELINE_STATE_PAUSED" - The pipeline has been stopped, and can be
    // resumed.
    State string `json:"state,omitempty"`
    // TrainingTaskDefinition: Required. A Google Cloud Storage path to the YAML
    // file that defines the training task which is responsible for producing the
    // model artifact, and may also include additional auxiliary work. The
    // definition files that can be used here are found in
    // gs://google-cloud-aiplatform/schema/trainingjob/definition/. Note: The URI
    // given on output will be immutable and probably different, including the URI
    // scheme, than the one given on input. The output URI will point to a location
    // where the user only has a read access.
    TrainingTaskDefinition string `json:"trainingTaskDefinition,omitempty"`
    // TrainingTaskInputs: Required. The training task's parameter(s), as specified
    // in the training_task_definition's `inputs`.
    TrainingTaskInputs interface{} `json:"trainingTaskInputs,omitempty"`
    // TrainingTaskMetadata: Output only. The metadata information as specified in
    // the training_task_definition's `metadata`. This metadata is an auxiliary
    // runtime and final information about the training task. While the pipeline is
    // running this information is populated only at a best effort basis. Only
    // present if the pipeline's training_task_definition contains `metadata`
    // object.
    TrainingTaskMetadata interface{} `json:"trainingTaskMetadata,omitempty"`
    // UpdateTime: Output only. Time when the TrainingPipeline was most recently
    // updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TrainingPipeline) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TrainingPipeline) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Trial

GoogleCloudAiplatformV1beta1Trial: A message representing a Trial. A Trial contains a unique set of Parameters that has been or will be evaluated, along with the objective metrics got by running the Trial.

type GoogleCloudAiplatformV1beta1Trial struct {
    // ClientId: Output only. The identifier of the client that originally
    // requested this Trial. Each client is identified by a unique client_id. When
    // a client asks for a suggestion, Vertex AI Vizier will assign it a Trial. The
    // client should evaluate the Trial, complete it, and report back to Vertex AI
    // Vizier. If suggestion is asked again by same client_id before the Trial is
    // completed, the same Trial will be returned. Multiple clients with different
    // client_ids can ask for suggestions simultaneously, each of them will get
    // their own Trial.
    ClientId string `json:"clientId,omitempty"`
    // CustomJob: Output only. The CustomJob name linked to the Trial. It's set for
    // a HyperparameterTuningJob's Trial.
    CustomJob string `json:"customJob,omitempty"`
    // EndTime: Output only. Time when the Trial's status changed to `SUCCEEDED` or
    // `INFEASIBLE`.
    EndTime string `json:"endTime,omitempty"`
    // FinalMeasurement: Output only. The final measurement containing the
    // objective value.
    FinalMeasurement *GoogleCloudAiplatformV1beta1Measurement `json:"finalMeasurement,omitempty"`
    // Id: Output only. The identifier of the Trial assigned by the service.
    Id string `json:"id,omitempty"`
    // InfeasibleReason: Output only. A human readable string describing why the
    // Trial is infeasible. This is set only if Trial state is `INFEASIBLE`.
    InfeasibleReason string `json:"infeasibleReason,omitempty"`
    // Measurements: Output only. A list of measurements that are strictly
    // lexicographically ordered by their induced tuples (steps, elapsed_duration).
    // These are used for early stopping computations.
    Measurements []*GoogleCloudAiplatformV1beta1Measurement `json:"measurements,omitempty"`
    // Name: Output only. Resource name of the Trial assigned by the service.
    Name string `json:"name,omitempty"`
    // Parameters: Output only. The parameters of the Trial.
    Parameters []*GoogleCloudAiplatformV1beta1TrialParameter `json:"parameters,omitempty"`
    // StartTime: Output only. Time when the Trial was started.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the Trial.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The Trial state is unspecified.
    //   "REQUESTED" - Indicates that a specific Trial has been requested, but it
    // has not yet been suggested by the service.
    //   "ACTIVE" - Indicates that the Trial has been suggested.
    //   "STOPPING" - Indicates that the Trial should stop according to the
    // service.
    //   "SUCCEEDED" - Indicates that the Trial is completed successfully.
    //   "INFEASIBLE" - Indicates that the Trial should not be attempted again. The
    // service will set a Trial to INFEASIBLE when it's done but missing the
    // final_measurement.
    State string `json:"state,omitempty"`
    // WebAccessUris: Output only. URIs for accessing interactive shells
    // (https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
    // (one URI for each training node). Only available if this trial is part of a
    // HyperparameterTuningJob and the job's trial_job_spec.enable_web_access field
    // is `true`. The keys are names of each node used for the trial; for example,
    // `workerpool0-0` for the primary node, `workerpool1-0` for the first node in
    // the second worker pool, and `workerpool1-1` for the second node in the
    // second worker pool. The values are the URIs for each node's interactive
    // shell.
    WebAccessUris map[string]string `json:"webAccessUris,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ClientId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ClientId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Trial) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Trial) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TrialContext

GoogleCloudAiplatformV1beta1TrialContext: Next ID: 3

type GoogleCloudAiplatformV1beta1TrialContext struct {
    // Description: A human-readable field which can store a description of this
    // context. This will become part of the resulting Trial's description field.
    Description string `json:"description,omitempty"`
    // Parameters: If/when a Trial is generated or selected from this Context, its
    // Parameters will match any parameters specified here. (I.e. if this context
    // specifies parameter name:'a' int_value:3, then a resulting Trial will have
    // int_value:3 for its parameter named 'a'.) Note that we first attempt to
    // match existing REQUESTED Trials with contexts, and if there are no matches,
    // we generate suggestions in the subspace defined by the parameters specified
    // here. NOTE: a Context without any Parameters matches the entire feasible
    // search space.
    Parameters []*GoogleCloudAiplatformV1beta1TrialParameter `json:"parameters,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Description") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TrialContext) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TrialContext) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TrialParameter

GoogleCloudAiplatformV1beta1TrialParameter: A message representing a parameter to be tuned.

type GoogleCloudAiplatformV1beta1TrialParameter struct {
    // ParameterId: Output only. The ID of the parameter. The parameter should be
    // defined in StudySpec's Parameters.
    ParameterId string `json:"parameterId,omitempty"`
    // Value: Output only. The value of the parameter. `number_value` will be set
    // if a parameter defined in StudySpec is in type 'INTEGER', 'DOUBLE' or
    // 'DISCRETE'. `string_value` will be set if a parameter defined in StudySpec
    // is in type 'CATEGORICAL'.
    Value interface{} `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ParameterId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ParameterId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TrialParameter) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TrialParameter) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TunedModel

GoogleCloudAiplatformV1beta1TunedModel: The Model Registry Model and Online Prediction Endpoint assiociated with this TuningJob.

type GoogleCloudAiplatformV1beta1TunedModel struct {
    // Endpoint: Output only. A resource name of an Endpoint. Format:
    // `projects/{project}/locations/{location}/endpoints/{endpoint}`.
    Endpoint string `json:"endpoint,omitempty"`
    // Model: Output only. The resource name of the TunedModel. Format:
    // `projects/{project}/locations/{location}/models/{model}`.
    Model string `json:"model,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Endpoint") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Endpoint") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TunedModel) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TunedModel) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TuningDataStats

GoogleCloudAiplatformV1beta1TuningDataStats: The tuning data statistic values for TuningJob.

type GoogleCloudAiplatformV1beta1TuningDataStats struct {
    // SupervisedTuningDataStats: The SFT Tuning data stats.
    SupervisedTuningDataStats *GoogleCloudAiplatformV1beta1SupervisedTuningDataStats `json:"supervisedTuningDataStats,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SupervisedTuningDataStats")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SupervisedTuningDataStats") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TuningDataStats) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TuningDataStats) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1TuningJob

GoogleCloudAiplatformV1beta1TuningJob: Represents a TuningJob that runs with Google owned models.

type GoogleCloudAiplatformV1beta1TuningJob struct {
    // BaseModel: The base model that is being tuned, e.g., "gemini-1.0-pro-002".
    BaseModel string `json:"baseModel,omitempty"`
    // CreateTime: Output only. Time when the TuningJob was created.
    CreateTime string `json:"createTime,omitempty"`
    // Description: Optional. The description of the TuningJob.
    Description string `json:"description,omitempty"`
    // EncryptionSpec: Customer-managed encryption key options for a TuningJob. If
    // this is set, then all resources created by the TuningJob will be encrypted
    // with the provided encryption key.
    EncryptionSpec *GoogleCloudAiplatformV1beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
    // EndTime: Output only. Time when the TuningJob entered any of the following
    // JobStates: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`,
    // `JOB_STATE_EXPIRED`.
    EndTime string `json:"endTime,omitempty"`
    // Error: Output only. Only populated when job's state is `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Experiment: Output only. The Experiment associated with this TuningJob.
    Experiment string `json:"experiment,omitempty"`
    // Labels: Optional. The labels with user-defined metadata to organize
    // TuningJob and generated resources such as Model and Endpoint. Label keys and
    // values can be no longer than 64 characters (Unicode codepoints), can only
    // contain lowercase letters, numeric characters, underscores and dashes.
    // International characters are allowed. See https://goo.gl/xmQnxf for more
    // information and examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // Name: Output only. Identifier. Resource name of a TuningJob. Format:
    // `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
    Name string `json:"name,omitempty"`
    // StartTime: Output only. Time when the TuningJob for the first time entered
    // the `JOB_STATE_RUNNING` state.
    StartTime string `json:"startTime,omitempty"`
    // State: Output only. The detailed state of the job.
    //
    // Possible values:
    //   "JOB_STATE_UNSPECIFIED" - The job state is unspecified.
    //   "JOB_STATE_QUEUED" - The job has been just created or resumed and
    // processing has not yet begun.
    //   "JOB_STATE_PENDING" - The service is preparing to run the job.
    //   "JOB_STATE_RUNNING" - The job is in progress.
    //   "JOB_STATE_SUCCEEDED" - The job completed successfully.
    //   "JOB_STATE_FAILED" - The job failed.
    //   "JOB_STATE_CANCELLING" - The job is being cancelled. From this state the
    // job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or
    // `JOB_STATE_CANCELLED`.
    //   "JOB_STATE_CANCELLED" - The job has been cancelled.
    //   "JOB_STATE_PAUSED" - The job has been stopped, and can be resumed.
    //   "JOB_STATE_EXPIRED" - The job has expired.
    //   "JOB_STATE_UPDATING" - The job is being updated. Only jobs in the
    // `RUNNING` state can be updated. After updating, the job goes back to the
    // `RUNNING` state.
    //   "JOB_STATE_PARTIALLY_SUCCEEDED" - The job is partially succeeded, some
    // results may be missing due to errors.
    State string `json:"state,omitempty"`
    // SupervisedTuningSpec: Tuning Spec for Supervised Fine Tuning.
    SupervisedTuningSpec *GoogleCloudAiplatformV1beta1SupervisedTuningSpec `json:"supervisedTuningSpec,omitempty"`
    // TunedModel: Output only. The tuned model resources assiociated with this
    // TuningJob.
    TunedModel *GoogleCloudAiplatformV1beta1TunedModel `json:"tunedModel,omitempty"`
    // TunedModelDisplayName: Optional. The display name of the TunedModel. The
    // name can be up to 128 characters long and can consist of any UTF-8
    // characters.
    TunedModelDisplayName string `json:"tunedModelDisplayName,omitempty"`
    // TuningDataStats: Output only. The tuning data statistics associated with
    // this TuningJob.
    TuningDataStats *GoogleCloudAiplatformV1beta1TuningDataStats `json:"tuningDataStats,omitempty"`
    // UpdateTime: Output only. Time when the TuningJob was most recently updated.
    UpdateTime string `json:"updateTime,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "BaseModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaseModel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1TuningJob) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1TuningJob) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata

GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata: Runtime operation information for IndexEndpointService.UndeployIndex.

type GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UndeployIndexRequest

GoogleCloudAiplatformV1beta1UndeployIndexRequest: Request message for IndexEndpointService.UndeployIndex.

type GoogleCloudAiplatformV1beta1UndeployIndexRequest struct {
    // DeployedIndexId: Required. The ID of the DeployedIndex to be undeployed from
    // the IndexEndpoint.
    DeployedIndexId string `json:"deployedIndexId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedIndexId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedIndexId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UndeployIndexRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UndeployIndexRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UndeployIndexResponse

GoogleCloudAiplatformV1beta1UndeployIndexResponse: Response message for IndexEndpointService.UndeployIndex.

type GoogleCloudAiplatformV1beta1UndeployIndexResponse struct {
}

type GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata

GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata: Runtime operation information for EndpointService.UndeployModel.

type GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UndeployModelRequest

GoogleCloudAiplatformV1beta1UndeployModelRequest: Request message for EndpointService.UndeployModel.

type GoogleCloudAiplatformV1beta1UndeployModelRequest struct {
    // DeployedModelId: Required. The ID of the DeployedModel to be undeployed from
    // the Endpoint.
    DeployedModelId string `json:"deployedModelId,omitempty"`
    // TrafficSplit: If this field is provided, then the Endpoint's traffic_split
    // will be overwritten with it. If last DeployedModel is being undeployed from
    // the Endpoint, the [Endpoint.traffic_split] will always end up empty when
    // this call returns. A DeployedModel will be successfully undeployed only if
    // it doesn't have any traffic assigned to it when this method executes, or if
    // this field unassigns any traffic to it.
    TrafficSplit map[string]int64 `json:"trafficSplit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeployedModelId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeployedModelId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UndeployModelRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UndeployModelRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UndeployModelResponse

GoogleCloudAiplatformV1beta1UndeployModelResponse: Response message for EndpointService.UndeployModel.

type GoogleCloudAiplatformV1beta1UndeployModelResponse struct {
}

type GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata

GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata: Runtime operation information for SolverService.UndeploySolver.

type GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata struct {
    // GenericMetadata: The generic operation information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UnmanagedContainerModel

GoogleCloudAiplatformV1beta1UnmanagedContainerModel: Contains model information necessary to perform batch prediction without requiring a full model import.

type GoogleCloudAiplatformV1beta1UnmanagedContainerModel struct {
    // ArtifactUri: The path to the directory containing the Model artifact and any
    // of its supporting files.
    ArtifactUri string `json:"artifactUri,omitempty"`
    // ContainerSpec: Input only. The specification of the container that is to be
    // used when deploying this Model.
    ContainerSpec *GoogleCloudAiplatformV1beta1ModelContainerSpec `json:"containerSpec,omitempty"`
    // PredictSchemata: Contains the schemata used in Model's predictions and
    // explanations
    PredictSchemata *GoogleCloudAiplatformV1beta1PredictSchemata `json:"predictSchemata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ArtifactUri") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ArtifactUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UnmanagedContainerModel) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UnmanagedContainerModel) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata

GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata: Runtime operation information for UpdateDeploymentResourcePool method.

type GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata

GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata: Runtime operation information for ModelService.UpdateExplanationDataset.

type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest

GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest: Request message for ModelService.UpdateExplanationDataset.

type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest struct {
    // Examples: The example config containing the location of the dataset.
    Examples *GoogleCloudAiplatformV1beta1Examples `json:"examples,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Examples") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Examples") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetResponse

GoogleCloudAiplatformV1beta1UpdateExplanationDatasetResponse: Response message of ModelService.UpdateExplanationDataset operation.

type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetResponse struct {
}

type GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata

GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata: Details of operations that perform update FeatureGroup.

type GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata struct {
    // GenericMetadata: Operation metadata for FeatureGroup.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata

GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata: Details of operations that perform update FeatureOnlineStore.

type GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata struct {
    // GenericMetadata: Operation metadata for FeatureOnlineStore.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata

GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata: Details of operations that perform update Feature.

type GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata struct {
    // GenericMetadata: Operation metadata for Feature Update.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata

GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata: Details of operations that perform update FeatureView.

type GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata struct {
    // GenericMetadata: Operation metadata for FeatureView Update.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata

GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata: Details of operations that perform update Featurestore.

type GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata struct {
    // GenericMetadata: Operation metadata for Featurestore.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata

GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata: Runtime operation information for IndexService.UpdateIndex.

type GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // NearestNeighborSearchOperationMetadata: The operation metadata with regard
    // to Matching Engine Index operation.
    NearestNeighborSearchOperationMetadata *GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata `json:"nearestNeighborSearchOperationMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetadata

GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetada ta: Runtime operation information for JobService.UpdateModelDeploymentMonitoringJob.

type GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata

GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata: Runtime operation information for ModelMonitoringService.UpdateModelMonitor.

type GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata

GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata: Details of operations that perform update PersistentResource.

type GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata struct {
    // GenericMetadata: Operation metadata for PersistentResource.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ProgressMessage: Progress Message for Update LRO
    ProgressMessage string `json:"progressMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata

GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata: Runtime operation metadata for SpecialistPoolService.UpdateSpecialistPool.

type GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // SpecialistPool: Output only. The name of the SpecialistPool to which the
    // specialists are being added. Format:
    // `projects/{project_id}/locations/{location_id}/specialistPools/{specialist_po
    // ol}`
    SpecialistPool string `json:"specialistPool,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata

GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata: Details of operations that perform update Tensorboard.

type GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata struct {
    // GenericMetadata: Operation metadata for Tensorboard.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata

GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata: Metadata information for NotebookService.UpgradeNotebookRuntime.

type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata struct {
    // GenericMetadata: The operation generic information.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ProgressMessage: A human-readable message that shows the intermediate
    // progress details of NotebookRuntime.
    ProgressMessage string `json:"progressMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest

GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest: Request message for NotebookService.UpgradeNotebookRuntime.

type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest struct {
}

type GoogleCloudAiplatformV1beta1UploadModelOperationMetadata

GoogleCloudAiplatformV1beta1UploadModelOperationMetadata: Details of ModelService.UploadModel operation.

type GoogleCloudAiplatformV1beta1UploadModelOperationMetadata struct {
    // GenericMetadata: The common part of the operation metadata.
    GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GenericMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GenericMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UploadModelOperationMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UploadModelOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UploadModelRequest

GoogleCloudAiplatformV1beta1UploadModelRequest: Request message for ModelService.UploadModel.

type GoogleCloudAiplatformV1beta1UploadModelRequest struct {
    // Model: Required. The Model to create.
    Model *GoogleCloudAiplatformV1beta1Model `json:"model,omitempty"`
    // ModelId: Optional. The ID to use for the uploaded Model, which will become
    // the final component of the model resource name. This value may be up to 63
    // characters, and valid characters are `[a-z0-9_-]`. The first character
    // cannot be a number or hyphen.
    ModelId string `json:"modelId,omitempty"`
    // ParentModel: Optional. The resource name of the model into which to upload
    // the version. Only specify this field when uploading a new version.
    ParentModel string `json:"parentModel,omitempty"`
    // ServiceAccount: Optional. The user-provided custom service account to use to
    // do the model upload. If empty, Vertex AI Service Agent
    // (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
    // will be used to access resources needed to upload the model. This account
    // must belong to the target project where the model is uploaded to, i.e., the
    // project specified in the `parent` field of this request and have necessary
    // read permissions (to Google Cloud Storage, Artifact Registry, etc.).
    ServiceAccount string `json:"serviceAccount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Model") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Model") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UploadModelRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UploadModelRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UploadModelResponse

GoogleCloudAiplatformV1beta1UploadModelResponse: Response message of ModelService.UploadModel operation.

type GoogleCloudAiplatformV1beta1UploadModelResponse struct {
    // Model: The name of the uploaded Model resource. Format:
    // `projects/{project}/locations/{location}/models/{model}`
    Model string `json:"model,omitempty"`
    // ModelVersionId: Output only. The version ID of the model that is uploaded.
    ModelVersionId string `json:"modelVersionId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Model") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Model") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UploadModelResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UploadModelResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UploadRagFileConfig

GoogleCloudAiplatformV1beta1UploadRagFileConfig: Config for uploading RagFile.

type GoogleCloudAiplatformV1beta1UploadRagFileConfig struct {
    // RagFileChunkingConfig: Specifies the size and overlap of chunks after
    // uploading RagFile.
    RagFileChunkingConfig *GoogleCloudAiplatformV1beta1RagFileChunkingConfig `json:"ragFileChunkingConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RagFileChunkingConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RagFileChunkingConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UploadRagFileConfig) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UploadRagFileConfig) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UploadRagFileRequest

GoogleCloudAiplatformV1beta1UploadRagFileRequest: Request message for VertexRagDataService.UploadRagFile.

type GoogleCloudAiplatformV1beta1UploadRagFileRequest struct {
    // RagFile: Required. The RagFile to upload.
    RagFile *GoogleCloudAiplatformV1beta1RagFile `json:"ragFile,omitempty"`
    // UploadRagFileConfig: Required. The config for the RagFiles to be uploaded
    // into the RagCorpus. VertexRagDataService.UploadRagFile.
    UploadRagFileConfig *GoogleCloudAiplatformV1beta1UploadRagFileConfig `json:"uploadRagFileConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RagFile") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RagFile") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UploadRagFileRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UploadRagFileRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UploadRagFileResponse

GoogleCloudAiplatformV1beta1UploadRagFileResponse: Response message for VertexRagDataService.UploadRagFile.

type GoogleCloudAiplatformV1beta1UploadRagFileResponse struct {
    // Error: The error that occurred while processing the RagFile.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // RagFile: The RagFile that had been uploaded into the RagCorpus.
    RagFile *GoogleCloudAiplatformV1beta1RagFile `json:"ragFile,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Error") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Error") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UploadRagFileResponse) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UploadRagFileResponse) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpsertDatapointsRequest

GoogleCloudAiplatformV1beta1UpsertDatapointsRequest: Request message for IndexService.UpsertDatapoints

type GoogleCloudAiplatformV1beta1UpsertDatapointsRequest struct {
    // Datapoints: A list of datapoints to be created/updated.
    Datapoints []*GoogleCloudAiplatformV1beta1IndexDatapoint `json:"datapoints,omitempty"`
    // UpdateMask: Optional. Update mask is used to specify the fields to be
    // overwritten in the datapoints by the update. The fields specified in the
    // update_mask are relative to each IndexDatapoint inside datapoints, not the
    // full request. Updatable fields: * Use `all_restricts` to update both
    // restricts and numeric_restricts.
    UpdateMask string `json:"updateMask,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Datapoints") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Datapoints") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UpsertDatapointsRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UpsertDatapointsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1UpsertDatapointsResponse

GoogleCloudAiplatformV1beta1UpsertDatapointsResponse: Response message for IndexService.UpsertDatapoints

type GoogleCloudAiplatformV1beta1UpsertDatapointsResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1UserActionReference

GoogleCloudAiplatformV1beta1UserActionReference: References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.

type GoogleCloudAiplatformV1beta1UserActionReference struct {
    // DataLabelingJob: For API calls that start a LabelingJob. Resource name of
    // the LabelingJob. Format:
    // `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
    // `
    DataLabelingJob string `json:"dataLabelingJob,omitempty"`
    // Method: The method name of the API RPC call. For example,
    // "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
    Method string `json:"method,omitempty"`
    // Operation: For API calls that return a long running operation. Resource name
    // of the long running operation. Format:
    // `projects/{project}/locations/{location}/operations/{operation}`
    Operation string `json:"operation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataLabelingJob") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataLabelingJob") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1UserActionReference) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1UserActionReference) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1Value

GoogleCloudAiplatformV1beta1Value: Value is the value of the field.

type GoogleCloudAiplatformV1beta1Value struct {
    // DoubleValue: A double value.
    DoubleValue float64 `json:"doubleValue,omitempty"`
    // IntValue: An integer value.
    IntValue int64 `json:"intValue,omitempty,string"`
    // StringValue: A string value.
    StringValue string `json:"stringValue,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DoubleValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DoubleValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1Value) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1Value) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1Value) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1Value) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1VertexAISearch

GoogleCloudAiplatformV1beta1VertexAISearch: Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/vertex-ai-search-and-conversation

type GoogleCloudAiplatformV1beta1VertexAISearch struct {
    // Datastore: Required. Fully-qualified Vertex AI Search's datastore resource
    // ID. Format:
    // `projects/{project}/locations/{location}/collections/{collection}/dataStores/
    // {dataStore}`
    Datastore string `json:"datastore,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Datastore") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Datastore") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1VertexAISearch) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1VertexAISearch) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1VertexRagStore

GoogleCloudAiplatformV1beta1VertexRagStore: Retrieve from Vertex RAG Store for grounding.

type GoogleCloudAiplatformV1beta1VertexRagStore struct {
    // RagCorpora: Optional. Deprecated. Please use rag_resources instead.
    RagCorpora []string `json:"ragCorpora,omitempty"`
    // RagResources: Optional. The representation of the rag source. It can be used
    // to specify corpus only or ragfiles. Currently only support one corpus or
    // multiple files from one corpus. In the future we may open up multiple
    // corpora support.
    RagResources []*GoogleCloudAiplatformV1beta1VertexRagStoreRagResource `json:"ragResources,omitempty"`
    // SimilarityTopK: Optional. Number of top k results to return from the
    // selected corpora.
    SimilarityTopK int64 `json:"similarityTopK,omitempty"`
    // VectorDistanceThreshold: Optional. Only return results with vector distance
    // smaller than the threshold.
    VectorDistanceThreshold float64 `json:"vectorDistanceThreshold,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RagCorpora") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RagCorpora") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1VertexRagStore) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1VertexRagStore) MarshalJSON() ([]byte, error)

func (*GoogleCloudAiplatformV1beta1VertexRagStore) UnmarshalJSON

func (s *GoogleCloudAiplatformV1beta1VertexRagStore) UnmarshalJSON(data []byte) error

type GoogleCloudAiplatformV1beta1VertexRagStoreRagResource

GoogleCloudAiplatformV1beta1VertexRagStoreRagResource: The definition of the Rag resource.

type GoogleCloudAiplatformV1beta1VertexRagStoreRagResource struct {
    // RagCorpus: Optional. RagCorpora resource name. Format:
    // `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
    RagCorpus string `json:"ragCorpus,omitempty"`
    // RagFileIds: Optional. rag_file_id. The files should be in the same
    // rag_corpus set in rag_corpus field.
    RagFileIds []string `json:"ragFileIds,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RagCorpus") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RagCorpus") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1VertexRagStoreRagResource) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1VertexRagStoreRagResource) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1VideoMetadata

GoogleCloudAiplatformV1beta1VideoMetadata: Metadata describes the input video content.

type GoogleCloudAiplatformV1beta1VideoMetadata struct {
    // EndOffset: Optional. The end offset of the video.
    EndOffset string `json:"endOffset,omitempty"`
    // StartOffset: Optional. The start offset of the video.
    StartOffset string `json:"startOffset,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndOffset") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndOffset") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1VideoMetadata) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1VideoMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1WorkerPoolSpec

GoogleCloudAiplatformV1beta1WorkerPoolSpec: Represents the spec of a worker pool in a job.

type GoogleCloudAiplatformV1beta1WorkerPoolSpec struct {
    // ContainerSpec: The custom container task.
    ContainerSpec *GoogleCloudAiplatformV1beta1ContainerSpec `json:"containerSpec,omitempty"`
    // DiskSpec: Disk spec.
    DiskSpec *GoogleCloudAiplatformV1beta1DiskSpec `json:"diskSpec,omitempty"`
    // MachineSpec: Optional. Immutable. The specification of a single machine.
    MachineSpec *GoogleCloudAiplatformV1beta1MachineSpec `json:"machineSpec,omitempty"`
    // NfsMounts: Optional. List of NFS mount spec.
    NfsMounts []*GoogleCloudAiplatformV1beta1NfsMount `json:"nfsMounts,omitempty"`
    // PythonPackageSpec: The Python packaged task.
    PythonPackageSpec *GoogleCloudAiplatformV1beta1PythonPackageSpec `json:"pythonPackageSpec,omitempty"`
    // ReplicaCount: Optional. The number of worker replicas to use for this worker
    // pool.
    ReplicaCount int64 `json:"replicaCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ContainerSpec") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ContainerSpec") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1WorkerPoolSpec) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1WorkerPoolSpec) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload

GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload: Contains Feature values to be written for a specific entity.

type GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload struct {
    // EntityId: Required. The ID of the entity.
    EntityId string `json:"entityId,omitempty"`
    // FeatureValues: Required. Feature values to be written, mapping from Feature
    // ID to value. Up to 100,000 `feature_values` entries may be written across
    // all payloads. The feature generation time, aligned by days, must be no older
    // than five years (1825 days) and no later than one year (366 days) in the
    // future.
    FeatureValues map[string]GoogleCloudAiplatformV1beta1FeatureValue `json:"featureValues,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EntityId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EntityId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest

GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest: Request message for FeaturestoreOnlineServingService.WriteFeatureValues.

type GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest struct {
    // Payloads: Required. The entities to be written. Up to 100,000 feature values
    // can be written across all `payloads`.
    Payloads []*GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload `json:"payloads,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Payloads") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Payloads") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse

GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse: Response message for FeaturestoreOnlineServingService.WriteFeatureValues.

type GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest

GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest: Request message for TensorboardService.WriteTensorboardExperimentData.

type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest struct {
    // WriteRunDataRequests: Required. Requests containing per-run
    // TensorboardTimeSeries data to write.
    WriteRunDataRequests []*GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest `json:"writeRunDataRequests,omitempty"`
    // ForceSendFields is a list of field names (e.g. "WriteRunDataRequests") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "WriteRunDataRequests") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse

GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse: Response message for TensorboardService.WriteTensorboardExperimentData.

type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest

GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest: Request message for TensorboardService.WriteTensorboardRunData.

type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest struct {
    // TensorboardRun: Required. The resource name of the TensorboardRun to write
    // data to. Format:
    // `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experimen
    // ts/{experiment}/runs/{run}`
    TensorboardRun string `json:"tensorboardRun,omitempty"`
    // TimeSeriesData: Required. The TensorboardTimeSeries data to write. Values
    // with in a time series are indexed by their step value. Repeated writes to
    // the same step will overwrite the existing value for that step. The upper
    // limit of data points per write request is 5000.
    TimeSeriesData []*GoogleCloudAiplatformV1beta1TimeSeriesData `json:"timeSeriesData,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TensorboardRun") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TensorboardRun") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest) MarshalJSON() ([]byte, error)

type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse

GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse: Response message for TensorboardService.WriteTensorboardRunData.

type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleCloudAiplatformV1beta1XraiAttribution

GoogleCloudAiplatformV1beta1XraiAttribution: An explanation method that redistributes Integrated Gradients attributions to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 Supported only by image Models.

type GoogleCloudAiplatformV1beta1XraiAttribution struct {
    // BlurBaselineConfig: Config for XRAI with blur baseline. When enabled, a
    // linear path from the maximally blurred image to the input image is created.
    // Using a blurred baseline instead of zero (black image) is motivated by the
    // BlurIG approach explained here: https://arxiv.org/abs/2004.03383
    BlurBaselineConfig *GoogleCloudAiplatformV1beta1BlurBaselineConfig `json:"blurBaselineConfig,omitempty"`
    // SmoothGradConfig: Config for SmoothGrad approximation of gradients. When
    // enabled, the gradients are approximated by averaging the gradients from
    // noisy samples in the vicinity of the inputs. Adding noise can help improve
    // the computed gradients. Refer to this paper for more details:
    // https://arxiv.org/pdf/1706.03825.pdf
    SmoothGradConfig *GoogleCloudAiplatformV1beta1SmoothGradConfig `json:"smoothGradConfig,omitempty"`
    // StepCount: Required. The number of steps for approximating the path
    // integral. A good value to start is 50 and gradually increase until the sum
    // to diff property is met within the desired error range. Valid range of its
    // value is [1, 100], inclusively.
    StepCount int64 `json:"stepCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BlurBaselineConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BlurBaselineConfig") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudAiplatformV1beta1XraiAttribution) MarshalJSON

func (s *GoogleCloudAiplatformV1beta1XraiAttribution) MarshalJSON() ([]byte, error)

type GoogleCloudLocationListLocationsResponse

GoogleCloudLocationListLocationsResponse: The response message for Locations.ListLocations.

type GoogleCloudLocationListLocationsResponse struct {
    // Locations: A list of locations that matches the specified filter in the
    // request.
    Locations []*GoogleCloudLocationLocation `json:"locations,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Locations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Locations") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudLocationListLocationsResponse) MarshalJSON

func (s *GoogleCloudLocationListLocationsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudLocationLocation

GoogleCloudLocationLocation: A resource that represents a Google Cloud location.

type GoogleCloudLocationLocation struct {
    // DisplayName: The friendly name for this location, typically a nearby city
    // name. For example, "Tokyo".
    DisplayName string `json:"displayName,omitempty"`
    // Labels: Cross-service attributes for the location. For example
    // {"cloud.googleapis.com/region": "us-east1"}
    Labels map[string]string `json:"labels,omitempty"`
    // LocationId: The canonical id for this location. For example: "us-east1".
    LocationId string `json:"locationId,omitempty"`
    // Metadata: Service-specific metadata. For example the available capacity at
    // the given location.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: Resource name for the location, which may vary between
    // implementations. For example:
    // "projects/example-project/locations/us-east1"
    Name string `json:"name,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudLocationLocation) MarshalJSON

func (s *GoogleCloudLocationLocation) MarshalJSON() ([]byte, error)

type GoogleIamV1Binding

GoogleIamV1Binding: Associates `members`, or principals, with a `role`.

type GoogleIamV1Binding struct {
    // Condition: The condition that is associated with this binding. If the
    // condition evaluates to `true`, then this binding applies to the current
    // request. If the condition evaluates to `false`, then this binding does not
    // apply to the current request. However, a different role binding might grant
    // the same role to one or more of the principals in this binding. To learn
    // which resources support conditions in their IAM policies, see the IAM
    // documentation
    // (https://cloud.google.com/iam/help/conditions/resource-policies).
    Condition *GoogleTypeExpr `json:"condition,omitempty"`
    // Members: Specifies the principals requesting access for a Google Cloud
    // resource. `members` can have the following values: * `allUsers`: A special
    // identifier that represents anyone who is on the internet; with or without a
    // Google account. * `allAuthenticatedUsers`: A special identifier that
    // represents anyone who is authenticated with a Google account or a service
    // account. Does not include identities that come from external identity
    // providers (IdPs) through identity federation. * `user:{emailid}`: An email
    // address that represents a specific Google account. For example,
    // `alice@example.com` . * `serviceAccount:{emailid}`: An email address that
    // represents a Google service account. For example,
    // `my-other-app@appspot.gserviceaccount.com`. *
    // `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An
    // identifier for a Kubernetes service account
    // (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).
    // For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. *
    // `group:{emailid}`: An email address that represents a Google group. For
    // example, `admins@example.com`. * `domain:{domain}`: The G Suite domain
    // (primary) that represents all the users of that domain. For example,
    // `google.com` or `example.com`. *
    // `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/sub
    // ject/{subject_attribute_value}`: A single identity in a workforce identity
    // pool. *
    // `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/
    // group/{group_id}`: All workforce identities in a group. *
    // `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/
    // attribute.{attribute_name}/{attribute_value}`: All workforce identities with
    // a specific attribute value. *
    // `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/
    // *`: All identities in a workforce identity pool. *
    // `principal://iam.googleapis.com/projects/{project_number}/locations/global/wo
    // rkloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single
    // identity in a workload identity pool. *
    // `principalSet://iam.googleapis.com/projects/{project_number}/locations/global
    // /workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool
    // group. *
    // `principalSet://iam.googleapis.com/projects/{project_number}/locations/global
    // /workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}
    // `: All identities in a workload identity pool with a certain attribute. *
    // `principalSet://iam.googleapis.com/projects/{project_number}/locations/global
    // /workloadIdentityPools/{pool_id}/*`: All identities in a workload identity
    // pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus
    // unique identifier) representing a user that has been recently deleted. For
    // example, `alice@example.com?uid=123456789012345678901`. If the user is
    // recovered, this value reverts to `user:{emailid}` and the recovered user
    // retains the role in the binding. *
    // `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus
    // unique identifier) representing a service account that has been recently
    // deleted. For example,
    // `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
    // service account is undeleted, this value reverts to
    // `serviceAccount:{emailid}` and the undeleted service account retains the
    // role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email
    // address (plus unique identifier) representing a Google group that has been
    // recently deleted. For example,
    // `admins@example.com?uid=123456789012345678901`. If the group is recovered,
    // this value reverts to `group:{emailid}` and the recovered group retains the
    // role in the binding. *
    // `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool
    // _id}/subject/{subject_attribute_value}`: Deleted single identity in a
    // workforce identity pool. For example,
    // `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-po
    // ol-id/subject/my-subject-attribute-value`.
    Members []string `json:"members,omitempty"`
    // Role: Role that is assigned to the list of `members`, or principals. For
    // example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview
    // of the IAM roles and permissions, see the IAM documentation
    // (https://cloud.google.com/iam/docs/roles-overview). For a list of the
    // available pre-defined roles, see here
    // (https://cloud.google.com/iam/docs/understanding-roles).
    Role string `json:"role,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Condition") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Condition") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1Binding) MarshalJSON

func (s *GoogleIamV1Binding) MarshalJSON() ([]byte, error)

type GoogleIamV1GetIamPolicyRequest

GoogleIamV1GetIamPolicyRequest: Request message for `GetIamPolicy` method.

type GoogleIamV1GetIamPolicyRequest struct {
    // Options: OPTIONAL: A `GetPolicyOptions` object for specifying options to
    // `GetIamPolicy`.
    Options *GoogleIamV1GetPolicyOptions `json:"options,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Options") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Options") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1GetIamPolicyRequest) MarshalJSON

func (s *GoogleIamV1GetIamPolicyRequest) MarshalJSON() ([]byte, error)

type GoogleIamV1GetPolicyOptions

GoogleIamV1GetPolicyOptions: Encapsulates settings provided to GetIamPolicy.

type GoogleIamV1GetPolicyOptions struct {
    // RequestedPolicyVersion: Optional. The maximum policy version that will be
    // used to format the policy. Valid values are 0, 1, and 3. Requests specifying
    // an invalid value will be rejected. Requests for policies with any
    // conditional role bindings must specify version 3. Policies with no
    // conditional role bindings may specify any valid value or leave the field
    // unset. The policy in the response might use the policy version that you
    // specified, or it might use a lower policy version. For example, if you
    // specify version 3, but the policy has no conditional role bindings, the
    // response uses version 1. To learn which resources support conditions in
    // their IAM policies, see the IAM documentation
    // (https://cloud.google.com/iam/help/conditions/resource-policies).
    RequestedPolicyVersion int64 `json:"requestedPolicyVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RequestedPolicyVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RequestedPolicyVersion") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1GetPolicyOptions) MarshalJSON

func (s *GoogleIamV1GetPolicyOptions) MarshalJSON() ([]byte, error)

type GoogleIamV1Policy

GoogleIamV1Policy: An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the IAM documentation (https://cloud.google.com/iam/docs/).

type GoogleIamV1Policy struct {
    // Bindings: Associates a list of `members`, or principals, with a `role`.
    // Optionally, may specify a `condition` that determines how and when the
    // `bindings` are applied. Each of the `bindings` must contain at least one
    // principal. The `bindings` in a `Policy` can refer to up to 1,500 principals;
    // up to 250 of these principals can be Google groups. Each occurrence of a
    // principal counts towards these limits. For example, if the `bindings` grant
    // 50 different roles to `user:alice@example.com`, and not to any other
    // principal, then you can add another 1,450 principals to the `bindings` in
    // the `Policy`.
    Bindings []*GoogleIamV1Binding `json:"bindings,omitempty"`
    // Etag: `etag` is used for optimistic concurrency control as a way to help
    // prevent simultaneous updates of a policy from overwriting each other. It is
    // strongly suggested that systems make use of the `etag` in the
    // read-modify-write cycle to perform policy updates in order to avoid race
    // conditions: An `etag` is returned in the response to `getIamPolicy`, and
    // systems are expected to put that etag in the request to `setIamPolicy` to
    // ensure that their change will be applied to the same version of the policy.
    // **Important:** If you use IAM Conditions, you must include the `etag` field
    // whenever you call `setIamPolicy`. If you omit this field, then IAM allows
    // you to overwrite a version `3` policy with a version `1` policy, and all of
    // the conditions in the version `3` policy are lost.
    Etag string `json:"etag,omitempty"`
    // Version: Specifies the format of the policy. Valid values are `0`, `1`, and
    // `3`. Requests that specify an invalid value are rejected. Any operation that
    // affects conditional role bindings must specify version `3`. This requirement
    // applies to the following operations: * Getting a policy that includes a
    // conditional role binding * Adding a conditional role binding to a policy *
    // Changing a conditional role binding in a policy * Removing any role binding,
    // with or without a condition, from a policy that includes conditions
    // **Important:** If you use IAM Conditions, you must include the `etag` field
    // whenever you call `setIamPolicy`. If you omit this field, then IAM allows
    // you to overwrite a version `3` policy with a version `1` policy, and all of
    // the conditions in the version `3` policy are lost. If a policy does not
    // include any conditions, operations on that policy may specify any valid
    // version or leave the field unset. To learn which resources support
    // conditions in their IAM policies, see the IAM documentation
    // (https://cloud.google.com/iam/help/conditions/resource-policies).
    Version int64 `json:"version,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Bindings") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Bindings") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1Policy) MarshalJSON

func (s *GoogleIamV1Policy) MarshalJSON() ([]byte, error)

type GoogleIamV1SetIamPolicyRequest

GoogleIamV1SetIamPolicyRequest: Request message for `SetIamPolicy` method.

type GoogleIamV1SetIamPolicyRequest struct {
    // Policy: REQUIRED: The complete policy to be applied to the `resource`. The
    // size of the policy is limited to a few 10s of KB. An empty policy is a valid
    // policy but certain Google Cloud services (such as Projects) might reject
    // them.
    Policy *GoogleIamV1Policy `json:"policy,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Policy") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Policy") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1SetIamPolicyRequest) MarshalJSON

func (s *GoogleIamV1SetIamPolicyRequest) MarshalJSON() ([]byte, error)

type GoogleIamV1TestIamPermissionsRequest

GoogleIamV1TestIamPermissionsRequest: Request message for `TestIamPermissions` method.

type GoogleIamV1TestIamPermissionsRequest struct {
    // Permissions: The set of permissions to check for the `resource`. Permissions
    // with wildcards (such as `*` or `storage.*`) are not allowed. For more
    // information see IAM Overview
    // (https://cloud.google.com/iam/docs/overview#permissions).
    Permissions []string `json:"permissions,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Permissions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Permissions") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1TestIamPermissionsRequest) MarshalJSON

func (s *GoogleIamV1TestIamPermissionsRequest) MarshalJSON() ([]byte, error)

type GoogleIamV1TestIamPermissionsResponse

GoogleIamV1TestIamPermissionsResponse: Response message for `TestIamPermissions` method.

type GoogleIamV1TestIamPermissionsResponse struct {
    // Permissions: A subset of `TestPermissionsRequest.permissions` that the
    // caller is allowed.
    Permissions []string `json:"permissions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Permissions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Permissions") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1TestIamPermissionsResponse) MarshalJSON

func (s *GoogleIamV1TestIamPermissionsResponse) MarshalJSON() ([]byte, error)

type GoogleLongrunningListOperationsResponse

GoogleLongrunningListOperationsResponse: The response message for Operations.ListOperations.

type GoogleLongrunningListOperationsResponse struct {
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Operations: A list of operations that matches the specified filter in the
    // request.
    Operations []*GoogleLongrunningOperation `json:"operations,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleLongrunningListOperationsResponse) MarshalJSON

func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)

type GoogleLongrunningOperation

GoogleLongrunningOperation: This resource represents a long-running operation that is the result of a network API call.

type GoogleLongrunningOperation struct {
    // Done: If the value is `false`, it means the operation is still in progress.
    // If `true`, the operation is completed, and either `error` or `response` is
    // available.
    Done bool `json:"done,omitempty"`
    // Error: The error result of the operation in case of failure or cancellation.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Metadata: Service-specific metadata associated with the operation. It
    // typically contains progress information and common metadata such as create
    // time. Some services might not provide such metadata. Any method that returns
    // a long-running operation should document the metadata type, if any.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: The server-assigned name, which is only unique within the same service
    // that originally returns it. If you use the default HTTP mapping, the `name`
    // should be a resource name ending with `operations/{unique_id}`.
    Name string `json:"name,omitempty"`
    // Response: The normal, successful response of the operation. If the original
    // method returns no data on success, such as `Delete`, the response is
    // `google.protobuf.Empty`. If the original method is standard
    // `Get`/`Create`/`Update`, the response should be the resource. For other
    // methods, the response should have the type `XxxResponse`, where `Xxx` is the
    // original method name. For example, if the original method name is
    // `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
    Response googleapi.RawMessage `json:"response,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Done") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Done") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleLongrunningOperation) MarshalJSON

func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)

type GoogleProtobufEmpty

GoogleProtobufEmpty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

type GoogleProtobufEmpty struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleRpcStatus

GoogleRpcStatus: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).

type GoogleRpcStatus struct {
    // Code: The status code, which should be an enum value of google.rpc.Code.
    Code int64 `json:"code,omitempty"`
    // Details: A list of messages that carry the error details. There is a common
    // set of message types for APIs to use.
    Details []googleapi.RawMessage `json:"details,omitempty"`
    // Message: A developer-facing error message, which should be in English. Any
    // user-facing error message should be localized and sent in the
    // google.rpc.Status.details field, or localized by the client.
    Message string `json:"message,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Code") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Code") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleRpcStatus) MarshalJSON

func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)

type GoogleTypeColor

GoogleTypeColor: Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(”); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(”); }; // ...

type GoogleTypeColor struct {
    // Alpha: The fraction of this color that should be applied to the pixel. That
    // is, the final pixel color is defined by the equation: `pixel color = alpha *
    // (this color) + (1.0 - alpha) * (background color)` This means that a value
    // of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a
    // completely transparent color. This uses a wrapper message rather than a
    // simple float scalar so that it is possible to distinguish between a default
    // value and the value being unset. If omitted, this color object is rendered
    // as a solid color (as if the alpha value had been explicitly given a value of
    // 1.0).
    Alpha float64 `json:"alpha,omitempty"`
    // Blue: The amount of blue in the color as a value in the interval [0, 1].
    Blue float64 `json:"blue,omitempty"`
    // Green: The amount of green in the color as a value in the interval [0, 1].
    Green float64 `json:"green,omitempty"`
    // Red: The amount of red in the color as a value in the interval [0, 1].
    Red float64 `json:"red,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Alpha") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Alpha") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeColor) MarshalJSON

func (s *GoogleTypeColor) MarshalJSON() ([]byte, error)

func (*GoogleTypeColor) UnmarshalJSON

func (s *GoogleTypeColor) UnmarshalJSON(data []byte) error

type GoogleTypeDate

GoogleTypeDate: Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp

type GoogleTypeDate struct {
    // Day: Day of a month. Must be from 1 to 31 and valid for the year and month,
    // or 0 to specify a year by itself or a year and month where the day isn't
    // significant.
    Day int64 `json:"day,omitempty"`
    // Month: Month of a year. Must be from 1 to 12, or 0 to specify a year without
    // a month and day.
    Month int64 `json:"month,omitempty"`
    // Year: Year of the date. Must be from 1 to 9999, or 0 to specify a date
    // without a year.
    Year int64 `json:"year,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Day") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Day") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeDate) MarshalJSON

func (s *GoogleTypeDate) MarshalJSON() ([]byte, error)

type GoogleTypeExpr

GoogleTypeExpr: Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

type GoogleTypeExpr struct {
    // Description: Optional. Description of the expression. This is a longer text
    // which describes the expression, e.g. when hovered over it in a UI.
    Description string `json:"description,omitempty"`
    // Expression: Textual representation of an expression in Common Expression
    // Language syntax.
    Expression string `json:"expression,omitempty"`
    // Location: Optional. String indicating the location of the expression for
    // error reporting, e.g. a file name and a position in the file.
    Location string `json:"location,omitempty"`
    // Title: Optional. Title for the expression, i.e. a short string describing
    // its purpose. This can be used e.g. in UIs which allow to enter the
    // expression.
    Title string `json:"title,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Description") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeExpr) MarshalJSON

func (s *GoogleTypeExpr) MarshalJSON() ([]byte, error)

type GoogleTypeInterval

GoogleTypeInterval: Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.

type GoogleTypeInterval struct {
    // EndTime: Optional. Exclusive end of the interval. If specified, a Timestamp
    // matching this interval will have to be before the end.
    EndTime string `json:"endTime,omitempty"`
    // StartTime: Optional. Inclusive start of the interval. If specified, a
    // Timestamp matching this interval will have to be the same or after the
    // start.
    StartTime string `json:"startTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeInterval) MarshalJSON

func (s *GoogleTypeInterval) MarshalJSON() ([]byte, error)

type GoogleTypeMoney

GoogleTypeMoney: Represents an amount of money with its currency type.

type GoogleTypeMoney struct {
    // CurrencyCode: The three-letter currency code defined in ISO 4217.
    CurrencyCode string `json:"currencyCode,omitempty"`
    // Nanos: Number of nano (10^-9) units of the amount. The value must be between
    // -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos`
    // must be positive or zero. If `units` is zero, `nanos` can be positive, zero,
    // or negative. If `units` is negative, `nanos` must be negative or zero. For
    // example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
    Nanos int64 `json:"nanos,omitempty"`
    // Units: The whole units of the amount. For example if `currencyCode` is
    // "USD", then 1 unit is one US dollar.
    Units int64 `json:"units,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "CurrencyCode") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CurrencyCode") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeMoney) MarshalJSON

func (s *GoogleTypeMoney) MarshalJSON() ([]byte, error)

type MediaService

type MediaService struct {
    // contains filtered or unexported fields
}

func NewMediaService

func NewMediaService(s *Service) *MediaService

func (*MediaService) Upload

func (r *MediaService) Upload(parent string, googlecloudaiplatformv1beta1uploadragfilerequest *GoogleCloudAiplatformV1beta1UploadRagFileRequest) *MediaUploadCall

Upload: Upload a file into a RagCorpus.

type MediaUploadCall

type MediaUploadCall struct {
    // contains filtered or unexported fields
}

func (*MediaUploadCall) Context

func (c *MediaUploadCall) Context(ctx context.Context) *MediaUploadCall

Context sets the context to be used in this call's Do method. This context will supersede any context previously provided to the ResumableMedia method.

func (*MediaUploadCall) Do

func (c *MediaUploadCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1UploadRagFileResponse, error)

Do executes the "aiplatform.media.upload" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1UploadRagFileResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*MediaUploadCall) Fields

func (c *MediaUploadCall) Fields(s ...googleapi.Field) *MediaUploadCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*MediaUploadCall) Header

func (c *MediaUploadCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*MediaUploadCall) Media

func (c *MediaUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *MediaUploadCall

Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.

func (*MediaUploadCall) ProgressUpdater

func (c *MediaUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *MediaUploadCall

ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).

func (*MediaUploadCall) ResumableMedia

func (c *MediaUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *MediaUploadCall

ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.

Deprecated: use Media instead.

At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.

type ProjectsGetCacheConfigCall

type ProjectsGetCacheConfigCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsGetCacheConfigCall) Context

func (c *ProjectsGetCacheConfigCall) Context(ctx context.Context) *ProjectsGetCacheConfigCall

Context sets the context to be used in this call's Do method.

func (*ProjectsGetCacheConfigCall) Do

func (c *ProjectsGetCacheConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CacheConfig, error)

Do executes the "aiplatform.projects.getCacheConfig" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1CacheConfig.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsGetCacheConfigCall) Fields

func (c *ProjectsGetCacheConfigCall) Fields(s ...googleapi.Field) *ProjectsGetCacheConfigCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsGetCacheConfigCall) Header

func (c *ProjectsGetCacheConfigCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsGetCacheConfigCall) IfNoneMatch

func (c *ProjectsGetCacheConfigCall) IfNoneMatch(entityTag string) *ProjectsGetCacheConfigCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsAgentsOperationsCancelCall

type ProjectsLocationsAgentsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAgentsOperationsCancelCall) Context

func (c *ProjectsLocationsAgentsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAgentsOperationsCancelCall) Do

func (c *ProjectsLocationsAgentsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.agents.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAgentsOperationsCancelCall) Fields

func (c *ProjectsLocationsAgentsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAgentsOperationsCancelCall) Header

func (c *ProjectsLocationsAgentsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsAgentsOperationsDeleteCall

type ProjectsLocationsAgentsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAgentsOperationsDeleteCall) Context

func (c *ProjectsLocationsAgentsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAgentsOperationsDeleteCall) Do

func (c *ProjectsLocationsAgentsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.agents.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAgentsOperationsDeleteCall) Fields

func (c *ProjectsLocationsAgentsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAgentsOperationsDeleteCall) Header

func (c *ProjectsLocationsAgentsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsAgentsOperationsGetCall

type ProjectsLocationsAgentsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAgentsOperationsGetCall) Context

func (c *ProjectsLocationsAgentsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAgentsOperationsGetCall) Do

func (c *ProjectsLocationsAgentsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.agents.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAgentsOperationsGetCall) Fields

func (c *ProjectsLocationsAgentsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAgentsOperationsGetCall) Header

func (c *ProjectsLocationsAgentsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsAgentsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsAgentsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsAgentsOperationsListCall

type ProjectsLocationsAgentsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAgentsOperationsListCall) Context

func (c *ProjectsLocationsAgentsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAgentsOperationsListCall) Do

func (c *ProjectsLocationsAgentsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.agents.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAgentsOperationsListCall) Fields

func (c *ProjectsLocationsAgentsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAgentsOperationsListCall) Filter

func (c *ProjectsLocationsAgentsOperationsListCall) Filter(filter string) *ProjectsLocationsAgentsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsAgentsOperationsListCall) Header

func (c *ProjectsLocationsAgentsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsAgentsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsAgentsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsAgentsOperationsListCall) PageSize

func (c *ProjectsLocationsAgentsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsAgentsOperationsListCall) PageToken

func (c *ProjectsLocationsAgentsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsAgentsOperationsListCall) Pages

func (c *ProjectsLocationsAgentsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsAgentsOperationsService

type ProjectsLocationsAgentsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsAgentsOperationsService

func NewProjectsLocationsAgentsOperationsService(s *Service) *ProjectsLocationsAgentsOperationsService

func (*ProjectsLocationsAgentsOperationsService) Cancel

func (r *ProjectsLocationsAgentsOperationsService) Cancel(name string) *ProjectsLocationsAgentsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsAgentsOperationsService) Delete

func (r *ProjectsLocationsAgentsOperationsService) Delete(name string) *ProjectsLocationsAgentsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsAgentsOperationsService) Get

func (r *ProjectsLocationsAgentsOperationsService) Get(name string) *ProjectsLocationsAgentsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsAgentsOperationsService) List

func (r *ProjectsLocationsAgentsOperationsService) List(name string) *ProjectsLocationsAgentsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsAgentsOperationsService) Wait

func (r *ProjectsLocationsAgentsOperationsService) Wait(name string) *ProjectsLocationsAgentsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsAgentsOperationsWaitCall

type ProjectsLocationsAgentsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAgentsOperationsWaitCall) Context

func (c *ProjectsLocationsAgentsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsAgentsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAgentsOperationsWaitCall) Do

func (c *ProjectsLocationsAgentsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.agents.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAgentsOperationsWaitCall) Fields

func (c *ProjectsLocationsAgentsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAgentsOperationsWaitCall) Header

func (c *ProjectsLocationsAgentsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsAgentsOperationsWaitCall) Timeout

func (c *ProjectsLocationsAgentsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsAgentsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsAgentsService

type ProjectsLocationsAgentsService struct {
    Operations *ProjectsLocationsAgentsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsAgentsService

func NewProjectsLocationsAgentsService(s *Service) *ProjectsLocationsAgentsService

type ProjectsLocationsAppsOperationsCancelCall

type ProjectsLocationsAppsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAppsOperationsCancelCall) Context

func (c *ProjectsLocationsAppsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAppsOperationsCancelCall) Do

func (c *ProjectsLocationsAppsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.apps.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAppsOperationsCancelCall) Fields

func (c *ProjectsLocationsAppsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAppsOperationsCancelCall) Header

func (c *ProjectsLocationsAppsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsAppsOperationsDeleteCall

type ProjectsLocationsAppsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAppsOperationsDeleteCall) Context

func (c *ProjectsLocationsAppsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAppsOperationsDeleteCall) Do

func (c *ProjectsLocationsAppsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.apps.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAppsOperationsDeleteCall) Fields

func (c *ProjectsLocationsAppsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAppsOperationsDeleteCall) Header

func (c *ProjectsLocationsAppsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsAppsOperationsGetCall

type ProjectsLocationsAppsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAppsOperationsGetCall) Context

func (c *ProjectsLocationsAppsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAppsOperationsGetCall) Do

func (c *ProjectsLocationsAppsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.apps.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAppsOperationsGetCall) Fields

func (c *ProjectsLocationsAppsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAppsOperationsGetCall) Header

func (c *ProjectsLocationsAppsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsAppsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsAppsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAppsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsAppsOperationsListCall

type ProjectsLocationsAppsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAppsOperationsListCall) Context

func (c *ProjectsLocationsAppsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAppsOperationsListCall) Do

func (c *ProjectsLocationsAppsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.apps.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAppsOperationsListCall) Fields

func (c *ProjectsLocationsAppsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAppsOperationsListCall) Filter

func (c *ProjectsLocationsAppsOperationsListCall) Filter(filter string) *ProjectsLocationsAppsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsAppsOperationsListCall) Header

func (c *ProjectsLocationsAppsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsAppsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsAppsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAppsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsAppsOperationsListCall) PageSize

func (c *ProjectsLocationsAppsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsAppsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsAppsOperationsListCall) PageToken

func (c *ProjectsLocationsAppsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsAppsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsAppsOperationsListCall) Pages

func (c *ProjectsLocationsAppsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsAppsOperationsService

type ProjectsLocationsAppsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsAppsOperationsService

func NewProjectsLocationsAppsOperationsService(s *Service) *ProjectsLocationsAppsOperationsService

func (*ProjectsLocationsAppsOperationsService) Cancel

func (r *ProjectsLocationsAppsOperationsService) Cancel(name string) *ProjectsLocationsAppsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsAppsOperationsService) Delete

func (r *ProjectsLocationsAppsOperationsService) Delete(name string) *ProjectsLocationsAppsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsAppsOperationsService) Get

func (r *ProjectsLocationsAppsOperationsService) Get(name string) *ProjectsLocationsAppsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsAppsOperationsService) List

func (r *ProjectsLocationsAppsOperationsService) List(name string) *ProjectsLocationsAppsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsAppsOperationsService) Wait

func (r *ProjectsLocationsAppsOperationsService) Wait(name string) *ProjectsLocationsAppsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsAppsOperationsWaitCall

type ProjectsLocationsAppsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsAppsOperationsWaitCall) Context

func (c *ProjectsLocationsAppsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsAppsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAppsOperationsWaitCall) Do

func (c *ProjectsLocationsAppsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.apps.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAppsOperationsWaitCall) Fields

func (c *ProjectsLocationsAppsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsAppsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsAppsOperationsWaitCall) Header

func (c *ProjectsLocationsAppsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsAppsOperationsWaitCall) Timeout

func (c *ProjectsLocationsAppsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsAppsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsAppsService

type ProjectsLocationsAppsService struct {
    Operations *ProjectsLocationsAppsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsAppsService

func NewProjectsLocationsAppsService(s *Service) *ProjectsLocationsAppsService

type ProjectsLocationsBatchPredictionJobsCancelCall

type ProjectsLocationsBatchPredictionJobsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsBatchPredictionJobsCancelCall) Context

func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsBatchPredictionJobsCancelCall) Do

func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.batchPredictionJobs.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsBatchPredictionJobsCancelCall) Fields

func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsBatchPredictionJobsCancelCall) Header

func (c *ProjectsLocationsBatchPredictionJobsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsBatchPredictionJobsCreateCall

type ProjectsLocationsBatchPredictionJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsBatchPredictionJobsCreateCall) Context

func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsBatchPredictionJobsCreateCall) Do

func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchPredictionJob, error)

Do executes the "aiplatform.projects.locations.batchPredictionJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1BatchPredictionJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsBatchPredictionJobsCreateCall) Fields

func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsBatchPredictionJobsCreateCall) Header

func (c *ProjectsLocationsBatchPredictionJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsBatchPredictionJobsDeleteCall

type ProjectsLocationsBatchPredictionJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsBatchPredictionJobsDeleteCall) Context

func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsBatchPredictionJobsDeleteCall) Do

func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.batchPredictionJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsBatchPredictionJobsDeleteCall) Fields

func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsBatchPredictionJobsDeleteCall) Header

func (c *ProjectsLocationsBatchPredictionJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsBatchPredictionJobsGetCall

type ProjectsLocationsBatchPredictionJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsBatchPredictionJobsGetCall) Context

func (c *ProjectsLocationsBatchPredictionJobsGetCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsBatchPredictionJobsGetCall) Do

func (c *ProjectsLocationsBatchPredictionJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchPredictionJob, error)

Do executes the "aiplatform.projects.locations.batchPredictionJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1BatchPredictionJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsBatchPredictionJobsGetCall) Fields

func (c *ProjectsLocationsBatchPredictionJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsBatchPredictionJobsGetCall) Header

func (c *ProjectsLocationsBatchPredictionJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsBatchPredictionJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsBatchPredictionJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsBatchPredictionJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsBatchPredictionJobsListCall

type ProjectsLocationsBatchPredictionJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsBatchPredictionJobsListCall) Context

func (c *ProjectsLocationsBatchPredictionJobsListCall) Context(ctx context.Context) *ProjectsLocationsBatchPredictionJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsBatchPredictionJobsListCall) Do

func (c *ProjectsLocationsBatchPredictionJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse, error)

Do executes the "aiplatform.projects.locations.batchPredictionJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsBatchPredictionJobsListCall) Fields

func (c *ProjectsLocationsBatchPredictionJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsBatchPredictionJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsBatchPredictionJobsListCall) Filter

func (c *ProjectsLocationsBatchPredictionJobsListCall) Filter(filter string) *ProjectsLocationsBatchPredictionJobsListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `model_display_name` supports `=`, `!=` comparisons. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*" * `state!="JOB_STATE_FAILED" OR display_name="my_job" * `NOT display_name="my_job" * `create_time>"2021-05-18T00:00:00Z" * `labels.keyA=valueA` * `labels.keyB:*`

func (*ProjectsLocationsBatchPredictionJobsListCall) Header

func (c *ProjectsLocationsBatchPredictionJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsBatchPredictionJobsListCall) IfNoneMatch

func (c *ProjectsLocationsBatchPredictionJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsBatchPredictionJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsBatchPredictionJobsListCall) PageSize

func (c *ProjectsLocationsBatchPredictionJobsListCall) PageSize(pageSize int64) *ProjectsLocationsBatchPredictionJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsBatchPredictionJobsListCall) PageToken

func (c *ProjectsLocationsBatchPredictionJobsListCall) PageToken(pageToken string) *ProjectsLocationsBatchPredictionJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListBatchPredictionJobsResponse.next_page_token of the previous JobService.ListBatchPredictionJobs call.

func (*ProjectsLocationsBatchPredictionJobsListCall) Pages

func (c *ProjectsLocationsBatchPredictionJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsBatchPredictionJobsListCall) ReadMask

func (c *ProjectsLocationsBatchPredictionJobsListCall) ReadMask(readMask string) *ProjectsLocationsBatchPredictionJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsBatchPredictionJobsService

type ProjectsLocationsBatchPredictionJobsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsBatchPredictionJobsService

func NewProjectsLocationsBatchPredictionJobsService(s *Service) *ProjectsLocationsBatchPredictionJobsService

func (*ProjectsLocationsBatchPredictionJobsService) Cancel

func (r *ProjectsLocationsBatchPredictionJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelbatchpredictionjobrequest *GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest) *ProjectsLocationsBatchPredictionJobsCancelCall

Cancel: Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already outputted by the job are not deleted.

func (*ProjectsLocationsBatchPredictionJobsService) Create

func (r *ProjectsLocationsBatchPredictionJobsService) Create(parent string, googlecloudaiplatformv1beta1batchpredictionjob *GoogleCloudAiplatformV1beta1BatchPredictionJob) *ProjectsLocationsBatchPredictionJobsCreateCall

Create: Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.

func (*ProjectsLocationsBatchPredictionJobsService) Delete

func (r *ProjectsLocationsBatchPredictionJobsService) Delete(name string) *ProjectsLocationsBatchPredictionJobsDeleteCall

Delete: Deletes a BatchPredictionJob. Can only be called on jobs that already finished.

func (*ProjectsLocationsBatchPredictionJobsService) Get

func (r *ProjectsLocationsBatchPredictionJobsService) Get(name string) *ProjectsLocationsBatchPredictionJobsGetCall

Get: Gets a BatchPredictionJob

func (*ProjectsLocationsBatchPredictionJobsService) List

func (r *ProjectsLocationsBatchPredictionJobsService) List(parent string) *ProjectsLocationsBatchPredictionJobsListCall

List: Lists BatchPredictionJobs in a Location.

type ProjectsLocationsCustomJobsCancelCall

type ProjectsLocationsCustomJobsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsCancelCall) Context

func (c *ProjectsLocationsCustomJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsCancelCall) Do

func (c *ProjectsLocationsCustomJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.customJobs.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsCancelCall) Fields

func (c *ProjectsLocationsCustomJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsCancelCall) Header

func (c *ProjectsLocationsCustomJobsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCustomJobsCreateCall

type ProjectsLocationsCustomJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsCreateCall) Context

func (c *ProjectsLocationsCustomJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsCreateCall) Do

func (c *ProjectsLocationsCustomJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CustomJob, error)

Do executes the "aiplatform.projects.locations.customJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1CustomJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsCreateCall) Fields

func (c *ProjectsLocationsCustomJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsCreateCall) Header

func (c *ProjectsLocationsCustomJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCustomJobsDeleteCall

type ProjectsLocationsCustomJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsDeleteCall) Context

func (c *ProjectsLocationsCustomJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsDeleteCall) Do

func (c *ProjectsLocationsCustomJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.customJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsDeleteCall) Fields

func (c *ProjectsLocationsCustomJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsDeleteCall) Header

func (c *ProjectsLocationsCustomJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCustomJobsGetCall

type ProjectsLocationsCustomJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsGetCall) Context

func (c *ProjectsLocationsCustomJobsGetCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsGetCall) Do

func (c *ProjectsLocationsCustomJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CustomJob, error)

Do executes the "aiplatform.projects.locations.customJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1CustomJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsGetCall) Fields

func (c *ProjectsLocationsCustomJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsGetCall) Header

func (c *ProjectsLocationsCustomJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCustomJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsCustomJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsCustomJobsListCall

type ProjectsLocationsCustomJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsListCall) Context

func (c *ProjectsLocationsCustomJobsListCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsListCall) Do

func (c *ProjectsLocationsCustomJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListCustomJobsResponse, error)

Do executes the "aiplatform.projects.locations.customJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListCustomJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsListCall) Fields

func (c *ProjectsLocationsCustomJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsListCall) Filter

func (c *ProjectsLocationsCustomJobsListCall) Filter(filter string) *ProjectsLocationsCustomJobsListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*" * `state!="JOB_STATE_FAILED" OR display_name="my_job" * `NOT display_name="my_job" * `create_time>"2021-05-18T00:00:00Z" * `labels.keyA=valueA` * `labels.keyB:*`

func (*ProjectsLocationsCustomJobsListCall) Header

func (c *ProjectsLocationsCustomJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCustomJobsListCall) IfNoneMatch

func (c *ProjectsLocationsCustomJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCustomJobsListCall) PageSize

func (c *ProjectsLocationsCustomJobsListCall) PageSize(pageSize int64) *ProjectsLocationsCustomJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsCustomJobsListCall) PageToken

func (c *ProjectsLocationsCustomJobsListCall) PageToken(pageToken string) *ProjectsLocationsCustomJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of the previous JobService.ListCustomJobs call.

func (*ProjectsLocationsCustomJobsListCall) Pages

func (c *ProjectsLocationsCustomJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListCustomJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsCustomJobsListCall) ReadMask

func (c *ProjectsLocationsCustomJobsListCall) ReadMask(readMask string) *ProjectsLocationsCustomJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsCustomJobsOperationsCancelCall

type ProjectsLocationsCustomJobsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsOperationsCancelCall) Context

func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsOperationsCancelCall) Do

func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.customJobs.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsOperationsCancelCall) Fields

func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsOperationsCancelCall) Header

func (c *ProjectsLocationsCustomJobsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCustomJobsOperationsDeleteCall

type ProjectsLocationsCustomJobsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsOperationsDeleteCall) Context

func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsOperationsDeleteCall) Do

func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.customJobs.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsOperationsDeleteCall) Fields

func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsOperationsDeleteCall) Header

func (c *ProjectsLocationsCustomJobsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCustomJobsOperationsGetCall

type ProjectsLocationsCustomJobsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsOperationsGetCall) Context

func (c *ProjectsLocationsCustomJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsOperationsGetCall) Do

func (c *ProjectsLocationsCustomJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.customJobs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsOperationsGetCall) Fields

func (c *ProjectsLocationsCustomJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsOperationsGetCall) Header

func (c *ProjectsLocationsCustomJobsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCustomJobsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsCustomJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsCustomJobsOperationsListCall

type ProjectsLocationsCustomJobsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsOperationsListCall) Context

func (c *ProjectsLocationsCustomJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsOperationsListCall) Do

func (c *ProjectsLocationsCustomJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.customJobs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsOperationsListCall) Fields

func (c *ProjectsLocationsCustomJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsOperationsListCall) Filter

func (c *ProjectsLocationsCustomJobsOperationsListCall) Filter(filter string) *ProjectsLocationsCustomJobsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsCustomJobsOperationsListCall) Header

func (c *ProjectsLocationsCustomJobsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCustomJobsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsCustomJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCustomJobsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCustomJobsOperationsListCall) PageSize

func (c *ProjectsLocationsCustomJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsCustomJobsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsCustomJobsOperationsListCall) PageToken

func (c *ProjectsLocationsCustomJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsCustomJobsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsCustomJobsOperationsListCall) Pages

func (c *ProjectsLocationsCustomJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCustomJobsOperationsService

type ProjectsLocationsCustomJobsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsCustomJobsOperationsService

func NewProjectsLocationsCustomJobsOperationsService(s *Service) *ProjectsLocationsCustomJobsOperationsService

func (*ProjectsLocationsCustomJobsOperationsService) Cancel

func (r *ProjectsLocationsCustomJobsOperationsService) Cancel(name string) *ProjectsLocationsCustomJobsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsCustomJobsOperationsService) Delete

func (r *ProjectsLocationsCustomJobsOperationsService) Delete(name string) *ProjectsLocationsCustomJobsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsCustomJobsOperationsService) Get

func (r *ProjectsLocationsCustomJobsOperationsService) Get(name string) *ProjectsLocationsCustomJobsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsCustomJobsOperationsService) List

func (r *ProjectsLocationsCustomJobsOperationsService) List(name string) *ProjectsLocationsCustomJobsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsCustomJobsOperationsService) Wait

func (r *ProjectsLocationsCustomJobsOperationsService) Wait(name string) *ProjectsLocationsCustomJobsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsCustomJobsOperationsWaitCall

type ProjectsLocationsCustomJobsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCustomJobsOperationsWaitCall) Context

func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsCustomJobsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCustomJobsOperationsWaitCall) Do

func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.customJobs.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCustomJobsOperationsWaitCall) Fields

func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsCustomJobsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCustomJobsOperationsWaitCall) Header

func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCustomJobsOperationsWaitCall) Timeout

func (c *ProjectsLocationsCustomJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsCustomJobsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsCustomJobsService

type ProjectsLocationsCustomJobsService struct {
    Operations *ProjectsLocationsCustomJobsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsCustomJobsService

func NewProjectsLocationsCustomJobsService(s *Service) *ProjectsLocationsCustomJobsService

func (*ProjectsLocationsCustomJobsService) Cancel

func (r *ProjectsLocationsCustomJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelcustomjobrequest *GoogleCloudAiplatformV1beta1CancelCustomJobRequest) *ProjectsLocationsCustomJobsCancelCall

Cancel: Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and CustomJob.state is set to `CANCELLED`.

func (*ProjectsLocationsCustomJobsService) Create

func (r *ProjectsLocationsCustomJobsService) Create(parent string, googlecloudaiplatformv1beta1customjob *GoogleCloudAiplatformV1beta1CustomJob) *ProjectsLocationsCustomJobsCreateCall

Create: Creates a CustomJob. A created CustomJob right away will be attempted to be run.

func (*ProjectsLocationsCustomJobsService) Delete

func (r *ProjectsLocationsCustomJobsService) Delete(name string) *ProjectsLocationsCustomJobsDeleteCall

Delete: Deletes a CustomJob.

func (*ProjectsLocationsCustomJobsService) Get

func (r *ProjectsLocationsCustomJobsService) Get(name string) *ProjectsLocationsCustomJobsGetCall

Get: Gets a CustomJob.

func (*ProjectsLocationsCustomJobsService) List

func (r *ProjectsLocationsCustomJobsService) List(parent string) *ProjectsLocationsCustomJobsListCall

List: Lists CustomJobs in a Location.

type ProjectsLocationsDataLabelingJobsCancelCall

type ProjectsLocationsDataLabelingJobsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsCancelCall) Context

func (c *ProjectsLocationsDataLabelingJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsCancelCall) Do

func (c *ProjectsLocationsDataLabelingJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsCancelCall) Fields

func (c *ProjectsLocationsDataLabelingJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsCancelCall) Header

func (c *ProjectsLocationsDataLabelingJobsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDataLabelingJobsCreateCall

type ProjectsLocationsDataLabelingJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsCreateCall) Context

func (c *ProjectsLocationsDataLabelingJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsCreateCall) Do

func (c *ProjectsLocationsDataLabelingJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DataLabelingJob, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1DataLabelingJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsCreateCall) Fields

func (c *ProjectsLocationsDataLabelingJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsCreateCall) Header

func (c *ProjectsLocationsDataLabelingJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDataLabelingJobsDeleteCall

type ProjectsLocationsDataLabelingJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsDeleteCall) Context

func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsDeleteCall) Do

func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsDeleteCall) Fields

func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsDeleteCall) Header

func (c *ProjectsLocationsDataLabelingJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDataLabelingJobsGetCall

type ProjectsLocationsDataLabelingJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsGetCall) Context

func (c *ProjectsLocationsDataLabelingJobsGetCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsGetCall) Do

func (c *ProjectsLocationsDataLabelingJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DataLabelingJob, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1DataLabelingJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsGetCall) Fields

func (c *ProjectsLocationsDataLabelingJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsGetCall) Header

func (c *ProjectsLocationsDataLabelingJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDataLabelingJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsDataLabelingJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDataLabelingJobsListCall

type ProjectsLocationsDataLabelingJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsListCall) Context

func (c *ProjectsLocationsDataLabelingJobsListCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsListCall) Do

func (c *ProjectsLocationsDataLabelingJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsListCall) Fields

func (c *ProjectsLocationsDataLabelingJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsListCall) Filter

func (c *ProjectsLocationsDataLabelingJobsListCall) Filter(filter string) *ProjectsLocationsDataLabelingJobsListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*" * `state!="JOB_STATE_FAILED" OR display_name="my_job" * `NOT display_name="my_job" * `create_time>"2021-05-18T00:00:00Z" * `labels.keyA=valueA` * `labels.keyB:*`

func (*ProjectsLocationsDataLabelingJobsListCall) Header

func (c *ProjectsLocationsDataLabelingJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDataLabelingJobsListCall) IfNoneMatch

func (c *ProjectsLocationsDataLabelingJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDataLabelingJobsListCall) OrderBy

func (c *ProjectsLocationsDataLabelingJobsListCall) OrderBy(orderBy string) *ProjectsLocationsDataLabelingJobsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.

func (*ProjectsLocationsDataLabelingJobsListCall) PageSize

func (c *ProjectsLocationsDataLabelingJobsListCall) PageSize(pageSize int64) *ProjectsLocationsDataLabelingJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDataLabelingJobsListCall) PageToken

func (c *ProjectsLocationsDataLabelingJobsListCall) PageToken(pageToken string) *ProjectsLocationsDataLabelingJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDataLabelingJobsListCall) Pages

func (c *ProjectsLocationsDataLabelingJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDataLabelingJobsListCall) ReadMask

func (c *ProjectsLocationsDataLabelingJobsListCall) ReadMask(readMask string) *ProjectsLocationsDataLabelingJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read. FieldMask represents a set of symbolic field paths. For example, the mask can be `paths: "name". The "name" here is a field in DataLabelingJob. If this field is not set, all fields of the DataLabelingJob are returned.

type ProjectsLocationsDataLabelingJobsOperationsCancelCall

type ProjectsLocationsDataLabelingJobsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsOperationsCancelCall) Context

func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsOperationsCancelCall) Do

func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsOperationsCancelCall) Fields

func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsOperationsCancelCall) Header

func (c *ProjectsLocationsDataLabelingJobsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDataLabelingJobsOperationsDeleteCall

type ProjectsLocationsDataLabelingJobsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Context

func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Do

func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Fields

func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Header

func (c *ProjectsLocationsDataLabelingJobsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDataLabelingJobsOperationsGetCall

type ProjectsLocationsDataLabelingJobsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsOperationsGetCall) Context

func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsOperationsGetCall) Do

func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsOperationsGetCall) Fields

func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsOperationsGetCall) Header

func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDataLabelingJobsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsDataLabelingJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDataLabelingJobsOperationsListCall

type ProjectsLocationsDataLabelingJobsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) Context

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) Do

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) Fields

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) Filter

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Filter(filter string) *ProjectsLocationsDataLabelingJobsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) Header

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDataLabelingJobsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) PageSize

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDataLabelingJobsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) PageToken

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDataLabelingJobsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDataLabelingJobsOperationsListCall) Pages

func (c *ProjectsLocationsDataLabelingJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDataLabelingJobsOperationsService

type ProjectsLocationsDataLabelingJobsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDataLabelingJobsOperationsService

func NewProjectsLocationsDataLabelingJobsOperationsService(s *Service) *ProjectsLocationsDataLabelingJobsOperationsService

func (*ProjectsLocationsDataLabelingJobsOperationsService) Cancel

func (r *ProjectsLocationsDataLabelingJobsOperationsService) Cancel(name string) *ProjectsLocationsDataLabelingJobsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsDataLabelingJobsOperationsService) Delete

func (r *ProjectsLocationsDataLabelingJobsOperationsService) Delete(name string) *ProjectsLocationsDataLabelingJobsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsDataLabelingJobsOperationsService) Get

func (r *ProjectsLocationsDataLabelingJobsOperationsService) Get(name string) *ProjectsLocationsDataLabelingJobsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsDataLabelingJobsOperationsService) List

func (r *ProjectsLocationsDataLabelingJobsOperationsService) List(name string) *ProjectsLocationsDataLabelingJobsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsDataLabelingJobsOperationsService) Wait

func (r *ProjectsLocationsDataLabelingJobsOperationsService) Wait(name string) *ProjectsLocationsDataLabelingJobsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsDataLabelingJobsOperationsWaitCall

type ProjectsLocationsDataLabelingJobsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDataLabelingJobsOperationsWaitCall) Context

func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDataLabelingJobsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDataLabelingJobsOperationsWaitCall) Do

func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.dataLabelingJobs.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDataLabelingJobsOperationsWaitCall) Fields

func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDataLabelingJobsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDataLabelingJobsOperationsWaitCall) Header

func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDataLabelingJobsOperationsWaitCall) Timeout

func (c *ProjectsLocationsDataLabelingJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDataLabelingJobsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsDataLabelingJobsService

type ProjectsLocationsDataLabelingJobsService struct {
    Operations *ProjectsLocationsDataLabelingJobsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsDataLabelingJobsService

func NewProjectsLocationsDataLabelingJobsService(s *Service) *ProjectsLocationsDataLabelingJobsService

func (*ProjectsLocationsDataLabelingJobsService) Cancel

func (r *ProjectsLocationsDataLabelingJobsService) Cancel(name string, googlecloudaiplatformv1beta1canceldatalabelingjobrequest *GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest) *ProjectsLocationsDataLabelingJobsCancelCall

Cancel: Cancels a DataLabelingJob. Success of cancellation is not guaranteed.

func (*ProjectsLocationsDataLabelingJobsService) Create

func (r *ProjectsLocationsDataLabelingJobsService) Create(parent string, googlecloudaiplatformv1beta1datalabelingjob *GoogleCloudAiplatformV1beta1DataLabelingJob) *ProjectsLocationsDataLabelingJobsCreateCall

Create: Creates a DataLabelingJob.

func (*ProjectsLocationsDataLabelingJobsService) Delete

func (r *ProjectsLocationsDataLabelingJobsService) Delete(name string) *ProjectsLocationsDataLabelingJobsDeleteCall

Delete: Deletes a DataLabelingJob.

func (*ProjectsLocationsDataLabelingJobsService) Get

func (r *ProjectsLocationsDataLabelingJobsService) Get(name string) *ProjectsLocationsDataLabelingJobsGetCall

Get: Gets a DataLabelingJob.

func (*ProjectsLocationsDataLabelingJobsService) List

func (r *ProjectsLocationsDataLabelingJobsService) List(parent string) *ProjectsLocationsDataLabelingJobsListCall

List: Lists DataLabelingJobs in a Location.

type ProjectsLocationsDatasetsAnnotationSpecsGetCall

type ProjectsLocationsDatasetsAnnotationSpecsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsAnnotationSpecsGetCall) Context

func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsAnnotationSpecsGetCall) Do

func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AnnotationSpec, error)

Do executes the "aiplatform.projects.locations.datasets.annotationSpecs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1AnnotationSpec.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsAnnotationSpecsGetCall) Fields

func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsAnnotationSpecsGetCall) Header

func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsAnnotationSpecsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsAnnotationSpecsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsAnnotationSpecsGetCall) ReadMask

func (c *ProjectsLocationsDatasetsAnnotationSpecsGetCall) ReadMask(readMask string) *ProjectsLocationsDatasetsAnnotationSpecsGetCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall

type ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Context

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Do

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.annotationSpecs.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Fields

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Header

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall

type ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Context

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Do

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.annotationSpecs.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Fields

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Header

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall

type ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Context

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Do

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.annotationSpecs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Fields

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Header

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

type ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Context

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Do

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.annotationSpecs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Fields

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Filter

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Header

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) PageSize

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) PageToken

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Pages

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDatasetsAnnotationSpecsOperationsService

type ProjectsLocationsDatasetsAnnotationSpecsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsAnnotationSpecsOperationsService

func NewProjectsLocationsDatasetsAnnotationSpecsOperationsService(s *Service) *ProjectsLocationsDatasetsAnnotationSpecsOperationsService

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Cancel

func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Delete

func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Delete(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Get

func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Get(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsService) List

func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) List(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Wait

func (r *ProjectsLocationsDatasetsAnnotationSpecsOperationsService) Wait(name string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall

type ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Context

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Do

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.annotationSpecs.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Fields

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Header

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Timeout

func (c *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsAnnotationSpecsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsDatasetsAnnotationSpecsService

type ProjectsLocationsDatasetsAnnotationSpecsService struct {
    Operations *ProjectsLocationsDatasetsAnnotationSpecsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsAnnotationSpecsService

func NewProjectsLocationsDatasetsAnnotationSpecsService(s *Service) *ProjectsLocationsDatasetsAnnotationSpecsService

func (*ProjectsLocationsDatasetsAnnotationSpecsService) Get

func (r *ProjectsLocationsDatasetsAnnotationSpecsService) Get(name string) *ProjectsLocationsDatasetsAnnotationSpecsGetCall

Get: Gets an AnnotationSpec.

type ProjectsLocationsDatasetsCreateCall

type ProjectsLocationsDatasetsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsCreateCall) Context

func (c *ProjectsLocationsDatasetsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsCreateCall) Do

func (c *ProjectsLocationsDatasetsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsCreateCall) Fields

func (c *ProjectsLocationsDatasetsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsCreateCall) Header

func (c *ProjectsLocationsDatasetsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsDataItemsAnnotationsListCall

type ProjectsLocationsDatasetsDataItemsAnnotationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Context

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Do

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListAnnotationsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.annotations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListAnnotationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Filter

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Header

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) OrderBy

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) PageSize

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) PageToken

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Pages

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListAnnotationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsListCall) ReadMask

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Context

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Do

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.annotations.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Header

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Context

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Do

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.annotations.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Header

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Context

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Do

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.annotations.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Header

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Context

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Do

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.annotations.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Filter

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Header

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) PageSize

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) PageToken

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Pages

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsDataItemsAnnotationsOperationsService

func NewProjectsLocationsDatasetsDataItemsAnnotationsOperationsService(s *Service) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Cancel

func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Delete

func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Delete(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Get

func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Get(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) List

func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) List(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Wait

func (r *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService) Wait(name string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall

type ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Context

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Do

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.annotations.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Header

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Timeout

func (c *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsDatasetsDataItemsAnnotationsService

type ProjectsLocationsDatasetsDataItemsAnnotationsService struct {
    Operations *ProjectsLocationsDatasetsDataItemsAnnotationsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsDataItemsAnnotationsService

func NewProjectsLocationsDatasetsDataItemsAnnotationsService(s *Service) *ProjectsLocationsDatasetsDataItemsAnnotationsService

func (*ProjectsLocationsDatasetsDataItemsAnnotationsService) List

func (r *ProjectsLocationsDatasetsDataItemsAnnotationsService) List(parent string) *ProjectsLocationsDatasetsDataItemsAnnotationsListCall

List: Lists Annotations belongs to a dataitem

type ProjectsLocationsDatasetsDataItemsListCall

type ProjectsLocationsDatasetsDataItemsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsListCall) Context

func (c *ProjectsLocationsDatasetsDataItemsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsListCall) Do

func (c *ProjectsLocationsDatasetsDataItemsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDataItemsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListDataItemsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsListCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsListCall) Filter

func (c *ProjectsLocationsDatasetsDataItemsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsDataItemsListCall) Header

func (c *ProjectsLocationsDatasetsDataItemsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDataItemsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsDataItemsListCall) OrderBy

func (c *ProjectsLocationsDatasetsDataItemsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsDataItemsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

func (*ProjectsLocationsDatasetsDataItemsListCall) PageSize

func (c *ProjectsLocationsDatasetsDataItemsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsDataItemsListCall) PageToken

func (c *ProjectsLocationsDatasetsDataItemsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsDataItemsListCall) Pages

func (c *ProjectsLocationsDatasetsDataItemsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDataItemsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDatasetsDataItemsListCall) ReadMask

func (c *ProjectsLocationsDatasetsDataItemsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDataItemsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsDataItemsOperationsCancelCall

type ProjectsLocationsDatasetsDataItemsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Context

func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Do

func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Header

func (c *ProjectsLocationsDatasetsDataItemsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsDataItemsOperationsDeleteCall

type ProjectsLocationsDatasetsDataItemsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Context

func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Do

func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Header

func (c *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsDataItemsOperationsGetCall

type ProjectsLocationsDatasetsDataItemsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsOperationsGetCall) Context

func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsOperationsGetCall) Do

func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsOperationsGetCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsOperationsGetCall) Header

func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDataItemsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDatasetsDataItemsOperationsListCall

type ProjectsLocationsDatasetsDataItemsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) Context

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) Do

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) Filter

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsDataItemsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) Header

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataItemsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) PageSize

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDataItemsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) PageToken

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDataItemsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsDataItemsOperationsListCall) Pages

func (c *ProjectsLocationsDatasetsDataItemsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDatasetsDataItemsOperationsService

type ProjectsLocationsDatasetsDataItemsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsDataItemsOperationsService

func NewProjectsLocationsDatasetsDataItemsOperationsService(s *Service) *ProjectsLocationsDatasetsDataItemsOperationsService

func (*ProjectsLocationsDatasetsDataItemsOperationsService) Cancel

func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsDataItemsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsDatasetsDataItemsOperationsService) Delete

func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Delete(name string) *ProjectsLocationsDatasetsDataItemsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsDatasetsDataItemsOperationsService) Get

func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Get(name string) *ProjectsLocationsDatasetsDataItemsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsDatasetsDataItemsOperationsService) List

func (r *ProjectsLocationsDatasetsDataItemsOperationsService) List(name string) *ProjectsLocationsDatasetsDataItemsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsDatasetsDataItemsOperationsService) Wait

func (r *ProjectsLocationsDatasetsDataItemsOperationsService) Wait(name string) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsDatasetsDataItemsOperationsWaitCall

type ProjectsLocationsDatasetsDataItemsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Context

func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Do

func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.dataItems.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Fields

func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Header

func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Timeout

func (c *ProjectsLocationsDatasetsDataItemsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsDataItemsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsDatasetsDataItemsService

type ProjectsLocationsDatasetsDataItemsService struct {
    Annotations *ProjectsLocationsDatasetsDataItemsAnnotationsService

    Operations *ProjectsLocationsDatasetsDataItemsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsDataItemsService

func NewProjectsLocationsDatasetsDataItemsService(s *Service) *ProjectsLocationsDatasetsDataItemsService

func (*ProjectsLocationsDatasetsDataItemsService) List

func (r *ProjectsLocationsDatasetsDataItemsService) List(parent string) *ProjectsLocationsDatasetsDataItemsListCall

List: Lists DataItems in a Dataset.

type ProjectsLocationsDatasetsDatasetVersionsCreateCall

type ProjectsLocationsDatasetsDatasetVersionsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDatasetVersionsCreateCall) Context

func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDatasetVersionsCreateCall) Do

func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.datasetVersions.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDatasetVersionsCreateCall) Fields

func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDatasetVersionsCreateCall) Header

func (c *ProjectsLocationsDatasetsDatasetVersionsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsDatasetVersionsDeleteCall

type ProjectsLocationsDatasetsDatasetVersionsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Context

func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Do

func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.datasetVersions.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Fields

func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Header

func (c *ProjectsLocationsDatasetsDatasetVersionsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsDatasetVersionsGetCall

type ProjectsLocationsDatasetsDatasetVersionsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDatasetVersionsGetCall) Context

func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDatasetVersionsGetCall) Do

func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DatasetVersion, error)

Do executes the "aiplatform.projects.locations.datasets.datasetVersions.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1DatasetVersion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDatasetVersionsGetCall) Fields

func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDatasetVersionsGetCall) Header

func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDatasetVersionsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDatasetVersionsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsDatasetVersionsGetCall) ReadMask

func (c *ProjectsLocationsDatasetsDatasetVersionsGetCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDatasetVersionsGetCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsDatasetVersionsListCall

type ProjectsLocationsDatasetsDatasetVersionsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) Context

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) Do

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.datasetVersions.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) Fields

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) Filter

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Filter(filter string) *ProjectsLocationsDatasetsDatasetVersionsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) Header

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDatasetVersionsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) OrderBy

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsDatasetVersionsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) PageSize

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDatasetVersionsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) PageToken

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDatasetVersionsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) Pages

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDatasetsDatasetVersionsListCall) ReadMask

func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDatasetVersionsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsDatasetVersionsPatchCall

type ProjectsLocationsDatasetsDatasetVersionsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDatasetVersionsPatchCall) Context

func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDatasetVersionsPatchCall) Do

func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DatasetVersion, error)

Do executes the "aiplatform.projects.locations.datasets.datasetVersions.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1DatasetVersion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDatasetVersionsPatchCall) Fields

func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDatasetVersionsPatchCall) Header

func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDatasetVersionsPatchCall) UpdateMask

func (c *ProjectsLocationsDatasetsDatasetVersionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsDatasetVersionsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name`

type ProjectsLocationsDatasetsDatasetVersionsRestoreCall

type ProjectsLocationsDatasetsDatasetVersionsRestoreCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Context

func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Do

func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.datasetVersions.restore" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Fields

func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Header

func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsDatasetVersionsRestoreCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsDatasetVersionsRestoreCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDatasetsDatasetVersionsService

type ProjectsLocationsDatasetsDatasetVersionsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsDatasetVersionsService

func NewProjectsLocationsDatasetsDatasetVersionsService(s *Service) *ProjectsLocationsDatasetsDatasetVersionsService

func (*ProjectsLocationsDatasetsDatasetVersionsService) Create

func (r *ProjectsLocationsDatasetsDatasetVersionsService) Create(parent string, googlecloudaiplatformv1beta1datasetversion *GoogleCloudAiplatformV1beta1DatasetVersion) *ProjectsLocationsDatasetsDatasetVersionsCreateCall

Create: Create a version from a Dataset.

func (*ProjectsLocationsDatasetsDatasetVersionsService) Delete

func (r *ProjectsLocationsDatasetsDatasetVersionsService) Delete(name string) *ProjectsLocationsDatasetsDatasetVersionsDeleteCall

Delete: Deletes a Dataset version.

func (*ProjectsLocationsDatasetsDatasetVersionsService) Get

func (r *ProjectsLocationsDatasetsDatasetVersionsService) Get(name string) *ProjectsLocationsDatasetsDatasetVersionsGetCall

Get: Gets a Dataset version.

func (*ProjectsLocationsDatasetsDatasetVersionsService) List

func (r *ProjectsLocationsDatasetsDatasetVersionsService) List(parent string) *ProjectsLocationsDatasetsDatasetVersionsListCall

List: Lists DatasetVersions in a Dataset.

func (*ProjectsLocationsDatasetsDatasetVersionsService) Patch

func (r *ProjectsLocationsDatasetsDatasetVersionsService) Patch(name string, googlecloudaiplatformv1beta1datasetversion *GoogleCloudAiplatformV1beta1DatasetVersion) *ProjectsLocationsDatasetsDatasetVersionsPatchCall

Patch: Updates a DatasetVersion.

- name: Output only. The resource name of the DatasetVersion.

func (*ProjectsLocationsDatasetsDatasetVersionsService) Restore

func (r *ProjectsLocationsDatasetsDatasetVersionsService) Restore(name string) *ProjectsLocationsDatasetsDatasetVersionsRestoreCall

Restore: Restores a dataset version.

type ProjectsLocationsDatasetsDeleteCall

type ProjectsLocationsDatasetsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsDeleteCall) Context

func (c *ProjectsLocationsDatasetsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsDeleteCall) Do

func (c *ProjectsLocationsDatasetsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsDeleteCall) Fields

func (c *ProjectsLocationsDatasetsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsDeleteCall) Header

func (c *ProjectsLocationsDatasetsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsExportCall

type ProjectsLocationsDatasetsExportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsExportCall) Context

func (c *ProjectsLocationsDatasetsExportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsExportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsExportCall) Do

func (c *ProjectsLocationsDatasetsExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.export" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsExportCall) Fields

func (c *ProjectsLocationsDatasetsExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsExportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsExportCall) Header

func (c *ProjectsLocationsDatasetsExportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsGetCall

type ProjectsLocationsDatasetsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsGetCall) Context

func (c *ProjectsLocationsDatasetsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsGetCall) Do

func (c *ProjectsLocationsDatasetsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Dataset, error)

Do executes the "aiplatform.projects.locations.datasets.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsGetCall) Fields

func (c *ProjectsLocationsDatasetsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsGetCall) Header

func (c *ProjectsLocationsDatasetsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsGetCall) ReadMask

func (c *ProjectsLocationsDatasetsGetCall) ReadMask(readMask string) *ProjectsLocationsDatasetsGetCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsImportCall

type ProjectsLocationsDatasetsImportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsImportCall) Context

func (c *ProjectsLocationsDatasetsImportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsImportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsImportCall) Do

func (c *ProjectsLocationsDatasetsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsImportCall) Fields

func (c *ProjectsLocationsDatasetsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsImportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsImportCall) Header

func (c *ProjectsLocationsDatasetsImportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsListCall

type ProjectsLocationsDatasetsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsListCall) Context

func (c *ProjectsLocationsDatasetsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsListCall) Do

func (c *ProjectsLocationsDatasetsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDatasetsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListDatasetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsListCall) Fields

func (c *ProjectsLocationsDatasetsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsListCall) Filter

func (c *ProjectsLocationsDatasetsListCall) Filter(filter string) *ProjectsLocationsDatasetsListCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key". Some examples: * `displayName="myDisplayName" * `labels.myKey="myValue"

func (*ProjectsLocationsDatasetsListCall) Header

func (c *ProjectsLocationsDatasetsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsListCall) OrderBy

func (c *ProjectsLocationsDatasetsListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time`

func (*ProjectsLocationsDatasetsListCall) PageSize

func (c *ProjectsLocationsDatasetsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsListCall) PageToken

func (c *ProjectsLocationsDatasetsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsListCall) Pages

func (c *ProjectsLocationsDatasetsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDatasetsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDatasetsListCall) ReadMask

func (c *ProjectsLocationsDatasetsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsOperationsCancelCall

type ProjectsLocationsDatasetsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsOperationsCancelCall) Context

func (c *ProjectsLocationsDatasetsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsOperationsCancelCall) Do

func (c *ProjectsLocationsDatasetsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsOperationsCancelCall) Fields

func (c *ProjectsLocationsDatasetsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsOperationsCancelCall) Header

func (c *ProjectsLocationsDatasetsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsOperationsDeleteCall

type ProjectsLocationsDatasetsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsOperationsDeleteCall) Context

func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsOperationsDeleteCall) Do

func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsOperationsDeleteCall) Fields

func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsOperationsDeleteCall) Header

func (c *ProjectsLocationsDatasetsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsOperationsGetCall

type ProjectsLocationsDatasetsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsOperationsGetCall) Context

func (c *ProjectsLocationsDatasetsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsOperationsGetCall) Do

func (c *ProjectsLocationsDatasetsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsOperationsGetCall) Fields

func (c *ProjectsLocationsDatasetsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsOperationsGetCall) Header

func (c *ProjectsLocationsDatasetsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDatasetsOperationsListCall

type ProjectsLocationsDatasetsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsOperationsListCall) Context

func (c *ProjectsLocationsDatasetsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsOperationsListCall) Do

func (c *ProjectsLocationsDatasetsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsOperationsListCall) Fields

func (c *ProjectsLocationsDatasetsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsOperationsListCall) Filter

func (c *ProjectsLocationsDatasetsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsOperationsListCall) Header

func (c *ProjectsLocationsDatasetsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsOperationsListCall) PageSize

func (c *ProjectsLocationsDatasetsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsOperationsListCall) PageToken

func (c *ProjectsLocationsDatasetsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsOperationsListCall) Pages

func (c *ProjectsLocationsDatasetsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDatasetsOperationsService

type ProjectsLocationsDatasetsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsOperationsService

func NewProjectsLocationsDatasetsOperationsService(s *Service) *ProjectsLocationsDatasetsOperationsService

func (*ProjectsLocationsDatasetsOperationsService) Cancel

func (r *ProjectsLocationsDatasetsOperationsService) Cancel(name string) *ProjectsLocationsDatasetsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsDatasetsOperationsService) Delete

func (r *ProjectsLocationsDatasetsOperationsService) Delete(name string) *ProjectsLocationsDatasetsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsDatasetsOperationsService) Get

func (r *ProjectsLocationsDatasetsOperationsService) Get(name string) *ProjectsLocationsDatasetsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsDatasetsOperationsService) List

func (r *ProjectsLocationsDatasetsOperationsService) List(name string) *ProjectsLocationsDatasetsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsDatasetsOperationsService) Wait

func (r *ProjectsLocationsDatasetsOperationsService) Wait(name string) *ProjectsLocationsDatasetsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsDatasetsOperationsWaitCall

type ProjectsLocationsDatasetsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsOperationsWaitCall) Context

func (c *ProjectsLocationsDatasetsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsOperationsWaitCall) Do

func (c *ProjectsLocationsDatasetsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsOperationsWaitCall) Fields

func (c *ProjectsLocationsDatasetsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsOperationsWaitCall) Header

func (c *ProjectsLocationsDatasetsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsOperationsWaitCall) Timeout

func (c *ProjectsLocationsDatasetsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsDatasetsPatchCall

type ProjectsLocationsDatasetsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsPatchCall) Context

func (c *ProjectsLocationsDatasetsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsPatchCall) Do

func (c *ProjectsLocationsDatasetsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Dataset, error)

Do executes the "aiplatform.projects.locations.datasets.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Dataset.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsPatchCall) Fields

func (c *ProjectsLocationsDatasetsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsPatchCall) Header

func (c *ProjectsLocationsDatasetsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsPatchCall) UpdateMask

func (c *ProjectsLocationsDatasetsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels`

type ProjectsLocationsDatasetsSavedQueriesDeleteCall

type ProjectsLocationsDatasetsSavedQueriesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSavedQueriesDeleteCall) Context

func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSavedQueriesDeleteCall) Do

func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.savedQueries.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSavedQueriesDeleteCall) Fields

func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSavedQueriesDeleteCall) Header

func (c *ProjectsLocationsDatasetsSavedQueriesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsSavedQueriesListCall

type ProjectsLocationsDatasetsSavedQueriesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSavedQueriesListCall) Context

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) Do

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListSavedQueriesResponse, error)

Do executes the "aiplatform.projects.locations.datasets.savedQueries.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListSavedQueriesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) Fields

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) Filter

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Filter(filter string) *ProjectsLocationsDatasetsSavedQueriesListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) Header

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSavedQueriesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) OrderBy

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsSavedQueriesListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) PageSize

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsSavedQueriesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) PageToken

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsSavedQueriesListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) Pages

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListSavedQueriesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDatasetsSavedQueriesListCall) ReadMask

func (c *ProjectsLocationsDatasetsSavedQueriesListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsSavedQueriesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall

type ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Context

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Do

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.savedQueries.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Fields

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Header

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall

type ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Context

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Do

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.datasets.savedQueries.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Fields

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Header

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDatasetsSavedQueriesOperationsGetCall

type ProjectsLocationsDatasetsSavedQueriesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Context

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Do

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.savedQueries.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Fields

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Header

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDatasetsSavedQueriesOperationsListCall

type ProjectsLocationsDatasetsSavedQueriesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Context

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Do

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.savedQueries.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Fields

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Filter

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Header

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) PageSize

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) PageToken

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Pages

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDatasetsSavedQueriesOperationsService

type ProjectsLocationsDatasetsSavedQueriesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsSavedQueriesOperationsService

func NewProjectsLocationsDatasetsSavedQueriesOperationsService(s *Service) *ProjectsLocationsDatasetsSavedQueriesOperationsService

func (*ProjectsLocationsDatasetsSavedQueriesOperationsService) Cancel

func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Cancel(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsService) Delete

func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Delete(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsService) Get

func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Get(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsService) List

func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) List(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsService) Wait

func (r *ProjectsLocationsDatasetsSavedQueriesOperationsService) Wait(name string) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall

type ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Context

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Do

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.datasets.savedQueries.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Fields

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Header

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Timeout

func (c *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDatasetsSavedQueriesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsDatasetsSavedQueriesService

type ProjectsLocationsDatasetsSavedQueriesService struct {
    Operations *ProjectsLocationsDatasetsSavedQueriesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsSavedQueriesService

func NewProjectsLocationsDatasetsSavedQueriesService(s *Service) *ProjectsLocationsDatasetsSavedQueriesService

func (*ProjectsLocationsDatasetsSavedQueriesService) Delete

func (r *ProjectsLocationsDatasetsSavedQueriesService) Delete(name string) *ProjectsLocationsDatasetsSavedQueriesDeleteCall

Delete: Deletes a SavedQuery.

func (*ProjectsLocationsDatasetsSavedQueriesService) List

func (r *ProjectsLocationsDatasetsSavedQueriesService) List(parent string) *ProjectsLocationsDatasetsSavedQueriesListCall

List: Lists SavedQueries in a Dataset.

type ProjectsLocationsDatasetsSearchDataItemsCall

type ProjectsLocationsDatasetsSearchDataItemsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationFilters

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationFilters(annotationFilters ...string) *ProjectsLocationsDatasetsSearchDataItemsCall

AnnotationFilters sets the optional parameter "annotationFilters": An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned. * `annotation_spec_id` - for = or !=. Must specify `saved_query_id=` - saved query id that annotations should belong to.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationsFilter

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationsFilter(annotationsFilter string) *ProjectsLocationsDatasetsSearchDataItemsCall

AnnotationsFilter sets the optional parameter "annotationsFilter": An expression for filtering the Annotations that will be returned per DataItem. * `annotation_spec_id` - for = or !=.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationsLimit

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) AnnotationsLimit(annotationsLimit int64) *ProjectsLocationsDatasetsSearchDataItemsCall

AnnotationsLimit sets the optional parameter "annotationsLimit": If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) Context

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSearchDataItemsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) DataItemFilter

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) DataItemFilter(dataItemFilter string) *ProjectsLocationsDatasetsSearchDataItemsCall

DataItemFilter sets the optional parameter "dataItemFilter": An expression for filtering the DataItem that will be returned. * `data_item_id` - for = or !=. * `labeled` - for = or !=. * `has_annotation(ANNOTATION_SPEC_ID)` - true only for DataItem that have at least one annotation with annotation_spec_id = `ANNOTATION_SPEC_ID` in the context of SavedQuery or DataLabelingJob. For example: * `data_item=1` * `has_annotation(5)`

func (*ProjectsLocationsDatasetsSearchDataItemsCall) DataLabelingJob

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) DataLabelingJob(dataLabelingJob string) *ProjectsLocationsDatasetsSearchDataItemsCall

DataLabelingJob sets the optional parameter "dataLabelingJob": The resource name of a DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job} ` If this field is set, all of the search will be done in the context of this DataLabelingJob.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) Do

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchDataItemsResponse, error)

Do executes the "aiplatform.projects.locations.datasets.searchDataItems" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SearchDataItemsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) FieldMask

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) FieldMask(fieldMask string) *ProjectsLocationsDatasetsSearchDataItemsCall

FieldMask sets the optional parameter "fieldMask": Mask specifying which fields of DataItemView to read.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) Fields

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSearchDataItemsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) Header

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) IfNoneMatch

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsSearchDataItemsCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) OrderBy

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsSearchDataItemsCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) OrderByAnnotationOrderBy

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderByAnnotationOrderBy(orderByAnnotationOrderBy string) *ProjectsLocationsDatasetsSearchDataItemsCall

OrderByAnnotationOrderBy sets the optional parameter "orderByAnnotation.orderBy": A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Must also specify saved_query.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) OrderByAnnotationSavedQuery

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderByAnnotationSavedQuery(orderByAnnotationSavedQuery string) *ProjectsLocationsDatasetsSearchDataItemsCall

OrderByAnnotationSavedQuery sets the optional parameter "orderByAnnotation.savedQuery": Required. Saved query of the Annotation. Only Annotations belong to this saved query will be considered for ordering.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) OrderByDataItem

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) OrderByDataItem(orderByDataItem string) *ProjectsLocationsDatasetsSearchDataItemsCall

OrderByDataItem sets the optional parameter "orderByDataItem": A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) PageSize

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsSearchDataItemsCall

PageSize sets the optional parameter "pageSize": Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) PageToken

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) PageToken(pageToken string) *ProjectsLocationsDatasetsSearchDataItemsCall

PageToken sets the optional parameter "pageToken": A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) Pages

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchDataItemsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDatasetsSearchDataItemsCall) SavedQuery

func (c *ProjectsLocationsDatasetsSearchDataItemsCall) SavedQuery(savedQuery string) *ProjectsLocationsDatasetsSearchDataItemsCall

SavedQuery sets the optional parameter "savedQuery": The resource name of a SavedQuery(annotation set in UI). Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{sav ed_query}` All of the search will be done in the context of this SavedQuery.

type ProjectsLocationsDatasetsService

type ProjectsLocationsDatasetsService struct {
    AnnotationSpecs *ProjectsLocationsDatasetsAnnotationSpecsService

    DataItems *ProjectsLocationsDatasetsDataItemsService

    DatasetVersions *ProjectsLocationsDatasetsDatasetVersionsService

    Operations *ProjectsLocationsDatasetsOperationsService

    SavedQueries *ProjectsLocationsDatasetsSavedQueriesService
    // contains filtered or unexported fields
}

func NewProjectsLocationsDatasetsService

func NewProjectsLocationsDatasetsService(s *Service) *ProjectsLocationsDatasetsService

func (*ProjectsLocationsDatasetsService) Create

func (r *ProjectsLocationsDatasetsService) Create(parent string, googlecloudaiplatformv1beta1dataset *GoogleCloudAiplatformV1beta1Dataset) *ProjectsLocationsDatasetsCreateCall

Create: Creates a Dataset.

func (*ProjectsLocationsDatasetsService) Delete

func (r *ProjectsLocationsDatasetsService) Delete(name string) *ProjectsLocationsDatasetsDeleteCall

Delete: Deletes a Dataset.

func (*ProjectsLocationsDatasetsService) Export

func (r *ProjectsLocationsDatasetsService) Export(name string, googlecloudaiplatformv1beta1exportdatarequest *GoogleCloudAiplatformV1beta1ExportDataRequest) *ProjectsLocationsDatasetsExportCall

Export: Exports data from a Dataset.

func (*ProjectsLocationsDatasetsService) Get

func (r *ProjectsLocationsDatasetsService) Get(name string) *ProjectsLocationsDatasetsGetCall

Get: Gets a Dataset.

- name: The name of the Dataset resource.

func (*ProjectsLocationsDatasetsService) Import

func (r *ProjectsLocationsDatasetsService) Import(name string, googlecloudaiplatformv1beta1importdatarequest *GoogleCloudAiplatformV1beta1ImportDataRequest) *ProjectsLocationsDatasetsImportCall

Import: Imports data into a Dataset.

func (*ProjectsLocationsDatasetsService) List

func (r *ProjectsLocationsDatasetsService) List(parent string) *ProjectsLocationsDatasetsListCall

List: Lists Datasets in a Location.

func (*ProjectsLocationsDatasetsService) Patch

func (r *ProjectsLocationsDatasetsService) Patch(name string, googlecloudaiplatformv1beta1dataset *GoogleCloudAiplatformV1beta1Dataset) *ProjectsLocationsDatasetsPatchCall

Patch: Updates a Dataset.

- name: Output only. The resource name of the Dataset.

func (*ProjectsLocationsDatasetsService) SearchDataItems

func (r *ProjectsLocationsDatasetsService) SearchDataItems(dataset string) *ProjectsLocationsDatasetsSearchDataItemsCall

SearchDataItems: Searches DataItems in a Dataset.

type ProjectsLocationsDeploymentResourcePoolsCreateCall

type ProjectsLocationsDeploymentResourcePoolsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsCreateCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsCreateCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsCreateCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsCreateCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDeploymentResourcePoolsDeleteCall

type ProjectsLocationsDeploymentResourcePoolsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsDeleteCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsDeleteCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsDeleteCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsDeleteCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDeploymentResourcePoolsGetCall

type ProjectsLocationsDeploymentResourcePoolsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsGetCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsGetCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DeploymentResourcePool, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1DeploymentResourcePool.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsGetCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsGetCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDeploymentResourcePoolsGetCall) IfNoneMatch

func (c *ProjectsLocationsDeploymentResourcePoolsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDeploymentResourcePoolsListCall

type ProjectsLocationsDeploymentResourcePoolsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsListCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsListCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse.ServerRespon se.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsListCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsListCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDeploymentResourcePoolsListCall) IfNoneMatch

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDeploymentResourcePoolsListCall) PageSize

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) PageSize(pageSize int64) *ProjectsLocationsDeploymentResourcePoolsListCall

PageSize sets the optional parameter "pageSize": The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

func (*ProjectsLocationsDeploymentResourcePoolsListCall) PageToken

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) PageToken(pageToken string) *ProjectsLocationsDeploymentResourcePoolsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous `ListDeploymentResourcePools` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDeploymentResourcePools` must match the call that provided the page token.

func (*ProjectsLocationsDeploymentResourcePoolsListCall) Pages

func (c *ProjectsLocationsDeploymentResourcePoolsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall

type ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall

type ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsDeploymentResourcePoolsOperationsGetCall

type ProjectsLocationsDeploymentResourcePoolsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsDeploymentResourcePoolsOperationsListCall

type ProjectsLocationsDeploymentResourcePoolsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Filter

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Filter(filter string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) PageSize

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) PageToken

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Pages

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDeploymentResourcePoolsOperationsService

type ProjectsLocationsDeploymentResourcePoolsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsDeploymentResourcePoolsOperationsService

func NewProjectsLocationsDeploymentResourcePoolsOperationsService(s *Service) *ProjectsLocationsDeploymentResourcePoolsOperationsService

func (*ProjectsLocationsDeploymentResourcePoolsOperationsService) Cancel

func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Cancel(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsService) Delete

func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Delete(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsService) Get

func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Get(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsService) List

func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) List(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsService) Wait

func (r *ProjectsLocationsDeploymentResourcePoolsOperationsService) Wait(name string) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall

type ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Timeout

func (c *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsDeploymentResourcePoolsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall

type ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Context

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Context(ctx context.Context) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Do

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse, error)

Do executes the "aiplatform.projects.locations.deploymentResourcePools.queryDeployedModels" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Fields

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Header

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) IfNoneMatch

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) PageSize

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) PageSize(pageSize int64) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall

PageSize sets the optional parameter "pageSize": The maximum number of DeployedModels to return. The service may return fewer than this value.

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) PageToken

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) PageToken(pageToken string) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous `QueryDeployedModels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryDeployedModels` must match the call that provided the page token.

func (*ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Pages

func (c *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDeploymentResourcePoolsService

type ProjectsLocationsDeploymentResourcePoolsService struct {
    Operations *ProjectsLocationsDeploymentResourcePoolsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsDeploymentResourcePoolsService

func NewProjectsLocationsDeploymentResourcePoolsService(s *Service) *ProjectsLocationsDeploymentResourcePoolsService

func (*ProjectsLocationsDeploymentResourcePoolsService) Create

func (r *ProjectsLocationsDeploymentResourcePoolsService) Create(parent string, googlecloudaiplatformv1beta1createdeploymentresourcepoolrequest *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest) *ProjectsLocationsDeploymentResourcePoolsCreateCall

Create: Create a DeploymentResourcePool.

func (*ProjectsLocationsDeploymentResourcePoolsService) Delete

func (r *ProjectsLocationsDeploymentResourcePoolsService) Delete(name string) *ProjectsLocationsDeploymentResourcePoolsDeleteCall

Delete: Delete a DeploymentResourcePool.

func (*ProjectsLocationsDeploymentResourcePoolsService) Get

func (r *ProjectsLocationsDeploymentResourcePoolsService) Get(name string) *ProjectsLocationsDeploymentResourcePoolsGetCall

Get: Get a DeploymentResourcePool.

func (*ProjectsLocationsDeploymentResourcePoolsService) List

func (r *ProjectsLocationsDeploymentResourcePoolsService) List(parent string) *ProjectsLocationsDeploymentResourcePoolsListCall

List: List DeploymentResourcePools in a location.

func (*ProjectsLocationsDeploymentResourcePoolsService) QueryDeployedModels

func (r *ProjectsLocationsDeploymentResourcePoolsService) QueryDeployedModels(deploymentResourcePool string) *ProjectsLocationsDeploymentResourcePoolsQueryDeployedModelsCall

QueryDeployedModels: List DeployedModels that have been deployed on this DeploymentResourcePool.

type ProjectsLocationsEdgeDevicesOperationsCancelCall

type ProjectsLocationsEdgeDevicesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEdgeDevicesOperationsCancelCall) Context

func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEdgeDevicesOperationsCancelCall) Do

func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.edgeDevices.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEdgeDevicesOperationsCancelCall) Fields

func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEdgeDevicesOperationsCancelCall) Header

func (c *ProjectsLocationsEdgeDevicesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEdgeDevicesOperationsDeleteCall

type ProjectsLocationsEdgeDevicesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEdgeDevicesOperationsDeleteCall) Context

func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEdgeDevicesOperationsDeleteCall) Do

func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.edgeDevices.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEdgeDevicesOperationsDeleteCall) Fields

func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEdgeDevicesOperationsDeleteCall) Header

func (c *ProjectsLocationsEdgeDevicesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEdgeDevicesOperationsGetCall

type ProjectsLocationsEdgeDevicesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEdgeDevicesOperationsGetCall) Context

func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEdgeDevicesOperationsGetCall) Do

func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.edgeDevices.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEdgeDevicesOperationsGetCall) Fields

func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEdgeDevicesOperationsGetCall) Header

func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEdgeDevicesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsEdgeDevicesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEdgeDevicesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsEdgeDevicesOperationsListCall

type ProjectsLocationsEdgeDevicesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEdgeDevicesOperationsListCall) Context

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) Do

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.edgeDevices.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) Fields

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) Filter

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Filter(filter string) *ProjectsLocationsEdgeDevicesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) Header

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEdgeDevicesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) PageSize

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsEdgeDevicesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) PageToken

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsEdgeDevicesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsEdgeDevicesOperationsListCall) Pages

func (c *ProjectsLocationsEdgeDevicesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsEdgeDevicesOperationsService

type ProjectsLocationsEdgeDevicesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsEdgeDevicesOperationsService

func NewProjectsLocationsEdgeDevicesOperationsService(s *Service) *ProjectsLocationsEdgeDevicesOperationsService

func (*ProjectsLocationsEdgeDevicesOperationsService) Cancel

func (r *ProjectsLocationsEdgeDevicesOperationsService) Cancel(name string) *ProjectsLocationsEdgeDevicesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsEdgeDevicesOperationsService) Delete

func (r *ProjectsLocationsEdgeDevicesOperationsService) Delete(name string) *ProjectsLocationsEdgeDevicesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsEdgeDevicesOperationsService) Get

func (r *ProjectsLocationsEdgeDevicesOperationsService) Get(name string) *ProjectsLocationsEdgeDevicesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsEdgeDevicesOperationsService) List

func (r *ProjectsLocationsEdgeDevicesOperationsService) List(name string) *ProjectsLocationsEdgeDevicesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsEdgeDevicesOperationsService) Wait

func (r *ProjectsLocationsEdgeDevicesOperationsService) Wait(name string) *ProjectsLocationsEdgeDevicesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsEdgeDevicesOperationsWaitCall

type ProjectsLocationsEdgeDevicesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEdgeDevicesOperationsWaitCall) Context

func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsEdgeDevicesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEdgeDevicesOperationsWaitCall) Do

func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.edgeDevices.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEdgeDevicesOperationsWaitCall) Fields

func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsEdgeDevicesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEdgeDevicesOperationsWaitCall) Header

func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEdgeDevicesOperationsWaitCall) Timeout

func (c *ProjectsLocationsEdgeDevicesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsEdgeDevicesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsEdgeDevicesService

type ProjectsLocationsEdgeDevicesService struct {
    Operations *ProjectsLocationsEdgeDevicesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsEdgeDevicesService

func NewProjectsLocationsEdgeDevicesService(s *Service) *ProjectsLocationsEdgeDevicesService

type ProjectsLocationsEndpointsComputeTokensCall

type ProjectsLocationsEndpointsComputeTokensCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsComputeTokensCall) Context

func (c *ProjectsLocationsEndpointsComputeTokensCall) Context(ctx context.Context) *ProjectsLocationsEndpointsComputeTokensCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsComputeTokensCall) Do

func (c *ProjectsLocationsEndpointsComputeTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ComputeTokensResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.computeTokens" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ComputeTokensResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsComputeTokensCall) Fields

func (c *ProjectsLocationsEndpointsComputeTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsComputeTokensCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsComputeTokensCall) Header

func (c *ProjectsLocationsEndpointsComputeTokensCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsCountTokensCall

type ProjectsLocationsEndpointsCountTokensCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsCountTokensCall) Context

func (c *ProjectsLocationsEndpointsCountTokensCall) Context(ctx context.Context) *ProjectsLocationsEndpointsCountTokensCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsCountTokensCall) Do

func (c *ProjectsLocationsEndpointsCountTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CountTokensResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.countTokens" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1CountTokensResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsCountTokensCall) Fields

func (c *ProjectsLocationsEndpointsCountTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsCountTokensCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsCountTokensCall) Header

func (c *ProjectsLocationsEndpointsCountTokensCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsCreateCall

type ProjectsLocationsEndpointsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsCreateCall) Context

func (c *ProjectsLocationsEndpointsCreateCall) Context(ctx context.Context) *ProjectsLocationsEndpointsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsCreateCall) Do

func (c *ProjectsLocationsEndpointsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.endpoints.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsCreateCall) EndpointId

func (c *ProjectsLocationsEndpointsCreateCall) EndpointId(endpointId string) *ProjectsLocationsEndpointsCreateCall

EndpointId sets the optional parameter "endpointId": Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID. If the first character is a letter, this value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. When using HTTP/JSON, this field is populated based on a query string argument, such as `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or the body.

func (*ProjectsLocationsEndpointsCreateCall) Fields

func (c *ProjectsLocationsEndpointsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsCreateCall) Header

func (c *ProjectsLocationsEndpointsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsDeleteCall

type ProjectsLocationsEndpointsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsDeleteCall) Context

func (c *ProjectsLocationsEndpointsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsDeleteCall) Do

func (c *ProjectsLocationsEndpointsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.endpoints.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsDeleteCall) Fields

func (c *ProjectsLocationsEndpointsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsDeleteCall) Header

func (c *ProjectsLocationsEndpointsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsDeployModelCall

type ProjectsLocationsEndpointsDeployModelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsDeployModelCall) Context

func (c *ProjectsLocationsEndpointsDeployModelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDeployModelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsDeployModelCall) Do

func (c *ProjectsLocationsEndpointsDeployModelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.endpoints.deployModel" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsDeployModelCall) Fields

func (c *ProjectsLocationsEndpointsDeployModelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDeployModelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsDeployModelCall) Header

func (c *ProjectsLocationsEndpointsDeployModelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsDirectPredictCall

type ProjectsLocationsEndpointsDirectPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsDirectPredictCall) Context

func (c *ProjectsLocationsEndpointsDirectPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDirectPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsDirectPredictCall) Do

func (c *ProjectsLocationsEndpointsDirectPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DirectPredictResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.directPredict" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1DirectPredictResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsDirectPredictCall) Fields

func (c *ProjectsLocationsEndpointsDirectPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDirectPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsDirectPredictCall) Header

func (c *ProjectsLocationsEndpointsDirectPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsDirectRawPredictCall

type ProjectsLocationsEndpointsDirectRawPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsDirectRawPredictCall) Context

func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsDirectRawPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsDirectRawPredictCall) Do

func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1DirectRawPredictResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.directRawPredict" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1DirectRawPredictResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsDirectRawPredictCall) Fields

func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsDirectRawPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsDirectRawPredictCall) Header

func (c *ProjectsLocationsEndpointsDirectRawPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsExplainCall

type ProjectsLocationsEndpointsExplainCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsExplainCall) Context

func (c *ProjectsLocationsEndpointsExplainCall) Context(ctx context.Context) *ProjectsLocationsEndpointsExplainCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsExplainCall) Do

func (c *ProjectsLocationsEndpointsExplainCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ExplainResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.explain" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ExplainResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsExplainCall) Fields

func (c *ProjectsLocationsEndpointsExplainCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsExplainCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsExplainCall) Header

func (c *ProjectsLocationsEndpointsExplainCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsGenerateContentCall

type ProjectsLocationsEndpointsGenerateContentCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsGenerateContentCall) Context

func (c *ProjectsLocationsEndpointsGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsEndpointsGenerateContentCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsGenerateContentCall) Do

func (c *ProjectsLocationsEndpointsGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.generateContent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1GenerateContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsGenerateContentCall) Fields

func (c *ProjectsLocationsEndpointsGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsGenerateContentCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsGenerateContentCall) Header

func (c *ProjectsLocationsEndpointsGenerateContentCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsGetCall

type ProjectsLocationsEndpointsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsGetCall) Context

func (c *ProjectsLocationsEndpointsGetCall) Context(ctx context.Context) *ProjectsLocationsEndpointsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsGetCall) Do

func (c *ProjectsLocationsEndpointsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Endpoint, error)

Do executes the "aiplatform.projects.locations.endpoints.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Endpoint.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsGetCall) Fields

func (c *ProjectsLocationsEndpointsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsGetCall) Header

func (c *ProjectsLocationsEndpointsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsGetCall) IfNoneMatch

func (c *ProjectsLocationsEndpointsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsEndpointsGetIamPolicyCall

type ProjectsLocationsEndpointsGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsGetIamPolicyCall) Context

func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsEndpointsGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsGetIamPolicyCall) Do

func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.endpoints.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsGetIamPolicyCall) Fields

func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsGetIamPolicyCall) Header

func (c *ProjectsLocationsEndpointsGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsGetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *ProjectsLocationsEndpointsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsEndpointsGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).

type ProjectsLocationsEndpointsListCall

type ProjectsLocationsEndpointsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsListCall) Context

func (c *ProjectsLocationsEndpointsListCall) Context(ctx context.Context) *ProjectsLocationsEndpointsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsListCall) Do

func (c *ProjectsLocationsEndpointsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListEndpointsResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListEndpointsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsListCall) Fields

func (c *ProjectsLocationsEndpointsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsListCall) Filter

func (c *ProjectsLocationsEndpointsListCall) Filter(filter string) *ProjectsLocationsEndpointsListCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `endpoint` supports `=` and `!=`. `endpoint` represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * `display_name` supports `=` and `!=`. * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:*` or `labels:key` - key existence * A key including a space must be quoted. `labels."a key". * `base_model_name` only supports `=`. Some examples: * `endpoint=1` * `displayName="myDisplayName" * `labels.myKey="myValue" * `baseModelName="text-bison"

func (*ProjectsLocationsEndpointsListCall) Header

func (c *ProjectsLocationsEndpointsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsListCall) IfNoneMatch

func (c *ProjectsLocationsEndpointsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsEndpointsListCall) PageSize

func (c *ProjectsLocationsEndpointsListCall) PageSize(pageSize int64) *ProjectsLocationsEndpointsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsEndpointsListCall) PageToken

func (c *ProjectsLocationsEndpointsListCall) PageToken(pageToken string) *ProjectsLocationsEndpointsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListEndpointsResponse.next_page_token of the previous EndpointService.ListEndpoints call.

func (*ProjectsLocationsEndpointsListCall) Pages

func (c *ProjectsLocationsEndpointsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListEndpointsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsEndpointsListCall) ReadMask

func (c *ProjectsLocationsEndpointsListCall) ReadMask(readMask string) *ProjectsLocationsEndpointsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsEndpointsMutateDeployedModelCall

type ProjectsLocationsEndpointsMutateDeployedModelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsMutateDeployedModelCall) Context

func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsMutateDeployedModelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsMutateDeployedModelCall) Do

func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.endpoints.mutateDeployedModel" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsMutateDeployedModelCall) Fields

func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsMutateDeployedModelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsMutateDeployedModelCall) Header

func (c *ProjectsLocationsEndpointsMutateDeployedModelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsOperationsCancelCall

type ProjectsLocationsEndpointsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsOperationsCancelCall) Context

func (c *ProjectsLocationsEndpointsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsOperationsCancelCall) Do

func (c *ProjectsLocationsEndpointsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.endpoints.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsOperationsCancelCall) Fields

func (c *ProjectsLocationsEndpointsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsOperationsCancelCall) Header

func (c *ProjectsLocationsEndpointsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsOperationsDeleteCall

type ProjectsLocationsEndpointsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsOperationsDeleteCall) Context

func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsOperationsDeleteCall) Do

func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.endpoints.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsOperationsDeleteCall) Fields

func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsOperationsDeleteCall) Header

func (c *ProjectsLocationsEndpointsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsOperationsGetCall

type ProjectsLocationsEndpointsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsOperationsGetCall) Context

func (c *ProjectsLocationsEndpointsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsOperationsGetCall) Do

func (c *ProjectsLocationsEndpointsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.endpoints.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsOperationsGetCall) Fields

func (c *ProjectsLocationsEndpointsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsOperationsGetCall) Header

func (c *ProjectsLocationsEndpointsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsEndpointsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsEndpointsOperationsListCall

type ProjectsLocationsEndpointsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsOperationsListCall) Context

func (c *ProjectsLocationsEndpointsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsOperationsListCall) Do

func (c *ProjectsLocationsEndpointsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsOperationsListCall) Fields

func (c *ProjectsLocationsEndpointsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsOperationsListCall) Filter

func (c *ProjectsLocationsEndpointsOperationsListCall) Filter(filter string) *ProjectsLocationsEndpointsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsEndpointsOperationsListCall) Header

func (c *ProjectsLocationsEndpointsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsEndpointsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEndpointsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsEndpointsOperationsListCall) PageSize

func (c *ProjectsLocationsEndpointsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsEndpointsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsEndpointsOperationsListCall) PageToken

func (c *ProjectsLocationsEndpointsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsEndpointsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsEndpointsOperationsListCall) Pages

func (c *ProjectsLocationsEndpointsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsEndpointsOperationsService

type ProjectsLocationsEndpointsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsEndpointsOperationsService

func NewProjectsLocationsEndpointsOperationsService(s *Service) *ProjectsLocationsEndpointsOperationsService

func (*ProjectsLocationsEndpointsOperationsService) Cancel

func (r *ProjectsLocationsEndpointsOperationsService) Cancel(name string) *ProjectsLocationsEndpointsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsEndpointsOperationsService) Delete

func (r *ProjectsLocationsEndpointsOperationsService) Delete(name string) *ProjectsLocationsEndpointsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsEndpointsOperationsService) Get

func (r *ProjectsLocationsEndpointsOperationsService) Get(name string) *ProjectsLocationsEndpointsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsEndpointsOperationsService) List

func (r *ProjectsLocationsEndpointsOperationsService) List(name string) *ProjectsLocationsEndpointsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsEndpointsOperationsService) Wait

func (r *ProjectsLocationsEndpointsOperationsService) Wait(name string) *ProjectsLocationsEndpointsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsEndpointsOperationsWaitCall

type ProjectsLocationsEndpointsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsOperationsWaitCall) Context

func (c *ProjectsLocationsEndpointsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsEndpointsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsOperationsWaitCall) Do

func (c *ProjectsLocationsEndpointsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.endpoints.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsOperationsWaitCall) Fields

func (c *ProjectsLocationsEndpointsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsOperationsWaitCall) Header

func (c *ProjectsLocationsEndpointsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsOperationsWaitCall) Timeout

func (c *ProjectsLocationsEndpointsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsEndpointsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsEndpointsPatchCall

type ProjectsLocationsEndpointsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsPatchCall) Context

func (c *ProjectsLocationsEndpointsPatchCall) Context(ctx context.Context) *ProjectsLocationsEndpointsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsPatchCall) Do

func (c *ProjectsLocationsEndpointsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Endpoint, error)

Do executes the "aiplatform.projects.locations.endpoints.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Endpoint.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsPatchCall) Fields

func (c *ProjectsLocationsEndpointsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsPatchCall) Header

func (c *ProjectsLocationsEndpointsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsPatchCall) UpdateMask

func (c *ProjectsLocationsEndpointsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsEndpointsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask applies to the resource. See google.protobuf.FieldMask.

type ProjectsLocationsEndpointsPredictCall

type ProjectsLocationsEndpointsPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsPredictCall) Context

func (c *ProjectsLocationsEndpointsPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsPredictCall) Do

func (c *ProjectsLocationsEndpointsPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PredictResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.predict" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1PredictResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsPredictCall) Fields

func (c *ProjectsLocationsEndpointsPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsPredictCall) Header

func (c *ProjectsLocationsEndpointsPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsRawPredictCall

type ProjectsLocationsEndpointsRawPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsRawPredictCall) Context

func (c *ProjectsLocationsEndpointsRawPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsRawPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsRawPredictCall) Do

func (c *ProjectsLocationsEndpointsRawPredictCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)

Do executes the "aiplatform.projects.locations.endpoints.rawPredict" call. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsRawPredictCall) Fields

func (c *ProjectsLocationsEndpointsRawPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsRawPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsRawPredictCall) Header

func (c *ProjectsLocationsEndpointsRawPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsServerStreamingPredictCall

type ProjectsLocationsEndpointsServerStreamingPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsServerStreamingPredictCall) Context

func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Context(ctx context.Context) *ProjectsLocationsEndpointsServerStreamingPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsServerStreamingPredictCall) Do

func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1StreamingPredictResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.serverStreamingPredict" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1StreamingPredictResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsServerStreamingPredictCall) Fields

func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsServerStreamingPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsServerStreamingPredictCall) Header

func (c *ProjectsLocationsEndpointsServerStreamingPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsService

type ProjectsLocationsEndpointsService struct {
    Operations *ProjectsLocationsEndpointsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsEndpointsService

func NewProjectsLocationsEndpointsService(s *Service) *ProjectsLocationsEndpointsService

func (*ProjectsLocationsEndpointsService) ComputeTokens

func (r *ProjectsLocationsEndpointsService) ComputeTokens(endpoint string, googlecloudaiplatformv1beta1computetokensrequest *GoogleCloudAiplatformV1beta1ComputeTokensRequest) *ProjectsLocationsEndpointsComputeTokensCall

ComputeTokens: Return a list of tokens based on the input text.

func (*ProjectsLocationsEndpointsService) CountTokens

func (r *ProjectsLocationsEndpointsService) CountTokens(endpoint string, googlecloudaiplatformv1beta1counttokensrequest *GoogleCloudAiplatformV1beta1CountTokensRequest) *ProjectsLocationsEndpointsCountTokensCall

CountTokens: Perform a token counting.

func (*ProjectsLocationsEndpointsService) Create

func (r *ProjectsLocationsEndpointsService) Create(parent string, googlecloudaiplatformv1beta1endpoint *GoogleCloudAiplatformV1beta1Endpoint) *ProjectsLocationsEndpointsCreateCall

Create: Creates an Endpoint.

func (*ProjectsLocationsEndpointsService) Delete

func (r *ProjectsLocationsEndpointsService) Delete(name string) *ProjectsLocationsEndpointsDeleteCall

Delete: Deletes an Endpoint.

func (*ProjectsLocationsEndpointsService) DeployModel

func (r *ProjectsLocationsEndpointsService) DeployModel(endpoint string, googlecloudaiplatformv1beta1deploymodelrequest *GoogleCloudAiplatformV1beta1DeployModelRequest) *ProjectsLocationsEndpointsDeployModelCall

DeployModel: Deploys a Model into this Endpoint, creating a DeployedModel within it.

func (*ProjectsLocationsEndpointsService) DirectPredict

func (r *ProjectsLocationsEndpointsService) DirectPredict(endpoint string, googlecloudaiplatformv1beta1directpredictrequest *GoogleCloudAiplatformV1beta1DirectPredictRequest) *ProjectsLocationsEndpointsDirectPredictCall

DirectPredict: Perform an unary online prediction request to a gRPC model server for Vertex first-party products and frameworks.

func (*ProjectsLocationsEndpointsService) DirectRawPredict

func (r *ProjectsLocationsEndpointsService) DirectRawPredict(endpoint string, googlecloudaiplatformv1beta1directrawpredictrequest *GoogleCloudAiplatformV1beta1DirectRawPredictRequest) *ProjectsLocationsEndpointsDirectRawPredictCall

DirectRawPredict: Perform an unary online prediction request to a gRPC model server for custom containers.

func (*ProjectsLocationsEndpointsService) Explain

func (r *ProjectsLocationsEndpointsService) Explain(endpoint string, googlecloudaiplatformv1beta1explainrequest *GoogleCloudAiplatformV1beta1ExplainRequest) *ProjectsLocationsEndpointsExplainCall

Explain: Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated.

func (*ProjectsLocationsEndpointsService) GenerateContent

func (r *ProjectsLocationsEndpointsService) GenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsEndpointsGenerateContentCall

GenerateContent: Generate content with multimodal inputs.

func (*ProjectsLocationsEndpointsService) Get

func (r *ProjectsLocationsEndpointsService) Get(name string) *ProjectsLocationsEndpointsGetCall

Get: Gets an Endpoint.

func (*ProjectsLocationsEndpointsService) GetIamPolicy

func (r *ProjectsLocationsEndpointsService) GetIamPolicy(resource string) *ProjectsLocationsEndpointsGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsEndpointsService) List

func (r *ProjectsLocationsEndpointsService) List(parent string) *ProjectsLocationsEndpointsListCall

List: Lists Endpoints in a Location.

func (*ProjectsLocationsEndpointsService) MutateDeployedModel

func (r *ProjectsLocationsEndpointsService) MutateDeployedModel(endpoint string, googlecloudaiplatformv1beta1mutatedeployedmodelrequest *GoogleCloudAiplatformV1beta1MutateDeployedModelRequest) *ProjectsLocationsEndpointsMutateDeployedModelCall

MutateDeployedModel: Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).

func (*ProjectsLocationsEndpointsService) Patch

func (r *ProjectsLocationsEndpointsService) Patch(name string, googlecloudaiplatformv1beta1endpoint *GoogleCloudAiplatformV1beta1Endpoint) *ProjectsLocationsEndpointsPatchCall

Patch: Updates an Endpoint.

- name: Output only. The resource name of the Endpoint.

func (*ProjectsLocationsEndpointsService) Predict

func (r *ProjectsLocationsEndpointsService) Predict(endpoint string, googlecloudaiplatformv1beta1predictrequest *GoogleCloudAiplatformV1beta1PredictRequest) *ProjectsLocationsEndpointsPredictCall

Predict: Perform an online prediction.

func (*ProjectsLocationsEndpointsService) RawPredict

func (r *ProjectsLocationsEndpointsService) RawPredict(endpoint string, googlecloudaiplatformv1beta1rawpredictrequest *GoogleCloudAiplatformV1beta1RawPredictRequest) *ProjectsLocationsEndpointsRawPredictCall

RawPredict: Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction.

func (*ProjectsLocationsEndpointsService) ServerStreamingPredict

func (r *ProjectsLocationsEndpointsService) ServerStreamingPredict(endpoint string, googlecloudaiplatformv1beta1streamingpredictrequest *GoogleCloudAiplatformV1beta1StreamingPredictRequest) *ProjectsLocationsEndpointsServerStreamingPredictCall

ServerStreamingPredict: Perform a server-side streaming online prediction request for Vertex LLM streaming.

func (*ProjectsLocationsEndpointsService) SetIamPolicy

func (r *ProjectsLocationsEndpointsService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsEndpointsSetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsEndpointsService) StreamGenerateContent

func (r *ProjectsLocationsEndpointsService) StreamGenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsEndpointsStreamGenerateContentCall

StreamGenerateContent: Generate content with multimodal inputs with streaming support.

func (*ProjectsLocationsEndpointsService) TestIamPermissions

func (r *ProjectsLocationsEndpointsService) TestIamPermissions(resource string) *ProjectsLocationsEndpointsTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

func (*ProjectsLocationsEndpointsService) UndeployModel

func (r *ProjectsLocationsEndpointsService) UndeployModel(endpoint string, googlecloudaiplatformv1beta1undeploymodelrequest *GoogleCloudAiplatformV1beta1UndeployModelRequest) *ProjectsLocationsEndpointsUndeployModelCall

UndeployModel: Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.

type ProjectsLocationsEndpointsSetIamPolicyCall

type ProjectsLocationsEndpointsSetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsSetIamPolicyCall) Context

func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsEndpointsSetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsSetIamPolicyCall) Do

func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.endpoints.setIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsSetIamPolicyCall) Fields

func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsSetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsSetIamPolicyCall) Header

func (c *ProjectsLocationsEndpointsSetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsStreamGenerateContentCall

type ProjectsLocationsEndpointsStreamGenerateContentCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsStreamGenerateContentCall) Context

func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsEndpointsStreamGenerateContentCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsStreamGenerateContentCall) Do

func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.streamGenerateContent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1GenerateContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsStreamGenerateContentCall) Fields

func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsStreamGenerateContentCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsStreamGenerateContentCall) Header

func (c *ProjectsLocationsEndpointsStreamGenerateContentCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEndpointsTestIamPermissionsCall

type ProjectsLocationsEndpointsTestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsTestIamPermissionsCall) Context

func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsEndpointsTestIamPermissionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsTestIamPermissionsCall) Do

func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)

Do executes the "aiplatform.projects.locations.endpoints.testIamPermissions" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsTestIamPermissionsCall) Fields

func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsTestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsTestIamPermissionsCall) Header

func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEndpointsTestIamPermissionsCall) Permissions

func (c *ProjectsLocationsEndpointsTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsEndpointsTestIamPermissionsCall

Permissions sets the optional parameter "permissions": The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).

type ProjectsLocationsEndpointsUndeployModelCall

type ProjectsLocationsEndpointsUndeployModelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEndpointsUndeployModelCall) Context

func (c *ProjectsLocationsEndpointsUndeployModelCall) Context(ctx context.Context) *ProjectsLocationsEndpointsUndeployModelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEndpointsUndeployModelCall) Do

func (c *ProjectsLocationsEndpointsUndeployModelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.endpoints.undeployModel" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEndpointsUndeployModelCall) Fields

func (c *ProjectsLocationsEndpointsUndeployModelCall) Fields(s ...googleapi.Field) *ProjectsLocationsEndpointsUndeployModelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEndpointsUndeployModelCall) Header

func (c *ProjectsLocationsEndpointsUndeployModelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEvaluateInstancesCall

type ProjectsLocationsEvaluateInstancesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEvaluateInstancesCall) Context

func (c *ProjectsLocationsEvaluateInstancesCall) Context(ctx context.Context) *ProjectsLocationsEvaluateInstancesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEvaluateInstancesCall) Do

func (c *ProjectsLocationsEvaluateInstancesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1EvaluateInstancesResponse, error)

Do executes the "aiplatform.projects.locations.evaluateInstances" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1EvaluateInstancesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEvaluateInstancesCall) Fields

func (c *ProjectsLocationsEvaluateInstancesCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluateInstancesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEvaluateInstancesCall) Header

func (c *ProjectsLocationsEvaluateInstancesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEvaluationTasksOperationsDeleteCall

type ProjectsLocationsEvaluationTasksOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEvaluationTasksOperationsDeleteCall) Context

func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEvaluationTasksOperationsDeleteCall) Do

func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.evaluationTasks.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEvaluationTasksOperationsDeleteCall) Fields

func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEvaluationTasksOperationsDeleteCall) Header

func (c *ProjectsLocationsEvaluationTasksOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsEvaluationTasksOperationsGetCall

type ProjectsLocationsEvaluationTasksOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEvaluationTasksOperationsGetCall) Context

func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEvaluationTasksOperationsGetCall) Do

func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.evaluationTasks.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEvaluationTasksOperationsGetCall) Fields

func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEvaluationTasksOperationsGetCall) Header

func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEvaluationTasksOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsEvaluationTasksOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEvaluationTasksOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsEvaluationTasksOperationsListCall

type ProjectsLocationsEvaluationTasksOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEvaluationTasksOperationsListCall) Context

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) Do

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.evaluationTasks.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) Fields

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) Filter

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Filter(filter string) *ProjectsLocationsEvaluationTasksOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) Header

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEvaluationTasksOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) PageSize

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsEvaluationTasksOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) PageToken

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) PageToken(pageToken string) *ProjectsLocationsEvaluationTasksOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsEvaluationTasksOperationsListCall) Pages

func (c *ProjectsLocationsEvaluationTasksOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsEvaluationTasksOperationsService

type ProjectsLocationsEvaluationTasksOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsEvaluationTasksOperationsService

func NewProjectsLocationsEvaluationTasksOperationsService(s *Service) *ProjectsLocationsEvaluationTasksOperationsService

func (*ProjectsLocationsEvaluationTasksOperationsService) Delete

func (r *ProjectsLocationsEvaluationTasksOperationsService) Delete(name string) *ProjectsLocationsEvaluationTasksOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsEvaluationTasksOperationsService) Get

func (r *ProjectsLocationsEvaluationTasksOperationsService) Get(name string) *ProjectsLocationsEvaluationTasksOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsEvaluationTasksOperationsService) List

func (r *ProjectsLocationsEvaluationTasksOperationsService) List(name string) *ProjectsLocationsEvaluationTasksOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsEvaluationTasksOperationsService) Wait

func (r *ProjectsLocationsEvaluationTasksOperationsService) Wait(name string) *ProjectsLocationsEvaluationTasksOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsEvaluationTasksOperationsWaitCall

type ProjectsLocationsEvaluationTasksOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsEvaluationTasksOperationsWaitCall) Context

func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsEvaluationTasksOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEvaluationTasksOperationsWaitCall) Do

func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.evaluationTasks.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsEvaluationTasksOperationsWaitCall) Fields

func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsEvaluationTasksOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsEvaluationTasksOperationsWaitCall) Header

func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsEvaluationTasksOperationsWaitCall) Timeout

func (c *ProjectsLocationsEvaluationTasksOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsEvaluationTasksOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsEvaluationTasksService

type ProjectsLocationsEvaluationTasksService struct {
    Operations *ProjectsLocationsEvaluationTasksOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsEvaluationTasksService

func NewProjectsLocationsEvaluationTasksService(s *Service) *ProjectsLocationsEvaluationTasksService

type ProjectsLocationsExampleStoresOperationsCancelCall

type ProjectsLocationsExampleStoresOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExampleStoresOperationsCancelCall) Context

func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExampleStoresOperationsCancelCall) Do

func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.exampleStores.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExampleStoresOperationsCancelCall) Fields

func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExampleStoresOperationsCancelCall) Header

func (c *ProjectsLocationsExampleStoresOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExampleStoresOperationsDeleteCall

type ProjectsLocationsExampleStoresOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExampleStoresOperationsDeleteCall) Context

func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExampleStoresOperationsDeleteCall) Do

func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.exampleStores.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExampleStoresOperationsDeleteCall) Fields

func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExampleStoresOperationsDeleteCall) Header

func (c *ProjectsLocationsExampleStoresOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExampleStoresOperationsGetCall

type ProjectsLocationsExampleStoresOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExampleStoresOperationsGetCall) Context

func (c *ProjectsLocationsExampleStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExampleStoresOperationsGetCall) Do

func (c *ProjectsLocationsExampleStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.exampleStores.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExampleStoresOperationsGetCall) Fields

func (c *ProjectsLocationsExampleStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExampleStoresOperationsGetCall) Header

func (c *ProjectsLocationsExampleStoresOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExampleStoresOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsExampleStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExampleStoresOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsExampleStoresOperationsListCall

type ProjectsLocationsExampleStoresOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExampleStoresOperationsListCall) Context

func (c *ProjectsLocationsExampleStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExampleStoresOperationsListCall) Do

func (c *ProjectsLocationsExampleStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.exampleStores.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExampleStoresOperationsListCall) Fields

func (c *ProjectsLocationsExampleStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExampleStoresOperationsListCall) Filter

func (c *ProjectsLocationsExampleStoresOperationsListCall) Filter(filter string) *ProjectsLocationsExampleStoresOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsExampleStoresOperationsListCall) Header

func (c *ProjectsLocationsExampleStoresOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExampleStoresOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsExampleStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExampleStoresOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsExampleStoresOperationsListCall) PageSize

func (c *ProjectsLocationsExampleStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsExampleStoresOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsExampleStoresOperationsListCall) PageToken

func (c *ProjectsLocationsExampleStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsExampleStoresOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsExampleStoresOperationsListCall) Pages

func (c *ProjectsLocationsExampleStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsExampleStoresOperationsService

type ProjectsLocationsExampleStoresOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsExampleStoresOperationsService

func NewProjectsLocationsExampleStoresOperationsService(s *Service) *ProjectsLocationsExampleStoresOperationsService

func (*ProjectsLocationsExampleStoresOperationsService) Cancel

func (r *ProjectsLocationsExampleStoresOperationsService) Cancel(name string) *ProjectsLocationsExampleStoresOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsExampleStoresOperationsService) Delete

func (r *ProjectsLocationsExampleStoresOperationsService) Delete(name string) *ProjectsLocationsExampleStoresOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsExampleStoresOperationsService) Get

func (r *ProjectsLocationsExampleStoresOperationsService) Get(name string) *ProjectsLocationsExampleStoresOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsExampleStoresOperationsService) List

func (r *ProjectsLocationsExampleStoresOperationsService) List(name string) *ProjectsLocationsExampleStoresOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsExampleStoresOperationsService) Wait

func (r *ProjectsLocationsExampleStoresOperationsService) Wait(name string) *ProjectsLocationsExampleStoresOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsExampleStoresOperationsWaitCall

type ProjectsLocationsExampleStoresOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExampleStoresOperationsWaitCall) Context

func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsExampleStoresOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExampleStoresOperationsWaitCall) Do

func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.exampleStores.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExampleStoresOperationsWaitCall) Fields

func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsExampleStoresOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExampleStoresOperationsWaitCall) Header

func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExampleStoresOperationsWaitCall) Timeout

func (c *ProjectsLocationsExampleStoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsExampleStoresOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsExampleStoresService

type ProjectsLocationsExampleStoresService struct {
    Operations *ProjectsLocationsExampleStoresOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsExampleStoresService

func NewProjectsLocationsExampleStoresService(s *Service) *ProjectsLocationsExampleStoresService

type ProjectsLocationsExtensionControllersOperationsCancelCall

type ProjectsLocationsExtensionControllersOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionControllersOperationsCancelCall) Context

func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionControllersOperationsCancelCall) Do

func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.extensionControllers.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionControllersOperationsCancelCall) Fields

func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionControllersOperationsCancelCall) Header

func (c *ProjectsLocationsExtensionControllersOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionControllersOperationsDeleteCall

type ProjectsLocationsExtensionControllersOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionControllersOperationsDeleteCall) Context

func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionControllersOperationsDeleteCall) Do

func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.extensionControllers.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionControllersOperationsDeleteCall) Fields

func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionControllersOperationsDeleteCall) Header

func (c *ProjectsLocationsExtensionControllersOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionControllersOperationsGetCall

type ProjectsLocationsExtensionControllersOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionControllersOperationsGetCall) Context

func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionControllersOperationsGetCall) Do

func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.extensionControllers.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionControllersOperationsGetCall) Fields

func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionControllersOperationsGetCall) Header

func (c *ProjectsLocationsExtensionControllersOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionControllersOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsExtensionControllersOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionControllersOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsExtensionControllersOperationsListCall

type ProjectsLocationsExtensionControllersOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionControllersOperationsListCall) Context

func (c *ProjectsLocationsExtensionControllersOperationsListCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionControllersOperationsListCall) Do

func (c *ProjectsLocationsExtensionControllersOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.extensionControllers.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionControllersOperationsListCall) Fields

func (c *ProjectsLocationsExtensionControllersOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionControllersOperationsListCall) Filter

func (c *ProjectsLocationsExtensionControllersOperationsListCall) Filter(filter string) *ProjectsLocationsExtensionControllersOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsExtensionControllersOperationsListCall) Header

func (c *ProjectsLocationsExtensionControllersOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionControllersOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsExtensionControllersOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionControllersOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsExtensionControllersOperationsListCall) PageSize

func (c *ProjectsLocationsExtensionControllersOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsExtensionControllersOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsExtensionControllersOperationsListCall) PageToken

func (c *ProjectsLocationsExtensionControllersOperationsListCall) PageToken(pageToken string) *ProjectsLocationsExtensionControllersOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsExtensionControllersOperationsListCall) Pages

func (c *ProjectsLocationsExtensionControllersOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsExtensionControllersOperationsService

type ProjectsLocationsExtensionControllersOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsExtensionControllersOperationsService

func NewProjectsLocationsExtensionControllersOperationsService(s *Service) *ProjectsLocationsExtensionControllersOperationsService

func (*ProjectsLocationsExtensionControllersOperationsService) Cancel

func (r *ProjectsLocationsExtensionControllersOperationsService) Cancel(name string) *ProjectsLocationsExtensionControllersOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsExtensionControllersOperationsService) Delete

func (r *ProjectsLocationsExtensionControllersOperationsService) Delete(name string) *ProjectsLocationsExtensionControllersOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsExtensionControllersOperationsService) Get

func (r *ProjectsLocationsExtensionControllersOperationsService) Get(name string) *ProjectsLocationsExtensionControllersOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsExtensionControllersOperationsService) List

func (r *ProjectsLocationsExtensionControllersOperationsService) List(name string) *ProjectsLocationsExtensionControllersOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsExtensionControllersOperationsService) Wait

func (r *ProjectsLocationsExtensionControllersOperationsService) Wait(name string) *ProjectsLocationsExtensionControllersOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsExtensionControllersOperationsWaitCall

type ProjectsLocationsExtensionControllersOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionControllersOperationsWaitCall) Context

func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsExtensionControllersOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionControllersOperationsWaitCall) Do

func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.extensionControllers.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionControllersOperationsWaitCall) Fields

func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionControllersOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionControllersOperationsWaitCall) Header

func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionControllersOperationsWaitCall) Timeout

func (c *ProjectsLocationsExtensionControllersOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsExtensionControllersOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsExtensionControllersService

type ProjectsLocationsExtensionControllersService struct {
    Operations *ProjectsLocationsExtensionControllersOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsExtensionControllersService

func NewProjectsLocationsExtensionControllersService(s *Service) *ProjectsLocationsExtensionControllersService

type ProjectsLocationsExtensionsDeleteCall

type ProjectsLocationsExtensionsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsDeleteCall) Context

func (c *ProjectsLocationsExtensionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExtensionsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsDeleteCall) Do

func (c *ProjectsLocationsExtensionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.extensions.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsDeleteCall) Fields

func (c *ProjectsLocationsExtensionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsDeleteCall) Header

func (c *ProjectsLocationsExtensionsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionsExecuteCall

type ProjectsLocationsExtensionsExecuteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsExecuteCall) Context

func (c *ProjectsLocationsExtensionsExecuteCall) Context(ctx context.Context) *ProjectsLocationsExtensionsExecuteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsExecuteCall) Do

func (c *ProjectsLocationsExtensionsExecuteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ExecuteExtensionResponse, error)

Do executes the "aiplatform.projects.locations.extensions.execute" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ExecuteExtensionResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsExecuteCall) Fields

func (c *ProjectsLocationsExtensionsExecuteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsExecuteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsExecuteCall) Header

func (c *ProjectsLocationsExtensionsExecuteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionsGetCall

type ProjectsLocationsExtensionsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsGetCall) Context

func (c *ProjectsLocationsExtensionsGetCall) Context(ctx context.Context) *ProjectsLocationsExtensionsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsGetCall) Do

func (c *ProjectsLocationsExtensionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Extension, error)

Do executes the "aiplatform.projects.locations.extensions.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Extension.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsGetCall) Fields

func (c *ProjectsLocationsExtensionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsGetCall) Header

func (c *ProjectsLocationsExtensionsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionsGetCall) IfNoneMatch

func (c *ProjectsLocationsExtensionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsExtensionsImportCall

type ProjectsLocationsExtensionsImportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsImportCall) Context

func (c *ProjectsLocationsExtensionsImportCall) Context(ctx context.Context) *ProjectsLocationsExtensionsImportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsImportCall) Do

func (c *ProjectsLocationsExtensionsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.extensions.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsImportCall) Fields

func (c *ProjectsLocationsExtensionsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsImportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsImportCall) Header

func (c *ProjectsLocationsExtensionsImportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionsListCall

type ProjectsLocationsExtensionsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsListCall) Context

func (c *ProjectsLocationsExtensionsListCall) Context(ctx context.Context) *ProjectsLocationsExtensionsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsListCall) Do

func (c *ProjectsLocationsExtensionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListExtensionsResponse, error)

Do executes the "aiplatform.projects.locations.extensions.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListExtensionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsListCall) Fields

func (c *ProjectsLocationsExtensionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsListCall) Filter

func (c *ProjectsLocationsExtensionsListCall) Filter(filter string) *ProjectsLocationsExtensionsListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` * `create_time` * `update_time` More detail in AIP-160 (https://google.aip.dev/160).

func (*ProjectsLocationsExtensionsListCall) Header

func (c *ProjectsLocationsExtensionsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionsListCall) IfNoneMatch

func (c *ProjectsLocationsExtensionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsExtensionsListCall) OrderBy

func (c *ProjectsLocationsExtensionsListCall) OrderBy(orderBy string) *ProjectsLocationsExtensionsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.

func (*ProjectsLocationsExtensionsListCall) PageSize

func (c *ProjectsLocationsExtensionsListCall) PageSize(pageSize int64) *ProjectsLocationsExtensionsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsExtensionsListCall) PageToken

func (c *ProjectsLocationsExtensionsListCall) PageToken(pageToken string) *ProjectsLocationsExtensionsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsExtensionsListCall) Pages

func (c *ProjectsLocationsExtensionsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListExtensionsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsExtensionsOperationsCancelCall

type ProjectsLocationsExtensionsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsOperationsCancelCall) Context

func (c *ProjectsLocationsExtensionsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsOperationsCancelCall) Do

func (c *ProjectsLocationsExtensionsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.extensions.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsOperationsCancelCall) Fields

func (c *ProjectsLocationsExtensionsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsOperationsCancelCall) Header

func (c *ProjectsLocationsExtensionsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionsOperationsDeleteCall

type ProjectsLocationsExtensionsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsOperationsDeleteCall) Context

func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsOperationsDeleteCall) Do

func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.extensions.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsOperationsDeleteCall) Fields

func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsOperationsDeleteCall) Header

func (c *ProjectsLocationsExtensionsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionsOperationsGetCall

type ProjectsLocationsExtensionsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsOperationsGetCall) Context

func (c *ProjectsLocationsExtensionsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsOperationsGetCall) Do

func (c *ProjectsLocationsExtensionsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.extensions.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsOperationsGetCall) Fields

func (c *ProjectsLocationsExtensionsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsOperationsGetCall) Header

func (c *ProjectsLocationsExtensionsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsExtensionsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsExtensionsOperationsListCall

type ProjectsLocationsExtensionsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsOperationsListCall) Context

func (c *ProjectsLocationsExtensionsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsOperationsListCall) Do

func (c *ProjectsLocationsExtensionsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.extensions.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsOperationsListCall) Fields

func (c *ProjectsLocationsExtensionsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsOperationsListCall) Filter

func (c *ProjectsLocationsExtensionsOperationsListCall) Filter(filter string) *ProjectsLocationsExtensionsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsExtensionsOperationsListCall) Header

func (c *ProjectsLocationsExtensionsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsExtensionsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsExtensionsOperationsListCall) PageSize

func (c *ProjectsLocationsExtensionsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsExtensionsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsExtensionsOperationsListCall) PageToken

func (c *ProjectsLocationsExtensionsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsExtensionsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsExtensionsOperationsListCall) Pages

func (c *ProjectsLocationsExtensionsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsExtensionsOperationsService

type ProjectsLocationsExtensionsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsExtensionsOperationsService

func NewProjectsLocationsExtensionsOperationsService(s *Service) *ProjectsLocationsExtensionsOperationsService

func (*ProjectsLocationsExtensionsOperationsService) Cancel

func (r *ProjectsLocationsExtensionsOperationsService) Cancel(name string) *ProjectsLocationsExtensionsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsExtensionsOperationsService) Delete

func (r *ProjectsLocationsExtensionsOperationsService) Delete(name string) *ProjectsLocationsExtensionsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsExtensionsOperationsService) Get

func (r *ProjectsLocationsExtensionsOperationsService) Get(name string) *ProjectsLocationsExtensionsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsExtensionsOperationsService) List

func (r *ProjectsLocationsExtensionsOperationsService) List(name string) *ProjectsLocationsExtensionsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsExtensionsOperationsService) Wait

func (r *ProjectsLocationsExtensionsOperationsService) Wait(name string) *ProjectsLocationsExtensionsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsExtensionsOperationsWaitCall

type ProjectsLocationsExtensionsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsOperationsWaitCall) Context

func (c *ProjectsLocationsExtensionsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsExtensionsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsOperationsWaitCall) Do

func (c *ProjectsLocationsExtensionsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.extensions.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsOperationsWaitCall) Fields

func (c *ProjectsLocationsExtensionsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsOperationsWaitCall) Header

func (c *ProjectsLocationsExtensionsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionsOperationsWaitCall) Timeout

func (c *ProjectsLocationsExtensionsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsExtensionsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsExtensionsPatchCall

type ProjectsLocationsExtensionsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsPatchCall) Context

func (c *ProjectsLocationsExtensionsPatchCall) Context(ctx context.Context) *ProjectsLocationsExtensionsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsPatchCall) Do

func (c *ProjectsLocationsExtensionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Extension, error)

Do executes the "aiplatform.projects.locations.extensions.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Extension.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsPatchCall) Fields

func (c *ProjectsLocationsExtensionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsPatchCall) Header

func (c *ProjectsLocationsExtensionsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsExtensionsPatchCall) UpdateMask

func (c *ProjectsLocationsExtensionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsExtensionsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. Mask specifying which fields to update. Supported fields: * `display_name` * `description` * `tool_use_examples`

type ProjectsLocationsExtensionsQueryCall

type ProjectsLocationsExtensionsQueryCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsExtensionsQueryCall) Context

func (c *ProjectsLocationsExtensionsQueryCall) Context(ctx context.Context) *ProjectsLocationsExtensionsQueryCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExtensionsQueryCall) Do

func (c *ProjectsLocationsExtensionsQueryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1QueryExtensionResponse, error)

Do executes the "aiplatform.projects.locations.extensions.query" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1QueryExtensionResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExtensionsQueryCall) Fields

func (c *ProjectsLocationsExtensionsQueryCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsQueryCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsExtensionsQueryCall) Header

func (c *ProjectsLocationsExtensionsQueryCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsExtensionsService

type ProjectsLocationsExtensionsService struct {
    Operations *ProjectsLocationsExtensionsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsExtensionsService

func NewProjectsLocationsExtensionsService(s *Service) *ProjectsLocationsExtensionsService

func (*ProjectsLocationsExtensionsService) Delete

func (r *ProjectsLocationsExtensionsService) Delete(name string) *ProjectsLocationsExtensionsDeleteCall

Delete: Deletes an Extension.

func (*ProjectsLocationsExtensionsService) Execute

func (r *ProjectsLocationsExtensionsService) Execute(nameid string, googlecloudaiplatformv1beta1executeextensionrequest *GoogleCloudAiplatformV1beta1ExecuteExtensionRequest) *ProjectsLocationsExtensionsExecuteCall

Execute: Executes the request against a given extension.

func (*ProjectsLocationsExtensionsService) Get

func (r *ProjectsLocationsExtensionsService) Get(name string) *ProjectsLocationsExtensionsGetCall

Get: Gets an Extension.

func (*ProjectsLocationsExtensionsService) Import

func (r *ProjectsLocationsExtensionsService) Import(parent string, googlecloudaiplatformv1beta1extension *GoogleCloudAiplatformV1beta1Extension) *ProjectsLocationsExtensionsImportCall

Import: Imports an Extension.

func (*ProjectsLocationsExtensionsService) List

func (r *ProjectsLocationsExtensionsService) List(parent string) *ProjectsLocationsExtensionsListCall

List: Lists Extensions in a location.

func (*ProjectsLocationsExtensionsService) Patch

func (r *ProjectsLocationsExtensionsService) Patch(name string, googlecloudaiplatformv1beta1extension *GoogleCloudAiplatformV1beta1Extension) *ProjectsLocationsExtensionsPatchCall

Patch: Updates an Extension.

- name: Identifier. The resource name of the Extension.

func (*ProjectsLocationsExtensionsService) Query

func (r *ProjectsLocationsExtensionsService) Query(nameid string, googlecloudaiplatformv1beta1queryextensionrequest *GoogleCloudAiplatformV1beta1QueryExtensionRequest) *ProjectsLocationsExtensionsQueryCall

Query: Queries an extension with a default controller.

type ProjectsLocationsFeatureGroupsCreateCall

type ProjectsLocationsFeatureGroupsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsCreateCall) Context

func (c *ProjectsLocationsFeatureGroupsCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsCreateCall) Do

func (c *ProjectsLocationsFeatureGroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsCreateCall) FeatureGroupId

func (c *ProjectsLocationsFeatureGroupsCreateCall) FeatureGroupId(featureGroupId string) *ProjectsLocationsFeatureGroupsCreateCall

FeatureGroupId sets the optional parameter "featureGroupId": Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.

func (*ProjectsLocationsFeatureGroupsCreateCall) Fields

func (c *ProjectsLocationsFeatureGroupsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsCreateCall) Header

func (c *ProjectsLocationsFeatureGroupsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureGroupsDeleteCall

type ProjectsLocationsFeatureGroupsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsDeleteCall) Context

func (c *ProjectsLocationsFeatureGroupsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsDeleteCall) Do

func (c *ProjectsLocationsFeatureGroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsDeleteCall) Fields

func (c *ProjectsLocationsFeatureGroupsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsDeleteCall) Force

func (c *ProjectsLocationsFeatureGroupsDeleteCall) Force(force bool) *ProjectsLocationsFeatureGroupsDeleteCall

Force sets the optional parameter "force": If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)

func (*ProjectsLocationsFeatureGroupsDeleteCall) Header

func (c *ProjectsLocationsFeatureGroupsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureGroupsFeaturesCreateCall

type ProjectsLocationsFeatureGroupsFeaturesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesCreateCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesCreateCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesCreateCall) FeatureId

func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) FeatureId(featureId string) *ProjectsLocationsFeatureGroupsFeaturesCreateCall

FeatureId sets the optional parameter "featureId": Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType/FeatureGroup.

func (*ProjectsLocationsFeatureGroupsFeaturesCreateCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesCreateCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureGroupsFeaturesDeleteCall

type ProjectsLocationsFeatureGroupsFeaturesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureGroupsFeaturesGetCall

type ProjectsLocationsFeatureGroupsFeaturesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesGetCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesGetCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Feature, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Feature.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesGetCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesGetCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsFeaturesGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsFeaturesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureGroupsFeaturesListCall

type ProjectsLocationsFeatureGroupsFeaturesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeaturesResponse, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListFeaturesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) Filter

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsFeaturesListCall

Filter sets the optional parameter "filter": Lists the Features that match the filter expression. The following filters are supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `update_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `create_time > \"2020-01-31T15:30:00.000000Z\" OR update_time > \"2020-01-31T15:30:00.000000Z\" --> EntityTypes created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with 'env' as the key.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) LatestStatsCount

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) LatestStatsCount(latestStatsCount int64) *ProjectsLocationsFeatureGroupsFeaturesListCall

LatestStatsCount sets the optional parameter "latestStatsCount": Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) OrderBy

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureGroupsFeaturesListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported for FeatureRegistry Feature) * `create_time` * `update_time`

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) PageSize

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsFeaturesListCall

PageSize sets the optional parameter "pageSize": The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 1000 Features will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) PageToken

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsFeaturesListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeatures or FeatureRegistryService.ListFeatures must match the call that provided the page token.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) Pages

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeaturesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsFeatureGroupsFeaturesListCall) ReadMask

func (c *ProjectsLocationsFeatureGroupsFeaturesListCall) ReadMask(readMask string) *ProjectsLocationsFeatureGroupsFeaturesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall

type ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall

type ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

type ProjectsLocationsFeatureGroupsFeaturesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Filter

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) PageSize

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) PageToken

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Pages

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureGroupsFeaturesOperationsService

type ProjectsLocationsFeatureGroupsFeaturesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureGroupsFeaturesOperationsService

func NewProjectsLocationsFeatureGroupsFeaturesOperationsService(s *Service) *ProjectsLocationsFeatureGroupsFeaturesOperationsService

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsService) Delete

func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) Delete(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsService) Get

func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) Get(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsService) List

func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) List(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsService) Wait

func (r *ProjectsLocationsFeatureGroupsFeaturesOperationsService) Wait(name string) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall

type ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Timeout

func (c *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureGroupsFeaturesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsFeatureGroupsFeaturesPatchCall

type ProjectsLocationsFeatureGroupsFeaturesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsFeaturesPatchCall) Context

func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsFeaturesPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsFeaturesPatchCall) Do

func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.features.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsFeaturesPatchCall) Fields

func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsFeaturesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsFeaturesPatchCall) Header

func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsFeaturesPatchCall) UpdateMask

func (c *ProjectsLocationsFeatureGroupsFeaturesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureGroupsFeaturesPatchCall

UpdateMask sets the optional parameter "updateMask": Field mask is used to specify the fields to be overwritten in the Features resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)

type ProjectsLocationsFeatureGroupsFeaturesService

type ProjectsLocationsFeatureGroupsFeaturesService struct {
    Operations *ProjectsLocationsFeatureGroupsFeaturesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureGroupsFeaturesService

func NewProjectsLocationsFeatureGroupsFeaturesService(s *Service) *ProjectsLocationsFeatureGroupsFeaturesService

func (*ProjectsLocationsFeatureGroupsFeaturesService) Create

func (r *ProjectsLocationsFeatureGroupsFeaturesService) Create(parent string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeatureGroupsFeaturesCreateCall

Create: Creates a new Feature in a given FeatureGroup.

func (*ProjectsLocationsFeatureGroupsFeaturesService) Delete

func (r *ProjectsLocationsFeatureGroupsFeaturesService) Delete(name string) *ProjectsLocationsFeatureGroupsFeaturesDeleteCall

Delete: Deletes a single Feature.

func (*ProjectsLocationsFeatureGroupsFeaturesService) Get

func (r *ProjectsLocationsFeatureGroupsFeaturesService) Get(name string) *ProjectsLocationsFeatureGroupsFeaturesGetCall

Get: Gets details of a single Feature.

func (*ProjectsLocationsFeatureGroupsFeaturesService) List

func (r *ProjectsLocationsFeatureGroupsFeaturesService) List(parent string) *ProjectsLocationsFeatureGroupsFeaturesListCall

List: Lists Features in a given FeatureGroup.

func (*ProjectsLocationsFeatureGroupsFeaturesService) Patch

func (r *ProjectsLocationsFeatureGroupsFeaturesService) Patch(name string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeatureGroupsFeaturesPatchCall

Patch: Updates the parameters of a single Feature.

type ProjectsLocationsFeatureGroupsGetCall

type ProjectsLocationsFeatureGroupsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsGetCall) Context

func (c *ProjectsLocationsFeatureGroupsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsGetCall) Do

func (c *ProjectsLocationsFeatureGroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureGroup, error)

Do executes the "aiplatform.projects.locations.featureGroups.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1FeatureGroup.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsGetCall) Fields

func (c *ProjectsLocationsFeatureGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsGetCall) Header

func (c *ProjectsLocationsFeatureGroupsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureGroupsListCall

type ProjectsLocationsFeatureGroupsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsListCall) Context

func (c *ProjectsLocationsFeatureGroupsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsListCall) Do

func (c *ProjectsLocationsFeatureGroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse, error)

Do executes the "aiplatform.projects.locations.featureGroups.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsListCall) Fields

func (c *ProjectsLocationsFeatureGroupsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsListCall) Filter

func (c *ProjectsLocationsFeatureGroupsListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsListCall

Filter sets the optional parameter "filter": Lists the FeatureGroups that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > "2020-01-01" OR update_time > "2020-01-01" FeatureGroups created or updated after 2020-01-01. * `labels.env = "prod" FeatureGroups with label "env" set to "prod".

func (*ProjectsLocationsFeatureGroupsListCall) Header

func (c *ProjectsLocationsFeatureGroupsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureGroupsListCall) OrderBy

func (c *ProjectsLocationsFeatureGroupsListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureGroupsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported Fields: * `create_time` * `update_time`

func (*ProjectsLocationsFeatureGroupsListCall) PageSize

func (c *ProjectsLocationsFeatureGroupsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsListCall

PageSize sets the optional parameter "pageSize": The maximum number of FeatureGroups to return. The service may return fewer than this value. If unspecified, at most 100 FeatureGroups will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.

func (*ProjectsLocationsFeatureGroupsListCall) PageToken

func (c *ProjectsLocationsFeatureGroupsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeatureGroupAdminService.ListFeatureGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureGroupAdminService.ListFeatureGroups must match the call that provided the page token.

func (*ProjectsLocationsFeatureGroupsListCall) Pages

func (c *ProjectsLocationsFeatureGroupsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureGroupsOperationsDeleteCall

type ProjectsLocationsFeatureGroupsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsOperationsDeleteCall) Context

func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsOperationsDeleteCall) Do

func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featureGroups.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsOperationsDeleteCall) Fields

func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsOperationsDeleteCall) Header

func (c *ProjectsLocationsFeatureGroupsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureGroupsOperationsGetCall

type ProjectsLocationsFeatureGroupsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsOperationsGetCall) Context

func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsOperationsGetCall) Do

func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsOperationsGetCall) Fields

func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsOperationsGetCall) Header

func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureGroupsOperationsListCall

type ProjectsLocationsFeatureGroupsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsOperationsListCall) Context

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) Do

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.featureGroups.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) Fields

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) Filter

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureGroupsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) Header

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureGroupsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) PageSize

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureGroupsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) PageToken

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureGroupsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsFeatureGroupsOperationsListCall) Pages

func (c *ProjectsLocationsFeatureGroupsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureGroupsOperationsService

type ProjectsLocationsFeatureGroupsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureGroupsOperationsService

func NewProjectsLocationsFeatureGroupsOperationsService(s *Service) *ProjectsLocationsFeatureGroupsOperationsService

func (*ProjectsLocationsFeatureGroupsOperationsService) Delete

func (r *ProjectsLocationsFeatureGroupsOperationsService) Delete(name string) *ProjectsLocationsFeatureGroupsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsFeatureGroupsOperationsService) Get

func (r *ProjectsLocationsFeatureGroupsOperationsService) Get(name string) *ProjectsLocationsFeatureGroupsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsFeatureGroupsOperationsService) List

func (r *ProjectsLocationsFeatureGroupsOperationsService) List(name string) *ProjectsLocationsFeatureGroupsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsFeatureGroupsOperationsService) Wait

func (r *ProjectsLocationsFeatureGroupsOperationsService) Wait(name string) *ProjectsLocationsFeatureGroupsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsFeatureGroupsOperationsWaitCall

type ProjectsLocationsFeatureGroupsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsOperationsWaitCall) Context

func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsOperationsWaitCall) Do

func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsOperationsWaitCall) Fields

func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsOperationsWaitCall) Header

func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsOperationsWaitCall) Timeout

func (c *ProjectsLocationsFeatureGroupsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureGroupsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsFeatureGroupsPatchCall

type ProjectsLocationsFeatureGroupsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureGroupsPatchCall) Context

func (c *ProjectsLocationsFeatureGroupsPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureGroupsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureGroupsPatchCall) Do

func (c *ProjectsLocationsFeatureGroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureGroups.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureGroupsPatchCall) Fields

func (c *ProjectsLocationsFeatureGroupsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureGroupsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureGroupsPatchCall) Header

func (c *ProjectsLocationsFeatureGroupsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureGroupsPatchCall) UpdateMask

func (c *ProjectsLocationsFeatureGroupsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureGroupsPatchCall

UpdateMask sets the optional parameter "updateMask": Field mask is used to specify the fields to be overwritten in the FeatureGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels`

type ProjectsLocationsFeatureGroupsService

type ProjectsLocationsFeatureGroupsService struct {
    Features *ProjectsLocationsFeatureGroupsFeaturesService

    Operations *ProjectsLocationsFeatureGroupsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureGroupsService

func NewProjectsLocationsFeatureGroupsService(s *Service) *ProjectsLocationsFeatureGroupsService

func (*ProjectsLocationsFeatureGroupsService) Create

func (r *ProjectsLocationsFeatureGroupsService) Create(parent string, googlecloudaiplatformv1beta1featuregroup *GoogleCloudAiplatformV1beta1FeatureGroup) *ProjectsLocationsFeatureGroupsCreateCall

Create: Creates a new FeatureGroup in a given project and location.

func (*ProjectsLocationsFeatureGroupsService) Delete

func (r *ProjectsLocationsFeatureGroupsService) Delete(name string) *ProjectsLocationsFeatureGroupsDeleteCall

Delete: Deletes a single FeatureGroup.

func (*ProjectsLocationsFeatureGroupsService) Get

func (r *ProjectsLocationsFeatureGroupsService) Get(name string) *ProjectsLocationsFeatureGroupsGetCall

Get: Gets details of a single FeatureGroup.

- name: The name of the FeatureGroup resource.

func (*ProjectsLocationsFeatureGroupsService) List

func (r *ProjectsLocationsFeatureGroupsService) List(parent string) *ProjectsLocationsFeatureGroupsListCall

List: Lists FeatureGroups in a given project and location.

func (*ProjectsLocationsFeatureGroupsService) Patch

func (r *ProjectsLocationsFeatureGroupsService) Patch(name string, googlecloudaiplatformv1beta1featuregroup *GoogleCloudAiplatformV1beta1FeatureGroup) *ProjectsLocationsFeatureGroupsPatchCall

Patch: Updates the parameters of a single FeatureGroup.

type ProjectsLocationsFeatureOnlineStoresCreateCall

type ProjectsLocationsFeatureOnlineStoresCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresCreateCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresCreateCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresCreateCall) FeatureOnlineStoreId

func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) FeatureOnlineStoreId(featureOnlineStoreId string) *ProjectsLocationsFeatureOnlineStoresCreateCall

FeatureOnlineStoreId sets the optional parameter "featureOnlineStoreId": Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.

func (*ProjectsLocationsFeatureOnlineStoresCreateCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresCreateCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresDeleteCall

type ProjectsLocationsFeatureOnlineStoresDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresDeleteCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresDeleteCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresDeleteCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresDeleteCall) Force

func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Force(force bool) *ProjectsLocationsFeatureOnlineStoresDeleteCall

Force sets the optional parameter "force": If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)

func (*ProjectsLocationsFeatureOnlineStoresDeleteCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) FeatureViewId

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) FeatureViewId(featureViewId string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall

FeatureViewId sets the optional parameter "featureViewId": Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a FeatureOnlineStore.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) RunSyncImmediately

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall) RunSyncImmediately(runSyncImmediately bool) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall

RunSyncImmediately sets the optional parameter "runSyncImmediately": Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureViewSync, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1FeatureViewSync.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Filter

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

Filter sets the optional parameter "filter": Lists the FeatureViewSyncs that match the filter expression. The following filters are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. Examples: * `create_time > \"2020-01-31T15:30:00.000000Z\" --> FeatureViewSyncs created after 2020-01-31T15:30:00.000000Z.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) OrderBy

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time`

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) PageSize

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

PageSize sets the optional parameter "pageSize": The maximum number of FeatureViewSyncs to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViewSyncs will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) PageToken

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViewSyncs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureViewSyncs must match the call that provided the page token.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Pages

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService

func NewProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService(s *Service) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService) Get

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsGetCall

Get: Gets details of a single FeatureViewSync.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService) List

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService) List(parent string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsListCall

List: Lists FeatureViewSyncs in a given FeatureView.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.fetchFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse.ServerResponse.Header

or (if a response was returned at all) in error.(*googleapi.Error).Header.

Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureView, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1FeatureView.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).

type ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureViewsResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListFeatureViewsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Filter

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

Filter sets the optional parameter "filter": Lists the FeatureViews that match the filter expression. The following filters are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `create_time > \"2020-01-31T15:30:00.000000Z\" OR update_time > \"2020-01-31T15:30:00.000000Z\" --> FeatureViews created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> FeatureViews having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any FeatureView which has a label with 'env' as the key.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) OrderBy

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `feature_view_id` * `create_time` * `update_time`

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) PageSize

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

PageSize sets the optional parameter "pageSize": The maximum number of FeatureViews to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViews will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) PageToken

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureViews must match the call that provided the page token.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Pages

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureViewsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Filter

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) PageSize

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) PageToken

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Pages

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService

func NewProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService(s *Service) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Delete

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Get

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) List

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) List(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Wait

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService) Wait(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Timeout

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) UpdateMask

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall

UpdateMask sets the optional parameter "updateMask": Field mask is used to specify the fields to be overwritten in the FeatureView resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `serviceAgentType`

type ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.searchNearestEntities" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse.ServerResponse.Hea der or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsService

type ProjectsLocationsFeatureOnlineStoresFeatureViewsService struct {
    FeatureViewSyncs *ProjectsLocationsFeatureOnlineStoresFeatureViewsFeatureViewSyncsService

    Operations *ProjectsLocationsFeatureOnlineStoresFeatureViewsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureOnlineStoresFeatureViewsService

func NewProjectsLocationsFeatureOnlineStoresFeatureViewsService(s *Service) *ProjectsLocationsFeatureOnlineStoresFeatureViewsService

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Create

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Create(parent string, googlecloudaiplatformv1beta1featureview *GoogleCloudAiplatformV1beta1FeatureView) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall

Create: Creates a new FeatureView in a given FeatureOnlineStore.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Delete

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall

Delete: Deletes a single FeatureView.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) FetchFeatureValues

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) FetchFeatureValues(featureView string, googlecloudaiplatformv1beta1fetchfeaturevaluesrequest *GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsFetchFeatureValuesCall

FetchFeatureValues: Fetch feature values under a FeatureView.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Get

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetCall

Get: Gets details of a single FeatureView.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) GetIamPolicy

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) GetIamPolicy(resource string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) List

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) List(parent string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsListCall

List: Lists FeatureViews in a given FeatureOnlineStore.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Patch

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Patch(name string, googlecloudaiplatformv1beta1featureview *GoogleCloudAiplatformV1beta1FeatureView) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall

Patch: Updates the parameters of a single FeatureView.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SearchNearestEntities

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SearchNearestEntities(featureView string, googlecloudaiplatformv1beta1searchnearestentitiesrequest *GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall

SearchNearestEntities: Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SetIamPolicy

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) StreamingFetchFeatureValues

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) StreamingFetchFeatureValues(featureView string, googlecloudaiplatformv1beta1streamingfetchfeaturevaluesrequest *GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall

StreamingFetchFeatureValues: Bidirectional streaming RPC to fetch feature values under a FeatureView. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Sync

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Sync(featureView string, googlecloudaiplatformv1beta1syncfeatureviewrequest *GoogleCloudAiplatformV1beta1SyncFeatureViewRequest) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall

Sync: Triggers on-demand sync for the FeatureView.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsService) TestIamPermissions

func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) TestIamPermissions(resource string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.setIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.streamingFetchFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse.ServerRespon se.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsStreamingFetchFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SyncFeatureViewResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.sync" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SyncFeatureViewResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsSyncCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall

type ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.featureViews.testIamPermissions" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Permissions

func (c *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsTestIamPermissionsCall

Permissions sets the optional parameter "permissions": The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).

type ProjectsLocationsFeatureOnlineStoresGetCall

type ProjectsLocationsFeatureOnlineStoresGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresGetCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresGetCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FeatureOnlineStore, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1FeatureOnlineStore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresGetCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresGetCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall

type ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).

type ProjectsLocationsFeatureOnlineStoresListCall

type ProjectsLocationsFeatureOnlineStoresListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresListCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresListCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresListCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresListCall) Filter

func (c *ProjectsLocationsFeatureOnlineStoresListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresListCall

Filter sets the optional parameter "filter": Lists the FeatureOnlineStores that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > "2020-01-01" OR update_time > "2020-01-01" FeatureOnlineStores created or updated after 2020-01-01. * `labels.env = "prod" FeatureOnlineStores with label "env" set to "prod".

func (*ProjectsLocationsFeatureOnlineStoresListCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureOnlineStoresListCall) OrderBy

func (c *ProjectsLocationsFeatureOnlineStoresListCall) OrderBy(orderBy string) *ProjectsLocationsFeatureOnlineStoresListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported Fields: * `create_time` * `update_time`

func (*ProjectsLocationsFeatureOnlineStoresListCall) PageSize

func (c *ProjectsLocationsFeatureOnlineStoresListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresListCall

PageSize sets the optional parameter "pageSize": The maximum number of FeatureOnlineStores to return. The service may return fewer than this value. If unspecified, at most 100 FeatureOnlineStores will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.

func (*ProjectsLocationsFeatureOnlineStoresListCall) PageToken

func (c *ProjectsLocationsFeatureOnlineStoresListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureOnlineStores call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureOnlineStores must match the call that provided the page token.

func (*ProjectsLocationsFeatureOnlineStoresListCall) Pages

func (c *ProjectsLocationsFeatureOnlineStoresListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall

type ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresOperationsGetCall

type ProjectsLocationsFeatureOnlineStoresOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeatureOnlineStoresOperationsListCall

type ProjectsLocationsFeatureOnlineStoresOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) Filter

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Filter(filter string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) PageSize

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeatureOnlineStoresOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) PageToken

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsFeatureOnlineStoresOperationsListCall) Pages

func (c *ProjectsLocationsFeatureOnlineStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeatureOnlineStoresOperationsService

type ProjectsLocationsFeatureOnlineStoresOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureOnlineStoresOperationsService

func NewProjectsLocationsFeatureOnlineStoresOperationsService(s *Service) *ProjectsLocationsFeatureOnlineStoresOperationsService

func (*ProjectsLocationsFeatureOnlineStoresOperationsService) Delete

func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsFeatureOnlineStoresOperationsService) Get

func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) Get(name string) *ProjectsLocationsFeatureOnlineStoresOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsFeatureOnlineStoresOperationsService) List

func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) List(name string) *ProjectsLocationsFeatureOnlineStoresOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsFeatureOnlineStoresOperationsService) Wait

func (r *ProjectsLocationsFeatureOnlineStoresOperationsService) Wait(name string) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsFeatureOnlineStoresOperationsWaitCall

type ProjectsLocationsFeatureOnlineStoresOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Timeout

func (c *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeatureOnlineStoresOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsFeatureOnlineStoresPatchCall

type ProjectsLocationsFeatureOnlineStoresPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresPatchCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresPatchCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresPatchCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresPatchCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresPatchCall) UpdateMask

func (c *ProjectsLocationsFeatureOnlineStoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeatureOnlineStoresPatchCall

UpdateMask sets the optional parameter "updateMask": Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `big_query_source` * `bigtable` * `labels` * `sync_config`

type ProjectsLocationsFeatureOnlineStoresService

type ProjectsLocationsFeatureOnlineStoresService struct {
    FeatureViews *ProjectsLocationsFeatureOnlineStoresFeatureViewsService

    Operations *ProjectsLocationsFeatureOnlineStoresOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeatureOnlineStoresService

func NewProjectsLocationsFeatureOnlineStoresService(s *Service) *ProjectsLocationsFeatureOnlineStoresService

func (*ProjectsLocationsFeatureOnlineStoresService) Create

func (r *ProjectsLocationsFeatureOnlineStoresService) Create(parent string, googlecloudaiplatformv1beta1featureonlinestore *GoogleCloudAiplatformV1beta1FeatureOnlineStore) *ProjectsLocationsFeatureOnlineStoresCreateCall

Create: Creates a new FeatureOnlineStore in a given project and location.

func (*ProjectsLocationsFeatureOnlineStoresService) Delete

func (r *ProjectsLocationsFeatureOnlineStoresService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresDeleteCall

Delete: Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

func (*ProjectsLocationsFeatureOnlineStoresService) Get

func (r *ProjectsLocationsFeatureOnlineStoresService) Get(name string) *ProjectsLocationsFeatureOnlineStoresGetCall

Get: Gets details of a single FeatureOnlineStore.

- name: The name of the FeatureOnlineStore resource.

func (*ProjectsLocationsFeatureOnlineStoresService) GetIamPolicy

func (r *ProjectsLocationsFeatureOnlineStoresService) GetIamPolicy(resource string) *ProjectsLocationsFeatureOnlineStoresGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsFeatureOnlineStoresService) List

func (r *ProjectsLocationsFeatureOnlineStoresService) List(parent string) *ProjectsLocationsFeatureOnlineStoresListCall

List: Lists FeatureOnlineStores in a given project and location.

func (*ProjectsLocationsFeatureOnlineStoresService) Patch

func (r *ProjectsLocationsFeatureOnlineStoresService) Patch(name string, googlecloudaiplatformv1beta1featureonlinestore *GoogleCloudAiplatformV1beta1FeatureOnlineStore) *ProjectsLocationsFeatureOnlineStoresPatchCall

Patch: Updates the parameters of a single FeatureOnlineStore.

func (*ProjectsLocationsFeatureOnlineStoresService) SetIamPolicy

func (r *ProjectsLocationsFeatureOnlineStoresService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsFeatureOnlineStoresService) TestIamPermissions

func (r *ProjectsLocationsFeatureOnlineStoresService) TestIamPermissions(resource string) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

type ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall

type ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.setIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresSetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall

type ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Context

func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Do

func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)

Do executes the "aiplatform.projects.locations.featureOnlineStores.testIamPermissions" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Fields

func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Header

func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Permissions

func (c *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsFeatureOnlineStoresTestIamPermissionsCall

Permissions sets the optional parameter "permissions": The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).

type ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall

type ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Context

func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Do

func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.batchReadFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Fields

func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Header

func (c *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresCreateCall

type ProjectsLocationsFeaturestoresCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresCreateCall) Context

func (c *ProjectsLocationsFeaturestoresCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresCreateCall) Do

func (c *ProjectsLocationsFeaturestoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresCreateCall) FeaturestoreId

func (c *ProjectsLocationsFeaturestoresCreateCall) FeaturestoreId(featurestoreId string) *ProjectsLocationsFeaturestoresCreateCall

FeaturestoreId sets the optional parameter "featurestoreId": Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.

func (*ProjectsLocationsFeaturestoresCreateCall) Fields

func (c *ProjectsLocationsFeaturestoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresCreateCall) Header

func (c *ProjectsLocationsFeaturestoresCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresDeleteCall

type ProjectsLocationsFeaturestoresDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresDeleteCall) Context

func (c *ProjectsLocationsFeaturestoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresDeleteCall) Do

func (c *ProjectsLocationsFeaturestoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresDeleteCall) Fields

func (c *ProjectsLocationsFeaturestoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresDeleteCall) Force

func (c *ProjectsLocationsFeaturestoresDeleteCall) Force(force bool) *ProjectsLocationsFeaturestoresDeleteCall

Force sets the optional parameter "force": If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)

func (*ProjectsLocationsFeaturestoresDeleteCall) Header

func (c *ProjectsLocationsFeaturestoresDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesCreateCall

type ProjectsLocationsFeaturestoresEntityTypesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesCreateCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesCreateCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesCreateCall) EntityTypeId

func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) EntityTypeId(entityTypeId string) *ProjectsLocationsFeaturestoresEntityTypesCreateCall

EntityTypeId sets the optional parameter "entityTypeId": Required. The ID to use for the EntityType, which will become the final component of the EntityType's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a featurestore.

func (*ProjectsLocationsFeaturestoresEntityTypesCreateCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesCreateCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesDeleteCall

type ProjectsLocationsFeaturestoresEntityTypesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Force

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Force(force bool) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall

Force sets the optional parameter "force": If set to true, any Features for this EntityType will also be deleted. (Otherwise, the request will only work if the EntityType has no Features.)

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall

type ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.deleteFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall

type ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.exportFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.batchCreate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) FeatureId

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) FeatureId(featureId string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall

FeatureId sets the optional parameter "featureId": Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType/FeatureGroup.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Feature, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Feature.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeaturesResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListFeaturesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Filter

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

Filter sets the optional parameter "filter": Lists the Features that match the filter expression. The following filters are supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `update_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `create_time > \"2020-01-31T15:30:00.000000Z\" OR update_time > \"2020-01-31T15:30:00.000000Z\" --> EntityTypes created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with 'env' as the key.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) LatestStatsCount

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) LatestStatsCount(latestStatsCount int64) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

LatestStatsCount sets the optional parameter "latestStatsCount": Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) OrderBy

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) OrderBy(orderBy string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported for FeatureRegistry Feature) * `create_time` * `update_time`

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) PageSize

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

PageSize sets the optional parameter "pageSize": The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 1000 Features will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) PageToken

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeatures or FeatureRegistryService.ListFeatures must match the call that provided the page token.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Pages

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeaturesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) ReadMask

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall) ReadMask(readMask string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Filter

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) PageSize

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) PageToken

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Pages

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService

func NewProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Cancel

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Cancel(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Delete

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Get

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) List

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) List(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Wait

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService) Wait(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Timeout

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall

type ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Feature, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.features.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Feature.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) UpdateMask

func (c *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall

UpdateMask sets the optional parameter "updateMask": Field mask is used to specify the fields to be overwritten in the Features resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistry Feature)

type ProjectsLocationsFeaturestoresEntityTypesFeaturesService

type ProjectsLocationsFeaturestoresEntityTypesFeaturesService struct {
    Operations *ProjectsLocationsFeaturestoresEntityTypesFeaturesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeaturestoresEntityTypesFeaturesService

func NewProjectsLocationsFeaturestoresEntityTypesFeaturesService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesFeaturesService

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesService) BatchCreate

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) BatchCreate(parent string, googlecloudaiplatformv1beta1batchcreatefeaturesrequest *GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest) *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall

BatchCreate: Creates a batch of Features in a given EntityType.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Create

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Create(parent string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeaturestoresEntityTypesFeaturesCreateCall

Create: Creates a new Feature in a given EntityType.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Delete

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesDeleteCall

Delete: Deletes a single Feature.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Get

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesGetCall

Get: Gets details of a single Feature.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesService) List

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) List(parent string) *ProjectsLocationsFeaturestoresEntityTypesFeaturesListCall

List: Lists Features in a given EntityType.

func (*ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Patch

func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Patch(name string, googlecloudaiplatformv1beta1feature *GoogleCloudAiplatformV1beta1Feature) *ProjectsLocationsFeaturestoresEntityTypesFeaturesPatchCall

Patch: Updates the parameters of a single Feature.

type ProjectsLocationsFeaturestoresEntityTypesGetCall

type ProjectsLocationsFeaturestoresEntityTypesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesGetCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesGetCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1EntityType, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesGetCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesGetCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesGetCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall

type ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).

type ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall

type ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.importFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesListCall

type ProjectsLocationsFeaturestoresEntityTypesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListEntityTypesResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListEntityTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) Filter

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesListCall

Filter sets the optional parameter "filter": Lists the EntityTypes that match the filter expression. The following filters are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `create_time > \"2020-01-31T15:30:00.000000Z\" OR update_time > \"2020-01-31T15:30:00.000000Z\" --> EntityTypes created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> EntityTypes having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any EntityType which has a label with 'env' as the key.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) OrderBy

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) OrderBy(orderBy string) *ProjectsLocationsFeaturestoresEntityTypesListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `entity_type_id` * `create_time` * `update_time`

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) PageSize

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesListCall

PageSize sets the optional parameter "pageSize": The maximum number of EntityTypes to return. The service may return fewer than this value. If unspecified, at most 1000 EntityTypes will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) PageToken

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeaturestoreService.ListEntityTypes call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListEntityTypes must match the call that provided the page token.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) Pages

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListEntityTypesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsFeaturestoresEntityTypesListCall) ReadMask

func (c *ProjectsLocationsFeaturestoresEntityTypesListCall) ReadMask(readMask string) *ProjectsLocationsFeaturestoresEntityTypesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall

type ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall

type ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall

type ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

type ProjectsLocationsFeaturestoresEntityTypesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Filter

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Filter(filter string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) PageSize

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) PageToken

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Pages

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeaturestoresEntityTypesOperationsService

type ProjectsLocationsFeaturestoresEntityTypesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeaturestoresEntityTypesOperationsService

func NewProjectsLocationsFeaturestoresEntityTypesOperationsService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesOperationsService

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsService) Cancel

func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Cancel(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsService) Delete

func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsService) Get

func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsService) List

func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) List(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsService) Wait

func (r *ProjectsLocationsFeaturestoresEntityTypesOperationsService) Wait(name string) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall

type ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Timeout

func (c *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeaturestoresEntityTypesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsFeaturestoresEntityTypesPatchCall

type ProjectsLocationsFeaturestoresEntityTypesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesPatchCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesPatchCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1EntityType, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesPatchCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesPatchCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesPatchCall) UpdateMask

func (c *ProjectsLocationsFeaturestoresEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeaturestoresEntityTypesPatchCall

UpdateMask sets the optional parameter "updateMask": Field mask is used to specify the fields to be overwritten in the EntityType resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `monitoring_config.snapshot_analysis.disabled` * `monitoring_config.snapshot_analysis.monitoring_interval_days` * `monitoring_config.snapshot_analysis.staleness_days` * `monitoring_config.import_features_analysis.state` * `monitoring_config.import_features_analysis.anomaly_detection_baseline` * `monitoring_config.numerical_threshold_config.value` * `monitoring_config.categorical_threshold_config.value` * `offline_storage_ttl_days`

type ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall

type ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.readFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesService

type ProjectsLocationsFeaturestoresEntityTypesService struct {
    Features *ProjectsLocationsFeaturestoresEntityTypesFeaturesService

    Operations *ProjectsLocationsFeaturestoresEntityTypesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeaturestoresEntityTypesService

func NewProjectsLocationsFeaturestoresEntityTypesService(s *Service) *ProjectsLocationsFeaturestoresEntityTypesService

func (*ProjectsLocationsFeaturestoresEntityTypesService) Create

func (r *ProjectsLocationsFeaturestoresEntityTypesService) Create(parent string, googlecloudaiplatformv1beta1entitytype *GoogleCloudAiplatformV1beta1EntityType) *ProjectsLocationsFeaturestoresEntityTypesCreateCall

Create: Creates a new EntityType in a given Featurestore.

func (*ProjectsLocationsFeaturestoresEntityTypesService) Delete

func (r *ProjectsLocationsFeaturestoresEntityTypesService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall

Delete: Deletes a single EntityType. The EntityType must not have any Features or `force` must be set to true for the request to succeed.

func (*ProjectsLocationsFeaturestoresEntityTypesService) DeleteFeatureValues

func (r *ProjectsLocationsFeaturestoresEntityTypesService) DeleteFeatureValues(entityType string, googlecloudaiplatformv1beta1deletefeaturevaluesrequest *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall

DeleteFeatureValues: Delete Feature values from Featurestore. The progress of the deletion is tracked by the returned operation. The deleted feature values are guaranteed to be invisible to subsequent read operations after the operation is marked as successfully done. If a delete feature values operation fails, the feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same delete request again and wait till the new operation returned is marked as successfully done.

func (*ProjectsLocationsFeaturestoresEntityTypesService) ExportFeatureValues

func (r *ProjectsLocationsFeaturestoresEntityTypesService) ExportFeatureValues(entityType string, googlecloudaiplatformv1beta1exportfeaturevaluesrequest *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall

ExportFeatureValues: Exports Feature values from all the entities of a target EntityType.

func (*ProjectsLocationsFeaturestoresEntityTypesService) Get

func (r *ProjectsLocationsFeaturestoresEntityTypesService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesGetCall

Get: Gets details of a single EntityType.

func (*ProjectsLocationsFeaturestoresEntityTypesService) GetIamPolicy

func (r *ProjectsLocationsFeaturestoresEntityTypesService) GetIamPolicy(resource string) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsFeaturestoresEntityTypesService) ImportFeatureValues

func (r *ProjectsLocationsFeaturestoresEntityTypesService) ImportFeatureValues(entityType string, googlecloudaiplatformv1beta1importfeaturevaluesrequest *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall

ImportFeatureValues: Imports Feature values into the Featurestore from a source storage. The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done. If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done. There are also scenarios where the caller can cause inconsistency. - Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.

func (*ProjectsLocationsFeaturestoresEntityTypesService) List

func (r *ProjectsLocationsFeaturestoresEntityTypesService) List(parent string) *ProjectsLocationsFeaturestoresEntityTypesListCall

List: Lists EntityTypes in a given Featurestore.

func (*ProjectsLocationsFeaturestoresEntityTypesService) Patch

func (r *ProjectsLocationsFeaturestoresEntityTypesService) Patch(name string, googlecloudaiplatformv1beta1entitytype *GoogleCloudAiplatformV1beta1EntityType) *ProjectsLocationsFeaturestoresEntityTypesPatchCall

Patch: Updates the parameters of a single EntityType.

func (*ProjectsLocationsFeaturestoresEntityTypesService) ReadFeatureValues

func (r *ProjectsLocationsFeaturestoresEntityTypesService) ReadFeatureValues(entityType string, googlecloudaiplatformv1beta1readfeaturevaluesrequest *GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall

ReadFeatureValues: Reads Feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use StreamingReadFeatureValues.

func (*ProjectsLocationsFeaturestoresEntityTypesService) SetIamPolicy

func (r *ProjectsLocationsFeaturestoresEntityTypesService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsFeaturestoresEntityTypesService) StreamingReadFeatureValues

func (r *ProjectsLocationsFeaturestoresEntityTypesService) StreamingReadFeatureValues(entityType string, googlecloudaiplatformv1beta1streamingreadfeaturevaluesrequest *GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall

StreamingReadFeatureValues: Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses.

func (*ProjectsLocationsFeaturestoresEntityTypesService) TestIamPermissions

func (r *ProjectsLocationsFeaturestoresEntityTypesService) TestIamPermissions(resource string) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

func (*ProjectsLocationsFeaturestoresEntityTypesService) WriteFeatureValues

func (r *ProjectsLocationsFeaturestoresEntityTypesService) WriteFeatureValues(entityType string, googlecloudaiplatformv1beta1writefeaturevaluesrequest *GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest) *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall

WriteFeatureValues: Writes Feature values of one or more entities of an EntityType. The Feature values are merged into existing entities if any. The Feature values to be written must have timestamp within the online storage retention.

type ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall

type ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.setIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall

type ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.streamingReadFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall

type ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.testIamPermissions" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Permissions

func (c *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall

Permissions sets the optional parameter "permissions": The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).

type ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall

type ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Context

func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Do

func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.entityTypes.writeFeatureValues" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse.ServerResponse.Header

or (if a response was returned at all) in error.(*googleapi.Error).Header.

Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Fields

func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Header

func (c *ProjectsLocationsFeaturestoresEntityTypesWriteFeatureValuesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresGetCall

type ProjectsLocationsFeaturestoresGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresGetCall) Context

func (c *ProjectsLocationsFeaturestoresGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresGetCall) Do

func (c *ProjectsLocationsFeaturestoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Featurestore, error)

Do executes the "aiplatform.projects.locations.featurestores.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Featurestore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresGetCall) Fields

func (c *ProjectsLocationsFeaturestoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresGetCall) Header

func (c *ProjectsLocationsFeaturestoresGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresGetCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeaturestoresGetIamPolicyCall

type ProjectsLocationsFeaturestoresGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresGetIamPolicyCall) Context

func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresGetIamPolicyCall) Do

func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featurestores.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresGetIamPolicyCall) Fields

func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresGetIamPolicyCall) Header

func (c *ProjectsLocationsFeaturestoresGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresListCall

type ProjectsLocationsFeaturestoresListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresListCall) Context

func (c *ProjectsLocationsFeaturestoresListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresListCall) Do

func (c *ProjectsLocationsFeaturestoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListFeaturestoresResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListFeaturestoresResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresListCall) Fields

func (c *ProjectsLocationsFeaturestoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresListCall) Filter

func (c *ProjectsLocationsFeaturestoresListCall) Filter(filter string) *ProjectsLocationsFeaturestoresListCall

Filter sets the optional parameter "filter": Lists the featurestores that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > "2020-01-01" OR update_time > "2020-01-01" Featurestores created or updated after 2020-01-01. * `labels.env = "prod" Featurestores with label "env" set to "prod".

func (*ProjectsLocationsFeaturestoresListCall) Header

func (c *ProjectsLocationsFeaturestoresListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresListCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeaturestoresListCall) OrderBy

func (c *ProjectsLocationsFeaturestoresListCall) OrderBy(orderBy string) *ProjectsLocationsFeaturestoresListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported Fields: * `create_time` * `update_time` * `online_serving_config.fixed_node_count`

func (*ProjectsLocationsFeaturestoresListCall) PageSize

func (c *ProjectsLocationsFeaturestoresListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresListCall

PageSize sets the optional parameter "pageSize": The maximum number of Featurestores to return. The service may return fewer than this value. If unspecified, at most 100 Featurestores will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.

func (*ProjectsLocationsFeaturestoresListCall) PageToken

func (c *ProjectsLocationsFeaturestoresListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeaturestoreService.ListFeaturestores call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeaturestores must match the call that provided the page token.

func (*ProjectsLocationsFeaturestoresListCall) Pages

func (c *ProjectsLocationsFeaturestoresListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListFeaturestoresResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsFeaturestoresListCall) ReadMask

func (c *ProjectsLocationsFeaturestoresListCall) ReadMask(readMask string) *ProjectsLocationsFeaturestoresListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsFeaturestoresOperationsCancelCall

type ProjectsLocationsFeaturestoresOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresOperationsCancelCall) Context

func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresOperationsCancelCall) Do

func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featurestores.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresOperationsCancelCall) Fields

func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresOperationsCancelCall) Header

func (c *ProjectsLocationsFeaturestoresOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresOperationsDeleteCall

type ProjectsLocationsFeaturestoresOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresOperationsDeleteCall) Context

func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresOperationsDeleteCall) Do

func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.featurestores.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresOperationsDeleteCall) Fields

func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresOperationsDeleteCall) Header

func (c *ProjectsLocationsFeaturestoresOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresOperationsGetCall

type ProjectsLocationsFeaturestoresOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresOperationsGetCall) Context

func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresOperationsGetCall) Do

func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresOperationsGetCall) Fields

func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresOperationsGetCall) Header

func (c *ProjectsLocationsFeaturestoresOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsFeaturestoresOperationsListCall

type ProjectsLocationsFeaturestoresOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresOperationsListCall) Context

func (c *ProjectsLocationsFeaturestoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresOperationsListCall) Do

func (c *ProjectsLocationsFeaturestoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresOperationsListCall) Fields

func (c *ProjectsLocationsFeaturestoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresOperationsListCall) Filter

func (c *ProjectsLocationsFeaturestoresOperationsListCall) Filter(filter string) *ProjectsLocationsFeaturestoresOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsFeaturestoresOperationsListCall) Header

func (c *ProjectsLocationsFeaturestoresOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeaturestoresOperationsListCall) PageSize

func (c *ProjectsLocationsFeaturestoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsFeaturestoresOperationsListCall) PageToken

func (c *ProjectsLocationsFeaturestoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsFeaturestoresOperationsListCall) Pages

func (c *ProjectsLocationsFeaturestoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsFeaturestoresOperationsService

type ProjectsLocationsFeaturestoresOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeaturestoresOperationsService

func NewProjectsLocationsFeaturestoresOperationsService(s *Service) *ProjectsLocationsFeaturestoresOperationsService

func (*ProjectsLocationsFeaturestoresOperationsService) Cancel

func (r *ProjectsLocationsFeaturestoresOperationsService) Cancel(name string) *ProjectsLocationsFeaturestoresOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsFeaturestoresOperationsService) Delete

func (r *ProjectsLocationsFeaturestoresOperationsService) Delete(name string) *ProjectsLocationsFeaturestoresOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsFeaturestoresOperationsService) Get

func (r *ProjectsLocationsFeaturestoresOperationsService) Get(name string) *ProjectsLocationsFeaturestoresOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsFeaturestoresOperationsService) List

func (r *ProjectsLocationsFeaturestoresOperationsService) List(name string) *ProjectsLocationsFeaturestoresOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsFeaturestoresOperationsService) Wait

func (r *ProjectsLocationsFeaturestoresOperationsService) Wait(name string) *ProjectsLocationsFeaturestoresOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsFeaturestoresOperationsWaitCall

type ProjectsLocationsFeaturestoresOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresOperationsWaitCall) Context

func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresOperationsWaitCall) Do

func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresOperationsWaitCall) Fields

func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresOperationsWaitCall) Header

func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresOperationsWaitCall) Timeout

func (c *ProjectsLocationsFeaturestoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsFeaturestoresOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsFeaturestoresPatchCall

type ProjectsLocationsFeaturestoresPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresPatchCall) Context

func (c *ProjectsLocationsFeaturestoresPatchCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresPatchCall) Do

func (c *ProjectsLocationsFeaturestoresPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.featurestores.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresPatchCall) Fields

func (c *ProjectsLocationsFeaturestoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresPatchCall) Header

func (c *ProjectsLocationsFeaturestoresPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresPatchCall) UpdateMask

func (c *ProjectsLocationsFeaturestoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFeaturestoresPatchCall

UpdateMask sets the optional parameter "updateMask": Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`

type ProjectsLocationsFeaturestoresSearchFeaturesCall

type ProjectsLocationsFeaturestoresSearchFeaturesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) Context

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresSearchFeaturesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) Do

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchFeaturesResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.searchFeatures" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SearchFeaturesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) Fields

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresSearchFeaturesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) Header

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) IfNoneMatch

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) IfNoneMatch(entityTag string) *ProjectsLocationsFeaturestoresSearchFeaturesCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) PageSize

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) PageSize(pageSize int64) *ProjectsLocationsFeaturestoresSearchFeaturesCall

PageSize sets the optional parameter "pageSize": The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 100 Features will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) PageToken

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) PageToken(pageToken string) *ProjectsLocationsFeaturestoresSearchFeaturesCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous FeaturestoreService.SearchFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.SearchFeatures, except `page_size`, must match the call that provided the page token.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) Pages

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchFeaturesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsFeaturestoresSearchFeaturesCall) Query

func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Query(query string) *ProjectsLocationsFeaturestoresSearchFeaturesCall

Query sets the optional parameter "query": Query string that is a conjunction of field-restricted queries and/or field-restricted filters. Field-restricted queries and filters can be combined using `AND` to form a conjunction. A field query is in the form FIELD:QUERY. This implicitly checks if QUERY exists as a substring within Feature's FIELD. The QUERY and the FIELD are converted to a sequence of words (i.e. tokens) for comparison. This is done by: * Removing leading/trailing whitespace and tokenizing the search value. Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore `_`, or asterisk `*` are treated as delimiters for tokens. `*` is treated as a wildcard that matches characters within a token. * Ignoring case. * Prepending an asterisk to the first and appending an asterisk to the last token in QUERY. A QUERY must be either a singular token or a phrase. A phrase is one or multiple words enclosed in double quotation marks ("). With phrases, the order of the words is important. Words in the phrase must be matching in order and consecutively. Supported FIELDs for field-restricted queries: * `feature_id` * `description` * `entity_type_id` Examples: * `feature_id: foo` --> Matches a Feature with ID containing the substring `foo` (eg. `foo`, `foofeature`, `barfoo`). * `feature_id: foo*feature` --> Matches a Feature with ID containing the substring `foo*feature` (eg. `foobarfeature`). * `feature_id: foo AND description: bar` --> Matches a Feature with ID containing the substring `foo` and description containing the substring `bar`. Besides field queries, the following exact-match filters are supported. The exact-match filters do not support wildcards. Unlike field-restricted queries, exact-match filters are case-sensitive. * `feature_id`: Supports = comparisons. * `description`: Supports = comparisons. Multi-token filters should be enclosed in quotes. * `entity_type_id`: Supports = comparisons. * `value_type`: Supports = and != comparisons. * `labels`: Supports key-value equality as well as key presence. * `featurestore_id`: Supports = comparisons. Examples: * `description = "foo bar" --> Any Feature with description exactly equal to `foo bar` * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with `env` as the key.

type ProjectsLocationsFeaturestoresService

type ProjectsLocationsFeaturestoresService struct {
    EntityTypes *ProjectsLocationsFeaturestoresEntityTypesService

    Operations *ProjectsLocationsFeaturestoresOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsFeaturestoresService

func NewProjectsLocationsFeaturestoresService(s *Service) *ProjectsLocationsFeaturestoresService

func (*ProjectsLocationsFeaturestoresService) BatchReadFeatureValues

func (r *ProjectsLocationsFeaturestoresService) BatchReadFeatureValues(featurestore string, googlecloudaiplatformv1beta1batchreadfeaturevaluesrequest *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest) *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall

BatchReadFeatureValues: Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.

func (*ProjectsLocationsFeaturestoresService) Create

func (r *ProjectsLocationsFeaturestoresService) Create(parent string, googlecloudaiplatformv1beta1featurestore *GoogleCloudAiplatformV1beta1Featurestore) *ProjectsLocationsFeaturestoresCreateCall

Create: Creates a new Featurestore in a given project and location.

func (*ProjectsLocationsFeaturestoresService) Delete

func (r *ProjectsLocationsFeaturestoresService) Delete(name string) *ProjectsLocationsFeaturestoresDeleteCall

Delete: Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be set to true for the request to succeed.

func (*ProjectsLocationsFeaturestoresService) Get

func (r *ProjectsLocationsFeaturestoresService) Get(name string) *ProjectsLocationsFeaturestoresGetCall

Get: Gets details of a single Featurestore.

- name: The name of the Featurestore resource.

func (*ProjectsLocationsFeaturestoresService) GetIamPolicy

func (r *ProjectsLocationsFeaturestoresService) GetIamPolicy(resource string, googleiamv1getiampolicyrequest *GoogleIamV1GetIamPolicyRequest) *ProjectsLocationsFeaturestoresGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsFeaturestoresService) List

func (r *ProjectsLocationsFeaturestoresService) List(parent string) *ProjectsLocationsFeaturestoresListCall

List: Lists Featurestores in a given project and location.

func (*ProjectsLocationsFeaturestoresService) Patch

func (r *ProjectsLocationsFeaturestoresService) Patch(name string, googlecloudaiplatformv1beta1featurestore *GoogleCloudAiplatformV1beta1Featurestore) *ProjectsLocationsFeaturestoresPatchCall

Patch: Updates the parameters of a single Featurestore.

func (*ProjectsLocationsFeaturestoresService) SearchFeatures

func (r *ProjectsLocationsFeaturestoresService) SearchFeatures(location string) *ProjectsLocationsFeaturestoresSearchFeaturesCall

SearchFeatures: Searches Features matching a query in a given project.

func (*ProjectsLocationsFeaturestoresService) SetIamPolicy

func (r *ProjectsLocationsFeaturestoresService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsFeaturestoresSetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsFeaturestoresService) TestIamPermissions

func (r *ProjectsLocationsFeaturestoresService) TestIamPermissions(resource string, googleiamv1testiampermissionsrequest *GoogleIamV1TestIamPermissionsRequest) *ProjectsLocationsFeaturestoresTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

type ProjectsLocationsFeaturestoresSetIamPolicyCall

type ProjectsLocationsFeaturestoresSetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresSetIamPolicyCall) Context

func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresSetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresSetIamPolicyCall) Do

func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.featurestores.setIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresSetIamPolicyCall) Fields

func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresSetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresSetIamPolicyCall) Header

func (c *ProjectsLocationsFeaturestoresSetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsFeaturestoresTestIamPermissionsCall

type ProjectsLocationsFeaturestoresTestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFeaturestoresTestIamPermissionsCall) Context

func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFeaturestoresTestIamPermissionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFeaturestoresTestIamPermissionsCall) Do

func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)

Do executes the "aiplatform.projects.locations.featurestores.testIamPermissions" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFeaturestoresTestIamPermissionsCall) Fields

func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFeaturestoresTestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFeaturestoresTestIamPermissionsCall) Header

func (c *ProjectsLocationsFeaturestoresTestIamPermissionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsGetCall

type ProjectsLocationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsGetCall) Context

func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGetCall) Do

func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationLocation, error)

Do executes the "aiplatform.projects.locations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudLocationLocation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGetCall) Fields

func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsGetCall) Header

func (c *ProjectsLocationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsGetCall) IfNoneMatch

func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsHyperparameterTuningJobsCancelCall

type ProjectsLocationsHyperparameterTuningJobsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsCancelCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsCancelCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsCancelCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsCancelCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsHyperparameterTuningJobsCreateCall

type ProjectsLocationsHyperparameterTuningJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsCreateCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsCreateCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1HyperparameterTuningJob, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1HyperparameterTuningJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsCreateCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsCreateCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsHyperparameterTuningJobsDeleteCall

type ProjectsLocationsHyperparameterTuningJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsDeleteCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsDeleteCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsDeleteCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsDeleteCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsHyperparameterTuningJobsGetCall

type ProjectsLocationsHyperparameterTuningJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsGetCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsGetCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1HyperparameterTuningJob, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1HyperparameterTuningJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsGetCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsGetCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsHyperparameterTuningJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsHyperparameterTuningJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsHyperparameterTuningJobsListCall

type ProjectsLocationsHyperparameterTuningJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsListCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse.ServerRespo nse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) Filter

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Filter(filter string) *ProjectsLocationsHyperparameterTuningJobsListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*" * `state!="JOB_STATE_FAILED" OR display_name="my_job" * `NOT display_name="my_job" * `create_time>"2021-05-18T00:00:00Z" * `labels.keyA=valueA` * `labels.keyB:*`

func (*ProjectsLocationsHyperparameterTuningJobsListCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) IfNoneMatch

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) PageSize

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) PageSize(pageSize int64) *ProjectsLocationsHyperparameterTuningJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) PageToken

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) PageToken(pageToken string) *ProjectsLocationsHyperparameterTuningJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListHyperparameterTuningJobsResponse.next_page_token of the previous JobService.ListHyperparameterTuningJobs call.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) Pages

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsHyperparameterTuningJobsListCall) ReadMask

func (c *ProjectsLocationsHyperparameterTuningJobsListCall) ReadMask(readMask string) *ProjectsLocationsHyperparameterTuningJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall

type ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall

type ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsHyperparameterTuningJobsOperationsGetCall

type ProjectsLocationsHyperparameterTuningJobsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsHyperparameterTuningJobsOperationsListCall

type ProjectsLocationsHyperparameterTuningJobsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Filter

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Filter(filter string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) PageSize

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) PageToken

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Pages

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsHyperparameterTuningJobsOperationsService

type ProjectsLocationsHyperparameterTuningJobsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsHyperparameterTuningJobsOperationsService

func NewProjectsLocationsHyperparameterTuningJobsOperationsService(s *Service) *ProjectsLocationsHyperparameterTuningJobsOperationsService

func (*ProjectsLocationsHyperparameterTuningJobsOperationsService) Cancel

func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Cancel(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsService) Delete

func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Delete(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsService) Get

func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Get(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsService) List

func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) List(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsService) Wait

func (r *ProjectsLocationsHyperparameterTuningJobsOperationsService) Wait(name string) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall

type ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Context

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Do

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.hyperparameterTuningJobs.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Fields

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Header

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Timeout

func (c *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsHyperparameterTuningJobsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsHyperparameterTuningJobsService

type ProjectsLocationsHyperparameterTuningJobsService struct {
    Operations *ProjectsLocationsHyperparameterTuningJobsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsHyperparameterTuningJobsService

func NewProjectsLocationsHyperparameterTuningJobsService(s *Service) *ProjectsLocationsHyperparameterTuningJobsService

func (*ProjectsLocationsHyperparameterTuningJobsService) Cancel

func (r *ProjectsLocationsHyperparameterTuningJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelhyperparametertuningjobrequest *GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest) *ProjectsLocationsHyperparameterTuningJobsCancelCall

Cancel: Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the HyperparameterTuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetHyperparameterTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the HyperparameterTuningJob is not deleted; instead it becomes a job with a HyperparameterTuningJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and HyperparameterTuningJob.state is set to `CANCELLED`.

func (*ProjectsLocationsHyperparameterTuningJobsService) Create

func (r *ProjectsLocationsHyperparameterTuningJobsService) Create(parent string, googlecloudaiplatformv1beta1hyperparametertuningjob *GoogleCloudAiplatformV1beta1HyperparameterTuningJob) *ProjectsLocationsHyperparameterTuningJobsCreateCall

Create: Creates a HyperparameterTuningJob

func (*ProjectsLocationsHyperparameterTuningJobsService) Delete

func (r *ProjectsLocationsHyperparameterTuningJobsService) Delete(name string) *ProjectsLocationsHyperparameterTuningJobsDeleteCall

Delete: Deletes a HyperparameterTuningJob.

func (*ProjectsLocationsHyperparameterTuningJobsService) Get

func (r *ProjectsLocationsHyperparameterTuningJobsService) Get(name string) *ProjectsLocationsHyperparameterTuningJobsGetCall

Get: Gets a HyperparameterTuningJob

func (*ProjectsLocationsHyperparameterTuningJobsService) List

func (r *ProjectsLocationsHyperparameterTuningJobsService) List(parent string) *ProjectsLocationsHyperparameterTuningJobsListCall

List: Lists HyperparameterTuningJobs in a Location.

type ProjectsLocationsIndexEndpointsCreateCall

type ProjectsLocationsIndexEndpointsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsCreateCall) Context

func (c *ProjectsLocationsIndexEndpointsCreateCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsCreateCall) Do

func (c *ProjectsLocationsIndexEndpointsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsCreateCall) Fields

func (c *ProjectsLocationsIndexEndpointsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsCreateCall) Header

func (c *ProjectsLocationsIndexEndpointsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsDeleteCall

type ProjectsLocationsIndexEndpointsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsDeleteCall) Context

func (c *ProjectsLocationsIndexEndpointsDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsDeleteCall) Do

func (c *ProjectsLocationsIndexEndpointsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsDeleteCall) Fields

func (c *ProjectsLocationsIndexEndpointsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsDeleteCall) Header

func (c *ProjectsLocationsIndexEndpointsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsDeployIndexCall

type ProjectsLocationsIndexEndpointsDeployIndexCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsDeployIndexCall) Context

func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsDeployIndexCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsDeployIndexCall) Do

func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.deployIndex" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsDeployIndexCall) Fields

func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsDeployIndexCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsDeployIndexCall) Header

func (c *ProjectsLocationsIndexEndpointsDeployIndexCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsFindNeighborsCall

type ProjectsLocationsIndexEndpointsFindNeighborsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsFindNeighborsCall) Context

func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsFindNeighborsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsFindNeighborsCall) Do

func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1FindNeighborsResponse, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.findNeighbors" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1FindNeighborsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsFindNeighborsCall) Fields

func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsFindNeighborsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsFindNeighborsCall) Header

func (c *ProjectsLocationsIndexEndpointsFindNeighborsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsGetCall

type ProjectsLocationsIndexEndpointsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsGetCall) Context

func (c *ProjectsLocationsIndexEndpointsGetCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsGetCall) Do

func (c *ProjectsLocationsIndexEndpointsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1IndexEndpoint, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1IndexEndpoint.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsGetCall) Fields

func (c *ProjectsLocationsIndexEndpointsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsGetCall) Header

func (c *ProjectsLocationsIndexEndpointsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexEndpointsGetCall) IfNoneMatch

func (c *ProjectsLocationsIndexEndpointsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsIndexEndpointsListCall

type ProjectsLocationsIndexEndpointsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsListCall) Context

func (c *ProjectsLocationsIndexEndpointsListCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsListCall) Do

func (c *ProjectsLocationsIndexEndpointsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse.ServerResponse.Header

or (if a response was returned at all) in error.(*googleapi.Error).Header.

Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsListCall) Fields

func (c *ProjectsLocationsIndexEndpointsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsListCall) Filter

func (c *ProjectsLocationsIndexEndpointsListCall) Filter(filter string) *ProjectsLocationsIndexEndpointsListCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `index_endpoint` supports = and !=. `index_endpoint` represents the IndexEndpoint ID, ie. the last segment of the IndexEndpoint's resourcename. * `display_name` supports =, != and regex() (uses re2 (https://github.com/google/re2/wiki/Syntax) syntax) * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* or labels:key - key existence A key including a space must be quoted. `labels."a key". Some examples: * `index_endpoint="1" * `display_name="myDisplayName" * `regex(display_name, "^A") -> The display name starts with an A. * `labels.myKey="myValue"

func (*ProjectsLocationsIndexEndpointsListCall) Header

func (c *ProjectsLocationsIndexEndpointsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexEndpointsListCall) IfNoneMatch

func (c *ProjectsLocationsIndexEndpointsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsIndexEndpointsListCall) PageSize

func (c *ProjectsLocationsIndexEndpointsListCall) PageSize(pageSize int64) *ProjectsLocationsIndexEndpointsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsIndexEndpointsListCall) PageToken

func (c *ProjectsLocationsIndexEndpointsListCall) PageToken(pageToken string) *ProjectsLocationsIndexEndpointsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListIndexEndpointsResponse.next_page_token of the previous IndexEndpointService.ListIndexEndpoints call.

func (*ProjectsLocationsIndexEndpointsListCall) Pages

func (c *ProjectsLocationsIndexEndpointsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsIndexEndpointsListCall) ReadMask

func (c *ProjectsLocationsIndexEndpointsListCall) ReadMask(readMask string) *ProjectsLocationsIndexEndpointsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsIndexEndpointsMutateDeployedIndexCall

type ProjectsLocationsIndexEndpointsMutateDeployedIndexCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Context

func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Do

func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.mutateDeployedIndex" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Fields

func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Header

func (c *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsOperationsCancelCall

type ProjectsLocationsIndexEndpointsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsOperationsCancelCall) Context

func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsOperationsCancelCall) Do

func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsOperationsCancelCall) Fields

func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsOperationsCancelCall) Header

func (c *ProjectsLocationsIndexEndpointsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsOperationsDeleteCall

type ProjectsLocationsIndexEndpointsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsOperationsDeleteCall) Context

func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsOperationsDeleteCall) Do

func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsOperationsDeleteCall) Fields

func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsOperationsDeleteCall) Header

func (c *ProjectsLocationsIndexEndpointsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsOperationsGetCall

type ProjectsLocationsIndexEndpointsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsOperationsGetCall) Context

func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsOperationsGetCall) Do

func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsOperationsGetCall) Fields

func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsOperationsGetCall) Header

func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexEndpointsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsIndexEndpointsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsIndexEndpointsOperationsListCall

type ProjectsLocationsIndexEndpointsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsOperationsListCall) Context

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) Do

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) Fields

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) Filter

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Filter(filter string) *ProjectsLocationsIndexEndpointsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) Header

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexEndpointsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) PageSize

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsIndexEndpointsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) PageToken

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsIndexEndpointsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsIndexEndpointsOperationsListCall) Pages

func (c *ProjectsLocationsIndexEndpointsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsIndexEndpointsOperationsService

type ProjectsLocationsIndexEndpointsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsIndexEndpointsOperationsService

func NewProjectsLocationsIndexEndpointsOperationsService(s *Service) *ProjectsLocationsIndexEndpointsOperationsService

func (*ProjectsLocationsIndexEndpointsOperationsService) Cancel

func (r *ProjectsLocationsIndexEndpointsOperationsService) Cancel(name string) *ProjectsLocationsIndexEndpointsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsIndexEndpointsOperationsService) Delete

func (r *ProjectsLocationsIndexEndpointsOperationsService) Delete(name string) *ProjectsLocationsIndexEndpointsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsIndexEndpointsOperationsService) Get

func (r *ProjectsLocationsIndexEndpointsOperationsService) Get(name string) *ProjectsLocationsIndexEndpointsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsIndexEndpointsOperationsService) List

func (r *ProjectsLocationsIndexEndpointsOperationsService) List(name string) *ProjectsLocationsIndexEndpointsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsIndexEndpointsOperationsService) Wait

func (r *ProjectsLocationsIndexEndpointsOperationsService) Wait(name string) *ProjectsLocationsIndexEndpointsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsIndexEndpointsOperationsWaitCall

type ProjectsLocationsIndexEndpointsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsOperationsWaitCall) Context

func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsOperationsWaitCall) Do

func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsOperationsWaitCall) Fields

func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsOperationsWaitCall) Header

func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexEndpointsOperationsWaitCall) Timeout

func (c *ProjectsLocationsIndexEndpointsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsIndexEndpointsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsIndexEndpointsPatchCall

type ProjectsLocationsIndexEndpointsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsPatchCall) Context

func (c *ProjectsLocationsIndexEndpointsPatchCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsPatchCall) Do

func (c *ProjectsLocationsIndexEndpointsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1IndexEndpoint, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1IndexEndpoint.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsPatchCall) Fields

func (c *ProjectsLocationsIndexEndpointsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsPatchCall) Header

func (c *ProjectsLocationsIndexEndpointsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexEndpointsPatchCall) UpdateMask

func (c *ProjectsLocationsIndexEndpointsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsIndexEndpointsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask applies to the resource. See google.protobuf.FieldMask.

type ProjectsLocationsIndexEndpointsReadIndexDatapointsCall

type ProjectsLocationsIndexEndpointsReadIndexDatapointsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Context

func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Do

func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.readIndexDatapoints" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Fields

func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Header

func (c *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexEndpointsService

type ProjectsLocationsIndexEndpointsService struct {
    Operations *ProjectsLocationsIndexEndpointsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsIndexEndpointsService

func NewProjectsLocationsIndexEndpointsService(s *Service) *ProjectsLocationsIndexEndpointsService

func (*ProjectsLocationsIndexEndpointsService) Create

func (r *ProjectsLocationsIndexEndpointsService) Create(parent string, googlecloudaiplatformv1beta1indexendpoint *GoogleCloudAiplatformV1beta1IndexEndpoint) *ProjectsLocationsIndexEndpointsCreateCall

Create: Creates an IndexEndpoint.

func (*ProjectsLocationsIndexEndpointsService) Delete

func (r *ProjectsLocationsIndexEndpointsService) Delete(name string) *ProjectsLocationsIndexEndpointsDeleteCall

Delete: Deletes an IndexEndpoint.

func (*ProjectsLocationsIndexEndpointsService) DeployIndex

func (r *ProjectsLocationsIndexEndpointsService) DeployIndex(indexEndpoint string, googlecloudaiplatformv1beta1deployindexrequest *GoogleCloudAiplatformV1beta1DeployIndexRequest) *ProjectsLocationsIndexEndpointsDeployIndexCall

DeployIndex: Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. Only non-empty Indexes can be deployed.

func (*ProjectsLocationsIndexEndpointsService) FindNeighbors

func (r *ProjectsLocationsIndexEndpointsService) FindNeighbors(indexEndpoint string, googlecloudaiplatformv1beta1findneighborsrequest *GoogleCloudAiplatformV1beta1FindNeighborsRequest) *ProjectsLocationsIndexEndpointsFindNeighborsCall

FindNeighbors: Finds the nearest neighbors of each vector within the request.

func (*ProjectsLocationsIndexEndpointsService) Get

func (r *ProjectsLocationsIndexEndpointsService) Get(name string) *ProjectsLocationsIndexEndpointsGetCall

Get: Gets an IndexEndpoint.

func (*ProjectsLocationsIndexEndpointsService) List

func (r *ProjectsLocationsIndexEndpointsService) List(parent string) *ProjectsLocationsIndexEndpointsListCall

List: Lists IndexEndpoints in a Location.

func (*ProjectsLocationsIndexEndpointsService) MutateDeployedIndex

func (r *ProjectsLocationsIndexEndpointsService) MutateDeployedIndex(indexEndpoint string, googlecloudaiplatformv1beta1deployedindex *GoogleCloudAiplatformV1beta1DeployedIndex) *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall

MutateDeployedIndex: Update an existing DeployedIndex under an IndexEndpoint.

func (*ProjectsLocationsIndexEndpointsService) Patch

func (r *ProjectsLocationsIndexEndpointsService) Patch(name string, googlecloudaiplatformv1beta1indexendpoint *GoogleCloudAiplatformV1beta1IndexEndpoint) *ProjectsLocationsIndexEndpointsPatchCall

Patch: Updates an IndexEndpoint.

- name: Output only. The resource name of the IndexEndpoint.

func (*ProjectsLocationsIndexEndpointsService) ReadIndexDatapoints

func (r *ProjectsLocationsIndexEndpointsService) ReadIndexDatapoints(indexEndpoint string, googlecloudaiplatformv1beta1readindexdatapointsrequest *GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest) *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall

ReadIndexDatapoints: Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch.

func (*ProjectsLocationsIndexEndpointsService) UndeployIndex

func (r *ProjectsLocationsIndexEndpointsService) UndeployIndex(indexEndpoint string, googlecloudaiplatformv1beta1undeployindexrequest *GoogleCloudAiplatformV1beta1UndeployIndexRequest) *ProjectsLocationsIndexEndpointsUndeployIndexCall

UndeployIndex: Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.

type ProjectsLocationsIndexEndpointsUndeployIndexCall

type ProjectsLocationsIndexEndpointsUndeployIndexCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexEndpointsUndeployIndexCall) Context

func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Context(ctx context.Context) *ProjectsLocationsIndexEndpointsUndeployIndexCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexEndpointsUndeployIndexCall) Do

func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexEndpoints.undeployIndex" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexEndpointsUndeployIndexCall) Fields

func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexEndpointsUndeployIndexCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexEndpointsUndeployIndexCall) Header

func (c *ProjectsLocationsIndexEndpointsUndeployIndexCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexesCreateCall

type ProjectsLocationsIndexesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesCreateCall) Context

func (c *ProjectsLocationsIndexesCreateCall) Context(ctx context.Context) *ProjectsLocationsIndexesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesCreateCall) Do

func (c *ProjectsLocationsIndexesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesCreateCall) Fields

func (c *ProjectsLocationsIndexesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesCreateCall) Header

func (c *ProjectsLocationsIndexesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexesDeleteCall

type ProjectsLocationsIndexesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesDeleteCall) Context

func (c *ProjectsLocationsIndexesDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesDeleteCall) Do

func (c *ProjectsLocationsIndexesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesDeleteCall) Fields

func (c *ProjectsLocationsIndexesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesDeleteCall) Header

func (c *ProjectsLocationsIndexesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexesGetCall

type ProjectsLocationsIndexesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesGetCall) Context

func (c *ProjectsLocationsIndexesGetCall) Context(ctx context.Context) *ProjectsLocationsIndexesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesGetCall) Do

func (c *ProjectsLocationsIndexesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Index, error)

Do executes the "aiplatform.projects.locations.indexes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Index.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesGetCall) Fields

func (c *ProjectsLocationsIndexesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesGetCall) Header

func (c *ProjectsLocationsIndexesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexesGetCall) IfNoneMatch

func (c *ProjectsLocationsIndexesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsIndexesListCall

type ProjectsLocationsIndexesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesListCall) Context

func (c *ProjectsLocationsIndexesListCall) Context(ctx context.Context) *ProjectsLocationsIndexesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesListCall) Do

func (c *ProjectsLocationsIndexesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListIndexesResponse, error)

Do executes the "aiplatform.projects.locations.indexes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListIndexesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesListCall) Fields

func (c *ProjectsLocationsIndexesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesListCall) Filter

func (c *ProjectsLocationsIndexesListCall) Filter(filter string) *ProjectsLocationsIndexesListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsIndexesListCall) Header

func (c *ProjectsLocationsIndexesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexesListCall) IfNoneMatch

func (c *ProjectsLocationsIndexesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsIndexesListCall) PageSize

func (c *ProjectsLocationsIndexesListCall) PageSize(pageSize int64) *ProjectsLocationsIndexesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsIndexesListCall) PageToken

func (c *ProjectsLocationsIndexesListCall) PageToken(pageToken string) *ProjectsLocationsIndexesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListIndexesResponse.next_page_token of the previous IndexService.ListIndexes call.

func (*ProjectsLocationsIndexesListCall) Pages

func (c *ProjectsLocationsIndexesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListIndexesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsIndexesListCall) ReadMask

func (c *ProjectsLocationsIndexesListCall) ReadMask(readMask string) *ProjectsLocationsIndexesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsIndexesOperationsCancelCall

type ProjectsLocationsIndexesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesOperationsCancelCall) Context

func (c *ProjectsLocationsIndexesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesOperationsCancelCall) Do

func (c *ProjectsLocationsIndexesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.indexes.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesOperationsCancelCall) Fields

func (c *ProjectsLocationsIndexesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesOperationsCancelCall) Header

func (c *ProjectsLocationsIndexesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexesOperationsDeleteCall

type ProjectsLocationsIndexesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesOperationsDeleteCall) Context

func (c *ProjectsLocationsIndexesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesOperationsDeleteCall) Do

func (c *ProjectsLocationsIndexesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.indexes.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesOperationsDeleteCall) Fields

func (c *ProjectsLocationsIndexesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesOperationsDeleteCall) Header

func (c *ProjectsLocationsIndexesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexesOperationsGetCall

type ProjectsLocationsIndexesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesOperationsGetCall) Context

func (c *ProjectsLocationsIndexesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesOperationsGetCall) Do

func (c *ProjectsLocationsIndexesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexes.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesOperationsGetCall) Fields

func (c *ProjectsLocationsIndexesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesOperationsGetCall) Header

func (c *ProjectsLocationsIndexesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsIndexesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsIndexesOperationsListCall

type ProjectsLocationsIndexesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesOperationsListCall) Context

func (c *ProjectsLocationsIndexesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesOperationsListCall) Do

func (c *ProjectsLocationsIndexesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.indexes.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesOperationsListCall) Fields

func (c *ProjectsLocationsIndexesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesOperationsListCall) Filter

func (c *ProjectsLocationsIndexesOperationsListCall) Filter(filter string) *ProjectsLocationsIndexesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsIndexesOperationsListCall) Header

func (c *ProjectsLocationsIndexesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsIndexesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsIndexesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsIndexesOperationsListCall) PageSize

func (c *ProjectsLocationsIndexesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsIndexesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsIndexesOperationsListCall) PageToken

func (c *ProjectsLocationsIndexesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsIndexesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsIndexesOperationsListCall) Pages

func (c *ProjectsLocationsIndexesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsIndexesOperationsService

type ProjectsLocationsIndexesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsIndexesOperationsService

func NewProjectsLocationsIndexesOperationsService(s *Service) *ProjectsLocationsIndexesOperationsService

func (*ProjectsLocationsIndexesOperationsService) Cancel

func (r *ProjectsLocationsIndexesOperationsService) Cancel(name string) *ProjectsLocationsIndexesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsIndexesOperationsService) Delete

func (r *ProjectsLocationsIndexesOperationsService) Delete(name string) *ProjectsLocationsIndexesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsIndexesOperationsService) Get

func (r *ProjectsLocationsIndexesOperationsService) Get(name string) *ProjectsLocationsIndexesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsIndexesOperationsService) List

func (r *ProjectsLocationsIndexesOperationsService) List(name string) *ProjectsLocationsIndexesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsIndexesOperationsService) Wait

func (r *ProjectsLocationsIndexesOperationsService) Wait(name string) *ProjectsLocationsIndexesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsIndexesOperationsWaitCall

type ProjectsLocationsIndexesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesOperationsWaitCall) Context

func (c *ProjectsLocationsIndexesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsIndexesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesOperationsWaitCall) Do

func (c *ProjectsLocationsIndexesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexes.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesOperationsWaitCall) Fields

func (c *ProjectsLocationsIndexesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesOperationsWaitCall) Header

func (c *ProjectsLocationsIndexesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexesOperationsWaitCall) Timeout

func (c *ProjectsLocationsIndexesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsIndexesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsIndexesPatchCall

type ProjectsLocationsIndexesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesPatchCall) Context

func (c *ProjectsLocationsIndexesPatchCall) Context(ctx context.Context) *ProjectsLocationsIndexesPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesPatchCall) Do

func (c *ProjectsLocationsIndexesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.indexes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesPatchCall) Fields

func (c *ProjectsLocationsIndexesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesPatchCall) Header

func (c *ProjectsLocationsIndexesPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsIndexesPatchCall) UpdateMask

func (c *ProjectsLocationsIndexesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsIndexesPatchCall

UpdateMask sets the optional parameter "updateMask": The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask.

type ProjectsLocationsIndexesRemoveDatapointsCall

type ProjectsLocationsIndexesRemoveDatapointsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesRemoveDatapointsCall) Context

func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Context(ctx context.Context) *ProjectsLocationsIndexesRemoveDatapointsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesRemoveDatapointsCall) Do

func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RemoveDatapointsResponse, error)

Do executes the "aiplatform.projects.locations.indexes.removeDatapoints" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1RemoveDatapointsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesRemoveDatapointsCall) Fields

func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesRemoveDatapointsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesRemoveDatapointsCall) Header

func (c *ProjectsLocationsIndexesRemoveDatapointsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsIndexesService

type ProjectsLocationsIndexesService struct {
    Operations *ProjectsLocationsIndexesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsIndexesService

func NewProjectsLocationsIndexesService(s *Service) *ProjectsLocationsIndexesService

func (*ProjectsLocationsIndexesService) Create

func (r *ProjectsLocationsIndexesService) Create(parent string, googlecloudaiplatformv1beta1index *GoogleCloudAiplatformV1beta1Index) *ProjectsLocationsIndexesCreateCall

Create: Creates an Index.

func (*ProjectsLocationsIndexesService) Delete

func (r *ProjectsLocationsIndexesService) Delete(name string) *ProjectsLocationsIndexesDeleteCall

Delete: Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed.

func (*ProjectsLocationsIndexesService) Get

func (r *ProjectsLocationsIndexesService) Get(name string) *ProjectsLocationsIndexesGetCall

Get: Gets an Index.

func (*ProjectsLocationsIndexesService) List

func (r *ProjectsLocationsIndexesService) List(parent string) *ProjectsLocationsIndexesListCall

List: Lists Indexes in a Location.

func (*ProjectsLocationsIndexesService) Patch

func (r *ProjectsLocationsIndexesService) Patch(name string, googlecloudaiplatformv1beta1index *GoogleCloudAiplatformV1beta1Index) *ProjectsLocationsIndexesPatchCall

Patch: Updates an Index.

- name: Output only. The resource name of the Index.

func (*ProjectsLocationsIndexesService) RemoveDatapoints

func (r *ProjectsLocationsIndexesService) RemoveDatapoints(index string, googlecloudaiplatformv1beta1removedatapointsrequest *GoogleCloudAiplatformV1beta1RemoveDatapointsRequest) *ProjectsLocationsIndexesRemoveDatapointsCall

RemoveDatapoints: Remove Datapoints from an Index.

func (*ProjectsLocationsIndexesService) UpsertDatapoints

func (r *ProjectsLocationsIndexesService) UpsertDatapoints(index string, googlecloudaiplatformv1beta1upsertdatapointsrequest *GoogleCloudAiplatformV1beta1UpsertDatapointsRequest) *ProjectsLocationsIndexesUpsertDatapointsCall

UpsertDatapoints: Add/update Datapoints into an Index.

type ProjectsLocationsIndexesUpsertDatapointsCall

type ProjectsLocationsIndexesUpsertDatapointsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsIndexesUpsertDatapointsCall) Context

func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Context(ctx context.Context) *ProjectsLocationsIndexesUpsertDatapointsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsIndexesUpsertDatapointsCall) Do

func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1UpsertDatapointsResponse, error)

Do executes the "aiplatform.projects.locations.indexes.upsertDatapoints" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1UpsertDatapointsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsIndexesUpsertDatapointsCall) Fields

func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Fields(s ...googleapi.Field) *ProjectsLocationsIndexesUpsertDatapointsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsIndexesUpsertDatapointsCall) Header

func (c *ProjectsLocationsIndexesUpsertDatapointsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsListCall

type ProjectsLocationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsListCall) Context

func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsListCall) Do

func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationListLocationsResponse, error)

Do executes the "aiplatform.projects.locations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudLocationListLocationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsListCall) Fields

func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsListCall) Filter

func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall

Filter sets the optional parameter "filter": A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160).

func (*ProjectsLocationsListCall) Header

func (c *ProjectsLocationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsListCall) IfNoneMatch

func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsListCall) PageSize

func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall

PageSize sets the optional parameter "pageSize": The maximum number of results to return. If not set, the service selects a default.

func (*ProjectsLocationsListCall) PageToken

func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall

PageToken sets the optional parameter "pageToken": A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

func (*ProjectsLocationsListCall) Pages

func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*GoogleCloudLocationListLocationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresArtifactsCreateCall

type ProjectsLocationsMetadataStoresArtifactsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsCreateCall) ArtifactId

func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) ArtifactId(artifactId string) *ProjectsLocationsMetadataStoresArtifactsCreateCall

ArtifactId sets the optional parameter "artifactId": The {artifact} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artif acts/{artifact}` If not provided, the Artifact's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all Artifacts in the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting Artifact.)

func (*ProjectsLocationsMetadataStoresArtifactsCreateCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsCreateCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Artifact, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Artifact.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsCreateCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsCreateCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresArtifactsDeleteCall

type ProjectsLocationsMetadataStoresArtifactsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsDeleteCall) Etag

func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Etag(etag string) *ProjectsLocationsMetadataStoresArtifactsDeleteCall

Etag sets the optional parameter "etag": The etag of the Artifact to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

func (*ProjectsLocationsMetadataStoresArtifactsDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresArtifactsGetCall

type ProjectsLocationsMetadataStoresArtifactsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsGetCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsGetCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Artifact, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Artifact.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsGetCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsGetCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresArtifactsGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresArtifactsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresArtifactsListCall

type ProjectsLocationsMetadataStoresArtifactsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsListCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListArtifactsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListArtifactsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) Filter

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresArtifactsListCall

Filter sets the optional parameter "filter": Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of the result set. The syntax to define filter query is based on https://google.aip.dev/160. The supported set of filters include the following: * **Attribute filtering**: For example: `display_name = "test". Supported fields include: `name`, `display_name`, `uri`, `state`, `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 format. For example: `create_time = "2020-11-19T11:30:00-04:00" * **Metadata field**: To filter on metadata fields use traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = 10.0` In case the field name contains special characters (such as colon), one can embed it inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Context based filtering**: To filter Artifacts based on the contexts to which they belong, use the function operator with the full resource name `in_context()`. For example: `in_context("projects//locations//metadataStores//contexts/")` Each of the above supported filter types can be combined together using logical operators (`AND` & `OR`). Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND metadata.field1.bool_value = true`.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) OrderBy

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) OrderBy(orderBy string) *ProjectsLocationsMetadataStoresArtifactsListCall

OrderBy sets the optional parameter "orderBy": How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) PageSize

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresArtifactsListCall

PageSize sets the optional parameter "pageSize": The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

func (*ProjectsLocationsMetadataStoresArtifactsListCall) PageToken

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresArtifactsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous MetadataService.ListArtifacts call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)

func (*ProjectsLocationsMetadataStoresArtifactsListCall) Pages

func (c *ProjectsLocationsMetadataStoresArtifactsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListArtifactsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall

type ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall

type ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresArtifactsOperationsGetCall

type ProjectsLocationsMetadataStoresArtifactsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresArtifactsOperationsListCall

type ProjectsLocationsMetadataStoresArtifactsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Filter

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) PageSize

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) PageToken

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Pages

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresArtifactsOperationsService

type ProjectsLocationsMetadataStoresArtifactsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresArtifactsOperationsService

func NewProjectsLocationsMetadataStoresArtifactsOperationsService(s *Service) *ProjectsLocationsMetadataStoresArtifactsOperationsService

func (*ProjectsLocationsMetadataStoresArtifactsOperationsService) Cancel

func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsService) Delete

func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsService) Get

func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Get(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsService) List

func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) List(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsService) Wait

func (r *ProjectsLocationsMetadataStoresArtifactsOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall

type ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Timeout

func (c *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresArtifactsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsMetadataStoresArtifactsPatchCall

type ProjectsLocationsMetadataStoresArtifactsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsPatchCall) AllowMissing

func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) AllowMissing(allowMissing bool) *ProjectsLocationsMetadataStoresArtifactsPatchCall

AllowMissing sets the optional parameter "allowMissing": If set to true, and the Artifact is not found, a new Artifact is created.

func (*ProjectsLocationsMetadataStoresArtifactsPatchCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsPatchCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Artifact, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Artifact.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsPatchCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsPatchCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresArtifactsPatchCall) UpdateMask

func (c *ProjectsLocationsMetadataStoresArtifactsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsMetadataStoresArtifactsPatchCall

UpdateMask sets the optional parameter "updateMask": A FieldMask indicating which fields should be updated.

type ProjectsLocationsMetadataStoresArtifactsPurgeCall

type ProjectsLocationsMetadataStoresArtifactsPurgeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsPurgeCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsPurgeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsPurgeCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.purge" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsPurgeCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsPurgeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsPurgeCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsPurgeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall

type ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Context

func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Do

func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1LineageSubgraph, error)

Do executes the "aiplatform.projects.locations.metadataStores.artifacts.queryArtifactLineageSubgraph" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1LineageSubgraph.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Fields

func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Filter

func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Filter(filter string) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall

Filter sets the optional parameter "filter": Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of the Lineage Subgraph. The syntax to define filter query is based on https://google.aip.dev/160. The supported set of filters include the following: * **Attribute filtering**: For example: `display_name = "test" Supported fields include: `name`, `display_name`, `uri`, `state`, `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 format. For example: `create_time = "2020-11-19T11:30:00-04:00" * **Metadata field**: To filter on metadata fields use traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = 10.0` In case the field name contains special characters (such as colon), one can embed it inside double quote. For example: `metadata."field:1".number_value = 10.0` Each of the above supported filter types can be combined together using logical operators (`AND` & `OR`). Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND metadata.field1.bool_value = true`.

func (*ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Header

func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) MaxHops

func (c *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall) MaxHops(maxHops int64) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall

MaxHops sets the optional parameter "maxHops": Specifies the size of the lineage graph in terms of number of hops from the specified artifact. Negative Value: INVALID_ARGUMENT error is returned 0: Only input artifact is returned. No value: Transitive closure is performed to return the complete graph.

type ProjectsLocationsMetadataStoresArtifactsService

type ProjectsLocationsMetadataStoresArtifactsService struct {
    Operations *ProjectsLocationsMetadataStoresArtifactsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresArtifactsService

func NewProjectsLocationsMetadataStoresArtifactsService(s *Service) *ProjectsLocationsMetadataStoresArtifactsService

func (*ProjectsLocationsMetadataStoresArtifactsService) Create

func (r *ProjectsLocationsMetadataStoresArtifactsService) Create(parent string, googlecloudaiplatformv1beta1artifact *GoogleCloudAiplatformV1beta1Artifact) *ProjectsLocationsMetadataStoresArtifactsCreateCall

Create: Creates an Artifact associated with a MetadataStore.

func (*ProjectsLocationsMetadataStoresArtifactsService) Delete

func (r *ProjectsLocationsMetadataStoresArtifactsService) Delete(name string) *ProjectsLocationsMetadataStoresArtifactsDeleteCall

Delete: Deletes an Artifact.

func (*ProjectsLocationsMetadataStoresArtifactsService) Get

func (r *ProjectsLocationsMetadataStoresArtifactsService) Get(name string) *ProjectsLocationsMetadataStoresArtifactsGetCall

Get: Retrieves a specific Artifact.

func (*ProjectsLocationsMetadataStoresArtifactsService) List

func (r *ProjectsLocationsMetadataStoresArtifactsService) List(parent string) *ProjectsLocationsMetadataStoresArtifactsListCall

List: Lists Artifacts in the MetadataStore.

func (*ProjectsLocationsMetadataStoresArtifactsService) Patch

func (r *ProjectsLocationsMetadataStoresArtifactsService) Patch(name string, googlecloudaiplatformv1beta1artifact *GoogleCloudAiplatformV1beta1Artifact) *ProjectsLocationsMetadataStoresArtifactsPatchCall

Patch: Updates a stored Artifact.

- name: Output only. The resource name of the Artifact.

func (*ProjectsLocationsMetadataStoresArtifactsService) Purge

func (r *ProjectsLocationsMetadataStoresArtifactsService) Purge(parent string, googlecloudaiplatformv1beta1purgeartifactsrequest *GoogleCloudAiplatformV1beta1PurgeArtifactsRequest) *ProjectsLocationsMetadataStoresArtifactsPurgeCall

Purge: Purges Artifacts.

func (*ProjectsLocationsMetadataStoresArtifactsService) QueryArtifactLineageSubgraph

func (r *ProjectsLocationsMetadataStoresArtifactsService) QueryArtifactLineageSubgraph(artifact string) *ProjectsLocationsMetadataStoresArtifactsQueryArtifactLineageSubgraphCall

QueryArtifactLineageSubgraph: Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.

type ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall

type ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Context

func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Do

func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.addContextArtifactsAndExecutions" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse.ServerR esponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Header

func (c *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsAddContextChildrenCall

type ProjectsLocationsMetadataStoresContextsAddContextChildrenCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Context

func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Do

func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AddContextChildrenResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.addContextChildren" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1AddContextChildrenResponse.ServerResponse.Header

or (if a response was returned at all) in error.(*googleapi.Error).Header.

Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Header

func (c *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsCreateCall

type ProjectsLocationsMetadataStoresContextsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsCreateCall) Context

func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsCreateCall) ContextId

func (c *ProjectsLocationsMetadataStoresContextsCreateCall) ContextId(contextId string) *ProjectsLocationsMetadataStoresContextsCreateCall

ContextId sets the optional parameter "contextId": The {context} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/conte xts/{context}`. If not provided, the Context's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all Contexts in the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting Context.)

func (*ProjectsLocationsMetadataStoresContextsCreateCall) Do

func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Context, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsCreateCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsCreateCall) Header

func (c *ProjectsLocationsMetadataStoresContextsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsDeleteCall

type ProjectsLocationsMetadataStoresContextsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsDeleteCall) Etag

func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Etag(etag string) *ProjectsLocationsMetadataStoresContextsDeleteCall

Etag sets the optional parameter "etag": The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

func (*ProjectsLocationsMetadataStoresContextsDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsDeleteCall) Force

func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Force(force bool) *ProjectsLocationsMetadataStoresContextsDeleteCall

Force sets the optional parameter "force": The force deletion semantics is still undefined. Users should not use this field.

func (*ProjectsLocationsMetadataStoresContextsDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresContextsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsGetCall

type ProjectsLocationsMetadataStoresContextsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsGetCall) Context

func (c *ProjectsLocationsMetadataStoresContextsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsGetCall) Do

func (c *ProjectsLocationsMetadataStoresContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Context, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsGetCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsGetCall) Header

func (c *ProjectsLocationsMetadataStoresContextsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresContextsGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresContextsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresContextsListCall

type ProjectsLocationsMetadataStoresContextsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsListCall) Context

func (c *ProjectsLocationsMetadataStoresContextsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsListCall) Do

func (c *ProjectsLocationsMetadataStoresContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListContextsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListContextsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsListCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsListCall) Filter

func (c *ProjectsLocationsMetadataStoresContextsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresContextsListCall

Filter sets the optional parameter "filter": Filter specifying the boolean condition for the Contexts to satisfy in order to be part of the result set. The syntax to define filter query is based on https://google.aip.dev/160. Following are the supported set of filters: * **Attribute filtering**: For example: `display_name = "test". Supported fields include: `name`, `display_name`, `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 format. For example: `create_time = "2020-11-19T11:30:00-04:00". * **Metadata field**: To filter on metadata fields use traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = 10.0`. In case the field name contains special characters (such as colon), one can embed it inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Parent Child filtering**: To filter Contexts based on parent-child relationship use the HAS operator as follows: ``` parent_contexts: "projects//locations//metadataStores//contexts/" child_contexts: "projects//locations//metadataStores//contexts/" ``` Each of the above supported filters can be combined together using logical operators (`AND` & `OR`). Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND metadata.field1.bool_value = true`.

func (*ProjectsLocationsMetadataStoresContextsListCall) Header

func (c *ProjectsLocationsMetadataStoresContextsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresContextsListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresContextsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresContextsListCall) OrderBy

func (c *ProjectsLocationsMetadataStoresContextsListCall) OrderBy(orderBy string) *ProjectsLocationsMetadataStoresContextsListCall

OrderBy sets the optional parameter "orderBy": How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details.

func (*ProjectsLocationsMetadataStoresContextsListCall) PageSize

func (c *ProjectsLocationsMetadataStoresContextsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresContextsListCall

PageSize sets the optional parameter "pageSize": The maximum number of Contexts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

func (*ProjectsLocationsMetadataStoresContextsListCall) PageToken

func (c *ProjectsLocationsMetadataStoresContextsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresContextsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous MetadataService.ListContexts call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)

func (*ProjectsLocationsMetadataStoresContextsListCall) Pages

func (c *ProjectsLocationsMetadataStoresContextsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListContextsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresContextsOperationsCancelCall

type ProjectsLocationsMetadataStoresContextsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Context

func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Do

func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Header

func (c *ProjectsLocationsMetadataStoresContextsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsOperationsDeleteCall

type ProjectsLocationsMetadataStoresContextsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsOperationsGetCall

type ProjectsLocationsMetadataStoresContextsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsOperationsGetCall) Context

func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsOperationsGetCall) Do

func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsOperationsGetCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsOperationsGetCall) Header

func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresContextsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresContextsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresContextsOperationsListCall

type ProjectsLocationsMetadataStoresContextsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) Context

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) Do

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) Filter

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresContextsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) Header

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) PageSize

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresContextsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) PageToken

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresContextsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsMetadataStoresContextsOperationsListCall) Pages

func (c *ProjectsLocationsMetadataStoresContextsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresContextsOperationsService

type ProjectsLocationsMetadataStoresContextsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresContextsOperationsService

func NewProjectsLocationsMetadataStoresContextsOperationsService(s *Service) *ProjectsLocationsMetadataStoresContextsOperationsService

func (*ProjectsLocationsMetadataStoresContextsOperationsService) Cancel

func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresContextsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsMetadataStoresContextsOperationsService) Delete

func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresContextsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsMetadataStoresContextsOperationsService) Get

func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Get(name string) *ProjectsLocationsMetadataStoresContextsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsMetadataStoresContextsOperationsService) List

func (r *ProjectsLocationsMetadataStoresContextsOperationsService) List(name string) *ProjectsLocationsMetadataStoresContextsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsMetadataStoresContextsOperationsService) Wait

func (r *ProjectsLocationsMetadataStoresContextsOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsMetadataStoresContextsOperationsWaitCall

type ProjectsLocationsMetadataStoresContextsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Context

func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Do

func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Header

func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Timeout

func (c *ProjectsLocationsMetadataStoresContextsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresContextsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsMetadataStoresContextsPatchCall

type ProjectsLocationsMetadataStoresContextsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsPatchCall) AllowMissing

func (c *ProjectsLocationsMetadataStoresContextsPatchCall) AllowMissing(allowMissing bool) *ProjectsLocationsMetadataStoresContextsPatchCall

AllowMissing sets the optional parameter "allowMissing": If set to true, and the Context is not found, a new Context is created.

func (*ProjectsLocationsMetadataStoresContextsPatchCall) Context

func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsPatchCall) Do

func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Context, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsPatchCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsPatchCall) Header

func (c *ProjectsLocationsMetadataStoresContextsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresContextsPatchCall) UpdateMask

func (c *ProjectsLocationsMetadataStoresContextsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsMetadataStoresContextsPatchCall

UpdateMask sets the optional parameter "updateMask": A FieldMask indicating which fields should be updated.

type ProjectsLocationsMetadataStoresContextsPurgeCall

type ProjectsLocationsMetadataStoresContextsPurgeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsPurgeCall) Context

func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsPurgeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsPurgeCall) Do

func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.purge" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsPurgeCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsPurgeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsPurgeCall) Header

func (c *ProjectsLocationsMetadataStoresContextsPurgeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall

type ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Context

func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Do

func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1LineageSubgraph, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.queryContextLineageSubgraph" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1LineageSubgraph.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Header

func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall

type ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Context

func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Do

func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.contexts.removeContextChildren" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse.ServerResponse.Hea der or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Fields

func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Header

func (c *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresContextsService

type ProjectsLocationsMetadataStoresContextsService struct {
    Operations *ProjectsLocationsMetadataStoresContextsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresContextsService

func NewProjectsLocationsMetadataStoresContextsService(s *Service) *ProjectsLocationsMetadataStoresContextsService

func (*ProjectsLocationsMetadataStoresContextsService) AddContextArtifactsAndExecutions

func (r *ProjectsLocationsMetadataStoresContextsService) AddContextArtifactsAndExecutions(context string, googlecloudaiplatformv1beta1addcontextartifactsandexecutionsrequest *GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest) *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall

AddContextArtifactsAndExecutions: Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.

func (*ProjectsLocationsMetadataStoresContextsService) AddContextChildren

func (r *ProjectsLocationsMetadataStoresContextsService) AddContextChildren(context string, googlecloudaiplatformv1beta1addcontextchildrenrequest *GoogleCloudAiplatformV1beta1AddContextChildrenRequest) *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall

AddContextChildren: Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

func (*ProjectsLocationsMetadataStoresContextsService) Create

func (r *ProjectsLocationsMetadataStoresContextsService) Create(parent string, googlecloudaiplatformv1beta1context *GoogleCloudAiplatformV1beta1Context) *ProjectsLocationsMetadataStoresContextsCreateCall

Create: Creates a Context associated with a MetadataStore.

func (*ProjectsLocationsMetadataStoresContextsService) Delete

func (r *ProjectsLocationsMetadataStoresContextsService) Delete(name string) *ProjectsLocationsMetadataStoresContextsDeleteCall

Delete: Deletes a stored Context.

func (*ProjectsLocationsMetadataStoresContextsService) Get

func (r *ProjectsLocationsMetadataStoresContextsService) Get(name string) *ProjectsLocationsMetadataStoresContextsGetCall

Get: Retrieves a specific Context.

func (*ProjectsLocationsMetadataStoresContextsService) List

func (r *ProjectsLocationsMetadataStoresContextsService) List(parent string) *ProjectsLocationsMetadataStoresContextsListCall

List: Lists Contexts on the MetadataStore.

func (*ProjectsLocationsMetadataStoresContextsService) Patch

func (r *ProjectsLocationsMetadataStoresContextsService) Patch(name string, googlecloudaiplatformv1beta1context *GoogleCloudAiplatformV1beta1Context) *ProjectsLocationsMetadataStoresContextsPatchCall

Patch: Updates a stored Context.

- name: Immutable. The resource name of the Context.

func (*ProjectsLocationsMetadataStoresContextsService) Purge

func (r *ProjectsLocationsMetadataStoresContextsService) Purge(parent string, googlecloudaiplatformv1beta1purgecontextsrequest *GoogleCloudAiplatformV1beta1PurgeContextsRequest) *ProjectsLocationsMetadataStoresContextsPurgeCall

Purge: Purges Contexts.

func (*ProjectsLocationsMetadataStoresContextsService) QueryContextLineageSubgraph

func (r *ProjectsLocationsMetadataStoresContextsService) QueryContextLineageSubgraph(context string) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall

QueryContextLineageSubgraph: Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.

func (*ProjectsLocationsMetadataStoresContextsService) RemoveContextChildren

func (r *ProjectsLocationsMetadataStoresContextsService) RemoveContextChildren(context string, googlecloudaiplatformv1beta1removecontextchildrenrequest *GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest) *ProjectsLocationsMetadataStoresContextsRemoveContextChildrenCall

RemoveContextChildren: Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.

type ProjectsLocationsMetadataStoresCreateCall

type ProjectsLocationsMetadataStoresCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresCreateCall) Context

func (c *ProjectsLocationsMetadataStoresCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresCreateCall) Do

func (c *ProjectsLocationsMetadataStoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresCreateCall) Fields

func (c *ProjectsLocationsMetadataStoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresCreateCall) Header

func (c *ProjectsLocationsMetadataStoresCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresCreateCall) MetadataStoreId

func (c *ProjectsLocationsMetadataStoresCreateCall) MetadataStoreId(metadataStoreId string) *ProjectsLocationsMetadataStoresCreateCall

MetadataStoreId sets the optional parameter "metadataStoreId": The {metadatastore} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all MetadataStores in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataStore.)

type ProjectsLocationsMetadataStoresDeleteCall

type ProjectsLocationsMetadataStoresDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresDeleteCall) Force

func (c *ProjectsLocationsMetadataStoresDeleteCall) Force(force bool) *ProjectsLocationsMetadataStoresDeleteCall

Force sets the optional parameter "force": Deprecated: Field is no longer supported.

func (*ProjectsLocationsMetadataStoresDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall

type ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1AddExecutionEventsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.addExecutionEvents" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1AddExecutionEventsResponse.ServerResponse.Header

or (if a response was returned at all) in error.(*googleapi.Error).Header.

Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresExecutionsCreateCall

type ProjectsLocationsMetadataStoresExecutionsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsCreateCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsCreateCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Execution, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Execution.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsCreateCall) ExecutionId

func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) ExecutionId(executionId string) *ProjectsLocationsMetadataStoresExecutionsCreateCall

ExecutionId sets the optional parameter "executionId": The {execution} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/execu tions/{execution}` If not provided, the Execution's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all Executions in the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting Execution.)

func (*ProjectsLocationsMetadataStoresExecutionsCreateCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsCreateCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresExecutionsDeleteCall

type ProjectsLocationsMetadataStoresExecutionsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsDeleteCall) Etag

func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Etag(etag string) *ProjectsLocationsMetadataStoresExecutionsDeleteCall

Etag sets the optional parameter "etag": The etag of the Execution to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

func (*ProjectsLocationsMetadataStoresExecutionsDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresExecutionsGetCall

type ProjectsLocationsMetadataStoresExecutionsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsGetCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsGetCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Execution, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Execution.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsGetCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsGetCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresExecutionsGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresExecutionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresExecutionsListCall

type ProjectsLocationsMetadataStoresExecutionsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsListCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListExecutionsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListExecutionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) Filter

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresExecutionsListCall

Filter sets the optional parameter "filter": Filter specifying the boolean condition for the Executions to satisfy in order to be part of the result set. The syntax to define filter query is based on https://google.aip.dev/160. Following are the supported set of filters: * **Attribute filtering**: For example: `display_name = "test". Supported fields include: `name`, `display_name`, `state`, `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 format. For example: `create_time = "2020-11-19T11:30:00-04:00". * **Metadata field**: To filter on metadata fields use traversal operation as follows: `metadata..` For example: `metadata.field_1.number_value = 10.0` In case the field name contains special characters (such as colon), one can embed it inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Context based filtering**: To filter Executions based on the contexts to which they belong use the function operator with the full resource name: `in_context()`. For example: `in_context("projects//locations//metadataStores//contexts/")` Each of the above supported filters can be combined together using logical operators (`AND` & `OR`). Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND metadata.field1.bool_value = true`.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) OrderBy

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) OrderBy(orderBy string) *ProjectsLocationsMetadataStoresExecutionsListCall

OrderBy sets the optional parameter "orderBy": How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) PageSize

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresExecutionsListCall

PageSize sets the optional parameter "pageSize": The maximum number of Executions to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

func (*ProjectsLocationsMetadataStoresExecutionsListCall) PageToken

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresExecutionsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous MetadataService.ListExecutions call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with an INVALID_ARGUMENT error.)

func (*ProjectsLocationsMetadataStoresExecutionsListCall) Pages

func (c *ProjectsLocationsMetadataStoresExecutionsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListExecutionsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall

type ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall

type ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresExecutionsOperationsGetCall

type ProjectsLocationsMetadataStoresExecutionsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresExecutionsOperationsListCall

type ProjectsLocationsMetadataStoresExecutionsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Filter

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) PageSize

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) PageToken

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Pages

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresExecutionsOperationsService

type ProjectsLocationsMetadataStoresExecutionsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresExecutionsOperationsService

func NewProjectsLocationsMetadataStoresExecutionsOperationsService(s *Service) *ProjectsLocationsMetadataStoresExecutionsOperationsService

func (*ProjectsLocationsMetadataStoresExecutionsOperationsService) Cancel

func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsService) Delete

func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsService) Get

func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Get(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsService) List

func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) List(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsService) Wait

func (r *ProjectsLocationsMetadataStoresExecutionsOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall

type ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Timeout

func (c *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresExecutionsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsMetadataStoresExecutionsPatchCall

type ProjectsLocationsMetadataStoresExecutionsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsPatchCall) AllowMissing

func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) AllowMissing(allowMissing bool) *ProjectsLocationsMetadataStoresExecutionsPatchCall

AllowMissing sets the optional parameter "allowMissing": If set to true, and the Execution is not found, a new Execution is created.

func (*ProjectsLocationsMetadataStoresExecutionsPatchCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsPatchCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Execution, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Execution.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsPatchCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsPatchCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresExecutionsPatchCall) UpdateMask

func (c *ProjectsLocationsMetadataStoresExecutionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsMetadataStoresExecutionsPatchCall

UpdateMask sets the optional parameter "updateMask": A FieldMask indicating which fields should be updated.

type ProjectsLocationsMetadataStoresExecutionsPurgeCall

type ProjectsLocationsMetadataStoresExecutionsPurgeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsPurgeCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsPurgeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsPurgeCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.purge" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsPurgeCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsPurgeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsPurgeCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsPurgeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall

type ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Context

func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Do

func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1LineageSubgraph, error)

Do executes the "aiplatform.projects.locations.metadataStores.executions.queryExecutionInputsAndOutputs" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1LineageSubgraph.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Fields

func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Header

func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresExecutionsService

type ProjectsLocationsMetadataStoresExecutionsService struct {
    Operations *ProjectsLocationsMetadataStoresExecutionsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresExecutionsService

func NewProjectsLocationsMetadataStoresExecutionsService(s *Service) *ProjectsLocationsMetadataStoresExecutionsService

func (*ProjectsLocationsMetadataStoresExecutionsService) AddExecutionEvents

func (r *ProjectsLocationsMetadataStoresExecutionsService) AddExecutionEvents(execution string, googlecloudaiplatformv1beta1addexecutioneventsrequest *GoogleCloudAiplatformV1beta1AddExecutionEventsRequest) *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall

AddExecutionEvents: Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.

func (*ProjectsLocationsMetadataStoresExecutionsService) Create

func (r *ProjectsLocationsMetadataStoresExecutionsService) Create(parent string, googlecloudaiplatformv1beta1execution *GoogleCloudAiplatformV1beta1Execution) *ProjectsLocationsMetadataStoresExecutionsCreateCall

Create: Creates an Execution associated with a MetadataStore.

func (*ProjectsLocationsMetadataStoresExecutionsService) Delete

func (r *ProjectsLocationsMetadataStoresExecutionsService) Delete(name string) *ProjectsLocationsMetadataStoresExecutionsDeleteCall

Delete: Deletes an Execution.

func (*ProjectsLocationsMetadataStoresExecutionsService) Get

func (r *ProjectsLocationsMetadataStoresExecutionsService) Get(name string) *ProjectsLocationsMetadataStoresExecutionsGetCall

Get: Retrieves a specific Execution.

func (*ProjectsLocationsMetadataStoresExecutionsService) List

func (r *ProjectsLocationsMetadataStoresExecutionsService) List(parent string) *ProjectsLocationsMetadataStoresExecutionsListCall

List: Lists Executions in the MetadataStore.

func (*ProjectsLocationsMetadataStoresExecutionsService) Patch

func (r *ProjectsLocationsMetadataStoresExecutionsService) Patch(name string, googlecloudaiplatformv1beta1execution *GoogleCloudAiplatformV1beta1Execution) *ProjectsLocationsMetadataStoresExecutionsPatchCall

Patch: Updates a stored Execution.

- name: Output only. The resource name of the Execution.

func (*ProjectsLocationsMetadataStoresExecutionsService) Purge

func (r *ProjectsLocationsMetadataStoresExecutionsService) Purge(parent string, googlecloudaiplatformv1beta1purgeexecutionsrequest *GoogleCloudAiplatformV1beta1PurgeExecutionsRequest) *ProjectsLocationsMetadataStoresExecutionsPurgeCall

Purge: Purges Executions.

func (*ProjectsLocationsMetadataStoresExecutionsService) QueryExecutionInputsAndOutputs

func (r *ProjectsLocationsMetadataStoresExecutionsService) QueryExecutionInputsAndOutputs(execution string) *ProjectsLocationsMetadataStoresExecutionsQueryExecutionInputsAndOutputsCall

QueryExecutionInputsAndOutputs: Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

type ProjectsLocationsMetadataStoresGetCall

type ProjectsLocationsMetadataStoresGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresGetCall) Context

func (c *ProjectsLocationsMetadataStoresGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresGetCall) Do

func (c *ProjectsLocationsMetadataStoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1MetadataStore, error)

Do executes the "aiplatform.projects.locations.metadataStores.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1MetadataStore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresGetCall) Fields

func (c *ProjectsLocationsMetadataStoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresGetCall) Header

func (c *ProjectsLocationsMetadataStoresGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresListCall

type ProjectsLocationsMetadataStoresListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresListCall) Context

func (c *ProjectsLocationsMetadataStoresListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresListCall) Do

func (c *ProjectsLocationsMetadataStoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListMetadataStoresResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListMetadataStoresResponse.ServerResponse.Header

or (if a response was returned at all) in error.(*googleapi.Error).Header.

Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresListCall) Fields

func (c *ProjectsLocationsMetadataStoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresListCall) Header

func (c *ProjectsLocationsMetadataStoresListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresListCall) PageSize

func (c *ProjectsLocationsMetadataStoresListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresListCall

PageSize sets the optional parameter "pageSize": The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

func (*ProjectsLocationsMetadataStoresListCall) PageToken

func (c *ProjectsLocationsMetadataStoresListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)

func (*ProjectsLocationsMetadataStoresListCall) Pages

func (c *ProjectsLocationsMetadataStoresListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListMetadataStoresResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresMetadataSchemasCreateCall

type ProjectsLocationsMetadataStoresMetadataSchemasCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Context

func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Do

func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1MetadataSchema, error)

Do executes the "aiplatform.projects.locations.metadataStores.metadataSchemas.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1MetadataSchema.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Fields

func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Header

func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) MetadataSchemaId

func (c *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall) MetadataSchemaId(metadataSchemaId string) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall

MetadataSchemaId sets the optional parameter "metadataSchemaId": The {metadata_schema} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metad ataSchemas/{metadataschema}` If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all MetadataSchemas in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataSchema.)

type ProjectsLocationsMetadataStoresMetadataSchemasGetCall

type ProjectsLocationsMetadataStoresMetadataSchemasGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Context

func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Do

func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1MetadataSchema, error)

Do executes the "aiplatform.projects.locations.metadataStores.metadataSchemas.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1MetadataSchema.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Fields

func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Header

func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresMetadataSchemasGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresMetadataSchemasGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresMetadataSchemasListCall

type ProjectsLocationsMetadataStoresMetadataSchemasListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) Context

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresMetadataSchemasListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) Do

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.metadataSchemas.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) Fields

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresMetadataSchemasListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) Filter

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Filter(filter string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall

Filter sets the optional parameter "filter": A query to filter available MetadataSchemas for matching results.

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) Header

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) PageSize

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresMetadataSchemasListCall

PageSize sets the optional parameter "pageSize": The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) PageToken

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)

func (*ProjectsLocationsMetadataStoresMetadataSchemasListCall) Pages

func (c *ProjectsLocationsMetadataStoresMetadataSchemasListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresMetadataSchemasService

type ProjectsLocationsMetadataStoresMetadataSchemasService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresMetadataSchemasService

func NewProjectsLocationsMetadataStoresMetadataSchemasService(s *Service) *ProjectsLocationsMetadataStoresMetadataSchemasService

func (*ProjectsLocationsMetadataStoresMetadataSchemasService) Create

func (r *ProjectsLocationsMetadataStoresMetadataSchemasService) Create(parent string, googlecloudaiplatformv1beta1metadataschema *GoogleCloudAiplatformV1beta1MetadataSchema) *ProjectsLocationsMetadataStoresMetadataSchemasCreateCall

Create: Creates a MetadataSchema.

func (*ProjectsLocationsMetadataStoresMetadataSchemasService) Get

func (r *ProjectsLocationsMetadataStoresMetadataSchemasService) Get(name string) *ProjectsLocationsMetadataStoresMetadataSchemasGetCall

Get: Retrieves a specific MetadataSchema.

func (*ProjectsLocationsMetadataStoresMetadataSchemasService) List

func (r *ProjectsLocationsMetadataStoresMetadataSchemasService) List(parent string) *ProjectsLocationsMetadataStoresMetadataSchemasListCall

List: Lists MetadataSchemas.

type ProjectsLocationsMetadataStoresOperationsCancelCall

type ProjectsLocationsMetadataStoresOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresOperationsCancelCall) Context

func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresOperationsCancelCall) Do

func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresOperationsCancelCall) Fields

func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresOperationsCancelCall) Header

func (c *ProjectsLocationsMetadataStoresOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresOperationsDeleteCall

type ProjectsLocationsMetadataStoresOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresOperationsDeleteCall) Context

func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresOperationsDeleteCall) Do

func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.metadataStores.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresOperationsDeleteCall) Fields

func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresOperationsDeleteCall) Header

func (c *ProjectsLocationsMetadataStoresOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMetadataStoresOperationsGetCall

type ProjectsLocationsMetadataStoresOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresOperationsGetCall) Context

func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresOperationsGetCall) Do

func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresOperationsGetCall) Fields

func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresOperationsGetCall) Header

func (c *ProjectsLocationsMetadataStoresOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMetadataStoresOperationsListCall

type ProjectsLocationsMetadataStoresOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresOperationsListCall) Context

func (c *ProjectsLocationsMetadataStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresOperationsListCall) Do

func (c *ProjectsLocationsMetadataStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.metadataStores.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresOperationsListCall) Fields

func (c *ProjectsLocationsMetadataStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresOperationsListCall) Filter

func (c *ProjectsLocationsMetadataStoresOperationsListCall) Filter(filter string) *ProjectsLocationsMetadataStoresOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsMetadataStoresOperationsListCall) Header

func (c *ProjectsLocationsMetadataStoresOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsMetadataStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMetadataStoresOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMetadataStoresOperationsListCall) PageSize

func (c *ProjectsLocationsMetadataStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMetadataStoresOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsMetadataStoresOperationsListCall) PageToken

func (c *ProjectsLocationsMetadataStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMetadataStoresOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsMetadataStoresOperationsListCall) Pages

func (c *ProjectsLocationsMetadataStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMetadataStoresOperationsService

type ProjectsLocationsMetadataStoresOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresOperationsService

func NewProjectsLocationsMetadataStoresOperationsService(s *Service) *ProjectsLocationsMetadataStoresOperationsService

func (*ProjectsLocationsMetadataStoresOperationsService) Cancel

func (r *ProjectsLocationsMetadataStoresOperationsService) Cancel(name string) *ProjectsLocationsMetadataStoresOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsMetadataStoresOperationsService) Delete

func (r *ProjectsLocationsMetadataStoresOperationsService) Delete(name string) *ProjectsLocationsMetadataStoresOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsMetadataStoresOperationsService) Get

func (r *ProjectsLocationsMetadataStoresOperationsService) Get(name string) *ProjectsLocationsMetadataStoresOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsMetadataStoresOperationsService) List

func (r *ProjectsLocationsMetadataStoresOperationsService) List(name string) *ProjectsLocationsMetadataStoresOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsMetadataStoresOperationsService) Wait

func (r *ProjectsLocationsMetadataStoresOperationsService) Wait(name string) *ProjectsLocationsMetadataStoresOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsMetadataStoresOperationsWaitCall

type ProjectsLocationsMetadataStoresOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMetadataStoresOperationsWaitCall) Context

func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMetadataStoresOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMetadataStoresOperationsWaitCall) Do

func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.metadataStores.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMetadataStoresOperationsWaitCall) Fields

func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMetadataStoresOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMetadataStoresOperationsWaitCall) Header

func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMetadataStoresOperationsWaitCall) Timeout

func (c *ProjectsLocationsMetadataStoresOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMetadataStoresOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsMetadataStoresService

type ProjectsLocationsMetadataStoresService struct {
    Artifacts *ProjectsLocationsMetadataStoresArtifactsService

    Contexts *ProjectsLocationsMetadataStoresContextsService

    Executions *ProjectsLocationsMetadataStoresExecutionsService

    MetadataSchemas *ProjectsLocationsMetadataStoresMetadataSchemasService

    Operations *ProjectsLocationsMetadataStoresOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsMetadataStoresService

func NewProjectsLocationsMetadataStoresService(s *Service) *ProjectsLocationsMetadataStoresService

func (*ProjectsLocationsMetadataStoresService) Create

func (r *ProjectsLocationsMetadataStoresService) Create(parent string, googlecloudaiplatformv1beta1metadatastore *GoogleCloudAiplatformV1beta1MetadataStore) *ProjectsLocationsMetadataStoresCreateCall

Create: Initializes a MetadataStore, including allocation of resources.

func (*ProjectsLocationsMetadataStoresService) Delete

func (r *ProjectsLocationsMetadataStoresService) Delete(name string) *ProjectsLocationsMetadataStoresDeleteCall

Delete: Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

func (*ProjectsLocationsMetadataStoresService) Get

func (r *ProjectsLocationsMetadataStoresService) Get(name string) *ProjectsLocationsMetadataStoresGetCall

Get: Retrieves a specific MetadataStore.

func (*ProjectsLocationsMetadataStoresService) List

func (r *ProjectsLocationsMetadataStoresService) List(parent string) *ProjectsLocationsMetadataStoresListCall

List: Lists MetadataStores for a Location.

type ProjectsLocationsMigratableResourcesBatchMigrateCall

type ProjectsLocationsMigratableResourcesBatchMigrateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMigratableResourcesBatchMigrateCall) Context

func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesBatchMigrateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMigratableResourcesBatchMigrateCall) Do

func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.migratableResources.batchMigrate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMigratableResourcesBatchMigrateCall) Fields

func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesBatchMigrateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMigratableResourcesBatchMigrateCall) Header

func (c *ProjectsLocationsMigratableResourcesBatchMigrateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMigratableResourcesOperationsCancelCall

type ProjectsLocationsMigratableResourcesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMigratableResourcesOperationsCancelCall) Context

func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMigratableResourcesOperationsCancelCall) Do

func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.migratableResources.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMigratableResourcesOperationsCancelCall) Fields

func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMigratableResourcesOperationsCancelCall) Header

func (c *ProjectsLocationsMigratableResourcesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMigratableResourcesOperationsDeleteCall

type ProjectsLocationsMigratableResourcesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMigratableResourcesOperationsDeleteCall) Context

func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMigratableResourcesOperationsDeleteCall) Do

func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.migratableResources.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMigratableResourcesOperationsDeleteCall) Fields

func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMigratableResourcesOperationsDeleteCall) Header

func (c *ProjectsLocationsMigratableResourcesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsMigratableResourcesOperationsGetCall

type ProjectsLocationsMigratableResourcesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMigratableResourcesOperationsGetCall) Context

func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMigratableResourcesOperationsGetCall) Do

func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.migratableResources.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMigratableResourcesOperationsGetCall) Fields

func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMigratableResourcesOperationsGetCall) Header

func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMigratableResourcesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsMigratableResourcesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMigratableResourcesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsMigratableResourcesOperationsListCall

type ProjectsLocationsMigratableResourcesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMigratableResourcesOperationsListCall) Context

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) Do

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.migratableResources.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) Fields

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) Filter

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Filter(filter string) *ProjectsLocationsMigratableResourcesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) Header

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMigratableResourcesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) PageSize

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsMigratableResourcesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) PageToken

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsMigratableResourcesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsMigratableResourcesOperationsListCall) Pages

func (c *ProjectsLocationsMigratableResourcesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMigratableResourcesOperationsService

type ProjectsLocationsMigratableResourcesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsMigratableResourcesOperationsService

func NewProjectsLocationsMigratableResourcesOperationsService(s *Service) *ProjectsLocationsMigratableResourcesOperationsService

func (*ProjectsLocationsMigratableResourcesOperationsService) Cancel

func (r *ProjectsLocationsMigratableResourcesOperationsService) Cancel(name string) *ProjectsLocationsMigratableResourcesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsMigratableResourcesOperationsService) Delete

func (r *ProjectsLocationsMigratableResourcesOperationsService) Delete(name string) *ProjectsLocationsMigratableResourcesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsMigratableResourcesOperationsService) Get

func (r *ProjectsLocationsMigratableResourcesOperationsService) Get(name string) *ProjectsLocationsMigratableResourcesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsMigratableResourcesOperationsService) List

func (r *ProjectsLocationsMigratableResourcesOperationsService) List(name string) *ProjectsLocationsMigratableResourcesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsMigratableResourcesOperationsService) Wait

func (r *ProjectsLocationsMigratableResourcesOperationsService) Wait(name string) *ProjectsLocationsMigratableResourcesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsMigratableResourcesOperationsWaitCall

type ProjectsLocationsMigratableResourcesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMigratableResourcesOperationsWaitCall) Context

func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMigratableResourcesOperationsWaitCall) Do

func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.migratableResources.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMigratableResourcesOperationsWaitCall) Fields

func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMigratableResourcesOperationsWaitCall) Header

func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMigratableResourcesOperationsWaitCall) Timeout

func (c *ProjectsLocationsMigratableResourcesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsMigratableResourcesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsMigratableResourcesSearchCall

type ProjectsLocationsMigratableResourcesSearchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsMigratableResourcesSearchCall) Context

func (c *ProjectsLocationsMigratableResourcesSearchCall) Context(ctx context.Context) *ProjectsLocationsMigratableResourcesSearchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsMigratableResourcesSearchCall) Do

func (c *ProjectsLocationsMigratableResourcesSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse, error)

Do executes the "aiplatform.projects.locations.migratableResources.search" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse.ServerResponse .Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsMigratableResourcesSearchCall) Fields

func (c *ProjectsLocationsMigratableResourcesSearchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigratableResourcesSearchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsMigratableResourcesSearchCall) Header

func (c *ProjectsLocationsMigratableResourcesSearchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsMigratableResourcesSearchCall) Pages

func (c *ProjectsLocationsMigratableResourcesSearchCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsMigratableResourcesService

type ProjectsLocationsMigratableResourcesService struct {
    Operations *ProjectsLocationsMigratableResourcesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsMigratableResourcesService

func NewProjectsLocationsMigratableResourcesService(s *Service) *ProjectsLocationsMigratableResourcesService

func (*ProjectsLocationsMigratableResourcesService) BatchMigrate

func (r *ProjectsLocationsMigratableResourcesService) BatchMigrate(parent string, googlecloudaiplatformv1beta1batchmigrateresourcesrequest *GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest) *ProjectsLocationsMigratableResourcesBatchMigrateCall

BatchMigrate: Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.

func (*ProjectsLocationsMigratableResourcesService) Search

func (r *ProjectsLocationsMigratableResourcesService) Search(parent string, googlecloudaiplatformv1beta1searchmigratableresourcesrequest *GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest) *ProjectsLocationsMigratableResourcesSearchCall

Search: Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.

type ProjectsLocationsModelDeploymentMonitoringJobsCreateCall

type ProjectsLocationsModelDeploymentMonitoringJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall

type ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelDeploymentMonitoringJobsGetCall

type ProjectsLocationsModelDeploymentMonitoringJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelDeploymentMonitoringJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelDeploymentMonitoringJobsListCall

type ProjectsLocationsModelDeploymentMonitoringJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse.Server Response.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) Filter

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Filter(filter string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*" * `state!="JOB_STATE_FAILED" OR display_name="my_job" * `NOT display_name="my_job" * `create_time>"2021-05-18T00:00:00Z" * `labels.keyA=valueA` * `labels.keyB:*`

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) IfNoneMatch

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) PageSize

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) PageSize(pageSize int64) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) PageToken

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) PageToken(pageToken string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) Pages

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsListCall) ReadMask

func (c *ProjectsLocationsModelDeploymentMonitoringJobsListCall) ReadMask(readMask string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Filter

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Filter(filter string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) PageSize

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) PageToken

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Pages

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsService

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelDeploymentMonitoringJobsOperationsService

func NewProjectsLocationsModelDeploymentMonitoringJobsOperationsService(s *Service) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Cancel

func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Cancel(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Delete

func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Delete(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Get

func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Get(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) List

func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) List(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Wait

func (r *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService) Wait(name string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall

type ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Timeout

func (c *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelDeploymentMonitoringJobsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsModelDeploymentMonitoringJobsPatchCall

type ProjectsLocationsModelDeploymentMonitoringJobsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) UpdateMask

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask is used to specify the fields to be overwritten in the ModelDeploymentMonitoringJob resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. For the objective config, the user can either provide the update mask for model_deployment_monitoring_objective_configs or any combination of its nested fields, such as: model_deployment_monitoring_objective_configs.objective_config.training_datas et. Updatable fields: * `display_name` * `model_deployment_monitoring_schedule_config` * `model_monitoring_alert_config` * `logging_sampling_strategy` * `labels` * `log_ttl` * `enable_monitoring_pipeline_logs` . and * `model_deployment_monitoring_objective_configs` . or * `model_deployment_monitoring_objective_configs.objective_config.training_data set` * `model_deployment_monitoring_objective_configs.objective_config.training_pred iction_skew_detection_config` * `model_deployment_monitoring_objective_configs.objective_config.prediction_dr ift_detection_config`

type ProjectsLocationsModelDeploymentMonitoringJobsPauseCall

type ProjectsLocationsModelDeploymentMonitoringJobsPauseCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.pause" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelDeploymentMonitoringJobsResumeCall

type ProjectsLocationsModelDeploymentMonitoringJobsResumeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.resume" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall

type ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Context

func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Context(ctx context.Context) *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Do

func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse, error)

Do executes the "aiplatform.projects.locations.modelDeploymentMonitoringJobs.searchModelDeploymentMonitoringStatsAnomalies" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRes ponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Fields

func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Header

func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Pages

func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsModelDeploymentMonitoringJobsService

type ProjectsLocationsModelDeploymentMonitoringJobsService struct {
    Operations *ProjectsLocationsModelDeploymentMonitoringJobsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelDeploymentMonitoringJobsService

func NewProjectsLocationsModelDeploymentMonitoringJobsService(s *Service) *ProjectsLocationsModelDeploymentMonitoringJobsService

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) Create

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Create(parent string, googlecloudaiplatformv1beta1modeldeploymentmonitoringjob *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob) *ProjectsLocationsModelDeploymentMonitoringJobsCreateCall

Create: Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval.

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) Delete

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Delete(name string) *ProjectsLocationsModelDeploymentMonitoringJobsDeleteCall

Delete: Deletes a ModelDeploymentMonitoringJob.

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) Get

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Get(name string) *ProjectsLocationsModelDeploymentMonitoringJobsGetCall

Get: Gets a ModelDeploymentMonitoringJob.

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) List

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) List(parent string) *ProjectsLocationsModelDeploymentMonitoringJobsListCall

List: Lists ModelDeploymentMonitoringJobs in a Location.

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) Patch

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Patch(name string, googlecloudaiplatformv1beta1modeldeploymentmonitoringjob *GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall

Patch: Updates a ModelDeploymentMonitoringJob.

- name: Output only. Resource name of a ModelDeploymentMonitoringJob.

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) Pause

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Pause(name string, googlecloudaiplatformv1beta1pausemodeldeploymentmonitoringjobrequest *GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest) *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall

Pause: Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'.

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) Resume

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Resume(name string, googlecloudaiplatformv1beta1resumemodeldeploymentmonitoringjobrequest *GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest) *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall

Resume: Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.

func (*ProjectsLocationsModelDeploymentMonitoringJobsService) SearchModelDeploymentMonitoringStatsAnomalies

func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) SearchModelDeploymentMonitoringStatsAnomalies(modelDeploymentMonitoringJob string, googlecloudaiplatformv1beta1searchmodeldeploymentmonitoringstatsanomaliesrequest *GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest) *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall

SearchModelDeploymentMonitoringStatsAnomalies: Searches Model Monitoring Statistics generated within a given time window.

type ProjectsLocationsModelMonitorsCreateCall

type ProjectsLocationsModelMonitorsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsCreateCall) Context

func (c *ProjectsLocationsModelMonitorsCreateCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsCreateCall) Do

func (c *ProjectsLocationsModelMonitorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelMonitors.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsCreateCall) Fields

func (c *ProjectsLocationsModelMonitorsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsCreateCall) Header

func (c *ProjectsLocationsModelMonitorsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsCreateCall) ModelMonitorId

func (c *ProjectsLocationsModelMonitorsCreateCall) ModelMonitorId(modelMonitorId string) *ProjectsLocationsModelMonitorsCreateCall

ModelMonitorId sets the optional parameter "modelMonitorId": The ID to use for the Model Monitor, which will become the final component of the model monitor resource name. The maximum length is 63 characters, and valid characters are `/^a-z ([a-z0-9-]{0,61}[a-z0-9])?$/`.

type ProjectsLocationsModelMonitorsDeleteCall

type ProjectsLocationsModelMonitorsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsDeleteCall) Context

func (c *ProjectsLocationsModelMonitorsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsDeleteCall) Do

func (c *ProjectsLocationsModelMonitorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelMonitors.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsDeleteCall) Fields

func (c *ProjectsLocationsModelMonitorsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsDeleteCall) Force

func (c *ProjectsLocationsModelMonitorsDeleteCall) Force(force bool) *ProjectsLocationsModelMonitorsDeleteCall

Force sets the optional parameter "force": Force delete the model monitor with schedules.

func (*ProjectsLocationsModelMonitorsDeleteCall) Header

func (c *ProjectsLocationsModelMonitorsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelMonitorsGetCall

type ProjectsLocationsModelMonitorsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsGetCall) Context

func (c *ProjectsLocationsModelMonitorsGetCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsGetCall) Do

func (c *ProjectsLocationsModelMonitorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelMonitor, error)

Do executes the "aiplatform.projects.locations.modelMonitors.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelMonitor.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsGetCall) Fields

func (c *ProjectsLocationsModelMonitorsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsGetCall) Header

func (c *ProjectsLocationsModelMonitorsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelMonitorsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelMonitorsListCall

type ProjectsLocationsModelMonitorsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsListCall) Context

func (c *ProjectsLocationsModelMonitorsListCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsListCall) Do

func (c *ProjectsLocationsModelMonitorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelMonitorsResponse, error)

Do executes the "aiplatform.projects.locations.modelMonitors.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListModelMonitorsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsListCall) Fields

func (c *ProjectsLocationsModelMonitorsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsListCall) Filter

func (c *ProjectsLocationsModelMonitorsListCall) Filter(filter string) *ProjectsLocationsModelMonitorsListCall

Filter sets the optional parameter "filter": The standard list filter. More detail in AIP-160 (https://google.aip.dev/160).

func (*ProjectsLocationsModelMonitorsListCall) Header

func (c *ProjectsLocationsModelMonitorsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsListCall) IfNoneMatch

func (c *ProjectsLocationsModelMonitorsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelMonitorsListCall) PageSize

func (c *ProjectsLocationsModelMonitorsListCall) PageSize(pageSize int64) *ProjectsLocationsModelMonitorsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelMonitorsListCall) PageToken

func (c *ProjectsLocationsModelMonitorsListCall) PageToken(pageToken string) *ProjectsLocationsModelMonitorsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsModelMonitorsListCall) Pages

func (c *ProjectsLocationsModelMonitorsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelMonitorsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsModelMonitorsListCall) ReadMask

func (c *ProjectsLocationsModelMonitorsListCall) ReadMask(readMask string) *ProjectsLocationsModelMonitorsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall

type ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Context

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Do

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelMonitoringJob, error)

Do executes the "aiplatform.projects.locations.modelMonitors.modelMonitoringJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelMonitoringJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Fields

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Header

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) ModelMonitoringJobId

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall) ModelMonitoringJobId(modelMonitoringJobId string) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall

ModelMonitoringJobId sets the optional parameter "modelMonitoringJobId": The ID to use for the Model Monitoring Job, which will become the final component of the model monitoring job resource name. The maximum length is 63 characters, and valid characters are `/^a-z ([a-z0-9-]{0,61}[a-z0-9])?$/`.

type ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall

type ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Context

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Do

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelMonitors.modelMonitoringJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Fields

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Header

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall

type ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Context

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Do

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelMonitoringJob, error)

Do executes the "aiplatform.projects.locations.modelMonitors.modelMonitoringJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelMonitoringJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Fields

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Header

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

type ProjectsLocationsModelMonitorsModelMonitoringJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Context

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Do

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse, error)

Do executes the "aiplatform.projects.locations.modelMonitors.modelMonitoringJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Fields

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Filter

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Filter(filter string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

Filter sets the optional parameter "filter": The standard list filter. More detail in AIP-160 (https://google.aip.dev/160).

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Header

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) IfNoneMatch

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) PageSize

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) PageSize(pageSize int64) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) PageToken

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) PageToken(pageToken string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Pages

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) ReadMask

func (c *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall) ReadMask(readMask string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read

type ProjectsLocationsModelMonitorsModelMonitoringJobsService

type ProjectsLocationsModelMonitorsModelMonitoringJobsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelMonitorsModelMonitoringJobsService

func NewProjectsLocationsModelMonitorsModelMonitoringJobsService(s *Service) *ProjectsLocationsModelMonitorsModelMonitoringJobsService

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsService) Create

func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) Create(parent string, googlecloudaiplatformv1beta1modelmonitoringjob *GoogleCloudAiplatformV1beta1ModelMonitoringJob) *ProjectsLocationsModelMonitorsModelMonitoringJobsCreateCall

Create: Creates a ModelMonitoringJob.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsService) Delete

func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) Delete(name string) *ProjectsLocationsModelMonitorsModelMonitoringJobsDeleteCall

Delete: Deletes a ModelMonitoringJob.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsService) Get

func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) Get(name string) *ProjectsLocationsModelMonitorsModelMonitoringJobsGetCall

Get: Gets a ModelMonitoringJob.

func (*ProjectsLocationsModelMonitorsModelMonitoringJobsService) List

func (r *ProjectsLocationsModelMonitorsModelMonitoringJobsService) List(parent string) *ProjectsLocationsModelMonitorsModelMonitoringJobsListCall

List: Lists ModelMonitoringJobs. Callers may choose to read across multiple Monitors as per AIP-159 (https://google.aip.dev/159) by using '-' (the hyphen or dash character) as a wildcard character instead of modelMonitor id in the parent. Format `projects/{project_id}/locations/{location}/moodelMonitors/-/modelMonitoringJ obs`

type ProjectsLocationsModelMonitorsOperationsCancelCall

type ProjectsLocationsModelMonitorsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsOperationsCancelCall) Context

func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsOperationsCancelCall) Do

func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.modelMonitors.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsOperationsCancelCall) Fields

func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsOperationsCancelCall) Header

func (c *ProjectsLocationsModelMonitorsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelMonitorsOperationsDeleteCall

type ProjectsLocationsModelMonitorsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsOperationsDeleteCall) Context

func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsOperationsDeleteCall) Do

func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.modelMonitors.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsOperationsDeleteCall) Fields

func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsOperationsDeleteCall) Header

func (c *ProjectsLocationsModelMonitorsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelMonitorsOperationsGetCall

type ProjectsLocationsModelMonitorsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsOperationsGetCall) Context

func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsOperationsGetCall) Do

func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelMonitors.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsOperationsGetCall) Fields

func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsOperationsGetCall) Header

func (c *ProjectsLocationsModelMonitorsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelMonitorsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelMonitorsOperationsListCall

type ProjectsLocationsModelMonitorsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsOperationsListCall) Context

func (c *ProjectsLocationsModelMonitorsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsOperationsListCall) Do

func (c *ProjectsLocationsModelMonitorsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.modelMonitors.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsOperationsListCall) Fields

func (c *ProjectsLocationsModelMonitorsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsOperationsListCall) Filter

func (c *ProjectsLocationsModelMonitorsOperationsListCall) Filter(filter string) *ProjectsLocationsModelMonitorsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsModelMonitorsOperationsListCall) Header

func (c *ProjectsLocationsModelMonitorsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsModelMonitorsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelMonitorsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelMonitorsOperationsListCall) PageSize

func (c *ProjectsLocationsModelMonitorsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelMonitorsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelMonitorsOperationsListCall) PageToken

func (c *ProjectsLocationsModelMonitorsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelMonitorsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsModelMonitorsOperationsListCall) Pages

func (c *ProjectsLocationsModelMonitorsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsModelMonitorsOperationsService

type ProjectsLocationsModelMonitorsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelMonitorsOperationsService

func NewProjectsLocationsModelMonitorsOperationsService(s *Service) *ProjectsLocationsModelMonitorsOperationsService

func (*ProjectsLocationsModelMonitorsOperationsService) Cancel

func (r *ProjectsLocationsModelMonitorsOperationsService) Cancel(name string) *ProjectsLocationsModelMonitorsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsModelMonitorsOperationsService) Delete

func (r *ProjectsLocationsModelMonitorsOperationsService) Delete(name string) *ProjectsLocationsModelMonitorsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsModelMonitorsOperationsService) Get

func (r *ProjectsLocationsModelMonitorsOperationsService) Get(name string) *ProjectsLocationsModelMonitorsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsModelMonitorsOperationsService) List

func (r *ProjectsLocationsModelMonitorsOperationsService) List(name string) *ProjectsLocationsModelMonitorsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsModelMonitorsOperationsService) Wait

func (r *ProjectsLocationsModelMonitorsOperationsService) Wait(name string) *ProjectsLocationsModelMonitorsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsModelMonitorsOperationsWaitCall

type ProjectsLocationsModelMonitorsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsOperationsWaitCall) Context

func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsOperationsWaitCall) Do

func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelMonitors.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsOperationsWaitCall) Fields

func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsOperationsWaitCall) Header

func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsOperationsWaitCall) Timeout

func (c *ProjectsLocationsModelMonitorsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelMonitorsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsModelMonitorsPatchCall

type ProjectsLocationsModelMonitorsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsPatchCall) Context

func (c *ProjectsLocationsModelMonitorsPatchCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsPatchCall) Do

func (c *ProjectsLocationsModelMonitorsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.modelMonitors.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsPatchCall) Fields

func (c *ProjectsLocationsModelMonitorsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsPatchCall) Header

func (c *ProjectsLocationsModelMonitorsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsPatchCall) UpdateMask

func (c *ProjectsLocationsModelMonitorsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsModelMonitorsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. Mask specifying which fields to update.

type ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall

type ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Context

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Do

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse, error)

Do executes the "aiplatform.projects.locations.modelMonitors.searchModelMonitoringAlerts" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse.ServerRespon se.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Fields

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Header

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Pages

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall

type ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Context

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Context(ctx context.Context) *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Do

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse, error)

Do executes the "aiplatform.projects.locations.modelMonitors.searchModelMonitoringStats" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse.ServerRespons e.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Fields

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Header

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Pages

func (c *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsModelMonitorsService

type ProjectsLocationsModelMonitorsService struct {
    ModelMonitoringJobs *ProjectsLocationsModelMonitorsModelMonitoringJobsService

    Operations *ProjectsLocationsModelMonitorsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelMonitorsService

func NewProjectsLocationsModelMonitorsService(s *Service) *ProjectsLocationsModelMonitorsService

func (*ProjectsLocationsModelMonitorsService) Create

func (r *ProjectsLocationsModelMonitorsService) Create(parent string, googlecloudaiplatformv1beta1modelmonitor *GoogleCloudAiplatformV1beta1ModelMonitor) *ProjectsLocationsModelMonitorsCreateCall

Create: Creates a ModelMonitor.

func (*ProjectsLocationsModelMonitorsService) Delete

func (r *ProjectsLocationsModelMonitorsService) Delete(name string) *ProjectsLocationsModelMonitorsDeleteCall

Delete: Deletes a ModelMonitor.

func (*ProjectsLocationsModelMonitorsService) Get

func (r *ProjectsLocationsModelMonitorsService) Get(name string) *ProjectsLocationsModelMonitorsGetCall

Get: Gets a ModelMonitor.

func (*ProjectsLocationsModelMonitorsService) List

func (r *ProjectsLocationsModelMonitorsService) List(parent string) *ProjectsLocationsModelMonitorsListCall

List: Lists ModelMonitors in a Location.

func (*ProjectsLocationsModelMonitorsService) Patch

func (r *ProjectsLocationsModelMonitorsService) Patch(name string, googlecloudaiplatformv1beta1modelmonitor *GoogleCloudAiplatformV1beta1ModelMonitor) *ProjectsLocationsModelMonitorsPatchCall

Patch: Updates a ModelMonitor.

func (*ProjectsLocationsModelMonitorsService) SearchModelMonitoringAlerts

func (r *ProjectsLocationsModelMonitorsService) SearchModelMonitoringAlerts(modelMonitor string, googlecloudaiplatformv1beta1searchmodelmonitoringalertsrequest *GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest) *ProjectsLocationsModelMonitorsSearchModelMonitoringAlertsCall

SearchModelMonitoringAlerts: Returns the Model Monitoring alerts.

func (*ProjectsLocationsModelMonitorsService) SearchModelMonitoringStats

func (r *ProjectsLocationsModelMonitorsService) SearchModelMonitoringStats(modelMonitor string, googlecloudaiplatformv1beta1searchmodelmonitoringstatsrequest *GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest) *ProjectsLocationsModelMonitorsSearchModelMonitoringStatsCall

SearchModelMonitoringStats: Searches Model Monitoring Stats generated within a given time window.

type ProjectsLocationsModelsCopyCall

type ProjectsLocationsModelsCopyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsCopyCall) Context

func (c *ProjectsLocationsModelsCopyCall) Context(ctx context.Context) *ProjectsLocationsModelsCopyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsCopyCall) Do

func (c *ProjectsLocationsModelsCopyCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.copy" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsCopyCall) Fields

func (c *ProjectsLocationsModelsCopyCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsCopyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsCopyCall) Header

func (c *ProjectsLocationsModelsCopyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsDeleteCall

type ProjectsLocationsModelsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsDeleteCall) Context

func (c *ProjectsLocationsModelsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsDeleteCall) Do

func (c *ProjectsLocationsModelsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsDeleteCall) Fields

func (c *ProjectsLocationsModelsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsDeleteCall) Header

func (c *ProjectsLocationsModelsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsDeleteVersionCall

type ProjectsLocationsModelsDeleteVersionCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsDeleteVersionCall) Context

func (c *ProjectsLocationsModelsDeleteVersionCall) Context(ctx context.Context) *ProjectsLocationsModelsDeleteVersionCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsDeleteVersionCall) Do

func (c *ProjectsLocationsModelsDeleteVersionCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.deleteVersion" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsDeleteVersionCall) Fields

func (c *ProjectsLocationsModelsDeleteVersionCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsDeleteVersionCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsDeleteVersionCall) Header

func (c *ProjectsLocationsModelsDeleteVersionCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsEvaluationsGetCall

type ProjectsLocationsModelsEvaluationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsGetCall) Context

func (c *ProjectsLocationsModelsEvaluationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsGetCall) Do

func (c *ProjectsLocationsModelsEvaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelEvaluation, error)

Do executes the "aiplatform.projects.locations.models.evaluations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelEvaluation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsGetCall) Fields

func (c *ProjectsLocationsModelsEvaluationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsGetCall) Header

func (c *ProjectsLocationsModelsEvaluationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsEvaluationsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelsEvaluationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelsEvaluationsImportCall

type ProjectsLocationsModelsEvaluationsImportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsImportCall) Context

func (c *ProjectsLocationsModelsEvaluationsImportCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsImportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsImportCall) Do

func (c *ProjectsLocationsModelsEvaluationsImportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelEvaluation, error)

Do executes the "aiplatform.projects.locations.models.evaluations.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelEvaluation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsImportCall) Fields

func (c *ProjectsLocationsModelsEvaluationsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsImportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsImportCall) Header

func (c *ProjectsLocationsModelsEvaluationsImportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsEvaluationsListCall

type ProjectsLocationsModelsEvaluationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsListCall) Context

func (c *ProjectsLocationsModelsEvaluationsListCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsListCall) Do

func (c *ProjectsLocationsModelsEvaluationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse, error)

Do executes the "aiplatform.projects.locations.models.evaluations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsListCall) Fields

func (c *ProjectsLocationsModelsEvaluationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsListCall) Filter

func (c *ProjectsLocationsModelsEvaluationsListCall) Filter(filter string) *ProjectsLocationsModelsEvaluationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsModelsEvaluationsListCall) Header

func (c *ProjectsLocationsModelsEvaluationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsEvaluationsListCall) IfNoneMatch

func (c *ProjectsLocationsModelsEvaluationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelsEvaluationsListCall) PageSize

func (c *ProjectsLocationsModelsEvaluationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsEvaluationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelsEvaluationsListCall) PageToken

func (c *ProjectsLocationsModelsEvaluationsListCall) PageToken(pageToken string) *ProjectsLocationsModelsEvaluationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListModelEvaluationsResponse.next_page_token of the previous ModelService.ListModelEvaluations call.

func (*ProjectsLocationsModelsEvaluationsListCall) Pages

func (c *ProjectsLocationsModelsEvaluationsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsModelsEvaluationsListCall) ReadMask

func (c *ProjectsLocationsModelsEvaluationsListCall) ReadMask(readMask string) *ProjectsLocationsModelsEvaluationsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsModelsEvaluationsOperationsCancelCall

type ProjectsLocationsModelsEvaluationsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsOperationsCancelCall) Context

func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsOperationsCancelCall) Do

func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.models.evaluations.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsOperationsCancelCall) Fields

func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsOperationsCancelCall) Header

func (c *ProjectsLocationsModelsEvaluationsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsEvaluationsOperationsDeleteCall

type ProjectsLocationsModelsEvaluationsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Context

func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Do

func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.models.evaluations.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Fields

func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Header

func (c *ProjectsLocationsModelsEvaluationsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsEvaluationsOperationsGetCall

type ProjectsLocationsModelsEvaluationsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsOperationsGetCall) Context

func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsOperationsGetCall) Do

func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.evaluations.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsOperationsGetCall) Fields

func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsOperationsGetCall) Header

func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsEvaluationsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelsEvaluationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelsEvaluationsOperationsListCall

type ProjectsLocationsModelsEvaluationsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) Context

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) Do

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.models.evaluations.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) Fields

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) Filter

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Filter(filter string) *ProjectsLocationsModelsEvaluationsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) Header

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) PageSize

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsEvaluationsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) PageToken

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelsEvaluationsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsModelsEvaluationsOperationsListCall) Pages

func (c *ProjectsLocationsModelsEvaluationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsModelsEvaluationsOperationsService

type ProjectsLocationsModelsEvaluationsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelsEvaluationsOperationsService

func NewProjectsLocationsModelsEvaluationsOperationsService(s *Service) *ProjectsLocationsModelsEvaluationsOperationsService

func (*ProjectsLocationsModelsEvaluationsOperationsService) Cancel

func (r *ProjectsLocationsModelsEvaluationsOperationsService) Cancel(name string) *ProjectsLocationsModelsEvaluationsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsModelsEvaluationsOperationsService) Delete

func (r *ProjectsLocationsModelsEvaluationsOperationsService) Delete(name string) *ProjectsLocationsModelsEvaluationsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsModelsEvaluationsOperationsService) Get

func (r *ProjectsLocationsModelsEvaluationsOperationsService) Get(name string) *ProjectsLocationsModelsEvaluationsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsModelsEvaluationsOperationsService) List

func (r *ProjectsLocationsModelsEvaluationsOperationsService) List(name string) *ProjectsLocationsModelsEvaluationsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsModelsEvaluationsOperationsService) Wait

func (r *ProjectsLocationsModelsEvaluationsOperationsService) Wait(name string) *ProjectsLocationsModelsEvaluationsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsModelsEvaluationsOperationsWaitCall

type ProjectsLocationsModelsEvaluationsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsOperationsWaitCall) Context

func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsOperationsWaitCall) Do

func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.evaluations.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsOperationsWaitCall) Fields

func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsOperationsWaitCall) Header

func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsEvaluationsOperationsWaitCall) Timeout

func (c *ProjectsLocationsModelsEvaluationsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelsEvaluationsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsModelsEvaluationsService

type ProjectsLocationsModelsEvaluationsService struct {
    Operations *ProjectsLocationsModelsEvaluationsOperationsService

    Slices *ProjectsLocationsModelsEvaluationsSlicesService
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelsEvaluationsService

func NewProjectsLocationsModelsEvaluationsService(s *Service) *ProjectsLocationsModelsEvaluationsService

func (*ProjectsLocationsModelsEvaluationsService) Get

func (r *ProjectsLocationsModelsEvaluationsService) Get(name string) *ProjectsLocationsModelsEvaluationsGetCall

Get: Gets a ModelEvaluation.

func (*ProjectsLocationsModelsEvaluationsService) Import

func (r *ProjectsLocationsModelsEvaluationsService) Import(parent string, googlecloudaiplatformv1beta1importmodelevaluationrequest *GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest) *ProjectsLocationsModelsEvaluationsImportCall

Import: Imports an externally generated ModelEvaluation.

func (*ProjectsLocationsModelsEvaluationsService) List

func (r *ProjectsLocationsModelsEvaluationsService) List(parent string) *ProjectsLocationsModelsEvaluationsListCall

List: Lists ModelEvaluations in a Model.

type ProjectsLocationsModelsEvaluationsSlicesBatchImportCall

type ProjectsLocationsModelsEvaluationsSlicesBatchImportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Context

func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Do

func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse, error)

Do executes the "aiplatform.projects.locations.models.evaluations.slices.batchImport" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse.ServerRe sponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Fields

func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Header

func (c *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsEvaluationsSlicesGetCall

type ProjectsLocationsModelsEvaluationsSlicesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsSlicesGetCall) Context

func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsSlicesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsSlicesGetCall) Do

func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ModelEvaluationSlice, error)

Do executes the "aiplatform.projects.locations.models.evaluations.slices.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ModelEvaluationSlice.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsSlicesGetCall) Fields

func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsSlicesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsSlicesGetCall) Header

func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsEvaluationsSlicesGetCall) IfNoneMatch

func (c *ProjectsLocationsModelsEvaluationsSlicesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsSlicesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelsEvaluationsSlicesListCall

type ProjectsLocationsModelsEvaluationsSlicesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) Context

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Context(ctx context.Context) *ProjectsLocationsModelsEvaluationsSlicesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) Do

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse, error)

Do executes the "aiplatform.projects.locations.models.evaluations.slices.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse.ServerResponse .Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) Fields

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsEvaluationsSlicesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) Filter

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Filter(filter string) *ProjectsLocationsModelsEvaluationsSlicesListCall

Filter sets the optional parameter "filter": The standard list filter. * `slice.dimension` - for =.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) Header

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) IfNoneMatch

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsEvaluationsSlicesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) PageSize

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) PageSize(pageSize int64) *ProjectsLocationsModelsEvaluationsSlicesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) PageToken

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) PageToken(pageToken string) *ProjectsLocationsModelsEvaluationsSlicesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListModelEvaluationSlicesResponse.next_page_token of the previous ModelService.ListModelEvaluationSlices call.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) Pages

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsModelsEvaluationsSlicesListCall) ReadMask

func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) ReadMask(readMask string) *ProjectsLocationsModelsEvaluationsSlicesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsModelsEvaluationsSlicesService

type ProjectsLocationsModelsEvaluationsSlicesService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelsEvaluationsSlicesService

func NewProjectsLocationsModelsEvaluationsSlicesService(s *Service) *ProjectsLocationsModelsEvaluationsSlicesService

func (*ProjectsLocationsModelsEvaluationsSlicesService) BatchImport

func (r *ProjectsLocationsModelsEvaluationsSlicesService) BatchImport(parent string, googlecloudaiplatformv1beta1batchimportevaluatedannotationsrequest *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest) *ProjectsLocationsModelsEvaluationsSlicesBatchImportCall

BatchImport: Imports a list of externally generated EvaluatedAnnotations.

func (*ProjectsLocationsModelsEvaluationsSlicesService) Get

func (r *ProjectsLocationsModelsEvaluationsSlicesService) Get(name string) *ProjectsLocationsModelsEvaluationsSlicesGetCall

Get: Gets a ModelEvaluationSlice.

func (*ProjectsLocationsModelsEvaluationsSlicesService) List

func (r *ProjectsLocationsModelsEvaluationsSlicesService) List(parent string) *ProjectsLocationsModelsEvaluationsSlicesListCall

List: Lists ModelEvaluationSlices in a ModelEvaluation.

type ProjectsLocationsModelsExportCall

type ProjectsLocationsModelsExportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsExportCall) Context

func (c *ProjectsLocationsModelsExportCall) Context(ctx context.Context) *ProjectsLocationsModelsExportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsExportCall) Do

func (c *ProjectsLocationsModelsExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.export" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsExportCall) Fields

func (c *ProjectsLocationsModelsExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsExportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsExportCall) Header

func (c *ProjectsLocationsModelsExportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsGetCall

type ProjectsLocationsModelsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsGetCall) Context

func (c *ProjectsLocationsModelsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsGetCall) Do

func (c *ProjectsLocationsModelsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Model, error)

Do executes the "aiplatform.projects.locations.models.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Model.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsGetCall) Fields

func (c *ProjectsLocationsModelsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsGetCall) Header

func (c *ProjectsLocationsModelsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelsGetIamPolicyCall

type ProjectsLocationsModelsGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsGetIamPolicyCall) Context

func (c *ProjectsLocationsModelsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsModelsGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsGetIamPolicyCall) Do

func (c *ProjectsLocationsModelsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.models.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsGetIamPolicyCall) Fields

func (c *ProjectsLocationsModelsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsGetIamPolicyCall) Header

func (c *ProjectsLocationsModelsGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsGetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *ProjectsLocationsModelsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsModelsGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).

type ProjectsLocationsModelsListCall

type ProjectsLocationsModelsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsListCall) Context

func (c *ProjectsLocationsModelsListCall) Context(ctx context.Context) *ProjectsLocationsModelsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsListCall) Do

func (c *ProjectsLocationsModelsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelsResponse, error)

Do executes the "aiplatform.projects.locations.models.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListModelsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsListCall) Fields

func (c *ProjectsLocationsModelsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsListCall) Filter

func (c *ProjectsLocationsModelsListCall) Filter(filter string) *ProjectsLocationsModelsListCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the last segment of the Model's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key". * `base_model_name` only supports = Some examples: * `model=1234` * `displayName="myDisplayName" * `labels.myKey="myValue" * `baseModelName="text-bison"

func (*ProjectsLocationsModelsListCall) Header

func (c *ProjectsLocationsModelsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsListCall) IfNoneMatch

func (c *ProjectsLocationsModelsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelsListCall) PageSize

func (c *ProjectsLocationsModelsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelsListCall) PageToken

func (c *ProjectsLocationsModelsListCall) PageToken(pageToken string) *ProjectsLocationsModelsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListModelsResponse.next_page_token of the previous ModelService.ListModels call.

func (*ProjectsLocationsModelsListCall) Pages

func (c *ProjectsLocationsModelsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsModelsListCall) ReadMask

func (c *ProjectsLocationsModelsListCall) ReadMask(readMask string) *ProjectsLocationsModelsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsModelsListVersionsCall

type ProjectsLocationsModelsListVersionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsListVersionsCall) Context

func (c *ProjectsLocationsModelsListVersionsCall) Context(ctx context.Context) *ProjectsLocationsModelsListVersionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsListVersionsCall) Do

func (c *ProjectsLocationsModelsListVersionsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListModelVersionsResponse, error)

Do executes the "aiplatform.projects.locations.models.listVersions" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListModelVersionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsListVersionsCall) Fields

func (c *ProjectsLocationsModelsListVersionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsListVersionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsListVersionsCall) Filter

func (c *ProjectsLocationsModelsListVersionsCall) Filter(filter string) *ProjectsLocationsModelsListVersionsCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key". Some examples: * `labels.myKey="myValue"

func (*ProjectsLocationsModelsListVersionsCall) Header

func (c *ProjectsLocationsModelsListVersionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsListVersionsCall) IfNoneMatch

func (c *ProjectsLocationsModelsListVersionsCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsListVersionsCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelsListVersionsCall) OrderBy

func (c *ProjectsLocationsModelsListVersionsCall) OrderBy(orderBy string) *ProjectsLocationsModelsListVersionsCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time` * `update_time` Example: `update_time asc, create_time desc`.

func (*ProjectsLocationsModelsListVersionsCall) PageSize

func (c *ProjectsLocationsModelsListVersionsCall) PageSize(pageSize int64) *ProjectsLocationsModelsListVersionsCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelsListVersionsCall) PageToken

func (c *ProjectsLocationsModelsListVersionsCall) PageToken(pageToken string) *ProjectsLocationsModelsListVersionsCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via next_page_token of the previous ListModelVersions call.

func (*ProjectsLocationsModelsListVersionsCall) Pages

func (c *ProjectsLocationsModelsListVersionsCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListModelVersionsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsModelsListVersionsCall) ReadMask

func (c *ProjectsLocationsModelsListVersionsCall) ReadMask(readMask string) *ProjectsLocationsModelsListVersionsCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsModelsMergeVersionAliasesCall

type ProjectsLocationsModelsMergeVersionAliasesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsMergeVersionAliasesCall) Context

func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Context(ctx context.Context) *ProjectsLocationsModelsMergeVersionAliasesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsMergeVersionAliasesCall) Do

func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Model, error)

Do executes the "aiplatform.projects.locations.models.mergeVersionAliases" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Model.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsMergeVersionAliasesCall) Fields

func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsMergeVersionAliasesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsMergeVersionAliasesCall) Header

func (c *ProjectsLocationsModelsMergeVersionAliasesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsOperationsCancelCall

type ProjectsLocationsModelsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsOperationsCancelCall) Context

func (c *ProjectsLocationsModelsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsOperationsCancelCall) Do

func (c *ProjectsLocationsModelsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.models.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsOperationsCancelCall) Fields

func (c *ProjectsLocationsModelsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsOperationsCancelCall) Header

func (c *ProjectsLocationsModelsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsOperationsDeleteCall

type ProjectsLocationsModelsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsOperationsDeleteCall) Context

func (c *ProjectsLocationsModelsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsOperationsDeleteCall) Do

func (c *ProjectsLocationsModelsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.models.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsOperationsDeleteCall) Fields

func (c *ProjectsLocationsModelsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsOperationsDeleteCall) Header

func (c *ProjectsLocationsModelsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsOperationsGetCall

type ProjectsLocationsModelsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsOperationsGetCall) Context

func (c *ProjectsLocationsModelsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsOperationsGetCall) Do

func (c *ProjectsLocationsModelsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsOperationsGetCall) Fields

func (c *ProjectsLocationsModelsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsOperationsGetCall) Header

func (c *ProjectsLocationsModelsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsModelsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsModelsOperationsListCall

type ProjectsLocationsModelsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsOperationsListCall) Context

func (c *ProjectsLocationsModelsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsOperationsListCall) Do

func (c *ProjectsLocationsModelsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.models.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsOperationsListCall) Fields

func (c *ProjectsLocationsModelsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsOperationsListCall) Filter

func (c *ProjectsLocationsModelsOperationsListCall) Filter(filter string) *ProjectsLocationsModelsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsModelsOperationsListCall) Header

func (c *ProjectsLocationsModelsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsModelsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsModelsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsModelsOperationsListCall) PageSize

func (c *ProjectsLocationsModelsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsModelsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsModelsOperationsListCall) PageToken

func (c *ProjectsLocationsModelsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsModelsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsModelsOperationsListCall) Pages

func (c *ProjectsLocationsModelsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsModelsOperationsService

type ProjectsLocationsModelsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelsOperationsService

func NewProjectsLocationsModelsOperationsService(s *Service) *ProjectsLocationsModelsOperationsService

func (*ProjectsLocationsModelsOperationsService) Cancel

func (r *ProjectsLocationsModelsOperationsService) Cancel(name string) *ProjectsLocationsModelsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsModelsOperationsService) Delete

func (r *ProjectsLocationsModelsOperationsService) Delete(name string) *ProjectsLocationsModelsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsModelsOperationsService) Get

func (r *ProjectsLocationsModelsOperationsService) Get(name string) *ProjectsLocationsModelsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsModelsOperationsService) List

func (r *ProjectsLocationsModelsOperationsService) List(name string) *ProjectsLocationsModelsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsModelsOperationsService) Wait

func (r *ProjectsLocationsModelsOperationsService) Wait(name string) *ProjectsLocationsModelsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsModelsOperationsWaitCall

type ProjectsLocationsModelsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsOperationsWaitCall) Context

func (c *ProjectsLocationsModelsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsModelsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsOperationsWaitCall) Do

func (c *ProjectsLocationsModelsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsOperationsWaitCall) Fields

func (c *ProjectsLocationsModelsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsOperationsWaitCall) Header

func (c *ProjectsLocationsModelsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsOperationsWaitCall) Timeout

func (c *ProjectsLocationsModelsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsModelsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsModelsPatchCall

type ProjectsLocationsModelsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsPatchCall) Context

func (c *ProjectsLocationsModelsPatchCall) Context(ctx context.Context) *ProjectsLocationsModelsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsPatchCall) Do

func (c *ProjectsLocationsModelsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Model, error)

Do executes the "aiplatform.projects.locations.models.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Model.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsPatchCall) Fields

func (c *ProjectsLocationsModelsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsPatchCall) Header

func (c *ProjectsLocationsModelsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsPatchCall) UpdateMask

func (c *ProjectsLocationsModelsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsModelsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask.

type ProjectsLocationsModelsService

type ProjectsLocationsModelsService struct {
    Evaluations *ProjectsLocationsModelsEvaluationsService

    Operations *ProjectsLocationsModelsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsModelsService

func NewProjectsLocationsModelsService(s *Service) *ProjectsLocationsModelsService

func (*ProjectsLocationsModelsService) Copy

func (r *ProjectsLocationsModelsService) Copy(parent string, googlecloudaiplatformv1beta1copymodelrequest *GoogleCloudAiplatformV1beta1CopyModelRequest) *ProjectsLocationsModelsCopyCall

Copy: Copies an already existing Vertex AI Model into the specified Location. The source Model must exist in the same Project. When copying custom Models, the users themselves are responsible for Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) it depends on remain accessible.

func (*ProjectsLocationsModelsService) Delete

func (r *ProjectsLocationsModelsService) Delete(name string) *ProjectsLocationsModelsDeleteCall

Delete: Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the model in its deployed_models field.

func (*ProjectsLocationsModelsService) DeleteVersion

func (r *ProjectsLocationsModelsService) DeleteVersion(name string) *ProjectsLocationsModelsDeleteVersionCall

DeleteVersion: Deletes a Model version. Model version can only be deleted if there are no DeployedModels created from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the Model instead.

func (*ProjectsLocationsModelsService) Export

func (r *ProjectsLocationsModelsService) Export(name string, googlecloudaiplatformv1beta1exportmodelrequest *GoogleCloudAiplatformV1beta1ExportModelRequest) *ProjectsLocationsModelsExportCall

Export: Exports a trained, exportable Model to a location specified by the user. A Model is considered to be exportable if it has at least one supported export format.

func (*ProjectsLocationsModelsService) Get

func (r *ProjectsLocationsModelsService) Get(name string) *ProjectsLocationsModelsGetCall

Get: Gets a Model.

func (*ProjectsLocationsModelsService) GetIamPolicy

func (r *ProjectsLocationsModelsService) GetIamPolicy(resource string) *ProjectsLocationsModelsGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsModelsService) List

func (r *ProjectsLocationsModelsService) List(parent string) *ProjectsLocationsModelsListCall

List: Lists Models in a Location.

func (*ProjectsLocationsModelsService) ListVersions

func (r *ProjectsLocationsModelsService) ListVersions(name string) *ProjectsLocationsModelsListVersionsCall

ListVersions: Lists versions of the specified model.

- name: The name of the model to list versions for.

func (*ProjectsLocationsModelsService) MergeVersionAliases

func (r *ProjectsLocationsModelsService) MergeVersionAliases(name string, googlecloudaiplatformv1beta1mergeversionaliasesrequest *GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest) *ProjectsLocationsModelsMergeVersionAliasesCall

MergeVersionAliases: Merges a set of aliases for a Model version.

func (*ProjectsLocationsModelsService) Patch

func (r *ProjectsLocationsModelsService) Patch(name string, googlecloudaiplatformv1beta1model *GoogleCloudAiplatformV1beta1Model) *ProjectsLocationsModelsPatchCall

Patch: Updates a Model.

- name: The resource name of the Model.

func (*ProjectsLocationsModelsService) SetIamPolicy

func (r *ProjectsLocationsModelsService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsModelsSetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsModelsService) TestIamPermissions

func (r *ProjectsLocationsModelsService) TestIamPermissions(resource string) *ProjectsLocationsModelsTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

func (*ProjectsLocationsModelsService) UpdateExplanationDataset

func (r *ProjectsLocationsModelsService) UpdateExplanationDataset(model string, googlecloudaiplatformv1beta1updateexplanationdatasetrequest *GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest) *ProjectsLocationsModelsUpdateExplanationDatasetCall

UpdateExplanationDataset: Incrementally update the dataset used for an examples model.

func (*ProjectsLocationsModelsService) Upload

func (r *ProjectsLocationsModelsService) Upload(parent string, googlecloudaiplatformv1beta1uploadmodelrequest *GoogleCloudAiplatformV1beta1UploadModelRequest) *ProjectsLocationsModelsUploadCall

Upload: Uploads a Model artifact into Vertex AI.

type ProjectsLocationsModelsSetIamPolicyCall

type ProjectsLocationsModelsSetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsSetIamPolicyCall) Context

func (c *ProjectsLocationsModelsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsModelsSetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsSetIamPolicyCall) Do

func (c *ProjectsLocationsModelsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.models.setIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsSetIamPolicyCall) Fields

func (c *ProjectsLocationsModelsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsSetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsSetIamPolicyCall) Header

func (c *ProjectsLocationsModelsSetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsTestIamPermissionsCall

type ProjectsLocationsModelsTestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsTestIamPermissionsCall) Context

func (c *ProjectsLocationsModelsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsModelsTestIamPermissionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsTestIamPermissionsCall) Do

func (c *ProjectsLocationsModelsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)

Do executes the "aiplatform.projects.locations.models.testIamPermissions" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsTestIamPermissionsCall) Fields

func (c *ProjectsLocationsModelsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsTestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsTestIamPermissionsCall) Header

func (c *ProjectsLocationsModelsTestIamPermissionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsModelsTestIamPermissionsCall) Permissions

func (c *ProjectsLocationsModelsTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsModelsTestIamPermissionsCall

Permissions sets the optional parameter "permissions": The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).

type ProjectsLocationsModelsUpdateExplanationDatasetCall

type ProjectsLocationsModelsUpdateExplanationDatasetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsUpdateExplanationDatasetCall) Context

func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Context(ctx context.Context) *ProjectsLocationsModelsUpdateExplanationDatasetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsUpdateExplanationDatasetCall) Do

func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.updateExplanationDataset" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsUpdateExplanationDatasetCall) Fields

func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsUpdateExplanationDatasetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsUpdateExplanationDatasetCall) Header

func (c *ProjectsLocationsModelsUpdateExplanationDatasetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsModelsUploadCall

type ProjectsLocationsModelsUploadCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsModelsUploadCall) Context

func (c *ProjectsLocationsModelsUploadCall) Context(ctx context.Context) *ProjectsLocationsModelsUploadCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsModelsUploadCall) Do

func (c *ProjectsLocationsModelsUploadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.models.upload" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsModelsUploadCall) Fields

func (c *ProjectsLocationsModelsUploadCall) Fields(s ...googleapi.Field) *ProjectsLocationsModelsUploadCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsModelsUploadCall) Header

func (c *ProjectsLocationsModelsUploadCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNasJobsCancelCall

type ProjectsLocationsNasJobsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNasJobsCancelCall) Context

func (c *ProjectsLocationsNasJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsNasJobsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNasJobsCancelCall) Do

func (c *ProjectsLocationsNasJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.nasJobs.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNasJobsCancelCall) Fields

func (c *ProjectsLocationsNasJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNasJobsCancelCall) Header

func (c *ProjectsLocationsNasJobsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNasJobsCreateCall

type ProjectsLocationsNasJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNasJobsCreateCall) Context

func (c *ProjectsLocationsNasJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsNasJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNasJobsCreateCall) Do

func (c *ProjectsLocationsNasJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NasJob, error)

Do executes the "aiplatform.projects.locations.nasJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1NasJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNasJobsCreateCall) Fields

func (c *ProjectsLocationsNasJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNasJobsCreateCall) Header

func (c *ProjectsLocationsNasJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNasJobsDeleteCall

type ProjectsLocationsNasJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNasJobsDeleteCall) Context

func (c *ProjectsLocationsNasJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsNasJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNasJobsDeleteCall) Do

func (c *ProjectsLocationsNasJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.nasJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNasJobsDeleteCall) Fields

func (c *ProjectsLocationsNasJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNasJobsDeleteCall) Header

func (c *ProjectsLocationsNasJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNasJobsGetCall

type ProjectsLocationsNasJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNasJobsGetCall) Context

func (c *ProjectsLocationsNasJobsGetCall) Context(ctx context.Context) *ProjectsLocationsNasJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNasJobsGetCall) Do

func (c *ProjectsLocationsNasJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NasJob, error)

Do executes the "aiplatform.projects.locations.nasJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1NasJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNasJobsGetCall) Fields

func (c *ProjectsLocationsNasJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNasJobsGetCall) Header

func (c *ProjectsLocationsNasJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNasJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsNasJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsNasJobsListCall

type ProjectsLocationsNasJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNasJobsListCall) Context

func (c *ProjectsLocationsNasJobsListCall) Context(ctx context.Context) *ProjectsLocationsNasJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNasJobsListCall) Do

func (c *ProjectsLocationsNasJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNasJobsResponse, error)

Do executes the "aiplatform.projects.locations.nasJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListNasJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNasJobsListCall) Fields

func (c *ProjectsLocationsNasJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNasJobsListCall) Filter

func (c *ProjectsLocationsNasJobsListCall) Filter(filter string) *ProjectsLocationsNasJobsListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*" * `state!="JOB_STATE_FAILED" OR display_name="my_job" * `NOT display_name="my_job" * `create_time>"2021-05-18T00:00:00Z" * `labels.keyA=valueA` * `labels.keyB:*`

func (*ProjectsLocationsNasJobsListCall) Header

func (c *ProjectsLocationsNasJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNasJobsListCall) IfNoneMatch

func (c *ProjectsLocationsNasJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsNasJobsListCall) PageSize

func (c *ProjectsLocationsNasJobsListCall) PageSize(pageSize int64) *ProjectsLocationsNasJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsNasJobsListCall) PageToken

func (c *ProjectsLocationsNasJobsListCall) PageToken(pageToken string) *ProjectsLocationsNasJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListNasJobsResponse.next_page_token of the previous JobService.ListNasJobs call.

func (*ProjectsLocationsNasJobsListCall) Pages

func (c *ProjectsLocationsNasJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNasJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsNasJobsListCall) ReadMask

func (c *ProjectsLocationsNasJobsListCall) ReadMask(readMask string) *ProjectsLocationsNasJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsNasJobsNasTrialDetailsGetCall

type ProjectsLocationsNasJobsNasTrialDetailsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNasJobsNasTrialDetailsGetCall) Context

func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Context(ctx context.Context) *ProjectsLocationsNasJobsNasTrialDetailsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNasJobsNasTrialDetailsGetCall) Do

func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NasTrialDetail, error)

Do executes the "aiplatform.projects.locations.nasJobs.nasTrialDetails.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1NasTrialDetail.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNasJobsNasTrialDetailsGetCall) Fields

func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsNasTrialDetailsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNasJobsNasTrialDetailsGetCall) Header

func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNasJobsNasTrialDetailsGetCall) IfNoneMatch

func (c *ProjectsLocationsNasJobsNasTrialDetailsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsNasTrialDetailsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsNasJobsNasTrialDetailsListCall

type ProjectsLocationsNasJobsNasTrialDetailsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) Context

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Context(ctx context.Context) *ProjectsLocationsNasJobsNasTrialDetailsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) Do

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse, error)

Do executes the "aiplatform.projects.locations.nasJobs.nasTrialDetails.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) Fields

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNasJobsNasTrialDetailsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) Header

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) IfNoneMatch

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNasJobsNasTrialDetailsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) PageSize

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) PageSize(pageSize int64) *ProjectsLocationsNasJobsNasTrialDetailsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) PageToken

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) PageToken(pageToken string) *ProjectsLocationsNasJobsNasTrialDetailsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.

func (*ProjectsLocationsNasJobsNasTrialDetailsListCall) Pages

func (c *ProjectsLocationsNasJobsNasTrialDetailsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsNasJobsNasTrialDetailsService

type ProjectsLocationsNasJobsNasTrialDetailsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsNasJobsNasTrialDetailsService

func NewProjectsLocationsNasJobsNasTrialDetailsService(s *Service) *ProjectsLocationsNasJobsNasTrialDetailsService

func (*ProjectsLocationsNasJobsNasTrialDetailsService) Get

func (r *ProjectsLocationsNasJobsNasTrialDetailsService) Get(name string) *ProjectsLocationsNasJobsNasTrialDetailsGetCall

Get: Gets a NasTrialDetail.

func (*ProjectsLocationsNasJobsNasTrialDetailsService) List

func (r *ProjectsLocationsNasJobsNasTrialDetailsService) List(parent string) *ProjectsLocationsNasJobsNasTrialDetailsListCall

List: List top NasTrialDetails of a NasJob.

type ProjectsLocationsNasJobsService

type ProjectsLocationsNasJobsService struct {
    NasTrialDetails *ProjectsLocationsNasJobsNasTrialDetailsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsNasJobsService

func NewProjectsLocationsNasJobsService(s *Service) *ProjectsLocationsNasJobsService

func (*ProjectsLocationsNasJobsService) Cancel

func (r *ProjectsLocationsNasJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelnasjobrequest *GoogleCloudAiplatformV1beta1CancelNasJobRequest) *ProjectsLocationsNasJobsCancelCall

Cancel: Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and NasJob.state is set to `CANCELLED`.

func (*ProjectsLocationsNasJobsService) Create

func (r *ProjectsLocationsNasJobsService) Create(parent string, googlecloudaiplatformv1beta1nasjob *GoogleCloudAiplatformV1beta1NasJob) *ProjectsLocationsNasJobsCreateCall

Create: Creates a NasJob

func (*ProjectsLocationsNasJobsService) Delete

func (r *ProjectsLocationsNasJobsService) Delete(name string) *ProjectsLocationsNasJobsDeleteCall

Delete: Deletes a NasJob.

func (*ProjectsLocationsNasJobsService) Get

func (r *ProjectsLocationsNasJobsService) Get(name string) *ProjectsLocationsNasJobsGetCall

Get: Gets a NasJob

func (*ProjectsLocationsNasJobsService) List

func (r *ProjectsLocationsNasJobsService) List(parent string) *ProjectsLocationsNasJobsListCall

List: Lists NasJobs in a Location.

type ProjectsLocationsNotebookExecutionJobsDeleteCall

type ProjectsLocationsNotebookExecutionJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookExecutionJobsDeleteCall) Context

func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookExecutionJobsDeleteCall) Do

func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.notebookExecutionJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookExecutionJobsDeleteCall) Fields

func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookExecutionJobsDeleteCall) Header

func (c *ProjectsLocationsNotebookExecutionJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall

type ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Context

func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Do

func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse, error)

Do executes the "aiplatform.projects.locations.notebookExecutionJobs.generateAccessToken" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Fields

func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Header

func (c *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookExecutionJobsGetCall

type ProjectsLocationsNotebookExecutionJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookExecutionJobsGetCall) Context

func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookExecutionJobsGetCall) Do

func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NotebookExecutionJob, error)

Do executes the "aiplatform.projects.locations.notebookExecutionJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1NotebookExecutionJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookExecutionJobsGetCall) Fields

func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookExecutionJobsGetCall) Header

func (c *ProjectsLocationsNotebookExecutionJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookExecutionJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsNotebookExecutionJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookExecutionJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsNotebookExecutionJobsGetCall) View

func (c *ProjectsLocationsNotebookExecutionJobsGetCall) View(view string) *ProjectsLocationsNotebookExecutionJobsGetCall

View sets the optional parameter "view": The NotebookExecutionJob view. Defaults to BASIC.

Possible values:

"NOTEBOOK_EXECUTION_JOB_VIEW_UNSPECIFIED" - When unspecified, the API

defaults to the BASIC view.

"NOTEBOOK_EXECUTION_JOB_VIEW_BASIC" - Includes all fields except for

direct notebook inputs.

"NOTEBOOK_EXECUTION_JOB_VIEW_FULL" - Includes all fields.

type ProjectsLocationsNotebookExecutionJobsListCall

type ProjectsLocationsNotebookExecutionJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookExecutionJobsListCall) Context

func (c *ProjectsLocationsNotebookExecutionJobsListCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookExecutionJobsListCall) Do

func (c *ProjectsLocationsNotebookExecutionJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse, error)

Do executes the "aiplatform.projects.locations.notebookExecutionJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse.ServerResponse .Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookExecutionJobsListCall) Fields

func (c *ProjectsLocationsNotebookExecutionJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookExecutionJobsListCall) Filter

func (c *ProjectsLocationsNotebookExecutionJobsListCall) Filter(filter string) *ProjectsLocationsNotebookExecutionJobsListCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookExecutionJob` supports = and !=. `notebookExecutionJob` represents the NotebookExecutionJob ID. * `displayName` supports = and != and regex. * `schedule` supports = and != and regex. Some examples: * `notebookExecutionJob="123" * `notebookExecutionJob="my-execution-job" * `displayName="myDisplayName" and `displayName=~"myDisplayNameRegex"

func (*ProjectsLocationsNotebookExecutionJobsListCall) Header

func (c *ProjectsLocationsNotebookExecutionJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookExecutionJobsListCall) IfNoneMatch

func (c *ProjectsLocationsNotebookExecutionJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookExecutionJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsNotebookExecutionJobsListCall) OrderBy

func (c *ProjectsLocationsNotebookExecutionJobsListCall) OrderBy(orderBy string) *ProjectsLocationsNotebookExecutionJobsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.

func (*ProjectsLocationsNotebookExecutionJobsListCall) PageSize

func (c *ProjectsLocationsNotebookExecutionJobsListCall) PageSize(pageSize int64) *ProjectsLocationsNotebookExecutionJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsNotebookExecutionJobsListCall) PageToken

func (c *ProjectsLocationsNotebookExecutionJobsListCall) PageToken(pageToken string) *ProjectsLocationsNotebookExecutionJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListNotebookExecutionJobs.next_page_token of the previous NotebookService.ListNotebookExecutionJobs call.

func (*ProjectsLocationsNotebookExecutionJobsListCall) Pages

func (c *ProjectsLocationsNotebookExecutionJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsNotebookExecutionJobsListCall) View

func (c *ProjectsLocationsNotebookExecutionJobsListCall) View(view string) *ProjectsLocationsNotebookExecutionJobsListCall

View sets the optional parameter "view": The NotebookExecutionJob view. Defaults to BASIC.

Possible values:

"NOTEBOOK_EXECUTION_JOB_VIEW_UNSPECIFIED" - When unspecified, the API

defaults to the BASIC view.

"NOTEBOOK_EXECUTION_JOB_VIEW_BASIC" - Includes all fields except for

direct notebook inputs.

"NOTEBOOK_EXECUTION_JOB_VIEW_FULL" - Includes all fields.

type ProjectsLocationsNotebookExecutionJobsReportEventCall

type ProjectsLocationsNotebookExecutionJobsReportEventCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookExecutionJobsReportEventCall) Context

func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Context(ctx context.Context) *ProjectsLocationsNotebookExecutionJobsReportEventCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookExecutionJobsReportEventCall) Do

func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReportExecutionEventResponse, error)

Do executes the "aiplatform.projects.locations.notebookExecutionJobs.reportEvent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReportExecutionEventResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookExecutionJobsReportEventCall) Fields

func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookExecutionJobsReportEventCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookExecutionJobsReportEventCall) Header

func (c *ProjectsLocationsNotebookExecutionJobsReportEventCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookExecutionJobsService

type ProjectsLocationsNotebookExecutionJobsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsNotebookExecutionJobsService

func NewProjectsLocationsNotebookExecutionJobsService(s *Service) *ProjectsLocationsNotebookExecutionJobsService

func (*ProjectsLocationsNotebookExecutionJobsService) Delete

func (r *ProjectsLocationsNotebookExecutionJobsService) Delete(name string) *ProjectsLocationsNotebookExecutionJobsDeleteCall

Delete: Deletes a NotebookExecutionJob.

- name: The name of the NotebookExecutionJob resource to be deleted.

func (*ProjectsLocationsNotebookExecutionJobsService) GenerateAccessToken

func (r *ProjectsLocationsNotebookExecutionJobsService) GenerateAccessToken(name string, googlecloudaiplatformv1beta1generateaccesstokenrequest *GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) *ProjectsLocationsNotebookExecutionJobsGenerateAccessTokenCall

GenerateAccessToken: Internal only: Called from Compute Engine instance to obtain EUC for owner Anonymous access: authenticates caller using VM identity JWT. Design doc: go/colab-on-vertex-euc-dd

func (*ProjectsLocationsNotebookExecutionJobsService) Get

func (r *ProjectsLocationsNotebookExecutionJobsService) Get(name string) *ProjectsLocationsNotebookExecutionJobsGetCall

Get: Gets a NotebookExecutionJob.

- name: The name of the NotebookExecutionJob resource.

func (*ProjectsLocationsNotebookExecutionJobsService) List

func (r *ProjectsLocationsNotebookExecutionJobsService) List(parent string) *ProjectsLocationsNotebookExecutionJobsListCall

List: Lists NotebookExecutionJobs in a Location.

func (*ProjectsLocationsNotebookExecutionJobsService) ReportEvent

func (r *ProjectsLocationsNotebookExecutionJobsService) ReportEvent(name string, googlecloudaiplatformv1beta1reportexecutioneventrequest *GoogleCloudAiplatformV1beta1ReportExecutionEventRequest) *ProjectsLocationsNotebookExecutionJobsReportEventCall

ReportEvent:

type ProjectsLocationsNotebookRuntimeTemplatesCreateCall

type ProjectsLocationsNotebookRuntimeTemplatesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Context

func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Do

func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.notebookRuntimeTemplates.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Fields

func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Header

func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookRuntimeTemplatesCreateCall) NotebookRuntimeTemplateId

func (c *ProjectsLocationsNotebookRuntimeTemplatesCreateCall) NotebookRuntimeTemplateId(notebookRuntimeTemplateId string) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall

NotebookRuntimeTemplateId sets the optional parameter "notebookRuntimeTemplateId": User specified ID for the notebook runtime template.

type ProjectsLocationsNotebookRuntimeTemplatesDeleteCall

type ProjectsLocationsNotebookRuntimeTemplatesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Context

func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Do

func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.notebookRuntimeTemplates.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Fields

func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Header

func (c *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookRuntimeTemplatesGetCall

type ProjectsLocationsNotebookRuntimeTemplatesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimeTemplatesGetCall) Context

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetCall) Do

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate, error)

Do executes the "aiplatform.projects.locations.notebookRuntimeTemplates.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetCall) Fields

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetCall) Header

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetCall) IfNoneMatch

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimeTemplatesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall

type ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Context

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Do

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.notebookRuntimeTemplates.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Fields

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Header

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).

type ProjectsLocationsNotebookRuntimeTemplatesListCall

type ProjectsLocationsNotebookRuntimeTemplatesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) Context

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) Do

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse, error)

Do executes the "aiplatform.projects.locations.notebookRuntimeTemplates.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse.ServerRespo nse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) Fields

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) Filter

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Filter(filter string) *ProjectsLocationsNotebookRuntimeTemplatesListCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key". * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName="myDisplayName" * `labels.myKey="myValue" * `notebookRuntimeType=USER_DEFINED`

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) Header

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) IfNoneMatch

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimeTemplatesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) OrderBy

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) OrderBy(orderBy string) *ProjectsLocationsNotebookRuntimeTemplatesListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) PageSize

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) PageSize(pageSize int64) *ProjectsLocationsNotebookRuntimeTemplatesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) PageToken

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) PageToken(pageToken string) *ProjectsLocationsNotebookRuntimeTemplatesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListNotebookRuntimeTemplatesResponse.next_page_token of the previous NotebookService.ListNotebookRuntimeTemplates call.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) Pages

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsNotebookRuntimeTemplatesListCall) ReadMask

func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) ReadMask(readMask string) *ProjectsLocationsNotebookRuntimeTemplatesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsNotebookRuntimeTemplatesService

type ProjectsLocationsNotebookRuntimeTemplatesService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsNotebookRuntimeTemplatesService

func NewProjectsLocationsNotebookRuntimeTemplatesService(s *Service) *ProjectsLocationsNotebookRuntimeTemplatesService

func (*ProjectsLocationsNotebookRuntimeTemplatesService) Create

func (r *ProjectsLocationsNotebookRuntimeTemplatesService) Create(parent string, googlecloudaiplatformv1beta1notebookruntimetemplate *GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate) *ProjectsLocationsNotebookRuntimeTemplatesCreateCall

Create: Creates a NotebookRuntimeTemplate.

func (*ProjectsLocationsNotebookRuntimeTemplatesService) Delete

func (r *ProjectsLocationsNotebookRuntimeTemplatesService) Delete(name string) *ProjectsLocationsNotebookRuntimeTemplatesDeleteCall

Delete: Deletes a NotebookRuntimeTemplate.

func (*ProjectsLocationsNotebookRuntimeTemplatesService) Get

func (r *ProjectsLocationsNotebookRuntimeTemplatesService) Get(name string) *ProjectsLocationsNotebookRuntimeTemplatesGetCall

Get: Gets a NotebookRuntimeTemplate.

func (*ProjectsLocationsNotebookRuntimeTemplatesService) GetIamPolicy

func (r *ProjectsLocationsNotebookRuntimeTemplatesService) GetIamPolicy(resource string) *ProjectsLocationsNotebookRuntimeTemplatesGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsNotebookRuntimeTemplatesService) List

func (r *ProjectsLocationsNotebookRuntimeTemplatesService) List(parent string) *ProjectsLocationsNotebookRuntimeTemplatesListCall

List: Lists NotebookRuntimeTemplates in a Location.

func (*ProjectsLocationsNotebookRuntimeTemplatesService) SetIamPolicy

func (r *ProjectsLocationsNotebookRuntimeTemplatesService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsNotebookRuntimeTemplatesService) TestIamPermissions

func (r *ProjectsLocationsNotebookRuntimeTemplatesService) TestIamPermissions(resource string) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

type ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall

type ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Context

func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Do

func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.notebookRuntimeTemplates.setIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Fields

func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Header

func (c *ProjectsLocationsNotebookRuntimeTemplatesSetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall

type ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Context

func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Do

func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)

Do executes the "aiplatform.projects.locations.notebookRuntimeTemplates.testIamPermissions" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Fields

func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Header

func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Permissions

func (c *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall) Permissions(permissions ...string) *ProjectsLocationsNotebookRuntimeTemplatesTestIamPermissionsCall

Permissions sets the optional parameter "permissions": The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).

type ProjectsLocationsNotebookRuntimesAssignCall

type ProjectsLocationsNotebookRuntimesAssignCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesAssignCall) Context

func (c *ProjectsLocationsNotebookRuntimesAssignCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesAssignCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesAssignCall) Do

func (c *ProjectsLocationsNotebookRuntimesAssignCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.assign" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesAssignCall) Fields

func (c *ProjectsLocationsNotebookRuntimesAssignCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesAssignCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesAssignCall) Header

func (c *ProjectsLocationsNotebookRuntimesAssignCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookRuntimesDeleteCall

type ProjectsLocationsNotebookRuntimesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesDeleteCall) Context

func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesDeleteCall) Do

func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesDeleteCall) Fields

func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesDeleteCall) Header

func (c *ProjectsLocationsNotebookRuntimesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall

type ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Context

func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Do

func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.generateAccessToken" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Fields

func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Header

func (c *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookRuntimesGetCall

type ProjectsLocationsNotebookRuntimesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesGetCall) Context

func (c *ProjectsLocationsNotebookRuntimesGetCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesGetCall) Do

func (c *ProjectsLocationsNotebookRuntimesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1NotebookRuntime, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1NotebookRuntime.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesGetCall) Fields

func (c *ProjectsLocationsNotebookRuntimesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesGetCall) Header

func (c *ProjectsLocationsNotebookRuntimesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookRuntimesGetCall) IfNoneMatch

func (c *ProjectsLocationsNotebookRuntimesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsNotebookRuntimesListCall

type ProjectsLocationsNotebookRuntimesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesListCall) Context

func (c *ProjectsLocationsNotebookRuntimesListCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesListCall) Do

func (c *ProjectsLocationsNotebookRuntimesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesListCall) Fields

func (c *ProjectsLocationsNotebookRuntimesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesListCall) Filter

func (c *ProjectsLocationsNotebookRuntimesListCall) Filter(filter string) *ProjectsLocationsNotebookRuntimesListCall

Filter sets the optional parameter "filter": An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED, ERROR, INVALID]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntime="notebookRuntime123" * `displayName="myDisplayName" and `displayName=~"myDisplayNameRegex" * `notebookRuntimeTemplate="notebookRuntimeTemplate321" * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser="test@google.com" * `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED`

func (*ProjectsLocationsNotebookRuntimesListCall) Header

func (c *ProjectsLocationsNotebookRuntimesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsNotebookRuntimesListCall) IfNoneMatch

func (c *ProjectsLocationsNotebookRuntimesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsNotebookRuntimesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsNotebookRuntimesListCall) OrderBy

func (c *ProjectsLocationsNotebookRuntimesListCall) OrderBy(orderBy string) *ProjectsLocationsNotebookRuntimesListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.

func (*ProjectsLocationsNotebookRuntimesListCall) PageSize

func (c *ProjectsLocationsNotebookRuntimesListCall) PageSize(pageSize int64) *ProjectsLocationsNotebookRuntimesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsNotebookRuntimesListCall) PageToken

func (c *ProjectsLocationsNotebookRuntimesListCall) PageToken(pageToken string) *ProjectsLocationsNotebookRuntimesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListNotebookRuntimesResponse.next_page_token of the previous NotebookService.ListNotebookRuntimes call.

func (*ProjectsLocationsNotebookRuntimesListCall) Pages

func (c *ProjectsLocationsNotebookRuntimesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsNotebookRuntimesListCall) ReadMask

func (c *ProjectsLocationsNotebookRuntimesListCall) ReadMask(readMask string) *ProjectsLocationsNotebookRuntimesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsNotebookRuntimesReportEventCall

type ProjectsLocationsNotebookRuntimesReportEventCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesReportEventCall) Context

func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesReportEventCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesReportEventCall) Do

func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.reportEvent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse.ServerResponse.Header

or (if a response was returned at all) in error.(*googleapi.Error).Header.

Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesReportEventCall) Fields

func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesReportEventCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesReportEventCall) Header

func (c *ProjectsLocationsNotebookRuntimesReportEventCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookRuntimesService

type ProjectsLocationsNotebookRuntimesService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsNotebookRuntimesService

func NewProjectsLocationsNotebookRuntimesService(s *Service) *ProjectsLocationsNotebookRuntimesService

func (*ProjectsLocationsNotebookRuntimesService) Assign

func (r *ProjectsLocationsNotebookRuntimesService) Assign(parent string, googlecloudaiplatformv1beta1assignnotebookruntimerequest *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest) *ProjectsLocationsNotebookRuntimesAssignCall

Assign: Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.

func (*ProjectsLocationsNotebookRuntimesService) Delete

func (r *ProjectsLocationsNotebookRuntimesService) Delete(name string) *ProjectsLocationsNotebookRuntimesDeleteCall

Delete: Deletes a NotebookRuntime.

func (*ProjectsLocationsNotebookRuntimesService) GenerateAccessToken

func (r *ProjectsLocationsNotebookRuntimesService) GenerateAccessToken(name string, googlecloudaiplatformv1beta1generateaccesstokenrequest *GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall

GenerateAccessToken: Internal only: Called from Compute Engine instance to obtain EUC for owner Anonymous access: authenticates caller using VM identity JWT. Design doc: go/colab-on-vertex-euc-dd

func (*ProjectsLocationsNotebookRuntimesService) Get

func (r *ProjectsLocationsNotebookRuntimesService) Get(name string) *ProjectsLocationsNotebookRuntimesGetCall

Get: Gets a NotebookRuntime.

func (*ProjectsLocationsNotebookRuntimesService) List

func (r *ProjectsLocationsNotebookRuntimesService) List(parent string) *ProjectsLocationsNotebookRuntimesListCall

List: Lists NotebookRuntimes in a Location.

func (*ProjectsLocationsNotebookRuntimesService) ReportEvent

func (r *ProjectsLocationsNotebookRuntimesService) ReportEvent(name string, googlecloudaiplatformv1beta1reportruntimeeventrequest *GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest) *ProjectsLocationsNotebookRuntimesReportEventCall

ReportEvent:

func (*ProjectsLocationsNotebookRuntimesService) Start

func (r *ProjectsLocationsNotebookRuntimesService) Start(name string, googlecloudaiplatformv1beta1startnotebookruntimerequest *GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest) *ProjectsLocationsNotebookRuntimesStartCall

Start: Starts a NotebookRuntime.

func (*ProjectsLocationsNotebookRuntimesService) Upgrade

func (r *ProjectsLocationsNotebookRuntimesService) Upgrade(name string, googlecloudaiplatformv1beta1upgradenotebookruntimerequest *GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest) *ProjectsLocationsNotebookRuntimesUpgradeCall

Upgrade: Upgrades a NotebookRuntime.

type ProjectsLocationsNotebookRuntimesStartCall

type ProjectsLocationsNotebookRuntimesStartCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesStartCall) Context

func (c *ProjectsLocationsNotebookRuntimesStartCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesStartCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesStartCall) Do

func (c *ProjectsLocationsNotebookRuntimesStartCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.start" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesStartCall) Fields

func (c *ProjectsLocationsNotebookRuntimesStartCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesStartCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesStartCall) Header

func (c *ProjectsLocationsNotebookRuntimesStartCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsNotebookRuntimesUpgradeCall

type ProjectsLocationsNotebookRuntimesUpgradeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsNotebookRuntimesUpgradeCall) Context

func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Context(ctx context.Context) *ProjectsLocationsNotebookRuntimesUpgradeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsNotebookRuntimesUpgradeCall) Do

func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.notebookRuntimes.upgrade" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsNotebookRuntimesUpgradeCall) Fields

func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Fields(s ...googleapi.Field) *ProjectsLocationsNotebookRuntimesUpgradeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsNotebookRuntimesUpgradeCall) Header

func (c *ProjectsLocationsNotebookRuntimesUpgradeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsOperationsCancelCall

type ProjectsLocationsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsCancelCall) Context

func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsCancelCall) Do

func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsCancelCall) Fields

func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsCancelCall) Header

func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsOperationsDeleteCall

type ProjectsLocationsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsDeleteCall) Context

func (c *ProjectsLocationsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsDeleteCall) Do

func (c *ProjectsLocationsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsDeleteCall) Fields

func (c *ProjectsLocationsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsDeleteCall) Header

func (c *ProjectsLocationsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsOperationsGetCall

type ProjectsLocationsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsGetCall) Context

func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsGetCall) Do

func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsGetCall) Fields

func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsGetCall) Header

func (c *ProjectsLocationsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsOperationsListCall

type ProjectsLocationsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsListCall) Context

func (c *ProjectsLocationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsListCall) Do

func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsListCall) Fields

func (c *ProjectsLocationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsListCall) Filter

func (c *ProjectsLocationsOperationsListCall) Filter(filter string) *ProjectsLocationsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsOperationsListCall) Header

func (c *ProjectsLocationsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsOperationsListCall) PageSize

func (c *ProjectsLocationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsOperationsListCall) PageToken

func (c *ProjectsLocationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsOperationsListCall) Pages

func (c *ProjectsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsOperationsService

type ProjectsLocationsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsOperationsService

func NewProjectsLocationsOperationsService(s *Service) *ProjectsLocationsOperationsService

func (*ProjectsLocationsOperationsService) Cancel

func (r *ProjectsLocationsOperationsService) Cancel(name string) *ProjectsLocationsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsOperationsService) Delete

func (r *ProjectsLocationsOperationsService) Delete(name string) *ProjectsLocationsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsOperationsService) Get

func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsOperationsService) List

func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsOperationsService) Wait

func (r *ProjectsLocationsOperationsService) Wait(name string) *ProjectsLocationsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsOperationsWaitCall

type ProjectsLocationsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsWaitCall) Context

func (c *ProjectsLocationsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsWaitCall) Do

func (c *ProjectsLocationsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsWaitCall) Fields

func (c *ProjectsLocationsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsWaitCall) Header

func (c *ProjectsLocationsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsOperationsWaitCall) Timeout

func (c *ProjectsLocationsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsPersistentResourcesCreateCall

type ProjectsLocationsPersistentResourcesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesCreateCall) Context

func (c *ProjectsLocationsPersistentResourcesCreateCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesCreateCall) Do

func (c *ProjectsLocationsPersistentResourcesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.persistentResources.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesCreateCall) Fields

func (c *ProjectsLocationsPersistentResourcesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesCreateCall) Header

func (c *ProjectsLocationsPersistentResourcesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPersistentResourcesCreateCall) PersistentResourceId

func (c *ProjectsLocationsPersistentResourcesCreateCall) PersistentResourceId(persistentResourceId string) *ProjectsLocationsPersistentResourcesCreateCall

PersistentResourceId sets the optional parameter "persistentResourceId": Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name. The maximum length is 63 characters, and valid characters are `/^a-z ([a-z0-9-]{0,61}[a-z0-9])?$/`.

type ProjectsLocationsPersistentResourcesDeleteCall

type ProjectsLocationsPersistentResourcesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesDeleteCall) Context

func (c *ProjectsLocationsPersistentResourcesDeleteCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesDeleteCall) Do

func (c *ProjectsLocationsPersistentResourcesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.persistentResources.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesDeleteCall) Fields

func (c *ProjectsLocationsPersistentResourcesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesDeleteCall) Header

func (c *ProjectsLocationsPersistentResourcesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPersistentResourcesGetCall

type ProjectsLocationsPersistentResourcesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesGetCall) Context

func (c *ProjectsLocationsPersistentResourcesGetCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesGetCall) Do

func (c *ProjectsLocationsPersistentResourcesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PersistentResource, error)

Do executes the "aiplatform.projects.locations.persistentResources.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1PersistentResource.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesGetCall) Fields

func (c *ProjectsLocationsPersistentResourcesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesGetCall) Header

func (c *ProjectsLocationsPersistentResourcesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPersistentResourcesGetCall) IfNoneMatch

func (c *ProjectsLocationsPersistentResourcesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsPersistentResourcesListCall

type ProjectsLocationsPersistentResourcesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesListCall) Context

func (c *ProjectsLocationsPersistentResourcesListCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesListCall) Do

func (c *ProjectsLocationsPersistentResourcesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse, error)

Do executes the "aiplatform.projects.locations.persistentResources.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesListCall) Fields

func (c *ProjectsLocationsPersistentResourcesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesListCall) Header

func (c *ProjectsLocationsPersistentResourcesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPersistentResourcesListCall) IfNoneMatch

func (c *ProjectsLocationsPersistentResourcesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsPersistentResourcesListCall) PageSize

func (c *ProjectsLocationsPersistentResourcesListCall) PageSize(pageSize int64) *ProjectsLocationsPersistentResourcesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsPersistentResourcesListCall) PageToken

func (c *ProjectsLocationsPersistentResourcesListCall) PageToken(pageToken string) *ProjectsLocationsPersistentResourcesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListPersistentResourceResponse.next_page_token of the previous PersistentResourceService.ListPersistentResource call.

func (*ProjectsLocationsPersistentResourcesListCall) Pages

func (c *ProjectsLocationsPersistentResourcesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsPersistentResourcesOperationsCancelCall

type ProjectsLocationsPersistentResourcesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesOperationsCancelCall) Context

func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesOperationsCancelCall) Do

func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.persistentResources.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesOperationsCancelCall) Fields

func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesOperationsCancelCall) Header

func (c *ProjectsLocationsPersistentResourcesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPersistentResourcesOperationsDeleteCall

type ProjectsLocationsPersistentResourcesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesOperationsDeleteCall) Context

func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesOperationsDeleteCall) Do

func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.persistentResources.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesOperationsDeleteCall) Fields

func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesOperationsDeleteCall) Header

func (c *ProjectsLocationsPersistentResourcesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPersistentResourcesOperationsGetCall

type ProjectsLocationsPersistentResourcesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesOperationsGetCall) Context

func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesOperationsGetCall) Do

func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.persistentResources.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesOperationsGetCall) Fields

func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesOperationsGetCall) Header

func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPersistentResourcesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsPersistentResourcesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsPersistentResourcesOperationsListCall

type ProjectsLocationsPersistentResourcesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesOperationsListCall) Context

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) Do

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.persistentResources.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) Fields

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) Filter

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Filter(filter string) *ProjectsLocationsPersistentResourcesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) Header

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPersistentResourcesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) PageSize

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsPersistentResourcesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) PageToken

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsPersistentResourcesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsPersistentResourcesOperationsListCall) Pages

func (c *ProjectsLocationsPersistentResourcesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsPersistentResourcesOperationsService

type ProjectsLocationsPersistentResourcesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsPersistentResourcesOperationsService

func NewProjectsLocationsPersistentResourcesOperationsService(s *Service) *ProjectsLocationsPersistentResourcesOperationsService

func (*ProjectsLocationsPersistentResourcesOperationsService) Cancel

func (r *ProjectsLocationsPersistentResourcesOperationsService) Cancel(name string) *ProjectsLocationsPersistentResourcesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsPersistentResourcesOperationsService) Delete

func (r *ProjectsLocationsPersistentResourcesOperationsService) Delete(name string) *ProjectsLocationsPersistentResourcesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsPersistentResourcesOperationsService) Get

func (r *ProjectsLocationsPersistentResourcesOperationsService) Get(name string) *ProjectsLocationsPersistentResourcesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsPersistentResourcesOperationsService) List

func (r *ProjectsLocationsPersistentResourcesOperationsService) List(name string) *ProjectsLocationsPersistentResourcesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsPersistentResourcesOperationsService) Wait

func (r *ProjectsLocationsPersistentResourcesOperationsService) Wait(name string) *ProjectsLocationsPersistentResourcesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsPersistentResourcesOperationsWaitCall

type ProjectsLocationsPersistentResourcesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesOperationsWaitCall) Context

func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesOperationsWaitCall) Do

func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.persistentResources.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesOperationsWaitCall) Fields

func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesOperationsWaitCall) Header

func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPersistentResourcesOperationsWaitCall) Timeout

func (c *ProjectsLocationsPersistentResourcesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsPersistentResourcesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsPersistentResourcesPatchCall

type ProjectsLocationsPersistentResourcesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesPatchCall) Context

func (c *ProjectsLocationsPersistentResourcesPatchCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesPatchCall) Do

func (c *ProjectsLocationsPersistentResourcesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.persistentResources.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesPatchCall) Fields

func (c *ProjectsLocationsPersistentResourcesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesPatchCall) Header

func (c *ProjectsLocationsPersistentResourcesPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPersistentResourcesPatchCall) UpdateMask

func (c *ProjectsLocationsPersistentResourcesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsPersistentResourcesPatchCall

UpdateMask sets the optional parameter "updateMask": Required. Specify the fields to be overwritten in the PersistentResource by the update method.

type ProjectsLocationsPersistentResourcesRebootCall

type ProjectsLocationsPersistentResourcesRebootCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPersistentResourcesRebootCall) Context

func (c *ProjectsLocationsPersistentResourcesRebootCall) Context(ctx context.Context) *ProjectsLocationsPersistentResourcesRebootCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPersistentResourcesRebootCall) Do

func (c *ProjectsLocationsPersistentResourcesRebootCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.persistentResources.reboot" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPersistentResourcesRebootCall) Fields

func (c *ProjectsLocationsPersistentResourcesRebootCall) Fields(s ...googleapi.Field) *ProjectsLocationsPersistentResourcesRebootCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPersistentResourcesRebootCall) Header

func (c *ProjectsLocationsPersistentResourcesRebootCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPersistentResourcesService

type ProjectsLocationsPersistentResourcesService struct {
    Operations *ProjectsLocationsPersistentResourcesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsPersistentResourcesService

func NewProjectsLocationsPersistentResourcesService(s *Service) *ProjectsLocationsPersistentResourcesService

func (*ProjectsLocationsPersistentResourcesService) Create

func (r *ProjectsLocationsPersistentResourcesService) Create(parent string, googlecloudaiplatformv1beta1persistentresource *GoogleCloudAiplatformV1beta1PersistentResource) *ProjectsLocationsPersistentResourcesCreateCall

Create: Creates a PersistentResource.

func (*ProjectsLocationsPersistentResourcesService) Delete

func (r *ProjectsLocationsPersistentResourcesService) Delete(name string) *ProjectsLocationsPersistentResourcesDeleteCall

Delete: Deletes a PersistentResource.

func (*ProjectsLocationsPersistentResourcesService) Get

func (r *ProjectsLocationsPersistentResourcesService) Get(name string) *ProjectsLocationsPersistentResourcesGetCall

Get: Gets a PersistentResource.

func (*ProjectsLocationsPersistentResourcesService) List

func (r *ProjectsLocationsPersistentResourcesService) List(parent string) *ProjectsLocationsPersistentResourcesListCall

List: Lists PersistentResources in a Location.

func (*ProjectsLocationsPersistentResourcesService) Patch

func (r *ProjectsLocationsPersistentResourcesService) Patch(name string, googlecloudaiplatformv1beta1persistentresource *GoogleCloudAiplatformV1beta1PersistentResource) *ProjectsLocationsPersistentResourcesPatchCall

Patch: Updates a PersistentResource.

- name: Immutable. Resource name of a PersistentResource.

func (*ProjectsLocationsPersistentResourcesService) Reboot

func (r *ProjectsLocationsPersistentResourcesService) Reboot(name string, googlecloudaiplatformv1beta1rebootpersistentresourcerequest *GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest) *ProjectsLocationsPersistentResourcesRebootCall

Reboot: Reboots a PersistentResource.

type ProjectsLocationsPipelineJobsBatchCancelCall

type ProjectsLocationsPipelineJobsBatchCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsBatchCancelCall) Context

func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsBatchCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsBatchCancelCall) Do

func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.batchCancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsBatchCancelCall) Fields

func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsBatchCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsBatchCancelCall) Header

func (c *ProjectsLocationsPipelineJobsBatchCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPipelineJobsBatchDeleteCall

type ProjectsLocationsPipelineJobsBatchDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsBatchDeleteCall) Context

func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsBatchDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsBatchDeleteCall) Do

func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.batchDelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsBatchDeleteCall) Fields

func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsBatchDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsBatchDeleteCall) Header

func (c *ProjectsLocationsPipelineJobsBatchDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPipelineJobsCancelCall

type ProjectsLocationsPipelineJobsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsCancelCall) Context

func (c *ProjectsLocationsPipelineJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsCancelCall) Do

func (c *ProjectsLocationsPipelineJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsCancelCall) Fields

func (c *ProjectsLocationsPipelineJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsCancelCall) Header

func (c *ProjectsLocationsPipelineJobsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPipelineJobsCreateCall

type ProjectsLocationsPipelineJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsCreateCall) Context

func (c *ProjectsLocationsPipelineJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsCreateCall) Do

func (c *ProjectsLocationsPipelineJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PipelineJob, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1PipelineJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsCreateCall) Fields

func (c *ProjectsLocationsPipelineJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsCreateCall) Header

func (c *ProjectsLocationsPipelineJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPipelineJobsCreateCall) PipelineJobId

func (c *ProjectsLocationsPipelineJobsCreateCall) PipelineJobId(pipelineJobId string) *ProjectsLocationsPipelineJobsCreateCall

PipelineJobId sets the optional parameter "pipelineJobId": The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are `/a-z-/`.

type ProjectsLocationsPipelineJobsDeleteCall

type ProjectsLocationsPipelineJobsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsDeleteCall) Context

func (c *ProjectsLocationsPipelineJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsDeleteCall) Do

func (c *ProjectsLocationsPipelineJobsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsDeleteCall) Fields

func (c *ProjectsLocationsPipelineJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsDeleteCall) Header

func (c *ProjectsLocationsPipelineJobsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPipelineJobsGetCall

type ProjectsLocationsPipelineJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsGetCall) Context

func (c *ProjectsLocationsPipelineJobsGetCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsGetCall) Do

func (c *ProjectsLocationsPipelineJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PipelineJob, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1PipelineJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsGetCall) Fields

func (c *ProjectsLocationsPipelineJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsGetCall) Header

func (c *ProjectsLocationsPipelineJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPipelineJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsPipelineJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsPipelineJobsListCall

type ProjectsLocationsPipelineJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsListCall) Context

func (c *ProjectsLocationsPipelineJobsListCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsListCall) Do

func (c *ProjectsLocationsPipelineJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListPipelineJobsResponse, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListPipelineJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsListCall) Fields

func (c *ProjectsLocationsPipelineJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsListCall) Filter

func (c *ProjectsLocationsPipelineJobsListCall) Filter(filter string) *ProjectsLocationsPipelineJobsListCall

Filter sets the optional parameter "filter": Lists the PipelineJobs that match the filter expression. The following fields are supported: * `pipeline_name`: Supports `=` and `!=` comparisons. * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard. * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard. for example, can check if pipeline's display_name contains *step* by doing display_name:\"*step*\" * `state`: Supports `=` and `!=` comparisons. * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard. * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:` wildcard. Filter expressions can be combined together using logical operators (`AND` & `OR`). For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z". The syntax to define filter expression is based on https://google.aip.dev/160. Examples: * `create_time>"2021-05-18T00:00:00Z" OR update_time>"2020-05-18T00:00:00Z" PipelineJobs created or updated after 2020-05-18 00:00:00 UTC. * `labels.env = "prod" PipelineJobs with label "env" set to "prod".

func (*ProjectsLocationsPipelineJobsListCall) Header

func (c *ProjectsLocationsPipelineJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPipelineJobsListCall) IfNoneMatch

func (c *ProjectsLocationsPipelineJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsPipelineJobsListCall) OrderBy

func (c *ProjectsLocationsPipelineJobsListCall) OrderBy(orderBy string) *ProjectsLocationsPipelineJobsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by. The default sort order is in ascending order. Use "desc" after a field name for descending. You can have multiple order_by fields provided e.g. "create_time desc, end_time", "end_time, start_time, update_time" For example, using "create_time desc, end_time" will order results by create time in descending order, and if there are multiple jobs having the same create time, order them by the end time in ascending order. if order_by is not specified, it will order by default order is create time in descending order. Supported fields: * `create_time` * `update_time` * `end_time` * `start_time`

func (*ProjectsLocationsPipelineJobsListCall) PageSize

func (c *ProjectsLocationsPipelineJobsListCall) PageSize(pageSize int64) *ProjectsLocationsPipelineJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsPipelineJobsListCall) PageToken

func (c *ProjectsLocationsPipelineJobsListCall) PageToken(pageToken string) *ProjectsLocationsPipelineJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListPipelineJobsResponse.next_page_token of the previous PipelineService.ListPipelineJobs call.

func (*ProjectsLocationsPipelineJobsListCall) Pages

func (c *ProjectsLocationsPipelineJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListPipelineJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsPipelineJobsListCall) ReadMask

func (c *ProjectsLocationsPipelineJobsListCall) ReadMask(readMask string) *ProjectsLocationsPipelineJobsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsPipelineJobsOperationsCancelCall

type ProjectsLocationsPipelineJobsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsOperationsCancelCall) Context

func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsOperationsCancelCall) Do

func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsOperationsCancelCall) Fields

func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsOperationsCancelCall) Header

func (c *ProjectsLocationsPipelineJobsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPipelineJobsOperationsDeleteCall

type ProjectsLocationsPipelineJobsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsOperationsDeleteCall) Context

func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsOperationsDeleteCall) Do

func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsOperationsDeleteCall) Fields

func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsOperationsDeleteCall) Header

func (c *ProjectsLocationsPipelineJobsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPipelineJobsOperationsGetCall

type ProjectsLocationsPipelineJobsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsOperationsGetCall) Context

func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsOperationsGetCall) Do

func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsOperationsGetCall) Fields

func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsOperationsGetCall) Header

func (c *ProjectsLocationsPipelineJobsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPipelineJobsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsPipelineJobsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsPipelineJobsOperationsListCall

type ProjectsLocationsPipelineJobsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsOperationsListCall) Context

func (c *ProjectsLocationsPipelineJobsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsOperationsListCall) Do

func (c *ProjectsLocationsPipelineJobsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsOperationsListCall) Fields

func (c *ProjectsLocationsPipelineJobsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsOperationsListCall) Filter

func (c *ProjectsLocationsPipelineJobsOperationsListCall) Filter(filter string) *ProjectsLocationsPipelineJobsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsPipelineJobsOperationsListCall) Header

func (c *ProjectsLocationsPipelineJobsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPipelineJobsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsPipelineJobsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPipelineJobsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsPipelineJobsOperationsListCall) PageSize

func (c *ProjectsLocationsPipelineJobsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsPipelineJobsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsPipelineJobsOperationsListCall) PageToken

func (c *ProjectsLocationsPipelineJobsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsPipelineJobsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsPipelineJobsOperationsListCall) Pages

func (c *ProjectsLocationsPipelineJobsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsPipelineJobsOperationsService

type ProjectsLocationsPipelineJobsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsPipelineJobsOperationsService

func NewProjectsLocationsPipelineJobsOperationsService(s *Service) *ProjectsLocationsPipelineJobsOperationsService

func (*ProjectsLocationsPipelineJobsOperationsService) Cancel

func (r *ProjectsLocationsPipelineJobsOperationsService) Cancel(name string) *ProjectsLocationsPipelineJobsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsPipelineJobsOperationsService) Delete

func (r *ProjectsLocationsPipelineJobsOperationsService) Delete(name string) *ProjectsLocationsPipelineJobsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsPipelineJobsOperationsService) Get

func (r *ProjectsLocationsPipelineJobsOperationsService) Get(name string) *ProjectsLocationsPipelineJobsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsPipelineJobsOperationsService) List

func (r *ProjectsLocationsPipelineJobsOperationsService) List(name string) *ProjectsLocationsPipelineJobsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsPipelineJobsOperationsService) Wait

func (r *ProjectsLocationsPipelineJobsOperationsService) Wait(name string) *ProjectsLocationsPipelineJobsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsPipelineJobsOperationsWaitCall

type ProjectsLocationsPipelineJobsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPipelineJobsOperationsWaitCall) Context

func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsPipelineJobsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPipelineJobsOperationsWaitCall) Do

func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.pipelineJobs.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPipelineJobsOperationsWaitCall) Fields

func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsPipelineJobsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPipelineJobsOperationsWaitCall) Header

func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPipelineJobsOperationsWaitCall) Timeout

func (c *ProjectsLocationsPipelineJobsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsPipelineJobsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsPipelineJobsService

type ProjectsLocationsPipelineJobsService struct {
    Operations *ProjectsLocationsPipelineJobsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsPipelineJobsService

func NewProjectsLocationsPipelineJobsService(s *Service) *ProjectsLocationsPipelineJobsService

func (*ProjectsLocationsPipelineJobsService) BatchCancel

func (r *ProjectsLocationsPipelineJobsService) BatchCancel(parent string, googlecloudaiplatformv1beta1batchcancelpipelinejobsrequest *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest) *ProjectsLocationsPipelineJobsBatchCancelCall

BatchCancel: Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.

func (*ProjectsLocationsPipelineJobsService) BatchDelete

func (r *ProjectsLocationsPipelineJobsService) BatchDelete(parent string, googlecloudaiplatformv1beta1batchdeletepipelinejobsrequest *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest) *ProjectsLocationsPipelineJobsBatchDeleteCall

BatchDelete: Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.

func (*ProjectsLocationsPipelineJobsService) Cancel

func (r *ProjectsLocationsPipelineJobsService) Cancel(name string, googlecloudaiplatformv1beta1cancelpipelinejobrequest *GoogleCloudAiplatformV1beta1CancelPipelineJobRequest) *ProjectsLocationsPipelineJobsCancelCall

Cancel: Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a PipelineJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to `CANCELLED`.

func (*ProjectsLocationsPipelineJobsService) Create

func (r *ProjectsLocationsPipelineJobsService) Create(parent string, googlecloudaiplatformv1beta1pipelinejob *GoogleCloudAiplatformV1beta1PipelineJob) *ProjectsLocationsPipelineJobsCreateCall

Create: Creates a PipelineJob. A PipelineJob will run immediately when created.

func (*ProjectsLocationsPipelineJobsService) Delete

func (r *ProjectsLocationsPipelineJobsService) Delete(name string) *ProjectsLocationsPipelineJobsDeleteCall

Delete: Deletes a PipelineJob.

func (*ProjectsLocationsPipelineJobsService) Get

func (r *ProjectsLocationsPipelineJobsService) Get(name string) *ProjectsLocationsPipelineJobsGetCall

Get: Gets a PipelineJob.

func (*ProjectsLocationsPipelineJobsService) List

func (r *ProjectsLocationsPipelineJobsService) List(parent string) *ProjectsLocationsPipelineJobsListCall

List: Lists PipelineJobs in a Location.

type ProjectsLocationsPublishersModelsComputeTokensCall

type ProjectsLocationsPublishersModelsComputeTokensCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsComputeTokensCall) Context

func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsComputeTokensCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsComputeTokensCall) Do

func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ComputeTokensResponse, error)

Do executes the "aiplatform.projects.locations.publishers.models.computeTokens" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ComputeTokensResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsComputeTokensCall) Fields

func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsComputeTokensCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsComputeTokensCall) Header

func (c *ProjectsLocationsPublishersModelsComputeTokensCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPublishersModelsCountTokensCall

type ProjectsLocationsPublishersModelsCountTokensCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsCountTokensCall) Context

func (c *ProjectsLocationsPublishersModelsCountTokensCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsCountTokensCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsCountTokensCall) Do

func (c *ProjectsLocationsPublishersModelsCountTokensCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1CountTokensResponse, error)

Do executes the "aiplatform.projects.locations.publishers.models.countTokens" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1CountTokensResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsCountTokensCall) Fields

func (c *ProjectsLocationsPublishersModelsCountTokensCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsCountTokensCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsCountTokensCall) Header

func (c *ProjectsLocationsPublishersModelsCountTokensCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPublishersModelsGenerateContentCall

type ProjectsLocationsPublishersModelsGenerateContentCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsGenerateContentCall) Context

func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsGenerateContentCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsGenerateContentCall) Do

func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)

Do executes the "aiplatform.projects.locations.publishers.models.generateContent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1GenerateContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsGenerateContentCall) Fields

func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsGenerateContentCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsGenerateContentCall) Header

func (c *ProjectsLocationsPublishersModelsGenerateContentCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPublishersModelsGetIamPolicyCall

type ProjectsLocationsPublishersModelsGetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsGetIamPolicyCall) Context

func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsGetIamPolicyCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsGetIamPolicyCall) Do

func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)

Do executes the "aiplatform.projects.locations.publishers.models.getIamPolicy" call. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsGetIamPolicyCall) Fields

func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsGetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsGetIamPolicyCall) Header

func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsPublishersModelsGetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *ProjectsLocationsPublishersModelsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsPublishersModelsGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).

type ProjectsLocationsPublishersModelsPredictCall

type ProjectsLocationsPublishersModelsPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsPredictCall) Context

func (c *ProjectsLocationsPublishersModelsPredictCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsPredictCall) Do

func (c *ProjectsLocationsPublishersModelsPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PredictResponse, error)

Do executes the "aiplatform.projects.locations.publishers.models.predict" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1PredictResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsPredictCall) Fields

func (c *ProjectsLocationsPublishersModelsPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsPredictCall) Header

func (c *ProjectsLocationsPublishersModelsPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPublishersModelsRawPredictCall

type ProjectsLocationsPublishersModelsRawPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsRawPredictCall) Context

func (c *ProjectsLocationsPublishersModelsRawPredictCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsRawPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsRawPredictCall) Do

func (c *ProjectsLocationsPublishersModelsRawPredictCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)

Do executes the "aiplatform.projects.locations.publishers.models.rawPredict" call. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsRawPredictCall) Fields

func (c *ProjectsLocationsPublishersModelsRawPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsRawPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsRawPredictCall) Header

func (c *ProjectsLocationsPublishersModelsRawPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPublishersModelsServerStreamingPredictCall

type ProjectsLocationsPublishersModelsServerStreamingPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsServerStreamingPredictCall) Context

func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsServerStreamingPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsServerStreamingPredictCall) Do

func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1StreamingPredictResponse, error)

Do executes the "aiplatform.projects.locations.publishers.models.serverStreamingPredict" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1StreamingPredictResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsServerStreamingPredictCall) Fields

func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsServerStreamingPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsServerStreamingPredictCall) Header

func (c *ProjectsLocationsPublishersModelsServerStreamingPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPublishersModelsService

type ProjectsLocationsPublishersModelsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsPublishersModelsService

func NewProjectsLocationsPublishersModelsService(s *Service) *ProjectsLocationsPublishersModelsService

func (*ProjectsLocationsPublishersModelsService) ComputeTokens

func (r *ProjectsLocationsPublishersModelsService) ComputeTokens(endpoint string, googlecloudaiplatformv1beta1computetokensrequest *GoogleCloudAiplatformV1beta1ComputeTokensRequest) *ProjectsLocationsPublishersModelsComputeTokensCall

ComputeTokens: Return a list of tokens based on the input text.

func (*ProjectsLocationsPublishersModelsService) CountTokens

func (r *ProjectsLocationsPublishersModelsService) CountTokens(endpoint string, googlecloudaiplatformv1beta1counttokensrequest *GoogleCloudAiplatformV1beta1CountTokensRequest) *ProjectsLocationsPublishersModelsCountTokensCall

CountTokens: Perform a token counting.

func (*ProjectsLocationsPublishersModelsService) GenerateContent

func (r *ProjectsLocationsPublishersModelsService) GenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsPublishersModelsGenerateContentCall

GenerateContent: Generate content with multimodal inputs.

func (*ProjectsLocationsPublishersModelsService) GetIamPolicy

func (r *ProjectsLocationsPublishersModelsService) GetIamPolicy(resource string) *ProjectsLocationsPublishersModelsGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsPublishersModelsService) Predict

func (r *ProjectsLocationsPublishersModelsService) Predict(endpoint string, googlecloudaiplatformv1beta1predictrequest *GoogleCloudAiplatformV1beta1PredictRequest) *ProjectsLocationsPublishersModelsPredictCall

Predict: Perform an online prediction.

func (*ProjectsLocationsPublishersModelsService) RawPredict

func (r *ProjectsLocationsPublishersModelsService) RawPredict(endpoint string, googlecloudaiplatformv1beta1rawpredictrequest *GoogleCloudAiplatformV1beta1RawPredictRequest) *ProjectsLocationsPublishersModelsRawPredictCall

RawPredict: Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction.

func (*ProjectsLocationsPublishersModelsService) ServerStreamingPredict

func (r *ProjectsLocationsPublishersModelsService) ServerStreamingPredict(endpoint string, googlecloudaiplatformv1beta1streamingpredictrequest *GoogleCloudAiplatformV1beta1StreamingPredictRequest) *ProjectsLocationsPublishersModelsServerStreamingPredictCall

ServerStreamingPredict: Perform a server-side streaming online prediction request for Vertex LLM streaming.

func (*ProjectsLocationsPublishersModelsService) StreamGenerateContent

func (r *ProjectsLocationsPublishersModelsService) StreamGenerateContent(model string, googlecloudaiplatformv1beta1generatecontentrequest *GoogleCloudAiplatformV1beta1GenerateContentRequest) *ProjectsLocationsPublishersModelsStreamGenerateContentCall

StreamGenerateContent: Generate content with multimodal inputs with streaming support.

type ProjectsLocationsPublishersModelsStreamGenerateContentCall

type ProjectsLocationsPublishersModelsStreamGenerateContentCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsPublishersModelsStreamGenerateContentCall) Context

func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Context(ctx context.Context) *ProjectsLocationsPublishersModelsStreamGenerateContentCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPublishersModelsStreamGenerateContentCall) Do

func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1GenerateContentResponse, error)

Do executes the "aiplatform.projects.locations.publishers.models.streamGenerateContent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1GenerateContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsPublishersModelsStreamGenerateContentCall) Fields

func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsPublishersModelsStreamGenerateContentCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsPublishersModelsStreamGenerateContentCall) Header

func (c *ProjectsLocationsPublishersModelsStreamGenerateContentCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsPublishersService

type ProjectsLocationsPublishersService struct {
    Models *ProjectsLocationsPublishersModelsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsPublishersService

func NewProjectsLocationsPublishersService(s *Service) *ProjectsLocationsPublishersService

type ProjectsLocationsRagCorporaCreateCall

type ProjectsLocationsRagCorporaCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaCreateCall) Context

func (c *ProjectsLocationsRagCorporaCreateCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaCreateCall) Do

func (c *ProjectsLocationsRagCorporaCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaCreateCall) Fields

func (c *ProjectsLocationsRagCorporaCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaCreateCall) Header

func (c *ProjectsLocationsRagCorporaCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaDeleteCall

type ProjectsLocationsRagCorporaDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaDeleteCall) Context

func (c *ProjectsLocationsRagCorporaDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaDeleteCall) Do

func (c *ProjectsLocationsRagCorporaDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaDeleteCall) Fields

func (c *ProjectsLocationsRagCorporaDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaDeleteCall) Force

func (c *ProjectsLocationsRagCorporaDeleteCall) Force(force bool) *ProjectsLocationsRagCorporaDeleteCall

Force sets the optional parameter "force": If set to true, any RagFiles in this RagCorpus will also be deleted. Otherwise, the request will only work if the RagCorpus has no RagFiles.

func (*ProjectsLocationsRagCorporaDeleteCall) Header

func (c *ProjectsLocationsRagCorporaDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaGetCall

type ProjectsLocationsRagCorporaGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaGetCall) Context

func (c *ProjectsLocationsRagCorporaGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaGetCall) Do

func (c *ProjectsLocationsRagCorporaGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RagCorpus, error)

Do executes the "aiplatform.projects.locations.ragCorpora.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1RagCorpus.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaGetCall) Fields

func (c *ProjectsLocationsRagCorporaGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaGetCall) Header

func (c *ProjectsLocationsRagCorporaGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaGetCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsRagCorporaListCall

type ProjectsLocationsRagCorporaListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaListCall) Context

func (c *ProjectsLocationsRagCorporaListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaListCall) Do

func (c *ProjectsLocationsRagCorporaListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListRagCorporaResponse, error)

Do executes the "aiplatform.projects.locations.ragCorpora.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListRagCorporaResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaListCall) Fields

func (c *ProjectsLocationsRagCorporaListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaListCall) Header

func (c *ProjectsLocationsRagCorporaListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaListCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsRagCorporaListCall) PageSize

func (c *ProjectsLocationsRagCorporaListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsRagCorporaListCall) PageToken

func (c *ProjectsLocationsRagCorporaListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListRagCorporaResponse.next_page_token of the previous VertexRagDataService.ListRagCorpora call.

func (*ProjectsLocationsRagCorporaListCall) Pages

func (c *ProjectsLocationsRagCorporaListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListRagCorporaResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsRagCorporaOperationsCancelCall

type ProjectsLocationsRagCorporaOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaOperationsCancelCall) Context

func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaOperationsCancelCall) Do

func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.ragCorpora.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaOperationsCancelCall) Fields

func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaOperationsCancelCall) Header

func (c *ProjectsLocationsRagCorporaOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaOperationsDeleteCall

type ProjectsLocationsRagCorporaOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaOperationsDeleteCall) Context

func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaOperationsDeleteCall) Do

func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.ragCorpora.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaOperationsDeleteCall) Fields

func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaOperationsDeleteCall) Header

func (c *ProjectsLocationsRagCorporaOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaOperationsGetCall

type ProjectsLocationsRagCorporaOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaOperationsGetCall) Context

func (c *ProjectsLocationsRagCorporaOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaOperationsGetCall) Do

func (c *ProjectsLocationsRagCorporaOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaOperationsGetCall) Fields

func (c *ProjectsLocationsRagCorporaOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaOperationsGetCall) Header

func (c *ProjectsLocationsRagCorporaOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsRagCorporaOperationsListCall

type ProjectsLocationsRagCorporaOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaOperationsListCall) Context

func (c *ProjectsLocationsRagCorporaOperationsListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaOperationsListCall) Do

func (c *ProjectsLocationsRagCorporaOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.ragCorpora.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaOperationsListCall) Fields

func (c *ProjectsLocationsRagCorporaOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaOperationsListCall) Filter

func (c *ProjectsLocationsRagCorporaOperationsListCall) Filter(filter string) *ProjectsLocationsRagCorporaOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsRagCorporaOperationsListCall) Header

func (c *ProjectsLocationsRagCorporaOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsRagCorporaOperationsListCall) PageSize

func (c *ProjectsLocationsRagCorporaOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsRagCorporaOperationsListCall) PageToken

func (c *ProjectsLocationsRagCorporaOperationsListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsRagCorporaOperationsListCall) Pages

func (c *ProjectsLocationsRagCorporaOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsRagCorporaOperationsService

type ProjectsLocationsRagCorporaOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsRagCorporaOperationsService

func NewProjectsLocationsRagCorporaOperationsService(s *Service) *ProjectsLocationsRagCorporaOperationsService

func (*ProjectsLocationsRagCorporaOperationsService) Cancel

func (r *ProjectsLocationsRagCorporaOperationsService) Cancel(name string) *ProjectsLocationsRagCorporaOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsRagCorporaOperationsService) Delete

func (r *ProjectsLocationsRagCorporaOperationsService) Delete(name string) *ProjectsLocationsRagCorporaOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsRagCorporaOperationsService) Get

func (r *ProjectsLocationsRagCorporaOperationsService) Get(name string) *ProjectsLocationsRagCorporaOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsRagCorporaOperationsService) List

func (r *ProjectsLocationsRagCorporaOperationsService) List(name string) *ProjectsLocationsRagCorporaOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsRagCorporaOperationsService) Wait

func (r *ProjectsLocationsRagCorporaOperationsService) Wait(name string) *ProjectsLocationsRagCorporaOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsRagCorporaOperationsWaitCall

type ProjectsLocationsRagCorporaOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaOperationsWaitCall) Context

func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaOperationsWaitCall) Do

func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaOperationsWaitCall) Fields

func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaOperationsWaitCall) Header

func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaOperationsWaitCall) Timeout

func (c *ProjectsLocationsRagCorporaOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsRagCorporaOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsRagCorporaRagFilesDeleteCall

type ProjectsLocationsRagCorporaRagFilesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesDeleteCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesDeleteCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesDeleteCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesDeleteCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaRagFilesGetCall

type ProjectsLocationsRagCorporaRagFilesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesGetCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesGetCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RagFile, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1RagFile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesGetCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesGetCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaRagFilesGetCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaRagFilesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsRagCorporaRagFilesImportCall

type ProjectsLocationsRagCorporaRagFilesImportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesImportCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesImportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesImportCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesImportCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesImportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesImportCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesImportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaRagFilesListCall

type ProjectsLocationsRagCorporaRagFilesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesListCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesListCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListRagFilesResponse, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListRagFilesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesListCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesListCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaRagFilesListCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaRagFilesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsRagCorporaRagFilesListCall) PageSize

func (c *ProjectsLocationsRagCorporaRagFilesListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaRagFilesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsRagCorporaRagFilesListCall) PageToken

func (c *ProjectsLocationsRagCorporaRagFilesListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaRagFilesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListRagFilesResponse.next_page_token of the previous VertexRagDataService.ListRagFiles call.

func (*ProjectsLocationsRagCorporaRagFilesListCall) Pages

func (c *ProjectsLocationsRagCorporaRagFilesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListRagFilesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsRagCorporaRagFilesOperationsCancelCall

type ProjectsLocationsRagCorporaRagFilesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall

type ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsRagCorporaRagFilesOperationsGetCall

type ProjectsLocationsRagCorporaRagFilesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaRagFilesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaRagFilesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsRagCorporaRagFilesOperationsListCall

type ProjectsLocationsRagCorporaRagFilesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) Filter

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Filter(filter string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) PageSize

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsRagCorporaRagFilesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) PageToken

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsRagCorporaRagFilesOperationsListCall) Pages

func (c *ProjectsLocationsRagCorporaRagFilesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsRagCorporaRagFilesOperationsService

type ProjectsLocationsRagCorporaRagFilesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsRagCorporaRagFilesOperationsService

func NewProjectsLocationsRagCorporaRagFilesOperationsService(s *Service) *ProjectsLocationsRagCorporaRagFilesOperationsService

func (*ProjectsLocationsRagCorporaRagFilesOperationsService) Cancel

func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Cancel(name string) *ProjectsLocationsRagCorporaRagFilesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsRagCorporaRagFilesOperationsService) Delete

func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Delete(name string) *ProjectsLocationsRagCorporaRagFilesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsRagCorporaRagFilesOperationsService) Get

func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Get(name string) *ProjectsLocationsRagCorporaRagFilesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsRagCorporaRagFilesOperationsService) List

func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) List(name string) *ProjectsLocationsRagCorporaRagFilesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsRagCorporaRagFilesOperationsService) Wait

func (r *ProjectsLocationsRagCorporaRagFilesOperationsService) Wait(name string) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsRagCorporaRagFilesOperationsWaitCall

type ProjectsLocationsRagCorporaRagFilesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Context

func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Do

func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.ragCorpora.ragFiles.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Fields

func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Header

func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Timeout

func (c *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsRagCorporaRagFilesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsRagCorporaRagFilesService

type ProjectsLocationsRagCorporaRagFilesService struct {
    Operations *ProjectsLocationsRagCorporaRagFilesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsRagCorporaRagFilesService

func NewProjectsLocationsRagCorporaRagFilesService(s *Service) *ProjectsLocationsRagCorporaRagFilesService

func (*ProjectsLocationsRagCorporaRagFilesService) Delete

func (r *ProjectsLocationsRagCorporaRagFilesService) Delete(name string) *ProjectsLocationsRagCorporaRagFilesDeleteCall

Delete: Deletes a RagFile.

func (*ProjectsLocationsRagCorporaRagFilesService) Get

func (r *ProjectsLocationsRagCorporaRagFilesService) Get(name string) *ProjectsLocationsRagCorporaRagFilesGetCall

Get: Gets a RagFile.

func (*ProjectsLocationsRagCorporaRagFilesService) Import

func (r *ProjectsLocationsRagCorporaRagFilesService) Import(parent string, googlecloudaiplatformv1beta1importragfilesrequest *GoogleCloudAiplatformV1beta1ImportRagFilesRequest) *ProjectsLocationsRagCorporaRagFilesImportCall

Import: Import files from Google Cloud Storage or Google Drive into a RagCorpus.

func (*ProjectsLocationsRagCorporaRagFilesService) List

func (r *ProjectsLocationsRagCorporaRagFilesService) List(parent string) *ProjectsLocationsRagCorporaRagFilesListCall

List: Lists RagFiles in a RagCorpus.

type ProjectsLocationsRagCorporaService

type ProjectsLocationsRagCorporaService struct {
    Operations *ProjectsLocationsRagCorporaOperationsService

    RagFiles *ProjectsLocationsRagCorporaRagFilesService
    // contains filtered or unexported fields
}

func NewProjectsLocationsRagCorporaService

func NewProjectsLocationsRagCorporaService(s *Service) *ProjectsLocationsRagCorporaService

func (*ProjectsLocationsRagCorporaService) Create

func (r *ProjectsLocationsRagCorporaService) Create(parent string, googlecloudaiplatformv1beta1ragcorpus *GoogleCloudAiplatformV1beta1RagCorpus) *ProjectsLocationsRagCorporaCreateCall

Create: Creates a RagCorpus.

func (*ProjectsLocationsRagCorporaService) Delete

func (r *ProjectsLocationsRagCorporaService) Delete(name string) *ProjectsLocationsRagCorporaDeleteCall

Delete: Deletes a RagCorpus.

func (*ProjectsLocationsRagCorporaService) Get

func (r *ProjectsLocationsRagCorporaService) Get(name string) *ProjectsLocationsRagCorporaGetCall

Get: Gets a RagCorpus.

func (*ProjectsLocationsRagCorporaService) List

func (r *ProjectsLocationsRagCorporaService) List(parent string) *ProjectsLocationsRagCorporaListCall

List: Lists RagCorpora in a Location.

type ProjectsLocationsReasoningEnginesCreateCall

type ProjectsLocationsReasoningEnginesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesCreateCall) Context

func (c *ProjectsLocationsReasoningEnginesCreateCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesCreateCall) Do

func (c *ProjectsLocationsReasoningEnginesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesCreateCall) Fields

func (c *ProjectsLocationsReasoningEnginesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesCreateCall) Header

func (c *ProjectsLocationsReasoningEnginesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsReasoningEnginesDeleteCall

type ProjectsLocationsReasoningEnginesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesDeleteCall) Context

func (c *ProjectsLocationsReasoningEnginesDeleteCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesDeleteCall) Do

func (c *ProjectsLocationsReasoningEnginesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesDeleteCall) Fields

func (c *ProjectsLocationsReasoningEnginesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesDeleteCall) Header

func (c *ProjectsLocationsReasoningEnginesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsReasoningEnginesGetCall

type ProjectsLocationsReasoningEnginesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesGetCall) Context

func (c *ProjectsLocationsReasoningEnginesGetCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesGetCall) Do

func (c *ProjectsLocationsReasoningEnginesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReasoningEngine, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReasoningEngine.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesGetCall) Fields

func (c *ProjectsLocationsReasoningEnginesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesGetCall) Header

func (c *ProjectsLocationsReasoningEnginesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsReasoningEnginesGetCall) IfNoneMatch

func (c *ProjectsLocationsReasoningEnginesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsReasoningEnginesListCall

type ProjectsLocationsReasoningEnginesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesListCall) Context

func (c *ProjectsLocationsReasoningEnginesListCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesListCall) Do

func (c *ProjectsLocationsReasoningEnginesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesListCall) Fields

func (c *ProjectsLocationsReasoningEnginesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesListCall) Filter

func (c *ProjectsLocationsReasoningEnginesListCall) Filter(filter string) *ProjectsLocationsReasoningEnginesListCall

Filter sets the optional parameter "filter": The standard list filter. More detail in AIP-160 (https://google.aip.dev/160).

func (*ProjectsLocationsReasoningEnginesListCall) Header

func (c *ProjectsLocationsReasoningEnginesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsReasoningEnginesListCall) IfNoneMatch

func (c *ProjectsLocationsReasoningEnginesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsReasoningEnginesListCall) PageSize

func (c *ProjectsLocationsReasoningEnginesListCall) PageSize(pageSize int64) *ProjectsLocationsReasoningEnginesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsReasoningEnginesListCall) PageToken

func (c *ProjectsLocationsReasoningEnginesListCall) PageToken(pageToken string) *ProjectsLocationsReasoningEnginesListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsReasoningEnginesListCall) Pages

func (c *ProjectsLocationsReasoningEnginesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListReasoningEnginesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsReasoningEnginesOperationsCancelCall

type ProjectsLocationsReasoningEnginesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesOperationsCancelCall) Context

func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesOperationsCancelCall) Do

func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesOperationsCancelCall) Fields

func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesOperationsCancelCall) Header

func (c *ProjectsLocationsReasoningEnginesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsReasoningEnginesOperationsDeleteCall

type ProjectsLocationsReasoningEnginesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesOperationsDeleteCall) Context

func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesOperationsDeleteCall) Do

func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesOperationsDeleteCall) Fields

func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesOperationsDeleteCall) Header

func (c *ProjectsLocationsReasoningEnginesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsReasoningEnginesOperationsGetCall

type ProjectsLocationsReasoningEnginesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesOperationsGetCall) Context

func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesOperationsGetCall) Do

func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesOperationsGetCall) Fields

func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesOperationsGetCall) Header

func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsReasoningEnginesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsReasoningEnginesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsReasoningEnginesOperationsListCall

type ProjectsLocationsReasoningEnginesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesOperationsListCall) Context

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) Do

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) Fields

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) Filter

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Filter(filter string) *ProjectsLocationsReasoningEnginesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) Header

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsReasoningEnginesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) PageSize

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsReasoningEnginesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) PageToken

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsReasoningEnginesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsReasoningEnginesOperationsListCall) Pages

func (c *ProjectsLocationsReasoningEnginesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsReasoningEnginesOperationsService

type ProjectsLocationsReasoningEnginesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsReasoningEnginesOperationsService

func NewProjectsLocationsReasoningEnginesOperationsService(s *Service) *ProjectsLocationsReasoningEnginesOperationsService

func (*ProjectsLocationsReasoningEnginesOperationsService) Cancel

func (r *ProjectsLocationsReasoningEnginesOperationsService) Cancel(name string) *ProjectsLocationsReasoningEnginesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsReasoningEnginesOperationsService) Delete

func (r *ProjectsLocationsReasoningEnginesOperationsService) Delete(name string) *ProjectsLocationsReasoningEnginesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsReasoningEnginesOperationsService) Get

func (r *ProjectsLocationsReasoningEnginesOperationsService) Get(name string) *ProjectsLocationsReasoningEnginesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsReasoningEnginesOperationsService) List

func (r *ProjectsLocationsReasoningEnginesOperationsService) List(name string) *ProjectsLocationsReasoningEnginesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsReasoningEnginesOperationsService) Wait

func (r *ProjectsLocationsReasoningEnginesOperationsService) Wait(name string) *ProjectsLocationsReasoningEnginesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsReasoningEnginesOperationsWaitCall

type ProjectsLocationsReasoningEnginesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesOperationsWaitCall) Context

func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesOperationsWaitCall) Do

func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesOperationsWaitCall) Fields

func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesOperationsWaitCall) Header

func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsReasoningEnginesOperationsWaitCall) Timeout

func (c *ProjectsLocationsReasoningEnginesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsReasoningEnginesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsReasoningEnginesQueryCall

type ProjectsLocationsReasoningEnginesQueryCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsReasoningEnginesQueryCall) Context

func (c *ProjectsLocationsReasoningEnginesQueryCall) Context(ctx context.Context) *ProjectsLocationsReasoningEnginesQueryCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsReasoningEnginesQueryCall) Do

func (c *ProjectsLocationsReasoningEnginesQueryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse, error)

Do executes the "aiplatform.projects.locations.reasoningEngines.query" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1QueryReasoningEngineResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsReasoningEnginesQueryCall) Fields

func (c *ProjectsLocationsReasoningEnginesQueryCall) Fields(s ...googleapi.Field) *ProjectsLocationsReasoningEnginesQueryCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsReasoningEnginesQueryCall) Header

func (c *ProjectsLocationsReasoningEnginesQueryCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsReasoningEnginesService

type ProjectsLocationsReasoningEnginesService struct {
    Operations *ProjectsLocationsReasoningEnginesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsReasoningEnginesService

func NewProjectsLocationsReasoningEnginesService(s *Service) *ProjectsLocationsReasoningEnginesService

func (*ProjectsLocationsReasoningEnginesService) Create

func (r *ProjectsLocationsReasoningEnginesService) Create(parent string, googlecloudaiplatformv1beta1reasoningengine *GoogleCloudAiplatformV1beta1ReasoningEngine) *ProjectsLocationsReasoningEnginesCreateCall

Create: Creates a reasoning engine.

func (*ProjectsLocationsReasoningEnginesService) Delete

func (r *ProjectsLocationsReasoningEnginesService) Delete(name string) *ProjectsLocationsReasoningEnginesDeleteCall

Delete: Deletes a reasoning engine.

func (*ProjectsLocationsReasoningEnginesService) Get

func (r *ProjectsLocationsReasoningEnginesService) Get(name string) *ProjectsLocationsReasoningEnginesGetCall

Get: Gets a reasoning engine.

func (*ProjectsLocationsReasoningEnginesService) List

func (r *ProjectsLocationsReasoningEnginesService) List(parent string) *ProjectsLocationsReasoningEnginesListCall

List: Lists reasoning engines in a location.

func (*ProjectsLocationsReasoningEnginesService) Query

func (r *ProjectsLocationsReasoningEnginesService) Query(name string, googlecloudaiplatformv1beta1queryreasoningenginerequest *GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest) *ProjectsLocationsReasoningEnginesQueryCall

Query: Queries using a reasoning engine.

type ProjectsLocationsRetrieveContextsCall

type ProjectsLocationsRetrieveContextsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsRetrieveContextsCall) Context

func (c *ProjectsLocationsRetrieveContextsCall) Context(ctx context.Context) *ProjectsLocationsRetrieveContextsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRetrieveContextsCall) Do

func (c *ProjectsLocationsRetrieveContextsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1RetrieveContextsResponse, error)

Do executes the "aiplatform.projects.locations.retrieveContexts" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1RetrieveContextsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRetrieveContextsCall) Fields

func (c *ProjectsLocationsRetrieveContextsCall) Fields(s ...googleapi.Field) *ProjectsLocationsRetrieveContextsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsRetrieveContextsCall) Header

func (c *ProjectsLocationsRetrieveContextsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSchedulesCreateCall

type ProjectsLocationsSchedulesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesCreateCall) Context

func (c *ProjectsLocationsSchedulesCreateCall) Context(ctx context.Context) *ProjectsLocationsSchedulesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesCreateCall) Do

func (c *ProjectsLocationsSchedulesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Schedule, error)

Do executes the "aiplatform.projects.locations.schedules.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Schedule.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesCreateCall) Fields

func (c *ProjectsLocationsSchedulesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesCreateCall) Header

func (c *ProjectsLocationsSchedulesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSchedulesDeleteCall

type ProjectsLocationsSchedulesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesDeleteCall) Context

func (c *ProjectsLocationsSchedulesDeleteCall) Context(ctx context.Context) *ProjectsLocationsSchedulesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesDeleteCall) Do

func (c *ProjectsLocationsSchedulesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.schedules.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesDeleteCall) Fields

func (c *ProjectsLocationsSchedulesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesDeleteCall) Header

func (c *ProjectsLocationsSchedulesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSchedulesGetCall

type ProjectsLocationsSchedulesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesGetCall) Context

func (c *ProjectsLocationsSchedulesGetCall) Context(ctx context.Context) *ProjectsLocationsSchedulesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesGetCall) Do

func (c *ProjectsLocationsSchedulesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Schedule, error)

Do executes the "aiplatform.projects.locations.schedules.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Schedule.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesGetCall) Fields

func (c *ProjectsLocationsSchedulesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesGetCall) Header

func (c *ProjectsLocationsSchedulesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSchedulesGetCall) IfNoneMatch

func (c *ProjectsLocationsSchedulesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsSchedulesListCall

type ProjectsLocationsSchedulesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesListCall) Context

func (c *ProjectsLocationsSchedulesListCall) Context(ctx context.Context) *ProjectsLocationsSchedulesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesListCall) Do

func (c *ProjectsLocationsSchedulesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListSchedulesResponse, error)

Do executes the "aiplatform.projects.locations.schedules.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListSchedulesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesListCall) Fields

func (c *ProjectsLocationsSchedulesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesListCall) Filter

func (c *ProjectsLocationsSchedulesListCall) Filter(filter string) *ProjectsLocationsSchedulesListCall

Filter sets the optional parameter "filter": Lists the Schedules that match the filter expression. The following fields are supported: * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard. * `state`: Supports `=` and `!=` comparisons. * `request`: Supports existence of the check. (e.g. `create_pipeline_job_request:*` --> Schedule has create_pipeline_job_request). * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `start_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, `>=` comparisons and `:*` existence check. Values must be in RFC 3339 format. * `next_run_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. Filter expressions can be combined together using logical operators (`NOT`, `AND` & `OR`). The syntax to define filter expression is based on https://google.aip.dev/160. Examples: * `state="ACTIVE" AND display_name:"my_schedule_*" * `NOT display_name="my_schedule" * `create_time>"2021-05-18T00:00:00Z" * `end_time>"2021-05-18T00:00:00Z" OR NOT end_time:*` * `create_pipeline_job_request:*`

func (*ProjectsLocationsSchedulesListCall) Header

func (c *ProjectsLocationsSchedulesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSchedulesListCall) IfNoneMatch

func (c *ProjectsLocationsSchedulesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsSchedulesListCall) OrderBy

func (c *ProjectsLocationsSchedulesListCall) OrderBy(orderBy string) *ProjectsLocationsSchedulesListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by. The default sort order is in ascending order. Use "desc" after a field name for descending. You can have multiple order_by fields provided. For example, using "create_time desc, end_time" will order results by create time in descending order, and if there are multiple schedules having the same create time, order them by the end time in ascending order. If order_by is not specified, it will order by default with create_time in descending order. Supported fields: * `create_time` * `start_time` * `end_time` * `next_run_time`

func (*ProjectsLocationsSchedulesListCall) PageSize

func (c *ProjectsLocationsSchedulesListCall) PageSize(pageSize int64) *ProjectsLocationsSchedulesListCall

PageSize sets the optional parameter "pageSize": The standard list page size. Default to 100 if not specified.

func (*ProjectsLocationsSchedulesListCall) PageToken

func (c *ProjectsLocationsSchedulesListCall) PageToken(pageToken string) *ProjectsLocationsSchedulesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListSchedulesResponse.next_page_token of the previous ScheduleService.ListSchedules call.

func (*ProjectsLocationsSchedulesListCall) Pages

func (c *ProjectsLocationsSchedulesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListSchedulesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsSchedulesOperationsCancelCall

type ProjectsLocationsSchedulesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesOperationsCancelCall) Context

func (c *ProjectsLocationsSchedulesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesOperationsCancelCall) Do

func (c *ProjectsLocationsSchedulesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.schedules.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesOperationsCancelCall) Fields

func (c *ProjectsLocationsSchedulesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesOperationsCancelCall) Header

func (c *ProjectsLocationsSchedulesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSchedulesOperationsDeleteCall

type ProjectsLocationsSchedulesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesOperationsDeleteCall) Context

func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesOperationsDeleteCall) Do

func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.schedules.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesOperationsDeleteCall) Fields

func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesOperationsDeleteCall) Header

func (c *ProjectsLocationsSchedulesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSchedulesOperationsGetCall

type ProjectsLocationsSchedulesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesOperationsGetCall) Context

func (c *ProjectsLocationsSchedulesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesOperationsGetCall) Do

func (c *ProjectsLocationsSchedulesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.schedules.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesOperationsGetCall) Fields

func (c *ProjectsLocationsSchedulesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesOperationsGetCall) Header

func (c *ProjectsLocationsSchedulesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSchedulesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsSchedulesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsSchedulesOperationsListCall

type ProjectsLocationsSchedulesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesOperationsListCall) Context

func (c *ProjectsLocationsSchedulesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesOperationsListCall) Do

func (c *ProjectsLocationsSchedulesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.schedules.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesOperationsListCall) Fields

func (c *ProjectsLocationsSchedulesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesOperationsListCall) Filter

func (c *ProjectsLocationsSchedulesOperationsListCall) Filter(filter string) *ProjectsLocationsSchedulesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsSchedulesOperationsListCall) Header

func (c *ProjectsLocationsSchedulesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSchedulesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsSchedulesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSchedulesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsSchedulesOperationsListCall) PageSize

func (c *ProjectsLocationsSchedulesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsSchedulesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsSchedulesOperationsListCall) PageToken

func (c *ProjectsLocationsSchedulesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsSchedulesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsSchedulesOperationsListCall) Pages

func (c *ProjectsLocationsSchedulesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsSchedulesOperationsService

type ProjectsLocationsSchedulesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsSchedulesOperationsService

func NewProjectsLocationsSchedulesOperationsService(s *Service) *ProjectsLocationsSchedulesOperationsService

func (*ProjectsLocationsSchedulesOperationsService) Cancel

func (r *ProjectsLocationsSchedulesOperationsService) Cancel(name string) *ProjectsLocationsSchedulesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsSchedulesOperationsService) Delete

func (r *ProjectsLocationsSchedulesOperationsService) Delete(name string) *ProjectsLocationsSchedulesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsSchedulesOperationsService) Get

func (r *ProjectsLocationsSchedulesOperationsService) Get(name string) *ProjectsLocationsSchedulesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsSchedulesOperationsService) List

func (r *ProjectsLocationsSchedulesOperationsService) List(name string) *ProjectsLocationsSchedulesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsSchedulesOperationsService) Wait

func (r *ProjectsLocationsSchedulesOperationsService) Wait(name string) *ProjectsLocationsSchedulesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsSchedulesOperationsWaitCall

type ProjectsLocationsSchedulesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesOperationsWaitCall) Context

func (c *ProjectsLocationsSchedulesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsSchedulesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesOperationsWaitCall) Do

func (c *ProjectsLocationsSchedulesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.schedules.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesOperationsWaitCall) Fields

func (c *ProjectsLocationsSchedulesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesOperationsWaitCall) Header

func (c *ProjectsLocationsSchedulesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSchedulesOperationsWaitCall) Timeout

func (c *ProjectsLocationsSchedulesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsSchedulesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsSchedulesPatchCall

type ProjectsLocationsSchedulesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesPatchCall) Context

func (c *ProjectsLocationsSchedulesPatchCall) Context(ctx context.Context) *ProjectsLocationsSchedulesPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesPatchCall) Do

func (c *ProjectsLocationsSchedulesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Schedule, error)

Do executes the "aiplatform.projects.locations.schedules.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Schedule.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesPatchCall) Fields

func (c *ProjectsLocationsSchedulesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesPatchCall) Header

func (c *ProjectsLocationsSchedulesPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSchedulesPatchCall) UpdateMask

func (c *ProjectsLocationsSchedulesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsSchedulesPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask applies to the resource. See google.protobuf.FieldMask.

type ProjectsLocationsSchedulesPauseCall

type ProjectsLocationsSchedulesPauseCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesPauseCall) Context

func (c *ProjectsLocationsSchedulesPauseCall) Context(ctx context.Context) *ProjectsLocationsSchedulesPauseCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesPauseCall) Do

func (c *ProjectsLocationsSchedulesPauseCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.schedules.pause" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesPauseCall) Fields

func (c *ProjectsLocationsSchedulesPauseCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesPauseCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesPauseCall) Header

func (c *ProjectsLocationsSchedulesPauseCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSchedulesResumeCall

type ProjectsLocationsSchedulesResumeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSchedulesResumeCall) Context

func (c *ProjectsLocationsSchedulesResumeCall) Context(ctx context.Context) *ProjectsLocationsSchedulesResumeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSchedulesResumeCall) Do

func (c *ProjectsLocationsSchedulesResumeCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.schedules.resume" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSchedulesResumeCall) Fields

func (c *ProjectsLocationsSchedulesResumeCall) Fields(s ...googleapi.Field) *ProjectsLocationsSchedulesResumeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSchedulesResumeCall) Header

func (c *ProjectsLocationsSchedulesResumeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSchedulesService

type ProjectsLocationsSchedulesService struct {
    Operations *ProjectsLocationsSchedulesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsSchedulesService

func NewProjectsLocationsSchedulesService(s *Service) *ProjectsLocationsSchedulesService

func (*ProjectsLocationsSchedulesService) Create

func (r *ProjectsLocationsSchedulesService) Create(parent string, googlecloudaiplatformv1beta1schedule *GoogleCloudAiplatformV1beta1Schedule) *ProjectsLocationsSchedulesCreateCall

Create: Creates a Schedule.

func (*ProjectsLocationsSchedulesService) Delete

func (r *ProjectsLocationsSchedulesService) Delete(name string) *ProjectsLocationsSchedulesDeleteCall

Delete: Deletes a Schedule.

func (*ProjectsLocationsSchedulesService) Get

func (r *ProjectsLocationsSchedulesService) Get(name string) *ProjectsLocationsSchedulesGetCall

Get: Gets a Schedule.

func (*ProjectsLocationsSchedulesService) List

func (r *ProjectsLocationsSchedulesService) List(parent string) *ProjectsLocationsSchedulesListCall

List: Lists Schedules in a Location.

func (*ProjectsLocationsSchedulesService) Patch

func (r *ProjectsLocationsSchedulesService) Patch(name string, googlecloudaiplatformv1beta1schedule *GoogleCloudAiplatformV1beta1Schedule) *ProjectsLocationsSchedulesPatchCall

Patch: Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled starting from the updated next execution time after the update time based on the time_specification in the updated Schedule. All unstarted runs before the update time will be skipped while already created runs will NOT be paused or canceled.

- name: Immutable. The resource name of the Schedule.

func (*ProjectsLocationsSchedulesService) Pause

func (r *ProjectsLocationsSchedulesService) Pause(name string, googlecloudaiplatformv1beta1pauseschedulerequest *GoogleCloudAiplatformV1beta1PauseScheduleRequest) *ProjectsLocationsSchedulesPauseCall

Pause: Pauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will be created. Already created runs will NOT be paused or canceled.

func (*ProjectsLocationsSchedulesService) Resume

func (r *ProjectsLocationsSchedulesService) Resume(name string, googlecloudaiplatformv1beta1resumeschedulerequest *GoogleCloudAiplatformV1beta1ResumeScheduleRequest) *ProjectsLocationsSchedulesResumeCall

Resume: Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting from the next execution time after the current time based on the time_specification in the Schedule. If Schedule.catchUp is set up true, all missed runs will be scheduled for backfill first.

type ProjectsLocationsService

type ProjectsLocationsService struct {
    Agents *ProjectsLocationsAgentsService

    Apps *ProjectsLocationsAppsService

    BatchPredictionJobs *ProjectsLocationsBatchPredictionJobsService

    CustomJobs *ProjectsLocationsCustomJobsService

    DataLabelingJobs *ProjectsLocationsDataLabelingJobsService

    Datasets *ProjectsLocationsDatasetsService

    DeploymentResourcePools *ProjectsLocationsDeploymentResourcePoolsService

    EdgeDevices *ProjectsLocationsEdgeDevicesService

    Endpoints *ProjectsLocationsEndpointsService

    EvaluationTasks *ProjectsLocationsEvaluationTasksService

    ExampleStores *ProjectsLocationsExampleStoresService

    ExtensionControllers *ProjectsLocationsExtensionControllersService

    Extensions *ProjectsLocationsExtensionsService

    FeatureGroups *ProjectsLocationsFeatureGroupsService

    FeatureOnlineStores *ProjectsLocationsFeatureOnlineStoresService

    Featurestores *ProjectsLocationsFeaturestoresService

    HyperparameterTuningJobs *ProjectsLocationsHyperparameterTuningJobsService

    IndexEndpoints *ProjectsLocationsIndexEndpointsService

    Indexes *ProjectsLocationsIndexesService

    MetadataStores *ProjectsLocationsMetadataStoresService

    MigratableResources *ProjectsLocationsMigratableResourcesService

    ModelDeploymentMonitoringJobs *ProjectsLocationsModelDeploymentMonitoringJobsService

    ModelMonitors *ProjectsLocationsModelMonitorsService

    Models *ProjectsLocationsModelsService

    NasJobs *ProjectsLocationsNasJobsService

    NotebookExecutionJobs *ProjectsLocationsNotebookExecutionJobsService

    NotebookRuntimeTemplates *ProjectsLocationsNotebookRuntimeTemplatesService

    NotebookRuntimes *ProjectsLocationsNotebookRuntimesService

    Operations *ProjectsLocationsOperationsService

    PersistentResources *ProjectsLocationsPersistentResourcesService

    PipelineJobs *ProjectsLocationsPipelineJobsService

    Publishers *ProjectsLocationsPublishersService

    RagCorpora *ProjectsLocationsRagCorporaService

    ReasoningEngines *ProjectsLocationsReasoningEnginesService

    Schedules *ProjectsLocationsSchedulesService

    Solvers *ProjectsLocationsSolversService

    SpecialistPools *ProjectsLocationsSpecialistPoolsService

    Studies *ProjectsLocationsStudiesService

    Tensorboards *ProjectsLocationsTensorboardsService

    TrainingPipelines *ProjectsLocationsTrainingPipelinesService

    TuningJobs *ProjectsLocationsTuningJobsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsService

func NewProjectsLocationsService(s *Service) *ProjectsLocationsService

func (*ProjectsLocationsService) EvaluateInstances

func (r *ProjectsLocationsService) EvaluateInstances(location string, googlecloudaiplatformv1beta1evaluateinstancesrequest *GoogleCloudAiplatformV1beta1EvaluateInstancesRequest) *ProjectsLocationsEvaluateInstancesCall

EvaluateInstances: Evaluates instances based on a given metric.

func (*ProjectsLocationsService) Get

func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall

Get: Gets information about a location.

- name: Resource name for the location.

func (*ProjectsLocationsService) List

func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall

List: Lists information about the supported locations for this service.

- name: The resource that owns the locations collection, if applicable.

func (*ProjectsLocationsService) RetrieveContexts

func (r *ProjectsLocationsService) RetrieveContexts(parent string, googlecloudaiplatformv1beta1retrievecontextsrequest *GoogleCloudAiplatformV1beta1RetrieveContextsRequest) *ProjectsLocationsRetrieveContextsCall

RetrieveContexts: Retrieves relevant contexts for a query.

type ProjectsLocationsSolversOperationsDeleteCall

type ProjectsLocationsSolversOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSolversOperationsDeleteCall) Context

func (c *ProjectsLocationsSolversOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSolversOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSolversOperationsDeleteCall) Do

func (c *ProjectsLocationsSolversOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.solvers.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSolversOperationsDeleteCall) Fields

func (c *ProjectsLocationsSolversOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSolversOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSolversOperationsDeleteCall) Header

func (c *ProjectsLocationsSolversOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSolversOperationsGetCall

type ProjectsLocationsSolversOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSolversOperationsGetCall) Context

func (c *ProjectsLocationsSolversOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsSolversOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSolversOperationsGetCall) Do

func (c *ProjectsLocationsSolversOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.solvers.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSolversOperationsGetCall) Fields

func (c *ProjectsLocationsSolversOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSolversOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSolversOperationsGetCall) Header

func (c *ProjectsLocationsSolversOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSolversOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsSolversOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSolversOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsSolversOperationsListCall

type ProjectsLocationsSolversOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSolversOperationsListCall) Context

func (c *ProjectsLocationsSolversOperationsListCall) Context(ctx context.Context) *ProjectsLocationsSolversOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSolversOperationsListCall) Do

func (c *ProjectsLocationsSolversOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.solvers.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSolversOperationsListCall) Fields

func (c *ProjectsLocationsSolversOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSolversOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSolversOperationsListCall) Filter

func (c *ProjectsLocationsSolversOperationsListCall) Filter(filter string) *ProjectsLocationsSolversOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsSolversOperationsListCall) Header

func (c *ProjectsLocationsSolversOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSolversOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsSolversOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSolversOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsSolversOperationsListCall) PageSize

func (c *ProjectsLocationsSolversOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsSolversOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsSolversOperationsListCall) PageToken

func (c *ProjectsLocationsSolversOperationsListCall) PageToken(pageToken string) *ProjectsLocationsSolversOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsSolversOperationsListCall) Pages

func (c *ProjectsLocationsSolversOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsSolversOperationsService

type ProjectsLocationsSolversOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsSolversOperationsService

func NewProjectsLocationsSolversOperationsService(s *Service) *ProjectsLocationsSolversOperationsService

func (*ProjectsLocationsSolversOperationsService) Delete

func (r *ProjectsLocationsSolversOperationsService) Delete(name string) *ProjectsLocationsSolversOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsSolversOperationsService) Get

func (r *ProjectsLocationsSolversOperationsService) Get(name string) *ProjectsLocationsSolversOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsSolversOperationsService) List

func (r *ProjectsLocationsSolversOperationsService) List(name string) *ProjectsLocationsSolversOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

type ProjectsLocationsSolversService

type ProjectsLocationsSolversService struct {
    Operations *ProjectsLocationsSolversOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsSolversService

func NewProjectsLocationsSolversService(s *Service) *ProjectsLocationsSolversService

type ProjectsLocationsSpecialistPoolsCreateCall

type ProjectsLocationsSpecialistPoolsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsCreateCall) Context

func (c *ProjectsLocationsSpecialistPoolsCreateCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsCreateCall) Do

func (c *ProjectsLocationsSpecialistPoolsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.specialistPools.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsCreateCall) Fields

func (c *ProjectsLocationsSpecialistPoolsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsCreateCall) Header

func (c *ProjectsLocationsSpecialistPoolsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSpecialistPoolsDeleteCall

type ProjectsLocationsSpecialistPoolsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsDeleteCall) Context

func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsDeleteCall) Do

func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.specialistPools.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsDeleteCall) Fields

func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsDeleteCall) Force

func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Force(force bool) *ProjectsLocationsSpecialistPoolsDeleteCall

Force sets the optional parameter "force": If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, the request will only work if the SpecialistPool has no specialist managers.)

func (*ProjectsLocationsSpecialistPoolsDeleteCall) Header

func (c *ProjectsLocationsSpecialistPoolsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSpecialistPoolsGetCall

type ProjectsLocationsSpecialistPoolsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsGetCall) Context

func (c *ProjectsLocationsSpecialistPoolsGetCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsGetCall) Do

func (c *ProjectsLocationsSpecialistPoolsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1SpecialistPool, error)

Do executes the "aiplatform.projects.locations.specialistPools.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1SpecialistPool.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsGetCall) Fields

func (c *ProjectsLocationsSpecialistPoolsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsGetCall) Header

func (c *ProjectsLocationsSpecialistPoolsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSpecialistPoolsGetCall) IfNoneMatch

func (c *ProjectsLocationsSpecialistPoolsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsSpecialistPoolsListCall

type ProjectsLocationsSpecialistPoolsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsListCall) Context

func (c *ProjectsLocationsSpecialistPoolsListCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsListCall) Do

func (c *ProjectsLocationsSpecialistPoolsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse, error)

Do executes the "aiplatform.projects.locations.specialistPools.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsListCall) Fields

func (c *ProjectsLocationsSpecialistPoolsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsListCall) Header

func (c *ProjectsLocationsSpecialistPoolsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSpecialistPoolsListCall) IfNoneMatch

func (c *ProjectsLocationsSpecialistPoolsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsSpecialistPoolsListCall) PageSize

func (c *ProjectsLocationsSpecialistPoolsListCall) PageSize(pageSize int64) *ProjectsLocationsSpecialistPoolsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsSpecialistPoolsListCall) PageToken

func (c *ProjectsLocationsSpecialistPoolsListCall) PageToken(pageToken string) *ProjectsLocationsSpecialistPoolsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty.

func (*ProjectsLocationsSpecialistPoolsListCall) Pages

func (c *ProjectsLocationsSpecialistPoolsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsSpecialistPoolsListCall) ReadMask

func (c *ProjectsLocationsSpecialistPoolsListCall) ReadMask(readMask string) *ProjectsLocationsSpecialistPoolsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read. FieldMask represents a set of

type ProjectsLocationsSpecialistPoolsOperationsCancelCall

type ProjectsLocationsSpecialistPoolsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsOperationsCancelCall) Context

func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsOperationsCancelCall) Do

func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.specialistPools.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsOperationsCancelCall) Fields

func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsOperationsCancelCall) Header

func (c *ProjectsLocationsSpecialistPoolsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSpecialistPoolsOperationsDeleteCall

type ProjectsLocationsSpecialistPoolsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Context

func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Do

func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.specialistPools.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Fields

func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Header

func (c *ProjectsLocationsSpecialistPoolsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsSpecialistPoolsOperationsGetCall

type ProjectsLocationsSpecialistPoolsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsOperationsGetCall) Context

func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsOperationsGetCall) Do

func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.specialistPools.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsOperationsGetCall) Fields

func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsOperationsGetCall) Header

func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSpecialistPoolsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsSpecialistPoolsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsSpecialistPoolsOperationsListCall

type ProjectsLocationsSpecialistPoolsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) Context

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) Do

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.specialistPools.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) Fields

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) Filter

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Filter(filter string) *ProjectsLocationsSpecialistPoolsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) Header

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSpecialistPoolsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) PageSize

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsSpecialistPoolsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) PageToken

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsSpecialistPoolsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsSpecialistPoolsOperationsListCall) Pages

func (c *ProjectsLocationsSpecialistPoolsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsSpecialistPoolsOperationsService

type ProjectsLocationsSpecialistPoolsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsSpecialistPoolsOperationsService

func NewProjectsLocationsSpecialistPoolsOperationsService(s *Service) *ProjectsLocationsSpecialistPoolsOperationsService

func (*ProjectsLocationsSpecialistPoolsOperationsService) Cancel

func (r *ProjectsLocationsSpecialistPoolsOperationsService) Cancel(name string) *ProjectsLocationsSpecialistPoolsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsSpecialistPoolsOperationsService) Delete

func (r *ProjectsLocationsSpecialistPoolsOperationsService) Delete(name string) *ProjectsLocationsSpecialistPoolsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsSpecialistPoolsOperationsService) Get

func (r *ProjectsLocationsSpecialistPoolsOperationsService) Get(name string) *ProjectsLocationsSpecialistPoolsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsSpecialistPoolsOperationsService) List

func (r *ProjectsLocationsSpecialistPoolsOperationsService) List(name string) *ProjectsLocationsSpecialistPoolsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsSpecialistPoolsOperationsService) Wait

func (r *ProjectsLocationsSpecialistPoolsOperationsService) Wait(name string) *ProjectsLocationsSpecialistPoolsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsSpecialistPoolsOperationsWaitCall

type ProjectsLocationsSpecialistPoolsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsOperationsWaitCall) Context

func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsOperationsWaitCall) Do

func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.specialistPools.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsOperationsWaitCall) Fields

func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsOperationsWaitCall) Header

func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSpecialistPoolsOperationsWaitCall) Timeout

func (c *ProjectsLocationsSpecialistPoolsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsSpecialistPoolsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsSpecialistPoolsPatchCall

type ProjectsLocationsSpecialistPoolsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsSpecialistPoolsPatchCall) Context

func (c *ProjectsLocationsSpecialistPoolsPatchCall) Context(ctx context.Context) *ProjectsLocationsSpecialistPoolsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSpecialistPoolsPatchCall) Do

func (c *ProjectsLocationsSpecialistPoolsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.specialistPools.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSpecialistPoolsPatchCall) Fields

func (c *ProjectsLocationsSpecialistPoolsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsSpecialistPoolsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsSpecialistPoolsPatchCall) Header

func (c *ProjectsLocationsSpecialistPoolsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsSpecialistPoolsPatchCall) UpdateMask

func (c *ProjectsLocationsSpecialistPoolsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsSpecialistPoolsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. The update mask applies to the resource.

type ProjectsLocationsSpecialistPoolsService

type ProjectsLocationsSpecialistPoolsService struct {
    Operations *ProjectsLocationsSpecialistPoolsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsSpecialistPoolsService

func NewProjectsLocationsSpecialistPoolsService(s *Service) *ProjectsLocationsSpecialistPoolsService

func (*ProjectsLocationsSpecialistPoolsService) Create

func (r *ProjectsLocationsSpecialistPoolsService) Create(parent string, googlecloudaiplatformv1beta1specialistpool *GoogleCloudAiplatformV1beta1SpecialistPool) *ProjectsLocationsSpecialistPoolsCreateCall

Create: Creates a SpecialistPool.

func (*ProjectsLocationsSpecialistPoolsService) Delete

func (r *ProjectsLocationsSpecialistPoolsService) Delete(name string) *ProjectsLocationsSpecialistPoolsDeleteCall

Delete: Deletes a SpecialistPool as well as all Specialists in the pool.

func (*ProjectsLocationsSpecialistPoolsService) Get

func (r *ProjectsLocationsSpecialistPoolsService) Get(name string) *ProjectsLocationsSpecialistPoolsGetCall

Get: Gets a SpecialistPool.

func (*ProjectsLocationsSpecialistPoolsService) List

func (r *ProjectsLocationsSpecialistPoolsService) List(parent string) *ProjectsLocationsSpecialistPoolsListCall

List: Lists SpecialistPools in a Location.

func (*ProjectsLocationsSpecialistPoolsService) Patch

func (r *ProjectsLocationsSpecialistPoolsService) Patch(name string, googlecloudaiplatformv1beta1specialistpool *GoogleCloudAiplatformV1beta1SpecialistPool) *ProjectsLocationsSpecialistPoolsPatchCall

Patch: Updates a SpecialistPool.

- name: The resource name of the SpecialistPool.

type ProjectsLocationsStudiesCreateCall

type ProjectsLocationsStudiesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesCreateCall) Context

func (c *ProjectsLocationsStudiesCreateCall) Context(ctx context.Context) *ProjectsLocationsStudiesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesCreateCall) Do

func (c *ProjectsLocationsStudiesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Study, error)

Do executes the "aiplatform.projects.locations.studies.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Study.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesCreateCall) Fields

func (c *ProjectsLocationsStudiesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesCreateCall) Header

func (c *ProjectsLocationsStudiesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesDeleteCall

type ProjectsLocationsStudiesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesDeleteCall) Context

func (c *ProjectsLocationsStudiesDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesDeleteCall) Do

func (c *ProjectsLocationsStudiesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.studies.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesDeleteCall) Fields

func (c *ProjectsLocationsStudiesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesDeleteCall) Header

func (c *ProjectsLocationsStudiesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesGetCall

type ProjectsLocationsStudiesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesGetCall) Context

func (c *ProjectsLocationsStudiesGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesGetCall) Do

func (c *ProjectsLocationsStudiesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Study, error)

Do executes the "aiplatform.projects.locations.studies.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Study.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesGetCall) Fields

func (c *ProjectsLocationsStudiesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesGetCall) Header

func (c *ProjectsLocationsStudiesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesGetCall) IfNoneMatch

func (c *ProjectsLocationsStudiesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsStudiesListCall

type ProjectsLocationsStudiesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesListCall) Context

func (c *ProjectsLocationsStudiesListCall) Context(ctx context.Context) *ProjectsLocationsStudiesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesListCall) Do

func (c *ProjectsLocationsStudiesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListStudiesResponse, error)

Do executes the "aiplatform.projects.locations.studies.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListStudiesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesListCall) Fields

func (c *ProjectsLocationsStudiesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesListCall) Header

func (c *ProjectsLocationsStudiesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesListCall) IfNoneMatch

func (c *ProjectsLocationsStudiesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsStudiesListCall) PageSize

func (c *ProjectsLocationsStudiesListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesListCall

PageSize sets the optional parameter "pageSize": The maximum number of studies to return per "page" of results. If unspecified, service will pick an appropriate default.

func (*ProjectsLocationsStudiesListCall) PageToken

func (c *ProjectsLocationsStudiesListCall) PageToken(pageToken string) *ProjectsLocationsStudiesListCall

PageToken sets the optional parameter "pageToken": A page token to request the next page of results. If unspecified, there are no subsequent pages.

func (*ProjectsLocationsStudiesListCall) Pages

func (c *ProjectsLocationsStudiesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListStudiesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsStudiesLookupCall

type ProjectsLocationsStudiesLookupCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesLookupCall) Context

func (c *ProjectsLocationsStudiesLookupCall) Context(ctx context.Context) *ProjectsLocationsStudiesLookupCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesLookupCall) Do

func (c *ProjectsLocationsStudiesLookupCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Study, error)

Do executes the "aiplatform.projects.locations.studies.lookup" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Study.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesLookupCall) Fields

func (c *ProjectsLocationsStudiesLookupCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesLookupCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesLookupCall) Header

func (c *ProjectsLocationsStudiesLookupCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesOperationsCancelCall

type ProjectsLocationsStudiesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesOperationsCancelCall) Context

func (c *ProjectsLocationsStudiesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesOperationsCancelCall) Do

func (c *ProjectsLocationsStudiesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.studies.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesOperationsCancelCall) Fields

func (c *ProjectsLocationsStudiesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesOperationsCancelCall) Header

func (c *ProjectsLocationsStudiesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesOperationsDeleteCall

type ProjectsLocationsStudiesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesOperationsDeleteCall) Context

func (c *ProjectsLocationsStudiesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesOperationsDeleteCall) Do

func (c *ProjectsLocationsStudiesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.studies.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesOperationsDeleteCall) Fields

func (c *ProjectsLocationsStudiesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesOperationsDeleteCall) Header

func (c *ProjectsLocationsStudiesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesOperationsGetCall

type ProjectsLocationsStudiesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesOperationsGetCall) Context

func (c *ProjectsLocationsStudiesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesOperationsGetCall) Do

func (c *ProjectsLocationsStudiesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.studies.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesOperationsGetCall) Fields

func (c *ProjectsLocationsStudiesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesOperationsGetCall) Header

func (c *ProjectsLocationsStudiesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsStudiesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsStudiesOperationsListCall

type ProjectsLocationsStudiesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesOperationsListCall) Context

func (c *ProjectsLocationsStudiesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesOperationsListCall) Do

func (c *ProjectsLocationsStudiesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.studies.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesOperationsListCall) Fields

func (c *ProjectsLocationsStudiesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesOperationsListCall) Filter

func (c *ProjectsLocationsStudiesOperationsListCall) Filter(filter string) *ProjectsLocationsStudiesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsStudiesOperationsListCall) Header

func (c *ProjectsLocationsStudiesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsStudiesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsStudiesOperationsListCall) PageSize

func (c *ProjectsLocationsStudiesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsStudiesOperationsListCall) PageToken

func (c *ProjectsLocationsStudiesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsStudiesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsStudiesOperationsListCall) Pages

func (c *ProjectsLocationsStudiesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsStudiesOperationsService

type ProjectsLocationsStudiesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsStudiesOperationsService

func NewProjectsLocationsStudiesOperationsService(s *Service) *ProjectsLocationsStudiesOperationsService

func (*ProjectsLocationsStudiesOperationsService) Cancel

func (r *ProjectsLocationsStudiesOperationsService) Cancel(name string) *ProjectsLocationsStudiesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsStudiesOperationsService) Delete

func (r *ProjectsLocationsStudiesOperationsService) Delete(name string) *ProjectsLocationsStudiesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsStudiesOperationsService) Get

func (r *ProjectsLocationsStudiesOperationsService) Get(name string) *ProjectsLocationsStudiesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsStudiesOperationsService) List

func (r *ProjectsLocationsStudiesOperationsService) List(name string) *ProjectsLocationsStudiesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsStudiesOperationsService) Wait

func (r *ProjectsLocationsStudiesOperationsService) Wait(name string) *ProjectsLocationsStudiesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsStudiesOperationsWaitCall

type ProjectsLocationsStudiesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesOperationsWaitCall) Context

func (c *ProjectsLocationsStudiesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsStudiesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesOperationsWaitCall) Do

func (c *ProjectsLocationsStudiesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.studies.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesOperationsWaitCall) Fields

func (c *ProjectsLocationsStudiesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesOperationsWaitCall) Header

func (c *ProjectsLocationsStudiesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesOperationsWaitCall) Timeout

func (c *ProjectsLocationsStudiesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsStudiesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsStudiesService

type ProjectsLocationsStudiesService struct {
    Operations *ProjectsLocationsStudiesOperationsService

    Trials *ProjectsLocationsStudiesTrialsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsStudiesService

func NewProjectsLocationsStudiesService(s *Service) *ProjectsLocationsStudiesService

func (*ProjectsLocationsStudiesService) Create

func (r *ProjectsLocationsStudiesService) Create(parent string, googlecloudaiplatformv1beta1study *GoogleCloudAiplatformV1beta1Study) *ProjectsLocationsStudiesCreateCall

Create: Creates a Study. A resource name will be generated after creation of the Study.

func (*ProjectsLocationsStudiesService) Delete

func (r *ProjectsLocationsStudiesService) Delete(name string) *ProjectsLocationsStudiesDeleteCall

Delete: Deletes a Study.

func (*ProjectsLocationsStudiesService) Get

func (r *ProjectsLocationsStudiesService) Get(name string) *ProjectsLocationsStudiesGetCall

Get: Gets a Study by name.

func (*ProjectsLocationsStudiesService) List

func (r *ProjectsLocationsStudiesService) List(parent string) *ProjectsLocationsStudiesListCall

List: Lists all the studies in a region for an associated project.

func (*ProjectsLocationsStudiesService) Lookup

func (r *ProjectsLocationsStudiesService) Lookup(parent string, googlecloudaiplatformv1beta1lookupstudyrequest *GoogleCloudAiplatformV1beta1LookupStudyRequest) *ProjectsLocationsStudiesLookupCall

Lookup: Looks a study up using the user-defined display_name field instead of the fully qualified resource name.

type ProjectsLocationsStudiesTrialsAddTrialMeasurementCall

type ProjectsLocationsStudiesTrialsAddTrialMeasurementCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Context

func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Do

func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)

Do executes the "aiplatform.projects.locations.studies.trials.addTrialMeasurement" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Trial.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Fields

func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Header

func (c *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall

type ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Context

func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Do

func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.studies.trials.checkTrialEarlyStoppingState" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Fields

func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Header

func (c *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsCompleteCall

type ProjectsLocationsStudiesTrialsCompleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsCompleteCall) Context

func (c *ProjectsLocationsStudiesTrialsCompleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCompleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsCompleteCall) Do

func (c *ProjectsLocationsStudiesTrialsCompleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)

Do executes the "aiplatform.projects.locations.studies.trials.complete" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Trial.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsCompleteCall) Fields

func (c *ProjectsLocationsStudiesTrialsCompleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCompleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsCompleteCall) Header

func (c *ProjectsLocationsStudiesTrialsCompleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsCreateCall

type ProjectsLocationsStudiesTrialsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsCreateCall) Context

func (c *ProjectsLocationsStudiesTrialsCreateCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsCreateCall) Do

func (c *ProjectsLocationsStudiesTrialsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)

Do executes the "aiplatform.projects.locations.studies.trials.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Trial.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsCreateCall) Fields

func (c *ProjectsLocationsStudiesTrialsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsCreateCall) Header

func (c *ProjectsLocationsStudiesTrialsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsDeleteCall

type ProjectsLocationsStudiesTrialsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsDeleteCall) Context

func (c *ProjectsLocationsStudiesTrialsDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsDeleteCall) Do

func (c *ProjectsLocationsStudiesTrialsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.studies.trials.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsDeleteCall) Fields

func (c *ProjectsLocationsStudiesTrialsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsDeleteCall) Header

func (c *ProjectsLocationsStudiesTrialsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsGetCall

type ProjectsLocationsStudiesTrialsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsGetCall) Context

func (c *ProjectsLocationsStudiesTrialsGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsGetCall) Do

func (c *ProjectsLocationsStudiesTrialsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)

Do executes the "aiplatform.projects.locations.studies.trials.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Trial.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsGetCall) Fields

func (c *ProjectsLocationsStudiesTrialsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsGetCall) Header

func (c *ProjectsLocationsStudiesTrialsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesTrialsGetCall) IfNoneMatch

func (c *ProjectsLocationsStudiesTrialsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsStudiesTrialsListCall

type ProjectsLocationsStudiesTrialsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsListCall) Context

func (c *ProjectsLocationsStudiesTrialsListCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsListCall) Do

func (c *ProjectsLocationsStudiesTrialsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTrialsResponse, error)

Do executes the "aiplatform.projects.locations.studies.trials.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListTrialsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsListCall) Fields

func (c *ProjectsLocationsStudiesTrialsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsListCall) Header

func (c *ProjectsLocationsStudiesTrialsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesTrialsListCall) IfNoneMatch

func (c *ProjectsLocationsStudiesTrialsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsStudiesTrialsListCall) PageSize

func (c *ProjectsLocationsStudiesTrialsListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesTrialsListCall

PageSize sets the optional parameter "pageSize": The number of Trials to retrieve per "page" of results. If unspecified, the service will pick an appropriate default.

func (*ProjectsLocationsStudiesTrialsListCall) PageToken

func (c *ProjectsLocationsStudiesTrialsListCall) PageToken(pageToken string) *ProjectsLocationsStudiesTrialsListCall

PageToken sets the optional parameter "pageToken": A page token to request the next page of results. If unspecified, there are no subsequent pages.

func (*ProjectsLocationsStudiesTrialsListCall) Pages

func (c *ProjectsLocationsStudiesTrialsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTrialsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsStudiesTrialsListOptimalTrialsCall

type ProjectsLocationsStudiesTrialsListOptimalTrialsCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Context

func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Do

func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse, error)

Do executes the "aiplatform.projects.locations.studies.trials.listOptimalTrials" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Fields

func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Header

func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsOperationsCancelCall

type ProjectsLocationsStudiesTrialsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsOperationsCancelCall) Context

func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsOperationsCancelCall) Do

func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.studies.trials.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsOperationsCancelCall) Fields

func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsOperationsCancelCall) Header

func (c *ProjectsLocationsStudiesTrialsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsOperationsDeleteCall

type ProjectsLocationsStudiesTrialsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsOperationsDeleteCall) Context

func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsOperationsDeleteCall) Do

func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.studies.trials.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsOperationsDeleteCall) Fields

func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsOperationsDeleteCall) Header

func (c *ProjectsLocationsStudiesTrialsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsOperationsGetCall

type ProjectsLocationsStudiesTrialsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsOperationsGetCall) Context

func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsOperationsGetCall) Do

func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.studies.trials.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsOperationsGetCall) Fields

func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsOperationsGetCall) Header

func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesTrialsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsStudiesTrialsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsStudiesTrialsOperationsListCall

type ProjectsLocationsStudiesTrialsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsOperationsListCall) Context

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) Do

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.studies.trials.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) Fields

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) Filter

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Filter(filter string) *ProjectsLocationsStudiesTrialsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) Header

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) PageSize

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsStudiesTrialsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) PageToken

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsStudiesTrialsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsStudiesTrialsOperationsListCall) Pages

func (c *ProjectsLocationsStudiesTrialsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsStudiesTrialsOperationsService

type ProjectsLocationsStudiesTrialsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsStudiesTrialsOperationsService

func NewProjectsLocationsStudiesTrialsOperationsService(s *Service) *ProjectsLocationsStudiesTrialsOperationsService

func (*ProjectsLocationsStudiesTrialsOperationsService) Cancel

func (r *ProjectsLocationsStudiesTrialsOperationsService) Cancel(name string) *ProjectsLocationsStudiesTrialsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsStudiesTrialsOperationsService) Delete

func (r *ProjectsLocationsStudiesTrialsOperationsService) Delete(name string) *ProjectsLocationsStudiesTrialsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsStudiesTrialsOperationsService) Get

func (r *ProjectsLocationsStudiesTrialsOperationsService) Get(name string) *ProjectsLocationsStudiesTrialsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsStudiesTrialsOperationsService) List

func (r *ProjectsLocationsStudiesTrialsOperationsService) List(name string) *ProjectsLocationsStudiesTrialsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsStudiesTrialsOperationsService) Wait

func (r *ProjectsLocationsStudiesTrialsOperationsService) Wait(name string) *ProjectsLocationsStudiesTrialsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsStudiesTrialsOperationsWaitCall

type ProjectsLocationsStudiesTrialsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsOperationsWaitCall) Context

func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsOperationsWaitCall) Do

func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.studies.trials.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsOperationsWaitCall) Fields

func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsOperationsWaitCall) Header

func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsStudiesTrialsOperationsWaitCall) Timeout

func (c *ProjectsLocationsStudiesTrialsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsStudiesTrialsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsStudiesTrialsService

type ProjectsLocationsStudiesTrialsService struct {
    Operations *ProjectsLocationsStudiesTrialsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsStudiesTrialsService

func NewProjectsLocationsStudiesTrialsService(s *Service) *ProjectsLocationsStudiesTrialsService

func (*ProjectsLocationsStudiesTrialsService) AddTrialMeasurement

func (r *ProjectsLocationsStudiesTrialsService) AddTrialMeasurement(trialName string, googlecloudaiplatformv1beta1addtrialmeasurementrequest *GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest) *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall

AddTrialMeasurement: Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete.

func (*ProjectsLocationsStudiesTrialsService) CheckTrialEarlyStoppingState

func (r *ProjectsLocationsStudiesTrialsService) CheckTrialEarlyStoppingState(trialName string, googlecloudaiplatformv1beta1checktrialearlystoppingstaterequest *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest) *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall

CheckTrialEarlyStoppingState: Checks whether a Trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse.

func (*ProjectsLocationsStudiesTrialsService) Complete

func (r *ProjectsLocationsStudiesTrialsService) Complete(name string, googlecloudaiplatformv1beta1completetrialrequest *GoogleCloudAiplatformV1beta1CompleteTrialRequest) *ProjectsLocationsStudiesTrialsCompleteCall

Complete: Marks a Trial as complete.

func (*ProjectsLocationsStudiesTrialsService) Create

func (r *ProjectsLocationsStudiesTrialsService) Create(parent string, googlecloudaiplatformv1beta1trial *GoogleCloudAiplatformV1beta1Trial) *ProjectsLocationsStudiesTrialsCreateCall

Create: Adds a user provided Trial to a Study.

func (*ProjectsLocationsStudiesTrialsService) Delete

func (r *ProjectsLocationsStudiesTrialsService) Delete(name string) *ProjectsLocationsStudiesTrialsDeleteCall

Delete: Deletes a Trial.

func (*ProjectsLocationsStudiesTrialsService) Get

func (r *ProjectsLocationsStudiesTrialsService) Get(name string) *ProjectsLocationsStudiesTrialsGetCall

Get: Gets a Trial.

func (*ProjectsLocationsStudiesTrialsService) List

func (r *ProjectsLocationsStudiesTrialsService) List(parent string) *ProjectsLocationsStudiesTrialsListCall

List: Lists the Trials associated with a Study.

func (*ProjectsLocationsStudiesTrialsService) ListOptimalTrials

func (r *ProjectsLocationsStudiesTrialsService) ListOptimalTrials(parent string, googlecloudaiplatformv1beta1listoptimaltrialsrequest *GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall

ListOptimalTrials: Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

- parent: The name of the Study that the optimal Trial belongs to.

func (*ProjectsLocationsStudiesTrialsService) Stop

func (r *ProjectsLocationsStudiesTrialsService) Stop(name string, googlecloudaiplatformv1beta1stoptrialrequest *GoogleCloudAiplatformV1beta1StopTrialRequest) *ProjectsLocationsStudiesTrialsStopCall

Stop: Stops a Trial.

func (*ProjectsLocationsStudiesTrialsService) Suggest

func (r *ProjectsLocationsStudiesTrialsService) Suggest(parent string, googlecloudaiplatformv1beta1suggesttrialsrequest *GoogleCloudAiplatformV1beta1SuggestTrialsRequest) *ProjectsLocationsStudiesTrialsSuggestCall

Suggest: Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns a long-running operation associated with the generation of Trial suggestions. When this long-running operation succeeds, it will contain a SuggestTrialsResponse.

type ProjectsLocationsStudiesTrialsStopCall

type ProjectsLocationsStudiesTrialsStopCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsStopCall) Context

func (c *ProjectsLocationsStudiesTrialsStopCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsStopCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsStopCall) Do

func (c *ProjectsLocationsStudiesTrialsStopCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Trial, error)

Do executes the "aiplatform.projects.locations.studies.trials.stop" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Trial.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsStopCall) Fields

func (c *ProjectsLocationsStudiesTrialsStopCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsStopCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsStopCall) Header

func (c *ProjectsLocationsStudiesTrialsStopCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsStudiesTrialsSuggestCall

type ProjectsLocationsStudiesTrialsSuggestCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsStudiesTrialsSuggestCall) Context

func (c *ProjectsLocationsStudiesTrialsSuggestCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsSuggestCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsStudiesTrialsSuggestCall) Do

func (c *ProjectsLocationsStudiesTrialsSuggestCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.studies.trials.suggest" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStudiesTrialsSuggestCall) Fields

func (c *ProjectsLocationsStudiesTrialsSuggestCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsSuggestCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsStudiesTrialsSuggestCall) Header

func (c *ProjectsLocationsStudiesTrialsSuggestCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsBatchReadCall

type ProjectsLocationsTensorboardsBatchReadCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsBatchReadCall) Context

func (c *ProjectsLocationsTensorboardsBatchReadCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsBatchReadCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsBatchReadCall) Do

func (c *ProjectsLocationsTensorboardsBatchReadCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.batchRead" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse.Serve rResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsBatchReadCall) Fields

func (c *ProjectsLocationsTensorboardsBatchReadCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsBatchReadCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsBatchReadCall) Header

func (c *ProjectsLocationsTensorboardsBatchReadCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsBatchReadCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsBatchReadCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsBatchReadCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsBatchReadCall) TimeSeries

func (c *ProjectsLocationsTensorboardsBatchReadCall) TimeSeries(timeSeries ...string) *ProjectsLocationsTensorboardsBatchReadCall

TimeSeries sets the optional parameter "timeSeries": Required. The resource names of the TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experimen ts/{experiment}/runs/{run}/timeSeries/{time_series}`

type ProjectsLocationsTensorboardsCreateCall

type ProjectsLocationsTensorboardsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsCreateCall) Context

func (c *ProjectsLocationsTensorboardsCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsCreateCall) Do

func (c *ProjectsLocationsTensorboardsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsCreateCall) Fields

func (c *ProjectsLocationsTensorboardsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsCreateCall) Header

func (c *ProjectsLocationsTensorboardsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsDeleteCall

type ProjectsLocationsTensorboardsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsDeleteCall) Context

func (c *ProjectsLocationsTensorboardsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsDeleteCall) Do

func (c *ProjectsLocationsTensorboardsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsDeleteCall) Header

func (c *ProjectsLocationsTensorboardsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsBatchCreateCall

type ProjectsLocationsTensorboardsExperimentsBatchCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsBatchCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.batchCreate" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse.ServerR esponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsBatchCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsBatchCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsCreateCall

type ProjectsLocationsTensorboardsExperimentsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsCreateCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsCreateCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardExperiment, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardExperiment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsCreateCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsCreateCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsCreateCall) TensorboardExperimentId

func (c *ProjectsLocationsTensorboardsExperimentsCreateCall) TensorboardExperimentId(tensorboardExperimentId string) *ProjectsLocationsTensorboardsExperimentsCreateCall

TensorboardExperimentId sets the optional parameter "tensorboardExperimentId": Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name. This value should be 1-128 characters, and valid characters are `/a-z-/`.

type ProjectsLocationsTensorboardsExperimentsDeleteCall

type ProjectsLocationsTensorboardsExperimentsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsDeleteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsDeleteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsDeleteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsGetCall

type ProjectsLocationsTensorboardsExperimentsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsGetCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsGetCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardExperiment, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardExperiment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsGetCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsGetCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsExperimentsListCall

type ProjectsLocationsTensorboardsExperimentsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsListCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsListCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse.ServerRespons e.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsListCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsListCall) Filter

func (c *ProjectsLocationsTensorboardsExperimentsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsListCall

Filter sets the optional parameter "filter": Lists the TensorboardExperiments that match the filter expression.

func (*ProjectsLocationsTensorboardsExperimentsListCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsExperimentsListCall) OrderBy

func (c *ProjectsLocationsTensorboardsExperimentsListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsExperimentsListCall

OrderBy sets the optional parameter "orderBy": Field to use to sort the list.

func (*ProjectsLocationsTensorboardsExperimentsListCall) PageSize

func (c *ProjectsLocationsTensorboardsExperimentsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsListCall

PageSize sets the optional parameter "pageSize": The maximum number of TensorboardExperiments to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardExperiments are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

func (*ProjectsLocationsTensorboardsExperimentsListCall) PageToken

func (c *ProjectsLocationsTensorboardsExperimentsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous TensorboardService.ListTensorboardExperiments call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboardExperiments must match the call that provided the page token.

func (*ProjectsLocationsTensorboardsExperimentsListCall) Pages

func (c *ProjectsLocationsTensorboardsExperimentsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsTensorboardsExperimentsListCall) ReadMask

func (c *ProjectsLocationsTensorboardsExperimentsListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsExperimentsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsTensorboardsExperimentsOperationsCancelCall

type ProjectsLocationsTensorboardsExperimentsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall

type ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsOperationsGetCall

type ProjectsLocationsTensorboardsExperimentsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsExperimentsOperationsListCall

type ProjectsLocationsTensorboardsExperimentsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) Filter

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) PageSize

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) PageToken

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsTensorboardsExperimentsOperationsListCall) Pages

func (c *ProjectsLocationsTensorboardsExperimentsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsTensorboardsExperimentsOperationsService

type ProjectsLocationsTensorboardsExperimentsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsExperimentsOperationsService

func NewProjectsLocationsTensorboardsExperimentsOperationsService(s *Service) *ProjectsLocationsTensorboardsExperimentsOperationsService

func (*ProjectsLocationsTensorboardsExperimentsOperationsService) Cancel

func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsExperimentsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsTensorboardsExperimentsOperationsService) Delete

func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsTensorboardsExperimentsOperationsService) Get

func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsTensorboardsExperimentsOperationsService) List

func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) List(name string) *ProjectsLocationsTensorboardsExperimentsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsTensorboardsExperimentsOperationsService) Wait

func (r *ProjectsLocationsTensorboardsExperimentsOperationsService) Wait(name string) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsTensorboardsExperimentsOperationsWaitCall

type ProjectsLocationsTensorboardsExperimentsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Timeout

func (c *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsExperimentsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsTensorboardsExperimentsPatchCall

type ProjectsLocationsTensorboardsExperimentsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsPatchCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsPatchCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardExperiment, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardExperiment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsPatchCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsPatchCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsPatchCall) UpdateMask

func (c *ProjectsLocationsTensorboardsExperimentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsExperimentsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. Field mask is used to specify the fields to be overwritten in the TensorboardExperiment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.

type ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall

type ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.batchCreate" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse.ServerRespons e.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsRunsCreateCall

type ProjectsLocationsTensorboardsExperimentsRunsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardRun, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardRun.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsCreateCall) TensorboardRunId

func (c *ProjectsLocationsTensorboardsExperimentsRunsCreateCall) TensorboardRunId(tensorboardRunId string) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall

TensorboardRunId sets the optional parameter "tensorboardRunId": Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid characters are `/a-z-/`.

type ProjectsLocationsTensorboardsExperimentsRunsDeleteCall

type ProjectsLocationsTensorboardsExperimentsRunsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsRunsGetCall

type ProjectsLocationsTensorboardsExperimentsRunsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsGetCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsGetCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardRun, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardRun.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsGetCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsGetCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsExperimentsRunsListCall

type ProjectsLocationsTensorboardsExperimentsRunsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) Filter

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsListCall

Filter sets the optional parameter "filter": Lists the TensorboardRuns that match the filter expression.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) OrderBy

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsExperimentsRunsListCall

OrderBy sets the optional parameter "orderBy": Field to use to sort the list.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) PageSize

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsListCall

PageSize sets the optional parameter "pageSize": The maximum number of TensorboardRuns to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardRuns are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) PageToken

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous TensorboardService.ListTensorboardRuns call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboardRuns must match the call that provided the page token.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) Pages

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsTensorboardsExperimentsRunsListCall) ReadMask

func (c *ProjectsLocationsTensorboardsExperimentsRunsListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsExperimentsRunsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall

type ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall

type ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall

type ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

type ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Filter

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) PageSize

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) PageToken

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Pages

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsTensorboardsExperimentsRunsOperationsService

type ProjectsLocationsTensorboardsExperimentsRunsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsExperimentsRunsOperationsService

func NewProjectsLocationsTensorboardsExperimentsRunsOperationsService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsOperationsService

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Cancel

func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Delete

func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Get

func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsService) List

func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) List(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Wait

func (r *ProjectsLocationsTensorboardsExperimentsRunsOperationsService) Wait(name string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall

type ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Timeout

func (c *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsExperimentsRunsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsTensorboardsExperimentsRunsPatchCall

type ProjectsLocationsTensorboardsExperimentsRunsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardRun, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardRun.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsPatchCall) UpdateMask

func (c *ProjectsLocationsTensorboardsExperimentsRunsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. Field mask is used to specify the fields to be overwritten in the TensorboardRun resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.

type ProjectsLocationsTensorboardsExperimentsRunsService

type ProjectsLocationsTensorboardsExperimentsRunsService struct {
    Operations *ProjectsLocationsTensorboardsExperimentsRunsOperationsService

    TimeSeries *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsExperimentsRunsService

func NewProjectsLocationsTensorboardsExperimentsRunsService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsService

func (*ProjectsLocationsTensorboardsExperimentsRunsService) BatchCreate

func (r *ProjectsLocationsTensorboardsExperimentsRunsService) BatchCreate(parent string, googlecloudaiplatformv1beta1batchcreatetensorboardrunsrequest *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest) *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall

BatchCreate: Batch create TensorboardRuns.

func (*ProjectsLocationsTensorboardsExperimentsRunsService) Create

func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Create(parent string, googlecloudaiplatformv1beta1tensorboardrun *GoogleCloudAiplatformV1beta1TensorboardRun) *ProjectsLocationsTensorboardsExperimentsRunsCreateCall

Create: Creates a TensorboardRun.

func (*ProjectsLocationsTensorboardsExperimentsRunsService) Delete

func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsDeleteCall

Delete: Deletes a TensorboardRun.

func (*ProjectsLocationsTensorboardsExperimentsRunsService) Get

func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsGetCall

Get: Gets a TensorboardRun.

func (*ProjectsLocationsTensorboardsExperimentsRunsService) List

func (r *ProjectsLocationsTensorboardsExperimentsRunsService) List(parent string) *ProjectsLocationsTensorboardsExperimentsRunsListCall

List: Lists TensorboardRuns in a Location.

func (*ProjectsLocationsTensorboardsExperimentsRunsService) Patch

func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Patch(name string, googlecloudaiplatformv1beta1tensorboardrun *GoogleCloudAiplatformV1beta1TensorboardRun) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall

Patch: Updates a TensorboardRun.

func (*ProjectsLocationsTensorboardsExperimentsRunsService) Write

func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Write(tensorboardRun string, googlecloudaiplatformv1beta1writetensorboardrundatarequest *GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest) *ProjectsLocationsTensorboardsExperimentsRunsWriteCall

Write: Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardTimeSeries, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardTimeSeries.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) TensorboardTimeSeriesId

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall) TensorboardTimeSeriesId(tensorboardTimeSeriesId string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall

TensorboardTimeSeriesId sets the optional parameter "tensorboardTimeSeriesId": The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "a-z0-9{0, 127}"

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.exportTensorboardTimeSeries" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse.ServerRe sponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Pages

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardTimeSeries, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardTimeSeries.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse.ServerResponse .Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Filter

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

Filter sets the optional parameter "filter": Lists the TensorboardTimeSeries that match the filter expression.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) OrderBy

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

OrderBy sets the optional parameter "orderBy": Field to use to sort the list.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) PageSize

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

PageSize sets the optional parameter "pageSize": The maximum number of TensorboardTimeSeries to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardTimeSeries are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) PageToken

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous TensorboardService.ListTensorboardTimeSeries call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboardTimeSeries must match the call that provided the page token.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Pages

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) ReadMask

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Filter

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) PageSize

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) PageToken

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Pages

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService

func NewProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Cancel

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Delete

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Get

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) List

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) List(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Wait

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService) Wait(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Timeout

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TensorboardTimeSeries, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TensorboardTimeSeries.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) UpdateMask

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall

UpdateMask sets the optional parameter "updateMask": Required. Field mask is used to specify the fields to be overwritten in the TensorboardTimeSeries resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) BlobIds

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) BlobIds(blobIds ...string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall

BlobIds sets the optional parameter "blobIds": IDs of the blobs to read.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.readBlobData" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.read" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse.ServerResp onse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Filter

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Filter(filter string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall

Filter sets the optional parameter "filter": Reads the TensorboardTimeSeries' data that match the filter expression.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) MaxDataPoints

func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall) MaxDataPoints(maxDataPoints int64) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall

MaxDataPoints sets the optional parameter "maxDataPoints": The maximum number of TensorboardTimeSeries' data to return. This value should be a positive integer. This value can be set to -1 to return all data.

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService

type ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService struct {
    Operations *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService

func NewProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService(s *Service) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Create

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Create(parent string, googlecloudaiplatformv1beta1tensorboardtimeseries *GoogleCloudAiplatformV1beta1TensorboardTimeSeries) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall

Create: Creates a TensorboardTimeSeries.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Delete

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall

Delete: Deletes a TensorboardTimeSeries.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) ExportTensorboardTimeSeries

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) ExportTensorboardTimeSeries(tensorboardTimeSeries string, googlecloudaiplatformv1beta1exporttensorboardtimeseriesdatarequest *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall

ExportTensorboardTimeSeries: Exports a TensorboardTimeSeries' data. Data is returned in paginated responses.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Get

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall

Get: Gets a TensorboardTimeSeries.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) List

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) List(parent string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall

List: Lists TensorboardTimeSeries in a Location.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Patch

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Patch(name string, googlecloudaiplatformv1beta1tensorboardtimeseries *GoogleCloudAiplatformV1beta1TensorboardTimeSeries) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesPatchCall

Patch: Updates a TensorboardTimeSeries.

- name: Output only. Name of the TensorboardTimeSeries.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Read

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Read(tensorboardTimeSeries string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadCall

Read: Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k.

func (*ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) ReadBlobData

func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) ReadBlobData(timeSeries string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadBlobDataCall

ReadBlobData: Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project's Cloud Storage bucket without users having to obtain Cloud Storage access permission.

type ProjectsLocationsTensorboardsExperimentsRunsWriteCall

type ProjectsLocationsTensorboardsExperimentsRunsWriteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsRunsWriteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.runs.write" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsRunsWriteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsRunsWriteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsExperimentsService

type ProjectsLocationsTensorboardsExperimentsService struct {
    Operations *ProjectsLocationsTensorboardsExperimentsOperationsService

    Runs *ProjectsLocationsTensorboardsExperimentsRunsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsExperimentsService

func NewProjectsLocationsTensorboardsExperimentsService(s *Service) *ProjectsLocationsTensorboardsExperimentsService

func (*ProjectsLocationsTensorboardsExperimentsService) BatchCreate

func (r *ProjectsLocationsTensorboardsExperimentsService) BatchCreate(parent string, googlecloudaiplatformv1beta1batchcreatetensorboardtimeseriesrequest *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest) *ProjectsLocationsTensorboardsExperimentsBatchCreateCall

BatchCreate: Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

func (*ProjectsLocationsTensorboardsExperimentsService) Create

func (r *ProjectsLocationsTensorboardsExperimentsService) Create(parent string, googlecloudaiplatformv1beta1tensorboardexperiment *GoogleCloudAiplatformV1beta1TensorboardExperiment) *ProjectsLocationsTensorboardsExperimentsCreateCall

Create: Creates a TensorboardExperiment.

func (*ProjectsLocationsTensorboardsExperimentsService) Delete

func (r *ProjectsLocationsTensorboardsExperimentsService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsDeleteCall

Delete: Deletes a TensorboardExperiment.

func (*ProjectsLocationsTensorboardsExperimentsService) Get

func (r *ProjectsLocationsTensorboardsExperimentsService) Get(name string) *ProjectsLocationsTensorboardsExperimentsGetCall

Get: Gets a TensorboardExperiment.

func (*ProjectsLocationsTensorboardsExperimentsService) List

func (r *ProjectsLocationsTensorboardsExperimentsService) List(parent string) *ProjectsLocationsTensorboardsExperimentsListCall

List: Lists TensorboardExperiments in a Location.

func (*ProjectsLocationsTensorboardsExperimentsService) Patch

func (r *ProjectsLocationsTensorboardsExperimentsService) Patch(name string, googlecloudaiplatformv1beta1tensorboardexperiment *GoogleCloudAiplatformV1beta1TensorboardExperiment) *ProjectsLocationsTensorboardsExperimentsPatchCall

Patch: Updates a TensorboardExperiment.

func (*ProjectsLocationsTensorboardsExperimentsService) Write

func (r *ProjectsLocationsTensorboardsExperimentsService) Write(tensorboardExperiment string, googlecloudaiplatformv1beta1writetensorboardexperimentdatarequest *GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest) *ProjectsLocationsTensorboardsExperimentsWriteCall

Write: Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.

type ProjectsLocationsTensorboardsExperimentsWriteCall

type ProjectsLocationsTensorboardsExperimentsWriteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsExperimentsWriteCall) Context

func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsExperimentsWriteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsExperimentsWriteCall) Do

func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.experiments.write" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse.ServerRes ponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsExperimentsWriteCall) Fields

func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsExperimentsWriteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsExperimentsWriteCall) Header

func (c *ProjectsLocationsTensorboardsExperimentsWriteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsGetCall

type ProjectsLocationsTensorboardsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsGetCall) Context

func (c *ProjectsLocationsTensorboardsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsGetCall) Do

func (c *ProjectsLocationsTensorboardsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1Tensorboard, error)

Do executes the "aiplatform.projects.locations.tensorboards.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1Tensorboard.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsGetCall) Fields

func (c *ProjectsLocationsTensorboardsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsGetCall) Header

func (c *ProjectsLocationsTensorboardsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsListCall

type ProjectsLocationsTensorboardsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsListCall) Context

func (c *ProjectsLocationsTensorboardsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsListCall) Do

func (c *ProjectsLocationsTensorboardsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTensorboardsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListTensorboardsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsListCall) Fields

func (c *ProjectsLocationsTensorboardsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsListCall) Filter

func (c *ProjectsLocationsTensorboardsListCall) Filter(filter string) *ProjectsLocationsTensorboardsListCall

Filter sets the optional parameter "filter": Lists the Tensorboards that match the filter expression.

func (*ProjectsLocationsTensorboardsListCall) Header

func (c *ProjectsLocationsTensorboardsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsListCall) OrderBy

func (c *ProjectsLocationsTensorboardsListCall) OrderBy(orderBy string) *ProjectsLocationsTensorboardsListCall

OrderBy sets the optional parameter "orderBy": Field to use to sort the list.

func (*ProjectsLocationsTensorboardsListCall) PageSize

func (c *ProjectsLocationsTensorboardsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsListCall

PageSize sets the optional parameter "pageSize": The maximum number of Tensorboards to return. The service may return fewer than this value. If unspecified, at most 100 Tensorboards are returned. The maximum value is 100; values above 100 are coerced to 100.

func (*ProjectsLocationsTensorboardsListCall) PageToken

func (c *ProjectsLocationsTensorboardsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous TensorboardService.ListTensorboards call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboards must match the call that provided the page token.

func (*ProjectsLocationsTensorboardsListCall) Pages

func (c *ProjectsLocationsTensorboardsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTensorboardsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsTensorboardsListCall) ReadMask

func (c *ProjectsLocationsTensorboardsListCall) ReadMask(readMask string) *ProjectsLocationsTensorboardsListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsTensorboardsOperationsCancelCall

type ProjectsLocationsTensorboardsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsOperationsCancelCall) Context

func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsOperationsCancelCall) Do

func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsOperationsCancelCall) Fields

func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsOperationsCancelCall) Header

func (c *ProjectsLocationsTensorboardsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsOperationsDeleteCall

type ProjectsLocationsTensorboardsOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsOperationsDeleteCall) Context

func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsOperationsDeleteCall) Do

func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tensorboards.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsOperationsDeleteCall) Fields

func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsOperationsDeleteCall) Header

func (c *ProjectsLocationsTensorboardsOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTensorboardsOperationsGetCall

type ProjectsLocationsTensorboardsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsOperationsGetCall) Context

func (c *ProjectsLocationsTensorboardsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsOperationsGetCall) Do

func (c *ProjectsLocationsTensorboardsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsOperationsGetCall) Fields

func (c *ProjectsLocationsTensorboardsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsOperationsGetCall) Header

func (c *ProjectsLocationsTensorboardsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsOperationsListCall

type ProjectsLocationsTensorboardsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsOperationsListCall) Context

func (c *ProjectsLocationsTensorboardsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsOperationsListCall) Do

func (c *ProjectsLocationsTensorboardsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsOperationsListCall) Fields

func (c *ProjectsLocationsTensorboardsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsOperationsListCall) Filter

func (c *ProjectsLocationsTensorboardsOperationsListCall) Filter(filter string) *ProjectsLocationsTensorboardsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsTensorboardsOperationsListCall) Header

func (c *ProjectsLocationsTensorboardsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTensorboardsOperationsListCall) PageSize

func (c *ProjectsLocationsTensorboardsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTensorboardsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsTensorboardsOperationsListCall) PageToken

func (c *ProjectsLocationsTensorboardsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTensorboardsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsTensorboardsOperationsListCall) Pages

func (c *ProjectsLocationsTensorboardsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsTensorboardsOperationsService

type ProjectsLocationsTensorboardsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsOperationsService

func NewProjectsLocationsTensorboardsOperationsService(s *Service) *ProjectsLocationsTensorboardsOperationsService

func (*ProjectsLocationsTensorboardsOperationsService) Cancel

func (r *ProjectsLocationsTensorboardsOperationsService) Cancel(name string) *ProjectsLocationsTensorboardsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsTensorboardsOperationsService) Delete

func (r *ProjectsLocationsTensorboardsOperationsService) Delete(name string) *ProjectsLocationsTensorboardsOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsTensorboardsOperationsService) Get

func (r *ProjectsLocationsTensorboardsOperationsService) Get(name string) *ProjectsLocationsTensorboardsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsTensorboardsOperationsService) List

func (r *ProjectsLocationsTensorboardsOperationsService) List(name string) *ProjectsLocationsTensorboardsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsTensorboardsOperationsService) Wait

func (r *ProjectsLocationsTensorboardsOperationsService) Wait(name string) *ProjectsLocationsTensorboardsOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsTensorboardsOperationsWaitCall

type ProjectsLocationsTensorboardsOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsOperationsWaitCall) Context

func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsOperationsWaitCall) Do

func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsOperationsWaitCall) Fields

func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsOperationsWaitCall) Header

func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsOperationsWaitCall) Timeout

func (c *ProjectsLocationsTensorboardsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTensorboardsOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsTensorboardsPatchCall

type ProjectsLocationsTensorboardsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsPatchCall) Context

func (c *ProjectsLocationsTensorboardsPatchCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsPatchCall) Do

func (c *ProjectsLocationsTensorboardsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.tensorboards.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsPatchCall) Fields

func (c *ProjectsLocationsTensorboardsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsPatchCall) Header

func (c *ProjectsLocationsTensorboardsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsPatchCall) UpdateMask

func (c *ProjectsLocationsTensorboardsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTensorboardsPatchCall

UpdateMask sets the optional parameter "updateMask": Required. Field mask is used to specify the fields to be overwritten in the Tensorboard resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.

type ProjectsLocationsTensorboardsReadSizeCall

type ProjectsLocationsTensorboardsReadSizeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsReadSizeCall) Context

func (c *ProjectsLocationsTensorboardsReadSizeCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsReadSizeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsReadSizeCall) Do

func (c *ProjectsLocationsTensorboardsReadSizeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.readSize" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsReadSizeCall) Fields

func (c *ProjectsLocationsTensorboardsReadSizeCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsReadSizeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsReadSizeCall) Header

func (c *ProjectsLocationsTensorboardsReadSizeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsReadSizeCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsReadSizeCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsReadSizeCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsReadUsageCall

type ProjectsLocationsTensorboardsReadUsageCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTensorboardsReadUsageCall) Context

func (c *ProjectsLocationsTensorboardsReadUsageCall) Context(ctx context.Context) *ProjectsLocationsTensorboardsReadUsageCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTensorboardsReadUsageCall) Do

func (c *ProjectsLocationsTensorboardsReadUsageCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse, error)

Do executes the "aiplatform.projects.locations.tensorboards.readUsage" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTensorboardsReadUsageCall) Fields

func (c *ProjectsLocationsTensorboardsReadUsageCall) Fields(s ...googleapi.Field) *ProjectsLocationsTensorboardsReadUsageCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTensorboardsReadUsageCall) Header

func (c *ProjectsLocationsTensorboardsReadUsageCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTensorboardsReadUsageCall) IfNoneMatch

func (c *ProjectsLocationsTensorboardsReadUsageCall) IfNoneMatch(entityTag string) *ProjectsLocationsTensorboardsReadUsageCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTensorboardsService

type ProjectsLocationsTensorboardsService struct {
    Experiments *ProjectsLocationsTensorboardsExperimentsService

    Operations *ProjectsLocationsTensorboardsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsTensorboardsService

func NewProjectsLocationsTensorboardsService(s *Service) *ProjectsLocationsTensorboardsService

func (*ProjectsLocationsTensorboardsService) BatchRead

func (r *ProjectsLocationsTensorboardsService) BatchRead(tensorboard string) *ProjectsLocationsTensorboardsBatchReadCall

BatchRead: Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.

func (*ProjectsLocationsTensorboardsService) Create

func (r *ProjectsLocationsTensorboardsService) Create(parent string, googlecloudaiplatformv1beta1tensorboard *GoogleCloudAiplatformV1beta1Tensorboard) *ProjectsLocationsTensorboardsCreateCall

Create: Creates a Tensorboard.

func (*ProjectsLocationsTensorboardsService) Delete

func (r *ProjectsLocationsTensorboardsService) Delete(name string) *ProjectsLocationsTensorboardsDeleteCall

Delete: Deletes a Tensorboard.

func (*ProjectsLocationsTensorboardsService) Get

func (r *ProjectsLocationsTensorboardsService) Get(name string) *ProjectsLocationsTensorboardsGetCall

Get: Gets a Tensorboard.

func (*ProjectsLocationsTensorboardsService) List

func (r *ProjectsLocationsTensorboardsService) List(parent string) *ProjectsLocationsTensorboardsListCall

List: Lists Tensorboards in a Location.

func (*ProjectsLocationsTensorboardsService) Patch

func (r *ProjectsLocationsTensorboardsService) Patch(name string, googlecloudaiplatformv1beta1tensorboard *GoogleCloudAiplatformV1beta1Tensorboard) *ProjectsLocationsTensorboardsPatchCall

Patch: Updates a Tensorboard.

func (*ProjectsLocationsTensorboardsService) ReadSize

func (r *ProjectsLocationsTensorboardsService) ReadSize(tensorboard string) *ProjectsLocationsTensorboardsReadSizeCall

ReadSize: Returns the storage size for a given TensorBoard instance.

func (*ProjectsLocationsTensorboardsService) ReadUsage

func (r *ProjectsLocationsTensorboardsService) ReadUsage(tensorboard string) *ProjectsLocationsTensorboardsReadUsageCall

ReadUsage: Returns a list of monthly active users for a given TensorBoard instance.

type ProjectsLocationsTrainingPipelinesCancelCall

type ProjectsLocationsTrainingPipelinesCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesCancelCall) Context

func (c *ProjectsLocationsTrainingPipelinesCancelCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesCancelCall) Do

func (c *ProjectsLocationsTrainingPipelinesCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesCancelCall) Fields

func (c *ProjectsLocationsTrainingPipelinesCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesCancelCall) Header

func (c *ProjectsLocationsTrainingPipelinesCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTrainingPipelinesCreateCall

type ProjectsLocationsTrainingPipelinesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesCreateCall) Context

func (c *ProjectsLocationsTrainingPipelinesCreateCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesCreateCall) Do

func (c *ProjectsLocationsTrainingPipelinesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TrainingPipeline, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TrainingPipeline.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesCreateCall) Fields

func (c *ProjectsLocationsTrainingPipelinesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesCreateCall) Header

func (c *ProjectsLocationsTrainingPipelinesCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTrainingPipelinesDeleteCall

type ProjectsLocationsTrainingPipelinesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesDeleteCall) Context

func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesDeleteCall) Do

func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesDeleteCall) Fields

func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesDeleteCall) Header

func (c *ProjectsLocationsTrainingPipelinesDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTrainingPipelinesGetCall

type ProjectsLocationsTrainingPipelinesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesGetCall) Context

func (c *ProjectsLocationsTrainingPipelinesGetCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesGetCall) Do

func (c *ProjectsLocationsTrainingPipelinesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TrainingPipeline, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TrainingPipeline.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesGetCall) Fields

func (c *ProjectsLocationsTrainingPipelinesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesGetCall) Header

func (c *ProjectsLocationsTrainingPipelinesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTrainingPipelinesGetCall) IfNoneMatch

func (c *ProjectsLocationsTrainingPipelinesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTrainingPipelinesListCall

type ProjectsLocationsTrainingPipelinesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesListCall) Context

func (c *ProjectsLocationsTrainingPipelinesListCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesListCall) Do

func (c *ProjectsLocationsTrainingPipelinesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse.ServerResponse.Hea der or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesListCall) Fields

func (c *ProjectsLocationsTrainingPipelinesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesListCall) Filter

func (c *ProjectsLocationsTrainingPipelinesListCall) Filter(filter string) *ProjectsLocationsTrainingPipelinesListCall

Filter sets the optional parameter "filter": The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `training_task_definition` `=`, `!=` comparisons, and `:` wildcard. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="PIPELINE_STATE_SUCCEEDED" AND display_name:"my_pipeline_*" * `state!="PIPELINE_STATE_FAILED" OR display_name="my_pipeline" * `NOT display_name="my_pipeline" * `create_time>"2021-05-18T00:00:00Z" * `training_task_definition:"*automl_text_classification*"

func (*ProjectsLocationsTrainingPipelinesListCall) Header

func (c *ProjectsLocationsTrainingPipelinesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTrainingPipelinesListCall) IfNoneMatch

func (c *ProjectsLocationsTrainingPipelinesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTrainingPipelinesListCall) PageSize

func (c *ProjectsLocationsTrainingPipelinesListCall) PageSize(pageSize int64) *ProjectsLocationsTrainingPipelinesListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsTrainingPipelinesListCall) PageToken

func (c *ProjectsLocationsTrainingPipelinesListCall) PageToken(pageToken string) *ProjectsLocationsTrainingPipelinesListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListTrainingPipelinesResponse.next_page_token of the previous PipelineService.ListTrainingPipelines call.

func (*ProjectsLocationsTrainingPipelinesListCall) Pages

func (c *ProjectsLocationsTrainingPipelinesListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsTrainingPipelinesListCall) ReadMask

func (c *ProjectsLocationsTrainingPipelinesListCall) ReadMask(readMask string) *ProjectsLocationsTrainingPipelinesListCall

ReadMask sets the optional parameter "readMask": Mask specifying which fields to read.

type ProjectsLocationsTrainingPipelinesOperationsCancelCall

type ProjectsLocationsTrainingPipelinesOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesOperationsCancelCall) Context

func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesOperationsCancelCall) Do

func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesOperationsCancelCall) Fields

func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesOperationsCancelCall) Header

func (c *ProjectsLocationsTrainingPipelinesOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTrainingPipelinesOperationsDeleteCall

type ProjectsLocationsTrainingPipelinesOperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Context

func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Do

func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Fields

func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Header

func (c *ProjectsLocationsTrainingPipelinesOperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTrainingPipelinesOperationsGetCall

type ProjectsLocationsTrainingPipelinesOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesOperationsGetCall) Context

func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesOperationsGetCall) Do

func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesOperationsGetCall) Fields

func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesOperationsGetCall) Header

func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTrainingPipelinesOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsTrainingPipelinesOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTrainingPipelinesOperationsListCall

type ProjectsLocationsTrainingPipelinesOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) Context

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) Do

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) Fields

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) Filter

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Filter(filter string) *ProjectsLocationsTrainingPipelinesOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) Header

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTrainingPipelinesOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) PageSize

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsTrainingPipelinesOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) PageToken

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) PageToken(pageToken string) *ProjectsLocationsTrainingPipelinesOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsTrainingPipelinesOperationsListCall) Pages

func (c *ProjectsLocationsTrainingPipelinesOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsTrainingPipelinesOperationsService

type ProjectsLocationsTrainingPipelinesOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsTrainingPipelinesOperationsService

func NewProjectsLocationsTrainingPipelinesOperationsService(s *Service) *ProjectsLocationsTrainingPipelinesOperationsService

func (*ProjectsLocationsTrainingPipelinesOperationsService) Cancel

func (r *ProjectsLocationsTrainingPipelinesOperationsService) Cancel(name string) *ProjectsLocationsTrainingPipelinesOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsTrainingPipelinesOperationsService) Delete

func (r *ProjectsLocationsTrainingPipelinesOperationsService) Delete(name string) *ProjectsLocationsTrainingPipelinesOperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsTrainingPipelinesOperationsService) Get

func (r *ProjectsLocationsTrainingPipelinesOperationsService) Get(name string) *ProjectsLocationsTrainingPipelinesOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsTrainingPipelinesOperationsService) List

func (r *ProjectsLocationsTrainingPipelinesOperationsService) List(name string) *ProjectsLocationsTrainingPipelinesOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

func (*ProjectsLocationsTrainingPipelinesOperationsService) Wait

func (r *ProjectsLocationsTrainingPipelinesOperationsService) Wait(name string) *ProjectsLocationsTrainingPipelinesOperationsWaitCall

Wait: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

- name: The name of the operation resource to wait on.

type ProjectsLocationsTrainingPipelinesOperationsWaitCall

type ProjectsLocationsTrainingPipelinesOperationsWaitCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTrainingPipelinesOperationsWaitCall) Context

func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsTrainingPipelinesOperationsWaitCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTrainingPipelinesOperationsWaitCall) Do

func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.locations.trainingPipelines.operations.wait" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTrainingPipelinesOperationsWaitCall) Fields

func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsTrainingPipelinesOperationsWaitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTrainingPipelinesOperationsWaitCall) Header

func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTrainingPipelinesOperationsWaitCall) Timeout

func (c *ProjectsLocationsTrainingPipelinesOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsTrainingPipelinesOperationsWaitCall

Timeout sets the optional parameter "timeout": The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

type ProjectsLocationsTrainingPipelinesService

type ProjectsLocationsTrainingPipelinesService struct {
    Operations *ProjectsLocationsTrainingPipelinesOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsTrainingPipelinesService

func NewProjectsLocationsTrainingPipelinesService(s *Service) *ProjectsLocationsTrainingPipelinesService

func (*ProjectsLocationsTrainingPipelinesService) Cancel

func (r *ProjectsLocationsTrainingPipelinesService) Cancel(name string, googlecloudaiplatformv1beta1canceltrainingpipelinerequest *GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest) *ProjectsLocationsTrainingPipelinesCancelCall

Cancel: Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is set to `CANCELLED`.

func (*ProjectsLocationsTrainingPipelinesService) Create

func (r *ProjectsLocationsTrainingPipelinesService) Create(parent string, googlecloudaiplatformv1beta1trainingpipeline *GoogleCloudAiplatformV1beta1TrainingPipeline) *ProjectsLocationsTrainingPipelinesCreateCall

Create: Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.

func (*ProjectsLocationsTrainingPipelinesService) Delete

func (r *ProjectsLocationsTrainingPipelinesService) Delete(name string) *ProjectsLocationsTrainingPipelinesDeleteCall

Delete: Deletes a TrainingPipeline.

func (*ProjectsLocationsTrainingPipelinesService) Get

func (r *ProjectsLocationsTrainingPipelinesService) Get(name string) *ProjectsLocationsTrainingPipelinesGetCall

Get: Gets a TrainingPipeline.

func (*ProjectsLocationsTrainingPipelinesService) List

func (r *ProjectsLocationsTrainingPipelinesService) List(parent string) *ProjectsLocationsTrainingPipelinesListCall

List: Lists TrainingPipelines in a Location.

type ProjectsLocationsTuningJobsCancelCall

type ProjectsLocationsTuningJobsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTuningJobsCancelCall) Context

func (c *ProjectsLocationsTuningJobsCancelCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTuningJobsCancelCall) Do

func (c *ProjectsLocationsTuningJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "aiplatform.projects.locations.tuningJobs.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTuningJobsCancelCall) Fields

func (c *ProjectsLocationsTuningJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTuningJobsCancelCall) Header

func (c *ProjectsLocationsTuningJobsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTuningJobsCreateCall

type ProjectsLocationsTuningJobsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTuningJobsCreateCall) Context

func (c *ProjectsLocationsTuningJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTuningJobsCreateCall) Do

func (c *ProjectsLocationsTuningJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TuningJob, error)

Do executes the "aiplatform.projects.locations.tuningJobs.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TuningJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTuningJobsCreateCall) Fields

func (c *ProjectsLocationsTuningJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTuningJobsCreateCall) Header

func (c *ProjectsLocationsTuningJobsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsTuningJobsGetCall

type ProjectsLocationsTuningJobsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTuningJobsGetCall) Context

func (c *ProjectsLocationsTuningJobsGetCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTuningJobsGetCall) Do

func (c *ProjectsLocationsTuningJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1TuningJob, error)

Do executes the "aiplatform.projects.locations.tuningJobs.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1TuningJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTuningJobsGetCall) Fields

func (c *ProjectsLocationsTuningJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTuningJobsGetCall) Header

func (c *ProjectsLocationsTuningJobsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTuningJobsGetCall) IfNoneMatch

func (c *ProjectsLocationsTuningJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTuningJobsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsTuningJobsListCall

type ProjectsLocationsTuningJobsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsTuningJobsListCall) Context

func (c *ProjectsLocationsTuningJobsListCall) Context(ctx context.Context) *ProjectsLocationsTuningJobsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTuningJobsListCall) Do

func (c *ProjectsLocationsTuningJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListTuningJobsResponse, error)

Do executes the "aiplatform.projects.locations.tuningJobs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListTuningJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTuningJobsListCall) Fields

func (c *ProjectsLocationsTuningJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTuningJobsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsTuningJobsListCall) Filter

func (c *ProjectsLocationsTuningJobsListCall) Filter(filter string) *ProjectsLocationsTuningJobsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsTuningJobsListCall) Header

func (c *ProjectsLocationsTuningJobsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsTuningJobsListCall) IfNoneMatch

func (c *ProjectsLocationsTuningJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTuningJobsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsTuningJobsListCall) PageSize

func (c *ProjectsLocationsTuningJobsListCall) PageSize(pageSize int64) *ProjectsLocationsTuningJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsTuningJobsListCall) PageToken

func (c *ProjectsLocationsTuningJobsListCall) PageToken(pageToken string) *ProjectsLocationsTuningJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListTuningJob.next_page_token of the previous GenAiTuningService.ListTuningJob][] call.

func (*ProjectsLocationsTuningJobsListCall) Pages

func (c *ProjectsLocationsTuningJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListTuningJobsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsTuningJobsService

type ProjectsLocationsTuningJobsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsTuningJobsService

func NewProjectsLocationsTuningJobsService(s *Service) *ProjectsLocationsTuningJobsService

func (*ProjectsLocationsTuningJobsService) Cancel

func (r *ProjectsLocationsTuningJobsService) Cancel(name string, googlecloudaiplatformv1beta1canceltuningjobrequest *GoogleCloudAiplatformV1beta1CancelTuningJobRequest) *ProjectsLocationsTuningJobsCancelCall

Cancel: Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the TuningJob is not deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TuningJob.state is set to `CANCELLED`.

func (*ProjectsLocationsTuningJobsService) Create

func (r *ProjectsLocationsTuningJobsService) Create(parent string, googlecloudaiplatformv1beta1tuningjob *GoogleCloudAiplatformV1beta1TuningJob) *ProjectsLocationsTuningJobsCreateCall

Create: Creates a TuningJob. A created TuningJob right away will be attempted to be run.

func (*ProjectsLocationsTuningJobsService) Get

func (r *ProjectsLocationsTuningJobsService) Get(name string) *ProjectsLocationsTuningJobsGetCall

Get: Gets a TuningJob.

func (*ProjectsLocationsTuningJobsService) List

func (r *ProjectsLocationsTuningJobsService) List(parent string) *ProjectsLocationsTuningJobsListCall

List: Lists TuningJobs in a Location.

type ProjectsService

type ProjectsService struct {
    Locations *ProjectsLocationsService
    // contains filtered or unexported fields
}

func NewProjectsService

func NewProjectsService(s *Service) *ProjectsService

func (*ProjectsService) GetCacheConfig

func (r *ProjectsService) GetCacheConfig(name string) *ProjectsGetCacheConfigCall

GetCacheConfig: Gets a GenAI cache config.

func (*ProjectsService) UpdateCacheConfig

func (r *ProjectsService) UpdateCacheConfig(name string, googlecloudaiplatformv1beta1cacheconfig *GoogleCloudAiplatformV1beta1CacheConfig) *ProjectsUpdateCacheConfigCall

UpdateCacheConfig: Updates a cache config.

type ProjectsUpdateCacheConfigCall

type ProjectsUpdateCacheConfigCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsUpdateCacheConfigCall) Context

func (c *ProjectsUpdateCacheConfigCall) Context(ctx context.Context) *ProjectsUpdateCacheConfigCall

Context sets the context to be used in this call's Do method.

func (*ProjectsUpdateCacheConfigCall) Do

func (c *ProjectsUpdateCacheConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "aiplatform.projects.updateCacheConfig" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsUpdateCacheConfigCall) Fields

func (c *ProjectsUpdateCacheConfigCall) Fields(s ...googleapi.Field) *ProjectsUpdateCacheConfigCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsUpdateCacheConfigCall) Header

func (c *ProjectsUpdateCacheConfigCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type PublishersModelsGetCall

type PublishersModelsGetCall struct {
    // contains filtered or unexported fields
}

func (*PublishersModelsGetCall) Context

func (c *PublishersModelsGetCall) Context(ctx context.Context) *PublishersModelsGetCall

Context sets the context to be used in this call's Do method.

func (*PublishersModelsGetCall) Do

func (c *PublishersModelsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1PublisherModel, error)

Do executes the "aiplatform.publishers.models.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1PublisherModel.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*PublishersModelsGetCall) Fields

func (c *PublishersModelsGetCall) Fields(s ...googleapi.Field) *PublishersModelsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*PublishersModelsGetCall) Header

func (c *PublishersModelsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*PublishersModelsGetCall) IfNoneMatch

func (c *PublishersModelsGetCall) IfNoneMatch(entityTag string) *PublishersModelsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*PublishersModelsGetCall) LanguageCode

func (c *PublishersModelsGetCall) LanguageCode(languageCode string) *PublishersModelsGetCall

LanguageCode sets the optional parameter "languageCode": The IETF BCP-47 language code representing the language in which the publisher model's text information should be written in (see go/bcp47).

func (*PublishersModelsGetCall) View

func (c *PublishersModelsGetCall) View(view string) *PublishersModelsGetCall

View sets the optional parameter "view": PublisherModel view specifying which fields to read.

Possible values:

"PUBLISHER_MODEL_VIEW_UNSPECIFIED" - The default / unset value. The API

will default to the BASIC view.

"PUBLISHER_MODEL_VIEW_BASIC" - Include basic metadata about the publisher

model, but not the full contents.

"PUBLISHER_MODEL_VIEW_FULL" - Include everything.
"PUBLISHER_MODEL_VERSION_VIEW_BASIC" - Include: VersionId,

ModelVersionExternalName, and SupportedActions.

type PublishersModelsListCall

type PublishersModelsListCall struct {
    // contains filtered or unexported fields
}

func (*PublishersModelsListCall) Context

func (c *PublishersModelsListCall) Context(ctx context.Context) *PublishersModelsListCall

Context sets the context to be used in this call's Do method.

func (*PublishersModelsListCall) Do

func (c *PublishersModelsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ListPublisherModelsResponse, error)

Do executes the "aiplatform.publishers.models.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAiplatformV1beta1ListPublisherModelsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*PublishersModelsListCall) Fields

func (c *PublishersModelsListCall) Fields(s ...googleapi.Field) *PublishersModelsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*PublishersModelsListCall) Filter

func (c *PublishersModelsListCall) Filter(filter string) *PublishersModelsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*PublishersModelsListCall) Header

func (c *PublishersModelsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*PublishersModelsListCall) IfNoneMatch

func (c *PublishersModelsListCall) IfNoneMatch(entityTag string) *PublishersModelsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*PublishersModelsListCall) LanguageCode

func (c *PublishersModelsListCall) LanguageCode(languageCode string) *PublishersModelsListCall

LanguageCode sets the optional parameter "languageCode": The IETF BCP-47 language code representing the language in which the publisher models' text information should be written in (see go/bcp47). If not set, by default English (en).

func (*PublishersModelsListCall) OrderBy

func (c *PublishersModelsListCall) OrderBy(orderBy string) *PublishersModelsListCall

OrderBy sets the optional parameter "orderBy": A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

func (*PublishersModelsListCall) PageSize

func (c *PublishersModelsListCall) PageSize(pageSize int64) *PublishersModelsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*PublishersModelsListCall) PageToken

func (c *PublishersModelsListCall) PageToken(pageToken string) *PublishersModelsListCall

PageToken sets the optional parameter "pageToken": The standard list page token. Typically obtained via ListPublisherModelsResponse.next_page_token of the previous ModelGardenService.ListPublisherModels call.

func (*PublishersModelsListCall) Pages

func (c *PublishersModelsListCall) Pages(ctx context.Context, f func(*GoogleCloudAiplatformV1beta1ListPublisherModelsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*PublishersModelsListCall) View

func (c *PublishersModelsListCall) View(view string) *PublishersModelsListCall

View sets the optional parameter "view": PublisherModel view specifying which fields to read.

Possible values:

"PUBLISHER_MODEL_VIEW_UNSPECIFIED" - The default / unset value. The API

will default to the BASIC view.

"PUBLISHER_MODEL_VIEW_BASIC" - Include basic metadata about the publisher

model, but not the full contents.

"PUBLISHER_MODEL_VIEW_FULL" - Include everything.
"PUBLISHER_MODEL_VERSION_VIEW_BASIC" - Include: VersionId,

ModelVersionExternalName, and SupportedActions.

type PublishersModelsService

type PublishersModelsService struct {
    // contains filtered or unexported fields
}

func NewPublishersModelsService

func NewPublishersModelsService(s *Service) *PublishersModelsService

func (*PublishersModelsService) Get

func (r *PublishersModelsService) Get(name string) *PublishersModelsGetCall

Get: Gets a Model Garden publisher model.

func (*PublishersModelsService) List

func (r *PublishersModelsService) List(parent string) *PublishersModelsListCall

List: Lists publisher models in Model Garden.

type PublishersService

type PublishersService struct {
    Models *PublishersModelsService
    // contains filtered or unexported fields
}

func NewPublishersService

func NewPublishersService(s *Service) *PublishersService

type Service

type Service struct {
    BasePath  string // API endpoint base URL
    UserAgent string // optional additional User-Agent fragment

    Media *MediaService

    Projects *ProjectsService

    Publishers *PublishersService
    // contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

func NewService

func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

NewService creates a new Service.