Documentation
¶
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 CloudAiLargeModelsVisionEmbedVideoResponse
- type CloudAiLargeModelsVisionFilteredText
- type CloudAiLargeModelsVisionGenerateVideoResponse
- type CloudAiLargeModelsVisionImage
- type CloudAiLargeModelsVisionImageRAIScores
- type CloudAiLargeModelsVisionMedia
- type CloudAiLargeModelsVisionMediaGenerateContentResponse
- type CloudAiLargeModelsVisionNamedBoundingBox
- type CloudAiLargeModelsVisionRaiInfo
- type CloudAiLargeModelsVisionReasonVideoResponse
- type CloudAiLargeModelsVisionReasonVideoResponseTextResponse
- type CloudAiLargeModelsVisionRelativeTemporalPartition
- type CloudAiLargeModelsVisionSemanticFilterResponse
- type CloudAiLargeModelsVisionVideo
- type CloudAiNlLlmProtoServiceCandidate
- type CloudAiNlLlmProtoServiceCitation
- type CloudAiNlLlmProtoServiceCitationMetadata
- type CloudAiNlLlmProtoServiceContent
- type CloudAiNlLlmProtoServiceFact
- type CloudAiNlLlmProtoServiceFunctionCall
- type CloudAiNlLlmProtoServiceFunctionResponse
- type CloudAiNlLlmProtoServiceGenerateMultiModalResponse
- type CloudAiNlLlmProtoServiceMessageMetadata
- type CloudAiNlLlmProtoServicePart
- type CloudAiNlLlmProtoServicePartBlob
- type CloudAiNlLlmProtoServicePartDocumentMetadata
- type CloudAiNlLlmProtoServicePartFileData
- type CloudAiNlLlmProtoServicePartVideoMetadata
- type CloudAiNlLlmProtoServicePromptFeedback
- type CloudAiNlLlmProtoServiceRaiResult
- type CloudAiNlLlmProtoServiceRaiSignal
- type CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm
- type CloudAiNlLlmProtoServiceSafetyRating
- type CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm
- type CloudAiNlLlmProtoServiceUsageMetadata
- type GoogleApiHttpBody
- type GoogleCloudAiplatformV1beta1ActiveLearningConfig
- type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest
- type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse
- type GoogleCloudAiplatformV1beta1AddContextChildrenRequest
- type GoogleCloudAiplatformV1beta1AddContextChildrenResponse
- type GoogleCloudAiplatformV1beta1AddExecutionEventsRequest
- type GoogleCloudAiplatformV1beta1AddExecutionEventsResponse
- type GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest
- type GoogleCloudAiplatformV1beta1Annotation
- type GoogleCloudAiplatformV1beta1AnnotationSpec
- type GoogleCloudAiplatformV1beta1Artifact
- type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata
- type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest
- type GoogleCloudAiplatformV1beta1Attribution
- type GoogleCloudAiplatformV1beta1AutomaticResources
- type GoogleCloudAiplatformV1beta1AutoscalingMetricSpec
- type GoogleCloudAiplatformV1beta1AvroSource
- type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest
- type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
- type GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
- type GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest
- type GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse
- type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest
- type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse
- type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest
- type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse
- type GoogleCloudAiplatformV1beta1BatchDedicatedResources
- type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest
- type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse
- type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest
- type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse
- type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest
- type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse
- type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata
- type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult
- type GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest
- type GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse
- type GoogleCloudAiplatformV1beta1BatchPredictionJob
- type GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig
- type GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig
- type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig
- type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo
- type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata
- type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec
- type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField
- type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse
- type GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse
- type GoogleCloudAiplatformV1beta1BigQueryDestination
- type GoogleCloudAiplatformV1beta1BigQuerySource
- type GoogleCloudAiplatformV1beta1Blob
- type GoogleCloudAiplatformV1beta1BlurBaselineConfig
- type GoogleCloudAiplatformV1beta1BoolArray
- type GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest
- type GoogleCloudAiplatformV1beta1CancelCustomJobRequest
- type GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest
- type GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest
- type GoogleCloudAiplatformV1beta1CancelNasJobRequest
- type GoogleCloudAiplatformV1beta1CancelPipelineJobRequest
- type GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest
- type GoogleCloudAiplatformV1beta1Candidate
- type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata
- type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest
- type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse
- type GoogleCloudAiplatformV1beta1Citation
- type GoogleCloudAiplatformV1beta1CitationMetadata
- type GoogleCloudAiplatformV1beta1CompleteTrialRequest
- type GoogleCloudAiplatformV1beta1CompletionStats
- type GoogleCloudAiplatformV1beta1ComputeTokensRequest
- type GoogleCloudAiplatformV1beta1ComputeTokensResponse
- type GoogleCloudAiplatformV1beta1ContainerRegistryDestination
- type GoogleCloudAiplatformV1beta1ContainerSpec
- type GoogleCloudAiplatformV1beta1Content
- type GoogleCloudAiplatformV1beta1Context
- type GoogleCloudAiplatformV1beta1CopyModelOperationMetadata
- type GoogleCloudAiplatformV1beta1CopyModelRequest
- type GoogleCloudAiplatformV1beta1CopyModelResponse
- type GoogleCloudAiplatformV1beta1CountTokensRequest
- type GoogleCloudAiplatformV1beta1CountTokensResponse
- type GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest
- type GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateFeatureRequest
- type GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
- type GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata
- type GoogleCloudAiplatformV1beta1CreatePipelineJobRequest
- type GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata
- type GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest
- type GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest
- type GoogleCloudAiplatformV1beta1CsvDestination
- type GoogleCloudAiplatformV1beta1CsvSource
- type GoogleCloudAiplatformV1beta1CustomJob
- type GoogleCloudAiplatformV1beta1CustomJobSpec
- type GoogleCloudAiplatformV1beta1DataItem
- type GoogleCloudAiplatformV1beta1DataItemView
- type GoogleCloudAiplatformV1beta1DataLabelingJob
- type GoogleCloudAiplatformV1beta1Dataset
- type GoogleCloudAiplatformV1beta1DatasetVersion
- type GoogleCloudAiplatformV1beta1DedicatedResources
- type GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata
- type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity
- type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature
- type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse
- type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity
- type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature
- type GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata
- type GoogleCloudAiplatformV1beta1DeleteOperationMetadata
- type GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata
- type GoogleCloudAiplatformV1beta1DeployIndexRequest
- type GoogleCloudAiplatformV1beta1DeployIndexResponse
- type GoogleCloudAiplatformV1beta1DeployModelOperationMetadata
- type GoogleCloudAiplatformV1beta1DeployModelRequest
- type GoogleCloudAiplatformV1beta1DeployModelResponse
- type GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata
- type GoogleCloudAiplatformV1beta1DeployedIndex
- type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig
- type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider
- type GoogleCloudAiplatformV1beta1DeployedIndexRef
- type GoogleCloudAiplatformV1beta1DeployedModel
- type GoogleCloudAiplatformV1beta1DeployedModelRef
- type GoogleCloudAiplatformV1beta1DeploymentResourcePool
- type GoogleCloudAiplatformV1beta1DestinationFeatureSetting
- type GoogleCloudAiplatformV1beta1DirectPredictRequest
- type GoogleCloudAiplatformV1beta1DirectPredictResponse
- type GoogleCloudAiplatformV1beta1DirectRawPredictRequest
- type GoogleCloudAiplatformV1beta1DirectRawPredictResponse
- type GoogleCloudAiplatformV1beta1DiskSpec
- type GoogleCloudAiplatformV1beta1DoubleArray
- type GoogleCloudAiplatformV1beta1EncryptionSpec
- type GoogleCloudAiplatformV1beta1Endpoint
- type GoogleCloudAiplatformV1beta1EntityIdSelector
- type GoogleCloudAiplatformV1beta1EntityType
- type GoogleCloudAiplatformV1beta1EnvVar
- type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation
- type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem
- type GoogleCloudAiplatformV1beta1EvaluatedAnnotation
- type GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation
- type GoogleCloudAiplatformV1beta1Event
- type GoogleCloudAiplatformV1beta1Examples
- type GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource
- type GoogleCloudAiplatformV1beta1ExamplesOverride
- type GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace
- type GoogleCloudAiplatformV1beta1Execution
- type GoogleCloudAiplatformV1beta1ExplainRequest
- type GoogleCloudAiplatformV1beta1ExplainResponse
- type GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation
- type GoogleCloudAiplatformV1beta1Explanation
- type GoogleCloudAiplatformV1beta1ExplanationMetadata
- type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata
- type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain
- type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization
- type GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata
- type GoogleCloudAiplatformV1beta1ExplanationMetadataOverride
- type GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride
- type GoogleCloudAiplatformV1beta1ExplanationParameters
- type GoogleCloudAiplatformV1beta1ExplanationSpec
- type GoogleCloudAiplatformV1beta1ExplanationSpecOverride
- type GoogleCloudAiplatformV1beta1ExportDataConfig
- type GoogleCloudAiplatformV1beta1ExportDataOperationMetadata
- type GoogleCloudAiplatformV1beta1ExportDataRequest
- type GoogleCloudAiplatformV1beta1ExportDataResponse
- type GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata
- type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport
- type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport
- type GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse
- type GoogleCloudAiplatformV1beta1ExportFractionSplit
- type GoogleCloudAiplatformV1beta1ExportModelOperationMetadata
- type GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo
- type GoogleCloudAiplatformV1beta1ExportModelRequest
- type GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig
- type GoogleCloudAiplatformV1beta1ExportModelResponse
- type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest
- type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse
- type GoogleCloudAiplatformV1beta1Feature
- type GoogleCloudAiplatformV1beta1FeatureGroup
- type GoogleCloudAiplatformV1beta1FeatureGroupBigQuery
- type GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly
- type GoogleCloudAiplatformV1beta1FeatureNoiseSigma
- type GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature
- type GoogleCloudAiplatformV1beta1FeatureOnlineStore
- type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable
- type GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling
- type GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint
- type GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement
- type GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized
- type GoogleCloudAiplatformV1beta1FeatureSelector
- type GoogleCloudAiplatformV1beta1FeatureStatsAnomaly
- type GoogleCloudAiplatformV1beta1FeatureValue
- type GoogleCloudAiplatformV1beta1FeatureValueDestination
- type GoogleCloudAiplatformV1beta1FeatureValueList
- type GoogleCloudAiplatformV1beta1FeatureValueMetadata
- type GoogleCloudAiplatformV1beta1FeatureView
- type GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource
- type GoogleCloudAiplatformV1beta1FeatureViewDataKey
- type GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey
- type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
- type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup
- type GoogleCloudAiplatformV1beta1FeatureViewSync
- type GoogleCloudAiplatformV1beta1FeatureViewSyncConfig
- type GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary
- type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig
- type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigBruteForceConfig
- type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig
- type GoogleCloudAiplatformV1beta1Featurestore
- type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig
- type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis
- type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis
- type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig
- type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig
- type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling
- type GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse
- type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList
- type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair
- type GoogleCloudAiplatformV1beta1FileData
- type GoogleCloudAiplatformV1beta1FilterSplit
- type GoogleCloudAiplatformV1beta1FindNeighborsRequest
- type GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery
- type GoogleCloudAiplatformV1beta1FindNeighborsResponse
- type GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors
- type GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor
- type GoogleCloudAiplatformV1beta1FractionSplit
- type GoogleCloudAiplatformV1beta1FunctionCall
- type GoogleCloudAiplatformV1beta1FunctionDeclaration
- type GoogleCloudAiplatformV1beta1FunctionResponse
- type GoogleCloudAiplatformV1beta1GcsDestination
- type GoogleCloudAiplatformV1beta1GcsSource
- type GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest
- type GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse
- type GoogleCloudAiplatformV1beta1GenerateContentRequest
- type GoogleCloudAiplatformV1beta1GenerateContentResponse
- type GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
- type GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
- type GoogleCloudAiplatformV1beta1GenerationConfig
- type GoogleCloudAiplatformV1beta1GenericOperationMetadata
- type GoogleCloudAiplatformV1beta1GenieSource
- type GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
- type GoogleCloudAiplatformV1beta1GroundingAttribution
- type GoogleCloudAiplatformV1beta1GroundingAttributionWeb
- type GoogleCloudAiplatformV1beta1GroundingMetadata
- type GoogleCloudAiplatformV1beta1HyperparameterTuningJob
- type GoogleCloudAiplatformV1beta1IdMatcher
- type GoogleCloudAiplatformV1beta1ImportDataConfig
- type GoogleCloudAiplatformV1beta1ImportDataOperationMetadata
- type GoogleCloudAiplatformV1beta1ImportDataRequest
- type GoogleCloudAiplatformV1beta1ImportDataResponse
- type GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata
- type GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata
- type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec
- type GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse
- type GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest
- type GoogleCloudAiplatformV1beta1Index
- type GoogleCloudAiplatformV1beta1IndexDatapoint
- type GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag
- type GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction
- type GoogleCloudAiplatformV1beta1IndexDatapointRestriction
- type GoogleCloudAiplatformV1beta1IndexEndpoint
- type GoogleCloudAiplatformV1beta1IndexPrivateEndpoints
- type GoogleCloudAiplatformV1beta1IndexStats
- type GoogleCloudAiplatformV1beta1InputDataConfig
- type GoogleCloudAiplatformV1beta1Int64Array
- type GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution
- type GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance
- type GoogleCloudAiplatformV1beta1LargeModelReference
- type GoogleCloudAiplatformV1beta1LineageSubgraph
- type GoogleCloudAiplatformV1beta1ListAnnotationsResponse
- type GoogleCloudAiplatformV1beta1ListArtifactsResponse
- type GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse
- type GoogleCloudAiplatformV1beta1ListContextsResponse
- type GoogleCloudAiplatformV1beta1ListCustomJobsResponse
- type GoogleCloudAiplatformV1beta1ListDataItemsResponse
- type GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse
- type GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse
- type GoogleCloudAiplatformV1beta1ListDatasetsResponse
- type GoogleCloudAiplatformV1beta1ListDeploymentResourcePoolsResponse
- type GoogleCloudAiplatformV1beta1ListEndpointsResponse
- type GoogleCloudAiplatformV1beta1ListEntityTypesResponse
- type GoogleCloudAiplatformV1beta1ListExecutionsResponse
- type GoogleCloudAiplatformV1beta1ListFeatureGroupsResponse
- type GoogleCloudAiplatformV1beta1ListFeatureOnlineStoresResponse
- type GoogleCloudAiplatformV1beta1ListFeatureViewSyncsResponse
- type GoogleCloudAiplatformV1beta1ListFeatureViewsResponse
- type GoogleCloudAiplatformV1beta1ListFeaturesResponse
- type GoogleCloudAiplatformV1beta1ListFeaturestoresResponse
- type GoogleCloudAiplatformV1beta1ListHyperparameterTuningJobsResponse
- type GoogleCloudAiplatformV1beta1ListIndexEndpointsResponse
- type GoogleCloudAiplatformV1beta1ListIndexesResponse
- type GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
- type GoogleCloudAiplatformV1beta1ListMetadataStoresResponse
- type GoogleCloudAiplatformV1beta1ListModelDeploymentMonitoringJobsResponse
- type GoogleCloudAiplatformV1beta1ListModelEvaluationSlicesResponse
- type GoogleCloudAiplatformV1beta1ListModelEvaluationsResponse
- type GoogleCloudAiplatformV1beta1ListModelVersionsResponse
- type GoogleCloudAiplatformV1beta1ListModelsResponse
- type GoogleCloudAiplatformV1beta1ListNasJobsResponse
- type GoogleCloudAiplatformV1beta1ListNasTrialDetailsResponse
- type GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse
- type GoogleCloudAiplatformV1beta1ListNotebookRuntimesResponse
- type GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest
- type GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse
- type GoogleCloudAiplatformV1beta1ListPersistentResourcesResponse
- type GoogleCloudAiplatformV1beta1ListPipelineJobsResponse
- type GoogleCloudAiplatformV1beta1ListPublisherModelsResponse
- type GoogleCloudAiplatformV1beta1ListSavedQueriesResponse
- type GoogleCloudAiplatformV1beta1ListSchedulesResponse
- type GoogleCloudAiplatformV1beta1ListSpecialistPoolsResponse
- type GoogleCloudAiplatformV1beta1ListStudiesResponse
- type GoogleCloudAiplatformV1beta1ListTensorboardExperimentsResponse
- type GoogleCloudAiplatformV1beta1ListTensorboardRunsResponse
- type GoogleCloudAiplatformV1beta1ListTensorboardTimeSeriesResponse
- type GoogleCloudAiplatformV1beta1ListTensorboardsResponse
- type GoogleCloudAiplatformV1beta1ListTrainingPipelinesResponse
- type GoogleCloudAiplatformV1beta1ListTrialsResponse
- type GoogleCloudAiplatformV1beta1LookupStudyRequest
- type GoogleCloudAiplatformV1beta1MachineSpec
- type GoogleCloudAiplatformV1beta1ManualBatchTuningParameters
- type GoogleCloudAiplatformV1beta1Measurement
- type GoogleCloudAiplatformV1beta1MeasurementMetric
- type GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
- type GoogleCloudAiplatformV1beta1MetadataSchema
- type GoogleCloudAiplatformV1beta1MetadataStore
- type GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState
- type GoogleCloudAiplatformV1beta1MigratableResource
- type GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset
- type GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel
- type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset
- type GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset
- type GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion
- type GoogleCloudAiplatformV1beta1MigrateResourceRequest
- type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig
- type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig
- type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig
- type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig
- type GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateMlEngineModelVersionConfig
- type GoogleCloudAiplatformV1beta1MigrateResourceResponse
- type GoogleCloudAiplatformV1beta1Model
- type GoogleCloudAiplatformV1beta1ModelBaseModelSource
- type GoogleCloudAiplatformV1beta1ModelContainerSpec
- type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable
- type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob
- type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata
- type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringObjectiveConfig
- type GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringScheduleConfig
- type GoogleCloudAiplatformV1beta1ModelEvaluation
- type GoogleCloudAiplatformV1beta1ModelEvaluationBiasConfig
- type GoogleCloudAiplatformV1beta1ModelEvaluationModelEvaluationExplanationSpec
- type GoogleCloudAiplatformV1beta1ModelEvaluationSlice
- type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice
- type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec
- type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecRange
- type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecSliceConfig
- type GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue
- type GoogleCloudAiplatformV1beta1ModelExplanation
- type GoogleCloudAiplatformV1beta1ModelExportFormat
- type GoogleCloudAiplatformV1beta1ModelGardenSource
- type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
- type GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
- type GoogleCloudAiplatformV1beta1ModelMonitoringConfig
- type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig
- type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfig
- type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline
- type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig
- type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDataset
- type GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig
- type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies
- type GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies
- type GoogleCloudAiplatformV1beta1ModelOriginalModelInfo
- type GoogleCloudAiplatformV1beta1ModelSourceInfo
- type GoogleCloudAiplatformV1beta1MutateDeployedIndexOperationMetadata
- type GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse
- type GoogleCloudAiplatformV1beta1MutateDeployedModelOperationMetadata
- type GoogleCloudAiplatformV1beta1MutateDeployedModelRequest
- type GoogleCloudAiplatformV1beta1MutateDeployedModelResponse
- type GoogleCloudAiplatformV1beta1NasJob
- type GoogleCloudAiplatformV1beta1NasJobOutput
- type GoogleCloudAiplatformV1beta1NasJobOutputMultiTrialJobOutput
- type GoogleCloudAiplatformV1beta1NasJobSpec
- type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec
- type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecMetricSpec
- type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec
- type GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec
- type GoogleCloudAiplatformV1beta1NasTrial
- type GoogleCloudAiplatformV1beta1NasTrialDetail
- type GoogleCloudAiplatformV1beta1NearestNeighborQuery
- type GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding
- type GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters
- type GoogleCloudAiplatformV1beta1NearestNeighborQueryStringFilter
- type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata
- type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats
- type GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError
- type GoogleCloudAiplatformV1beta1NearestNeighbors
- type GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor
- type GoogleCloudAiplatformV1beta1Neighbor
- type GoogleCloudAiplatformV1beta1NetworkSpec
- type GoogleCloudAiplatformV1beta1NfsMount
- type GoogleCloudAiplatformV1beta1NotebookEucConfig
- type GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig
- type GoogleCloudAiplatformV1beta1NotebookReservationAffinity
- type GoogleCloudAiplatformV1beta1NotebookRuntime
- type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate
- type GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef
- type GoogleCloudAiplatformV1beta1Part
- type GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest
- type GoogleCloudAiplatformV1beta1PauseScheduleRequest
- type GoogleCloudAiplatformV1beta1PersistentDiskSpec
- type GoogleCloudAiplatformV1beta1PersistentResource
- type GoogleCloudAiplatformV1beta1PipelineJob
- type GoogleCloudAiplatformV1beta1PipelineJobDetail
- type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig
- type GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact
- type GoogleCloudAiplatformV1beta1PipelineTaskDetail
- type GoogleCloudAiplatformV1beta1PipelineTaskDetailArtifactList
- type GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatus
- type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail
- type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail
- type GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail
- type GoogleCloudAiplatformV1beta1PipelineTemplateMetadata
- type GoogleCloudAiplatformV1beta1Port
- type GoogleCloudAiplatformV1beta1PredefinedSplit
- type GoogleCloudAiplatformV1beta1PredictRequest
- type GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig
- type GoogleCloudAiplatformV1beta1PredictResponse
- type GoogleCloudAiplatformV1beta1PredictSchemata
- type GoogleCloudAiplatformV1beta1Presets
- type GoogleCloudAiplatformV1beta1PrivateEndpoints
- type GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig
- type GoogleCloudAiplatformV1beta1Probe
- type GoogleCloudAiplatformV1beta1ProbeExecAction
- type GoogleCloudAiplatformV1beta1PscAutomatedEndpoints
- type GoogleCloudAiplatformV1beta1PublisherModel
- type GoogleCloudAiplatformV1beta1PublisherModelCallToAction
- type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy
- type GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke
- type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines
- type GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks
- type GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
- type GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi
- type GoogleCloudAiplatformV1beta1PublisherModelDocumentation
- type GoogleCloudAiplatformV1beta1PublisherModelParent
- type GoogleCloudAiplatformV1beta1PublisherModelResourceReference
- type GoogleCloudAiplatformV1beta1PurgeArtifactsMetadata
- type GoogleCloudAiplatformV1beta1PurgeArtifactsRequest
- type GoogleCloudAiplatformV1beta1PurgeArtifactsResponse
- type GoogleCloudAiplatformV1beta1PurgeContextsMetadata
- type GoogleCloudAiplatformV1beta1PurgeContextsRequest
- type GoogleCloudAiplatformV1beta1PurgeContextsResponse
- type GoogleCloudAiplatformV1beta1PurgeExecutionsMetadata
- type GoogleCloudAiplatformV1beta1PurgeExecutionsRequest
- type GoogleCloudAiplatformV1beta1PurgeExecutionsResponse
- type GoogleCloudAiplatformV1beta1PythonPackageSpec
- type GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse
- type GoogleCloudAiplatformV1beta1RawPredictRequest
- type GoogleCloudAiplatformV1beta1RayMetricSpec
- type GoogleCloudAiplatformV1beta1RaySpec
- type GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse
- type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView
- type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData
- type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseFeatureDescriptor
- type GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader
- type GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest
- type GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse
- type GoogleCloudAiplatformV1beta1ReadTensorboardBlobDataResponse
- type GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse
- type GoogleCloudAiplatformV1beta1ReadTensorboardTimeSeriesDataResponse
- type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponse
- type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerMonthUsageData
- type GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageData
- type GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
- type GoogleCloudAiplatformV1beta1RemoveContextChildrenResponse
- type GoogleCloudAiplatformV1beta1RemoveDatapointsRequest
- type GoogleCloudAiplatformV1beta1RemoveDatapointsResponse
- type GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
- type GoogleCloudAiplatformV1beta1ReportExecutionEventResponse
- type GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest
- type GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse
- type GoogleCloudAiplatformV1beta1ResourcePool
- type GoogleCloudAiplatformV1beta1ResourcePoolAutoscalingSpec
- type GoogleCloudAiplatformV1beta1ResourceRuntime
- type GoogleCloudAiplatformV1beta1ResourceRuntimeSpec
- type GoogleCloudAiplatformV1beta1ResourcesConsumed
- type GoogleCloudAiplatformV1beta1RestoreDatasetVersionOperationMetadata
- type GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest
- type GoogleCloudAiplatformV1beta1ResumeScheduleRequest
- type GoogleCloudAiplatformV1beta1Retrieval
- type GoogleCloudAiplatformV1beta1SafetyRating
- type GoogleCloudAiplatformV1beta1SafetySetting
- type GoogleCloudAiplatformV1beta1SampleConfig
- type GoogleCloudAiplatformV1beta1SampledShapleyAttribution
- type GoogleCloudAiplatformV1beta1SamplingStrategy
- type GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfig
- type GoogleCloudAiplatformV1beta1SavedQuery
- type GoogleCloudAiplatformV1beta1Scalar
- type GoogleCloudAiplatformV1beta1Schedule
- type GoogleCloudAiplatformV1beta1ScheduleRunResponse
- type GoogleCloudAiplatformV1beta1Scheduling
- type GoogleCloudAiplatformV1beta1Schema
- type GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor
- type GoogleCloudAiplatformV1beta1SchemaImageBoundingBoxAnnotation
- type GoogleCloudAiplatformV1beta1SchemaImageClassificationAnnotation
- type GoogleCloudAiplatformV1beta1SchemaImageDataItem
- type GoogleCloudAiplatformV1beta1SchemaImageDatasetMetadata
- type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotation
- type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationMaskAnnotation
- type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolygonAnnotation
- type GoogleCloudAiplatformV1beta1SchemaImageSegmentationAnnotationPolylineAnnotation
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsClassificationEvaluationMetricsConfidenceMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrixAnnotationSpecRef
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageObjectDetectionEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry
- func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) MarshalJSON() ([]byte, error)
- func (s *GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsImageSegmentationEvaluationMetricsConfidenceMetricsEntry) UnmarshalJSON(data []byte) error
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsQuestionAnsweringEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsRegressionEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsSummarizationEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextSentimentEvaluationMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoActionRecognitionMetrics
- type GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsVideoObjectTrackingMetrics
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageClassificationPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageObjectDetectionPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceImageSegmentationPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextClassificationPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextExtractionPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceTextSentimentPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoActionRecognitionPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoObjectTrackingPredictionInstance
- type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageClassificationPredictionParams
- type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageObjectDetectionPredictionParams
- type GoogleCloudAiplatformV1beta1SchemaPredictParamsImageSegmentationPredictionParams
- type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoActionRecognitionPredictionParams
- type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoClassificationPredictionParams
- type GoogleCloudAiplatformV1beta1SchemaPredictParamsVideoObjectTrackingPredictionParams
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageObjectDetectionPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionImageSegmentationPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularRegressionPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextSentimentPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionTimeSeriesForecastingPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoActionRecognitionPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoClassificationPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame
- type GoogleCloudAiplatformV1beta1SchemaPredictionResult
- type GoogleCloudAiplatformV1beta1SchemaPredictionResultError
- type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata
- type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource
- type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource
- type GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig
- type GoogleCloudAiplatformV1beta1SchemaTextClassificationAnnotation
- type GoogleCloudAiplatformV1beta1SchemaTextDataItem
- type GoogleCloudAiplatformV1beta1SchemaTextDatasetMetadata
- type GoogleCloudAiplatformV1beta1SchemaTextExtractionAnnotation
- type GoogleCloudAiplatformV1beta1SchemaTextSegment
- type GoogleCloudAiplatformV1beta1SchemaTextSentimentAnnotation
- type GoogleCloudAiplatformV1beta1SchemaTextSentimentSavedQueryMetadata
- type GoogleCloudAiplatformV1beta1SchemaTimeSegment
- type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadata
- type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataBigQuerySource
- type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataGcsSource
- type GoogleCloudAiplatformV1beta1SchemaTimeSeriesDatasetMetadataInputConfig
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecasting
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationAutoTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationCategoricalTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationNumericTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTextTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformationTimestampTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlForecastingMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassification
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetection
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTables
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationAutoTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalArrayTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationCategoricalTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextArrayTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTextTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationTimestampTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTablesMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassification
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextClassificationInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtraction
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextExtractionInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentiment
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlTextSentimentInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognition
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoActionRecognitionInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassification
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTracking
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlVideoObjectTrackingInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomJobMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionCustomTask
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHierarchyConfig
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningTask
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecasting
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationAutoTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationCategoricalTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationNumericTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTextTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsTransformationTimestampTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecasting
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputs
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsGranularity
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationAutoTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationCategoricalTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationNumericTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTextTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingInputsTransformationTimestampTransformation
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionTftForecastingMetadata
- type GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionWindowConfig
- type GoogleCloudAiplatformV1beta1SchemaVertex
- type GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation
- type GoogleCloudAiplatformV1beta1SchemaVideoClassificationAnnotation
- type GoogleCloudAiplatformV1beta1SchemaVideoDataItem
- type GoogleCloudAiplatformV1beta1SchemaVideoDatasetMetadata
- type GoogleCloudAiplatformV1beta1SchemaVideoObjectTrackingAnnotation
- type GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata
- type GoogleCloudAiplatformV1beta1SchemaVisualInspectionMaskSavedQueryMetadata
- type GoogleCloudAiplatformV1beta1SearchDataItemsResponse
- type GoogleCloudAiplatformV1beta1SearchFeaturesResponse
- type GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest
- type GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse
- type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest
- type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective
- type GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesResponse
- type GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest
- type GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse
- type GoogleCloudAiplatformV1beta1Segment
- type GoogleCloudAiplatformV1beta1ServiceAccountSpec
- type GoogleCloudAiplatformV1beta1ShieldedVmConfig
- type GoogleCloudAiplatformV1beta1SmoothGradConfig
- type GoogleCloudAiplatformV1beta1SpecialistPool
- type GoogleCloudAiplatformV1beta1StartNotebookRuntimeOperationMetadata
- type GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest
- type GoogleCloudAiplatformV1beta1StopTrialRequest
- type GoogleCloudAiplatformV1beta1StratifiedSplit
- type GoogleCloudAiplatformV1beta1StreamingPredictRequest
- type GoogleCloudAiplatformV1beta1StreamingPredictResponse
- type GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1StringArray
- type GoogleCloudAiplatformV1beta1Study
- type GoogleCloudAiplatformV1beta1StudySpec
- type GoogleCloudAiplatformV1beta1StudySpecConvexAutomatedStoppingSpec
- type GoogleCloudAiplatformV1beta1StudySpecConvexStopConfig
- type GoogleCloudAiplatformV1beta1StudySpecDecayCurveAutomatedStoppingSpec
- type GoogleCloudAiplatformV1beta1StudySpecMedianAutomatedStoppingSpec
- type GoogleCloudAiplatformV1beta1StudySpecMetricSpec
- type GoogleCloudAiplatformV1beta1StudySpecMetricSpecSafetyMetricConfig
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpec
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecCategoricalValueSpec
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpec
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecConditionalParameterSpecIntValueCondition
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDiscreteValueSpec
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecDoubleValueSpec
- type GoogleCloudAiplatformV1beta1StudySpecParameterSpecIntegerValueSpec
- type GoogleCloudAiplatformV1beta1StudySpecStudyStoppingConfig
- type GoogleCloudAiplatformV1beta1StudySpecTransferLearningConfig
- type GoogleCloudAiplatformV1beta1StudyTimeConstraint
- type GoogleCloudAiplatformV1beta1SuggestTrialsMetadata
- type GoogleCloudAiplatformV1beta1SuggestTrialsRequest
- type GoogleCloudAiplatformV1beta1SuggestTrialsResponse
- type GoogleCloudAiplatformV1beta1SyncFeatureViewRequest
- type GoogleCloudAiplatformV1beta1SyncFeatureViewResponse
- type GoogleCloudAiplatformV1beta1TFRecordDestination
- type GoogleCloudAiplatformV1beta1Tensor
- type GoogleCloudAiplatformV1beta1Tensorboard
- type GoogleCloudAiplatformV1beta1TensorboardBlob
- type GoogleCloudAiplatformV1beta1TensorboardBlobSequence
- type GoogleCloudAiplatformV1beta1TensorboardExperiment
- type GoogleCloudAiplatformV1beta1TensorboardRun
- type GoogleCloudAiplatformV1beta1TensorboardTensor
- type GoogleCloudAiplatformV1beta1TensorboardTimeSeries
- type GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata
- type GoogleCloudAiplatformV1beta1ThresholdConfig
- type GoogleCloudAiplatformV1beta1TimeSeriesData
- type GoogleCloudAiplatformV1beta1TimeSeriesDataPoint
- type GoogleCloudAiplatformV1beta1TimestampSplit
- type GoogleCloudAiplatformV1beta1TokensInfo
- type GoogleCloudAiplatformV1beta1Tool
- type GoogleCloudAiplatformV1beta1TrainingConfig
- type GoogleCloudAiplatformV1beta1TrainingPipeline
- type GoogleCloudAiplatformV1beta1Trial
- type GoogleCloudAiplatformV1beta1TrialContext
- type GoogleCloudAiplatformV1beta1TrialParameter
- type GoogleCloudAiplatformV1beta1UndeployIndexOperationMetadata
- type GoogleCloudAiplatformV1beta1UndeployIndexRequest
- type GoogleCloudAiplatformV1beta1UndeployIndexResponse
- type GoogleCloudAiplatformV1beta1UndeployModelOperationMetadata
- type GoogleCloudAiplatformV1beta1UndeployModelRequest
- type GoogleCloudAiplatformV1beta1UndeployModelResponse
- type GoogleCloudAiplatformV1beta1UndeploySolverOperationMetadata
- type GoogleCloudAiplatformV1beta1UnmanagedContainerModel
- type GoogleCloudAiplatformV1beta1UpdateDeploymentResourcePoolOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest
- type GoogleCloudAiplatformV1beta1UpdateExplanationDatasetResponse
- type GoogleCloudAiplatformV1beta1UpdateFeatureGroupOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateFeatureOnlineStoreOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateFeatureOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateFeatureViewOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateFeaturestoreOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateIndexOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateModelDeploymentMonitoringJobOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata
- type GoogleCloudAiplatformV1beta1UpdateTensorboardOperationMetadata
- type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeOperationMetadata
- type GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest
- type GoogleCloudAiplatformV1beta1UploadModelOperationMetadata
- type GoogleCloudAiplatformV1beta1UploadModelRequest
- type GoogleCloudAiplatformV1beta1UploadModelResponse
- type GoogleCloudAiplatformV1beta1UpsertDatapointsRequest
- type GoogleCloudAiplatformV1beta1UpsertDatapointsResponse
- type GoogleCloudAiplatformV1beta1UserActionReference
- type GoogleCloudAiplatformV1beta1Value
- type GoogleCloudAiplatformV1beta1VertexAISearch
- type GoogleCloudAiplatformV1beta1VideoMetadata
- type GoogleCloudAiplatformV1beta1WorkerPoolSpec
- type GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload
- type GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest
- type GoogleCloudAiplatformV1beta1WriteFeatureValuesResponse
- type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest
- type GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataResponse
- type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest
- type GoogleCloudAiplatformV1beta1WriteTensorboardRunDataResponse
- type GoogleCloudAiplatformV1beta1XraiAttribution
- type GoogleCloudLocationListLocationsResponse
- type GoogleCloudLocationLocation
- type GoogleIamV1Binding
- type GoogleIamV1GetIamPolicyRequest
- type GoogleIamV1GetPolicyOptions
- type GoogleIamV1Policy
- type GoogleIamV1SetIamPolicyRequest
- type GoogleIamV1TestIamPermissionsRequest
- type GoogleIamV1TestIamPermissionsResponse
- type GoogleLongrunningListOperationsResponse
- type GoogleLongrunningOperation
- type GoogleProtobufEmpty
- type GoogleRpcStatus
- type GoogleTypeColor
- type GoogleTypeDate
- type GoogleTypeExpr
- type GoogleTypeInterval
- type GoogleTypeMoney
- type IntelligenceCloudAutomlXpsMetricEntry
- type IntelligenceCloudAutomlXpsMetricEntryLabel
- type IntelligenceCloudAutomlXpsReportingMetrics
- type LanguageLabsAidaTrustRecitationProtoDocAttribution
- type LanguageLabsAidaTrustRecitationProtoRecitationResult
- type LanguageLabsAidaTrustRecitationProtoSegmentResult
- type LanguageLabsAidaTrustRecitationProtoStreamRecitationResult
- type LearningGenaiRecitationDocAttribution
- type LearningGenaiRecitationRecitationResult
- type LearningGenaiRecitationSegmentResult
- type LearningGenaiRootCalculationType
- type LearningGenaiRootClassifierOutput
- type LearningGenaiRootClassifierOutputSummary
- type LearningGenaiRootClassifierState
- type LearningGenaiRootCodeyChatMetadata
- type LearningGenaiRootCodeyCheckpoint
- type LearningGenaiRootCodeyCompletionMetadata
- type LearningGenaiRootCodeyOutput
- type LearningGenaiRootCodeyTruncatorMetadata
- type LearningGenaiRootDataProviderOutput
- type LearningGenaiRootFilterMetadata
- type LearningGenaiRootFilterMetadataFilterDebugInfo
- type LearningGenaiRootGroundingMetadata
- type LearningGenaiRootGroundingMetadataCitation
- type LearningGenaiRootHarm
- type LearningGenaiRootHarmGrailImageHarmType
- type LearningGenaiRootHarmGrailTextHarmType
- type LearningGenaiRootHarmSafetyCatCategories
- type LearningGenaiRootHarmSpiiFilter
- type LearningGenaiRootInternalMetadata
- type LearningGenaiRootLanguageFilterResult
- type LearningGenaiRootMetricOutput
- type LearningGenaiRootRAIOutput
- type LearningGenaiRootRegexTakedownResult
- type LearningGenaiRootRequestResponseTakedownResult
- type LearningGenaiRootRoutingDecision
- type LearningGenaiRootRoutingDecisionMetadata
- type LearningGenaiRootRoutingDecisionMetadataScoreBased
- type LearningGenaiRootRoutingDecisionMetadataTokenLengthBased
- type LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelInputTokenMetadata
- type LearningGenaiRootRoutingDecisionMetadataTokenLengthBasedModelMaxTokenMetadata
- type LearningGenaiRootRuleOutput
- type LearningGenaiRootScore
- type LearningGenaiRootScoreBasedRoutingConfigRule
- type LearningGenaiRootScoredSimilarityTakedownPhrase
- type LearningGenaiRootScoredToken
- type LearningGenaiRootSimilarityTakedownPhrase
- type LearningGenaiRootSimilarityTakedownResult
- type LearningGenaiRootTakedownResult
- type LearningGenaiRootThresholdType
- type LearningGenaiRootTokensAndLogProbPerDecodingStep
- type LearningGenaiRootTokensAndLogProbPerDecodingStepCandidate
- type LearningGenaiRootTokensAndLogProbPerDecodingStepTopCandidates
- type LearningGenaiRootToxicityResult
- type LearningGenaiRootToxicitySignal
- type LearningServingLlmMessageMetadata
- type NlpSaftLangIdLocalesResult
- type NlpSaftLangIdLocalesResultLocale
- type NlpSaftLangIdResult
- type NlpSaftLanguageSpan
- type NlpSaftLanguageSpanSequence
- 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, ...) error
- func (c *ProjectsLocationsBatchPredictionJobsListCall) ReadMask(readMask string) *ProjectsLocationsBatchPredictionJobsListCall
- type ProjectsLocationsBatchPredictionJobsService
- func (r *ProjectsLocationsBatchPredictionJobsService) Cancel(name string, ...) *ProjectsLocationsBatchPredictionJobsCancelCall
- func (r *ProjectsLocationsBatchPredictionJobsService) Create(parent string, ...) *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, ...) 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 (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 (r *ProjectsLocationsCustomJobsService) Cancel(name string, ...) *ProjectsLocationsCustomJobsCancelCall
- func (r *ProjectsLocationsCustomJobsService) Create(parent string, ...) *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, ...) 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 (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 (r *ProjectsLocationsDataLabelingJobsService) Cancel(name string, ...) *ProjectsLocationsDataLabelingJobsCancelCall
- func (r *ProjectsLocationsDataLabelingJobsService) Create(parent string, ...) *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 (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
- 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, ...) 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 (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
- 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, ...) 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 (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
- 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, ...) error
- func (c *ProjectsLocationsDatasetsDatasetVersionsListCall) ReadMask(readMask string) *ProjectsLocationsDatasetsDatasetVersionsListCall
- 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 (r *ProjectsLocationsDatasetsDatasetVersionsService) Create(parent string, ...) *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) 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, ...) 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 (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, ...) 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 (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
- 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, ...) error
- func (c *ProjectsLocationsDatasetsSearchDataItemsCall) SavedQuery(savedQuery string) *ProjectsLocationsDatasetsSearchDataItemsCall
- type ProjectsLocationsDatasetsService
- func (r *ProjectsLocationsDatasetsService) Create(parent string, ...) *ProjectsLocationsDatasetsCreateCall
- func (r *ProjectsLocationsDatasetsService) Delete(name string) *ProjectsLocationsDatasetsDeleteCall
- func (r *ProjectsLocationsDatasetsService) Export(name string, ...) *ProjectsLocationsDatasetsExportCall
- func (r *ProjectsLocationsDatasetsService) Get(name string) *ProjectsLocationsDatasetsGetCall
- func (r *ProjectsLocationsDatasetsService) Import(name string, ...) *ProjectsLocationsDatasetsImportCall
- func (r *ProjectsLocationsDatasetsService) List(parent string) *ProjectsLocationsDatasetsListCall
- func (r *ProjectsLocationsDatasetsService) Patch(name string, ...) *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, ...) 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 (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, ...) error
- type ProjectsLocationsDeploymentResourcePoolsService
- func (r *ProjectsLocationsDeploymentResourcePoolsService) Create(parent string, ...) *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 (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
- 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, ...) 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 (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 (r *ProjectsLocationsEndpointsService) ComputeTokens(endpoint string, ...) *ProjectsLocationsEndpointsComputeTokensCall
- func (r *ProjectsLocationsEndpointsService) CountTokens(endpoint string, ...) *ProjectsLocationsEndpointsCountTokensCall
- func (r *ProjectsLocationsEndpointsService) Create(parent string, ...) *ProjectsLocationsEndpointsCreateCall
- func (r *ProjectsLocationsEndpointsService) Delete(name string) *ProjectsLocationsEndpointsDeleteCall
- func (r *ProjectsLocationsEndpointsService) DeployModel(endpoint string, ...) *ProjectsLocationsEndpointsDeployModelCall
- func (r *ProjectsLocationsEndpointsService) DirectPredict(endpoint string, ...) *ProjectsLocationsEndpointsDirectPredictCall
- func (r *ProjectsLocationsEndpointsService) DirectRawPredict(endpoint string, ...) *ProjectsLocationsEndpointsDirectRawPredictCall
- func (r *ProjectsLocationsEndpointsService) Explain(endpoint string, ...) *ProjectsLocationsEndpointsExplainCall
- func (r *ProjectsLocationsEndpointsService) GenerateContent(model string, ...) *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, ...) *ProjectsLocationsEndpointsMutateDeployedModelCall
- func (r *ProjectsLocationsEndpointsService) Patch(name string, ...) *ProjectsLocationsEndpointsPatchCall
- func (r *ProjectsLocationsEndpointsService) Predict(endpoint string, ...) *ProjectsLocationsEndpointsPredictCall
- func (r *ProjectsLocationsEndpointsService) RawPredict(endpoint string, ...) *ProjectsLocationsEndpointsRawPredictCall
- func (r *ProjectsLocationsEndpointsService) ServerStreamingPredict(endpoint string, ...) *ProjectsLocationsEndpointsServerStreamingPredictCall
- func (r *ProjectsLocationsEndpointsService) SetIamPolicy(resource string, ...) *ProjectsLocationsEndpointsSetIamPolicyCall
- func (r *ProjectsLocationsEndpointsService) StreamGenerateContent(model string, ...) *ProjectsLocationsEndpointsStreamGenerateContentCall
- func (r *ProjectsLocationsEndpointsService) TestIamPermissions(resource string) *ProjectsLocationsEndpointsTestIamPermissionsCall
- func (r *ProjectsLocationsEndpointsService) UndeployModel(endpoint string, ...) *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 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 (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
- 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 (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
- 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 (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
- type ProjectsLocationsExtensionsDeploymentsOperationsCancelCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsExtensionsDeploymentsOperationsCancelCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsDeploymentsOperationsCancelCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsCancelCall) Header() http.Header
- type ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall) Header() http.Header
- type ProjectsLocationsExtensionsDeploymentsOperationsGetCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsExtensionsDeploymentsOperationsGetCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsDeploymentsOperationsGetCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsGetCall) Header() http.Header
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsDeploymentsOperationsGetCall
- type ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) Filter(filter string) *ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) Header() http.Header
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
- type ProjectsLocationsExtensionsDeploymentsOperationsService
- func (r *ProjectsLocationsExtensionsDeploymentsOperationsService) Cancel(name string) *ProjectsLocationsExtensionsDeploymentsOperationsCancelCall
- func (r *ProjectsLocationsExtensionsDeploymentsOperationsService) Delete(name string) *ProjectsLocationsExtensionsDeploymentsOperationsDeleteCall
- func (r *ProjectsLocationsExtensionsDeploymentsOperationsService) Get(name string) *ProjectsLocationsExtensionsDeploymentsOperationsGetCall
- func (r *ProjectsLocationsExtensionsDeploymentsOperationsService) List(name string) *ProjectsLocationsExtensionsDeploymentsOperationsListCall
- func (r *ProjectsLocationsExtensionsDeploymentsOperationsService) Wait(name string) *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall
- type ProjectsLocationsExtensionsDeploymentsOperationsWaitCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall) Context(ctx context.Context) *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall) Fields(s ...googleapi.Field) *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall) Header() http.Header
- func (c *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall) Timeout(timeout string) *ProjectsLocationsExtensionsDeploymentsOperationsWaitCall
- type ProjectsLocationsExtensionsDeploymentsService
- 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 (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 ProjectsLocationsExtensionsService
- 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, ...) 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 (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 (r *ProjectsLocationsFeatureGroupsFeaturesService) Create(parent string, ...) *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, ...) *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, ...) 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 (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 (r *ProjectsLocationsFeatureGroupsService) Create(parent string, ...) *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, ...) *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, ...) error
- type 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, ...) 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 (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 (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Create(parent string, ...) *ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateCall
- func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Delete(name string) *ProjectsLocationsFeatureOnlineStoresFeatureViewsDeleteCall
- func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) FetchFeatureValues(featureView string, ...) *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, ...) *ProjectsLocationsFeatureOnlineStoresFeatureViewsPatchCall
- func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SearchNearestEntities(featureView string, ...) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSearchNearestEntitiesCall
- func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) SetIamPolicy(resource string, ...) *ProjectsLocationsFeatureOnlineStoresFeatureViewsSetIamPolicyCall
- func (r *ProjectsLocationsFeatureOnlineStoresFeatureViewsService) Sync(featureView string, ...) *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 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, ...) 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 (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 (r *ProjectsLocationsFeatureOnlineStoresService) Create(parent string, ...) *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, ...) *ProjectsLocationsFeatureOnlineStoresPatchCall
- func (r *ProjectsLocationsFeatureOnlineStoresService) SetIamPolicy(resource string, ...) *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, ...) 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 (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 (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) BatchCreate(parent string, ...) *ProjectsLocationsFeaturestoresEntityTypesFeaturesBatchCreateCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesFeaturesService) Create(parent string, ...) *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, ...) *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, ...) 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 (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 (r *ProjectsLocationsFeaturestoresEntityTypesService) Create(parent string, ...) *ProjectsLocationsFeaturestoresEntityTypesCreateCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) Delete(name string) *ProjectsLocationsFeaturestoresEntityTypesDeleteCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) DeleteFeatureValues(entityType string, ...) *ProjectsLocationsFeaturestoresEntityTypesDeleteFeatureValuesCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) ExportFeatureValues(entityType string, ...) *ProjectsLocationsFeaturestoresEntityTypesExportFeatureValuesCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) Get(name string) *ProjectsLocationsFeaturestoresEntityTypesGetCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) GetIamPolicy(resource string) *ProjectsLocationsFeaturestoresEntityTypesGetIamPolicyCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) ImportFeatureValues(entityType string, ...) *ProjectsLocationsFeaturestoresEntityTypesImportFeatureValuesCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) List(parent string) *ProjectsLocationsFeaturestoresEntityTypesListCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) Patch(name string, ...) *ProjectsLocationsFeaturestoresEntityTypesPatchCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) ReadFeatureValues(entityType string, ...) *ProjectsLocationsFeaturestoresEntityTypesReadFeatureValuesCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) SetIamPolicy(resource string, ...) *ProjectsLocationsFeaturestoresEntityTypesSetIamPolicyCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) StreamingReadFeatureValues(entityType string, ...) *ProjectsLocationsFeaturestoresEntityTypesStreamingReadFeatureValuesCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) TestIamPermissions(resource string) *ProjectsLocationsFeaturestoresEntityTypesTestIamPermissionsCall
- func (r *ProjectsLocationsFeaturestoresEntityTypesService) WriteFeatureValues(entityType string, ...) *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, ...) 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 (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, ...) error
- func (c *ProjectsLocationsFeaturestoresSearchFeaturesCall) Query(query string) *ProjectsLocationsFeaturestoresSearchFeaturesCall
- type ProjectsLocationsFeaturestoresService
- func (r *ProjectsLocationsFeaturestoresService) BatchReadFeatureValues(featurestore string, ...) *ProjectsLocationsFeaturestoresBatchReadFeatureValuesCall
- func (r *ProjectsLocationsFeaturestoresService) Create(parent string, ...) *ProjectsLocationsFeaturestoresCreateCall
- func (r *ProjectsLocationsFeaturestoresService) Delete(name string) *ProjectsLocationsFeaturestoresDeleteCall
- func (r *ProjectsLocationsFeaturestoresService) Get(name string) *ProjectsLocationsFeaturestoresGetCall
- func (r *ProjectsLocationsFeaturestoresService) GetIamPolicy(resource string, ...) *ProjectsLocationsFeaturestoresGetIamPolicyCall
- func (r *ProjectsLocationsFeaturestoresService) List(parent string) *ProjectsLocationsFeaturestoresListCall
- func (r *ProjectsLocationsFeaturestoresService) Patch(name string, ...) *ProjectsLocationsFeaturestoresPatchCall
- func (r *ProjectsLocationsFeaturestoresService) SearchFeatures(location string) *ProjectsLocationsFeaturestoresSearchFeaturesCall
- func (r *ProjectsLocationsFeaturestoresService) SetIamPolicy(resource string, ...) *ProjectsLocationsFeaturestoresSetIamPolicyCall
- func (r *ProjectsLocationsFeaturestoresService) TestIamPermissions(resource string, ...) *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, ...) 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 (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 (r *ProjectsLocationsHyperparameterTuningJobsService) Cancel(name string, ...) *ProjectsLocationsHyperparameterTuningJobsCancelCall
- func (r *ProjectsLocationsHyperparameterTuningJobsService) Create(parent string, ...) *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, ...) 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 (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 (r *ProjectsLocationsIndexEndpointsService) Create(parent string, ...) *ProjectsLocationsIndexEndpointsCreateCall
- func (r *ProjectsLocationsIndexEndpointsService) Delete(name string) *ProjectsLocationsIndexEndpointsDeleteCall
- func (r *ProjectsLocationsIndexEndpointsService) DeployIndex(indexEndpoint string, ...) *ProjectsLocationsIndexEndpointsDeployIndexCall
- func (r *ProjectsLocationsIndexEndpointsService) FindNeighbors(indexEndpoint string, ...) *ProjectsLocationsIndexEndpointsFindNeighborsCall
- func (r *ProjectsLocationsIndexEndpointsService) Get(name string) *ProjectsLocationsIndexEndpointsGetCall
- func (r *ProjectsLocationsIndexEndpointsService) List(parent string) *ProjectsLocationsIndexEndpointsListCall
- func (r *ProjectsLocationsIndexEndpointsService) MutateDeployedIndex(indexEndpoint string, ...) *ProjectsLocationsIndexEndpointsMutateDeployedIndexCall
- func (r *ProjectsLocationsIndexEndpointsService) Patch(name string, ...) *ProjectsLocationsIndexEndpointsPatchCall
- func (r *ProjectsLocationsIndexEndpointsService) ReadIndexDatapoints(indexEndpoint string, ...) *ProjectsLocationsIndexEndpointsReadIndexDatapointsCall
- func (r *ProjectsLocationsIndexEndpointsService) UndeployIndex(indexEndpoint string, ...) *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, ...) 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 (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 (r *ProjectsLocationsIndexesService) Create(parent string, ...) *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, ...) *ProjectsLocationsIndexesPatchCall
- func (r *ProjectsLocationsIndexesService) RemoveDatapoints(index string, ...) *ProjectsLocationsIndexesRemoveDatapointsCall
- func (r *ProjectsLocationsIndexesService) UpsertDatapoints(index string, ...) *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, ...) 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 (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 (r *ProjectsLocationsMetadataStoresArtifactsService) Create(parent string, ...) *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, ...) *ProjectsLocationsMetadataStoresArtifactsPatchCall
- func (r *ProjectsLocationsMetadataStoresArtifactsService) Purge(parent string, ...) *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, ...) 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 (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 (r *ProjectsLocationsMetadataStoresContextsService) AddContextArtifactsAndExecutions(context string, ...) *ProjectsLocationsMetadataStoresContextsAddContextArtifactsAndExecutionsCall
- func (r *ProjectsLocationsMetadataStoresContextsService) AddContextChildren(context string, ...) *ProjectsLocationsMetadataStoresContextsAddContextChildrenCall
- func (r *ProjectsLocationsMetadataStoresContextsService) Create(parent string, ...) *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, ...) *ProjectsLocationsMetadataStoresContextsPatchCall
- func (r *ProjectsLocationsMetadataStoresContextsService) Purge(parent string, ...) *ProjectsLocationsMetadataStoresContextsPurgeCall
- func (r *ProjectsLocationsMetadataStoresContextsService) QueryContextLineageSubgraph(context string) *ProjectsLocationsMetadataStoresContextsQueryContextLineageSubgraphCall
- func (r *ProjectsLocationsMetadataStoresContextsService) RemoveContextChildren(context string, ...) *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, ...) 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 (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 (r *ProjectsLocationsMetadataStoresExecutionsService) AddExecutionEvents(execution string, ...) *ProjectsLocationsMetadataStoresExecutionsAddExecutionEventsCall
- func (r *ProjectsLocationsMetadataStoresExecutionsService) Create(parent string, ...) *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, ...) *ProjectsLocationsMetadataStoresExecutionsPatchCall
- func (r *ProjectsLocationsMetadataStoresExecutionsService) Purge(parent string, ...) *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, ...) 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, ...) error
- type ProjectsLocationsMetadataStoresMetadataSchemasService
- func (r *ProjectsLocationsMetadataStoresMetadataSchemasService) Create(parent string, ...) *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 (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 (r *ProjectsLocationsMetadataStoresService) Create(parent string, ...) *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 (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, ...) error
- type ProjectsLocationsMigratableResourcesService
- 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, ...) 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 (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) ...
- func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Do(opts ...googleapi.CallOption) (...)
- func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Header() http.Header
- func (c *ProjectsLocationsModelDeploymentMonitoringJobsSearchModelDeploymentMonitoringStatsAnomaliesCall) Pages(ctx context.Context, f func(...) error) error
- type ProjectsLocationsModelDeploymentMonitoringJobsService
- func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Create(parent string, ...) *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, ...) *ProjectsLocationsModelDeploymentMonitoringJobsPatchCall
- func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Pause(name string, ...) *ProjectsLocationsModelDeploymentMonitoringJobsPauseCall
- func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) Resume(name string, ...) *ProjectsLocationsModelDeploymentMonitoringJobsResumeCall
- func (r *ProjectsLocationsModelDeploymentMonitoringJobsService) SearchModelDeploymentMonitoringStatsAnomalies(modelDeploymentMonitoringJob string, ...) ...
- 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 (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 ProjectsLocationsModelMonitorsService
- 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, ...) 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 (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 (r *ProjectsLocationsModelsEvaluationsService) Get(name string) *ProjectsLocationsModelsEvaluationsGetCall
- func (r *ProjectsLocationsModelsEvaluationsService) Import(parent string, ...) *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, ...) error
- func (c *ProjectsLocationsModelsEvaluationsSlicesListCall) ReadMask(readMask string) *ProjectsLocationsModelsEvaluationsSlicesListCall
- type ProjectsLocationsModelsEvaluationsSlicesService
- func (r *ProjectsLocationsModelsEvaluationsSlicesService) BatchImport(parent string, ...) *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, ...) 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, ...) 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 (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 (r *ProjectsLocationsModelsService) Copy(parent string, ...) *ProjectsLocationsModelsCopyCall
- func (r *ProjectsLocationsModelsService) Delete(name string) *ProjectsLocationsModelsDeleteCall
- func (r *ProjectsLocationsModelsService) DeleteVersion(name string) *ProjectsLocationsModelsDeleteVersionCall
- func (r *ProjectsLocationsModelsService) Export(name string, ...) *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, ...) *ProjectsLocationsModelsMergeVersionAliasesCall
- func (r *ProjectsLocationsModelsService) Patch(name string, ...) *ProjectsLocationsModelsPatchCall
- func (r *ProjectsLocationsModelsService) SetIamPolicy(resource string, ...) *ProjectsLocationsModelsSetIamPolicyCall
- func (r *ProjectsLocationsModelsService) TestIamPermissions(resource string) *ProjectsLocationsModelsTestIamPermissionsCall
- func (r *ProjectsLocationsModelsService) UpdateExplanationDataset(model string, ...) *ProjectsLocationsModelsUpdateExplanationDatasetCall
- func (r *ProjectsLocationsModelsService) Upload(parent string, ...) *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, ...) 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, ...) error
- type ProjectsLocationsNasJobsNasTrialDetailsService
- type ProjectsLocationsNasJobsService
- func (r *ProjectsLocationsNasJobsService) Cancel(name string, ...) *ProjectsLocationsNasJobsCancelCall
- func (r *ProjectsLocationsNasJobsService) Create(parent string, ...) *ProjectsLocationsNasJobsCreateCall
- func (r *ProjectsLocationsNasJobsService) Delete(name string) *ProjectsLocationsNasJobsDeleteCall
- func (r *ProjectsLocationsNasJobsService) Get(name string) *ProjectsLocationsNasJobsGetCall
- func (r *ProjectsLocationsNasJobsService) List(parent string) *ProjectsLocationsNasJobsListCall
- 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 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
- 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, ...) error
- func (c *ProjectsLocationsNotebookRuntimeTemplatesListCall) ReadMask(readMask string) *ProjectsLocationsNotebookRuntimeTemplatesListCall
- type ProjectsLocationsNotebookRuntimeTemplatesService
- func (r *ProjectsLocationsNotebookRuntimeTemplatesService) Create(parent string, ...) *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, ...) *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, ...) 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 (r *ProjectsLocationsNotebookRuntimesService) Assign(parent string, ...) *ProjectsLocationsNotebookRuntimesAssignCall
- func (r *ProjectsLocationsNotebookRuntimesService) Delete(name string) *ProjectsLocationsNotebookRuntimesDeleteCall
- func (r *ProjectsLocationsNotebookRuntimesService) GenerateAccessToken(name string, ...) *ProjectsLocationsNotebookRuntimesGenerateAccessTokenCall
- func (r *ProjectsLocationsNotebookRuntimesService) Get(name string) *ProjectsLocationsNotebookRuntimesGetCall
- func (r *ProjectsLocationsNotebookRuntimesService) List(parent string) *ProjectsLocationsNotebookRuntimesListCall
- func (r *ProjectsLocationsNotebookRuntimesService) ReportEvent(name string, ...) *ProjectsLocationsNotebookRuntimesReportEventCall
- func (r *ProjectsLocationsNotebookRuntimesService) Start(name string, ...) *ProjectsLocationsNotebookRuntimesStartCall
- func (r *ProjectsLocationsNotebookRuntimesService) Upgrade(name string, ...) *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 (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, ...) 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 (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 ProjectsLocationsPersistentResourcesService
- func (r *ProjectsLocationsPersistentResourcesService) Create(parent string, ...) *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, ...) *ProjectsLocationsPersistentResourcesPatchCall
- 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, ...) 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 (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 (r *ProjectsLocationsPipelineJobsService) BatchCancel(parent string, ...) *ProjectsLocationsPipelineJobsBatchCancelCall
- func (r *ProjectsLocationsPipelineJobsService) BatchDelete(parent string, ...) *ProjectsLocationsPipelineJobsBatchDeleteCall
- func (r *ProjectsLocationsPipelineJobsService) Cancel(name string, ...) *ProjectsLocationsPipelineJobsCancelCall
- func (r *ProjectsLocationsPipelineJobsService) Create(parent string, ...) *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 (r *ProjectsLocationsPublishersModelsService) ComputeTokens(endpoint string, ...) *ProjectsLocationsPublishersModelsComputeTokensCall
- func (r *ProjectsLocationsPublishersModelsService) CountTokens(endpoint string, ...) *ProjectsLocationsPublishersModelsCountTokensCall
- func (r *ProjectsLocationsPublishersModelsService) GenerateContent(model string, ...) *ProjectsLocationsPublishersModelsGenerateContentCall
- func (r *ProjectsLocationsPublishersModelsService) GetIamPolicy(resource string) *ProjectsLocationsPublishersModelsGetIamPolicyCall
- func (r *ProjectsLocationsPublishersModelsService) Predict(endpoint string, ...) *ProjectsLocationsPublishersModelsPredictCall
- func (r *ProjectsLocationsPublishersModelsService) RawPredict(endpoint string, ...) *ProjectsLocationsPublishersModelsRawPredictCall
- func (r *ProjectsLocationsPublishersModelsService) ServerStreamingPredict(endpoint string, ...) *ProjectsLocationsPublishersModelsServerStreamingPredictCall
- func (r *ProjectsLocationsPublishersModelsService) StreamGenerateContent(model string, ...) *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
- 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 (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 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 (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
- type ProjectsLocationsRagCorporaService
- 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 (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 ProjectsLocationsReasoningEnginesService
- 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, ...) 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 (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 (r *ProjectsLocationsSchedulesService) Create(parent string, ...) *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, ...) *ProjectsLocationsSchedulesPatchCall
- func (r *ProjectsLocationsSchedulesService) Pause(name string, ...) *ProjectsLocationsSchedulesPauseCall
- func (r *ProjectsLocationsSchedulesService) Resume(name string, ...) *ProjectsLocationsSchedulesResumeCall
- type ProjectsLocationsService
- 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 (r *ProjectsLocationsSolversOperationsService) Delete(name string) *ProjectsLocationsSolversOperationsDeleteCall
- func (r *ProjectsLocationsSolversOperationsService) Get(name string) *ProjectsLocationsSolversOperationsGetCall
- func (r *ProjectsLocationsSolversOperationsService) List(name string) *ProjectsLocationsSolversOperationsListCall
- type 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, ...) 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 (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 (r *ProjectsLocationsSpecialistPoolsService) Create(parent string, ...) *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, ...) *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, ...) 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 (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 (r *ProjectsLocationsStudiesService) Create(parent string, ...) *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, ...) *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, ...) 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 (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 (r *ProjectsLocationsStudiesTrialsService) AddTrialMeasurement(trialName string, ...) *ProjectsLocationsStudiesTrialsAddTrialMeasurementCall
- func (r *ProjectsLocationsStudiesTrialsService) CheckTrialEarlyStoppingState(trialName string, ...) *ProjectsLocationsStudiesTrialsCheckTrialEarlyStoppingStateCall
- func (r *ProjectsLocationsStudiesTrialsService) Complete(name string, ...) *ProjectsLocationsStudiesTrialsCompleteCall
- func (r *ProjectsLocationsStudiesTrialsService) Create(parent string, ...) *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, ...) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall
- func (r *ProjectsLocationsStudiesTrialsService) Stop(name string, ...) *ProjectsLocationsStudiesTrialsStopCall
- func (r *ProjectsLocationsStudiesTrialsService) Suggest(parent string, ...) *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, ...) 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 (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, ...) 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 (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 (r *ProjectsLocationsTensorboardsExperimentsRunsService) BatchCreate(parent string, ...) *ProjectsLocationsTensorboardsExperimentsRunsBatchCreateCall
- func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Create(parent string, ...) *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, ...) *ProjectsLocationsTensorboardsExperimentsRunsPatchCall
- func (r *ProjectsLocationsTensorboardsExperimentsRunsService) Write(tensorboardRun string, ...) *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) ...
- func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse, error)
- func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Header() http.Header
- func (c *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesExportTensorboardTimeSeriesCall) Pages(ctx context.Context, ...) 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, ...) 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 (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 (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Create(parent string, ...) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesCreateCall
- func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Delete(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesDeleteCall
- func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) ExportTensorboardTimeSeries(tensorboardTimeSeries string, ...) ...
- func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Get(name string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesGetCall
- func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) List(parent string) *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesListCall
- func (r *ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesService) Patch(name string, ...) *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 (r *ProjectsLocationsTensorboardsExperimentsService) BatchCreate(parent string, ...) *ProjectsLocationsTensorboardsExperimentsBatchCreateCall
- func (r *ProjectsLocationsTensorboardsExperimentsService) Create(parent string, ...) *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, ...) *ProjectsLocationsTensorboardsExperimentsPatchCall
- func (r *ProjectsLocationsTensorboardsExperimentsService) Write(tensorboardExperiment string, ...) *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, ...) 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 (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 (r *ProjectsLocationsTensorboardsService) BatchRead(tensorboard string) *ProjectsLocationsTensorboardsBatchReadCall
- func (r *ProjectsLocationsTensorboardsService) Create(parent string, ...) *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, ...) *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, ...) 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 (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 (r *ProjectsLocationsTrainingPipelinesService) Cancel(name string, ...) *ProjectsLocationsTrainingPipelinesCancelCall
- func (r *ProjectsLocationsTrainingPipelinesService) Create(parent string, ...) *ProjectsLocationsTrainingPipelinesCreateCall
- func (r *ProjectsLocationsTrainingPipelinesService) Delete(name string) *ProjectsLocationsTrainingPipelinesDeleteCall
- func (r *ProjectsLocationsTrainingPipelinesService) Get(name string) *ProjectsLocationsTrainingPipelinesGetCall
- func (r *ProjectsLocationsTrainingPipelinesService) List(parent string) *ProjectsLocationsTrainingPipelinesListCall
- type ProjectsService
- type Proto2BridgeMessageSet
- 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, ...) error
- func (c *PublishersModelsListCall) View(view string) *PublishersModelsListCall
- type PublishersModelsService
- type PublishersService
- type Service
- type UtilStatusProto
Constants ¶
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" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudAiLargeModelsVisionEmbedVideoResponse ¶
type CloudAiLargeModelsVisionEmbedVideoResponse struct {
// VideoEmbeddings: The embedding vector for the video.
VideoEmbeddings []interface{} `json:"videoEmbeddings,omitempty"`
// ForceSendFields is a list of field names (e.g. "VideoEmbeddings") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "VideoEmbeddings") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionEmbedVideoResponse: Video embedding response.
func (*CloudAiLargeModelsVisionEmbedVideoResponse) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionEmbedVideoResponse) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionFilteredText ¶
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"
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionFilteredText: Details for filtered input text.
func (*CloudAiLargeModelsVisionFilteredText) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionFilteredText) MarshalJSON() ([]byte, error)
func (*CloudAiLargeModelsVisionFilteredText) UnmarshalJSON ¶
func (s *CloudAiLargeModelsVisionFilteredText) UnmarshalJSON(data []byte) error
type CloudAiLargeModelsVisionGenerateVideoResponse ¶
type CloudAiLargeModelsVisionGenerateVideoResponse struct {
// GeneratedSamples: The generates samples.
GeneratedSamples []*CloudAiLargeModelsVisionMedia `json:"generatedSamples,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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionGenerateVideoResponse: Generate video response.
func (*CloudAiLargeModelsVisionGenerateVideoResponse) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionGenerateVideoResponse) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionImage ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionImage: Image.
func (*CloudAiLargeModelsVisionImage) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionImage) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionImageRAIScores ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any field with an empty value appearing
// in NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionImageRAIScores: RAI scores for generated image returned.
func (*CloudAiLargeModelsVisionImageRAIScores) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionImageRAIScores) MarshalJSON() ([]byte, error)
func (*CloudAiLargeModelsVisionImageRAIScores) UnmarshalJSON ¶
func (s *CloudAiLargeModelsVisionImageRAIScores) UnmarshalJSON(data []byte) error
type CloudAiLargeModelsVisionMedia ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionMedia: Media.
func (*CloudAiLargeModelsVisionMedia) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionMedia) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionMediaGenerateContentResponse ¶
type CloudAiLargeModelsVisionMediaGenerateContentResponse struct {
// Response: Response to the user's request.
Response *CloudAiNlLlmProtoServiceGenerateMultiModalResponse `json:"response,omitempty"`
// ForceSendFields is a list of field names (e.g. "Response") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Response") to include in
// API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionMediaGenerateContentResponse: Generate media content response
func (*CloudAiLargeModelsVisionMediaGenerateContentResponse) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionMediaGenerateContentResponse) 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
func (*CloudAiLargeModelsVisionRaiInfo) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionRaiInfo) MarshalJSON() ([]byte, error)
func (*CloudAiLargeModelsVisionRaiInfo) UnmarshalJSON ¶
func (s *CloudAiLargeModelsVisionRaiInfo) UnmarshalJSON(data []byte) error
type CloudAiLargeModelsVisionReasonVideoResponse ¶
type CloudAiLargeModelsVisionReasonVideoResponse struct {
// Responses: Generated text responses. The generated responses for
// different segments within the same video.
Responses []*CloudAiLargeModelsVisionReasonVideoResponseTextResponse `json:"responses,omitempty"`
// ForceSendFields is a list of field names (e.g. "Responses") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Responses") to include in
// API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionReasonVideoResponse: Video reasoning response.
func (*CloudAiLargeModelsVisionReasonVideoResponse) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionReasonVideoResponse) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionReasonVideoResponseTextResponse ¶
type CloudAiLargeModelsVisionReasonVideoResponseTextResponse struct {
// RelativeTemporalPartition: Partition of the caption's video in time.
// This field is intended for video captioning. To represent the start
// time and end time of the caption's video.
RelativeTemporalPartition *CloudAiLargeModelsVisionRelativeTemporalPartition `json:"relativeTemporalPartition,omitempty"`
// Text: Text information
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "RelativeTemporalPartition") to unconditionally include in API
// requests. By default, fields with empty or default values are omitted
// from API requests. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g.
// "RelativeTemporalPartition") to include in API requests with the JSON
// null value. By default, fields with empty values are omitted from API
// requests. However, any field with an empty value appearing in
// NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionReasonVideoResponseTextResponse: Contains text that is the response of the video captioning.
func (*CloudAiLargeModelsVisionReasonVideoResponseTextResponse) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionReasonVideoResponseTextResponse) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionRelativeTemporalPartition ¶
type CloudAiLargeModelsVisionRelativeTemporalPartition struct {
// EndOffset: End time offset of the partition.
EndOffset string `json:"endOffset,omitempty"`
// StartOffset: Start time offset of the partition.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionRelativeTemporalPartition: For ease of use, assume that the start_offset is inclusive and the end_offset is exclusive. In mathematical terms, the partition would be written as [start_offset, end_offset).
func (*CloudAiLargeModelsVisionRelativeTemporalPartition) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionRelativeTemporalPartition) MarshalJSON() ([]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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (*CloudAiLargeModelsVisionSemanticFilterResponse) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionSemanticFilterResponse) MarshalJSON() ([]byte, error)
type CloudAiLargeModelsVisionVideo ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiLargeModelsVisionVideo: Video
func (*CloudAiLargeModelsVisionVideo) MarshalJSON ¶
func (s *CloudAiLargeModelsVisionVideo) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceCandidate ¶
type CloudAiNlLlmProtoServiceCandidate struct {
// CitationMetadata: Source attribution of the generated content.
CitationMetadata *CloudAiNlLlmProtoServiceCitationMetadata `json:"citationMetadata,omitempty"`
// Content: Content of the candidate.
Content *CloudAiNlLlmProtoServiceContent `json:"content,omitempty"`
// FinishMessage: A string that describes the filtering behavior in more
// detail. Only filled when reason is set.
FinishMessage string `json:"finishMessage,omitempty"`
// FinishReason: The reason why the model stopped generating tokens.
//
// Possible values:
// "FINISH_REASON_UNSPECIFIED" - The finish reason is unspecified.
// "FINISH_REASON_STOP" - Natural stop point of the model or provided
// stop sequence.
// "FINISH_REASON_MAX_TOKENS" - The maximum number of tokens as
// specified in the request was reached.
// "FINISH_REASON_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.
// "FINISH_REASON_RECITATION" - The token generation was stopped as
// the response was flagged for unauthorized citations.
// "FINISH_REASON_OTHER" - All other reasons that stopped the token
// generation.
// "FINISH_REASON_BLOCKLIST" - The token generation was stopped as the
// response was flagged for the terms which are included from the
// terminology blocklist.
// "FINISH_REASON_PROHIBITED_CONTENT" - The token generation was
// stopped as the response was flagged for the prohibited contents.
// "FINISH_REASON_SPII" - The token generation was stopped as the
// response was flagged for Sensitive Personally Identifiable
// Information (SPII) contents.
FinishReason string `json:"finishReason,omitempty"`
// GroundingMetadata: Grounding metadata. Combine with the facts list
// from response to generate grounding citations for this choice.
GroundingMetadata *LearningGenaiRootGroundingMetadata `json:"groundingMetadata,omitempty"`
// Index: Index of the candidate.
Index int64 `json:"index,omitempty"`
// SafetyRatings: Safety ratings of the generated content.
SafetyRatings []*CloudAiNlLlmProtoServiceSafetyRating `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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (*CloudAiNlLlmProtoServiceCandidate) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceCandidate) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceCitation ¶
type CloudAiNlLlmProtoServiceCitation struct {
// EndIndex: End index into the content.
EndIndex int64 `json:"endIndex,omitempty"`
// License: License of the attribution.
License string `json:"license,omitempty"`
// PublicationDate: Publication date of the attribution.
PublicationDate *GoogleTypeDate `json:"publicationDate,omitempty"`
// StartIndex: Start index into the content.
StartIndex int64 `json:"startIndex,omitempty"`
// Title: Title of the attribution.
Title string `json:"title,omitempty"`
// Uri: 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceCitation: Source attributions for content.
func (*CloudAiNlLlmProtoServiceCitation) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceCitation) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceCitationMetadata ¶
type CloudAiNlLlmProtoServiceCitationMetadata struct {
// Citations: List of citations.
Citations []*CloudAiNlLlmProtoServiceCitation `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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceCitationMetadata: A collection of source attributions for a piece of content.
func (*CloudAiNlLlmProtoServiceCitationMetadata) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceCitationMetadata) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceContent ¶
type CloudAiNlLlmProtoServiceContent struct {
// Parts: The parts of the message.
Parts []*CloudAiNlLlmProtoServicePart `json:"parts,omitempty"`
// Role: The role of the current conversation participant.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceContent: The content of a single message from a participant.
func (*CloudAiNlLlmProtoServiceContent) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceContent) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceFact ¶
type CloudAiNlLlmProtoServiceFact struct {
// Query: Query that is used to retrieve this fact.
Query string `json:"query,omitempty"`
// Summary: If present, the summary/snippet of the fact.
Summary string `json:"summary,omitempty"`
// Title: If present, it refers to the title of this fact.
Title string `json:"title,omitempty"`
// Url: If present, this URL links to the webpage of the fact.
Url string `json:"url,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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceFact: A condense version of WorldFact (assistant/boq/lamda/factuality/proto/factuality.proto) to propagate the essential information about the fact used in factuality to the upstream caller.
func (*CloudAiNlLlmProtoServiceFact) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceFact) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceFunctionCall ¶
type CloudAiNlLlmProtoServiceFunctionCall struct {
// Args: The function parameters and values in JSON format.
Args googleapi.RawMessage `json:"args,omitempty"`
// Name: Required. The name of the function to call.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceFunctionCall: Function call details.
func (*CloudAiNlLlmProtoServiceFunctionCall) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceFunctionCall) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceFunctionResponse ¶
type CloudAiNlLlmProtoServiceFunctionResponse struct {
// Name: Required. The name of the function to call.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceFunctionResponse: Function response details.
func (*CloudAiNlLlmProtoServiceFunctionResponse) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceFunctionResponse) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceGenerateMultiModalResponse ¶
type CloudAiNlLlmProtoServiceGenerateMultiModalResponse struct {
// Candidates: Possible candidate responses to the conversation up until
// this point.
Candidates []*CloudAiNlLlmProtoServiceCandidate `json:"candidates,omitempty"`
// DebugMetadata: Debug information containing message metadata. Clients
// should not consume this field, and this is only populated for Flow
// Runner path.
DebugMetadata *CloudAiNlLlmProtoServiceMessageMetadata `json:"debugMetadata,omitempty"`
// Facts: External facts retrieved for factuality/grounding.
Facts []*CloudAiNlLlmProtoServiceFact `json:"facts,omitempty"`
// PromptFeedback: 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 *CloudAiNlLlmProtoServicePromptFeedback `json:"promptFeedback,omitempty"`
// ReportingMetrics: Billable prediction metrics.
ReportingMetrics *IntelligenceCloudAutomlXpsReportingMetrics `json:"reportingMetrics,omitempty"`
// UsageMetadata: Usage metadata about the response(s).
UsageMetadata *CloudAiNlLlmProtoServiceUsageMetadata `json:"usageMetadata,omitempty"`
// 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
func (*CloudAiNlLlmProtoServiceGenerateMultiModalResponse) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceGenerateMultiModalResponse) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceMessageMetadata ¶
type CloudAiNlLlmProtoServiceMessageMetadata struct {
// InputFilterInfo: Filter metadata of the input messages.
InputFilterInfo *LearningServingLlmMessageMetadata `json:"inputFilterInfo,omitempty"`
// ModelRoutingDecision: This score is generated by the router model to
// decide which model to use
ModelRoutingDecision *LearningGenaiRootRoutingDecision `json:"modelRoutingDecision,omitempty"`
// OutputFilterInfo: Filter metadata of the output messages.
OutputFilterInfo []*LearningServingLlmMessageMetadata `json:"outputFilterInfo,omitempty"`
// ForceSendFields is a list of field names (e.g. "InputFilterInfo") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InputFilterInfo") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (*CloudAiNlLlmProtoServiceMessageMetadata) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceMessageMetadata) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServicePart ¶
type CloudAiNlLlmProtoServicePart struct {
// DocumentMetadata: Document metadata. The metadata should only be used
// by the Cloud LLM when supporting document mime types. It will only be
// populated when this image input part is converted from a document
// input part.
DocumentMetadata *CloudAiNlLlmProtoServicePartDocumentMetadata `json:"documentMetadata,omitempty"`
// FileData: URI-based data.
FileData *CloudAiNlLlmProtoServicePartFileData `json:"fileData,omitempty"`
// FunctionCall: Function call data.
FunctionCall *CloudAiNlLlmProtoServiceFunctionCall `json:"functionCall,omitempty"`
// FunctionResponse: Function response data.
FunctionResponse *CloudAiNlLlmProtoServiceFunctionResponse `json:"functionResponse,omitempty"`
// InlineData: Inline bytes data
InlineData *CloudAiNlLlmProtoServicePartBlob `json:"inlineData,omitempty"`
// Text: Text input.
Text string `json:"text,omitempty"`
// VideoMetadata: Video metadata. The metadata should only be specified
// while the video data is presented in inline_data or file_data.
VideoMetadata *CloudAiNlLlmProtoServicePartVideoMetadata `json:"videoMetadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "DocumentMetadata") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DocumentMetadata") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServicePart: A single part of a message.
func (*CloudAiNlLlmProtoServicePart) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServicePart) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServicePartBlob ¶
type CloudAiNlLlmProtoServicePartBlob struct {
// Data: Inline data.
Data string `json:"data,omitempty"`
// MimeType: The mime type corresponding to this input.
MimeType string `json:"mimeType,omitempty"`
// OriginalFileData: Original file data where the blob comes from.
OriginalFileData *CloudAiNlLlmProtoServicePartFileData `json:"originalFileData,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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServicePartBlob: Represents arbitrary blob data input.
func (*CloudAiNlLlmProtoServicePartBlob) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServicePartBlob) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServicePartDocumentMetadata ¶
type CloudAiNlLlmProtoServicePartDocumentMetadata struct {
// OriginalDocumentBlob: The original document blob.
OriginalDocumentBlob *CloudAiNlLlmProtoServicePartBlob `json:"originalDocumentBlob,omitempty"`
// PageNumber: The (1-indexed) page number of the image in the original
// document. The first page carries the original document content and
// mime type.
PageNumber int64 `json:"pageNumber,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "OriginalDocumentBlob") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "OriginalDocumentBlob") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServicePartDocumentMetadata: Metadata describes the original input document content.
func (*CloudAiNlLlmProtoServicePartDocumentMetadata) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServicePartDocumentMetadata) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServicePartFileData ¶
type CloudAiNlLlmProtoServicePartFileData struct {
// FileUri: Inline data.
FileUri string `json:"fileUri,omitempty"`
// MimeType: The mime type corresponding to this input.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServicePartFileData: Represents file data.
func (*CloudAiNlLlmProtoServicePartFileData) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServicePartFileData) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServicePartVideoMetadata ¶
type CloudAiNlLlmProtoServicePartVideoMetadata struct {
// EndOffset: The end offset of the video.
EndOffset string `json:"endOffset,omitempty"`
// StartOffset: 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServicePartVideoMetadata: Metadata describes the input video content.
func (*CloudAiNlLlmProtoServicePartVideoMetadata) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServicePartVideoMetadata) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServicePromptFeedback ¶
type CloudAiNlLlmProtoServicePromptFeedback struct {
// BlockReason: 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: A readable block reason message.
BlockReasonMessage string `json:"blockReasonMessage,omitempty"`
// SafetyRatings: Safety ratings.
SafetyRatings []*CloudAiNlLlmProtoServiceSafetyRating `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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServicePromptFeedback: Content filter results for a prompt sent in the request.
func (*CloudAiNlLlmProtoServicePromptFeedback) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServicePromptFeedback) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceRaiResult ¶
type CloudAiNlLlmProtoServiceRaiResult struct {
// AidaRecitationResult: Recitation result from Aida recitation checker.
AidaRecitationResult *LanguageLabsAidaTrustRecitationProtoRecitationResult `json:"aidaRecitationResult,omitempty"`
// Blocked: Use `triggered_blocklist`.
Blocked bool `json:"blocked,omitempty"`
// ErrorCodes: The error codes indicate which RAI filters block the
// response.
ErrorCodes []int64 `json:"errorCodes,omitempty"`
// Filtered: Whether the text should be filtered and not shown to the
// end user. This is determined based on a combination of
// `triggered_recitation`, `triggered_blocklist`,
// `language_filter_result`, and `triggered_safety_filter`.
Filtered bool `json:"filtered,omitempty"`
// LanguageFilterResult: Language filter result from SAFT LangId.
LanguageFilterResult *LearningGenaiRootLanguageFilterResult `json:"languageFilterResult,omitempty"`
// RaiSignals: The RAI signals for the text.
RaiSignals []*CloudAiNlLlmProtoServiceRaiSignal `json:"raiSignals,omitempty"`
// TriggeredBlocklist: Whether the text triggered the blocklist.
TriggeredBlocklist bool `json:"triggeredBlocklist,omitempty"`
// TriggeredRecitation: Whether the text should be blocked by the
// recitation result from Aida recitation checker. It is determined from
// aida_recitation_result.
TriggeredRecitation bool `json:"triggeredRecitation,omitempty"`
// TriggeredSafetyFilter: Whether the text triggered the safety filter.
// Currently, this is due to CSAI triggering or one of four categories
// (derogatory, sexual, toxic, violent) having a score over the filter
// threshold.
TriggeredSafetyFilter bool `json:"triggeredSafetyFilter,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "AidaRecitationResult") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AidaRecitationResult") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceRaiResult: The RAI results for a given text.
func (*CloudAiNlLlmProtoServiceRaiResult) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceRaiResult) MarshalJSON() ([]byte, error)
type CloudAiNlLlmProtoServiceRaiSignal ¶
type CloudAiNlLlmProtoServiceRaiSignal struct {
// Confidence: The confidence level for the RAI category.
//
// Possible values:
// "CONFIDENCE_UNSPECIFIED"
// "CONFIDENCE_NONE"
// "CONFIDENCE_LOW"
// "CONFIDENCE_MEDIUM"
// "CONFIDENCE_HIGH"
Confidence string `json:"confidence,omitempty"`
// Flagged: Whether the category is flagged as being present. Currently,
// this is set to true if score >= 0.5.
Flagged bool `json:"flagged,omitempty"`
// InfluentialTerms: The influential terms that could potentially block
// the response.
InfluentialTerms []*CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm `json:"influentialTerms,omitempty"`
// RaiCategory: The RAI category.
//
// Possible values:
// "RAI_CATEGORY_UNSPECIFIED"
// "TOXIC" - SafetyCat categories.
// "SEXUALLY_EXPLICIT"
// "HATE_SPEECH"
// "VIOLENT"
// "PROFANITY"
// "HARASSMENT"
// "DEATH_HARM_TRAGEDY"
// "FIREARMS_WEAPONS"
// "PUBLIC_SAFETY"
// "HEALTH"
// "RELIGIOUS_BELIEF"
// "ILLICIT_DRUGS"
// "WAR_CONFLICT"
// "POLITICS"
// "FINANCE"
// "LEGAL"
// "CSAI" - GRAIL categories that can't be exposed to end users.
// "FRINGE"
// "THREAT" - Unused categories.
// "SEVERE_TOXICITY"
// "TOXICITY" - Old category names.
// "SEXUAL"
// "INSULT"
// "DEROGATORY"
// "IDENTITY_ATTACK"
// "VIOLENCE_ABUSE"
// "OBSCENE"
// "DRUGS"
// "CSAM" - CSAM V2
// "SPII" - SPII
// "DANGEROUS_CONTENT" - New SafetyCat v3 categories
// "DANGEROUS_CONTENT_SEVERITY"
// "INSULT_SEVERITY"
// "DEROGATORY_SEVERITY"
// "SEXUAL_SEVERITY"
RaiCategory string `json:"raiCategory,omitempty"`
// Score: The score for the category, in the range [0.0, 1.0].
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceRaiSignal: An RAI signal for a single category.
func (*CloudAiNlLlmProtoServiceRaiSignal) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceRaiSignal) MarshalJSON() ([]byte, error)
func (*CloudAiNlLlmProtoServiceRaiSignal) UnmarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceRaiSignal) UnmarshalJSON(data []byte) error
type CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm ¶
type CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm struct {
// BeginOffset: The beginning offset of the influential term.
BeginOffset int64 `json:"beginOffset,omitempty"`
// Confidence: The confidence score of the influential term.
Confidence float64 `json:"confidence,omitempty"`
// Source: The source of the influential term, prompt or response.
//
// Possible values:
// "SOURCE_UNSPECIFIED" - Unspecified source.
// "PROMPT" - The influential term comes from the prompt.
// "RESPONSE" - The influential term comes from the response.
Source string `json:"source,omitempty"`
// Term: The influential term.
Term string `json:"term,omitempty"`
// ForceSendFields is a list of field names (e.g. "BeginOffset") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "BeginOffset") to include
// in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm: The influential term that could potentially block the response.
func (*CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm) MarshalJSON() ([]byte, error)
func (*CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm) UnmarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm) UnmarshalJSON(data []byte) error
type CloudAiNlLlmProtoServiceSafetyRating ¶
type CloudAiNlLlmProtoServiceSafetyRating struct {
// Blocked: Indicates whether the content was filtered out because of
// this rating.
Blocked bool `json:"blocked,omitempty"`
// Category: 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 dengerous
// content.
// "HARM_CATEGORY_HARASSMENT" - The harm category is harassment.
// "HARM_CATEGORY_SEXUALLY_EXPLICIT" - The harm category is sexually
// explicit.
Category string `json:"category,omitempty"`
// InfluentialTerms: The influential terms that could potentially block
// the response.
InfluentialTerms []*CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm `json:"influentialTerms,omitempty"`
// Probability: 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: Harm probability score.
ProbabilityScore float64 `json:"probabilityScore,omitempty"`
// Severity: 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: 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceSafetyRating: Safety rating corresponding to the generated content.
func (*CloudAiNlLlmProtoServiceSafetyRating) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceSafetyRating) MarshalJSON() ([]byte, error)
func (*CloudAiNlLlmProtoServiceSafetyRating) UnmarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceSafetyRating) UnmarshalJSON(data []byte) error
type CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm ¶
type CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm struct {
// BeginOffset: The beginning offset of the influential term.
BeginOffset int64 `json:"beginOffset,omitempty"`
// Confidence: The confidence score of the influential term.
Confidence float64 `json:"confidence,omitempty"`
// Source: The source of the influential term, prompt or response.
//
// Possible values:
// "SOURCE_UNSPECIFIED" - Unspecified source.
// "PROMPT" - The influential term comes from the prompt.
// "RESPONSE" - The influential term comes from the response.
Source string `json:"source,omitempty"`
// Term: The influential term.
Term string `json:"term,omitempty"`
// ForceSendFields is a list of field names (e.g. "BeginOffset") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "BeginOffset") to include
// in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm: The influential term that could potentially block the response.
func (*CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm) MarshalJSON() ([]byte, error)
func (*CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm) UnmarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm) UnmarshalJSON(data []byte) error
type CloudAiNlLlmProtoServiceUsageMetadata ¶
type CloudAiNlLlmProtoServiceUsageMetadata 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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
CloudAiNlLlmProtoServiceUsageMetadata: Usage metadata about response(s).
func (*CloudAiNlLlmProtoServiceUsageMetadata) MarshalJSON ¶
func (s *CloudAiNlLlmProtoServiceUsageMetadata) MarshalJSON() ([]byte, error)
type GoogleApiHttpBody ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleApiHttpBody) MarshalJSON ¶
func (s *GoogleApiHttpBody) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ActiveLearningConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1ActiveLearningConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ActiveLearningConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest ¶
type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest struct {
// Artifacts: The resource names of the Artifacts to attribute to the
// Context. Format:
// `projects/{project}/locations/{location}/metadataStores/{metadatastore
// }/artifacts/{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
// }/executions/{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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest: Request message for MetadataService.AddContextArtifactsAndExecutions.
func (*GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse ¶
type GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse struct {
// ServerResponse contains the HTTP response code and headers from the
// server.
googleapi.ServerResponse `json:"-"`
}
GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse: Response message for MetadataService.AddContextArtifactsAndExecutions.
type GoogleCloudAiplatformV1beta1AddContextChildrenRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AddContextChildrenRequest: Request message for MetadataService.AddContextChildren.
func (*GoogleCloudAiplatformV1beta1AddContextChildrenRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AddContextChildrenRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddContextChildrenResponse ¶
type GoogleCloudAiplatformV1beta1AddContextChildrenResponse struct {
// ServerResponse contains the HTTP response code and headers from the
// server.
googleapi.ServerResponse `json:"-"`
}
GoogleCloudAiplatformV1beta1AddContextChildrenResponse: Response message for MetadataService.AddContextChildren.
type GoogleCloudAiplatformV1beta1AddExecutionEventsRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AddExecutionEventsRequest: Request message for MetadataService.AddExecutionEvents.
func (*GoogleCloudAiplatformV1beta1AddExecutionEventsRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AddExecutionEventsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AddExecutionEventsResponse ¶
type GoogleCloudAiplatformV1beta1AddExecutionEventsResponse struct {
// ServerResponse contains the HTTP response code and headers from the
// server.
googleapi.ServerResponse `json:"-"`
}
GoogleCloudAiplatformV1beta1AddExecutionEventsResponse: Response message for MetadataService.AddExecutionEvents.
type GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest: Request message for VizierService.AddTrialMeasurement.
func (*GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Annotation ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Annotation: Used to assign specific AnnotationSpec to a particular area of a DataItem or the whole part of the DataItem.
func (*GoogleCloudAiplatformV1beta1Annotation) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Annotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AnnotationSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AnnotationSpec: Identifies a concept with which DataItems may be annotated with.
func (*GoogleCloudAiplatformV1beta1AnnotationSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AnnotationSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Artifact ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Artifact: Instance of a general artifact.
func (*GoogleCloudAiplatformV1beta1Artifact) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Artifact) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata: Metadata information for NotebookService.AssignNotebookRuntime.
func (*GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest: Request message for NotebookService.AssignNotebookRuntime.
func (*GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Attribution ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Attribution: Attribution that explains a particular prediction output.
func (*GoogleCloudAiplatformV1beta1Attribution) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Attribution) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1Attribution) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Attribution) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1AutomaticResources ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1AutomaticResources) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AutomaticResources) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AutoscalingMetricSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1AutoscalingMetricSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AutoscalingMetricSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1AvroSource ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1AvroSource: The storage details for Avro input content.
func (*GoogleCloudAiplatformV1beta1AvroSource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1AvroSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest: Request message for PipelineService.BatchCancelPipelineJobs.
func (*GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse: Response message for PipelineService.BatchCancelPipelineJobs.
func (*GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata: Details of operations that perform batch create Features.
func (*GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest: Request message for FeaturestoreService.BatchCreateFeatures.
func (*GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse: Response message for FeaturestoreService.BatchCreateFeatures.
func (*GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest: Request message for TensorboardService.BatchCreateTensorboardRuns.
func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse: Response message for TensorboardService.BatchCreateTensorboardRuns.
func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest: Request message for TensorboardService.BatchCreateTensorboardTimeSeries.
func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse: Response message for TensorboardService.BatchCreateTensorboardTimeSeries.
func (*GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchDedicatedResources ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchDedicatedResources: A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.
func (*GoogleCloudAiplatformV1beta1BatchDedicatedResources) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchDedicatedResources) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest: Request message for PipelineService.BatchDeletePipelineJobs.
func (*GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse: Response message for PipelineService.BatchDeletePipelineJobs.
func (*GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest: Request message for ModelService.BatchImportEvaluatedAnnotations
func (*GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse ¶
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. However, any non-pointer, non-interface
// field appearing in ForceSendFields will be sent to the server
// regardless of whether the field is empty or not. This may be used to
// include empty fields in Patch requests.
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. However, any field with an empty value appearing
// in NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse: Response message for ModelService.BatchImportEvaluatedAnnotations
func (*GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest: Request message for ModelService.BatchImportModelEvaluationSlices
func (*GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any field with an empty value appearing
// in NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse: Response message for ModelService.BatchImportModelEvaluationSlices
func (*GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata: Runtime operation information for MigrationService.BatchMigrateResources.
func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPart ialResult: Represents a partial result in batch migration operation for one MigrateResourceRequest.
func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest: Request message for MigrationService.BatchMigrateResources.
func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse: Response message for MigrationService.BatchMigrateResources.
func (*GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchMigrateResourcesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJob ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1BatchPredictionJob) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchPredictionJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig: Configuration defining how to transform batch prediction input instances to the instances that the Model accepts.
func (*GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo: Further describes this job's output. Supplements output_config.
func (*GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata: Details of operations that batch reads Feature values.
func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest: Request message for FeaturestoreService.BatchReadFeatureValues.
func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpe c: Selects Features of an EntityType to read values of and specifies read settings.
func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughFi eld: Describe pass-through fields in read_instance source.
func (*GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestPassThroughField) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse ¶
type GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse struct {
}
GoogleCloudAiplatformV1beta1BatchReadFeatureValuesResponse: Response message for FeaturestoreService.BatchReadFeatureValues.
type GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse : Response message for TensorboardService.BatchReadTensorboardTimeSeriesData.
func (*GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BigQueryDestination ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BigQueryDestination: The BigQuery location for the output content.
func (*GoogleCloudAiplatformV1beta1BigQueryDestination) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BigQueryDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BigQuerySource ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BigQuerySource: The BigQuery location for the input content.
func (*GoogleCloudAiplatformV1beta1BigQuerySource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Blob ¶
type GoogleCloudAiplatformV1beta1Blob struct {
// Data: Required. Raw bytes for media formats.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Blob: Raw media bytes. Text should not be sent as raw bytes, use the 'text' field.
func (*GoogleCloudAiplatformV1beta1Blob) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Blob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1BlurBaselineConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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
func (*GoogleCloudAiplatformV1beta1BlurBaselineConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BlurBaselineConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1BlurBaselineConfig) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BlurBaselineConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1BoolArray ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1BoolArray: A list of boolean values.
func (*GoogleCloudAiplatformV1beta1BoolArray) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1BoolArray) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest ¶
type GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest struct {
}
GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest: Request message for JobService.CancelBatchPredictionJob.
type GoogleCloudAiplatformV1beta1CancelCustomJobRequest ¶
type GoogleCloudAiplatformV1beta1CancelCustomJobRequest struct {
}
GoogleCloudAiplatformV1beta1CancelCustomJobRequest: Request message for JobService.CancelCustomJob.
type GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest ¶
type GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest struct {
}
GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest: Request message for JobService.CancelDataLabelingJob.
type GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest ¶
type GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest struct {
}
GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest: Request message for JobService.CancelHyperparameterTuningJob.
type GoogleCloudAiplatformV1beta1CancelNasJobRequest ¶
type GoogleCloudAiplatformV1beta1CancelNasJobRequest struct {
}
GoogleCloudAiplatformV1beta1CancelNasJobRequest: Request message for JobService.CancelNasJob.
type GoogleCloudAiplatformV1beta1CancelPipelineJobRequest ¶
type GoogleCloudAiplatformV1beta1CancelPipelineJobRequest struct {
}
GoogleCloudAiplatformV1beta1CancelPipelineJobRequest: Request message for PipelineService.CancelPipelineJob.
type GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest ¶
type GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest struct {
}
GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest: Request message for PipelineService.CancelTrainingPipeline.
type GoogleCloudAiplatformV1beta1Candidate ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Candidate: A response candidate generated from the model.
func (*GoogleCloudAiplatformV1beta1Candidate) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Candidate) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata: This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.
func (*GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateMetatdata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest ¶
type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest struct {
}
GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest: Request message for VizierService.CheckTrialEarlyStoppingState.
type GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse: Response message for VizierService.CheckTrialEarlyStoppingState.
func (*GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Citation ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Citation: Source attributions for content.
func (*GoogleCloudAiplatformV1beta1Citation) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Citation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CitationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CitationMetadata: A collection of source attributions for a piece of content.
func (*GoogleCloudAiplatformV1beta1CitationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CitationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CompleteTrialRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CompleteTrialRequest: Request message for VizierService.CompleteTrial.
func (*GoogleCloudAiplatformV1beta1CompleteTrialRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CompleteTrialRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CompletionStats ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CompletionStats: Success and error statistics of processing multiple entities (for example, DataItems or structured data rows) in batch.
func (*GoogleCloudAiplatformV1beta1CompletionStats) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CompletionStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ComputeTokensRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ComputeTokensRequest: Request message for ComputeTokens RPC call.
func (*GoogleCloudAiplatformV1beta1ComputeTokensRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ComputeTokensRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ComputeTokensResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ComputeTokensResponse: Response message for ComputeTokens RPC call.
func (*GoogleCloudAiplatformV1beta1ComputeTokensResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ComputeTokensResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ContainerRegistryDestination ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ContainerRegistryDestination: The Container Registry location for the container image.
func (*GoogleCloudAiplatformV1beta1ContainerRegistryDestination) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ContainerRegistryDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ContainerSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ContainerSpec: The spec of a Container.
func (*GoogleCloudAiplatformV1beta1ContainerSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ContainerSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Content ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1Content) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Content) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Context ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Context: Instance of a general context.
func (*GoogleCloudAiplatformV1beta1Context) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Context) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CopyModelOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CopyModelOperationMetadata: Details of ModelService.CopyModel operation.
func (*GoogleCloudAiplatformV1beta1CopyModelOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CopyModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CopyModelRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CopyModelRequest: Request message for ModelService.CopyModel.
func (*GoogleCloudAiplatformV1beta1CopyModelRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CopyModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CopyModelResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CopyModelResponse: Response message of ModelService.CopyModel operation.
func (*GoogleCloudAiplatformV1beta1CopyModelResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CopyModelResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CountTokensRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CountTokensRequest: Request message for PredictionService.CountTokens.
func (*GoogleCloudAiplatformV1beta1CountTokensRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CountTokensRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CountTokensResponse ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CountTokensResponse: Response message for PredictionService.CountTokens.
func (*GoogleCloudAiplatformV1beta1CountTokensResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CountTokensResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata: Runtime operation information for DatasetService.CreateDataset.
func (*GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateDatasetOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata: Runtime operation information for DatasetService.CreateDatasetVersion.
func (*GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateDatasetVersionOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetad ata: Runtime operation information for CreateDeploymentResourcePool method.
func (*GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest: Request message for CreateDeploymentResourcePool method.
func (*GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata: Runtime operation information for EndpointService.CreateEndpoint.
func (*GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata: Details of operations that perform create EntityType.
func (*GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateEntityTypeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata : Details of ExtensionControllerService.CreateExtensionController operation.
func (*GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata: Details of operations that perform create FeatureGroup.
func (*GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata:
Details of operations that perform create FeatureOnlineStore.
func (*GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateFeatureOnlineStoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata: Details of operations that perform create Feature.
func (*GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureRequest ¶
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}/
// entityTypes/{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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateFeatureRequest: Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.
func (*GoogleCloudAiplatformV1beta1CreateFeatureRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateFeatureRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata: Details of operations that perform create FeatureView.
func (*GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateFeatureViewOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata: Details of operations that perform create Featurestore.
func (*GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateFeaturestoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata: Runtime operation information for IndexEndpointService.CreateIndexEndpoint.
func (*GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateIndexEndpointOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata: Runtime operation information for IndexService.CreateIndex.
func (*GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateIndexOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata: Details of operations that perform MetadataService.CreateMetadataStore.
func (*GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateMetadataStoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMeta data: Metadata information for NotebookService.CreateNotebookRuntimeTemplate.
func (*GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata:
Details of operations that perform create PersistentResource.
func (*GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreatePersistentResourceOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreatePipelineJobRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreatePipelineJobRequest: Request message for PipelineService.CreatePipelineJob.
func (*GoogleCloudAiplatformV1beta1CreatePipelineJobRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreatePipelineJobRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata: Details of operations that perform create FeatureGroup.
func (*GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateRegistryFeatureOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata: Runtime operation information for SolverService.CreateSolver.
func (*GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateSolverOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata: Runtime operation information for SpecialistPoolService.CreateSpecialistPool.
func (*GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateSpecialistPoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata: Details of operations that perform create Tensorboard.
func (*GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateTensorboardOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest ¶
type GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest struct {
// Parent: Required. The resource name of the TensorboardExperiment to
// create the TensorboardRun in. Format:
// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/ex
// periments/{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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest: Request message for TensorboardService.CreateTensorboardRun.
func (*GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateTensorboardRunRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest ¶
type GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest struct {
// Parent: Required. The resource name of the TensorboardRun to create
// the TensorboardTimeSeries in. Format:
// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/ex
// periments/{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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest: Request message for TensorboardService.CreateTensorboardTimeSeries.
func (*GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CreateTensorboardTimeSeriesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CsvDestination ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CsvDestination: The storage details for CSV output content.
func (*GoogleCloudAiplatformV1beta1CsvDestination) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CsvDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CsvSource ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CsvSource: The storage details for CSV input content.
func (*GoogleCloudAiplatformV1beta1CsvSource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CsvSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CustomJob ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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).
func (*GoogleCloudAiplatformV1beta1CustomJob) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CustomJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1CustomJobSpec ¶
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/{metadataStore
// s}/contexts/{experiment-name}`
Experiment string `json:"experiment,omitempty"`
// ExperimentRun: Optional. The Experiment Run associated with this job.
// Format:
// `projects/{project}/locations/{location}/metadataStores/{metadataStore
// s}/contexts/{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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1CustomJobSpec: Represents the spec of a CustomJob.
func (*GoogleCloudAiplatformV1beta1CustomJobSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1CustomJobSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DataItem ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DataItem: A piece of data in a Dataset. Could be an image, a video, a document or plain text.
func (*GoogleCloudAiplatformV1beta1DataItem) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DataItem) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DataItemView ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DataItemView: A container for a single DataItem and Annotations on it.
func (*GoogleCloudAiplatformV1beta1DataItemView) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DataItemView) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DataLabelingJob ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DataLabelingJob: DataLabelingJob is used to trigger a human labeling job on unlabeled data from the following Dataset:
func (*GoogleCloudAiplatformV1beta1DataLabelingJob) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DataLabelingJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Dataset ¶
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_stor
// e}/artifacts/{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"`
// 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Dataset: A collection of DataItems and Annotations on them.
func (*GoogleCloudAiplatformV1beta1Dataset) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Dataset) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DatasetVersion ¶
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"`
// 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DatasetVersion: Describes the dataset version.
func (*GoogleCloudAiplatformV1beta1DatasetVersion) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DatasetVersion) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DedicatedResources ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DedicatedResources: A description of resources that are dedicated to a DeployedModel, and that need a higher degree of manual configuration.
func (*GoogleCloudAiplatformV1beta1DedicatedResources) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DedicatedResources) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata: Details of operations that delete Feature values.
func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest: Request message for FeaturestoreService.DeleteFeatureValues.
func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeA ndFeature: 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.
func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse: Response message for FeaturestoreService.DeleteFeatureValues.
func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity ¶
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. However, any non-pointer, non-interface
// field appearing in ForceSendFields will be sent to the server
// regardless of whether the field is empty or not. This may be used to
// include empty fields in Patch requests.
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. However, any field with an empty value
// appearing in NullFields will be sent to the server as null. It is an
// error if a field in this list has a non-empty value. This may be used
// to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity: Response message if the request uses the SelectEntity option.
func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRange AndFeature: Response message if the request uses the SelectTimeRangeAndFeature option.
func (*GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata: Details of operations that perform MetadataService.DeleteMetadataStore.
func (*GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteMetadataStoreOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeleteOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeleteOperationMetadata: Details of operations that perform deletes of any entities.
func (*GoogleCloudAiplatformV1beta1DeleteOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeleteOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata: Runtime operation information for IndexEndpointService.DeployIndex.
func (*GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployIndexOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployIndexRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployIndexRequest: Request message for IndexEndpointService.DeployIndex.
func (*GoogleCloudAiplatformV1beta1DeployIndexRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployIndexRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployIndexResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployIndexResponse: Response message for IndexEndpointService.DeployIndex.
func (*GoogleCloudAiplatformV1beta1DeployIndexResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployIndexResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployModelOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployModelOperationMetadata: Runtime operation information for EndpointService.DeployModel.
func (*GoogleCloudAiplatformV1beta1DeployModelOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployModelRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployModelRequest: Request message for EndpointService.DeployModel.
func (*GoogleCloudAiplatformV1beta1DeployModelRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployModelResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployModelResponse: Response message for EndpointService.DeployModel.
func (*GoogleCloudAiplatformV1beta1DeployModelResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployModelResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata: Runtime operation information for SolverService.DeploySolver.
func (*GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeploySolverOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndex ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployedIndex: A deployment of an Index. IndexEndpoints contain one or more DeployedIndexes.
func (*GoogleCloudAiplatformV1beta1DeployedIndex) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployedIndex) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig: Used to set up the auth on the DeployedIndex's private endpoint.
func (*GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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).
func (*GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedIndexRef ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployedIndexRef: Points to a DeployedIndex.
func (*GoogleCloudAiplatformV1beta1DeployedIndexRef) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployedIndexRef) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedModel ¶
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"`
// DeploymentResourcePool to deploy on. Format:
// `projects/{project}/locations/{location}/deploymentResourcePools/{depl
// oyment_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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployedModel: A deployment of a Model. Endpoints contain one or more DeployedModels.
func (*GoogleCloudAiplatformV1beta1DeployedModel) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployedModel) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeployedModelRef ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeployedModelRef: Points to a DeployedModel.
func (*GoogleCloudAiplatformV1beta1DeployedModelRef) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DeployedModelRef) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DeploymentResourcePool ¶
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/{depl
// oyment_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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DeploymentResourcePool: A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (*GoogleCloudAiplatformV1beta1DestinationFeatureSetting) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DestinationFeatureSetting) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectPredictRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DirectPredictRequest: Request message for PredictionService.DirectPredict.
func (*GoogleCloudAiplatformV1beta1DirectPredictRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DirectPredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectPredictResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DirectPredictResponse: Response message for PredictionService.DirectPredict.
func (*GoogleCloudAiplatformV1beta1DirectPredictResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DirectPredictResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectRawPredictRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DirectRawPredictRequest: Request message for PredictionService.DirectRawPredict.
func (*GoogleCloudAiplatformV1beta1DirectRawPredictRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DirectRawPredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DirectRawPredictResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DirectRawPredictResponse: Response message for PredictionService.DirectRawPredict.
func (*GoogleCloudAiplatformV1beta1DirectRawPredictResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DirectRawPredictResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DiskSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DiskSpec: Represents the spec of disk options.
func (*GoogleCloudAiplatformV1beta1DiskSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DiskSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1DoubleArray ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1DoubleArray: A list of double values.
func (*GoogleCloudAiplatformV1beta1DoubleArray) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DoubleArray) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1DoubleArray) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1DoubleArray) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1EncryptionSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1EncryptionSpec: Represents a customer-managed encryption key spec that can be applied to a top-level resource.
func (*GoogleCloudAiplatformV1beta1EncryptionSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1EncryptionSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Endpoint ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Endpoint: Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations.
func (*GoogleCloudAiplatformV1beta1Endpoint) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Endpoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EntityIdSelector ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1EntityIdSelector: Selector for entityId. Getting ids from the given source.
func (*GoogleCloudAiplatformV1beta1EntityIdSelector) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1EntityIdSelector) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EntityType ¶
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}/
// entityTypes/{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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1EntityType) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1EntityType) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EnvVar ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1EnvVar: Represents an environment variable present in a Container or Python Module.
func (*GoogleCloudAiplatformV1beta1EnvVar) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1EnvVar) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation: Model error analysis for each annotation.
func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem: Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1EvaluatedAnnotation ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1EvaluatedAnnotation: True positive, false positive, or false negative. EvaluatedAnnotation is only available under ModelEvaluationSlice with slice of `annotationSpec` dimension.
func (*GoogleCloudAiplatformV1beta1EvaluatedAnnotation) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1EvaluatedAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation: Explanation result of the prediction produced by the Model.
func (*GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1EvaluatedAnnotationExplanation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Event ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Event: An edge describing the relationship between an Artifact and an Execution in a lineage graph.
func (*GoogleCloudAiplatformV1beta1Event) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Event) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Examples ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Examples: Example-based explainability that returns the nearest neighbors from the provided dataset.
func (*GoogleCloudAiplatformV1beta1Examples) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Examples) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource: The Cloud Storage input instances.
func (*GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExamplesExampleGcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExamplesOverride ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExamplesOverride: Overrides for example-based explanations.
func (*GoogleCloudAiplatformV1beta1ExamplesOverride) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExamplesOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace: Restrictions namespace for example-based explanations overrides.
func (*GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Execution ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Execution: Instance of a general execution.
func (*GoogleCloudAiplatformV1beta1Execution) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Execution) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplainRequest ¶
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. However, any non-pointer, non-interface
// field appearing in ForceSendFields will be sent to the server
// regardless of whether the field is empty or not. This may be used to
// include empty fields in Patch requests.
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. However, any field with an empty value appearing
// in NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplainRequest: Request message for PredictionService.Explain.
func (*GoogleCloudAiplatformV1beta1ExplainRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplainRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplainResponse ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplainResponse: Response message for PredictionService.Explain.
func (*GoogleCloudAiplatformV1beta1ExplainResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplainResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation: This message is a wrapper grouping Concurrent Explanations.
func (*GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Explanation ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Explanation: Explanation of a prediction (provided in PredictResponse.predictions) produced by the Model on a given instance.
func (*GoogleCloudAiplatformV1beta1Explanation) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Explanation) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadata ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any field with an empty value appearing
// in NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationMetadata: Metadata describing the Model's input and output for explanation.
func (*GoogleCloudAiplatformV1beta1ExplanationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureVal ueDomain: 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.
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataFeatureValueDomain) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualizat ion: Visualization configurations for image explanation.
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataInputMetadataVisualization) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata: Metadata of the prediction output to be explained.
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOutputMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataOverride ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationMetadataOverride: The ExplanationMetadata entries that can be overridden at online explanation time.
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataOverride) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOv erride: The input metadata entries to be overridden.
func (*GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationMetadataOverrideInputMetadataOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationParameters ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationParameters: Parameters to configure explaining for Model's predictions.
func (*GoogleCloudAiplatformV1beta1ExplanationParameters) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationParameters) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationSpec: Specification of Model explanation.
func (*GoogleCloudAiplatformV1beta1ExplanationSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExplanationSpecOverride ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExplanationSpecOverride: The ExplanationSpec entries that can be overridden at online explanation time.
func (*GoogleCloudAiplatformV1beta1ExplanationSpecOverride) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExplanationSpecOverride) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportDataConfig: Describes what part of the Dataset is to be exported, the destination of the export and how to export.
func (*GoogleCloudAiplatformV1beta1ExportDataConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportDataOperationMetadata: Runtime operation information for DatasetService.ExportData.
func (*GoogleCloudAiplatformV1beta1ExportDataOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportDataOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportDataRequest: Request message for DatasetService.ExportData.
func (*GoogleCloudAiplatformV1beta1ExportDataRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportDataResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportDataResponse: Response message for DatasetService.ExportData.
func (*GoogleCloudAiplatformV1beta1ExportDataResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata: Details of operations that exports Features values.
func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest: Request message for FeaturestoreService.ExportFeatureValues.
func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport: Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].
func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport: Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].
func (*GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse ¶
type GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse struct {
}
GoogleCloudAiplatformV1beta1ExportFeatureValuesResponse: Response message for FeaturestoreService.ExportFeatureValues.
type GoogleCloudAiplatformV1beta1ExportFractionSplit ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1ExportFractionSplit) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportFractionSplit) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1ExportFractionSplit) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportFractionSplit) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1ExportModelOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportModelOperationMetadata: Details of ModelService.ExportModel operation.
func (*GoogleCloudAiplatformV1beta1ExportModelOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo: Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.
func (*GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportModelOperationMetadataOutputInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportModelRequest: Request message for ModelService.ExportModel.
func (*GoogleCloudAiplatformV1beta1ExportModelRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportModelRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig: Output configuration for the Model export.
func (*GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportModelRequestOutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportModelResponse ¶
type GoogleCloudAiplatformV1beta1ExportModelResponse struct {
}
GoogleCloudAiplatformV1beta1ExportModelResponse: Response message of ModelService.ExportModel operation.
type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest: Request message for TensorboardService.ExportTensorboardTimeSeriesData.
func (*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse: Response message for TensorboardService.ExportTensorboardTimeSeriesData.
func (*GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Feature ¶
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}/
// entityTypes/{entity_type}/features/{feature}`
// `projects/{project}/locations/{location}/featureGroups/{feature_group}
// /features/{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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Feature: Feature Metadata information. For example, color is a feature that describes an apple.
func (*GoogleCloudAiplatformV1beta1Feature) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Feature) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureGroup ¶
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, which is required to have an entity_id and a
// feature_timestamp column in the source.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureGroup: Vertex AI Feature Group.
func (*GoogleCloudAiplatformV1beta1FeatureGroup) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureGroup) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureGroupBigQuery ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureGroupBigQuery: Input source type for BigQuery Tables and Views.
func (*GoogleCloudAiplatformV1beta1FeatureGroupBigQuery) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureGroupBigQuery) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly: A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
func (*GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureNoiseSigma ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FeatureNoiseSigma) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigma) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature: Noise sigma for a single feature.
func (*GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeatureOnlineStore ¶
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. The settings for embedding management
// in FeatureOnlineStore.
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/{featureO
// nlineStore}`
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (*GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any field with an empty value appearing
// in NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint : The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default. Note, for EmbeddingManagement use case, only [DedicatedServingEndpoint.public_endpoint_domain_name] is available now.
func (*GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement: Contains settings for embedding management.
func (*GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureOnlineStoreEmbeddingManagement) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized ¶
type GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized struct {
}
GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized: Optimized storage type
type GoogleCloudAiplatformV1beta1FeatureSelector ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureSelector: Selector for Features of an EntityType.
func (*GoogleCloudAiplatformV1beta1FeatureSelector) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureSelector) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureStatsAnomaly ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any field with an empty value appearing in
// NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureStatsAnomaly) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeatureValue ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureValue: Value for a feature.
func (*GoogleCloudAiplatformV1beta1FeatureValue) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureValue) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1FeatureValue) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureValue) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeatureValueDestination ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureValueDestination: A destination location for Feature values and format.
func (*GoogleCloudAiplatformV1beta1FeatureValueDestination) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureValueDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureValueList ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureValueList: Container for list of values.
func (*GoogleCloudAiplatformV1beta1FeatureValueList) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureValueList) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureValueMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureValueMetadata: Metadata of feature value.
func (*GoogleCloudAiplatformV1beta1FeatureValueMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureValueMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureView ¶
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"`
// 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureView: FeatureView is representation of values that the FeatureOnlineStore will serve based on its syncConfig.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (*GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewBigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewDataKey ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureViewDataKey: Lookup key for a feature view.
func (*GoogleCloudAiplatformV1beta1FeatureViewDataKey) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewDataKey) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey: ID that is comprised from several parts (columns).
func (*GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource: A Feature Registry source for features that need to be synced to Online Store.
func (*GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGro up: Features belonging to a single feature group that will be synced to Online Store.
func (*GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewSync ¶
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_vi
// ew_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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureViewSync: FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.
func (*GoogleCloudAiplatformV1beta1FeatureViewSync) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewSync) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewSyncConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureViewSyncConfig: Configuration for Sync. Only one option is set.
func (*GoogleCloudAiplatformV1beta1FeatureViewSyncConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewSyncConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewSyncSyncSummary) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig ¶
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 nearest neighbor search requiring that no more than some value k'
// of the k neighbors returned have the same value of
// crowding_attribute.
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfig: Deprecated. Use IndexConfig instead.
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (*GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeatureViewVectorSearchConfigTreeAHConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Featurestore ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1Featurestore) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Featurestore) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any field with an empty value appearing
// in NullFields will be sent to the server as null. It is an error if a
// field in this list has a non-empty value. This may be used to include
// null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig: Configuration of how features in Featurestore are monitored.
func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis ¶
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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeatures Analysis: 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.
func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysis) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalys is: 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.
func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfi g: The config for Featurestore Monitoring threshold.
func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig: OnlineServingConfig specifies the details for provisioning online serving resources.
func (*GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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).
func (*GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FeaturestoreOnlineServingConfigScaling) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest: Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.
func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse ¶
type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse struct {
// 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. "KeyValues") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "KeyValues") to include in
// API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse: Response message for FeatureOnlineStoreService.FetchFeatureValues
func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValue PairList: Response structure in the format of key (feature name) and (feature) value pair.
func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValue PairListFeatureNameValuePair: Feature name & value pair.
func (*GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FileData ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FileData: URI based data.
func (*GoogleCloudAiplatformV1beta1FileData) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FileData) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FilterSplit ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FilterSplit) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FilterSplit) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FindNeighborsRequest: LINT.IfChange The request message for MatchService.FindNeighbors.
func (*GoogleCloudAiplatformV1beta1FindNeighborsRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery ¶
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"`
// 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. However, any non-pointer, non-interface field
// appearing in ForceSendFields will be sent to the server regardless of
// whether the field is empty or not. This may be used to include empty
// fields in Patch requests.
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. However, any
// field with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery: A query to find a number of the nearest neighbors (most similar vectors) of a vector.
func (*GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FindNeighborsRequestQuery) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FindNeighborsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FindNeighborsResponse: The response message for MatchService.FindNeighbors.
func (*GoogleCloudAiplatformV1beta1FindNeighborsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors: Nearest neighbors for one query.
func (*GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNearestNeighbors) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor ¶
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 query vector.
Distance float64 `json:"distance,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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor: A neighbor of the query vector.
func (*GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FractionSplit ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FractionSplit) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FractionSplit) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1FractionSplit) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FractionSplit) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1FunctionCall ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FunctionCall) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FunctionCall) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FunctionDeclaration ¶
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 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. Example with 1 required and 1 optional parameter: type: OBJECT
// properties: param1: type: STRING param2: type: INTEGER required: -
// param1
Parameters *GoogleCloudAiplatformV1beta1Schema `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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FunctionDeclaration) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FunctionDeclaration) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1FunctionResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1FunctionResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1FunctionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GcsDestination ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GcsDestination: The Google Cloud Storage location where the output is to be written to.
func (*GoogleCloudAiplatformV1beta1GcsDestination) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GcsSource ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GcsSource: The Google Cloud Storage location for the input content.
func (*GoogleCloudAiplatformV1beta1GcsSource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest: Request message for NotebookInternalService.GenerateAccessToken.
func (*GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse: Response message for NotebookInternalService.GenerateToken.
func (*GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentRequest ¶
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"`
// 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenerateContentRequest: Request message for [PredictionService.GenerateContent].
func (*GoogleCloudAiplatformV1beta1GenerateContentRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerateContentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenerateContentResponse: Response message for [PredictionService.GenerateContent].
func (*GoogleCloudAiplatformV1beta1GenerateContentResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerateContentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback: Content filter results for a prompt sent in the request.
func (*GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata: Usage metadata about response(s).
func (*GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenerationConfig ¶
type GoogleCloudAiplatformV1beta1GenerationConfig struct {
// CandidateCount: Optional. Number of candidates to generate.
CandidateCount int64 `json:"candidateCount,omitempty"`
// MaxOutputTokens: Optional. The maximum number of output tokens to
// generate per message.
MaxOutputTokens int64 `json:"maxOutputTokens,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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenerationConfig: Generation config.
func (*GoogleCloudAiplatformV1beta1GenerationConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerationConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1GenerationConfig) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenerationConfig) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1GenericOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenericOperationMetadata: Generic Metadata shared by all operations.
func (*GoogleCloudAiplatformV1beta1GenericOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenericOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GenieSource ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GenieSource: Contains information about the source of the models generated from Generative AI Studio.
func (*GoogleCloudAiplatformV1beta1GenieSource) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GenieSource) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GoogleSearchRetrieval ¶
type GoogleCloudAiplatformV1beta1GoogleSearchRetrieval 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"`
// 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GoogleSearchRetrieval: Tool to retrieve public web data for grounding, powered by Google.
func (*GoogleCloudAiplatformV1beta1GoogleSearchRetrieval) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GoogleSearchRetrieval) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GroundingAttribution ¶
type GoogleCloudAiplatformV1beta1GroundingAttribution struct {
// ConfidenceScore: Optional. Output only. Confidence score of the
// attribution. Ranges from 0 to 1. 1 is the most confident.
ConfidenceScore float64 `json:"confidenceScore,omitempty"`
// Segment: Output only. Segment of the content this attribution belongs
// to.
Segment *GoogleCloudAiplatformV1beta1Segment `json:"segment,omitempty"`
// Web: Optional. Attribution from the web.
Web *GoogleCloudAiplatformV1beta1GroundingAttributionWeb `json:"web,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConfidenceScore") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConfidenceScore") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GroundingAttribution: Grounding attribution.
func (*GoogleCloudAiplatformV1beta1GroundingAttribution) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GroundingAttribution) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1GroundingAttribution) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GroundingAttribution) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1GroundingAttributionWeb ¶
type GoogleCloudAiplatformV1beta1GroundingAttributionWeb struct {
// Title: Output only. Title of the attribution.
Title string `json:"title,omitempty"`
// Uri: Output only. URI reference of the attribution.
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Title") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Title") to include in API
// requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GroundingAttributionWeb: Attribution from the web.
func (*GoogleCloudAiplatformV1beta1GroundingAttributionWeb) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GroundingAttributionWeb) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1GroundingMetadata ¶
type GoogleCloudAiplatformV1beta1GroundingMetadata struct {
// GroundingAttributions: Optional. List of grounding attributions.
GroundingAttributions []*GoogleCloudAiplatformV1beta1GroundingAttribution `json:"groundingAttributions,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.
// "GroundingAttributions") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GroundingAttributions") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1GroundingMetadata: Metadata returned to client when grounding is enabled.
func (*GoogleCloudAiplatformV1beta1GroundingMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1GroundingMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1HyperparameterTuningJob ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1HyperparameterTuningJob: Represents a HyperparameterTuningJob. A HyperparameterTuningJob has a Study specification and multiple CustomJobs with identical CustomJob specification.
func (*GoogleCloudAiplatformV1beta1HyperparameterTuningJob) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1HyperparameterTuningJob) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IdMatcher ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1IdMatcher: Matcher for Features of an EntityType by Feature ID.
func (*GoogleCloudAiplatformV1beta1IdMatcher) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IdMatcher) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1ImportDataConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportDataOperationMetadata: Runtime operation information for DatasetService.ImportData.
func (*GoogleCloudAiplatformV1beta1ImportDataOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportDataOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportDataRequest: Request message for DatasetService.ImportData.
func (*GoogleCloudAiplatformV1beta1ImportDataRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportDataRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportDataResponse ¶
type GoogleCloudAiplatformV1beta1ImportDataResponse struct {
}
GoogleCloudAiplatformV1beta1ImportDataResponse: Response message for DatasetService.ImportData.
type GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata: Details of ExtensionRegistryService.ImportExtension operation.
func (*GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata ¶
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. However, any non-pointer, non-interface field appearing in
// ForceSendFields will be sent to the server regardless of whether the
// field is empty or not. This may be used to include empty fields in
// Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata: Details of operations that perform import Feature values.
func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest: Request message for FeaturestoreService.ImportFeatureValues.
func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec: Defines the Feature value(s) to import.
func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesRequestFeatureSpec) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse: Response message for FeaturestoreService.ImportFeatureValues.
func (*GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest: Request message for ModelService.ImportModelEvaluation
func (*GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Index ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1Index) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Index) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexDatapoint ¶
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. 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"`
// 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1IndexDatapoint: A datapoint of Index.
func (*GoogleCloudAiplatformV1beta1IndexDatapoint) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexDatapoint) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1IndexDatapoint) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexDatapoint) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction: This field allows restricts to be based on numeric comparisons rather than categorical tokens.
func (*GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) MarshalJSON() ([]byte, error)
func (*GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) UnmarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction) UnmarshalJSON(data []byte) error
type GoogleCloudAiplatformV1beta1IndexDatapointRestriction ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1IndexDatapointRestriction: Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).
func (*GoogleCloudAiplatformV1beta1IndexDatapointRestriction) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexDatapointRestriction) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexEndpoint ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1IndexEndpoint: Indexes are deployed into it. An IndexEndpoint can have multiple DeployedIndexes.
func (*GoogleCloudAiplatformV1beta1IndexEndpoint) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexEndpoint) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexPrivateEndpoints ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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.
func (*GoogleCloudAiplatformV1beta1IndexPrivateEndpoints) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexPrivateEndpoints) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IndexStats ¶
type GoogleCloudAiplatformV1beta1IndexStats struct {
// ShardsCount: Output only. The number of shards in the Index.
ShardsCount int64 `json:"shardsCount,omitempty"`
// VectorsCount: Output only. The number of 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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1IndexStats: Stats of the Index.
func (*GoogleCloudAiplatformV1beta1IndexStats) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IndexStats) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1InputDataConfig ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1InputDataConfig: Specifies Vertex AI owned input data to be used for training, and possibly evaluating, the Model.
func (*GoogleCloudAiplatformV1beta1InputDataConfig) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1InputDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1Int64Array ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1Int64Array: A list of int64 values.
func (*GoogleCloudAiplatformV1beta1Int64Array) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1Int64Array) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
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
func (*GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1IntegratedGradientsAttribution) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance: Request message for [InternalOsServiceStateInstance].
func (*GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1LargeModelReference ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1LargeModelReference: Contains information about the Large Model.
func (*GoogleCloudAiplatformV1beta1LargeModelReference) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1LargeModelReference) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1LineageSubgraph ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1LineageSubgraph: A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.
func (*GoogleCloudAiplatformV1beta1LineageSubgraph) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1LineageSubgraph) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListAnnotationsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListAnnotationsResponse: Response message for DatasetService.ListAnnotations.
func (*GoogleCloudAiplatformV1beta1ListAnnotationsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListAnnotationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListArtifactsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListArtifactsResponse: Response message for MetadataService.ListArtifacts.
func (*GoogleCloudAiplatformV1beta1ListArtifactsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListArtifactsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse: Response message for JobService.ListBatchPredictionJobs
func (*GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListBatchPredictionJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListContextsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListContextsResponse: Response message for MetadataService.ListContexts.
func (*GoogleCloudAiplatformV1beta1ListContextsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListContextsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListCustomJobsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListCustomJobsResponse: Response message for JobService.ListCustomJobs
func (*GoogleCloudAiplatformV1beta1ListCustomJobsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListCustomJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDataItemsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field with an
// empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListDataItemsResponse: Response message for DatasetService.ListDataItems.
func (*GoogleCloudAiplatformV1beta1ListDataItemsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListDataItemsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse: Response message for JobService.ListDataLabelingJobs.
func (*GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListDataLabelingJobsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse ¶
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. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
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. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse: Response message for DatasetService.ListDatasetVersions.
func (*GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse) MarshalJSON ¶
func (s *GoogleCloudAiplatformV1beta1ListDatasetVersionsResponse) MarshalJSON() ([]byte, error)