Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterDataFoundryServiceServer(s grpc.ServiceRegistrar, srv DataFoundryServiceServer)
- func RegisterDatasetServiceServer(s grpc.ServiceRegistrar, srv DatasetServiceServer)
- func RegisterDeploymentResourcePoolServiceServer(s grpc.ServiceRegistrar, srv DeploymentResourcePoolServiceServer)
- func RegisterEndpointServiceServer(s grpc.ServiceRegistrar, srv EndpointServiceServer)
- func RegisterEvaluationServiceServer(s grpc.ServiceRegistrar, srv EvaluationServiceServer)
- func RegisterFeatureOnlineStoreAdminServiceServer(s grpc.ServiceRegistrar, srv FeatureOnlineStoreAdminServiceServer)
- func RegisterFeatureOnlineStoreServiceServer(s grpc.ServiceRegistrar, srv FeatureOnlineStoreServiceServer)
- func RegisterFeatureRegistryServiceServer(s grpc.ServiceRegistrar, srv FeatureRegistryServiceServer)
- func RegisterFeaturestoreOnlineServingServiceServer(s grpc.ServiceRegistrar, srv FeaturestoreOnlineServingServiceServer)
- func RegisterFeaturestoreServiceServer(s grpc.ServiceRegistrar, srv FeaturestoreServiceServer)
- func RegisterGenAiCacheServiceServer(s grpc.ServiceRegistrar, srv GenAiCacheServiceServer)
- func RegisterGenAiTuningServiceServer(s grpc.ServiceRegistrar, srv GenAiTuningServiceServer)
- func RegisterIndexEndpointServiceServer(s grpc.ServiceRegistrar, srv IndexEndpointServiceServer)
- func RegisterIndexServiceServer(s grpc.ServiceRegistrar, srv IndexServiceServer)
- func RegisterJobServiceServer(s grpc.ServiceRegistrar, srv JobServiceServer)
- func RegisterLlmUtilityServiceServer(s grpc.ServiceRegistrar, srv LlmUtilityServiceServer)
- func RegisterMatchServiceServer(s grpc.ServiceRegistrar, srv MatchServiceServer)
- func RegisterMetadataServiceServer(s grpc.ServiceRegistrar, srv MetadataServiceServer)
- func RegisterMigrationServiceServer(s grpc.ServiceRegistrar, srv MigrationServiceServer)
- func RegisterModelGardenServiceServer(s grpc.ServiceRegistrar, srv ModelGardenServiceServer)
- func RegisterModelServiceServer(s grpc.ServiceRegistrar, srv ModelServiceServer)
- func RegisterNotebookServiceServer(s grpc.ServiceRegistrar, srv NotebookServiceServer)
- func RegisterPersistentResourceServiceServer(s grpc.ServiceRegistrar, srv PersistentResourceServiceServer)
- func RegisterPipelineServiceServer(s grpc.ServiceRegistrar, srv PipelineServiceServer)
- func RegisterPredictionServiceServer(s grpc.ServiceRegistrar, srv PredictionServiceServer)
- func RegisterReasoningEngineExecutionServiceServer(s grpc.ServiceRegistrar, srv ReasoningEngineExecutionServiceServer)
- func RegisterReasoningEngineServiceServer(s grpc.ServiceRegistrar, srv ReasoningEngineServiceServer)
- func RegisterScheduleServiceServer(s grpc.ServiceRegistrar, srv ScheduleServiceServer)
- func RegisterSessionServiceServer(s grpc.ServiceRegistrar, srv SessionServiceServer)
- func RegisterSpecialistPoolServiceServer(s grpc.ServiceRegistrar, srv SpecialistPoolServiceServer)
- func RegisterTensorboardServiceServer(s grpc.ServiceRegistrar, srv TensorboardServiceServer)
- func RegisterVertexRagDataServiceServer(s grpc.ServiceRegistrar, srv VertexRagDataServiceServer)
- func RegisterVertexRagServiceServer(s grpc.ServiceRegistrar, srv VertexRagServiceServer)
- func RegisterVizierServiceServer(s grpc.ServiceRegistrar, srv VizierServiceServer)
- type AcceleratorType
- func (AcceleratorType) Descriptor() protoreflect.EnumDescriptor
- func (x AcceleratorType) Enum() *AcceleratorType
- func (AcceleratorType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AcceleratorType) Number() protoreflect.EnumNumber
- func (x AcceleratorType) String() string
- func (AcceleratorType) Type() protoreflect.EnumType
- type ActiveLearningConfig
- func (*ActiveLearningConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ActiveLearningConfig) GetHumanLabelingBudget() isActiveLearningConfig_HumanLabelingBudget
- func (x *ActiveLearningConfig) GetMaxDataItemCount() int64
- func (x *ActiveLearningConfig) GetMaxDataItemPercentage() int32
- func (x *ActiveLearningConfig) GetSampleConfig() *SampleConfig
- func (x *ActiveLearningConfig) GetTrainingConfig() *TrainingConfig
- func (*ActiveLearningConfig) ProtoMessage()
- func (x *ActiveLearningConfig) ProtoReflect() protoreflect.Message
- func (x *ActiveLearningConfig) Reset()
- func (x *ActiveLearningConfig) String() string
- type ActiveLearningConfig_MaxDataItemCount
- type ActiveLearningConfig_MaxDataItemPercentage
- type AddContextArtifactsAndExecutionsRequest
- func (*AddContextArtifactsAndExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddContextArtifactsAndExecutionsRequest) GetArtifacts() []string
- func (x *AddContextArtifactsAndExecutionsRequest) GetContext() string
- func (x *AddContextArtifactsAndExecutionsRequest) GetExecutions() []string
- func (*AddContextArtifactsAndExecutionsRequest) ProtoMessage()
- func (x *AddContextArtifactsAndExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *AddContextArtifactsAndExecutionsRequest) Reset()
- func (x *AddContextArtifactsAndExecutionsRequest) String() string
- type AddContextArtifactsAndExecutionsResponse
- func (*AddContextArtifactsAndExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (*AddContextArtifactsAndExecutionsResponse) ProtoMessage()
- func (x *AddContextArtifactsAndExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *AddContextArtifactsAndExecutionsResponse) Reset()
- func (x *AddContextArtifactsAndExecutionsResponse) String() string
- type AddContextChildrenRequest
- func (*AddContextChildrenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddContextChildrenRequest) GetChildContexts() []string
- func (x *AddContextChildrenRequest) GetContext() string
- func (*AddContextChildrenRequest) ProtoMessage()
- func (x *AddContextChildrenRequest) ProtoReflect() protoreflect.Message
- func (x *AddContextChildrenRequest) Reset()
- func (x *AddContextChildrenRequest) String() string
- type AddContextChildrenResponse
- type AddExecutionEventsRequest
- func (*AddExecutionEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddExecutionEventsRequest) GetEvents() []*Event
- func (x *AddExecutionEventsRequest) GetExecution() string
- func (*AddExecutionEventsRequest) ProtoMessage()
- func (x *AddExecutionEventsRequest) ProtoReflect() protoreflect.Message
- func (x *AddExecutionEventsRequest) Reset()
- func (x *AddExecutionEventsRequest) String() string
- type AddExecutionEventsResponse
- type AddTrialMeasurementRequest
- func (*AddTrialMeasurementRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddTrialMeasurementRequest) GetMeasurement() *Measurement
- func (x *AddTrialMeasurementRequest) GetTrialName() string
- func (*AddTrialMeasurementRequest) ProtoMessage()
- func (x *AddTrialMeasurementRequest) ProtoReflect() protoreflect.Message
- func (x *AddTrialMeasurementRequest) Reset()
- func (x *AddTrialMeasurementRequest) String() string
- type AggregationOutput
- func (*AggregationOutput) Descriptor() ([]byte, []int)deprecated
- func (x *AggregationOutput) GetAggregationResults() []*AggregationResult
- func (x *AggregationOutput) GetDataset() *EvaluationDataset
- func (*AggregationOutput) ProtoMessage()
- func (x *AggregationOutput) ProtoReflect() protoreflect.Message
- func (x *AggregationOutput) Reset()
- func (x *AggregationOutput) String() string
- type AggregationResult
- func (*AggregationResult) Descriptor() ([]byte, []int)deprecated
- func (x *AggregationResult) GetAggregationMetric() Metric_AggregationMetric
- func (x *AggregationResult) GetAggregationResult() isAggregationResult_AggregationResult
- func (x *AggregationResult) GetBleuMetricValue() *BleuMetricValue
- func (x *AggregationResult) GetExactMatchMetricValue() *ExactMatchMetricValue
- func (x *AggregationResult) GetPairwiseMetricResult() *PairwiseMetricResult
- func (x *AggregationResult) GetPointwiseMetricResult() *PointwiseMetricResult
- func (x *AggregationResult) GetRougeMetricValue() *RougeMetricValue
- func (*AggregationResult) ProtoMessage()
- func (x *AggregationResult) ProtoReflect() protoreflect.Message
- func (x *AggregationResult) Reset()
- func (x *AggregationResult) String() string
- type AggregationResult_BleuMetricValue
- type AggregationResult_ExactMatchMetricValue
- type AggregationResult_PairwiseMetricResult
- type AggregationResult_PointwiseMetricResult
- type AggregationResult_RougeMetricValue
- type Annotation
- func (*Annotation) Descriptor() ([]byte, []int)deprecated
- func (x *Annotation) GetAnnotationSource() *UserActionReference
- func (x *Annotation) GetCreateTime() *timestamppb.Timestamp
- func (x *Annotation) GetEtag() string
- func (x *Annotation) GetLabels() map[string]string
- func (x *Annotation) GetName() string
- func (x *Annotation) GetPayload() *structpb.Value
- func (x *Annotation) GetPayloadSchemaUri() string
- func (x *Annotation) GetUpdateTime() *timestamppb.Timestamp
- func (*Annotation) ProtoMessage()
- func (x *Annotation) ProtoReflect() protoreflect.Message
- func (x *Annotation) Reset()
- func (x *Annotation) String() string
- type AnnotationSpec
- func (*AnnotationSpec) Descriptor() ([]byte, []int)deprecated
- func (x *AnnotationSpec) GetCreateTime() *timestamppb.Timestamp
- func (x *AnnotationSpec) GetDisplayName() string
- func (x *AnnotationSpec) GetEtag() string
- func (x *AnnotationSpec) GetName() string
- func (x *AnnotationSpec) GetUpdateTime() *timestamppb.Timestamp
- func (*AnnotationSpec) ProtoMessage()
- func (x *AnnotationSpec) ProtoReflect() protoreflect.Message
- func (x *AnnotationSpec) Reset()
- func (x *AnnotationSpec) String() string
- type ApiAuth
- func (*ApiAuth) Descriptor() ([]byte, []int)deprecated
- func (x *ApiAuth) GetApiKeyConfig() *ApiAuth_ApiKeyConfig
- func (x *ApiAuth) GetAuthConfig() isApiAuth_AuthConfig
- func (*ApiAuth) ProtoMessage()
- func (x *ApiAuth) ProtoReflect() protoreflect.Message
- func (x *ApiAuth) Reset()
- func (x *ApiAuth) String() string
- type ApiAuth_ApiKeyConfig
- func (*ApiAuth_ApiKeyConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ApiAuth_ApiKeyConfig) GetApiKeySecretVersion() string
- func (*ApiAuth_ApiKeyConfig) ProtoMessage()
- func (x *ApiAuth_ApiKeyConfig) ProtoReflect() protoreflect.Message
- func (x *ApiAuth_ApiKeyConfig) Reset()
- func (x *ApiAuth_ApiKeyConfig) String() string
- type ApiAuth_ApiKeyConfig_
- type AppendEventRequest
- func (*AppendEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AppendEventRequest) GetEvent() *SessionEvent
- func (x *AppendEventRequest) GetName() string
- func (*AppendEventRequest) ProtoMessage()
- func (x *AppendEventRequest) ProtoReflect() protoreflect.Message
- func (x *AppendEventRequest) Reset()
- func (x *AppendEventRequest) String() string
- type AppendEventResponse
- type Artifact
- func (*Artifact) Descriptor() ([]byte, []int)deprecated
- func (x *Artifact) GetCreateTime() *timestamppb.Timestamp
- func (x *Artifact) GetDescription() string
- func (x *Artifact) GetDisplayName() string
- func (x *Artifact) GetEtag() string
- func (x *Artifact) GetLabels() map[string]string
- func (x *Artifact) GetMetadata() *structpb.Struct
- func (x *Artifact) GetName() string
- func (x *Artifact) GetSchemaTitle() string
- func (x *Artifact) GetSchemaVersion() string
- func (x *Artifact) GetState() Artifact_State
- func (x *Artifact) GetUpdateTime() *timestamppb.Timestamp
- func (x *Artifact) GetUri() string
- func (*Artifact) ProtoMessage()
- func (x *Artifact) ProtoReflect() protoreflect.Message
- func (x *Artifact) Reset()
- func (x *Artifact) String() string
- type Artifact_State
- func (Artifact_State) Descriptor() protoreflect.EnumDescriptor
- func (x Artifact_State) Enum() *Artifact_State
- func (Artifact_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Artifact_State) Number() protoreflect.EnumNumber
- func (x Artifact_State) String() string
- func (Artifact_State) Type() protoreflect.EnumType
- type AskContextsRequest
- func (*AskContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AskContextsRequest) GetParent() string
- func (x *AskContextsRequest) GetQuery() *RagQuery
- func (x *AskContextsRequest) GetTools() []*Tool
- func (*AskContextsRequest) ProtoMessage()
- func (x *AskContextsRequest) ProtoReflect() protoreflect.Message
- func (x *AskContextsRequest) Reset()
- func (x *AskContextsRequest) String() string
- type AskContextsResponse
- func (*AskContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AskContextsResponse) GetContexts() *RagContexts
- func (x *AskContextsResponse) GetResponse() string
- func (*AskContextsResponse) ProtoMessage()
- func (x *AskContextsResponse) ProtoReflect() protoreflect.Message
- func (x *AskContextsResponse) Reset()
- func (x *AskContextsResponse) String() string
- type AssignNotebookRuntimeOperationMetadata
- func (*AssignNotebookRuntimeOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *AssignNotebookRuntimeOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *AssignNotebookRuntimeOperationMetadata) GetProgressMessage() string
- func (*AssignNotebookRuntimeOperationMetadata) ProtoMessage()
- func (x *AssignNotebookRuntimeOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *AssignNotebookRuntimeOperationMetadata) Reset()
- func (x *AssignNotebookRuntimeOperationMetadata) String() string
- type AssignNotebookRuntimeRequest
- func (*AssignNotebookRuntimeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignNotebookRuntimeRequest) GetNotebookRuntime() *NotebookRuntime
- func (x *AssignNotebookRuntimeRequest) GetNotebookRuntimeId() string
- func (x *AssignNotebookRuntimeRequest) GetNotebookRuntimeTemplate() string
- func (x *AssignNotebookRuntimeRequest) GetParent() string
- func (*AssignNotebookRuntimeRequest) ProtoMessage()
- func (x *AssignNotebookRuntimeRequest) ProtoReflect() protoreflect.Message
- func (x *AssignNotebookRuntimeRequest) Reset()
- func (x *AssignNotebookRuntimeRequest) String() string
- type AsyncQueryReasoningEngineOperationMetadata
- func (*AsyncQueryReasoningEngineOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncQueryReasoningEngineOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*AsyncQueryReasoningEngineOperationMetadata) ProtoMessage()
- func (x *AsyncQueryReasoningEngineOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *AsyncQueryReasoningEngineOperationMetadata) Reset()
- func (x *AsyncQueryReasoningEngineOperationMetadata) String() string
- type AsyncQueryReasoningEngineRequest
- func (*AsyncQueryReasoningEngineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncQueryReasoningEngineRequest) GetInputGcsUri() string
- func (x *AsyncQueryReasoningEngineRequest) GetName() string
- func (x *AsyncQueryReasoningEngineRequest) GetOutputGcsUri() string
- func (*AsyncQueryReasoningEngineRequest) ProtoMessage()
- func (x *AsyncQueryReasoningEngineRequest) ProtoReflect() protoreflect.Message
- func (x *AsyncQueryReasoningEngineRequest) Reset()
- func (x *AsyncQueryReasoningEngineRequest) String() string
- type AsyncQueryReasoningEngineResponse
- func (*AsyncQueryReasoningEngineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncQueryReasoningEngineResponse) GetOutputGcsUri() string
- func (*AsyncQueryReasoningEngineResponse) ProtoMessage()
- func (x *AsyncQueryReasoningEngineResponse) ProtoReflect() protoreflect.Message
- func (x *AsyncQueryReasoningEngineResponse) Reset()
- func (x *AsyncQueryReasoningEngineResponse) String() string
- type AsyncRetrieveContextsOperationMetadata
- func (*AsyncRetrieveContextsOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncRetrieveContextsOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*AsyncRetrieveContextsOperationMetadata) ProtoMessage()
- func (x *AsyncRetrieveContextsOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *AsyncRetrieveContextsOperationMetadata) Reset()
- func (x *AsyncRetrieveContextsOperationMetadata) String() string
- type AsyncRetrieveContextsRequest
- func (*AsyncRetrieveContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncRetrieveContextsRequest) GetParent() string
- func (x *AsyncRetrieveContextsRequest) GetQuery() *RagQuery
- func (x *AsyncRetrieveContextsRequest) GetTools() []*Tool
- func (*AsyncRetrieveContextsRequest) ProtoMessage()
- func (x *AsyncRetrieveContextsRequest) ProtoReflect() protoreflect.Message
- func (x *AsyncRetrieveContextsRequest) Reset()
- func (x *AsyncRetrieveContextsRequest) String() string
- type AsyncRetrieveContextsResponse
- func (*AsyncRetrieveContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncRetrieveContextsResponse) GetContexts() *RagContexts
- func (*AsyncRetrieveContextsResponse) ProtoMessage()
- func (x *AsyncRetrieveContextsResponse) ProtoReflect() protoreflect.Message
- func (x *AsyncRetrieveContextsResponse) Reset()
- func (x *AsyncRetrieveContextsResponse) String() string
- type Attribution
- func (*Attribution) Descriptor() ([]byte, []int)deprecated
- func (x *Attribution) GetApproximationError() float64
- func (x *Attribution) GetBaselineOutputValue() float64
- func (x *Attribution) GetFeatureAttributions() *structpb.Value
- func (x *Attribution) GetInstanceOutputValue() float64
- func (x *Attribution) GetOutputDisplayName() string
- func (x *Attribution) GetOutputIndex() []int32
- func (x *Attribution) GetOutputName() string
- func (*Attribution) ProtoMessage()
- func (x *Attribution) ProtoReflect() protoreflect.Message
- func (x *Attribution) Reset()
- func (x *Attribution) String() string
- type AugmentPromptRequest
- func (*AugmentPromptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AugmentPromptRequest) GetContents() []*Content
- func (x *AugmentPromptRequest) GetDataSource() isAugmentPromptRequest_DataSource
- func (x *AugmentPromptRequest) GetModel() *AugmentPromptRequest_Model
- func (x *AugmentPromptRequest) GetParent() string
- func (x *AugmentPromptRequest) GetVertexRagStore() *VertexRagStore
- func (*AugmentPromptRequest) ProtoMessage()
- func (x *AugmentPromptRequest) ProtoReflect() protoreflect.Message
- func (x *AugmentPromptRequest) Reset()
- func (x *AugmentPromptRequest) String() string
- type AugmentPromptRequest_Model
- func (*AugmentPromptRequest_Model) Descriptor() ([]byte, []int)deprecated
- func (x *AugmentPromptRequest_Model) GetModel() string
- func (x *AugmentPromptRequest_Model) GetModelVersion() string
- func (*AugmentPromptRequest_Model) ProtoMessage()
- func (x *AugmentPromptRequest_Model) ProtoReflect() protoreflect.Message
- func (x *AugmentPromptRequest_Model) Reset()
- func (x *AugmentPromptRequest_Model) String() string
- type AugmentPromptRequest_VertexRagStore
- type AugmentPromptResponse
- func (*AugmentPromptResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AugmentPromptResponse) GetAugmentedPrompt() []*Content
- func (x *AugmentPromptResponse) GetFacts() []*Fact
- func (*AugmentPromptResponse) ProtoMessage()
- func (x *AugmentPromptResponse) ProtoReflect() protoreflect.Message
- func (x *AugmentPromptResponse) Reset()
- func (x *AugmentPromptResponse) String() string
- type AutomaticResources
- func (*AutomaticResources) Descriptor() ([]byte, []int)deprecated
- func (x *AutomaticResources) GetMaxReplicaCount() int32
- func (x *AutomaticResources) GetMinReplicaCount() int32
- func (*AutomaticResources) ProtoMessage()
- func (x *AutomaticResources) ProtoReflect() protoreflect.Message
- func (x *AutomaticResources) Reset()
- func (x *AutomaticResources) String() string
- type AutoraterConfig
- func (*AutoraterConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AutoraterConfig) GetAutoraterModel() string
- func (x *AutoraterConfig) GetFlipEnabled() bool
- func (x *AutoraterConfig) GetGenerationConfig() *GenerationConfig
- func (x *AutoraterConfig) GetSamplingCount() int32
- func (*AutoraterConfig) ProtoMessage()
- func (x *AutoraterConfig) ProtoReflect() protoreflect.Message
- func (x *AutoraterConfig) Reset()
- func (x *AutoraterConfig) String() string
- type AutoscalingMetricSpec
- func (*AutoscalingMetricSpec) Descriptor() ([]byte, []int)deprecated
- func (x *AutoscalingMetricSpec) GetMetricName() string
- func (x *AutoscalingMetricSpec) GetTarget() int32
- func (*AutoscalingMetricSpec) ProtoMessage()
- func (x *AutoscalingMetricSpec) ProtoReflect() protoreflect.Message
- func (x *AutoscalingMetricSpec) Reset()
- func (x *AutoscalingMetricSpec) String() string
- type AvroSource
- type BatchCancelPipelineJobsOperationMetadata
- func (*BatchCancelPipelineJobsOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCancelPipelineJobsOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*BatchCancelPipelineJobsOperationMetadata) ProtoMessage()
- func (x *BatchCancelPipelineJobsOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *BatchCancelPipelineJobsOperationMetadata) Reset()
- func (x *BatchCancelPipelineJobsOperationMetadata) String() string
- type BatchCancelPipelineJobsRequest
- func (*BatchCancelPipelineJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCancelPipelineJobsRequest) GetNames() []string
- func (x *BatchCancelPipelineJobsRequest) GetParent() string
- func (*BatchCancelPipelineJobsRequest) ProtoMessage()
- func (x *BatchCancelPipelineJobsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCancelPipelineJobsRequest) Reset()
- func (x *BatchCancelPipelineJobsRequest) String() string
- type BatchCancelPipelineJobsResponse
- func (*BatchCancelPipelineJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCancelPipelineJobsResponse) GetPipelineJobs() []*PipelineJob
- func (*BatchCancelPipelineJobsResponse) ProtoMessage()
- func (x *BatchCancelPipelineJobsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchCancelPipelineJobsResponse) Reset()
- func (x *BatchCancelPipelineJobsResponse) String() string
- type BatchCreateFeaturesOperationMetadata
- func (*BatchCreateFeaturesOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateFeaturesOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*BatchCreateFeaturesOperationMetadata) ProtoMessage()
- func (x *BatchCreateFeaturesOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *BatchCreateFeaturesOperationMetadata) Reset()
- func (x *BatchCreateFeaturesOperationMetadata) String() string
- type BatchCreateFeaturesRequest
- func (*BatchCreateFeaturesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateFeaturesRequest) GetParent() string
- func (x *BatchCreateFeaturesRequest) GetRequests() []*CreateFeatureRequest
- func (*BatchCreateFeaturesRequest) ProtoMessage()
- func (x *BatchCreateFeaturesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCreateFeaturesRequest) Reset()
- func (x *BatchCreateFeaturesRequest) String() string
- type BatchCreateFeaturesResponse
- func (*BatchCreateFeaturesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateFeaturesResponse) GetFeatures() []*Feature
- func (*BatchCreateFeaturesResponse) ProtoMessage()
- func (x *BatchCreateFeaturesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchCreateFeaturesResponse) Reset()
- func (x *BatchCreateFeaturesResponse) String() string
- type BatchCreateTensorboardRunsRequest
- func (*BatchCreateTensorboardRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateTensorboardRunsRequest) GetParent() string
- func (x *BatchCreateTensorboardRunsRequest) GetRequests() []*CreateTensorboardRunRequest
- func (*BatchCreateTensorboardRunsRequest) ProtoMessage()
- func (x *BatchCreateTensorboardRunsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCreateTensorboardRunsRequest) Reset()
- func (x *BatchCreateTensorboardRunsRequest) String() string
- type BatchCreateTensorboardRunsResponse
- func (*BatchCreateTensorboardRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateTensorboardRunsResponse) GetTensorboardRuns() []*TensorboardRun
- func (*BatchCreateTensorboardRunsResponse) ProtoMessage()
- func (x *BatchCreateTensorboardRunsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchCreateTensorboardRunsResponse) Reset()
- func (x *BatchCreateTensorboardRunsResponse) String() string
- type BatchCreateTensorboardTimeSeriesRequest
- func (*BatchCreateTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateTensorboardTimeSeriesRequest) GetParent() string
- func (x *BatchCreateTensorboardTimeSeriesRequest) GetRequests() []*CreateTensorboardTimeSeriesRequest
- func (*BatchCreateTensorboardTimeSeriesRequest) ProtoMessage()
- func (x *BatchCreateTensorboardTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCreateTensorboardTimeSeriesRequest) Reset()
- func (x *BatchCreateTensorboardTimeSeriesRequest) String() string
- type BatchCreateTensorboardTimeSeriesResponse
- func (*BatchCreateTensorboardTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateTensorboardTimeSeriesResponse) GetTensorboardTimeSeries() []*TensorboardTimeSeries
- func (*BatchCreateTensorboardTimeSeriesResponse) ProtoMessage()
- func (x *BatchCreateTensorboardTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchCreateTensorboardTimeSeriesResponse) Reset()
- func (x *BatchCreateTensorboardTimeSeriesResponse) String() string
- type BatchDedicatedResources
- func (*BatchDedicatedResources) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDedicatedResources) GetMachineSpec() *MachineSpec
- func (x *BatchDedicatedResources) GetMaxReplicaCount() int32
- func (x *BatchDedicatedResources) GetStartingReplicaCount() int32
- func (*BatchDedicatedResources) ProtoMessage()
- func (x *BatchDedicatedResources) ProtoReflect() protoreflect.Message
- func (x *BatchDedicatedResources) Reset()
- func (x *BatchDedicatedResources) String() string
- type BatchDeletePipelineJobsRequest
- func (*BatchDeletePipelineJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeletePipelineJobsRequest) GetNames() []string
- func (x *BatchDeletePipelineJobsRequest) GetParent() string
- func (*BatchDeletePipelineJobsRequest) ProtoMessage()
- func (x *BatchDeletePipelineJobsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeletePipelineJobsRequest) Reset()
- func (x *BatchDeletePipelineJobsRequest) String() string
- type BatchDeletePipelineJobsResponse
- func (*BatchDeletePipelineJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeletePipelineJobsResponse) GetPipelineJobs() []*PipelineJob
- func (*BatchDeletePipelineJobsResponse) ProtoMessage()
- func (x *BatchDeletePipelineJobsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchDeletePipelineJobsResponse) Reset()
- func (x *BatchDeletePipelineJobsResponse) String() string
- type BatchImportEvaluatedAnnotationsRequest
- func (*BatchImportEvaluatedAnnotationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchImportEvaluatedAnnotationsRequest) GetEvaluatedAnnotations() []*EvaluatedAnnotation
- func (x *BatchImportEvaluatedAnnotationsRequest) GetParent() string
- func (*BatchImportEvaluatedAnnotationsRequest) ProtoMessage()
- func (x *BatchImportEvaluatedAnnotationsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchImportEvaluatedAnnotationsRequest) Reset()
- func (x *BatchImportEvaluatedAnnotationsRequest) String() string
- type BatchImportEvaluatedAnnotationsResponse
- func (*BatchImportEvaluatedAnnotationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchImportEvaluatedAnnotationsResponse) GetImportedEvaluatedAnnotationsCount() int32
- func (*BatchImportEvaluatedAnnotationsResponse) ProtoMessage()
- func (x *BatchImportEvaluatedAnnotationsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchImportEvaluatedAnnotationsResponse) Reset()
- func (x *BatchImportEvaluatedAnnotationsResponse) String() string
- type BatchImportModelEvaluationSlicesRequest
- func (*BatchImportModelEvaluationSlicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchImportModelEvaluationSlicesRequest) GetModelEvaluationSlices() []*ModelEvaluationSlice
- func (x *BatchImportModelEvaluationSlicesRequest) GetParent() string
- func (*BatchImportModelEvaluationSlicesRequest) ProtoMessage()
- func (x *BatchImportModelEvaluationSlicesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchImportModelEvaluationSlicesRequest) Reset()
- func (x *BatchImportModelEvaluationSlicesRequest) String() string
- type BatchImportModelEvaluationSlicesResponse
- func (*BatchImportModelEvaluationSlicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchImportModelEvaluationSlicesResponse) GetImportedModelEvaluationSlices() []string
- func (*BatchImportModelEvaluationSlicesResponse) ProtoMessage()
- func (x *BatchImportModelEvaluationSlicesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchImportModelEvaluationSlicesResponse) Reset()
- func (x *BatchImportModelEvaluationSlicesResponse) String() string
- type BatchMigrateResourcesOperationMetadata
- func (*BatchMigrateResourcesOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BatchMigrateResourcesOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *BatchMigrateResourcesOperationMetadata) GetPartialResults() []*BatchMigrateResourcesOperationMetadata_PartialResult
- func (*BatchMigrateResourcesOperationMetadata) ProtoMessage()
- func (x *BatchMigrateResourcesOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *BatchMigrateResourcesOperationMetadata) Reset()
- func (x *BatchMigrateResourcesOperationMetadata) String() string
- type BatchMigrateResourcesOperationMetadata_PartialResult
- func (*BatchMigrateResourcesOperationMetadata_PartialResult) Descriptor() ([]byte, []int)deprecated
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) GetDataset() string
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) GetError() *status.Status
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) GetModel() string
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) GetRequest() *MigrateResourceRequest
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) GetResult() isBatchMigrateResourcesOperationMetadata_PartialResult_Result
- func (*BatchMigrateResourcesOperationMetadata_PartialResult) ProtoMessage()
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) ProtoReflect() protoreflect.Message
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) Reset()
- func (x *BatchMigrateResourcesOperationMetadata_PartialResult) String() string
- type BatchMigrateResourcesOperationMetadata_PartialResult_Dataset
- type BatchMigrateResourcesOperationMetadata_PartialResult_Error
- type BatchMigrateResourcesOperationMetadata_PartialResult_Model
- type BatchMigrateResourcesRequest
- func (*BatchMigrateResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchMigrateResourcesRequest) GetMigrateResourceRequests() []*MigrateResourceRequest
- func (x *BatchMigrateResourcesRequest) GetParent() string
- func (*BatchMigrateResourcesRequest) ProtoMessage()
- func (x *BatchMigrateResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchMigrateResourcesRequest) Reset()
- func (x *BatchMigrateResourcesRequest) String() string
- type BatchMigrateResourcesResponse
- func (*BatchMigrateResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchMigrateResourcesResponse) GetMigrateResourceResponses() []*MigrateResourceResponse
- func (*BatchMigrateResourcesResponse) ProtoMessage()
- func (x *BatchMigrateResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchMigrateResourcesResponse) Reset()
- func (x *BatchMigrateResourcesResponse) String() string
- type BatchPredictionJob
- func (*BatchPredictionJob) Descriptor() ([]byte, []int)deprecated
- func (x *BatchPredictionJob) GetCompletionStats() *CompletionStats
- func (x *BatchPredictionJob) GetCreateTime() *timestamppb.Timestamp
- func (x *BatchPredictionJob) GetDedicatedResources() *BatchDedicatedResources
- func (x *BatchPredictionJob) GetDisableContainerLogging() bool
- func (x *BatchPredictionJob) GetDisplayName() string
- func (x *BatchPredictionJob) GetEncryptionSpec() *EncryptionSpec
- func (x *BatchPredictionJob) GetEndTime() *timestamppb.Timestamp
- func (x *BatchPredictionJob) GetError() *status.Status
- func (x *BatchPredictionJob) GetExplanationSpec() *ExplanationSpec
- func (x *BatchPredictionJob) GetGenerateExplanation() bool
- func (x *BatchPredictionJob) GetInputConfig() *BatchPredictionJob_InputConfig
- func (x *BatchPredictionJob) GetInstanceConfig() *BatchPredictionJob_InstanceConfig
- func (x *BatchPredictionJob) GetLabels() map[string]string
- func (x *BatchPredictionJob) GetManualBatchTuningParameters() *ManualBatchTuningParameters
- func (x *BatchPredictionJob) GetModel() string
- func (x *BatchPredictionJob) GetModelParameters() *structpb.Value
- func (x *BatchPredictionJob) GetModelVersionId() string
- func (x *BatchPredictionJob) GetName() string
- func (x *BatchPredictionJob) GetOutputConfig() *BatchPredictionJob_OutputConfig
- func (x *BatchPredictionJob) GetOutputInfo() *BatchPredictionJob_OutputInfo
- func (x *BatchPredictionJob) GetPartialFailures() []*status.Status
- func (x *BatchPredictionJob) GetResourcesConsumed() *ResourcesConsumed
- func (x *BatchPredictionJob) GetSatisfiesPzi() bool
- func (x *BatchPredictionJob) GetSatisfiesPzs() bool
- func (x *BatchPredictionJob) GetServiceAccount() string
- func (x *BatchPredictionJob) GetStartTime() *timestamppb.Timestamp
- func (x *BatchPredictionJob) GetState() JobState
- func (x *BatchPredictionJob) GetUnmanagedContainerModel() *UnmanagedContainerModel
- func (x *BatchPredictionJob) GetUpdateTime() *timestamppb.Timestamp
- func (*BatchPredictionJob) ProtoMessage()
- func (x *BatchPredictionJob) ProtoReflect() protoreflect.Message
- func (x *BatchPredictionJob) Reset()
- func (x *BatchPredictionJob) String() string
- type BatchPredictionJob_InputConfig
- func (*BatchPredictionJob_InputConfig) Descriptor() ([]byte, []int)deprecated
- func (x *BatchPredictionJob_InputConfig) GetBigquerySource() *BigQuerySource
- func (x *BatchPredictionJob_InputConfig) GetGcsSource() *GcsSource
- func (x *BatchPredictionJob_InputConfig) GetInstancesFormat() string
- func (x *BatchPredictionJob_InputConfig) GetSource() isBatchPredictionJob_InputConfig_Source
- func (x *BatchPredictionJob_InputConfig) GetVertexMultimodalDatasetSource() *VertexMultimodalDatasetSource
- func (*BatchPredictionJob_InputConfig) ProtoMessage()
- func (x *BatchPredictionJob_InputConfig) ProtoReflect() protoreflect.Message
- func (x *BatchPredictionJob_InputConfig) Reset()
- func (x *BatchPredictionJob_InputConfig) String() string
- type BatchPredictionJob_InputConfig_BigquerySource
- type BatchPredictionJob_InputConfig_GcsSource
- type BatchPredictionJob_InputConfig_VertexMultimodalDatasetSource
- type BatchPredictionJob_InstanceConfig
- func (*BatchPredictionJob_InstanceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *BatchPredictionJob_InstanceConfig) GetExcludedFields() []string
- func (x *BatchPredictionJob_InstanceConfig) GetIncludedFields() []string
- func (x *BatchPredictionJob_InstanceConfig) GetInstanceType() string
- func (x *BatchPredictionJob_InstanceConfig) GetKeyField() string
- func (*BatchPredictionJob_InstanceConfig) ProtoMessage()
- func (x *BatchPredictionJob_InstanceConfig) ProtoReflect() protoreflect.Message
- func (x *BatchPredictionJob_InstanceConfig) Reset()
- func (x *BatchPredictionJob_InstanceConfig) String() string
- type BatchPredictionJob_OutputConfig
- func (*BatchPredictionJob_OutputConfig) Descriptor() ([]byte, []int)deprecated
- func (x *BatchPredictionJob_OutputConfig) GetBigqueryDestination() *BigQueryDestination
- func (x *BatchPredictionJob_OutputConfig) GetDestination() isBatchPredictionJob_OutputConfig_Destination
- func (x *BatchPredictionJob_OutputConfig) GetGcsDestination() *GcsDestination
- func (x *BatchPredictionJob_OutputConfig) GetPredictionsFormat() string
- func (x *BatchPredictionJob_OutputConfig) GetVertexMultimodalDatasetDestination() *VertexMultimodalDatasetDestination
- func (*BatchPredictionJob_OutputConfig) ProtoMessage()
- func (x *BatchPredictionJob_OutputConfig) ProtoReflect() protoreflect.Message
- func (x *BatchPredictionJob_OutputConfig) Reset()
- func (x *BatchPredictionJob_OutputConfig) String() string
- type BatchPredictionJob_OutputConfig_BigqueryDestination
- type BatchPredictionJob_OutputConfig_GcsDestination
- type BatchPredictionJob_OutputConfig_VertexMultimodalDatasetDestination
- type BatchPredictionJob_OutputInfo
- func (*BatchPredictionJob_OutputInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BatchPredictionJob_OutputInfo) GetBigqueryOutputDataset() string
- func (x *BatchPredictionJob_OutputInfo) GetBigqueryOutputTable() string
- func (x *BatchPredictionJob_OutputInfo) GetGcsOutputDirectory() string
- func (x *BatchPredictionJob_OutputInfo) GetOutputLocation() isBatchPredictionJob_OutputInfo_OutputLocation
- func (x *BatchPredictionJob_OutputInfo) GetVertexMultimodalDatasetName() string
- func (*BatchPredictionJob_OutputInfo) ProtoMessage()
- func (x *BatchPredictionJob_OutputInfo) ProtoReflect() protoreflect.Message
- func (x *BatchPredictionJob_OutputInfo) Reset()
- func (x *BatchPredictionJob_OutputInfo) String() string
- type BatchPredictionJob_OutputInfo_BigqueryOutputDataset
- type BatchPredictionJob_OutputInfo_GcsOutputDirectory
- type BatchPredictionJob_OutputInfo_VertexMultimodalDatasetName
- type BatchReadFeatureValuesOperationMetadata
- func (*BatchReadFeatureValuesOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BatchReadFeatureValuesOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*BatchReadFeatureValuesOperationMetadata) ProtoMessage()
- func (x *BatchReadFeatureValuesOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *BatchReadFeatureValuesOperationMetadata) Reset()
- func (x *BatchReadFeatureValuesOperationMetadata) String() string
- type BatchReadFeatureValuesRequest
- func (*BatchReadFeatureValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchReadFeatureValuesRequest) GetBigqueryReadInstances() *BigQuerySource
- func (x *BatchReadFeatureValuesRequest) GetCsvReadInstances() *CsvSource
- func (x *BatchReadFeatureValuesRequest) GetDestination() *FeatureValueDestination
- func (x *BatchReadFeatureValuesRequest) GetEntityTypeSpecs() []*BatchReadFeatureValuesRequest_EntityTypeSpec
- func (x *BatchReadFeatureValuesRequest) GetFeaturestore() string
- func (x *BatchReadFeatureValuesRequest) GetPassThroughFields() []*BatchReadFeatureValuesRequest_PassThroughField
- func (x *BatchReadFeatureValuesRequest) GetReadOption() isBatchReadFeatureValuesRequest_ReadOption
- func (x *BatchReadFeatureValuesRequest) GetStartTime() *timestamppb.Timestamp
- func (*BatchReadFeatureValuesRequest) ProtoMessage()
- func (x *BatchReadFeatureValuesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchReadFeatureValuesRequest) Reset()
- func (x *BatchReadFeatureValuesRequest) String() string
- type BatchReadFeatureValuesRequest_BigqueryReadInstances
- type BatchReadFeatureValuesRequest_CsvReadInstances
- type BatchReadFeatureValuesRequest_EntityTypeSpec
- func (*BatchReadFeatureValuesRequest_EntityTypeSpec) Descriptor() ([]byte, []int)deprecated
- func (x *BatchReadFeatureValuesRequest_EntityTypeSpec) GetEntityTypeId() string
- func (x *BatchReadFeatureValuesRequest_EntityTypeSpec) GetFeatureSelector() *FeatureSelector
- func (x *BatchReadFeatureValuesRequest_EntityTypeSpec) GetSettings() []*DestinationFeatureSetting
- func (*BatchReadFeatureValuesRequest_EntityTypeSpec) ProtoMessage()
- func (x *BatchReadFeatureValuesRequest_EntityTypeSpec) ProtoReflect() protoreflect.Message
- func (x *BatchReadFeatureValuesRequest_EntityTypeSpec) Reset()
- func (x *BatchReadFeatureValuesRequest_EntityTypeSpec) String() string
- type BatchReadFeatureValuesRequest_PassThroughField
- func (*BatchReadFeatureValuesRequest_PassThroughField) Descriptor() ([]byte, []int)deprecated
- func (x *BatchReadFeatureValuesRequest_PassThroughField) GetFieldName() string
- func (*BatchReadFeatureValuesRequest_PassThroughField) ProtoMessage()
- func (x *BatchReadFeatureValuesRequest_PassThroughField) ProtoReflect() protoreflect.Message
- func (x *BatchReadFeatureValuesRequest_PassThroughField) Reset()
- func (x *BatchReadFeatureValuesRequest_PassThroughField) String() string
- type BatchReadFeatureValuesResponse
- func (*BatchReadFeatureValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (*BatchReadFeatureValuesResponse) ProtoMessage()
- func (x *BatchReadFeatureValuesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchReadFeatureValuesResponse) Reset()
- func (x *BatchReadFeatureValuesResponse) String() string
- type BatchReadTensorboardTimeSeriesDataRequest
- func (*BatchReadTensorboardTimeSeriesDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchReadTensorboardTimeSeriesDataRequest) GetTensorboard() string
- func (x *BatchReadTensorboardTimeSeriesDataRequest) GetTimeSeries() []string
- func (*BatchReadTensorboardTimeSeriesDataRequest) ProtoMessage()
- func (x *BatchReadTensorboardTimeSeriesDataRequest) ProtoReflect() protoreflect.Message
- func (x *BatchReadTensorboardTimeSeriesDataRequest) Reset()
- func (x *BatchReadTensorboardTimeSeriesDataRequest) String() string
- type BatchReadTensorboardTimeSeriesDataResponse
- func (*BatchReadTensorboardTimeSeriesDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchReadTensorboardTimeSeriesDataResponse) GetTimeSeriesData() []*TimeSeriesData
- func (*BatchReadTensorboardTimeSeriesDataResponse) ProtoMessage()
- func (x *BatchReadTensorboardTimeSeriesDataResponse) ProtoReflect() protoreflect.Message
- func (x *BatchReadTensorboardTimeSeriesDataResponse) Reset()
- func (x *BatchReadTensorboardTimeSeriesDataResponse) String() string
- type BigQueryDestination
- func (*BigQueryDestination) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryDestination) GetOutputUri() string
- func (*BigQueryDestination) ProtoMessage()
- func (x *BigQueryDestination) ProtoReflect() protoreflect.Message
- func (x *BigQueryDestination) Reset()
- func (x *BigQueryDestination) String() string
- type BigQuerySource
- type BleuInput
- func (*BleuInput) Descriptor() ([]byte, []int)deprecated
- func (x *BleuInput) GetInstances() []*BleuInstance
- func (x *BleuInput) GetMetricSpec() *BleuSpec
- func (*BleuInput) ProtoMessage()
- func (x *BleuInput) ProtoReflect() protoreflect.Message
- func (x *BleuInput) Reset()
- func (x *BleuInput) String() string
- type BleuInstance
- func (*BleuInstance) Descriptor() ([]byte, []int)deprecated
- func (x *BleuInstance) GetPrediction() string
- func (x *BleuInstance) GetReference() string
- func (*BleuInstance) ProtoMessage()
- func (x *BleuInstance) ProtoReflect() protoreflect.Message
- func (x *BleuInstance) Reset()
- func (x *BleuInstance) String() string
- type BleuMetricValue
- type BleuResults
- type BleuSpec
- type Blob
- type BlurBaselineConfig
- func (*BlurBaselineConfig) Descriptor() ([]byte, []int)deprecated
- func (x *BlurBaselineConfig) GetMaxBlurSigma() float32
- func (*BlurBaselineConfig) ProtoMessage()
- func (x *BlurBaselineConfig) ProtoReflect() protoreflect.Message
- func (x *BlurBaselineConfig) Reset()
- func (x *BlurBaselineConfig) String() string
- type BoolArray
- type CachedContent
- func (*CachedContent) Descriptor() ([]byte, []int)deprecated
- func (x *CachedContent) GetContents() []*Content
- func (x *CachedContent) GetCreateTime() *timestamppb.Timestamp
- func (x *CachedContent) GetDisplayName() string
- func (x *CachedContent) GetEncryptionSpec() *EncryptionSpec
- func (x *CachedContent) GetExpiration() isCachedContent_Expiration
- func (x *CachedContent) GetExpireTime() *timestamppb.Timestamp
- func (x *CachedContent) GetModel() string
- func (x *CachedContent) GetName() string
- func (x *CachedContent) GetSystemInstruction() *Content
- func (x *CachedContent) GetToolConfig() *ToolConfig
- func (x *CachedContent) GetTools() []*Tool
- func (x *CachedContent) GetTtl() *durationpb.Duration
- func (x *CachedContent) GetUpdateTime() *timestamppb.Timestamp
- func (x *CachedContent) GetUsageMetadata() *CachedContent_UsageMetadata
- func (*CachedContent) ProtoMessage()
- func (x *CachedContent) ProtoReflect() protoreflect.Message
- func (x *CachedContent) Reset()
- func (x *CachedContent) String() string
- type CachedContent_ExpireTime
- type CachedContent_Ttl
- type CachedContent_UsageMetadata
- func (*CachedContent_UsageMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CachedContent_UsageMetadata) GetAudioDurationSeconds() int32
- func (x *CachedContent_UsageMetadata) GetImageCount() int32
- func (x *CachedContent_UsageMetadata) GetTextCount() int32
- func (x *CachedContent_UsageMetadata) GetTotalTokenCount() int32
- func (x *CachedContent_UsageMetadata) GetVideoDurationSeconds() int32
- func (*CachedContent_UsageMetadata) ProtoMessage()
- func (x *CachedContent_UsageMetadata) ProtoReflect() protoreflect.Message
- func (x *CachedContent_UsageMetadata) Reset()
- func (x *CachedContent_UsageMetadata) String() string
- type CancelBatchPredictionJobRequest
- func (*CancelBatchPredictionJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelBatchPredictionJobRequest) GetName() string
- func (*CancelBatchPredictionJobRequest) ProtoMessage()
- func (x *CancelBatchPredictionJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelBatchPredictionJobRequest) Reset()
- func (x *CancelBatchPredictionJobRequest) String() string
- type CancelCustomJobRequest
- func (*CancelCustomJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelCustomJobRequest) GetName() string
- func (*CancelCustomJobRequest) ProtoMessage()
- func (x *CancelCustomJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelCustomJobRequest) Reset()
- func (x *CancelCustomJobRequest) String() string
- type CancelDataLabelingJobRequest
- func (*CancelDataLabelingJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelDataLabelingJobRequest) GetName() string
- func (*CancelDataLabelingJobRequest) ProtoMessage()
- func (x *CancelDataLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelDataLabelingJobRequest) Reset()
- func (x *CancelDataLabelingJobRequest) String() string
- type CancelHyperparameterTuningJobRequest
- func (*CancelHyperparameterTuningJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelHyperparameterTuningJobRequest) GetName() string
- func (*CancelHyperparameterTuningJobRequest) ProtoMessage()
- func (x *CancelHyperparameterTuningJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelHyperparameterTuningJobRequest) Reset()
- func (x *CancelHyperparameterTuningJobRequest) String() string
- type CancelNasJobRequest
- func (*CancelNasJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelNasJobRequest) GetName() string
- func (*CancelNasJobRequest) ProtoMessage()
- func (x *CancelNasJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelNasJobRequest) Reset()
- func (x *CancelNasJobRequest) String() string
- type CancelPipelineJobRequest
- func (*CancelPipelineJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelPipelineJobRequest) GetName() string
- func (*CancelPipelineJobRequest) ProtoMessage()
- func (x *CancelPipelineJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelPipelineJobRequest) Reset()
- func (x *CancelPipelineJobRequest) String() string
- type CancelTrainingPipelineRequest
- func (*CancelTrainingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelTrainingPipelineRequest) GetName() string
- func (*CancelTrainingPipelineRequest) ProtoMessage()
- func (x *CancelTrainingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *CancelTrainingPipelineRequest) Reset()
- func (x *CancelTrainingPipelineRequest) String() string
- type CancelTuningJobRequest
- func (*CancelTuningJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelTuningJobRequest) GetName() string
- func (*CancelTuningJobRequest) ProtoMessage()
- func (x *CancelTuningJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelTuningJobRequest) Reset()
- func (x *CancelTuningJobRequest) String() string
- type Candidate
- func (*Candidate) Descriptor() ([]byte, []int)deprecated
- func (x *Candidate) GetAvgLogprobs() float64
- func (x *Candidate) GetCitationMetadata() *CitationMetadata
- func (x *Candidate) GetContent() *Content
- func (x *Candidate) GetFinishMessage() string
- func (x *Candidate) GetFinishReason() Candidate_FinishReason
- func (x *Candidate) GetGroundingMetadata() *GroundingMetadata
- func (x *Candidate) GetIndex() int32
- func (x *Candidate) GetLogprobsResult() *LogprobsResult
- func (x *Candidate) GetSafetyRatings() []*SafetyRating
- func (x *Candidate) GetScore() float64
- func (x *Candidate) GetUrlContextMetadata() *UrlContextMetadata
- func (*Candidate) ProtoMessage()
- func (x *Candidate) ProtoReflect() protoreflect.Message
- func (x *Candidate) Reset()
- func (x *Candidate) String() string
- type Candidate_FinishReason
- func (Candidate_FinishReason) Descriptor() protoreflect.EnumDescriptor
- func (x Candidate_FinishReason) Enum() *Candidate_FinishReason
- func (Candidate_FinishReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x Candidate_FinishReason) Number() protoreflect.EnumNumber
- func (x Candidate_FinishReason) String() string
- func (Candidate_FinishReason) Type() protoreflect.EnumType
- type CheckTrialEarlyStoppingStateMetatdata
- func (*CheckTrialEarlyStoppingStateMetatdata) Descriptor() ([]byte, []int)deprecated
- func (x *CheckTrialEarlyStoppingStateMetatdata) GetGenericMetadata() *GenericOperationMetadata
- func (x *CheckTrialEarlyStoppingStateMetatdata) GetStudy() string
- func (x *CheckTrialEarlyStoppingStateMetatdata) GetTrial() string
- func (*CheckTrialEarlyStoppingStateMetatdata) ProtoMessage()
- func (x *CheckTrialEarlyStoppingStateMetatdata) ProtoReflect() protoreflect.Message
- func (x *CheckTrialEarlyStoppingStateMetatdata) Reset()
- func (x *CheckTrialEarlyStoppingStateMetatdata) String() string
- type CheckTrialEarlyStoppingStateRequest
- func (*CheckTrialEarlyStoppingStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckTrialEarlyStoppingStateRequest) GetTrialName() string
- func (*CheckTrialEarlyStoppingStateRequest) ProtoMessage()
- func (x *CheckTrialEarlyStoppingStateRequest) ProtoReflect() protoreflect.Message
- func (x *CheckTrialEarlyStoppingStateRequest) Reset()
- func (x *CheckTrialEarlyStoppingStateRequest) String() string
- type CheckTrialEarlyStoppingStateResponse
- func (*CheckTrialEarlyStoppingStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckTrialEarlyStoppingStateResponse) GetShouldStop() bool
- func (*CheckTrialEarlyStoppingStateResponse) ProtoMessage()
- func (x *CheckTrialEarlyStoppingStateResponse) ProtoReflect() protoreflect.Message
- func (x *CheckTrialEarlyStoppingStateResponse) Reset()
- func (x *CheckTrialEarlyStoppingStateResponse) String() string
- type Checkpoint
- func (*Checkpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Checkpoint) GetCheckpointId() string
- func (x *Checkpoint) GetEpoch() int64
- func (x *Checkpoint) GetStep() int64
- func (*Checkpoint) ProtoMessage()
- func (x *Checkpoint) ProtoReflect() protoreflect.Message
- func (x *Checkpoint) Reset()
- func (x *Checkpoint) String() string
- type Citation
- func (*Citation) Descriptor() ([]byte, []int)deprecated
- func (x *Citation) GetEndIndex() int32
- func (x *Citation) GetLicense() string
- func (x *Citation) GetPublicationDate() *date.Date
- func (x *Citation) GetStartIndex() int32
- func (x *Citation) GetTitle() string
- func (x *Citation) GetUri() string
- func (*Citation) ProtoMessage()
- func (x *Citation) ProtoReflect() protoreflect.Message
- func (x *Citation) Reset()
- func (x *Citation) String() string
- type CitationMetadata
- type Claim
- func (*Claim) Descriptor() ([]byte, []int)deprecated
- func (x *Claim) GetEndIndex() int32
- func (x *Claim) GetFactIndexes() []int32
- func (x *Claim) GetScore() float32
- func (x *Claim) GetStartIndex() int32
- func (*Claim) ProtoMessage()
- func (x *Claim) ProtoReflect() protoreflect.Message
- func (x *Claim) Reset()
- func (x *Claim) String() string
- type ClientConnectionConfig
- func (*ClientConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ClientConnectionConfig) GetInferenceTimeout() *durationpb.Duration
- func (*ClientConnectionConfig) ProtoMessage()
- func (x *ClientConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *ClientConnectionConfig) Reset()
- func (x *ClientConnectionConfig) String() string
- type CodeExecutionResult
- func (*CodeExecutionResult) Descriptor() ([]byte, []int)deprecated
- func (x *CodeExecutionResult) GetOutcome() CodeExecutionResult_Outcome
- func (x *CodeExecutionResult) GetOutput() string
- func (*CodeExecutionResult) ProtoMessage()
- func (x *CodeExecutionResult) ProtoReflect() protoreflect.Message
- func (x *CodeExecutionResult) Reset()
- func (x *CodeExecutionResult) String() string
- type CodeExecutionResult_Outcome
- func (CodeExecutionResult_Outcome) Descriptor() protoreflect.EnumDescriptor
- func (x CodeExecutionResult_Outcome) Enum() *CodeExecutionResult_Outcome
- func (CodeExecutionResult_Outcome) EnumDescriptor() ([]byte, []int)deprecated
- func (x CodeExecutionResult_Outcome) Number() protoreflect.EnumNumber
- func (x CodeExecutionResult_Outcome) String() string
- func (CodeExecutionResult_Outcome) Type() protoreflect.EnumType
- type CoherenceInput
- func (*CoherenceInput) Descriptor() ([]byte, []int)deprecated
- func (x *CoherenceInput) GetInstance() *CoherenceInstance
- func (x *CoherenceInput) GetMetricSpec() *CoherenceSpec
- func (*CoherenceInput) ProtoMessage()
- func (x *CoherenceInput) ProtoReflect() protoreflect.Message
- func (x *CoherenceInput) Reset()
- func (x *CoherenceInput) String() string
- type CoherenceInstance
- func (*CoherenceInstance) Descriptor() ([]byte, []int)deprecated
- func (x *CoherenceInstance) GetPrediction() string
- func (*CoherenceInstance) ProtoMessage()
- func (x *CoherenceInstance) ProtoReflect() protoreflect.Message
- func (x *CoherenceInstance) Reset()
- func (x *CoherenceInstance) String() string
- type CoherenceResult
- func (*CoherenceResult) Descriptor() ([]byte, []int)deprecated
- func (x *CoherenceResult) GetConfidence() float32
- func (x *CoherenceResult) GetExplanation() string
- func (x *CoherenceResult) GetScore() float32
- func (*CoherenceResult) ProtoMessage()
- func (x *CoherenceResult) ProtoReflect() protoreflect.Message
- func (x *CoherenceResult) Reset()
- func (x *CoherenceResult) String() string
- type CoherenceSpec
- type ColabImage
- func (*ColabImage) Descriptor() ([]byte, []int)deprecated
- func (x *ColabImage) GetDescription() string
- func (x *ColabImage) GetReleaseName() string
- func (*ColabImage) ProtoMessage()
- func (x *ColabImage) ProtoReflect() protoreflect.Message
- func (x *ColabImage) Reset()
- func (x *ColabImage) String() string
- type CometInput
- func (*CometInput) Descriptor() ([]byte, []int)deprecated
- func (x *CometInput) GetInstance() *CometInstance
- func (x *CometInput) GetMetricSpec() *CometSpec
- func (*CometInput) ProtoMessage()
- func (x *CometInput) ProtoReflect() protoreflect.Message
- func (x *CometInput) Reset()
- func (x *CometInput) String() string
- type CometInstance
- func (*CometInstance) Descriptor() ([]byte, []int)deprecated
- func (x *CometInstance) GetPrediction() string
- func (x *CometInstance) GetReference() string
- func (x *CometInstance) GetSource() string
- func (*CometInstance) ProtoMessage()
- func (x *CometInstance) ProtoReflect() protoreflect.Message
- func (x *CometInstance) Reset()
- func (x *CometInstance) String() string
- type CometResult
- type CometSpec
- func (*CometSpec) Descriptor() ([]byte, []int)deprecated
- func (x *CometSpec) GetSourceLanguage() string
- func (x *CometSpec) GetTargetLanguage() string
- func (x *CometSpec) GetVersion() CometSpec_CometVersion
- func (*CometSpec) ProtoMessage()
- func (x *CometSpec) ProtoReflect() protoreflect.Message
- func (x *CometSpec) Reset()
- func (x *CometSpec) String() string
- type CometSpec_CometVersion
- func (CometSpec_CometVersion) Descriptor() protoreflect.EnumDescriptor
- func (x CometSpec_CometVersion) Enum() *CometSpec_CometVersion
- func (CometSpec_CometVersion) EnumDescriptor() ([]byte, []int)deprecated
- func (x CometSpec_CometVersion) Number() protoreflect.EnumNumber
- func (x CometSpec_CometVersion) String() string
- func (CometSpec_CometVersion) Type() protoreflect.EnumType
- type CompleteTrialRequest
- func (*CompleteTrialRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompleteTrialRequest) GetFinalMeasurement() *Measurement
- func (x *CompleteTrialRequest) GetInfeasibleReason() string
- func (x *CompleteTrialRequest) GetName() string
- func (x *CompleteTrialRequest) GetTrialInfeasible() bool
- func (*CompleteTrialRequest) ProtoMessage()
- func (x *CompleteTrialRequest) ProtoReflect() protoreflect.Message
- func (x *CompleteTrialRequest) Reset()
- func (x *CompleteTrialRequest) String() string
- type CompletionStats
- func (*CompletionStats) Descriptor() ([]byte, []int)deprecated
- func (x *CompletionStats) GetFailedCount() int64
- func (x *CompletionStats) GetIncompleteCount() int64
- func (x *CompletionStats) GetSuccessfulCount() int64
- func (x *CompletionStats) GetSuccessfulForecastPointCount() int64
- func (*CompletionStats) ProtoMessage()
- func (x *CompletionStats) ProtoReflect() protoreflect.Message
- func (x *CompletionStats) Reset()
- func (x *CompletionStats) String() string
- type ComputationBasedMetricSpec
- func (*ComputationBasedMetricSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ComputationBasedMetricSpec) GetParameters() *structpb.Struct
- func (x *ComputationBasedMetricSpec) GetType() ComputationBasedMetricSpec_ComputationBasedMetricType
- func (*ComputationBasedMetricSpec) ProtoMessage()
- func (x *ComputationBasedMetricSpec) ProtoReflect() protoreflect.Message
- func (x *ComputationBasedMetricSpec) Reset()
- func (x *ComputationBasedMetricSpec) String() string
- type ComputationBasedMetricSpec_ComputationBasedMetricType
- func (ComputationBasedMetricSpec_ComputationBasedMetricType) Descriptor() protoreflect.EnumDescriptor
- func (x ComputationBasedMetricSpec_ComputationBasedMetricType) Enum() *ComputationBasedMetricSpec_ComputationBasedMetricType
- func (ComputationBasedMetricSpec_ComputationBasedMetricType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ComputationBasedMetricSpec_ComputationBasedMetricType) Number() protoreflect.EnumNumber
- func (x ComputationBasedMetricSpec_ComputationBasedMetricType) String() string
- func (ComputationBasedMetricSpec_ComputationBasedMetricType) Type() protoreflect.EnumType
- type ComputeTokensRequest
- func (*ComputeTokensRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ComputeTokensRequest) GetContents() []*Content
- func (x *ComputeTokensRequest) GetEndpoint() string
- func (x *ComputeTokensRequest) GetInstances() []*structpb.Value
- func (x *ComputeTokensRequest) GetModel() string
- func (*ComputeTokensRequest) ProtoMessage()
- func (x *ComputeTokensRequest) ProtoReflect() protoreflect.Message
- func (x *ComputeTokensRequest) Reset()
- func (x *ComputeTokensRequest) String() string
- type ComputeTokensResponse
- func (*ComputeTokensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ComputeTokensResponse) GetTokensInfo() []*TokensInfo
- func (*ComputeTokensResponse) ProtoMessage()
- func (x *ComputeTokensResponse) ProtoReflect() protoreflect.Message
- func (x *ComputeTokensResponse) Reset()
- func (x *ComputeTokensResponse) String() string
- type ContainerRegistryDestination
- func (*ContainerRegistryDestination) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerRegistryDestination) GetOutputUri() string
- func (*ContainerRegistryDestination) ProtoMessage()
- func (x *ContainerRegistryDestination) ProtoReflect() protoreflect.Message
- func (x *ContainerRegistryDestination) Reset()
- func (x *ContainerRegistryDestination) String() string
- type ContainerSpec
- func (*ContainerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerSpec) GetArgs() []string
- func (x *ContainerSpec) GetCommand() []string
- func (x *ContainerSpec) GetEnv() []*EnvVar
- func (x *ContainerSpec) GetImageUri() string
- func (*ContainerSpec) ProtoMessage()
- func (x *ContainerSpec) ProtoReflect() protoreflect.Message
- func (x *ContainerSpec) Reset()
- func (x *ContainerSpec) String() string
- type Content
- type ContentMap
- type ContentMap_Contents
- func (*ContentMap_Contents) Descriptor() ([]byte, []int)deprecated
- func (x *ContentMap_Contents) GetContents() []*Content
- func (*ContentMap_Contents) ProtoMessage()
- func (x *ContentMap_Contents) ProtoReflect() protoreflect.Message
- func (x *ContentMap_Contents) Reset()
- func (x *ContentMap_Contents) String() string
- type Context
- func (*Context) Descriptor() ([]byte, []int)deprecated
- func (x *Context) GetCreateTime() *timestamppb.Timestamp
- func (x *Context) GetDescription() string
- func (x *Context) GetDisplayName() string
- func (x *Context) GetEtag() string
- func (x *Context) GetLabels() map[string]string
- func (x *Context) GetMetadata() *structpb.Struct
- func (x *Context) GetName() string
- func (x *Context) GetParentContexts() []string
- func (x *Context) GetSchemaTitle() string
- func (x *Context) GetSchemaVersion() string
- func (x *Context) GetUpdateTime() *timestamppb.Timestamp
- func (*Context) ProtoMessage()
- func (x *Context) ProtoReflect() protoreflect.Message
- func (x *Context) Reset()
- func (x *Context) String() string
- type CopyModelOperationMetadata
- func (*CopyModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CopyModelOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CopyModelOperationMetadata) ProtoMessage()
- func (x *CopyModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CopyModelOperationMetadata) Reset()
- func (x *CopyModelOperationMetadata) String() string
- type CopyModelRequest
- func (*CopyModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CopyModelRequest) GetCustomServiceAccount() string
- func (x *CopyModelRequest) GetDestinationModel() isCopyModelRequest_DestinationModel
- func (x *CopyModelRequest) GetEncryptionSpec() *EncryptionSpec
- func (x *CopyModelRequest) GetModelId() string
- func (x *CopyModelRequest) GetParent() string
- func (x *CopyModelRequest) GetParentModel() string
- func (x *CopyModelRequest) GetSourceModel() string
- func (*CopyModelRequest) ProtoMessage()
- func (x *CopyModelRequest) ProtoReflect() protoreflect.Message
- func (x *CopyModelRequest) Reset()
- func (x *CopyModelRequest) String() string
- type CopyModelRequest_ModelId
- type CopyModelRequest_ParentModel
- type CopyModelResponse
- func (*CopyModelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CopyModelResponse) GetModel() string
- func (x *CopyModelResponse) GetModelVersionId() string
- func (*CopyModelResponse) ProtoMessage()
- func (x *CopyModelResponse) ProtoReflect() protoreflect.Message
- func (x *CopyModelResponse) Reset()
- func (x *CopyModelResponse) String() string
- type CorpusStatus
- func (*CorpusStatus) Descriptor() ([]byte, []int)deprecated
- func (x *CorpusStatus) GetErrorStatus() string
- func (x *CorpusStatus) GetState() CorpusStatus_State
- func (*CorpusStatus) ProtoMessage()
- func (x *CorpusStatus) ProtoReflect() protoreflect.Message
- func (x *CorpusStatus) Reset()
- func (x *CorpusStatus) String() string
- type CorpusStatus_State
- func (CorpusStatus_State) Descriptor() protoreflect.EnumDescriptor
- func (x CorpusStatus_State) Enum() *CorpusStatus_State
- func (CorpusStatus_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x CorpusStatus_State) Number() protoreflect.EnumNumber
- func (x CorpusStatus_State) String() string
- func (CorpusStatus_State) Type() protoreflect.EnumType
- type CorroborateContentRequest
- func (*CorroborateContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CorroborateContentRequest) GetContent() *Content
- func (x *CorroborateContentRequest) GetFacts() []*Fact
- func (x *CorroborateContentRequest) GetParameters() *CorroborateContentRequest_Parameters
- func (x *CorroborateContentRequest) GetParent() string
- func (*CorroborateContentRequest) ProtoMessage()
- func (x *CorroborateContentRequest) ProtoReflect() protoreflect.Message
- func (x *CorroborateContentRequest) Reset()
- func (x *CorroborateContentRequest) String() string
- type CorroborateContentRequest_Parameters
- func (*CorroborateContentRequest_Parameters) Descriptor() ([]byte, []int)deprecated
- func (x *CorroborateContentRequest_Parameters) GetCitationThreshold() float64
- func (*CorroborateContentRequest_Parameters) ProtoMessage()
- func (x *CorroborateContentRequest_Parameters) ProtoReflect() protoreflect.Message
- func (x *CorroborateContentRequest_Parameters) Reset()
- func (x *CorroborateContentRequest_Parameters) String() string
- type CorroborateContentResponse
- func (*CorroborateContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CorroborateContentResponse) GetClaims() []*Claim
- func (x *CorroborateContentResponse) GetCorroborationScore() float32
- func (*CorroborateContentResponse) ProtoMessage()
- func (x *CorroborateContentResponse) ProtoReflect() protoreflect.Message
- func (x *CorroborateContentResponse) Reset()
- func (x *CorroborateContentResponse) String() string
- type CountTokensRequest
- func (*CountTokensRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountTokensRequest) GetContents() []*Content
- func (x *CountTokensRequest) GetEndpoint() string
- func (x *CountTokensRequest) GetGenerationConfig() *GenerationConfig
- func (x *CountTokensRequest) GetInstances() []*structpb.Value
- func (x *CountTokensRequest) GetModel() string
- func (x *CountTokensRequest) GetSystemInstruction() *Content
- func (x *CountTokensRequest) GetTools() []*Tool
- func (*CountTokensRequest) ProtoMessage()
- func (x *CountTokensRequest) ProtoReflect() protoreflect.Message
- func (x *CountTokensRequest) Reset()
- func (x *CountTokensRequest) String() string
- type CountTokensResponse
- func (*CountTokensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountTokensResponse) GetPromptTokensDetails() []*ModalityTokenCount
- func (x *CountTokensResponse) GetTotalBillableCharacters() int32
- func (x *CountTokensResponse) GetTotalTokens() int32
- func (*CountTokensResponse) ProtoMessage()
- func (x *CountTokensResponse) ProtoReflect() protoreflect.Message
- func (x *CountTokensResponse) Reset()
- func (x *CountTokensResponse) String() string
- type CreateArtifactRequest
- func (*CreateArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateArtifactRequest) GetArtifact() *Artifact
- func (x *CreateArtifactRequest) GetArtifactId() string
- func (x *CreateArtifactRequest) GetParent() string
- func (*CreateArtifactRequest) ProtoMessage()
- func (x *CreateArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *CreateArtifactRequest) Reset()
- func (x *CreateArtifactRequest) String() string
- type CreateBatchPredictionJobRequest
- func (*CreateBatchPredictionJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBatchPredictionJobRequest) GetBatchPredictionJob() *BatchPredictionJob
- func (x *CreateBatchPredictionJobRequest) GetParent() string
- func (*CreateBatchPredictionJobRequest) ProtoMessage()
- func (x *CreateBatchPredictionJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBatchPredictionJobRequest) Reset()
- func (x *CreateBatchPredictionJobRequest) String() string
- type CreateCachedContentRequest
- func (*CreateCachedContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCachedContentRequest) GetCachedContent() *CachedContent
- func (x *CreateCachedContentRequest) GetParent() string
- func (*CreateCachedContentRequest) ProtoMessage()
- func (x *CreateCachedContentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCachedContentRequest) Reset()
- func (x *CreateCachedContentRequest) String() string
- type CreateContextRequest
- func (*CreateContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateContextRequest) GetContext() *Context
- func (x *CreateContextRequest) GetContextId() string
- func (x *CreateContextRequest) GetParent() string
- func (*CreateContextRequest) ProtoMessage()
- func (x *CreateContextRequest) ProtoReflect() protoreflect.Message
- func (x *CreateContextRequest) Reset()
- func (x *CreateContextRequest) String() string
- type CreateCustomJobRequest
- func (*CreateCustomJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCustomJobRequest) GetCustomJob() *CustomJob
- func (x *CreateCustomJobRequest) GetParent() string
- func (*CreateCustomJobRequest) ProtoMessage()
- func (x *CreateCustomJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCustomJobRequest) Reset()
- func (x *CreateCustomJobRequest) String() string
- type CreateDataLabelingJobRequest
- func (*CreateDataLabelingJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataLabelingJobRequest) GetDataLabelingJob() *DataLabelingJob
- func (x *CreateDataLabelingJobRequest) GetParent() string
- func (*CreateDataLabelingJobRequest) ProtoMessage()
- func (x *CreateDataLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataLabelingJobRequest) Reset()
- func (x *CreateDataLabelingJobRequest) String() string
- type CreateDatasetOperationMetadata
- func (*CreateDatasetOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDatasetOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateDatasetOperationMetadata) ProtoMessage()
- func (x *CreateDatasetOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateDatasetOperationMetadata) Reset()
- func (x *CreateDatasetOperationMetadata) String() string
- type CreateDatasetRequest
- func (*CreateDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDatasetRequest) GetDataset() *Dataset
- func (x *CreateDatasetRequest) GetParent() string
- func (*CreateDatasetRequest) ProtoMessage()
- func (x *CreateDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDatasetRequest) Reset()
- func (x *CreateDatasetRequest) String() string
- type CreateDatasetVersionOperationMetadata
- func (*CreateDatasetVersionOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDatasetVersionOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateDatasetVersionOperationMetadata) ProtoMessage()
- func (x *CreateDatasetVersionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateDatasetVersionOperationMetadata) Reset()
- func (x *CreateDatasetVersionOperationMetadata) String() string
- type CreateDatasetVersionRequest
- func (*CreateDatasetVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDatasetVersionRequest) GetDatasetVersion() *DatasetVersion
- func (x *CreateDatasetVersionRequest) GetParent() string
- func (*CreateDatasetVersionRequest) ProtoMessage()
- func (x *CreateDatasetVersionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDatasetVersionRequest) Reset()
- func (x *CreateDatasetVersionRequest) String() string
- type CreateDeploymentResourcePoolOperationMetadata
- func (*CreateDeploymentResourcePoolOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeploymentResourcePoolOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateDeploymentResourcePoolOperationMetadata) ProtoMessage()
- func (x *CreateDeploymentResourcePoolOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateDeploymentResourcePoolOperationMetadata) Reset()
- func (x *CreateDeploymentResourcePoolOperationMetadata) String() string
- type CreateDeploymentResourcePoolRequest
- func (*CreateDeploymentResourcePoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeploymentResourcePoolRequest) GetDeploymentResourcePool() *DeploymentResourcePool
- func (x *CreateDeploymentResourcePoolRequest) GetDeploymentResourcePoolId() string
- func (x *CreateDeploymentResourcePoolRequest) GetParent() string
- func (*CreateDeploymentResourcePoolRequest) ProtoMessage()
- func (x *CreateDeploymentResourcePoolRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeploymentResourcePoolRequest) Reset()
- func (x *CreateDeploymentResourcePoolRequest) String() string
- type CreateEndpointOperationMetadata
- func (*CreateEndpointOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEndpointOperationMetadata) GetDeploymentStage() DeploymentStage
- func (x *CreateEndpointOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateEndpointOperationMetadata) ProtoMessage()
- func (x *CreateEndpointOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateEndpointOperationMetadata) Reset()
- func (x *CreateEndpointOperationMetadata) String() string
- type CreateEndpointRequest
- func (*CreateEndpointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEndpointRequest) GetEndpoint() *Endpoint
- func (x *CreateEndpointRequest) GetEndpointId() string
- func (x *CreateEndpointRequest) GetParent() string
- func (*CreateEndpointRequest) ProtoMessage()
- func (x *CreateEndpointRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEndpointRequest) Reset()
- func (x *CreateEndpointRequest) String() string
- type CreateEntityTypeOperationMetadata
- func (*CreateEntityTypeOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntityTypeOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateEntityTypeOperationMetadata) ProtoMessage()
- func (x *CreateEntityTypeOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateEntityTypeOperationMetadata) Reset()
- func (x *CreateEntityTypeOperationMetadata) String() string
- type CreateEntityTypeRequest
- func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntityTypeRequest) GetEntityType() *EntityType
- func (x *CreateEntityTypeRequest) GetEntityTypeId() string
- func (x *CreateEntityTypeRequest) GetParent() string
- func (*CreateEntityTypeRequest) ProtoMessage()
- func (x *CreateEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntityTypeRequest) Reset()
- func (x *CreateEntityTypeRequest) String() string
- type CreateExecutionRequest
- func (*CreateExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExecutionRequest) GetExecution() *Execution
- func (x *CreateExecutionRequest) GetExecutionId() string
- func (x *CreateExecutionRequest) GetParent() string
- func (*CreateExecutionRequest) ProtoMessage()
- func (x *CreateExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateExecutionRequest) Reset()
- func (x *CreateExecutionRequest) String() string
- type CreateFeatureGroupOperationMetadata
- func (*CreateFeatureGroupOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureGroupOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateFeatureGroupOperationMetadata) ProtoMessage()
- func (x *CreateFeatureGroupOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureGroupOperationMetadata) Reset()
- func (x *CreateFeatureGroupOperationMetadata) String() string
- type CreateFeatureGroupRequest
- func (*CreateFeatureGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureGroupRequest) GetFeatureGroup() *FeatureGroup
- func (x *CreateFeatureGroupRequest) GetFeatureGroupId() string
- func (x *CreateFeatureGroupRequest) GetParent() string
- func (*CreateFeatureGroupRequest) ProtoMessage()
- func (x *CreateFeatureGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureGroupRequest) Reset()
- func (x *CreateFeatureGroupRequest) String() string
- type CreateFeatureOnlineStoreOperationMetadata
- func (*CreateFeatureOnlineStoreOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureOnlineStoreOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateFeatureOnlineStoreOperationMetadata) ProtoMessage()
- func (x *CreateFeatureOnlineStoreOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureOnlineStoreOperationMetadata) Reset()
- func (x *CreateFeatureOnlineStoreOperationMetadata) String() string
- type CreateFeatureOnlineStoreRequest
- func (*CreateFeatureOnlineStoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureOnlineStoreRequest) GetFeatureOnlineStore() *FeatureOnlineStore
- func (x *CreateFeatureOnlineStoreRequest) GetFeatureOnlineStoreId() string
- func (x *CreateFeatureOnlineStoreRequest) GetParent() string
- func (*CreateFeatureOnlineStoreRequest) ProtoMessage()
- func (x *CreateFeatureOnlineStoreRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureOnlineStoreRequest) Reset()
- func (x *CreateFeatureOnlineStoreRequest) String() string
- type CreateFeatureOperationMetadata
- func (*CreateFeatureOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateFeatureOperationMetadata) ProtoMessage()
- func (x *CreateFeatureOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureOperationMetadata) Reset()
- func (x *CreateFeatureOperationMetadata) String() string
- type CreateFeatureRequest
- func (*CreateFeatureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureRequest) GetFeature() *Feature
- func (x *CreateFeatureRequest) GetFeatureId() string
- func (x *CreateFeatureRequest) GetParent() string
- func (*CreateFeatureRequest) ProtoMessage()
- func (x *CreateFeatureRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureRequest) Reset()
- func (x *CreateFeatureRequest) String() string
- type CreateFeatureViewOperationMetadata
- func (*CreateFeatureViewOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureViewOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateFeatureViewOperationMetadata) ProtoMessage()
- func (x *CreateFeatureViewOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureViewOperationMetadata) Reset()
- func (x *CreateFeatureViewOperationMetadata) String() string
- type CreateFeatureViewRequest
- func (*CreateFeatureViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeatureViewRequest) GetFeatureView() *FeatureView
- func (x *CreateFeatureViewRequest) GetFeatureViewId() string
- func (x *CreateFeatureViewRequest) GetParent() string
- func (x *CreateFeatureViewRequest) GetRunSyncImmediately() bool
- func (*CreateFeatureViewRequest) ProtoMessage()
- func (x *CreateFeatureViewRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFeatureViewRequest) Reset()
- func (x *CreateFeatureViewRequest) String() string
- type CreateFeaturestoreOperationMetadata
- func (*CreateFeaturestoreOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeaturestoreOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateFeaturestoreOperationMetadata) ProtoMessage()
- func (x *CreateFeaturestoreOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateFeaturestoreOperationMetadata) Reset()
- func (x *CreateFeaturestoreOperationMetadata) String() string
- type CreateFeaturestoreRequest
- func (*CreateFeaturestoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeaturestoreRequest) GetFeaturestore() *Featurestore
- func (x *CreateFeaturestoreRequest) GetFeaturestoreId() string
- func (x *CreateFeaturestoreRequest) GetParent() string
- func (*CreateFeaturestoreRequest) ProtoMessage()
- func (x *CreateFeaturestoreRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFeaturestoreRequest) Reset()
- func (x *CreateFeaturestoreRequest) String() string
- type CreateHyperparameterTuningJobRequest
- func (*CreateHyperparameterTuningJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateHyperparameterTuningJobRequest) GetHyperparameterTuningJob() *HyperparameterTuningJob
- func (x *CreateHyperparameterTuningJobRequest) GetParent() string
- func (*CreateHyperparameterTuningJobRequest) ProtoMessage()
- func (x *CreateHyperparameterTuningJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateHyperparameterTuningJobRequest) Reset()
- func (x *CreateHyperparameterTuningJobRequest) String() string
- type CreateIndexEndpointOperationMetadata
- func (*CreateIndexEndpointOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIndexEndpointOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateIndexEndpointOperationMetadata) ProtoMessage()
- func (x *CreateIndexEndpointOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateIndexEndpointOperationMetadata) Reset()
- func (x *CreateIndexEndpointOperationMetadata) String() string
- type CreateIndexEndpointRequest
- func (*CreateIndexEndpointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIndexEndpointRequest) GetIndexEndpoint() *IndexEndpoint
- func (x *CreateIndexEndpointRequest) GetParent() string
- func (*CreateIndexEndpointRequest) ProtoMessage()
- func (x *CreateIndexEndpointRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIndexEndpointRequest) Reset()
- func (x *CreateIndexEndpointRequest) String() string
- type CreateIndexOperationMetadata
- func (*CreateIndexOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIndexOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *CreateIndexOperationMetadata) GetNearestNeighborSearchOperationMetadata() *NearestNeighborSearchOperationMetadata
- func (*CreateIndexOperationMetadata) ProtoMessage()
- func (x *CreateIndexOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateIndexOperationMetadata) Reset()
- func (x *CreateIndexOperationMetadata) String() string
- type CreateIndexRequest
- func (*CreateIndexRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIndexRequest) GetIndex() *Index
- func (x *CreateIndexRequest) GetParent() string
- func (*CreateIndexRequest) ProtoMessage()
- func (x *CreateIndexRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIndexRequest) Reset()
- func (x *CreateIndexRequest) String() string
- type CreateMetadataSchemaRequest
- func (*CreateMetadataSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMetadataSchemaRequest) GetMetadataSchema() *MetadataSchema
- func (x *CreateMetadataSchemaRequest) GetMetadataSchemaId() string
- func (x *CreateMetadataSchemaRequest) GetParent() string
- func (*CreateMetadataSchemaRequest) ProtoMessage()
- func (x *CreateMetadataSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMetadataSchemaRequest) Reset()
- func (x *CreateMetadataSchemaRequest) String() string
- type CreateMetadataStoreOperationMetadata
- func (*CreateMetadataStoreOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMetadataStoreOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateMetadataStoreOperationMetadata) ProtoMessage()
- func (x *CreateMetadataStoreOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateMetadataStoreOperationMetadata) Reset()
- func (x *CreateMetadataStoreOperationMetadata) String() string
- type CreateMetadataStoreRequest
- func (*CreateMetadataStoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMetadataStoreRequest) GetMetadataStore() *MetadataStore
- func (x *CreateMetadataStoreRequest) GetMetadataStoreId() string
- func (x *CreateMetadataStoreRequest) GetParent() string
- func (*CreateMetadataStoreRequest) ProtoMessage()
- func (x *CreateMetadataStoreRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMetadataStoreRequest) Reset()
- func (x *CreateMetadataStoreRequest) String() string
- type CreateModelDeploymentMonitoringJobRequest
- func (*CreateModelDeploymentMonitoringJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateModelDeploymentMonitoringJobRequest) GetModelDeploymentMonitoringJob() *ModelDeploymentMonitoringJob
- func (x *CreateModelDeploymentMonitoringJobRequest) GetParent() string
- func (*CreateModelDeploymentMonitoringJobRequest) ProtoMessage()
- func (x *CreateModelDeploymentMonitoringJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateModelDeploymentMonitoringJobRequest) Reset()
- func (x *CreateModelDeploymentMonitoringJobRequest) String() string
- type CreateNasJobRequest
- func (*CreateNasJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNasJobRequest) GetNasJob() *NasJob
- func (x *CreateNasJobRequest) GetParent() string
- func (*CreateNasJobRequest) ProtoMessage()
- func (x *CreateNasJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNasJobRequest) Reset()
- func (x *CreateNasJobRequest) String() string
- type CreateNotebookExecutionJobOperationMetadata
- func (*CreateNotebookExecutionJobOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNotebookExecutionJobOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *CreateNotebookExecutionJobOperationMetadata) GetProgressMessage() string
- func (*CreateNotebookExecutionJobOperationMetadata) ProtoMessage()
- func (x *CreateNotebookExecutionJobOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateNotebookExecutionJobOperationMetadata) Reset()
- func (x *CreateNotebookExecutionJobOperationMetadata) String() string
- type CreateNotebookExecutionJobRequest
- func (*CreateNotebookExecutionJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNotebookExecutionJobRequest) GetNotebookExecutionJob() *NotebookExecutionJob
- func (x *CreateNotebookExecutionJobRequest) GetNotebookExecutionJobId() string
- func (x *CreateNotebookExecutionJobRequest) GetParent() string
- func (*CreateNotebookExecutionJobRequest) ProtoMessage()
- func (x *CreateNotebookExecutionJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNotebookExecutionJobRequest) Reset()
- func (x *CreateNotebookExecutionJobRequest) String() string
- type CreateNotebookRuntimeTemplateOperationMetadata
- func (*CreateNotebookRuntimeTemplateOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNotebookRuntimeTemplateOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateNotebookRuntimeTemplateOperationMetadata) ProtoMessage()
- func (x *CreateNotebookRuntimeTemplateOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateNotebookRuntimeTemplateOperationMetadata) Reset()
- func (x *CreateNotebookRuntimeTemplateOperationMetadata) String() string
- type CreateNotebookRuntimeTemplateRequest
- func (*CreateNotebookRuntimeTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNotebookRuntimeTemplateRequest) GetNotebookRuntimeTemplate() *NotebookRuntimeTemplate
- func (x *CreateNotebookRuntimeTemplateRequest) GetNotebookRuntimeTemplateId() string
- func (x *CreateNotebookRuntimeTemplateRequest) GetParent() string
- func (*CreateNotebookRuntimeTemplateRequest) ProtoMessage()
- func (x *CreateNotebookRuntimeTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNotebookRuntimeTemplateRequest) Reset()
- func (x *CreateNotebookRuntimeTemplateRequest) String() string
- type CreatePersistentResourceOperationMetadata
- func (*CreatePersistentResourceOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePersistentResourceOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *CreatePersistentResourceOperationMetadata) GetProgressMessage() string
- func (*CreatePersistentResourceOperationMetadata) ProtoMessage()
- func (x *CreatePersistentResourceOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreatePersistentResourceOperationMetadata) Reset()
- func (x *CreatePersistentResourceOperationMetadata) String() string
- type CreatePersistentResourceRequest
- func (*CreatePersistentResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePersistentResourceRequest) GetParent() string
- func (x *CreatePersistentResourceRequest) GetPersistentResource() *PersistentResource
- func (x *CreatePersistentResourceRequest) GetPersistentResourceId() string
- func (*CreatePersistentResourceRequest) ProtoMessage()
- func (x *CreatePersistentResourceRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePersistentResourceRequest) Reset()
- func (x *CreatePersistentResourceRequest) String() string
- type CreatePipelineJobRequest
- func (*CreatePipelineJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePipelineJobRequest) GetParent() string
- func (x *CreatePipelineJobRequest) GetPipelineJob() *PipelineJob
- func (x *CreatePipelineJobRequest) GetPipelineJobId() string
- func (*CreatePipelineJobRequest) ProtoMessage()
- func (x *CreatePipelineJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePipelineJobRequest) Reset()
- func (x *CreatePipelineJobRequest) String() string
- type CreateRagCorpusOperationMetadata
- func (*CreateRagCorpusOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRagCorpusOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateRagCorpusOperationMetadata) ProtoMessage()
- func (x *CreateRagCorpusOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateRagCorpusOperationMetadata) Reset()
- func (x *CreateRagCorpusOperationMetadata) String() string
- type CreateRagCorpusRequest
- func (*CreateRagCorpusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRagCorpusRequest) GetParent() string
- func (x *CreateRagCorpusRequest) GetRagCorpus() *RagCorpus
- func (*CreateRagCorpusRequest) ProtoMessage()
- func (x *CreateRagCorpusRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRagCorpusRequest) Reset()
- func (x *CreateRagCorpusRequest) String() string
- type CreateReasoningEngineOperationMetadata
- func (*CreateReasoningEngineOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateReasoningEngineOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateReasoningEngineOperationMetadata) ProtoMessage()
- func (x *CreateReasoningEngineOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateReasoningEngineOperationMetadata) Reset()
- func (x *CreateReasoningEngineOperationMetadata) String() string
- type CreateReasoningEngineRequest
- func (*CreateReasoningEngineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateReasoningEngineRequest) GetParent() string
- func (x *CreateReasoningEngineRequest) GetReasoningEngine() *ReasoningEngine
- func (*CreateReasoningEngineRequest) ProtoMessage()
- func (x *CreateReasoningEngineRequest) ProtoReflect() protoreflect.Message
- func (x *CreateReasoningEngineRequest) Reset()
- func (x *CreateReasoningEngineRequest) String() string
- type CreateRegistryFeatureOperationMetadata
- func (*CreateRegistryFeatureOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRegistryFeatureOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateRegistryFeatureOperationMetadata) ProtoMessage()
- func (x *CreateRegistryFeatureOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateRegistryFeatureOperationMetadata) Reset()
- func (x *CreateRegistryFeatureOperationMetadata) String() string
- type CreateScheduleRequest
- func (*CreateScheduleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateScheduleRequest) GetParent() string
- func (x *CreateScheduleRequest) GetSchedule() *Schedule
- func (*CreateScheduleRequest) ProtoMessage()
- func (x *CreateScheduleRequest) ProtoReflect() protoreflect.Message
- func (x *CreateScheduleRequest) Reset()
- func (x *CreateScheduleRequest) String() string
- type CreateSessionOperationMetadata
- func (*CreateSessionOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSessionOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateSessionOperationMetadata) ProtoMessage()
- func (x *CreateSessionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateSessionOperationMetadata) Reset()
- func (x *CreateSessionOperationMetadata) String() string
- type CreateSessionRequest
- func (*CreateSessionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSessionRequest) GetParent() string
- func (x *CreateSessionRequest) GetSession() *Session
- func (x *CreateSessionRequest) GetSessionId() string
- func (*CreateSessionRequest) ProtoMessage()
- func (x *CreateSessionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSessionRequest) Reset()
- func (x *CreateSessionRequest) String() string
- type CreateSpecialistPoolOperationMetadata
- func (*CreateSpecialistPoolOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSpecialistPoolOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateSpecialistPoolOperationMetadata) ProtoMessage()
- func (x *CreateSpecialistPoolOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateSpecialistPoolOperationMetadata) Reset()
- func (x *CreateSpecialistPoolOperationMetadata) String() string
- type CreateSpecialistPoolRequest
- func (*CreateSpecialistPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSpecialistPoolRequest) GetParent() string
- func (x *CreateSpecialistPoolRequest) GetSpecialistPool() *SpecialistPool
- func (*CreateSpecialistPoolRequest) ProtoMessage()
- func (x *CreateSpecialistPoolRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSpecialistPoolRequest) Reset()
- func (x *CreateSpecialistPoolRequest) String() string
- type CreateStudyRequest
- func (*CreateStudyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateStudyRequest) GetParent() string
- func (x *CreateStudyRequest) GetStudy() *Study
- func (*CreateStudyRequest) ProtoMessage()
- func (x *CreateStudyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateStudyRequest) Reset()
- func (x *CreateStudyRequest) String() string
- type CreateTensorboardExperimentRequest
- func (*CreateTensorboardExperimentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTensorboardExperimentRequest) GetParent() string
- func (x *CreateTensorboardExperimentRequest) GetTensorboardExperiment() *TensorboardExperiment
- func (x *CreateTensorboardExperimentRequest) GetTensorboardExperimentId() string
- func (*CreateTensorboardExperimentRequest) ProtoMessage()
- func (x *CreateTensorboardExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTensorboardExperimentRequest) Reset()
- func (x *CreateTensorboardExperimentRequest) String() string
- type CreateTensorboardOperationMetadata
- func (*CreateTensorboardOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTensorboardOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*CreateTensorboardOperationMetadata) ProtoMessage()
- func (x *CreateTensorboardOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateTensorboardOperationMetadata) Reset()
- func (x *CreateTensorboardOperationMetadata) String() string
- type CreateTensorboardRequest
- func (*CreateTensorboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTensorboardRequest) GetParent() string
- func (x *CreateTensorboardRequest) GetTensorboard() *Tensorboard
- func (*CreateTensorboardRequest) ProtoMessage()
- func (x *CreateTensorboardRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTensorboardRequest) Reset()
- func (x *CreateTensorboardRequest) String() string
- type CreateTensorboardRunRequest
- func (*CreateTensorboardRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTensorboardRunRequest) GetParent() string
- func (x *CreateTensorboardRunRequest) GetTensorboardRun() *TensorboardRun
- func (x *CreateTensorboardRunRequest) GetTensorboardRunId() string
- func (*CreateTensorboardRunRequest) ProtoMessage()
- func (x *CreateTensorboardRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTensorboardRunRequest) Reset()
- func (x *CreateTensorboardRunRequest) String() string
- type CreateTensorboardTimeSeriesRequest
- func (*CreateTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTensorboardTimeSeriesRequest) GetParent() string
- func (x *CreateTensorboardTimeSeriesRequest) GetTensorboardTimeSeries() *TensorboardTimeSeries
- func (x *CreateTensorboardTimeSeriesRequest) GetTensorboardTimeSeriesId() string
- func (*CreateTensorboardTimeSeriesRequest) ProtoMessage()
- func (x *CreateTensorboardTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTensorboardTimeSeriesRequest) Reset()
- func (x *CreateTensorboardTimeSeriesRequest) String() string
- type CreateTrainingPipelineRequest
- func (*CreateTrainingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTrainingPipelineRequest) GetParent() string
- func (x *CreateTrainingPipelineRequest) GetTrainingPipeline() *TrainingPipeline
- func (*CreateTrainingPipelineRequest) ProtoMessage()
- func (x *CreateTrainingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTrainingPipelineRequest) Reset()
- func (x *CreateTrainingPipelineRequest) String() string
- type CreateTrialRequest
- func (*CreateTrialRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTrialRequest) GetParent() string
- func (x *CreateTrialRequest) GetTrial() *Trial
- func (*CreateTrialRequest) ProtoMessage()
- func (x *CreateTrialRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTrialRequest) Reset()
- func (x *CreateTrialRequest) String() string
- type CreateTuningJobRequest
- func (*CreateTuningJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTuningJobRequest) GetParent() string
- func (x *CreateTuningJobRequest) GetTuningJob() *TuningJob
- func (*CreateTuningJobRequest) ProtoMessage()
- func (x *CreateTuningJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTuningJobRequest) Reset()
- func (x *CreateTuningJobRequest) String() string
- type CsvDestination
- type CsvSource
- type CustomJob
- func (*CustomJob) Descriptor() ([]byte, []int)deprecated
- func (x *CustomJob) GetCreateTime() *timestamppb.Timestamp
- func (x *CustomJob) GetDisplayName() string
- func (x *CustomJob) GetEncryptionSpec() *EncryptionSpec
- func (x *CustomJob) GetEndTime() *timestamppb.Timestamp
- func (x *CustomJob) GetError() *status.Status
- func (x *CustomJob) GetJobSpec() *CustomJobSpec
- func (x *CustomJob) GetLabels() map[string]string
- func (x *CustomJob) GetName() string
- func (x *CustomJob) GetSatisfiesPzi() bool
- func (x *CustomJob) GetSatisfiesPzs() bool
- func (x *CustomJob) GetStartTime() *timestamppb.Timestamp
- func (x *CustomJob) GetState() JobState
- func (x *CustomJob) GetUpdateTime() *timestamppb.Timestamp
- func (x *CustomJob) GetWebAccessUris() map[string]string
- func (*CustomJob) ProtoMessage()
- func (x *CustomJob) ProtoReflect() protoreflect.Message
- func (x *CustomJob) Reset()
- func (x *CustomJob) String() string
- type CustomJobSpec
- func (*CustomJobSpec) Descriptor() ([]byte, []int)deprecated
- func (x *CustomJobSpec) GetBaseOutputDirectory() *GcsDestination
- func (x *CustomJobSpec) GetEnableDashboardAccess() bool
- func (x *CustomJobSpec) GetEnableWebAccess() bool
- func (x *CustomJobSpec) GetExperiment() string
- func (x *CustomJobSpec) GetExperimentRun() string
- func (x *CustomJobSpec) GetModels() []string
- func (x *CustomJobSpec) GetNetwork() string
- func (x *CustomJobSpec) GetPersistentResourceId() string
- func (x *CustomJobSpec) GetProtectedArtifactLocationId() string
- func (x *CustomJobSpec) GetPscInterfaceConfig() *PscInterfaceConfig
- func (x *CustomJobSpec) GetReservedIpRanges() []string
- func (x *CustomJobSpec) GetScheduling() *Scheduling
- func (x *CustomJobSpec) GetServiceAccount() string
- func (x *CustomJobSpec) GetTensorboard() string
- func (x *CustomJobSpec) GetWorkerPoolSpecs() []*WorkerPoolSpec
- func (*CustomJobSpec) ProtoMessage()
- func (x *CustomJobSpec) ProtoReflect() protoreflect.Message
- func (x *CustomJobSpec) Reset()
- func (x *CustomJobSpec) String() string
- type CustomOutput
- func (*CustomOutput) Descriptor() ([]byte, []int)deprecated
- func (x *CustomOutput) GetCustomOutput() isCustomOutput_CustomOutput
- func (x *CustomOutput) GetRawOutputs() *RawOutput
- func (*CustomOutput) ProtoMessage()
- func (x *CustomOutput) ProtoReflect() protoreflect.Message
- func (x *CustomOutput) Reset()
- func (x *CustomOutput) String() string
- type CustomOutputFormatConfig
- func (*CustomOutputFormatConfig) Descriptor() ([]byte, []int)deprecated
- func (x *CustomOutputFormatConfig) GetCustomOutputFormatConfig() isCustomOutputFormatConfig_CustomOutputFormatConfig
- func (x *CustomOutputFormatConfig) GetReturnRawOutput() bool
- func (*CustomOutputFormatConfig) ProtoMessage()
- func (x *CustomOutputFormatConfig) ProtoReflect() protoreflect.Message
- func (x *CustomOutputFormatConfig) Reset()
- func (x *CustomOutputFormatConfig) String() string
- type CustomOutputFormatConfig_ReturnRawOutput
- type CustomOutput_RawOutputs
- type DataFoundryServiceClient
- type DataFoundryServiceServer
- type DataItem
- func (*DataItem) Descriptor() ([]byte, []int)deprecated
- func (x *DataItem) GetCreateTime() *timestamppb.Timestamp
- func (x *DataItem) GetEtag() string
- func (x *DataItem) GetLabels() map[string]string
- func (x *DataItem) GetName() string
- func (x *DataItem) GetPayload() *structpb.Value
- func (x *DataItem) GetSatisfiesPzi() bool
- func (x *DataItem) GetSatisfiesPzs() bool
- func (x *DataItem) GetUpdateTime() *timestamppb.Timestamp
- func (*DataItem) ProtoMessage()
- func (x *DataItem) ProtoReflect() protoreflect.Message
- func (x *DataItem) Reset()
- func (x *DataItem) String() string
- type DataItemView
- func (*DataItemView) Descriptor() ([]byte, []int)deprecated
- func (x *DataItemView) GetAnnotations() []*Annotation
- func (x *DataItemView) GetDataItem() *DataItem
- func (x *DataItemView) GetHasTruncatedAnnotations() bool
- func (*DataItemView) ProtoMessage()
- func (x *DataItemView) ProtoReflect() protoreflect.Message
- func (x *DataItemView) Reset()
- func (x *DataItemView) String() string
- type DataLabelingJob
- func (*DataLabelingJob) Descriptor() ([]byte, []int)deprecated
- func (x *DataLabelingJob) GetActiveLearningConfig() *ActiveLearningConfig
- func (x *DataLabelingJob) GetAnnotationLabels() map[string]string
- func (x *DataLabelingJob) GetCreateTime() *timestamppb.Timestamp
- func (x *DataLabelingJob) GetCurrentSpend() *money.Money
- func (x *DataLabelingJob) GetDatasets() []string
- func (x *DataLabelingJob) GetDisplayName() string
- func (x *DataLabelingJob) GetEncryptionSpec() *EncryptionSpec
- func (x *DataLabelingJob) GetError() *status.Status
- func (x *DataLabelingJob) GetInputs() *structpb.Value
- func (x *DataLabelingJob) GetInputsSchemaUri() string
- func (x *DataLabelingJob) GetInstructionUri() string
- func (x *DataLabelingJob) GetLabelerCount() int32
- func (x *DataLabelingJob) GetLabelingProgress() int32
- func (x *DataLabelingJob) GetLabels() map[string]string
- func (x *DataLabelingJob) GetName() string
- func (x *DataLabelingJob) GetSpecialistPools() []string
- func (x *DataLabelingJob) GetState() JobState
- func (x *DataLabelingJob) GetUpdateTime() *timestamppb.Timestamp
- func (*DataLabelingJob) ProtoMessage()
- func (x *DataLabelingJob) ProtoReflect() protoreflect.Message
- func (x *DataLabelingJob) Reset()
- func (x *DataLabelingJob) String() string
- type Dataset
- func (*Dataset) Descriptor() ([]byte, []int)deprecated
- func (x *Dataset) GetCreateTime() *timestamppb.Timestamp
- func (x *Dataset) GetDataItemCount() int64
- func (x *Dataset) GetDescription() string
- func (x *Dataset) GetDisplayName() string
- func (x *Dataset) GetEncryptionSpec() *EncryptionSpec
- func (x *Dataset) GetEtag() string
- func (x *Dataset) GetLabels() map[string]string
- func (x *Dataset) GetMetadata() *structpb.Value
- func (x *Dataset) GetMetadataArtifact() string
- func (x *Dataset) GetMetadataSchemaUri() string
- func (x *Dataset) GetModelReference() string
- func (x *Dataset) GetName() string
- func (x *Dataset) GetSatisfiesPzi() bool
- func (x *Dataset) GetSatisfiesPzs() bool
- func (x *Dataset) GetSavedQueries() []*SavedQuery
- func (x *Dataset) GetUpdateTime() *timestamppb.Timestamp
- func (*Dataset) ProtoMessage()
- func (x *Dataset) ProtoReflect() protoreflect.Message
- func (x *Dataset) Reset()
- func (x *Dataset) String() string
- type DatasetServiceClient
- type DatasetServiceServer
- type DatasetVersion
- func (*DatasetVersion) Descriptor() ([]byte, []int)deprecated
- func (x *DatasetVersion) GetBigQueryDatasetName() string
- func (x *DatasetVersion) GetCreateTime() *timestamppb.Timestamp
- func (x *DatasetVersion) GetDisplayName() string
- func (x *DatasetVersion) GetEtag() string
- func (x *DatasetVersion) GetMetadata() *structpb.Value
- func (x *DatasetVersion) GetModelReference() string
- func (x *DatasetVersion) GetName() string
- func (x *DatasetVersion) GetSatisfiesPzi() bool
- func (x *DatasetVersion) GetSatisfiesPzs() bool
- func (x *DatasetVersion) GetUpdateTime() *timestamppb.Timestamp
- func (*DatasetVersion) ProtoMessage()
- func (x *DatasetVersion) ProtoReflect() protoreflect.Message
- func (x *DatasetVersion) Reset()
- func (x *DatasetVersion) String() string
- type DedicatedResources
- func (*DedicatedResources) Descriptor() ([]byte, []int)deprecated
- func (x *DedicatedResources) GetAutoscalingMetricSpecs() []*AutoscalingMetricSpec
- func (x *DedicatedResources) GetMachineSpec() *MachineSpec
- func (x *DedicatedResources) GetMaxReplicaCount() int32
- func (x *DedicatedResources) GetMinReplicaCount() int32
- func (x *DedicatedResources) GetRequiredReplicaCount() int32
- func (x *DedicatedResources) GetSpot() bool
- func (*DedicatedResources) ProtoMessage()
- func (x *DedicatedResources) ProtoReflect() protoreflect.Message
- func (x *DedicatedResources) Reset()
- func (x *DedicatedResources) String() string
- type DeleteArtifactRequest
- func (*DeleteArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteArtifactRequest) GetEtag() string
- func (x *DeleteArtifactRequest) GetName() string
- func (*DeleteArtifactRequest) ProtoMessage()
- func (x *DeleteArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteArtifactRequest) Reset()
- func (x *DeleteArtifactRequest) String() string
- type DeleteBatchPredictionJobRequest
- func (*DeleteBatchPredictionJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBatchPredictionJobRequest) GetName() string
- func (*DeleteBatchPredictionJobRequest) ProtoMessage()
- func (x *DeleteBatchPredictionJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBatchPredictionJobRequest) Reset()
- func (x *DeleteBatchPredictionJobRequest) String() string
- type DeleteCachedContentRequest
- func (*DeleteCachedContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCachedContentRequest) GetName() string
- func (*DeleteCachedContentRequest) ProtoMessage()
- func (x *DeleteCachedContentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCachedContentRequest) Reset()
- func (x *DeleteCachedContentRequest) String() string
- type DeleteContextRequest
- func (*DeleteContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteContextRequest) GetEtag() string
- func (x *DeleteContextRequest) GetForce() bool
- func (x *DeleteContextRequest) GetName() string
- func (*DeleteContextRequest) ProtoMessage()
- func (x *DeleteContextRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteContextRequest) Reset()
- func (x *DeleteContextRequest) String() string
- type DeleteCustomJobRequest
- func (*DeleteCustomJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCustomJobRequest) GetName() string
- func (*DeleteCustomJobRequest) ProtoMessage()
- func (x *DeleteCustomJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCustomJobRequest) Reset()
- func (x *DeleteCustomJobRequest) String() string
- type DeleteDataLabelingJobRequest
- func (*DeleteDataLabelingJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataLabelingJobRequest) GetName() string
- func (*DeleteDataLabelingJobRequest) ProtoMessage()
- func (x *DeleteDataLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDataLabelingJobRequest) Reset()
- func (x *DeleteDataLabelingJobRequest) String() string
- type DeleteDatasetRequest
- func (*DeleteDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDatasetRequest) GetName() string
- func (*DeleteDatasetRequest) ProtoMessage()
- func (x *DeleteDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDatasetRequest) Reset()
- func (x *DeleteDatasetRequest) String() string
- type DeleteDatasetVersionRequest
- func (*DeleteDatasetVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDatasetVersionRequest) GetName() string
- func (*DeleteDatasetVersionRequest) ProtoMessage()
- func (x *DeleteDatasetVersionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDatasetVersionRequest) Reset()
- func (x *DeleteDatasetVersionRequest) String() string
- type DeleteDeploymentResourcePoolRequest
- func (*DeleteDeploymentResourcePoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDeploymentResourcePoolRequest) GetName() string
- func (*DeleteDeploymentResourcePoolRequest) ProtoMessage()
- func (x *DeleteDeploymentResourcePoolRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDeploymentResourcePoolRequest) Reset()
- func (x *DeleteDeploymentResourcePoolRequest) String() string
- type DeleteEndpointRequest
- func (*DeleteEndpointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEndpointRequest) GetName() string
- func (*DeleteEndpointRequest) ProtoMessage()
- func (x *DeleteEndpointRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEndpointRequest) Reset()
- func (x *DeleteEndpointRequest) String() string
- type DeleteEntityTypeRequest
- func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntityTypeRequest) GetForce() bool
- func (x *DeleteEntityTypeRequest) GetName() string
- func (*DeleteEntityTypeRequest) ProtoMessage()
- func (x *DeleteEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntityTypeRequest) Reset()
- func (x *DeleteEntityTypeRequest) String() string
- type DeleteExecutionRequest
- func (*DeleteExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteExecutionRequest) GetEtag() string
- func (x *DeleteExecutionRequest) GetName() string
- func (*DeleteExecutionRequest) ProtoMessage()
- func (x *DeleteExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteExecutionRequest) Reset()
- func (x *DeleteExecutionRequest) String() string
- type DeleteFeatureGroupRequest
- func (*DeleteFeatureGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureGroupRequest) GetForce() bool
- func (x *DeleteFeatureGroupRequest) GetName() string
- func (*DeleteFeatureGroupRequest) ProtoMessage()
- func (x *DeleteFeatureGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureGroupRequest) Reset()
- func (x *DeleteFeatureGroupRequest) String() string
- type DeleteFeatureOnlineStoreRequest
- func (*DeleteFeatureOnlineStoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureOnlineStoreRequest) GetForce() bool
- func (x *DeleteFeatureOnlineStoreRequest) GetName() string
- func (*DeleteFeatureOnlineStoreRequest) ProtoMessage()
- func (x *DeleteFeatureOnlineStoreRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureOnlineStoreRequest) Reset()
- func (x *DeleteFeatureOnlineStoreRequest) String() string
- type DeleteFeatureRequest
- func (*DeleteFeatureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureRequest) GetName() string
- func (*DeleteFeatureRequest) ProtoMessage()
- func (x *DeleteFeatureRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureRequest) Reset()
- func (x *DeleteFeatureRequest) String() string
- type DeleteFeatureValuesOperationMetadata
- func (*DeleteFeatureValuesOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureValuesOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*DeleteFeatureValuesOperationMetadata) ProtoMessage()
- func (x *DeleteFeatureValuesOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureValuesOperationMetadata) Reset()
- func (x *DeleteFeatureValuesOperationMetadata) String() string
- type DeleteFeatureValuesRequest
- func (*DeleteFeatureValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureValuesRequest) GetDeleteOption() isDeleteFeatureValuesRequest_DeleteOption
- func (x *DeleteFeatureValuesRequest) GetEntityType() string
- func (x *DeleteFeatureValuesRequest) GetSelectEntity() *DeleteFeatureValuesRequest_SelectEntity
- func (x *DeleteFeatureValuesRequest) GetSelectTimeRangeAndFeature() *DeleteFeatureValuesRequest_SelectTimeRangeAndFeature
- func (*DeleteFeatureValuesRequest) ProtoMessage()
- func (x *DeleteFeatureValuesRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureValuesRequest) Reset()
- func (x *DeleteFeatureValuesRequest) String() string
- type DeleteFeatureValuesRequest_SelectEntity
- func (*DeleteFeatureValuesRequest_SelectEntity) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureValuesRequest_SelectEntity) GetEntityIdSelector() *EntityIdSelector
- func (*DeleteFeatureValuesRequest_SelectEntity) ProtoMessage()
- func (x *DeleteFeatureValuesRequest_SelectEntity) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureValuesRequest_SelectEntity) Reset()
- func (x *DeleteFeatureValuesRequest_SelectEntity) String() string
- type DeleteFeatureValuesRequest_SelectEntity_
- type DeleteFeatureValuesRequest_SelectTimeRangeAndFeature
- func (*DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) GetFeatureSelector() *FeatureSelector
- func (x *DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) GetSkipOnlineStorageDelete() bool
- func (x *DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) GetTimeRange() *interval.Interval
- func (*DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) ProtoMessage()
- func (x *DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) Reset()
- func (x *DeleteFeatureValuesRequest_SelectTimeRangeAndFeature) String() string
- type DeleteFeatureValuesRequest_SelectTimeRangeAndFeature_
- type DeleteFeatureValuesResponse
- func (*DeleteFeatureValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureValuesResponse) GetResponse() isDeleteFeatureValuesResponse_Response
- func (x *DeleteFeatureValuesResponse) GetSelectEntity() *DeleteFeatureValuesResponse_SelectEntity
- func (x *DeleteFeatureValuesResponse) GetSelectTimeRangeAndFeature() *DeleteFeatureValuesResponse_SelectTimeRangeAndFeature
- func (*DeleteFeatureValuesResponse) ProtoMessage()
- func (x *DeleteFeatureValuesResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureValuesResponse) Reset()
- func (x *DeleteFeatureValuesResponse) String() string
- type DeleteFeatureValuesResponse_SelectEntity
- func (*DeleteFeatureValuesResponse_SelectEntity) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureValuesResponse_SelectEntity) GetOfflineStorageDeletedEntityRowCount() int64
- func (x *DeleteFeatureValuesResponse_SelectEntity) GetOnlineStorageDeletedEntityCount() int64
- func (*DeleteFeatureValuesResponse_SelectEntity) ProtoMessage()
- func (x *DeleteFeatureValuesResponse_SelectEntity) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureValuesResponse_SelectEntity) Reset()
- func (x *DeleteFeatureValuesResponse_SelectEntity) String() string
- type DeleteFeatureValuesResponse_SelectEntity_
- type DeleteFeatureValuesResponse_SelectTimeRangeAndFeature
- func (*DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) GetImpactedFeatureCount() int64
- func (x *DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) GetOfflineStorageModifiedEntityRowCount() int64
- func (x *DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) GetOnlineStorageModifiedEntityCount() int64
- func (*DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) ProtoMessage()
- func (x *DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) Reset()
- func (x *DeleteFeatureValuesResponse_SelectTimeRangeAndFeature) String() string
- type DeleteFeatureValuesResponse_SelectTimeRangeAndFeature_
- type DeleteFeatureViewRequest
- func (*DeleteFeatureViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeatureViewRequest) GetName() string
- func (*DeleteFeatureViewRequest) ProtoMessage()
- func (x *DeleteFeatureViewRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFeatureViewRequest) Reset()
- func (x *DeleteFeatureViewRequest) String() string
- type DeleteFeaturestoreRequest
- func (*DeleteFeaturestoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeaturestoreRequest) GetForce() bool
- func (x *DeleteFeaturestoreRequest) GetName() string
- func (*DeleteFeaturestoreRequest) ProtoMessage()
- func (x *DeleteFeaturestoreRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFeaturestoreRequest) Reset()
- func (x *DeleteFeaturestoreRequest) String() string
- type DeleteHyperparameterTuningJobRequest
- func (*DeleteHyperparameterTuningJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteHyperparameterTuningJobRequest) GetName() string
- func (*DeleteHyperparameterTuningJobRequest) ProtoMessage()
- func (x *DeleteHyperparameterTuningJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteHyperparameterTuningJobRequest) Reset()
- func (x *DeleteHyperparameterTuningJobRequest) String() string
- type DeleteIndexEndpointRequest
- func (*DeleteIndexEndpointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIndexEndpointRequest) GetName() string
- func (*DeleteIndexEndpointRequest) ProtoMessage()
- func (x *DeleteIndexEndpointRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIndexEndpointRequest) Reset()
- func (x *DeleteIndexEndpointRequest) String() string
- type DeleteIndexRequest
- func (*DeleteIndexRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIndexRequest) GetName() string
- func (*DeleteIndexRequest) ProtoMessage()
- func (x *DeleteIndexRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIndexRequest) Reset()
- func (x *DeleteIndexRequest) String() string
- type DeleteMetadataStoreOperationMetadata
- func (*DeleteMetadataStoreOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMetadataStoreOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*DeleteMetadataStoreOperationMetadata) ProtoMessage()
- func (x *DeleteMetadataStoreOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteMetadataStoreOperationMetadata) Reset()
- func (x *DeleteMetadataStoreOperationMetadata) String() string
- type DeleteMetadataStoreRequest
- func (*DeleteMetadataStoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMetadataStoreRequest) GetForce() booldeprecated
- func (x *DeleteMetadataStoreRequest) GetName() string
- func (*DeleteMetadataStoreRequest) ProtoMessage()
- func (x *DeleteMetadataStoreRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteMetadataStoreRequest) Reset()
- func (x *DeleteMetadataStoreRequest) String() string
- type DeleteModelDeploymentMonitoringJobRequest
- func (*DeleteModelDeploymentMonitoringJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteModelDeploymentMonitoringJobRequest) GetName() string
- func (*DeleteModelDeploymentMonitoringJobRequest) ProtoMessage()
- func (x *DeleteModelDeploymentMonitoringJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteModelDeploymentMonitoringJobRequest) Reset()
- func (x *DeleteModelDeploymentMonitoringJobRequest) String() string
- type DeleteModelRequest
- func (*DeleteModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteModelRequest) GetName() string
- func (*DeleteModelRequest) ProtoMessage()
- func (x *DeleteModelRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteModelRequest) Reset()
- func (x *DeleteModelRequest) String() string
- type DeleteModelVersionRequest
- func (*DeleteModelVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteModelVersionRequest) GetName() string
- func (*DeleteModelVersionRequest) ProtoMessage()
- func (x *DeleteModelVersionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteModelVersionRequest) Reset()
- func (x *DeleteModelVersionRequest) String() string
- type DeleteNasJobRequest
- func (*DeleteNasJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNasJobRequest) GetName() string
- func (*DeleteNasJobRequest) ProtoMessage()
- func (x *DeleteNasJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNasJobRequest) Reset()
- func (x *DeleteNasJobRequest) String() string
- type DeleteNotebookExecutionJobRequest
- func (*DeleteNotebookExecutionJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNotebookExecutionJobRequest) GetName() string
- func (*DeleteNotebookExecutionJobRequest) ProtoMessage()
- func (x *DeleteNotebookExecutionJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNotebookExecutionJobRequest) Reset()
- func (x *DeleteNotebookExecutionJobRequest) String() string
- type DeleteNotebookRuntimeRequest
- func (*DeleteNotebookRuntimeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNotebookRuntimeRequest) GetName() string
- func (*DeleteNotebookRuntimeRequest) ProtoMessage()
- func (x *DeleteNotebookRuntimeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNotebookRuntimeRequest) Reset()
- func (x *DeleteNotebookRuntimeRequest) String() string
- type DeleteNotebookRuntimeTemplateRequest
- func (*DeleteNotebookRuntimeTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNotebookRuntimeTemplateRequest) GetName() string
- func (*DeleteNotebookRuntimeTemplateRequest) ProtoMessage()
- func (x *DeleteNotebookRuntimeTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNotebookRuntimeTemplateRequest) Reset()
- func (x *DeleteNotebookRuntimeTemplateRequest) String() string
- type DeleteOperationMetadata
- func (*DeleteOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*DeleteOperationMetadata) ProtoMessage()
- func (x *DeleteOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteOperationMetadata) Reset()
- func (x *DeleteOperationMetadata) String() string
- type DeletePersistentResourceRequest
- func (*DeletePersistentResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePersistentResourceRequest) GetName() string
- func (*DeletePersistentResourceRequest) ProtoMessage()
- func (x *DeletePersistentResourceRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePersistentResourceRequest) Reset()
- func (x *DeletePersistentResourceRequest) String() string
- type DeletePipelineJobRequest
- func (*DeletePipelineJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePipelineJobRequest) GetName() string
- func (*DeletePipelineJobRequest) ProtoMessage()
- func (x *DeletePipelineJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePipelineJobRequest) Reset()
- func (x *DeletePipelineJobRequest) String() string
- type DeleteRagCorpusRequest
- func (*DeleteRagCorpusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRagCorpusRequest) GetForce() bool
- func (x *DeleteRagCorpusRequest) GetName() string
- func (*DeleteRagCorpusRequest) ProtoMessage()
- func (x *DeleteRagCorpusRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRagCorpusRequest) Reset()
- func (x *DeleteRagCorpusRequest) String() string
- type DeleteRagFileRequest
- func (*DeleteRagFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRagFileRequest) GetName() string
- func (*DeleteRagFileRequest) ProtoMessage()
- func (x *DeleteRagFileRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRagFileRequest) Reset()
- func (x *DeleteRagFileRequest) String() string
- type DeleteReasoningEngineRequest
- func (*DeleteReasoningEngineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteReasoningEngineRequest) GetForce() bool
- func (x *DeleteReasoningEngineRequest) GetName() string
- func (*DeleteReasoningEngineRequest) ProtoMessage()
- func (x *DeleteReasoningEngineRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteReasoningEngineRequest) Reset()
- func (x *DeleteReasoningEngineRequest) String() string
- type DeleteSavedQueryRequest
- func (*DeleteSavedQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSavedQueryRequest) GetName() string
- func (*DeleteSavedQueryRequest) ProtoMessage()
- func (x *DeleteSavedQueryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSavedQueryRequest) Reset()
- func (x *DeleteSavedQueryRequest) String() string
- type DeleteScheduleRequest
- func (*DeleteScheduleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteScheduleRequest) GetName() string
- func (*DeleteScheduleRequest) ProtoMessage()
- func (x *DeleteScheduleRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteScheduleRequest) Reset()
- func (x *DeleteScheduleRequest) String() string
- type DeleteSessionRequest
- func (*DeleteSessionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSessionRequest) GetName() string
- func (*DeleteSessionRequest) ProtoMessage()
- func (x *DeleteSessionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSessionRequest) Reset()
- func (x *DeleteSessionRequest) String() string
- type DeleteSpecialistPoolRequest
- func (*DeleteSpecialistPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSpecialistPoolRequest) GetForce() bool
- func (x *DeleteSpecialistPoolRequest) GetName() string
- func (*DeleteSpecialistPoolRequest) ProtoMessage()
- func (x *DeleteSpecialistPoolRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSpecialistPoolRequest) Reset()
- func (x *DeleteSpecialistPoolRequest) String() string
- type DeleteStudyRequest
- func (*DeleteStudyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteStudyRequest) GetName() string
- func (*DeleteStudyRequest) ProtoMessage()
- func (x *DeleteStudyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteStudyRequest) Reset()
- func (x *DeleteStudyRequest) String() string
- type DeleteTensorboardExperimentRequest
- func (*DeleteTensorboardExperimentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTensorboardExperimentRequest) GetName() string
- func (*DeleteTensorboardExperimentRequest) ProtoMessage()
- func (x *DeleteTensorboardExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTensorboardExperimentRequest) Reset()
- func (x *DeleteTensorboardExperimentRequest) String() string
- type DeleteTensorboardRequest
- func (*DeleteTensorboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTensorboardRequest) GetName() string
- func (*DeleteTensorboardRequest) ProtoMessage()
- func (x *DeleteTensorboardRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTensorboardRequest) Reset()
- func (x *DeleteTensorboardRequest) String() string
- type DeleteTensorboardRunRequest
- func (*DeleteTensorboardRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTensorboardRunRequest) GetName() string
- func (*DeleteTensorboardRunRequest) ProtoMessage()
- func (x *DeleteTensorboardRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTensorboardRunRequest) Reset()
- func (x *DeleteTensorboardRunRequest) String() string
- type DeleteTensorboardTimeSeriesRequest
- func (*DeleteTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTensorboardTimeSeriesRequest) GetName() string
- func (*DeleteTensorboardTimeSeriesRequest) ProtoMessage()
- func (x *DeleteTensorboardTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTensorboardTimeSeriesRequest) Reset()
- func (x *DeleteTensorboardTimeSeriesRequest) String() string
- type DeleteTrainingPipelineRequest
- func (*DeleteTrainingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTrainingPipelineRequest) GetName() string
- func (*DeleteTrainingPipelineRequest) ProtoMessage()
- func (x *DeleteTrainingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTrainingPipelineRequest) Reset()
- func (x *DeleteTrainingPipelineRequest) String() string
- type DeleteTrialRequest
- func (*DeleteTrialRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTrialRequest) GetName() string
- func (*DeleteTrialRequest) ProtoMessage()
- func (x *DeleteTrialRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTrialRequest) Reset()
- func (x *DeleteTrialRequest) String() string
- type DeployIndexOperationMetadata
- func (*DeployIndexOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeployIndexOperationMetadata) GetDeployedIndexId() string
- func (x *DeployIndexOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*DeployIndexOperationMetadata) ProtoMessage()
- func (x *DeployIndexOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeployIndexOperationMetadata) Reset()
- func (x *DeployIndexOperationMetadata) String() string
- type DeployIndexRequest
- func (*DeployIndexRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeployIndexRequest) GetDeployedIndex() *DeployedIndex
- func (x *DeployIndexRequest) GetIndexEndpoint() string
- func (*DeployIndexRequest) ProtoMessage()
- func (x *DeployIndexRequest) ProtoReflect() protoreflect.Message
- func (x *DeployIndexRequest) Reset()
- func (x *DeployIndexRequest) String() string
- type DeployIndexResponse
- func (*DeployIndexResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeployIndexResponse) GetDeployedIndex() *DeployedIndex
- func (*DeployIndexResponse) ProtoMessage()
- func (x *DeployIndexResponse) ProtoReflect() protoreflect.Message
- func (x *DeployIndexResponse) Reset()
- func (x *DeployIndexResponse) String() string
- type DeployModelOperationMetadata
- func (*DeployModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeployModelOperationMetadata) GetDeploymentStage() DeploymentStage
- func (x *DeployModelOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*DeployModelOperationMetadata) ProtoMessage()
- func (x *DeployModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeployModelOperationMetadata) Reset()
- func (x *DeployModelOperationMetadata) String() string
- type DeployModelRequest
- func (*DeployModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeployModelRequest) GetDeployedModel() *DeployedModel
- func (x *DeployModelRequest) GetEndpoint() string
- func (x *DeployModelRequest) GetTrafficSplit() map[string]int32
- func (*DeployModelRequest) ProtoMessage()
- func (x *DeployModelRequest) ProtoReflect() protoreflect.Message
- func (x *DeployModelRequest) Reset()
- func (x *DeployModelRequest) String() string
- type DeployModelResponse
- func (*DeployModelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeployModelResponse) GetDeployedModel() *DeployedModel
- func (*DeployModelResponse) ProtoMessage()
- func (x *DeployModelResponse) ProtoReflect() protoreflect.Message
- func (x *DeployModelResponse) Reset()
- func (x *DeployModelResponse) String() string
- type DeployOperationMetadata
- func (*DeployOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeployOperationMetadata) GetDestination() string
- func (x *DeployOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *DeployOperationMetadata) GetModelId() string
- func (x *DeployOperationMetadata) GetProjectNumber() int64
- func (x *DeployOperationMetadata) GetPublisherModel() string
- func (*DeployOperationMetadata) ProtoMessage()
- func (x *DeployOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeployOperationMetadata) Reset()
- func (x *DeployOperationMetadata) String() string
- type DeployRequest
- func (*DeployRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeployRequest) GetArtifacts() isDeployRequest_Artifacts
- func (x *DeployRequest) GetDeployConfig() *DeployRequest_DeployConfig
- func (x *DeployRequest) GetDestination() string
- func (x *DeployRequest) GetEndpointConfig() *DeployRequest_EndpointConfig
- func (x *DeployRequest) GetHuggingFaceModelId() string
- func (x *DeployRequest) GetModelConfig() *DeployRequest_ModelConfig
- func (x *DeployRequest) GetPublisherModelName() string
- func (*DeployRequest) ProtoMessage()
- func (x *DeployRequest) ProtoReflect() protoreflect.Message
- func (x *DeployRequest) Reset()
- func (x *DeployRequest) String() string
- type DeployRequest_DeployConfig
- func (*DeployRequest_DeployConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DeployRequest_DeployConfig) GetDedicatedResources() *DedicatedResources
- func (x *DeployRequest_DeployConfig) GetFastTryoutEnabled() bool
- func (x *DeployRequest_DeployConfig) GetSystemLabels() map[string]string
- func (*DeployRequest_DeployConfig) ProtoMessage()
- func (x *DeployRequest_DeployConfig) ProtoReflect() protoreflect.Message
- func (x *DeployRequest_DeployConfig) Reset()
- func (x *DeployRequest_DeployConfig) String() string
- type DeployRequest_EndpointConfig
- func (*DeployRequest_EndpointConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DeployRequest_EndpointConfig) GetDedicatedEndpointDisabled() bool
- func (x *DeployRequest_EndpointConfig) GetDedicatedEndpointEnabled() booldeprecated
- func (x *DeployRequest_EndpointConfig) GetEndpointDisplayName() string
- func (x *DeployRequest_EndpointConfig) GetEndpointUserId() string
- func (*DeployRequest_EndpointConfig) ProtoMessage()
- func (x *DeployRequest_EndpointConfig) ProtoReflect() protoreflect.Message
- func (x *DeployRequest_EndpointConfig) Reset()
- func (x *DeployRequest_EndpointConfig) String() string
- type DeployRequest_HuggingFaceModelId
- type DeployRequest_ModelConfig
- func (*DeployRequest_ModelConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DeployRequest_ModelConfig) GetAcceptEula() bool
- func (x *DeployRequest_ModelConfig) GetContainerSpec() *ModelContainerSpec
- func (x *DeployRequest_ModelConfig) GetHuggingFaceAccessToken() string
- func (x *DeployRequest_ModelConfig) GetHuggingFaceCacheEnabled() bool
- func (x *DeployRequest_ModelConfig) GetModelDisplayName() string
- func (x *DeployRequest_ModelConfig) GetModelUserId() string
- func (*DeployRequest_ModelConfig) ProtoMessage()
- func (x *DeployRequest_ModelConfig) ProtoReflect() protoreflect.Message
- func (x *DeployRequest_ModelConfig) Reset()
- func (x *DeployRequest_ModelConfig) String() string
- type DeployRequest_PublisherModelName
- type DeployResponse
- func (*DeployResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeployResponse) GetEndpoint() string
- func (x *DeployResponse) GetModel() string
- func (x *DeployResponse) GetPublisherModel() string
- func (*DeployResponse) ProtoMessage()
- func (x *DeployResponse) ProtoReflect() protoreflect.Message
- func (x *DeployResponse) Reset()
- func (x *DeployResponse) String() string
- type DeployedIndex
- func (*DeployedIndex) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedIndex) GetAutomaticResources() *AutomaticResources
- func (x *DeployedIndex) GetCreateTime() *timestamppb.Timestamp
- func (x *DeployedIndex) GetDedicatedResources() *DedicatedResources
- func (x *DeployedIndex) GetDeployedIndexAuthConfig() *DeployedIndexAuthConfig
- func (x *DeployedIndex) GetDeploymentGroup() string
- func (x *DeployedIndex) GetDeploymentTier() DeployedIndex_DeploymentTier
- func (x *DeployedIndex) GetDisplayName() string
- func (x *DeployedIndex) GetEnableAccessLogging() bool
- func (x *DeployedIndex) GetEnableDatapointUpsertLogging() bool
- func (x *DeployedIndex) GetId() string
- func (x *DeployedIndex) GetIndex() string
- func (x *DeployedIndex) GetIndexSyncTime() *timestamppb.Timestamp
- func (x *DeployedIndex) GetPrivateEndpoints() *IndexPrivateEndpoints
- func (x *DeployedIndex) GetPscAutomationConfigs() []*PSCAutomationConfig
- func (x *DeployedIndex) GetReservedIpRanges() []string
- func (*DeployedIndex) ProtoMessage()
- func (x *DeployedIndex) ProtoReflect() protoreflect.Message
- func (x *DeployedIndex) Reset()
- func (x *DeployedIndex) String() string
- type DeployedIndexAuthConfig
- func (*DeployedIndexAuthConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedIndexAuthConfig) GetAuthProvider() *DeployedIndexAuthConfig_AuthProvider
- func (*DeployedIndexAuthConfig) ProtoMessage()
- func (x *DeployedIndexAuthConfig) ProtoReflect() protoreflect.Message
- func (x *DeployedIndexAuthConfig) Reset()
- func (x *DeployedIndexAuthConfig) String() string
- type DeployedIndexAuthConfig_AuthProvider
- func (*DeployedIndexAuthConfig_AuthProvider) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedIndexAuthConfig_AuthProvider) GetAllowedIssuers() []string
- func (x *DeployedIndexAuthConfig_AuthProvider) GetAudiences() []string
- func (*DeployedIndexAuthConfig_AuthProvider) ProtoMessage()
- func (x *DeployedIndexAuthConfig_AuthProvider) ProtoReflect() protoreflect.Message
- func (x *DeployedIndexAuthConfig_AuthProvider) Reset()
- func (x *DeployedIndexAuthConfig_AuthProvider) String() string
- type DeployedIndexRef
- func (*DeployedIndexRef) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedIndexRef) GetDeployedIndexId() string
- func (x *DeployedIndexRef) GetDisplayName() string
- func (x *DeployedIndexRef) GetIndexEndpoint() string
- func (*DeployedIndexRef) ProtoMessage()
- func (x *DeployedIndexRef) ProtoReflect() protoreflect.Message
- func (x *DeployedIndexRef) Reset()
- func (x *DeployedIndexRef) String() string
- type DeployedIndex_DeploymentTier
- func (DeployedIndex_DeploymentTier) Descriptor() protoreflect.EnumDescriptor
- func (x DeployedIndex_DeploymentTier) Enum() *DeployedIndex_DeploymentTier
- func (DeployedIndex_DeploymentTier) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeployedIndex_DeploymentTier) Number() protoreflect.EnumNumber
- func (x DeployedIndex_DeploymentTier) String() string
- func (DeployedIndex_DeploymentTier) Type() protoreflect.EnumType
- type DeployedModel
- func (*DeployedModel) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedModel) GetAutomaticResources() *AutomaticResources
- func (x *DeployedModel) GetCheckpointId() string
- func (x *DeployedModel) GetCreateTime() *timestamppb.Timestamp
- func (x *DeployedModel) GetDedicatedResources() *DedicatedResources
- func (x *DeployedModel) GetDisableContainerLogging() bool
- func (x *DeployedModel) GetDisableExplanations() bool
- func (x *DeployedModel) GetDisplayName() string
- func (x *DeployedModel) GetEnableAccessLogging() bool
- func (x *DeployedModel) GetExplanationSpec() *ExplanationSpec
- func (x *DeployedModel) GetFasterDeploymentConfig() *FasterDeploymentConfig
- func (x *DeployedModel) GetId() string
- func (x *DeployedModel) GetModel() string
- func (x *DeployedModel) GetModelVersionId() string
- func (x *DeployedModel) GetPredictionResources() isDeployedModel_PredictionResources
- func (x *DeployedModel) GetPrivateEndpoints() *PrivateEndpoints
- func (x *DeployedModel) GetServiceAccount() string
- func (x *DeployedModel) GetSharedResources() string
- func (x *DeployedModel) GetSpeculativeDecodingSpec() *SpeculativeDecodingSpec
- func (x *DeployedModel) GetStatus() *DeployedModel_Status
- func (x *DeployedModel) GetSystemLabels() map[string]string
- func (*DeployedModel) ProtoMessage()
- func (x *DeployedModel) ProtoReflect() protoreflect.Message
- func (x *DeployedModel) Reset()
- func (x *DeployedModel) String() string
- type DeployedModelRef
- func (*DeployedModelRef) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedModelRef) GetDeployedModelId() string
- func (x *DeployedModelRef) GetEndpoint() string
- func (*DeployedModelRef) ProtoMessage()
- func (x *DeployedModelRef) ProtoReflect() protoreflect.Message
- func (x *DeployedModelRef) Reset()
- func (x *DeployedModelRef) String() string
- type DeployedModel_AutomaticResources
- type DeployedModel_DedicatedResources
- type DeployedModel_SharedResources
- type DeployedModel_Status
- func (*DeployedModel_Status) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedModel_Status) GetAvailableReplicaCount() int32
- func (x *DeployedModel_Status) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *DeployedModel_Status) GetMessage() string
- func (*DeployedModel_Status) ProtoMessage()
- func (x *DeployedModel_Status) ProtoReflect() protoreflect.Message
- func (x *DeployedModel_Status) Reset()
- func (x *DeployedModel_Status) String() string
- type DeploymentResourcePool
- func (*DeploymentResourcePool) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentResourcePool) GetCreateTime() *timestamppb.Timestamp
- func (x *DeploymentResourcePool) GetDedicatedResources() *DedicatedResources
- func (x *DeploymentResourcePool) GetDisableContainerLogging() bool
- func (x *DeploymentResourcePool) GetEncryptionSpec() *EncryptionSpec
- func (x *DeploymentResourcePool) GetName() string
- func (x *DeploymentResourcePool) GetSatisfiesPzi() bool
- func (x *DeploymentResourcePool) GetSatisfiesPzs() bool
- func (x *DeploymentResourcePool) GetServiceAccount() string
- func (*DeploymentResourcePool) ProtoMessage()
- func (x *DeploymentResourcePool) ProtoReflect() protoreflect.Message
- func (x *DeploymentResourcePool) Reset()
- func (x *DeploymentResourcePool) String() string
- type DeploymentResourcePoolServiceClient
- type DeploymentResourcePoolServiceServer
- type DeploymentStage
- func (DeploymentStage) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentStage) Enum() *DeploymentStage
- func (DeploymentStage) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentStage) Number() protoreflect.EnumNumber
- func (x DeploymentStage) String() string
- func (DeploymentStage) Type() protoreflect.EnumType
- type DestinationFeatureSetting
- func (*DestinationFeatureSetting) Descriptor() ([]byte, []int)deprecated
- func (x *DestinationFeatureSetting) GetDestinationField() string
- func (x *DestinationFeatureSetting) GetFeatureId() string
- func (*DestinationFeatureSetting) ProtoMessage()
- func (x *DestinationFeatureSetting) ProtoReflect() protoreflect.Message
- func (x *DestinationFeatureSetting) Reset()
- func (x *DestinationFeatureSetting) String() string
- type DirectPredictRequest
- func (*DirectPredictRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DirectPredictRequest) GetEndpoint() string
- func (x *DirectPredictRequest) GetInputs() []*Tensor
- func (x *DirectPredictRequest) GetParameters() *Tensor
- func (*DirectPredictRequest) ProtoMessage()
- func (x *DirectPredictRequest) ProtoReflect() protoreflect.Message
- func (x *DirectPredictRequest) Reset()
- func (x *DirectPredictRequest) String() string
- type DirectPredictResponse
- func (*DirectPredictResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DirectPredictResponse) GetOutputs() []*Tensor
- func (x *DirectPredictResponse) GetParameters() *Tensor
- func (*DirectPredictResponse) ProtoMessage()
- func (x *DirectPredictResponse) ProtoReflect() protoreflect.Message
- func (x *DirectPredictResponse) Reset()
- func (x *DirectPredictResponse) String() string
- type DirectRawPredictRequest
- func (*DirectRawPredictRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DirectRawPredictRequest) GetEndpoint() string
- func (x *DirectRawPredictRequest) GetInput() []byte
- func (x *DirectRawPredictRequest) GetMethodName() string
- func (*DirectRawPredictRequest) ProtoMessage()
- func (x *DirectRawPredictRequest) ProtoReflect() protoreflect.Message
- func (x *DirectRawPredictRequest) Reset()
- func (x *DirectRawPredictRequest) String() string
- type DirectRawPredictResponse
- func (*DirectRawPredictResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DirectRawPredictResponse) GetOutput() []byte
- func (*DirectRawPredictResponse) ProtoMessage()
- func (x *DirectRawPredictResponse) ProtoReflect() protoreflect.Message
- func (x *DirectRawPredictResponse) Reset()
- func (x *DirectRawPredictResponse) String() string
- type DirectUploadSource
- type DiskSpec
- type DnsPeeringConfig
- func (*DnsPeeringConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DnsPeeringConfig) GetDomain() string
- func (x *DnsPeeringConfig) GetTargetNetwork() string
- func (x *DnsPeeringConfig) GetTargetProject() string
- func (*DnsPeeringConfig) ProtoMessage()
- func (x *DnsPeeringConfig) ProtoReflect() protoreflect.Message
- func (x *DnsPeeringConfig) Reset()
- func (x *DnsPeeringConfig) String() string
- type DoubleArray
- type DynamicRetrievalConfig
- func (*DynamicRetrievalConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DynamicRetrievalConfig) GetDynamicThreshold() float32
- func (x *DynamicRetrievalConfig) GetMode() DynamicRetrievalConfig_Mode
- func (*DynamicRetrievalConfig) ProtoMessage()
- func (x *DynamicRetrievalConfig) ProtoReflect() protoreflect.Message
- func (x *DynamicRetrievalConfig) Reset()
- func (x *DynamicRetrievalConfig) String() string
- type DynamicRetrievalConfig_Mode
- func (DynamicRetrievalConfig_Mode) Descriptor() protoreflect.EnumDescriptor
- func (x DynamicRetrievalConfig_Mode) Enum() *DynamicRetrievalConfig_Mode
- func (DynamicRetrievalConfig_Mode) EnumDescriptor() ([]byte, []int)deprecated
- func (x DynamicRetrievalConfig_Mode) Number() protoreflect.EnumNumber
- func (x DynamicRetrievalConfig_Mode) String() string
- func (DynamicRetrievalConfig_Mode) Type() protoreflect.EnumType
- type EmbedContentRequest
- func (*EmbedContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EmbedContentRequest) GetAutoTruncate() booldeprecated
- func (x *EmbedContentRequest) GetContent() *Content
- func (x *EmbedContentRequest) GetEmbedContentConfig() *EmbedContentRequest_EmbedContentConfig
- func (x *EmbedContentRequest) GetModel() string
- func (x *EmbedContentRequest) GetOutputDimensionality() int32deprecated
- func (x *EmbedContentRequest) GetTaskType() EmbedContentRequest_EmbeddingTaskTypedeprecated
- func (x *EmbedContentRequest) GetTitle() stringdeprecated
- func (*EmbedContentRequest) ProtoMessage()
- func (x *EmbedContentRequest) ProtoReflect() protoreflect.Message
- func (x *EmbedContentRequest) Reset()
- func (x *EmbedContentRequest) String() string
- type EmbedContentRequest_EmbedContentConfig
- func (*EmbedContentRequest_EmbedContentConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EmbedContentRequest_EmbedContentConfig) GetAudioTrackExtraction() bool
- func (x *EmbedContentRequest_EmbedContentConfig) GetAutoTruncate() bool
- func (x *EmbedContentRequest_EmbedContentConfig) GetDocumentOcr() bool
- func (x *EmbedContentRequest_EmbedContentConfig) GetOutputDimensionality() int32
- func (x *EmbedContentRequest_EmbedContentConfig) GetTaskType() EmbedContentRequest_EmbeddingTaskType
- func (x *EmbedContentRequest_EmbedContentConfig) GetTitle() string
- func (*EmbedContentRequest_EmbedContentConfig) ProtoMessage()
- func (x *EmbedContentRequest_EmbedContentConfig) ProtoReflect() protoreflect.Message
- func (x *EmbedContentRequest_EmbedContentConfig) Reset()
- func (x *EmbedContentRequest_EmbedContentConfig) String() string
- type EmbedContentRequest_EmbeddingTaskType
- func (EmbedContentRequest_EmbeddingTaskType) Descriptor() protoreflect.EnumDescriptor
- func (x EmbedContentRequest_EmbeddingTaskType) Enum() *EmbedContentRequest_EmbeddingTaskType
- func (EmbedContentRequest_EmbeddingTaskType) EnumDescriptor() ([]byte, []int)deprecated
- func (x EmbedContentRequest_EmbeddingTaskType) Number() protoreflect.EnumNumber
- func (x EmbedContentRequest_EmbeddingTaskType) String() string
- func (EmbedContentRequest_EmbeddingTaskType) Type() protoreflect.EnumType
- type EmbedContentResponse
- func (*EmbedContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EmbedContentResponse) GetEmbedding() *EmbedContentResponse_Embedding
- func (x *EmbedContentResponse) GetTruncated() bool
- func (x *EmbedContentResponse) GetUsageMetadata() *UsageMetadata
- func (*EmbedContentResponse) ProtoMessage()
- func (x *EmbedContentResponse) ProtoReflect() protoreflect.Message
- func (x *EmbedContentResponse) Reset()
- func (x *EmbedContentResponse) String() string
- type EmbedContentResponse_Embedding
- func (*EmbedContentResponse_Embedding) Descriptor() ([]byte, []int)deprecated
- func (x *EmbedContentResponse_Embedding) GetValues() []float32
- func (*EmbedContentResponse_Embedding) ProtoMessage()
- func (x *EmbedContentResponse_Embedding) ProtoReflect() protoreflect.Message
- func (x *EmbedContentResponse_Embedding) Reset()
- func (x *EmbedContentResponse_Embedding) String() string
- type EncryptionSpec
- type Endpoint
- func (*Endpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Endpoint) GetClientConnectionConfig() *ClientConnectionConfig
- func (x *Endpoint) GetCreateTime() *timestamppb.Timestamp
- func (x *Endpoint) GetDedicatedEndpointDns() string
- func (x *Endpoint) GetDedicatedEndpointEnabled() bool
- func (x *Endpoint) GetDeployedModels() []*DeployedModel
- func (x *Endpoint) GetDescription() string
- func (x *Endpoint) GetDisplayName() string
- func (x *Endpoint) GetEnablePrivateServiceConnect() booldeprecated
- func (x *Endpoint) GetEncryptionSpec() *EncryptionSpec
- func (x *Endpoint) GetEtag() string
- func (x *Endpoint) GetGenAiAdvancedFeaturesConfig() *GenAiAdvancedFeaturesConfig
- func (x *Endpoint) GetLabels() map[string]string
- func (x *Endpoint) GetModelDeploymentMonitoringJob() string
- func (x *Endpoint) GetName() string
- func (x *Endpoint) GetNetwork() string
- func (x *Endpoint) GetPredictRequestResponseLoggingConfig() *PredictRequestResponseLoggingConfig
- func (x *Endpoint) GetPrivateModelServerEnabled() bool
- func (x *Endpoint) GetPrivateServiceConnectConfig() *PrivateServiceConnectConfig
- func (x *Endpoint) GetSatisfiesPzi() bool
- func (x *Endpoint) GetSatisfiesPzs() bool
- func (x *Endpoint) GetTrafficSplit() map[string]int32
- func (x *Endpoint) GetUpdateTime() *timestamppb.Timestamp
- func (*Endpoint) ProtoMessage()
- func (x *Endpoint) ProtoReflect() protoreflect.Message
- func (x *Endpoint) Reset()
- func (x *Endpoint) String() string
- type EndpointServiceClient
- type EndpointServiceServer
- type EnterpriseWebSearch
- func (*EnterpriseWebSearch) Descriptor() ([]byte, []int)deprecated
- func (x *EnterpriseWebSearch) GetBlockingConfidence() Tool_PhishBlockThreshold
- func (x *EnterpriseWebSearch) GetExcludeDomains() []string
- func (*EnterpriseWebSearch) ProtoMessage()
- func (x *EnterpriseWebSearch) ProtoReflect() protoreflect.Message
- func (x *EnterpriseWebSearch) Reset()
- func (x *EnterpriseWebSearch) String() string
- type EntityIdSelector
- func (*EntityIdSelector) Descriptor() ([]byte, []int)deprecated
- func (x *EntityIdSelector) GetCsvSource() *CsvSource
- func (x *EntityIdSelector) GetEntityIdField() string
- func (x *EntityIdSelector) GetEntityIdsSource() isEntityIdSelector_EntityIdsSource
- func (*EntityIdSelector) ProtoMessage()
- func (x *EntityIdSelector) ProtoReflect() protoreflect.Message
- func (x *EntityIdSelector) Reset()
- func (x *EntityIdSelector) String() string
- type EntityIdSelector_CsvSource
- type EntityType
- func (*EntityType) Descriptor() ([]byte, []int)deprecated
- func (x *EntityType) GetCreateTime() *timestamppb.Timestamp
- func (x *EntityType) GetDescription() string
- func (x *EntityType) GetEtag() string
- func (x *EntityType) GetLabels() map[string]string
- func (x *EntityType) GetMonitoringConfig() *FeaturestoreMonitoringConfig
- func (x *EntityType) GetName() string
- func (x *EntityType) GetOfflineStorageTtlDays() int32
- func (x *EntityType) GetSatisfiesPzi() bool
- func (x *EntityType) GetSatisfiesPzs() bool
- func (x *EntityType) GetUpdateTime() *timestamppb.Timestamp
- func (*EntityType) ProtoMessage()
- func (x *EntityType) ProtoReflect() protoreflect.Message
- func (x *EntityType) Reset()
- func (x *EntityType) String() string
- type EnvVar
- type ErrorAnalysisAnnotation
- func (*ErrorAnalysisAnnotation) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorAnalysisAnnotation) GetAttributedItems() []*ErrorAnalysisAnnotation_AttributedItem
- func (x *ErrorAnalysisAnnotation) GetOutlierScore() float64
- func (x *ErrorAnalysisAnnotation) GetOutlierThreshold() float64
- func (x *ErrorAnalysisAnnotation) GetQueryType() ErrorAnalysisAnnotation_QueryType
- func (*ErrorAnalysisAnnotation) ProtoMessage()
- func (x *ErrorAnalysisAnnotation) ProtoReflect() protoreflect.Message
- func (x *ErrorAnalysisAnnotation) Reset()
- func (x *ErrorAnalysisAnnotation) String() string
- type ErrorAnalysisAnnotation_AttributedItem
- func (*ErrorAnalysisAnnotation_AttributedItem) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorAnalysisAnnotation_AttributedItem) GetAnnotationResourceName() string
- func (x *ErrorAnalysisAnnotation_AttributedItem) GetDistance() float64
- func (*ErrorAnalysisAnnotation_AttributedItem) ProtoMessage()
- func (x *ErrorAnalysisAnnotation_AttributedItem) ProtoReflect() protoreflect.Message
- func (x *ErrorAnalysisAnnotation_AttributedItem) Reset()
- func (x *ErrorAnalysisAnnotation_AttributedItem) String() string
- type ErrorAnalysisAnnotation_QueryType
- func (ErrorAnalysisAnnotation_QueryType) Descriptor() protoreflect.EnumDescriptor
- func (x ErrorAnalysisAnnotation_QueryType) Enum() *ErrorAnalysisAnnotation_QueryType
- func (ErrorAnalysisAnnotation_QueryType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ErrorAnalysisAnnotation_QueryType) Number() protoreflect.EnumNumber
- func (x ErrorAnalysisAnnotation_QueryType) String() string
- func (ErrorAnalysisAnnotation_QueryType) Type() protoreflect.EnumType
- type EvaluateDatasetResponse
- func (*EvaluateDatasetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluateDatasetResponse) GetAggregationOutput() *AggregationOutput
- func (x *EvaluateDatasetResponse) GetOutputInfo() *OutputInfo
- func (*EvaluateDatasetResponse) ProtoMessage()
- func (x *EvaluateDatasetResponse) ProtoReflect() protoreflect.Message
- func (x *EvaluateDatasetResponse) Reset()
- func (x *EvaluateDatasetResponse) String() string
- type EvaluateDatasetRun
- func (*EvaluateDatasetRun) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluateDatasetRun) GetCheckpointId() string
- func (x *EvaluateDatasetRun) GetError() *status.Status
- func (x *EvaluateDatasetRun) GetEvaluateDatasetResponse() *EvaluateDatasetResponse
- func (x *EvaluateDatasetRun) GetEvaluationRun() string
- func (x *EvaluateDatasetRun) GetOperationName() stringdeprecated
- func (*EvaluateDatasetRun) ProtoMessage()
- func (x *EvaluateDatasetRun) ProtoReflect() protoreflect.Message
- func (x *EvaluateDatasetRun) Reset()
- func (x *EvaluateDatasetRun) String() string
- type EvaluateInstancesRequest
- func (*EvaluateInstancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluateInstancesRequest) GetBleuInput() *BleuInput
- func (x *EvaluateInstancesRequest) GetCoherenceInput() *CoherenceInput
- func (x *EvaluateInstancesRequest) GetCometInput() *CometInput
- func (x *EvaluateInstancesRequest) GetExactMatchInput() *ExactMatchInput
- func (x *EvaluateInstancesRequest) GetFluencyInput() *FluencyInput
- func (x *EvaluateInstancesRequest) GetFulfillmentInput() *FulfillmentInput
- func (x *EvaluateInstancesRequest) GetGroundednessInput() *GroundednessInput
- func (x *EvaluateInstancesRequest) GetLocation() string
- func (x *EvaluateInstancesRequest) GetMetricInputs() isEvaluateInstancesRequest_MetricInputs
- func (x *EvaluateInstancesRequest) GetMetricxInput() *MetricxInput
- func (x *EvaluateInstancesRequest) GetPairwiseMetricInput() *PairwiseMetricInput
- func (x *EvaluateInstancesRequest) GetPairwiseQuestionAnsweringQualityInput() *PairwiseQuestionAnsweringQualityInput
- func (x *EvaluateInstancesRequest) GetPairwiseSummarizationQualityInput() *PairwiseSummarizationQualityInput
- func (x *EvaluateInstancesRequest) GetPointwiseMetricInput() *PointwiseMetricInput
- func (x *EvaluateInstancesRequest) GetQuestionAnsweringCorrectnessInput() *QuestionAnsweringCorrectnessInput
- func (x *EvaluateInstancesRequest) GetQuestionAnsweringHelpfulnessInput() *QuestionAnsweringHelpfulnessInput
- func (x *EvaluateInstancesRequest) GetQuestionAnsweringQualityInput() *QuestionAnsweringQualityInput
- func (x *EvaluateInstancesRequest) GetQuestionAnsweringRelevanceInput() *QuestionAnsweringRelevanceInput
- func (x *EvaluateInstancesRequest) GetRougeInput() *RougeInput
- func (x *EvaluateInstancesRequest) GetSafetyInput() *SafetyInput
- func (x *EvaluateInstancesRequest) GetSummarizationHelpfulnessInput() *SummarizationHelpfulnessInput
- func (x *EvaluateInstancesRequest) GetSummarizationQualityInput() *SummarizationQualityInput
- func (x *EvaluateInstancesRequest) GetSummarizationVerbosityInput() *SummarizationVerbosityInput
- func (x *EvaluateInstancesRequest) GetToolCallValidInput() *ToolCallValidInput
- func (x *EvaluateInstancesRequest) GetToolNameMatchInput() *ToolNameMatchInput
- func (x *EvaluateInstancesRequest) GetToolParameterKeyMatchInput() *ToolParameterKeyMatchInput
- func (x *EvaluateInstancesRequest) GetToolParameterKvMatchInput() *ToolParameterKVMatchInput
- func (*EvaluateInstancesRequest) ProtoMessage()
- func (x *EvaluateInstancesRequest) ProtoReflect() protoreflect.Message
- func (x *EvaluateInstancesRequest) Reset()
- func (x *EvaluateInstancesRequest) String() string
- type EvaluateInstancesRequest_BleuInput
- type EvaluateInstancesRequest_CoherenceInput
- type EvaluateInstancesRequest_CometInput
- type EvaluateInstancesRequest_ExactMatchInput
- type EvaluateInstancesRequest_FluencyInput
- type EvaluateInstancesRequest_FulfillmentInput
- type EvaluateInstancesRequest_GroundednessInput
- type EvaluateInstancesRequest_MetricxInput
- type EvaluateInstancesRequest_PairwiseMetricInput
- type EvaluateInstancesRequest_PairwiseQuestionAnsweringQualityInput
- type EvaluateInstancesRequest_PairwiseSummarizationQualityInput
- type EvaluateInstancesRequest_PointwiseMetricInput
- type EvaluateInstancesRequest_QuestionAnsweringCorrectnessInput
- type EvaluateInstancesRequest_QuestionAnsweringHelpfulnessInput
- type EvaluateInstancesRequest_QuestionAnsweringQualityInput
- type EvaluateInstancesRequest_QuestionAnsweringRelevanceInput
- type EvaluateInstancesRequest_RougeInput
- type EvaluateInstancesRequest_SafetyInput
- type EvaluateInstancesRequest_SummarizationHelpfulnessInput
- type EvaluateInstancesRequest_SummarizationQualityInput
- type EvaluateInstancesRequest_SummarizationVerbosityInput
- type EvaluateInstancesRequest_ToolCallValidInput
- type EvaluateInstancesRequest_ToolNameMatchInput
- type EvaluateInstancesRequest_ToolParameterKeyMatchInput
- type EvaluateInstancesRequest_ToolParameterKvMatchInput
- type EvaluateInstancesResponse
- func (*EvaluateInstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluateInstancesResponse) GetBleuResults() *BleuResults
- func (x *EvaluateInstancesResponse) GetCoherenceResult() *CoherenceResult
- func (x *EvaluateInstancesResponse) GetCometResult() *CometResult
- func (x *EvaluateInstancesResponse) GetEvaluationResults() isEvaluateInstancesResponse_EvaluationResults
- func (x *EvaluateInstancesResponse) GetExactMatchResults() *ExactMatchResults
- func (x *EvaluateInstancesResponse) GetFluencyResult() *FluencyResult
- func (x *EvaluateInstancesResponse) GetFulfillmentResult() *FulfillmentResult
- func (x *EvaluateInstancesResponse) GetGroundednessResult() *GroundednessResult
- func (x *EvaluateInstancesResponse) GetMetricResults() []*MetricResult
- func (x *EvaluateInstancesResponse) GetMetricxResult() *MetricxResult
- func (x *EvaluateInstancesResponse) GetPairwiseMetricResult() *PairwiseMetricResult
- func (x *EvaluateInstancesResponse) GetPairwiseQuestionAnsweringQualityResult() *PairwiseQuestionAnsweringQualityResult
- func (x *EvaluateInstancesResponse) GetPairwiseSummarizationQualityResult() *PairwiseSummarizationQualityResult
- func (x *EvaluateInstancesResponse) GetPointwiseMetricResult() *PointwiseMetricResult
- func (x *EvaluateInstancesResponse) GetQuestionAnsweringCorrectnessResult() *QuestionAnsweringCorrectnessResult
- func (x *EvaluateInstancesResponse) GetQuestionAnsweringHelpfulnessResult() *QuestionAnsweringHelpfulnessResult
- func (x *EvaluateInstancesResponse) GetQuestionAnsweringQualityResult() *QuestionAnsweringQualityResult
- func (x *EvaluateInstancesResponse) GetQuestionAnsweringRelevanceResult() *QuestionAnsweringRelevanceResult
- func (x *EvaluateInstancesResponse) GetRougeResults() *RougeResults
- func (x *EvaluateInstancesResponse) GetSafetyResult() *SafetyResult
- func (x *EvaluateInstancesResponse) GetSummarizationHelpfulnessResult() *SummarizationHelpfulnessResult
- func (x *EvaluateInstancesResponse) GetSummarizationQualityResult() *SummarizationQualityResult
- func (x *EvaluateInstancesResponse) GetSummarizationVerbosityResult() *SummarizationVerbosityResult
- func (x *EvaluateInstancesResponse) GetToolCallValidResults() *ToolCallValidResults
- func (x *EvaluateInstancesResponse) GetToolNameMatchResults() *ToolNameMatchResults
- func (x *EvaluateInstancesResponse) GetToolParameterKeyMatchResults() *ToolParameterKeyMatchResults
- func (x *EvaluateInstancesResponse) GetToolParameterKvMatchResults() *ToolParameterKVMatchResults
- func (*EvaluateInstancesResponse) ProtoMessage()
- func (x *EvaluateInstancesResponse) ProtoReflect() protoreflect.Message
- func (x *EvaluateInstancesResponse) Reset()
- func (x *EvaluateInstancesResponse) String() string
- type EvaluateInstancesResponse_BleuResults
- type EvaluateInstancesResponse_CoherenceResult
- type EvaluateInstancesResponse_CometResult
- type EvaluateInstancesResponse_ExactMatchResults
- type EvaluateInstancesResponse_FluencyResult
- type EvaluateInstancesResponse_FulfillmentResult
- type EvaluateInstancesResponse_GroundednessResult
- type EvaluateInstancesResponse_MetricxResult
- type EvaluateInstancesResponse_PairwiseMetricResult
- type EvaluateInstancesResponse_PairwiseQuestionAnsweringQualityResult
- type EvaluateInstancesResponse_PairwiseSummarizationQualityResult
- type EvaluateInstancesResponse_PointwiseMetricResult
- type EvaluateInstancesResponse_QuestionAnsweringCorrectnessResult
- type EvaluateInstancesResponse_QuestionAnsweringHelpfulnessResult
- type EvaluateInstancesResponse_QuestionAnsweringQualityResult
- type EvaluateInstancesResponse_QuestionAnsweringRelevanceResult
- type EvaluateInstancesResponse_RougeResults
- type EvaluateInstancesResponse_SafetyResult
- type EvaluateInstancesResponse_SummarizationHelpfulnessResult
- type EvaluateInstancesResponse_SummarizationQualityResult
- type EvaluateInstancesResponse_SummarizationVerbosityResult
- type EvaluateInstancesResponse_ToolCallValidResults
- type EvaluateInstancesResponse_ToolNameMatchResults
- type EvaluateInstancesResponse_ToolParameterKeyMatchResults
- type EvaluateInstancesResponse_ToolParameterKvMatchResults
- type EvaluatedAnnotation
- func (*EvaluatedAnnotation) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluatedAnnotation) GetDataItemPayload() *structpb.Value
- func (x *EvaluatedAnnotation) GetErrorAnalysisAnnotations() []*ErrorAnalysisAnnotation
- func (x *EvaluatedAnnotation) GetEvaluatedDataItemViewId() string
- func (x *EvaluatedAnnotation) GetExplanations() []*EvaluatedAnnotationExplanation
- func (x *EvaluatedAnnotation) GetGroundTruths() []*structpb.Value
- func (x *EvaluatedAnnotation) GetPredictions() []*structpb.Value
- func (x *EvaluatedAnnotation) GetType() EvaluatedAnnotation_EvaluatedAnnotationType
- func (*EvaluatedAnnotation) ProtoMessage()
- func (x *EvaluatedAnnotation) ProtoReflect() protoreflect.Message
- func (x *EvaluatedAnnotation) Reset()
- func (x *EvaluatedAnnotation) String() string
- type EvaluatedAnnotationExplanation
- func (*EvaluatedAnnotationExplanation) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluatedAnnotationExplanation) GetExplanation() *Explanation
- func (x *EvaluatedAnnotationExplanation) GetExplanationType() string
- func (*EvaluatedAnnotationExplanation) ProtoMessage()
- func (x *EvaluatedAnnotationExplanation) ProtoReflect() protoreflect.Message
- func (x *EvaluatedAnnotationExplanation) Reset()
- func (x *EvaluatedAnnotationExplanation) String() string
- type EvaluatedAnnotation_EvaluatedAnnotationType
- func (EvaluatedAnnotation_EvaluatedAnnotationType) Descriptor() protoreflect.EnumDescriptor
- func (x EvaluatedAnnotation_EvaluatedAnnotationType) Enum() *EvaluatedAnnotation_EvaluatedAnnotationType
- func (EvaluatedAnnotation_EvaluatedAnnotationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x EvaluatedAnnotation_EvaluatedAnnotationType) Number() protoreflect.EnumNumber
- func (x EvaluatedAnnotation_EvaluatedAnnotationType) String() string
- func (EvaluatedAnnotation_EvaluatedAnnotationType) Type() protoreflect.EnumType
- type EvaluationConfig
- func (*EvaluationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluationConfig) GetAutoraterConfig() *AutoraterConfig
- func (x *EvaluationConfig) GetInferenceGenerationConfig() *GenerationConfig
- func (x *EvaluationConfig) GetMetrics() []*Metric
- func (x *EvaluationConfig) GetOutputConfig() *OutputConfig
- func (*EvaluationConfig) ProtoMessage()
- func (x *EvaluationConfig) ProtoReflect() protoreflect.Message
- func (x *EvaluationConfig) Reset()
- func (x *EvaluationConfig) String() string
- type EvaluationDataset
- func (*EvaluationDataset) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluationDataset) GetBigquerySource() *BigQuerySource
- func (x *EvaluationDataset) GetGcsSource() *GcsSource
- func (x *EvaluationDataset) GetSource() isEvaluationDataset_Source
- func (*EvaluationDataset) ProtoMessage()
- func (x *EvaluationDataset) ProtoReflect() protoreflect.Message
- func (x *EvaluationDataset) Reset()
- func (x *EvaluationDataset) String() string
- type EvaluationDataset_BigquerySource
- type EvaluationDataset_GcsSource
- type EvaluationServiceClient
- type EvaluationServiceServer
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetArtifact() string
- func (x *Event) GetEventTime() *timestamppb.Timestamp
- func (x *Event) GetExecution() string
- func (x *Event) GetLabels() map[string]string
- func (x *Event) GetType() Event_Type
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type EventActions
- func (*EventActions) Descriptor() ([]byte, []int)deprecated
- func (x *EventActions) GetArtifactDelta() map[string]int32
- func (x *EventActions) GetEscalate() bool
- func (x *EventActions) GetRequestedAuthConfigs() *structpb.Struct
- func (x *EventActions) GetSkipSummarization() bool
- func (x *EventActions) GetStateDelta() *structpb.Struct
- func (x *EventActions) GetTransferAgent() string
- func (*EventActions) ProtoMessage()
- func (x *EventActions) ProtoReflect() protoreflect.Message
- func (x *EventActions) Reset()
- func (x *EventActions) String() string
- type EventMetadata
- func (*EventMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *EventMetadata) GetBranch() string
- func (x *EventMetadata) GetCustomMetadata() *structpb.Struct
- func (x *EventMetadata) GetGroundingMetadata() *GroundingMetadata
- func (x *EventMetadata) GetInputTranscription() *Transcription
- func (x *EventMetadata) GetInterrupted() bool
- func (x *EventMetadata) GetLongRunningToolIds() []string
- func (x *EventMetadata) GetOutputTranscription() *Transcription
- func (x *EventMetadata) GetPartial() bool
- func (x *EventMetadata) GetTurnComplete() bool
- func (*EventMetadata) ProtoMessage()
- func (x *EventMetadata) ProtoReflect() protoreflect.Message
- func (x *EventMetadata) Reset()
- func (x *EventMetadata) String() string
- type Event_Type
- type ExactMatchInput
- func (*ExactMatchInput) Descriptor() ([]byte, []int)deprecated
- func (x *ExactMatchInput) GetInstances() []*ExactMatchInstance
- func (x *ExactMatchInput) GetMetricSpec() *ExactMatchSpec
- func (*ExactMatchInput) ProtoMessage()
- func (x *ExactMatchInput) ProtoReflect() protoreflect.Message
- func (x *ExactMatchInput) Reset()
- func (x *ExactMatchInput) String() string
- type ExactMatchInstance
- func (*ExactMatchInstance) Descriptor() ([]byte, []int)deprecated
- func (x *ExactMatchInstance) GetPrediction() string
- func (x *ExactMatchInstance) GetReference() string
- func (*ExactMatchInstance) ProtoMessage()
- func (x *ExactMatchInstance) ProtoReflect() protoreflect.Message
- func (x *ExactMatchInstance) Reset()
- func (x *ExactMatchInstance) String() string
- type ExactMatchMetricValue
- func (*ExactMatchMetricValue) Descriptor() ([]byte, []int)deprecated
- func (x *ExactMatchMetricValue) GetScore() float32
- func (*ExactMatchMetricValue) ProtoMessage()
- func (x *ExactMatchMetricValue) ProtoReflect() protoreflect.Message
- func (x *ExactMatchMetricValue) Reset()
- func (x *ExactMatchMetricValue) String() string
- type ExactMatchResults
- func (*ExactMatchResults) Descriptor() ([]byte, []int)deprecated
- func (x *ExactMatchResults) GetExactMatchMetricValues() []*ExactMatchMetricValue
- func (*ExactMatchResults) ProtoMessage()
- func (x *ExactMatchResults) ProtoReflect() protoreflect.Message
- func (x *ExactMatchResults) Reset()
- func (x *ExactMatchResults) String() string
- type ExactMatchSpec
- type Examples
- func (*Examples) Descriptor() ([]byte, []int)deprecated
- func (x *Examples) GetConfig() isExamples_Config
- func (x *Examples) GetExampleGcsSource() *Examples_ExampleGcsSource
- func (x *Examples) GetNearestNeighborSearchConfig() *structpb.Value
- func (x *Examples) GetNeighborCount() int32
- func (x *Examples) GetPresets() *Presets
- func (x *Examples) GetSource() isExamples_Source
- func (*Examples) ProtoMessage()
- func (x *Examples) ProtoReflect() protoreflect.Message
- func (x *Examples) Reset()
- func (x *Examples) String() string
- type ExamplesOverride
- func (*ExamplesOverride) Descriptor() ([]byte, []int)deprecated
- func (x *ExamplesOverride) GetCrowdingCount() int32
- func (x *ExamplesOverride) GetDataFormat() ExamplesOverride_DataFormat
- func (x *ExamplesOverride) GetNeighborCount() int32
- func (x *ExamplesOverride) GetRestrictions() []*ExamplesRestrictionsNamespace
- func (x *ExamplesOverride) GetReturnEmbeddings() bool
- func (*ExamplesOverride) ProtoMessage()
- func (x *ExamplesOverride) ProtoReflect() protoreflect.Message
- func (x *ExamplesOverride) Reset()
- func (x *ExamplesOverride) String() string
- type ExamplesOverride_DataFormat
- func (ExamplesOverride_DataFormat) Descriptor() protoreflect.EnumDescriptor
- func (x ExamplesOverride_DataFormat) Enum() *ExamplesOverride_DataFormat
- func (ExamplesOverride_DataFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExamplesOverride_DataFormat) Number() protoreflect.EnumNumber
- func (x ExamplesOverride_DataFormat) String() string
- func (ExamplesOverride_DataFormat) Type() protoreflect.EnumType
- type ExamplesRestrictionsNamespace
- func (*ExamplesRestrictionsNamespace) Descriptor() ([]byte, []int)deprecated
- func (x *ExamplesRestrictionsNamespace) GetAllow() []string
- func (x *ExamplesRestrictionsNamespace) GetDeny() []string
- func (x *ExamplesRestrictionsNamespace) GetNamespaceName() string
- func (*ExamplesRestrictionsNamespace) ProtoMessage()
- func (x *ExamplesRestrictionsNamespace) ProtoReflect() protoreflect.Message
- func (x *ExamplesRestrictionsNamespace) Reset()
- func (x *ExamplesRestrictionsNamespace) String() string
- type Examples_ExampleGcsSource
- func (*Examples_ExampleGcsSource) Descriptor() ([]byte, []int)deprecated
- func (x *Examples_ExampleGcsSource) GetDataFormat() Examples_ExampleGcsSource_DataFormat
- func (x *Examples_ExampleGcsSource) GetGcsSource() *GcsSource
- func (*Examples_ExampleGcsSource) ProtoMessage()
- func (x *Examples_ExampleGcsSource) ProtoReflect() protoreflect.Message
- func (x *Examples_ExampleGcsSource) Reset()
- func (x *Examples_ExampleGcsSource) String() string
- type Examples_ExampleGcsSource_
- type Examples_ExampleGcsSource_DataFormat
- func (Examples_ExampleGcsSource_DataFormat) Descriptor() protoreflect.EnumDescriptor
- func (x Examples_ExampleGcsSource_DataFormat) Enum() *Examples_ExampleGcsSource_DataFormat
- func (Examples_ExampleGcsSource_DataFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x Examples_ExampleGcsSource_DataFormat) Number() protoreflect.EnumNumber
- func (x Examples_ExampleGcsSource_DataFormat) String() string
- func (Examples_ExampleGcsSource_DataFormat) Type() protoreflect.EnumType
- type Examples_NearestNeighborSearchConfig
- type Examples_Presets
- type ExecutableCode
- func (*ExecutableCode) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutableCode) GetCode() string
- func (x *ExecutableCode) GetLanguage() ExecutableCode_Language
- func (*ExecutableCode) ProtoMessage()
- func (x *ExecutableCode) ProtoReflect() protoreflect.Message
- func (x *ExecutableCode) Reset()
- func (x *ExecutableCode) String() string
- type ExecutableCode_Language
- func (ExecutableCode_Language) Descriptor() protoreflect.EnumDescriptor
- func (x ExecutableCode_Language) Enum() *ExecutableCode_Language
- func (ExecutableCode_Language) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExecutableCode_Language) Number() protoreflect.EnumNumber
- func (x ExecutableCode_Language) String() string
- func (ExecutableCode_Language) Type() protoreflect.EnumType
- type Execution
- func (*Execution) Descriptor() ([]byte, []int)deprecated
- func (x *Execution) GetCreateTime() *timestamppb.Timestamp
- func (x *Execution) GetDescription() string
- func (x *Execution) GetDisplayName() string
- func (x *Execution) GetEtag() string
- func (x *Execution) GetLabels() map[string]string
- func (x *Execution) GetMetadata() *structpb.Struct
- func (x *Execution) GetName() string
- func (x *Execution) GetSchemaTitle() string
- func (x *Execution) GetSchemaVersion() string
- func (x *Execution) GetState() Execution_State
- func (x *Execution) GetUpdateTime() *timestamppb.Timestamp
- func (*Execution) ProtoMessage()
- func (x *Execution) ProtoReflect() protoreflect.Message
- func (x *Execution) Reset()
- func (x *Execution) String() string
- type Execution_State
- func (Execution_State) Descriptor() protoreflect.EnumDescriptor
- func (x Execution_State) Enum() *Execution_State
- func (Execution_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Execution_State) Number() protoreflect.EnumNumber
- func (x Execution_State) String() string
- func (Execution_State) Type() protoreflect.EnumType
- type ExplainRequest
- func (*ExplainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExplainRequest) GetDeployedModelId() string
- func (x *ExplainRequest) GetEndpoint() string
- func (x *ExplainRequest) GetExplanationSpecOverride() *ExplanationSpecOverride
- func (x *ExplainRequest) GetInstances() []*structpb.Value
- func (x *ExplainRequest) GetParameters() *structpb.Value
- func (*ExplainRequest) ProtoMessage()
- func (x *ExplainRequest) ProtoReflect() protoreflect.Message
- func (x *ExplainRequest) Reset()
- func (x *ExplainRequest) String() string
- type ExplainResponse
- func (*ExplainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExplainResponse) GetDeployedModelId() string
- func (x *ExplainResponse) GetExplanations() []*Explanation
- func (x *ExplainResponse) GetPredictions() []*structpb.Value
- func (*ExplainResponse) ProtoMessage()
- func (x *ExplainResponse) ProtoReflect() protoreflect.Message
- func (x *ExplainResponse) Reset()
- func (x *ExplainResponse) String() string
- type Explanation
- func (*Explanation) Descriptor() ([]byte, []int)deprecated
- func (x *Explanation) GetAttributions() []*Attribution
- func (x *Explanation) GetNeighbors() []*Neighbor
- func (*Explanation) ProtoMessage()
- func (x *Explanation) ProtoReflect() protoreflect.Message
- func (x *Explanation) Reset()
- func (x *Explanation) String() string
- type ExplanationMetadata
- func (*ExplanationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationMetadata) GetFeatureAttributionsSchemaUri() string
- func (x *ExplanationMetadata) GetInputs() map[string]*ExplanationMetadata_InputMetadata
- func (x *ExplanationMetadata) GetLatentSpaceSource() string
- func (x *ExplanationMetadata) GetOutputs() map[string]*ExplanationMetadata_OutputMetadata
- func (*ExplanationMetadata) ProtoMessage()
- func (x *ExplanationMetadata) ProtoReflect() protoreflect.Message
- func (x *ExplanationMetadata) Reset()
- func (x *ExplanationMetadata) String() string
- type ExplanationMetadataOverride
- func (*ExplanationMetadataOverride) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationMetadataOverride) GetInputs() map[string]*ExplanationMetadataOverride_InputMetadataOverride
- func (*ExplanationMetadataOverride) ProtoMessage()
- func (x *ExplanationMetadataOverride) ProtoReflect() protoreflect.Message
- func (x *ExplanationMetadataOverride) Reset()
- func (x *ExplanationMetadataOverride) String() string
- type ExplanationMetadataOverride_InputMetadataOverride
- func (*ExplanationMetadataOverride_InputMetadataOverride) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationMetadataOverride_InputMetadataOverride) GetInputBaselines() []*structpb.Value
- func (*ExplanationMetadataOverride_InputMetadataOverride) ProtoMessage()
- func (x *ExplanationMetadataOverride_InputMetadataOverride) ProtoReflect() protoreflect.Message
- func (x *ExplanationMetadataOverride_InputMetadataOverride) Reset()
- func (x *ExplanationMetadataOverride_InputMetadataOverride) String() string
- type ExplanationMetadata_InputMetadata
- func (*ExplanationMetadata_InputMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationMetadata_InputMetadata) GetDenseShapeTensorName() string
- func (x *ExplanationMetadata_InputMetadata) GetEncodedBaselines() []*structpb.Value
- func (x *ExplanationMetadata_InputMetadata) GetEncodedTensorName() string
- func (x *ExplanationMetadata_InputMetadata) GetEncoding() ExplanationMetadata_InputMetadata_Encoding
- func (x *ExplanationMetadata_InputMetadata) GetFeatureValueDomain() *ExplanationMetadata_InputMetadata_FeatureValueDomain
- func (x *ExplanationMetadata_InputMetadata) GetGroupName() string
- func (x *ExplanationMetadata_InputMetadata) GetIndexFeatureMapping() []string
- func (x *ExplanationMetadata_InputMetadata) GetIndicesTensorName() string
- func (x *ExplanationMetadata_InputMetadata) GetInputBaselines() []*structpb.Value
- func (x *ExplanationMetadata_InputMetadata) GetInputTensorName() string
- func (x *ExplanationMetadata_InputMetadata) GetModality() string
- func (x *ExplanationMetadata_InputMetadata) GetVisualization() *ExplanationMetadata_InputMetadata_Visualization
- func (*ExplanationMetadata_InputMetadata) ProtoMessage()
- func (x *ExplanationMetadata_InputMetadata) ProtoReflect() protoreflect.Message
- func (x *ExplanationMetadata_InputMetadata) Reset()
- func (x *ExplanationMetadata_InputMetadata) String() string
- type ExplanationMetadata_InputMetadata_Encoding
- func (ExplanationMetadata_InputMetadata_Encoding) Descriptor() protoreflect.EnumDescriptor
- func (x ExplanationMetadata_InputMetadata_Encoding) Enum() *ExplanationMetadata_InputMetadata_Encoding
- func (ExplanationMetadata_InputMetadata_Encoding) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExplanationMetadata_InputMetadata_Encoding) Number() protoreflect.EnumNumber
- func (x ExplanationMetadata_InputMetadata_Encoding) String() string
- func (ExplanationMetadata_InputMetadata_Encoding) Type() protoreflect.EnumType
- type ExplanationMetadata_InputMetadata_FeatureValueDomain
- func (*ExplanationMetadata_InputMetadata_FeatureValueDomain) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationMetadata_InputMetadata_FeatureValueDomain) GetMaxValue() float32
- func (x *ExplanationMetadata_InputMetadata_FeatureValueDomain) GetMinValue() float32
- func (x *ExplanationMetadata_InputMetadata_FeatureValueDomain) GetOriginalMean() float32
- func (x *ExplanationMetadata_InputMetadata_FeatureValueDomain) GetOriginalStddev() float32
- func (*ExplanationMetadata_InputMetadata_FeatureValueDomain) ProtoMessage()
- func (x *ExplanationMetadata_InputMetadata_FeatureValueDomain) ProtoReflect() protoreflect.Message
- func (x *ExplanationMetadata_InputMetadata_FeatureValueDomain) Reset()
- func (x *ExplanationMetadata_InputMetadata_FeatureValueDomain) String() string
- type ExplanationMetadata_InputMetadata_Visualization
- func (*ExplanationMetadata_InputMetadata_Visualization) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationMetadata_InputMetadata_Visualization) GetClipPercentLowerbound() float32
- func (x *ExplanationMetadata_InputMetadata_Visualization) GetClipPercentUpperbound() float32
- func (x *ExplanationMetadata_InputMetadata_Visualization) GetColorMap() ExplanationMetadata_InputMetadata_Visualization_ColorMap
- func (x *ExplanationMetadata_InputMetadata_Visualization) GetOverlayType() ExplanationMetadata_InputMetadata_Visualization_OverlayType
- func (x *ExplanationMetadata_InputMetadata_Visualization) GetPolarity() ExplanationMetadata_InputMetadata_Visualization_Polarity
- func (x *ExplanationMetadata_InputMetadata_Visualization) GetType() ExplanationMetadata_InputMetadata_Visualization_Type
- func (*ExplanationMetadata_InputMetadata_Visualization) ProtoMessage()
- func (x *ExplanationMetadata_InputMetadata_Visualization) ProtoReflect() protoreflect.Message
- func (x *ExplanationMetadata_InputMetadata_Visualization) Reset()
- func (x *ExplanationMetadata_InputMetadata_Visualization) String() string
- type ExplanationMetadata_InputMetadata_Visualization_ColorMap
- func (ExplanationMetadata_InputMetadata_Visualization_ColorMap) Descriptor() protoreflect.EnumDescriptor
- func (x ExplanationMetadata_InputMetadata_Visualization_ColorMap) Enum() *ExplanationMetadata_InputMetadata_Visualization_ColorMap
- func (ExplanationMetadata_InputMetadata_Visualization_ColorMap) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExplanationMetadata_InputMetadata_Visualization_ColorMap) Number() protoreflect.EnumNumber
- func (x ExplanationMetadata_InputMetadata_Visualization_ColorMap) String() string
- func (ExplanationMetadata_InputMetadata_Visualization_ColorMap) Type() protoreflect.EnumType
- type ExplanationMetadata_InputMetadata_Visualization_OverlayType
- func (ExplanationMetadata_InputMetadata_Visualization_OverlayType) Descriptor() protoreflect.EnumDescriptor
- func (x ExplanationMetadata_InputMetadata_Visualization_OverlayType) Enum() *ExplanationMetadata_InputMetadata_Visualization_OverlayType
- func (ExplanationMetadata_InputMetadata_Visualization_OverlayType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExplanationMetadata_InputMetadata_Visualization_OverlayType) Number() protoreflect.EnumNumber
- func (x ExplanationMetadata_InputMetadata_Visualization_OverlayType) String() string
- func (ExplanationMetadata_InputMetadata_Visualization_OverlayType) Type() protoreflect.EnumType
- type ExplanationMetadata_InputMetadata_Visualization_Polarity
- func (ExplanationMetadata_InputMetadata_Visualization_Polarity) Descriptor() protoreflect.EnumDescriptor
- func (x ExplanationMetadata_InputMetadata_Visualization_Polarity) Enum() *ExplanationMetadata_InputMetadata_Visualization_Polarity
- func (ExplanationMetadata_InputMetadata_Visualization_Polarity) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExplanationMetadata_InputMetadata_Visualization_Polarity) Number() protoreflect.EnumNumber
- func (x ExplanationMetadata_InputMetadata_Visualization_Polarity) String() string
- func (ExplanationMetadata_InputMetadata_Visualization_Polarity) Type() protoreflect.EnumType
- type ExplanationMetadata_InputMetadata_Visualization_Type
- func (ExplanationMetadata_InputMetadata_Visualization_Type) Descriptor() protoreflect.EnumDescriptor
- func (x ExplanationMetadata_InputMetadata_Visualization_Type) Enum() *ExplanationMetadata_InputMetadata_Visualization_Type
- func (ExplanationMetadata_InputMetadata_Visualization_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExplanationMetadata_InputMetadata_Visualization_Type) Number() protoreflect.EnumNumber
- func (x ExplanationMetadata_InputMetadata_Visualization_Type) String() string
- func (ExplanationMetadata_InputMetadata_Visualization_Type) Type() protoreflect.EnumType
- type ExplanationMetadata_OutputMetadata
- func (*ExplanationMetadata_OutputMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationMetadata_OutputMetadata) GetDisplayNameMapping() isExplanationMetadata_OutputMetadata_DisplayNameMapping
- func (x *ExplanationMetadata_OutputMetadata) GetDisplayNameMappingKey() string
- func (x *ExplanationMetadata_OutputMetadata) GetIndexDisplayNameMapping() *structpb.Value
- func (x *ExplanationMetadata_OutputMetadata) GetOutputTensorName() string
- func (*ExplanationMetadata_OutputMetadata) ProtoMessage()
- func (x *ExplanationMetadata_OutputMetadata) ProtoReflect() protoreflect.Message
- func (x *ExplanationMetadata_OutputMetadata) Reset()
- func (x *ExplanationMetadata_OutputMetadata) String() string
- type ExplanationMetadata_OutputMetadata_DisplayNameMappingKey
- type ExplanationMetadata_OutputMetadata_IndexDisplayNameMapping
- type ExplanationParameters
- func (*ExplanationParameters) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationParameters) GetExamples() *Examples
- func (x *ExplanationParameters) GetIntegratedGradientsAttribution() *IntegratedGradientsAttribution
- func (x *ExplanationParameters) GetMethod() isExplanationParameters_Method
- func (x *ExplanationParameters) GetOutputIndices() *structpb.ListValue
- func (x *ExplanationParameters) GetSampledShapleyAttribution() *SampledShapleyAttribution
- func (x *ExplanationParameters) GetTopK() int32
- func (x *ExplanationParameters) GetXraiAttribution() *XraiAttribution
- func (*ExplanationParameters) ProtoMessage()
- func (x *ExplanationParameters) ProtoReflect() protoreflect.Message
- func (x *ExplanationParameters) Reset()
- func (x *ExplanationParameters) String() string
- type ExplanationParameters_Examples
- type ExplanationParameters_IntegratedGradientsAttribution
- type ExplanationParameters_SampledShapleyAttribution
- type ExplanationParameters_XraiAttribution
- type ExplanationSpec
- func (*ExplanationSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationSpec) GetMetadata() *ExplanationMetadata
- func (x *ExplanationSpec) GetParameters() *ExplanationParameters
- func (*ExplanationSpec) ProtoMessage()
- func (x *ExplanationSpec) ProtoReflect() protoreflect.Message
- func (x *ExplanationSpec) Reset()
- func (x *ExplanationSpec) String() string
- type ExplanationSpecOverride
- func (*ExplanationSpecOverride) Descriptor() ([]byte, []int)deprecated
- func (x *ExplanationSpecOverride) GetExamplesOverride() *ExamplesOverride
- func (x *ExplanationSpecOverride) GetMetadata() *ExplanationMetadataOverride
- func (x *ExplanationSpecOverride) GetParameters() *ExplanationParameters
- func (*ExplanationSpecOverride) ProtoMessage()
- func (x *ExplanationSpecOverride) ProtoReflect() protoreflect.Message
- func (x *ExplanationSpecOverride) Reset()
- func (x *ExplanationSpecOverride) String() string
- type ExportDataConfig
- func (*ExportDataConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ExportDataConfig) GetAnnotationSchemaUri() string
- func (x *ExportDataConfig) GetAnnotationsFilter() string
- func (x *ExportDataConfig) GetDestination() isExportDataConfig_Destination
- func (x *ExportDataConfig) GetExportUse() ExportDataConfig_ExportUse
- func (x *ExportDataConfig) GetFilterSplit() *ExportFilterSplit
- func (x *ExportDataConfig) GetFractionSplit() *ExportFractionSplit
- func (x *ExportDataConfig) GetGcsDestination() *GcsDestination
- func (x *ExportDataConfig) GetSavedQueryId() string
- func (x *ExportDataConfig) GetSplit() isExportDataConfig_Split
- func (*ExportDataConfig) ProtoMessage()
- func (x *ExportDataConfig) ProtoReflect() protoreflect.Message
- func (x *ExportDataConfig) Reset()
- func (x *ExportDataConfig) String() string
- type ExportDataConfig_ExportUse
- func (ExportDataConfig_ExportUse) Descriptor() protoreflect.EnumDescriptor
- func (x ExportDataConfig_ExportUse) Enum() *ExportDataConfig_ExportUse
- func (ExportDataConfig_ExportUse) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExportDataConfig_ExportUse) Number() protoreflect.EnumNumber
- func (x ExportDataConfig_ExportUse) String() string
- func (ExportDataConfig_ExportUse) Type() protoreflect.EnumType
- type ExportDataConfig_FilterSplit
- type ExportDataConfig_FractionSplit
- type ExportDataConfig_GcsDestination
- type ExportDataOperationMetadata
- func (*ExportDataOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ExportDataOperationMetadata) GetGcsOutputDirectory() string
- func (x *ExportDataOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*ExportDataOperationMetadata) ProtoMessage()
- func (x *ExportDataOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ExportDataOperationMetadata) Reset()
- func (x *ExportDataOperationMetadata) String() string
- type ExportDataRequest
- func (*ExportDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportDataRequest) GetExportConfig() *ExportDataConfig
- func (x *ExportDataRequest) GetName() string
- func (*ExportDataRequest) ProtoMessage()
- func (x *ExportDataRequest) ProtoReflect() protoreflect.Message
- func (x *ExportDataRequest) Reset()
- func (x *ExportDataRequest) String() string
- type ExportDataResponse
- func (*ExportDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExportDataResponse) GetDataStats() *Model_DataStats
- func (x *ExportDataResponse) GetExportedFiles() []string
- func (*ExportDataResponse) ProtoMessage()
- func (x *ExportDataResponse) ProtoReflect() protoreflect.Message
- func (x *ExportDataResponse) Reset()
- func (x *ExportDataResponse) String() string
- type ExportFeatureValuesOperationMetadata
- func (*ExportFeatureValuesOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ExportFeatureValuesOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*ExportFeatureValuesOperationMetadata) ProtoMessage()
- func (x *ExportFeatureValuesOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ExportFeatureValuesOperationMetadata) Reset()
- func (x *ExportFeatureValuesOperationMetadata) String() string
- type ExportFeatureValuesRequest
- func (*ExportFeatureValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportFeatureValuesRequest) GetDestination() *FeatureValueDestination
- func (x *ExportFeatureValuesRequest) GetEntityType() string
- func (x *ExportFeatureValuesRequest) GetFeatureSelector() *FeatureSelector
- func (x *ExportFeatureValuesRequest) GetFullExport() *ExportFeatureValuesRequest_FullExport
- func (x *ExportFeatureValuesRequest) GetMode() isExportFeatureValuesRequest_Mode
- func (x *ExportFeatureValuesRequest) GetSettings() []*DestinationFeatureSetting
- func (x *ExportFeatureValuesRequest) GetSnapshotExport() *ExportFeatureValuesRequest_SnapshotExport
- func (*ExportFeatureValuesRequest) ProtoMessage()
- func (x *ExportFeatureValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ExportFeatureValuesRequest) Reset()
- func (x *ExportFeatureValuesRequest) String() string
- type ExportFeatureValuesRequest_FullExport
- func (*ExportFeatureValuesRequest_FullExport) Descriptor() ([]byte, []int)deprecated
- func (x *ExportFeatureValuesRequest_FullExport) GetEndTime() *timestamppb.Timestamp
- func (x *ExportFeatureValuesRequest_FullExport) GetStartTime() *timestamppb.Timestamp
- func (*ExportFeatureValuesRequest_FullExport) ProtoMessage()
- func (x *ExportFeatureValuesRequest_FullExport) ProtoReflect() protoreflect.Message
- func (x *ExportFeatureValuesRequest_FullExport) Reset()
- func (x *ExportFeatureValuesRequest_FullExport) String() string
- type ExportFeatureValuesRequest_FullExport_
- type ExportFeatureValuesRequest_SnapshotExport
- func (*ExportFeatureValuesRequest_SnapshotExport) Descriptor() ([]byte, []int)deprecated
- func (x *ExportFeatureValuesRequest_SnapshotExport) GetSnapshotTime() *timestamppb.Timestamp
- func (x *ExportFeatureValuesRequest_SnapshotExport) GetStartTime() *timestamppb.Timestamp
- func (*ExportFeatureValuesRequest_SnapshotExport) ProtoMessage()
- func (x *ExportFeatureValuesRequest_SnapshotExport) ProtoReflect() protoreflect.Message
- func (x *ExportFeatureValuesRequest_SnapshotExport) Reset()
- func (x *ExportFeatureValuesRequest_SnapshotExport) String() string
- type ExportFeatureValuesRequest_SnapshotExport_
- type ExportFeatureValuesResponse
- type ExportFilterSplit
- func (*ExportFilterSplit) Descriptor() ([]byte, []int)deprecated
- func (x *ExportFilterSplit) GetTestFilter() string
- func (x *ExportFilterSplit) GetTrainingFilter() string
- func (x *ExportFilterSplit) GetValidationFilter() string
- func (*ExportFilterSplit) ProtoMessage()
- func (x *ExportFilterSplit) ProtoReflect() protoreflect.Message
- func (x *ExportFilterSplit) Reset()
- func (x *ExportFilterSplit) String() string
- type ExportFractionSplit
- func (*ExportFractionSplit) Descriptor() ([]byte, []int)deprecated
- func (x *ExportFractionSplit) GetTestFraction() float64
- func (x *ExportFractionSplit) GetTrainingFraction() float64
- func (x *ExportFractionSplit) GetValidationFraction() float64
- func (*ExportFractionSplit) ProtoMessage()
- func (x *ExportFractionSplit) ProtoReflect() protoreflect.Message
- func (x *ExportFractionSplit) Reset()
- func (x *ExportFractionSplit) String() string
- type ExportModelOperationMetadata
- func (*ExportModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ExportModelOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *ExportModelOperationMetadata) GetOutputInfo() *ExportModelOperationMetadata_OutputInfo
- func (*ExportModelOperationMetadata) ProtoMessage()
- func (x *ExportModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ExportModelOperationMetadata) Reset()
- func (x *ExportModelOperationMetadata) String() string
- type ExportModelOperationMetadata_OutputInfo
- func (*ExportModelOperationMetadata_OutputInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ExportModelOperationMetadata_OutputInfo) GetArtifactOutputUri() string
- func (x *ExportModelOperationMetadata_OutputInfo) GetImageOutputUri() string
- func (*ExportModelOperationMetadata_OutputInfo) ProtoMessage()
- func (x *ExportModelOperationMetadata_OutputInfo) ProtoReflect() protoreflect.Message
- func (x *ExportModelOperationMetadata_OutputInfo) Reset()
- func (x *ExportModelOperationMetadata_OutputInfo) String() string
- type ExportModelRequest
- func (*ExportModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportModelRequest) GetName() string
- func (x *ExportModelRequest) GetOutputConfig() *ExportModelRequest_OutputConfig
- func (*ExportModelRequest) ProtoMessage()
- func (x *ExportModelRequest) ProtoReflect() protoreflect.Message
- func (x *ExportModelRequest) Reset()
- func (x *ExportModelRequest) String() string
- type ExportModelRequest_OutputConfig
- func (*ExportModelRequest_OutputConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ExportModelRequest_OutputConfig) GetArtifactDestination() *GcsDestination
- func (x *ExportModelRequest_OutputConfig) GetExportFormatId() string
- func (x *ExportModelRequest_OutputConfig) GetImageDestination() *ContainerRegistryDestination
- func (*ExportModelRequest_OutputConfig) ProtoMessage()
- func (x *ExportModelRequest_OutputConfig) ProtoReflect() protoreflect.Message
- func (x *ExportModelRequest_OutputConfig) Reset()
- func (x *ExportModelRequest_OutputConfig) String() string
- type ExportModelResponse
- type ExportTensorboardTimeSeriesDataRequest
- func (*ExportTensorboardTimeSeriesDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportTensorboardTimeSeriesDataRequest) GetFilter() string
- func (x *ExportTensorboardTimeSeriesDataRequest) GetOrderBy() string
- func (x *ExportTensorboardTimeSeriesDataRequest) GetPageSize() int32
- func (x *ExportTensorboardTimeSeriesDataRequest) GetPageToken() string
- func (x *ExportTensorboardTimeSeriesDataRequest) GetTensorboardTimeSeries() string
- func (*ExportTensorboardTimeSeriesDataRequest) ProtoMessage()
- func (x *ExportTensorboardTimeSeriesDataRequest) ProtoReflect() protoreflect.Message
- func (x *ExportTensorboardTimeSeriesDataRequest) Reset()
- func (x *ExportTensorboardTimeSeriesDataRequest) String() string
- type ExportTensorboardTimeSeriesDataResponse
- func (*ExportTensorboardTimeSeriesDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExportTensorboardTimeSeriesDataResponse) GetNextPageToken() string
- func (x *ExportTensorboardTimeSeriesDataResponse) GetTimeSeriesDataPoints() []*TimeSeriesDataPoint
- func (*ExportTensorboardTimeSeriesDataResponse) ProtoMessage()
- func (x *ExportTensorboardTimeSeriesDataResponse) ProtoReflect() protoreflect.Message
- func (x *ExportTensorboardTimeSeriesDataResponse) Reset()
- func (x *ExportTensorboardTimeSeriesDataResponse) String() string
- type Fact
- func (*Fact) Descriptor() ([]byte, []int)deprecated
- func (x *Fact) GetChunk() *RagChunk
- func (x *Fact) GetQuery() string
- func (x *Fact) GetScore() float64
- func (x *Fact) GetSummary() string
- func (x *Fact) GetTitle() string
- func (x *Fact) GetUri() string
- func (x *Fact) GetVectorDistance() float64deprecated
- func (*Fact) ProtoMessage()
- func (x *Fact) ProtoReflect() protoreflect.Message
- func (x *Fact) Reset()
- func (x *Fact) String() string
- type FasterDeploymentConfig
- func (*FasterDeploymentConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FasterDeploymentConfig) GetFastTryoutEnabled() bool
- func (*FasterDeploymentConfig) ProtoMessage()
- func (x *FasterDeploymentConfig) ProtoReflect() protoreflect.Message
- func (x *FasterDeploymentConfig) Reset()
- func (x *FasterDeploymentConfig) String() string
- type Feature
- func (*Feature) Descriptor() ([]byte, []int)deprecated
- func (x *Feature) GetCreateTime() *timestamppb.Timestamp
- func (x *Feature) GetDescription() string
- func (x *Feature) GetDisableMonitoring() bool
- func (x *Feature) GetEtag() string
- func (x *Feature) GetLabels() map[string]string
- func (x *Feature) GetMonitoringStatsAnomalies() []*Feature_MonitoringStatsAnomaly
- func (x *Feature) GetName() string
- func (x *Feature) GetPointOfContact() string
- func (x *Feature) GetUpdateTime() *timestamppb.Timestamp
- func (x *Feature) GetValueType() Feature_ValueType
- func (x *Feature) GetVersionColumnName() string
- func (*Feature) ProtoMessage()
- func (x *Feature) ProtoReflect() protoreflect.Message
- func (x *Feature) Reset()
- func (x *Feature) String() string
- type FeatureGroup
- func (*FeatureGroup) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureGroup) GetBigQuery() *FeatureGroup_BigQuery
- func (x *FeatureGroup) GetCreateTime() *timestamppb.Timestamp
- func (x *FeatureGroup) GetDescription() string
- func (x *FeatureGroup) GetEtag() string
- func (x *FeatureGroup) GetLabels() map[string]string
- func (x *FeatureGroup) GetName() string
- func (x *FeatureGroup) GetSource() isFeatureGroup_Source
- func (x *FeatureGroup) GetUpdateTime() *timestamppb.Timestamp
- func (*FeatureGroup) ProtoMessage()
- func (x *FeatureGroup) ProtoReflect() protoreflect.Message
- func (x *FeatureGroup) Reset()
- func (x *FeatureGroup) String() string
- type FeatureGroup_BigQuery
- func (*FeatureGroup_BigQuery) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureGroup_BigQuery) GetBigQuerySource() *BigQuerySource
- func (x *FeatureGroup_BigQuery) GetDense() bool
- func (x *FeatureGroup_BigQuery) GetEntityIdColumns() []string
- func (x *FeatureGroup_BigQuery) GetStaticDataSource() bool
- func (x *FeatureGroup_BigQuery) GetTimeSeries() *FeatureGroup_BigQuery_TimeSeries
- func (*FeatureGroup_BigQuery) ProtoMessage()
- func (x *FeatureGroup_BigQuery) ProtoReflect() protoreflect.Message
- func (x *FeatureGroup_BigQuery) Reset()
- func (x *FeatureGroup_BigQuery) String() string
- type FeatureGroup_BigQuery_
- type FeatureGroup_BigQuery_TimeSeries
- func (*FeatureGroup_BigQuery_TimeSeries) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureGroup_BigQuery_TimeSeries) GetTimestampColumn() string
- func (*FeatureGroup_BigQuery_TimeSeries) ProtoMessage()
- func (x *FeatureGroup_BigQuery_TimeSeries) ProtoReflect() protoreflect.Message
- func (x *FeatureGroup_BigQuery_TimeSeries) Reset()
- func (x *FeatureGroup_BigQuery_TimeSeries) String() string
- type FeatureNoiseSigma
- func (*FeatureNoiseSigma) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureNoiseSigma) GetNoiseSigma() []*FeatureNoiseSigma_NoiseSigmaForFeature
- func (*FeatureNoiseSigma) ProtoMessage()
- func (x *FeatureNoiseSigma) ProtoReflect() protoreflect.Message
- func (x *FeatureNoiseSigma) Reset()
- func (x *FeatureNoiseSigma) String() string
- type FeatureNoiseSigma_NoiseSigmaForFeature
- func (*FeatureNoiseSigma_NoiseSigmaForFeature) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureNoiseSigma_NoiseSigmaForFeature) GetName() string
- func (x *FeatureNoiseSigma_NoiseSigmaForFeature) GetSigma() float32
- func (*FeatureNoiseSigma_NoiseSigmaForFeature) ProtoMessage()
- func (x *FeatureNoiseSigma_NoiseSigmaForFeature) ProtoReflect() protoreflect.Message
- func (x *FeatureNoiseSigma_NoiseSigmaForFeature) Reset()
- func (x *FeatureNoiseSigma_NoiseSigmaForFeature) String() string
- type FeatureOnlineStore
- func (*FeatureOnlineStore) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureOnlineStore) GetBigtable() *FeatureOnlineStore_Bigtable
- func (x *FeatureOnlineStore) GetCreateTime() *timestamppb.Timestamp
- func (x *FeatureOnlineStore) GetDedicatedServingEndpoint() *FeatureOnlineStore_DedicatedServingEndpoint
- func (x *FeatureOnlineStore) GetEncryptionSpec() *EncryptionSpec
- func (x *FeatureOnlineStore) GetEtag() string
- func (x *FeatureOnlineStore) GetLabels() map[string]string
- func (x *FeatureOnlineStore) GetName() string
- func (x *FeatureOnlineStore) GetOptimized() *FeatureOnlineStore_Optimized
- func (x *FeatureOnlineStore) GetSatisfiesPzi() bool
- func (x *FeatureOnlineStore) GetSatisfiesPzs() bool
- func (x *FeatureOnlineStore) GetState() FeatureOnlineStore_State
- func (x *FeatureOnlineStore) GetStorageType() isFeatureOnlineStore_StorageType
- func (x *FeatureOnlineStore) GetUpdateTime() *timestamppb.Timestamp
- func (*FeatureOnlineStore) ProtoMessage()
- func (x *FeatureOnlineStore) ProtoReflect() protoreflect.Message
- func (x *FeatureOnlineStore) Reset()
- func (x *FeatureOnlineStore) String() string
- type FeatureOnlineStoreAdminServiceClient
- type FeatureOnlineStoreAdminServiceServer
- type FeatureOnlineStoreServiceClient
- type FeatureOnlineStoreServiceServer
- type FeatureOnlineStoreService_FeatureViewDirectWriteClient
- type FeatureOnlineStoreService_FeatureViewDirectWriteServer
- type FeatureOnlineStore_Bigtable
- func (*FeatureOnlineStore_Bigtable) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureOnlineStore_Bigtable) GetAutoScaling() *FeatureOnlineStore_Bigtable_AutoScaling
- func (x *FeatureOnlineStore_Bigtable) GetBigtableMetadata() *FeatureOnlineStore_Bigtable_BigtableMetadata
- func (x *FeatureOnlineStore_Bigtable) GetEnableDirectBigtableAccess() bool
- func (x *FeatureOnlineStore_Bigtable) GetZone() string
- func (*FeatureOnlineStore_Bigtable) ProtoMessage()
- func (x *FeatureOnlineStore_Bigtable) ProtoReflect() protoreflect.Message
- func (x *FeatureOnlineStore_Bigtable) Reset()
- func (x *FeatureOnlineStore_Bigtable) String() string
- type FeatureOnlineStore_Bigtable_
- type FeatureOnlineStore_Bigtable_AutoScaling
- func (*FeatureOnlineStore_Bigtable_AutoScaling) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureOnlineStore_Bigtable_AutoScaling) GetCpuUtilizationTarget() int32
- func (x *FeatureOnlineStore_Bigtable_AutoScaling) GetMaxNodeCount() int32
- func (x *FeatureOnlineStore_Bigtable_AutoScaling) GetMinNodeCount() int32
- func (*FeatureOnlineStore_Bigtable_AutoScaling) ProtoMessage()
- func (x *FeatureOnlineStore_Bigtable_AutoScaling) ProtoReflect() protoreflect.Message
- func (x *FeatureOnlineStore_Bigtable_AutoScaling) Reset()
- func (x *FeatureOnlineStore_Bigtable_AutoScaling) String() string
- type FeatureOnlineStore_Bigtable_BigtableMetadata
- func (*FeatureOnlineStore_Bigtable_BigtableMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureOnlineStore_Bigtable_BigtableMetadata) GetInstanceId() string
- func (x *FeatureOnlineStore_Bigtable_BigtableMetadata) GetTableId() string
- func (x *FeatureOnlineStore_Bigtable_BigtableMetadata) GetTenantProjectId() string
- func (*FeatureOnlineStore_Bigtable_BigtableMetadata) ProtoMessage()
- func (x *FeatureOnlineStore_Bigtable_BigtableMetadata) ProtoReflect() protoreflect.Message
- func (x *FeatureOnlineStore_Bigtable_BigtableMetadata) Reset()
- func (x *FeatureOnlineStore_Bigtable_BigtableMetadata) String() string
- type FeatureOnlineStore_DedicatedServingEndpoint
- func (*FeatureOnlineStore_DedicatedServingEndpoint) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureOnlineStore_DedicatedServingEndpoint) GetPrivateServiceConnectConfig() *PrivateServiceConnectConfig
- func (x *FeatureOnlineStore_DedicatedServingEndpoint) GetPublicEndpointDomainName() string
- func (x *FeatureOnlineStore_DedicatedServingEndpoint) GetServiceAttachment() string
- func (*FeatureOnlineStore_DedicatedServingEndpoint) ProtoMessage()
- func (x *FeatureOnlineStore_DedicatedServingEndpoint) ProtoReflect() protoreflect.Message
- func (x *FeatureOnlineStore_DedicatedServingEndpoint) Reset()
- func (x *FeatureOnlineStore_DedicatedServingEndpoint) String() string
- type FeatureOnlineStore_Optimized
- func (*FeatureOnlineStore_Optimized) Descriptor() ([]byte, []int)deprecated
- func (*FeatureOnlineStore_Optimized) ProtoMessage()
- func (x *FeatureOnlineStore_Optimized) ProtoReflect() protoreflect.Message
- func (x *FeatureOnlineStore_Optimized) Reset()
- func (x *FeatureOnlineStore_Optimized) String() string
- type FeatureOnlineStore_Optimized_
- type FeatureOnlineStore_State
- func (FeatureOnlineStore_State) Descriptor() protoreflect.EnumDescriptor
- func (x FeatureOnlineStore_State) Enum() *FeatureOnlineStore_State
- func (FeatureOnlineStore_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x FeatureOnlineStore_State) Number() protoreflect.EnumNumber
- func (x FeatureOnlineStore_State) String() string
- func (FeatureOnlineStore_State) Type() protoreflect.EnumType
- type FeatureRegistryServiceClient
- type FeatureRegistryServiceServer
- type FeatureSelector
- type FeatureStatsAnomaly
- func (*FeatureStatsAnomaly) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureStatsAnomaly) GetAnomalyDetectionThreshold() float64
- func (x *FeatureStatsAnomaly) GetAnomalyUri() string
- func (x *FeatureStatsAnomaly) GetDistributionDeviation() float64
- func (x *FeatureStatsAnomaly) GetEndTime() *timestamppb.Timestamp
- func (x *FeatureStatsAnomaly) GetScore() float64
- func (x *FeatureStatsAnomaly) GetStartTime() *timestamppb.Timestamp
- func (x *FeatureStatsAnomaly) GetStatsUri() string
- func (*FeatureStatsAnomaly) ProtoMessage()
- func (x *FeatureStatsAnomaly) ProtoReflect() protoreflect.Message
- func (x *FeatureStatsAnomaly) Reset()
- func (x *FeatureStatsAnomaly) String() string
- type FeatureValue
- func (*FeatureValue) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureValue) GetBoolArrayValue() *BoolArray
- func (x *FeatureValue) GetBoolValue() bool
- func (x *FeatureValue) GetBytesValue() []byte
- func (x *FeatureValue) GetDoubleArrayValue() *DoubleArray
- func (x *FeatureValue) GetDoubleValue() float64
- func (x *FeatureValue) GetInt64ArrayValue() *Int64Array
- func (x *FeatureValue) GetInt64Value() int64
- func (x *FeatureValue) GetMetadata() *FeatureValue_Metadata
- func (x *FeatureValue) GetStringArrayValue() *StringArray
- func (x *FeatureValue) GetStringValue() string
- func (x *FeatureValue) GetStructValue() *StructValue
- func (x *FeatureValue) GetValue() isFeatureValue_Value
- func (*FeatureValue) ProtoMessage()
- func (x *FeatureValue) ProtoReflect() protoreflect.Message
- func (x *FeatureValue) Reset()
- func (x *FeatureValue) String() string
- type FeatureValueDestination
- func (*FeatureValueDestination) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureValueDestination) GetBigqueryDestination() *BigQueryDestination
- func (x *FeatureValueDestination) GetCsvDestination() *CsvDestination
- func (x *FeatureValueDestination) GetDestination() isFeatureValueDestination_Destination
- func (x *FeatureValueDestination) GetTfrecordDestination() *TFRecordDestination
- func (*FeatureValueDestination) ProtoMessage()
- func (x *FeatureValueDestination) ProtoReflect() protoreflect.Message
- func (x *FeatureValueDestination) Reset()
- func (x *FeatureValueDestination) String() string
- type FeatureValueDestination_BigqueryDestination
- type FeatureValueDestination_CsvDestination
- type FeatureValueDestination_TfrecordDestination
- type FeatureValueList
- type FeatureValue_BoolArrayValue
- type FeatureValue_BoolValue
- type FeatureValue_BytesValue
- type FeatureValue_DoubleArrayValue
- type FeatureValue_DoubleValue
- type FeatureValue_Int64ArrayValue
- type FeatureValue_Int64Value
- type FeatureValue_Metadata
- func (*FeatureValue_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureValue_Metadata) GetGenerateTime() *timestamppb.Timestamp
- func (*FeatureValue_Metadata) ProtoMessage()
- func (x *FeatureValue_Metadata) ProtoReflect() protoreflect.Message
- func (x *FeatureValue_Metadata) Reset()
- func (x *FeatureValue_Metadata) String() string
- type FeatureValue_StringArrayValue
- type FeatureValue_StringValue
- type FeatureValue_StructValue
- type FeatureView
- func (*FeatureView) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView) GetBigQuerySource() *FeatureView_BigQuerySource
- func (x *FeatureView) GetBigtableMetadata() *FeatureView_BigtableMetadata
- func (x *FeatureView) GetCreateTime() *timestamppb.Timestamp
- func (x *FeatureView) GetEtag() string
- func (x *FeatureView) GetFeatureRegistrySource() *FeatureView_FeatureRegistrySource
- func (x *FeatureView) GetIndexConfig() *FeatureView_IndexConfig
- func (x *FeatureView) GetLabels() map[string]string
- func (x *FeatureView) GetName() string
- func (x *FeatureView) GetOptimizedConfig() *FeatureView_OptimizedConfig
- func (x *FeatureView) GetSatisfiesPzi() bool
- func (x *FeatureView) GetSatisfiesPzs() bool
- func (x *FeatureView) GetServiceAccountEmail() string
- func (x *FeatureView) GetServiceAgentType() FeatureView_ServiceAgentType
- func (x *FeatureView) GetSource() isFeatureView_Source
- func (x *FeatureView) GetSyncConfig() *FeatureView_SyncConfig
- func (x *FeatureView) GetUpdateTime() *timestamppb.Timestamp
- func (x *FeatureView) GetVertexRagSource() *FeatureView_VertexRagSource
- func (*FeatureView) ProtoMessage()
- func (x *FeatureView) ProtoReflect() protoreflect.Message
- func (x *FeatureView) Reset()
- func (x *FeatureView) String() string
- type FeatureViewDataFormat
- func (FeatureViewDataFormat) Descriptor() protoreflect.EnumDescriptor
- func (x FeatureViewDataFormat) Enum() *FeatureViewDataFormat
- func (FeatureViewDataFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x FeatureViewDataFormat) Number() protoreflect.EnumNumber
- func (x FeatureViewDataFormat) String() string
- func (FeatureViewDataFormat) Type() protoreflect.EnumType
- type FeatureViewDataKey
- func (*FeatureViewDataKey) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewDataKey) GetCompositeKey() *FeatureViewDataKey_CompositeKey
- func (x *FeatureViewDataKey) GetKey() string
- func (x *FeatureViewDataKey) GetKeyOneof() isFeatureViewDataKey_KeyOneof
- func (*FeatureViewDataKey) ProtoMessage()
- func (x *FeatureViewDataKey) ProtoReflect() protoreflect.Message
- func (x *FeatureViewDataKey) Reset()
- func (x *FeatureViewDataKey) String() string
- type FeatureViewDataKey_CompositeKey
- func (*FeatureViewDataKey_CompositeKey) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewDataKey_CompositeKey) GetParts() []string
- func (*FeatureViewDataKey_CompositeKey) ProtoMessage()
- func (x *FeatureViewDataKey_CompositeKey) ProtoReflect() protoreflect.Message
- func (x *FeatureViewDataKey_CompositeKey) Reset()
- func (x *FeatureViewDataKey_CompositeKey) String() string
- type FeatureViewDataKey_CompositeKey_
- type FeatureViewDataKey_Key
- type FeatureViewDirectWriteRequest
- func (*FeatureViewDirectWriteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewDirectWriteRequest) GetDataKeyAndFeatureValues() []*FeatureViewDirectWriteRequest_DataKeyAndFeatureValues
- func (x *FeatureViewDirectWriteRequest) GetFeatureView() string
- func (*FeatureViewDirectWriteRequest) ProtoMessage()
- func (x *FeatureViewDirectWriteRequest) ProtoReflect() protoreflect.Message
- func (x *FeatureViewDirectWriteRequest) Reset()
- func (x *FeatureViewDirectWriteRequest) String() string
- type FeatureViewDirectWriteRequest_DataKeyAndFeatureValues
- func (*FeatureViewDirectWriteRequest_DataKeyAndFeatureValues) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues) GetDataKey() *FeatureViewDataKey
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues) GetFeatures() []*FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature
- func (*FeatureViewDirectWriteRequest_DataKeyAndFeatureValues) ProtoMessage()
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues) ProtoReflect() protoreflect.Message
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues) Reset()
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues) String() string
- type FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature
- func (*FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) GetDataOneof() isFeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature_DataOneof
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) GetName() string
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) GetValue() *FeatureValue
- func (*FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) ProtoMessage()
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) ProtoReflect() protoreflect.Message
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) Reset()
- func (x *FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature) String() string
- type FeatureViewDirectWriteRequest_DataKeyAndFeatureValues_Feature_Value
- type FeatureViewDirectWriteResponse
- func (*FeatureViewDirectWriteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewDirectWriteResponse) GetStatus() *status.Status
- func (x *FeatureViewDirectWriteResponse) GetWriteResponses() []*FeatureViewDirectWriteResponse_WriteResponse
- func (*FeatureViewDirectWriteResponse) ProtoMessage()
- func (x *FeatureViewDirectWriteResponse) ProtoReflect() protoreflect.Message
- func (x *FeatureViewDirectWriteResponse) Reset()
- func (x *FeatureViewDirectWriteResponse) String() string
- type FeatureViewDirectWriteResponse_WriteResponse
- func (*FeatureViewDirectWriteResponse_WriteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewDirectWriteResponse_WriteResponse) GetDataKey() *FeatureViewDataKey
- func (x *FeatureViewDirectWriteResponse_WriteResponse) GetOnlineStoreWriteTime() *timestamppb.Timestamp
- func (*FeatureViewDirectWriteResponse_WriteResponse) ProtoMessage()
- func (x *FeatureViewDirectWriteResponse_WriteResponse) ProtoReflect() protoreflect.Message
- func (x *FeatureViewDirectWriteResponse_WriteResponse) Reset()
- func (x *FeatureViewDirectWriteResponse_WriteResponse) String() string
- type FeatureViewSync
- func (*FeatureViewSync) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewSync) GetCreateTime() *timestamppb.Timestamp
- func (x *FeatureViewSync) GetFinalStatus() *status.Status
- func (x *FeatureViewSync) GetName() string
- func (x *FeatureViewSync) GetRunTime() *interval.Interval
- func (x *FeatureViewSync) GetSatisfiesPzi() bool
- func (x *FeatureViewSync) GetSatisfiesPzs() bool
- func (x *FeatureViewSync) GetSyncSummary() *FeatureViewSync_SyncSummary
- func (*FeatureViewSync) ProtoMessage()
- func (x *FeatureViewSync) ProtoReflect() protoreflect.Message
- func (x *FeatureViewSync) Reset()
- func (x *FeatureViewSync) String() string
- type FeatureViewSync_SyncSummary
- func (*FeatureViewSync_SyncSummary) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureViewSync_SyncSummary) GetRowSynced() int64
- func (x *FeatureViewSync_SyncSummary) GetSystemWatermarkTime() *timestamppb.Timestamp
- func (x *FeatureViewSync_SyncSummary) GetTotalSlot() int64
- func (*FeatureViewSync_SyncSummary) ProtoMessage()
- func (x *FeatureViewSync_SyncSummary) ProtoReflect() protoreflect.Message
- func (x *FeatureViewSync_SyncSummary) Reset()
- func (x *FeatureViewSync_SyncSummary) String() string
- type FeatureView_BigQuerySource
- func (*FeatureView_BigQuerySource) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_BigQuerySource) GetEntityIdColumns() []string
- func (x *FeatureView_BigQuerySource) GetUri() string
- func (*FeatureView_BigQuerySource) ProtoMessage()
- func (x *FeatureView_BigQuerySource) ProtoReflect() protoreflect.Message
- func (x *FeatureView_BigQuerySource) Reset()
- func (x *FeatureView_BigQuerySource) String() string
- type FeatureView_BigQuerySource_
- type FeatureView_BigtableMetadata
- func (*FeatureView_BigtableMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_BigtableMetadata) GetReadAppProfile() string
- func (*FeatureView_BigtableMetadata) ProtoMessage()
- func (x *FeatureView_BigtableMetadata) ProtoReflect() protoreflect.Message
- func (x *FeatureView_BigtableMetadata) Reset()
- func (x *FeatureView_BigtableMetadata) String() string
- type FeatureView_FeatureRegistrySource
- func (*FeatureView_FeatureRegistrySource) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_FeatureRegistrySource) GetFeatureGroups() []*FeatureView_FeatureRegistrySource_FeatureGroup
- func (x *FeatureView_FeatureRegistrySource) GetProjectNumber() int64
- func (*FeatureView_FeatureRegistrySource) ProtoMessage()
- func (x *FeatureView_FeatureRegistrySource) ProtoReflect() protoreflect.Message
- func (x *FeatureView_FeatureRegistrySource) Reset()
- func (x *FeatureView_FeatureRegistrySource) String() string
- type FeatureView_FeatureRegistrySource_
- type FeatureView_FeatureRegistrySource_FeatureGroup
- func (*FeatureView_FeatureRegistrySource_FeatureGroup) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_FeatureRegistrySource_FeatureGroup) GetFeatureGroupId() string
- func (x *FeatureView_FeatureRegistrySource_FeatureGroup) GetFeatureIds() []string
- func (*FeatureView_FeatureRegistrySource_FeatureGroup) ProtoMessage()
- func (x *FeatureView_FeatureRegistrySource_FeatureGroup) ProtoReflect() protoreflect.Message
- func (x *FeatureView_FeatureRegistrySource_FeatureGroup) Reset()
- func (x *FeatureView_FeatureRegistrySource_FeatureGroup) String() string
- type FeatureView_IndexConfig
- func (*FeatureView_IndexConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_IndexConfig) GetAlgorithmConfig() isFeatureView_IndexConfig_AlgorithmConfig
- func (x *FeatureView_IndexConfig) GetBruteForceConfig() *FeatureView_IndexConfig_BruteForceConfig
- func (x *FeatureView_IndexConfig) GetCrowdingColumn() string
- func (x *FeatureView_IndexConfig) GetDistanceMeasureType() FeatureView_IndexConfig_DistanceMeasureType
- func (x *FeatureView_IndexConfig) GetEmbeddingColumn() string
- func (x *FeatureView_IndexConfig) GetEmbeddingDimension() int32
- func (x *FeatureView_IndexConfig) GetFilterColumns() []string
- func (x *FeatureView_IndexConfig) GetTreeAhConfig() *FeatureView_IndexConfig_TreeAHConfig
- func (*FeatureView_IndexConfig) ProtoMessage()
- func (x *FeatureView_IndexConfig) ProtoReflect() protoreflect.Message
- func (x *FeatureView_IndexConfig) Reset()
- func (x *FeatureView_IndexConfig) String() string
- type FeatureView_IndexConfig_BruteForceConfig
- func (*FeatureView_IndexConfig_BruteForceConfig) Descriptor() ([]byte, []int)deprecated
- func (*FeatureView_IndexConfig_BruteForceConfig) ProtoMessage()
- func (x *FeatureView_IndexConfig_BruteForceConfig) ProtoReflect() protoreflect.Message
- func (x *FeatureView_IndexConfig_BruteForceConfig) Reset()
- func (x *FeatureView_IndexConfig_BruteForceConfig) String() string
- type FeatureView_IndexConfig_BruteForceConfig_
- type FeatureView_IndexConfig_DistanceMeasureType
- func (FeatureView_IndexConfig_DistanceMeasureType) Descriptor() protoreflect.EnumDescriptor
- func (x FeatureView_IndexConfig_DistanceMeasureType) Enum() *FeatureView_IndexConfig_DistanceMeasureType
- func (FeatureView_IndexConfig_DistanceMeasureType) EnumDescriptor() ([]byte, []int)deprecated
- func (x FeatureView_IndexConfig_DistanceMeasureType) Number() protoreflect.EnumNumber
- func (x FeatureView_IndexConfig_DistanceMeasureType) String() string
- func (FeatureView_IndexConfig_DistanceMeasureType) Type() protoreflect.EnumType
- type FeatureView_IndexConfig_TreeAHConfig
- func (*FeatureView_IndexConfig_TreeAHConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_IndexConfig_TreeAHConfig) GetLeafNodeEmbeddingCount() int64
- func (*FeatureView_IndexConfig_TreeAHConfig) ProtoMessage()
- func (x *FeatureView_IndexConfig_TreeAHConfig) ProtoReflect() protoreflect.Message
- func (x *FeatureView_IndexConfig_TreeAHConfig) Reset()
- func (x *FeatureView_IndexConfig_TreeAHConfig) String() string
- type FeatureView_IndexConfig_TreeAhConfig
- type FeatureView_OptimizedConfig
- func (*FeatureView_OptimizedConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_OptimizedConfig) GetAutomaticResources() *AutomaticResources
- func (*FeatureView_OptimizedConfig) ProtoMessage()
- func (x *FeatureView_OptimizedConfig) ProtoReflect() protoreflect.Message
- func (x *FeatureView_OptimizedConfig) Reset()
- func (x *FeatureView_OptimizedConfig) String() string
- type FeatureView_ServiceAgentType
- func (FeatureView_ServiceAgentType) Descriptor() protoreflect.EnumDescriptor
- func (x FeatureView_ServiceAgentType) Enum() *FeatureView_ServiceAgentType
- func (FeatureView_ServiceAgentType) EnumDescriptor() ([]byte, []int)deprecated
- func (x FeatureView_ServiceAgentType) Number() protoreflect.EnumNumber
- func (x FeatureView_ServiceAgentType) String() string
- func (FeatureView_ServiceAgentType) Type() protoreflect.EnumType
- type FeatureView_SyncConfig
- func (*FeatureView_SyncConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_SyncConfig) GetContinuous() bool
- func (x *FeatureView_SyncConfig) GetCron() string
- func (*FeatureView_SyncConfig) ProtoMessage()
- func (x *FeatureView_SyncConfig) ProtoReflect() protoreflect.Message
- func (x *FeatureView_SyncConfig) Reset()
- func (x *FeatureView_SyncConfig) String() string
- type FeatureView_VertexRagSource
- func (*FeatureView_VertexRagSource) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureView_VertexRagSource) GetRagCorpusId() int64
- func (x *FeatureView_VertexRagSource) GetUri() string
- func (*FeatureView_VertexRagSource) ProtoMessage()
- func (x *FeatureView_VertexRagSource) ProtoReflect() protoreflect.Message
- func (x *FeatureView_VertexRagSource) Reset()
- func (x *FeatureView_VertexRagSource) String() string
- type FeatureView_VertexRagSource_
- type Feature_MonitoringStatsAnomaly
- func (*Feature_MonitoringStatsAnomaly) Descriptor() ([]byte, []int)deprecated
- func (x *Feature_MonitoringStatsAnomaly) GetFeatureStatsAnomaly() *FeatureStatsAnomaly
- func (x *Feature_MonitoringStatsAnomaly) GetObjective() Feature_MonitoringStatsAnomaly_Objective
- func (*Feature_MonitoringStatsAnomaly) ProtoMessage()
- func (x *Feature_MonitoringStatsAnomaly) ProtoReflect() protoreflect.Message
- func (x *Feature_MonitoringStatsAnomaly) Reset()
- func (x *Feature_MonitoringStatsAnomaly) String() string
- type Feature_MonitoringStatsAnomaly_Objective
- func (Feature_MonitoringStatsAnomaly_Objective) Descriptor() protoreflect.EnumDescriptor
- func (x Feature_MonitoringStatsAnomaly_Objective) Enum() *Feature_MonitoringStatsAnomaly_Objective
- func (Feature_MonitoringStatsAnomaly_Objective) EnumDescriptor() ([]byte, []int)deprecated
- func (x Feature_MonitoringStatsAnomaly_Objective) Number() protoreflect.EnumNumber
- func (x Feature_MonitoringStatsAnomaly_Objective) String() string
- func (Feature_MonitoringStatsAnomaly_Objective) Type() protoreflect.EnumType
- type Feature_ValueType
- func (Feature_ValueType) Descriptor() protoreflect.EnumDescriptor
- func (x Feature_ValueType) Enum() *Feature_ValueType
- func (Feature_ValueType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Feature_ValueType) Number() protoreflect.EnumNumber
- func (x Feature_ValueType) String() string
- func (Feature_ValueType) Type() protoreflect.EnumType
- type Featurestore
- func (*Featurestore) Descriptor() ([]byte, []int)deprecated
- func (x *Featurestore) GetCreateTime() *timestamppb.Timestamp
- func (x *Featurestore) GetEncryptionSpec() *EncryptionSpec
- func (x *Featurestore) GetEtag() string
- func (x *Featurestore) GetLabels() map[string]string
- func (x *Featurestore) GetName() string
- func (x *Featurestore) GetOnlineServingConfig() *Featurestore_OnlineServingConfig
- func (x *Featurestore) GetOnlineStorageTtlDays() int32
- func (x *Featurestore) GetSatisfiesPzi() bool
- func (x *Featurestore) GetSatisfiesPzs() bool
- func (x *Featurestore) GetState() Featurestore_State
- func (x *Featurestore) GetUpdateTime() *timestamppb.Timestamp
- func (*Featurestore) ProtoMessage()
- func (x *Featurestore) ProtoReflect() protoreflect.Message
- func (x *Featurestore) Reset()
- func (x *Featurestore) String() string
- type FeaturestoreMonitoringConfig
- func (*FeaturestoreMonitoringConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FeaturestoreMonitoringConfig) GetCategoricalThresholdConfig() *FeaturestoreMonitoringConfig_ThresholdConfig
- func (x *FeaturestoreMonitoringConfig) GetImportFeaturesAnalysis() *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis
- func (x *FeaturestoreMonitoringConfig) GetNumericalThresholdConfig() *FeaturestoreMonitoringConfig_ThresholdConfig
- func (x *FeaturestoreMonitoringConfig) GetSnapshotAnalysis() *FeaturestoreMonitoringConfig_SnapshotAnalysis
- func (*FeaturestoreMonitoringConfig) ProtoMessage()
- func (x *FeaturestoreMonitoringConfig) ProtoReflect() protoreflect.Message
- func (x *FeaturestoreMonitoringConfig) Reset()
- func (x *FeaturestoreMonitoringConfig) String() string
- type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis
- func (*FeaturestoreMonitoringConfig_ImportFeaturesAnalysis) Descriptor() ([]byte, []int)deprecated
- func (x *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis) GetAnomalyDetectionBaseline() FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline
- func (x *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis) GetState() FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State
- func (*FeaturestoreMonitoringConfig_ImportFeaturesAnalysis) ProtoMessage()
- func (x *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis) ProtoReflect() protoreflect.Message
- func (x *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis) Reset()
- func (x *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis) String() string
- type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline
- func (FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline) Descriptor() protoreflect.EnumDescriptor
- func (x FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline) Enum() *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline
- func (FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline) EnumDescriptor() ([]byte, []int)deprecated
- func (x FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline) Number() protoreflect.EnumNumber
- func (x FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline) String() string
- func (FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline) Type() protoreflect.EnumType
- type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State
- func (FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State) Descriptor() protoreflect.EnumDescriptor
- func (x FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State) Enum() *FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State
- func (FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State) Number() protoreflect.EnumNumber
- func (x FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State) String() string
- func (FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State) Type() protoreflect.EnumType
- type FeaturestoreMonitoringConfig_SnapshotAnalysis
- func (*FeaturestoreMonitoringConfig_SnapshotAnalysis) Descriptor() ([]byte, []int)deprecated
- func (x *FeaturestoreMonitoringConfig_SnapshotAnalysis) GetDisabled() bool
- func (x *FeaturestoreMonitoringConfig_SnapshotAnalysis) GetMonitoringIntervalDays() int32
- func (x *FeaturestoreMonitoringConfig_SnapshotAnalysis) GetStalenessDays() int32
- func (*FeaturestoreMonitoringConfig_SnapshotAnalysis) ProtoMessage()
- func (x *FeaturestoreMonitoringConfig_SnapshotAnalysis) ProtoReflect() protoreflect.Message
- func (x *FeaturestoreMonitoringConfig_SnapshotAnalysis) Reset()
- func (x *FeaturestoreMonitoringConfig_SnapshotAnalysis) String() string
- type FeaturestoreMonitoringConfig_ThresholdConfig
- func (*FeaturestoreMonitoringConfig_ThresholdConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FeaturestoreMonitoringConfig_ThresholdConfig) GetThreshold() isFeaturestoreMonitoringConfig_ThresholdConfig_Threshold
- func (x *FeaturestoreMonitoringConfig_ThresholdConfig) GetValue() float64
- func (*FeaturestoreMonitoringConfig_ThresholdConfig) ProtoMessage()
- func (x *FeaturestoreMonitoringConfig_ThresholdConfig) ProtoReflect() protoreflect.Message
- func (x *FeaturestoreMonitoringConfig_ThresholdConfig) Reset()
- func (x *FeaturestoreMonitoringConfig_ThresholdConfig) String() string
- type FeaturestoreMonitoringConfig_ThresholdConfig_Value
- type FeaturestoreOnlineServingServiceClient
- type FeaturestoreOnlineServingServiceServer
- type FeaturestoreOnlineServingService_StreamingReadFeatureValuesClient
- type FeaturestoreOnlineServingService_StreamingReadFeatureValuesServer
- type FeaturestoreServiceClient
- type FeaturestoreServiceServer
- type Featurestore_OnlineServingConfig
- func (*Featurestore_OnlineServingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Featurestore_OnlineServingConfig) GetFixedNodeCount() int32
- func (x *Featurestore_OnlineServingConfig) GetScaling() *Featurestore_OnlineServingConfig_Scaling
- func (*Featurestore_OnlineServingConfig) ProtoMessage()
- func (x *Featurestore_OnlineServingConfig) ProtoReflect() protoreflect.Message
- func (x *Featurestore_OnlineServingConfig) Reset()
- func (x *Featurestore_OnlineServingConfig) String() string
- type Featurestore_OnlineServingConfig_Scaling
- func (*Featurestore_OnlineServingConfig_Scaling) Descriptor() ([]byte, []int)deprecated
- func (x *Featurestore_OnlineServingConfig_Scaling) GetCpuUtilizationTarget() int32
- func (x *Featurestore_OnlineServingConfig_Scaling) GetMaxNodeCount() int32
- func (x *Featurestore_OnlineServingConfig_Scaling) GetMinNodeCount() int32
- func (*Featurestore_OnlineServingConfig_Scaling) ProtoMessage()
- func (x *Featurestore_OnlineServingConfig_Scaling) ProtoReflect() protoreflect.Message
- func (x *Featurestore_OnlineServingConfig_Scaling) Reset()
- func (x *Featurestore_OnlineServingConfig_Scaling) String() string
- type Featurestore_State
- func (Featurestore_State) Descriptor() protoreflect.EnumDescriptor
- func (x Featurestore_State) Enum() *Featurestore_State
- func (Featurestore_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Featurestore_State) Number() protoreflect.EnumNumber
- func (x Featurestore_State) String() string
- func (Featurestore_State) Type() protoreflect.EnumType
- type FetchFeatureValuesRequest
- func (*FetchFeatureValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FetchFeatureValuesRequest) GetDataFormat() FeatureViewDataFormat
- func (x *FetchFeatureValuesRequest) GetDataKey() *FeatureViewDataKey
- func (x *FetchFeatureValuesRequest) GetFeatureView() string
- func (*FetchFeatureValuesRequest) ProtoMessage()
- func (x *FetchFeatureValuesRequest) ProtoReflect() protoreflect.Message
- func (x *FetchFeatureValuesRequest) Reset()
- func (x *FetchFeatureValuesRequest) String() string
- type FetchFeatureValuesResponse
- func (*FetchFeatureValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchFeatureValuesResponse) GetDataKey() *FeatureViewDataKey
- func (x *FetchFeatureValuesResponse) GetFormat() isFetchFeatureValuesResponse_Format
- func (x *FetchFeatureValuesResponse) GetKeyValues() *FetchFeatureValuesResponse_FeatureNameValuePairList
- func (x *FetchFeatureValuesResponse) GetProtoStruct() *structpb.Struct
- func (*FetchFeatureValuesResponse) ProtoMessage()
- func (x *FetchFeatureValuesResponse) ProtoReflect() protoreflect.Message
- func (x *FetchFeatureValuesResponse) Reset()
- func (x *FetchFeatureValuesResponse) String() string
- type FetchFeatureValuesResponse_FeatureNameValuePairList
- func (*FetchFeatureValuesResponse_FeatureNameValuePairList) Descriptor() ([]byte, []int)deprecated
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList) GetFeatures() []*FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair
- func (*FetchFeatureValuesResponse_FeatureNameValuePairList) ProtoMessage()
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList) ProtoReflect() protoreflect.Message
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList) Reset()
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList) String() string
- type FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair
- func (*FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) Descriptor() ([]byte, []int)deprecated
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) GetData() ...
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) GetName() string
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) GetValue() *FeatureValue
- func (*FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) ProtoMessage()
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) ProtoReflect() protoreflect.Message
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) Reset()
- func (x *FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair) String() string
- type FetchFeatureValuesResponse_FeatureNameValuePairList_FeatureNameValuePair_Value
- type FetchFeatureValuesResponse_KeyValues
- type FetchFeatureValuesResponse_ProtoStruct
- type FileData
- type FileStatus
- func (*FileStatus) Descriptor() ([]byte, []int)deprecated
- func (x *FileStatus) GetErrorStatus() string
- func (x *FileStatus) GetState() FileStatus_State
- func (*FileStatus) ProtoMessage()
- func (x *FileStatus) ProtoReflect() protoreflect.Message
- func (x *FileStatus) Reset()
- func (x *FileStatus) String() string
- type FileStatus_State
- func (FileStatus_State) Descriptor() protoreflect.EnumDescriptor
- func (x FileStatus_State) Enum() *FileStatus_State
- func (FileStatus_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x FileStatus_State) Number() protoreflect.EnumNumber
- func (x FileStatus_State) String() string
- func (FileStatus_State) Type() protoreflect.EnumType
- type FilterSplit
- func (*FilterSplit) Descriptor() ([]byte, []int)deprecated
- func (x *FilterSplit) GetTestFilter() string
- func (x *FilterSplit) GetTrainingFilter() string
- func (x *FilterSplit) GetValidationFilter() string
- func (*FilterSplit) ProtoMessage()
- func (x *FilterSplit) ProtoReflect() protoreflect.Message
- func (x *FilterSplit) Reset()
- func (x *FilterSplit) String() string
- type FindNeighborsRequest
- func (*FindNeighborsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindNeighborsRequest) GetDeployedIndexId() string
- func (x *FindNeighborsRequest) GetIndexEndpoint() string
- func (x *FindNeighborsRequest) GetQueries() []*FindNeighborsRequest_Query
- func (x *FindNeighborsRequest) GetReturnFullDatapoint() bool
- func (*FindNeighborsRequest) ProtoMessage()
- func (x *FindNeighborsRequest) ProtoReflect() protoreflect.Message
- func (x *FindNeighborsRequest) Reset()
- func (x *FindNeighborsRequest) String() string
- type FindNeighborsRequest_Query
- func (*FindNeighborsRequest_Query) Descriptor() ([]byte, []int)deprecated
- func (x *FindNeighborsRequest_Query) GetApproximateNeighborCount() int32
- func (x *FindNeighborsRequest_Query) GetDatapoint() *IndexDatapoint
- func (x *FindNeighborsRequest_Query) GetFractionLeafNodesToSearchOverride() float64
- func (x *FindNeighborsRequest_Query) GetNeighborCount() int32
- func (x *FindNeighborsRequest_Query) GetPerCrowdingAttributeNeighborCount() int32
- func (x *FindNeighborsRequest_Query) GetRanking() isFindNeighborsRequest_Query_Ranking
- func (x *FindNeighborsRequest_Query) GetRrf() *FindNeighborsRequest_Query_RRF
- func (*FindNeighborsRequest_Query) ProtoMessage()
- func (x *FindNeighborsRequest_Query) ProtoReflect() protoreflect.Message
- func (x *FindNeighborsRequest_Query) Reset()
- func (x *FindNeighborsRequest_Query) String() string
- type FindNeighborsRequest_Query_RRF
- func (*FindNeighborsRequest_Query_RRF) Descriptor() ([]byte, []int)deprecated
- func (x *FindNeighborsRequest_Query_RRF) GetAlpha() float32
- func (*FindNeighborsRequest_Query_RRF) ProtoMessage()
- func (x *FindNeighborsRequest_Query_RRF) ProtoReflect() protoreflect.Message
- func (x *FindNeighborsRequest_Query_RRF) Reset()
- func (x *FindNeighborsRequest_Query_RRF) String() string
- type FindNeighborsRequest_Query_Rrf
- type FindNeighborsResponse
- func (*FindNeighborsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindNeighborsResponse) GetNearestNeighbors() []*FindNeighborsResponse_NearestNeighbors
- func (*FindNeighborsResponse) ProtoMessage()
- func (x *FindNeighborsResponse) ProtoReflect() protoreflect.Message
- func (x *FindNeighborsResponse) Reset()
- func (x *FindNeighborsResponse) String() string
- type FindNeighborsResponse_NearestNeighbors
- func (*FindNeighborsResponse_NearestNeighbors) Descriptor() ([]byte, []int)deprecated
- func (x *FindNeighborsResponse_NearestNeighbors) GetId() string
- func (x *FindNeighborsResponse_NearestNeighbors) GetNeighbors() []*FindNeighborsResponse_Neighbor
- func (*FindNeighborsResponse_NearestNeighbors) ProtoMessage()
- func (x *FindNeighborsResponse_NearestNeighbors) ProtoReflect() protoreflect.Message
- func (x *FindNeighborsResponse_NearestNeighbors) Reset()
- func (x *FindNeighborsResponse_NearestNeighbors) String() string
- type FindNeighborsResponse_Neighbor
- func (*FindNeighborsResponse_Neighbor) Descriptor() ([]byte, []int)deprecated
- func (x *FindNeighborsResponse_Neighbor) GetDatapoint() *IndexDatapoint
- func (x *FindNeighborsResponse_Neighbor) GetDistance() float64
- func (x *FindNeighborsResponse_Neighbor) GetSparseDistance() float64
- func (*FindNeighborsResponse_Neighbor) ProtoMessage()
- func (x *FindNeighborsResponse_Neighbor) ProtoReflect() protoreflect.Message
- func (x *FindNeighborsResponse_Neighbor) Reset()
- func (x *FindNeighborsResponse_Neighbor) String() string
- type FluencyInput
- func (*FluencyInput) Descriptor() ([]byte, []int)deprecated
- func (x *FluencyInput) GetInstance() *FluencyInstance
- func (x *FluencyInput) GetMetricSpec() *FluencySpec
- func (*FluencyInput) ProtoMessage()
- func (x *FluencyInput) ProtoReflect() protoreflect.Message
- func (x *FluencyInput) Reset()
- func (x *FluencyInput) String() string
- type FluencyInstance
- type FluencyResult
- func (*FluencyResult) Descriptor() ([]byte, []int)deprecated
- func (x *FluencyResult) GetConfidence() float32
- func (x *FluencyResult) GetExplanation() string
- func (x *FluencyResult) GetScore() float32
- func (*FluencyResult) ProtoMessage()
- func (x *FluencyResult) ProtoReflect() protoreflect.Message
- func (x *FluencyResult) Reset()
- func (x *FluencyResult) String() string
- type FluencySpec
- type FractionSplit
- func (*FractionSplit) Descriptor() ([]byte, []int)deprecated
- func (x *FractionSplit) GetTestFraction() float64
- func (x *FractionSplit) GetTrainingFraction() float64
- func (x *FractionSplit) GetValidationFraction() float64
- func (*FractionSplit) ProtoMessage()
- func (x *FractionSplit) ProtoReflect() protoreflect.Message
- func (x *FractionSplit) Reset()
- func (x *FractionSplit) String() string
- type FulfillmentInput
- func (*FulfillmentInput) Descriptor() ([]byte, []int)deprecated
- func (x *FulfillmentInput) GetInstance() *FulfillmentInstance
- func (x *FulfillmentInput) GetMetricSpec() *FulfillmentSpec
- func (*FulfillmentInput) ProtoMessage()
- func (x *FulfillmentInput) ProtoReflect() protoreflect.Message
- func (x *FulfillmentInput) Reset()
- func (x *FulfillmentInput) String() string
- type FulfillmentInstance
- func (*FulfillmentInstance) Descriptor() ([]byte, []int)deprecated
- func (x *FulfillmentInstance) GetInstruction() string
- func (x *FulfillmentInstance) GetPrediction() string
- func (*FulfillmentInstance) ProtoMessage()
- func (x *FulfillmentInstance) ProtoReflect() protoreflect.Message
- func (x *FulfillmentInstance) Reset()
- func (x *FulfillmentInstance) String() string
- type FulfillmentResult
- func (*FulfillmentResult) Descriptor() ([]byte, []int)deprecated
- func (x *FulfillmentResult) GetConfidence() float32
- func (x *FulfillmentResult) GetExplanation() string
- func (x *FulfillmentResult) GetScore() float32
- func (*FulfillmentResult) ProtoMessage()
- func (x *FulfillmentResult) ProtoReflect() protoreflect.Message
- func (x *FulfillmentResult) Reset()
- func (x *FulfillmentResult) String() string
- type FulfillmentSpec
- type FunctionCall
- func (*FunctionCall) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionCall) GetArgs() *structpb.Struct
- func (x *FunctionCall) GetName() string
- func (x *FunctionCall) GetPartialArgs() []*PartialArg
- func (x *FunctionCall) GetWillContinue() bool
- func (*FunctionCall) ProtoMessage()
- func (x *FunctionCall) ProtoReflect() protoreflect.Message
- func (x *FunctionCall) Reset()
- func (x *FunctionCall) String() string
- type FunctionCallingConfig
- func (*FunctionCallingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionCallingConfig) GetAllowedFunctionNames() []string
- func (x *FunctionCallingConfig) GetMode() FunctionCallingConfig_Mode
- func (x *FunctionCallingConfig) GetStreamFunctionCallArguments() bool
- func (*FunctionCallingConfig) ProtoMessage()
- func (x *FunctionCallingConfig) ProtoReflect() protoreflect.Message
- func (x *FunctionCallingConfig) Reset()
- func (x *FunctionCallingConfig) String() string
- type FunctionCallingConfig_Mode
- func (FunctionCallingConfig_Mode) Descriptor() protoreflect.EnumDescriptor
- func (x FunctionCallingConfig_Mode) Enum() *FunctionCallingConfig_Mode
- func (FunctionCallingConfig_Mode) EnumDescriptor() ([]byte, []int)deprecated
- func (x FunctionCallingConfig_Mode) Number() protoreflect.EnumNumber
- func (x FunctionCallingConfig_Mode) String() string
- func (FunctionCallingConfig_Mode) Type() protoreflect.EnumType
- type FunctionDeclaration
- func (*FunctionDeclaration) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionDeclaration) GetDescription() string
- func (x *FunctionDeclaration) GetName() string
- func (x *FunctionDeclaration) GetParameters() *Schema
- func (x *FunctionDeclaration) GetParametersJsonSchema() *structpb.Value
- func (x *FunctionDeclaration) GetResponse() *Schema
- func (x *FunctionDeclaration) GetResponseJsonSchema() *structpb.Value
- func (*FunctionDeclaration) ProtoMessage()
- func (x *FunctionDeclaration) ProtoReflect() protoreflect.Message
- func (x *FunctionDeclaration) Reset()
- func (x *FunctionDeclaration) String() string
- type FunctionResponse
- func (*FunctionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionResponse) GetName() string
- func (x *FunctionResponse) GetParts() []*FunctionResponsePart
- func (x *FunctionResponse) GetResponse() *structpb.Struct
- func (*FunctionResponse) ProtoMessage()
- func (x *FunctionResponse) ProtoReflect() protoreflect.Message
- func (x *FunctionResponse) Reset()
- func (x *FunctionResponse) String() string
- type FunctionResponseBlob
- func (*FunctionResponseBlob) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionResponseBlob) GetData() []byte
- func (x *FunctionResponseBlob) GetDisplayName() string
- func (x *FunctionResponseBlob) GetMimeType() string
- func (*FunctionResponseBlob) ProtoMessage()
- func (x *FunctionResponseBlob) ProtoReflect() protoreflect.Message
- func (x *FunctionResponseBlob) Reset()
- func (x *FunctionResponseBlob) String() string
- type FunctionResponseFileData
- func (*FunctionResponseFileData) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionResponseFileData) GetDisplayName() string
- func (x *FunctionResponseFileData) GetFileUri() string
- func (x *FunctionResponseFileData) GetMimeType() string
- func (*FunctionResponseFileData) ProtoMessage()
- func (x *FunctionResponseFileData) ProtoReflect() protoreflect.Message
- func (x *FunctionResponseFileData) Reset()
- func (x *FunctionResponseFileData) String() string
- type FunctionResponsePart
- func (*FunctionResponsePart) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionResponsePart) GetData() isFunctionResponsePart_Data
- func (x *FunctionResponsePart) GetFileData() *FunctionResponseFileData
- func (x *FunctionResponsePart) GetInlineData() *FunctionResponseBlob
- func (*FunctionResponsePart) ProtoMessage()
- func (x *FunctionResponsePart) ProtoReflect() protoreflect.Message
- func (x *FunctionResponsePart) Reset()
- func (x *FunctionResponsePart) String() string
- type FunctionResponsePart_FileData
- type FunctionResponsePart_InlineData
- type GcsDestination
- type GcsSource
- type GenAiAdvancedFeaturesConfig
- func (*GenAiAdvancedFeaturesConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GenAiAdvancedFeaturesConfig) GetRagConfig() *GenAiAdvancedFeaturesConfig_RagConfig
- func (*GenAiAdvancedFeaturesConfig) ProtoMessage()
- func (x *GenAiAdvancedFeaturesConfig) ProtoReflect() protoreflect.Message
- func (x *GenAiAdvancedFeaturesConfig) Reset()
- func (x *GenAiAdvancedFeaturesConfig) String() string
- type GenAiAdvancedFeaturesConfig_RagConfig
- func (*GenAiAdvancedFeaturesConfig_RagConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GenAiAdvancedFeaturesConfig_RagConfig) GetEnableRag() bool
- func (*GenAiAdvancedFeaturesConfig_RagConfig) ProtoMessage()
- func (x *GenAiAdvancedFeaturesConfig_RagConfig) ProtoReflect() protoreflect.Message
- func (x *GenAiAdvancedFeaturesConfig_RagConfig) Reset()
- func (x *GenAiAdvancedFeaturesConfig_RagConfig) String() string
- type GenAiCacheServiceClient
- type GenAiCacheServiceServer
- type GenAiTuningServiceClient
- type GenAiTuningServiceServer
- type GenerateContentRequest
- func (*GenerateContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateContentRequest) GetCachedContent() string
- func (x *GenerateContentRequest) GetContents() []*Content
- func (x *GenerateContentRequest) GetGenerationConfig() *GenerationConfig
- func (x *GenerateContentRequest) GetLabels() map[string]string
- func (x *GenerateContentRequest) GetModel() string
- func (x *GenerateContentRequest) GetModelArmorConfig() *ModelArmorConfig
- func (x *GenerateContentRequest) GetSafetySettings() []*SafetySetting
- func (x *GenerateContentRequest) GetSystemInstruction() *Content
- func (x *GenerateContentRequest) GetToolConfig() *ToolConfig
- func (x *GenerateContentRequest) GetTools() []*Tool
- func (*GenerateContentRequest) ProtoMessage()
- func (x *GenerateContentRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateContentRequest) Reset()
- func (x *GenerateContentRequest) String() string
- type GenerateContentResponse
- func (*GenerateContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateContentResponse) GetCandidates() []*Candidate
- func (x *GenerateContentResponse) GetCreateTime() *timestamppb.Timestamp
- func (x *GenerateContentResponse) GetModelVersion() string
- func (x *GenerateContentResponse) GetPromptFeedback() *GenerateContentResponse_PromptFeedback
- func (x *GenerateContentResponse) GetResponseId() string
- func (x *GenerateContentResponse) GetUsageMetadata() *GenerateContentResponse_UsageMetadata
- func (*GenerateContentResponse) ProtoMessage()
- func (x *GenerateContentResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateContentResponse) Reset()
- func (x *GenerateContentResponse) String() string
- type GenerateContentResponse_PromptFeedback
- func (*GenerateContentResponse_PromptFeedback) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateContentResponse_PromptFeedback) GetBlockReason() GenerateContentResponse_PromptFeedback_BlockedReason
- func (x *GenerateContentResponse_PromptFeedback) GetBlockReasonMessage() string
- func (x *GenerateContentResponse_PromptFeedback) GetSafetyRatings() []*SafetyRating
- func (*GenerateContentResponse_PromptFeedback) ProtoMessage()
- func (x *GenerateContentResponse_PromptFeedback) ProtoReflect() protoreflect.Message
- func (x *GenerateContentResponse_PromptFeedback) Reset()
- func (x *GenerateContentResponse_PromptFeedback) String() string
- type GenerateContentResponse_PromptFeedback_BlockedReason
- func (GenerateContentResponse_PromptFeedback_BlockedReason) Descriptor() protoreflect.EnumDescriptor
- func (x GenerateContentResponse_PromptFeedback_BlockedReason) Enum() *GenerateContentResponse_PromptFeedback_BlockedReason
- func (GenerateContentResponse_PromptFeedback_BlockedReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x GenerateContentResponse_PromptFeedback_BlockedReason) Number() protoreflect.EnumNumber
- func (x GenerateContentResponse_PromptFeedback_BlockedReason) String() string
- func (GenerateContentResponse_PromptFeedback_BlockedReason) Type() protoreflect.EnumType
- type GenerateContentResponse_UsageMetadata
- func (*GenerateContentResponse_UsageMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateContentResponse_UsageMetadata) GetCacheTokensDetails() []*ModalityTokenCount
- func (x *GenerateContentResponse_UsageMetadata) GetCachedContentTokenCount() int32
- func (x *GenerateContentResponse_UsageMetadata) GetCandidatesTokenCount() int32
- func (x *GenerateContentResponse_UsageMetadata) GetCandidatesTokensDetails() []*ModalityTokenCount
- func (x *GenerateContentResponse_UsageMetadata) GetPromptTokenCount() int32
- func (x *GenerateContentResponse_UsageMetadata) GetPromptTokensDetails() []*ModalityTokenCount
- func (x *GenerateContentResponse_UsageMetadata) GetThoughtsTokenCount() int32
- func (x *GenerateContentResponse_UsageMetadata) GetToolUsePromptTokensDetails() []*ModalityTokenCount
- func (x *GenerateContentResponse_UsageMetadata) GetTotalTokenCount() int32
- func (x *GenerateContentResponse_UsageMetadata) GetTrafficType() GenerateContentResponse_UsageMetadata_TrafficType
- func (*GenerateContentResponse_UsageMetadata) ProtoMessage()
- func (x *GenerateContentResponse_UsageMetadata) ProtoReflect() protoreflect.Message
- func (x *GenerateContentResponse_UsageMetadata) Reset()
- func (x *GenerateContentResponse_UsageMetadata) String() string
- type GenerateContentResponse_UsageMetadata_TrafficType
- func (GenerateContentResponse_UsageMetadata_TrafficType) Descriptor() protoreflect.EnumDescriptor
- func (x GenerateContentResponse_UsageMetadata_TrafficType) Enum() *GenerateContentResponse_UsageMetadata_TrafficType
- func (GenerateContentResponse_UsageMetadata_TrafficType) EnumDescriptor() ([]byte, []int)deprecated
- func (x GenerateContentResponse_UsageMetadata_TrafficType) Number() protoreflect.EnumNumber
- func (x GenerateContentResponse_UsageMetadata_TrafficType) String() string
- func (GenerateContentResponse_UsageMetadata_TrafficType) Type() protoreflect.EnumType
- type GenerateFetchAccessTokenRequest
- func (*GenerateFetchAccessTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateFetchAccessTokenRequest) GetFeatureView() string
- func (*GenerateFetchAccessTokenRequest) ProtoMessage()
- func (x *GenerateFetchAccessTokenRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateFetchAccessTokenRequest) Reset()
- func (x *GenerateFetchAccessTokenRequest) String() string
- type GenerateFetchAccessTokenResponse
- func (*GenerateFetchAccessTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateFetchAccessTokenResponse) GetAccessToken() string
- func (x *GenerateFetchAccessTokenResponse) GetExpireTime() *timestamppb.Timestamp
- func (*GenerateFetchAccessTokenResponse) ProtoMessage()
- func (x *GenerateFetchAccessTokenResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateFetchAccessTokenResponse) Reset()
- func (x *GenerateFetchAccessTokenResponse) String() string
- type GenerateSyntheticDataRequest
- func (*GenerateSyntheticDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateSyntheticDataRequest) GetCount() int32
- func (x *GenerateSyntheticDataRequest) GetExamples() []*SyntheticExample
- func (x *GenerateSyntheticDataRequest) GetLocation() string
- func (x *GenerateSyntheticDataRequest) GetOutputFieldSpecs() []*OutputFieldSpec
- func (x *GenerateSyntheticDataRequest) GetStrategy() isGenerateSyntheticDataRequest_Strategy
- func (x *GenerateSyntheticDataRequest) GetTaskDescription() *TaskDescriptionStrategy
- func (*GenerateSyntheticDataRequest) ProtoMessage()
- func (x *GenerateSyntheticDataRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateSyntheticDataRequest) Reset()
- func (x *GenerateSyntheticDataRequest) String() string
- type GenerateSyntheticDataRequest_TaskDescription
- type GenerateSyntheticDataResponse
- func (*GenerateSyntheticDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateSyntheticDataResponse) GetSyntheticExamples() []*SyntheticExample
- func (*GenerateSyntheticDataResponse) ProtoMessage()
- func (x *GenerateSyntheticDataResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateSyntheticDataResponse) Reset()
- func (x *GenerateSyntheticDataResponse) String() string
- type GenerationConfig
- func (*GenerationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GenerationConfig) GetAudioTimestamp() bool
- func (x *GenerationConfig) GetCandidateCount() int32
- func (x *GenerationConfig) GetFrequencyPenalty() float32
- func (x *GenerationConfig) GetImageConfig() *ImageConfig
- func (x *GenerationConfig) GetLogprobs() int32
- func (x *GenerationConfig) GetMaxOutputTokens() int32
- func (x *GenerationConfig) GetMediaResolution() GenerationConfig_MediaResolution
- func (x *GenerationConfig) GetPresencePenalty() float32
- func (x *GenerationConfig) GetResponseJsonSchema() *structpb.Value
- func (x *GenerationConfig) GetResponseLogprobs() bool
- func (x *GenerationConfig) GetResponseMimeType() string
- func (x *GenerationConfig) GetResponseModalities() []GenerationConfig_Modality
- func (x *GenerationConfig) GetResponseSchema() *Schema
- func (x *GenerationConfig) GetRoutingConfig() *GenerationConfig_RoutingConfig
- func (x *GenerationConfig) GetSeed() int32
- func (x *GenerationConfig) GetSpeechConfig() *SpeechConfig
- func (x *GenerationConfig) GetStopSequences() []string
- func (x *GenerationConfig) GetTemperature() float32
- func (x *GenerationConfig) GetThinkingConfig() *GenerationConfig_ThinkingConfig
- func (x *GenerationConfig) GetTopK() float32
- func (x *GenerationConfig) GetTopP() float32
- func (*GenerationConfig) ProtoMessage()
- func (x *GenerationConfig) ProtoReflect() protoreflect.Message
- func (x *GenerationConfig) Reset()
- func (x *GenerationConfig) String() string
- type GenerationConfig_MediaResolution
- func (GenerationConfig_MediaResolution) Descriptor() protoreflect.EnumDescriptor
- func (x GenerationConfig_MediaResolution) Enum() *GenerationConfig_MediaResolution
- func (GenerationConfig_MediaResolution) EnumDescriptor() ([]byte, []int)deprecated
- func (x GenerationConfig_MediaResolution) Number() protoreflect.EnumNumber
- func (x GenerationConfig_MediaResolution) String() string
- func (GenerationConfig_MediaResolution) Type() protoreflect.EnumType
- type GenerationConfig_Modality
- func (GenerationConfig_Modality) Descriptor() protoreflect.EnumDescriptor
- func (x GenerationConfig_Modality) Enum() *GenerationConfig_Modality
- func (GenerationConfig_Modality) EnumDescriptor() ([]byte, []int)deprecated
- func (x GenerationConfig_Modality) Number() protoreflect.EnumNumber
- func (x GenerationConfig_Modality) String() string
- func (GenerationConfig_Modality) Type() protoreflect.EnumType
- type GenerationConfig_RoutingConfig
- func (*GenerationConfig_RoutingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GenerationConfig_RoutingConfig) GetAutoMode() *GenerationConfig_RoutingConfig_AutoRoutingMode
- func (x *GenerationConfig_RoutingConfig) GetManualMode() *GenerationConfig_RoutingConfig_ManualRoutingMode
- func (x *GenerationConfig_RoutingConfig) GetRoutingConfig() isGenerationConfig_RoutingConfig_RoutingConfig
- func (*GenerationConfig_RoutingConfig) ProtoMessage()
- func (x *GenerationConfig_RoutingConfig) ProtoReflect() protoreflect.Message
- func (x *GenerationConfig_RoutingConfig) Reset()
- func (x *GenerationConfig_RoutingConfig) String() string
- type GenerationConfig_RoutingConfig_AutoMode
- type GenerationConfig_RoutingConfig_AutoRoutingMode
- func (*GenerationConfig_RoutingConfig_AutoRoutingMode) Descriptor() ([]byte, []int)deprecated
- func (x *GenerationConfig_RoutingConfig_AutoRoutingMode) GetModelRoutingPreference() GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference
- func (*GenerationConfig_RoutingConfig_AutoRoutingMode) ProtoMessage()
- func (x *GenerationConfig_RoutingConfig_AutoRoutingMode) ProtoReflect() protoreflect.Message
- func (x *GenerationConfig_RoutingConfig_AutoRoutingMode) Reset()
- func (x *GenerationConfig_RoutingConfig_AutoRoutingMode) String() string
- type GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference
- func (GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference) Descriptor() protoreflect.EnumDescriptor
- func (x GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference) Enum() *GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference
- func (GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference) EnumDescriptor() ([]byte, []int)deprecated
- func (x GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference) Number() protoreflect.EnumNumber
- func (x GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference) String() string
- func (GenerationConfig_RoutingConfig_AutoRoutingMode_ModelRoutingPreference) Type() protoreflect.EnumType
- type GenerationConfig_RoutingConfig_ManualMode
- type GenerationConfig_RoutingConfig_ManualRoutingMode
- func (*GenerationConfig_RoutingConfig_ManualRoutingMode) Descriptor() ([]byte, []int)deprecated
- func (x *GenerationConfig_RoutingConfig_ManualRoutingMode) GetModelName() string
- func (*GenerationConfig_RoutingConfig_ManualRoutingMode) ProtoMessage()
- func (x *GenerationConfig_RoutingConfig_ManualRoutingMode) ProtoReflect() protoreflect.Message
- func (x *GenerationConfig_RoutingConfig_ManualRoutingMode) Reset()
- func (x *GenerationConfig_RoutingConfig_ManualRoutingMode) String() string
- type GenerationConfig_ThinkingConfig
- func (*GenerationConfig_ThinkingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GenerationConfig_ThinkingConfig) GetIncludeThoughts() bool
- func (x *GenerationConfig_ThinkingConfig) GetThinkingBudget() int32
- func (x *GenerationConfig_ThinkingConfig) GetThinkingLevel() GenerationConfig_ThinkingConfig_ThinkingLevel
- func (*GenerationConfig_ThinkingConfig) ProtoMessage()
- func (x *GenerationConfig_ThinkingConfig) ProtoReflect() protoreflect.Message
- func (x *GenerationConfig_ThinkingConfig) Reset()
- func (x *GenerationConfig_ThinkingConfig) String() string
- type GenerationConfig_ThinkingConfig_ThinkingLevel
- func (GenerationConfig_ThinkingConfig_ThinkingLevel) Descriptor() protoreflect.EnumDescriptor
- func (x GenerationConfig_ThinkingConfig_ThinkingLevel) Enum() *GenerationConfig_ThinkingConfig_ThinkingLevel
- func (GenerationConfig_ThinkingConfig_ThinkingLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x GenerationConfig_ThinkingConfig_ThinkingLevel) Number() protoreflect.EnumNumber
- func (x GenerationConfig_ThinkingConfig_ThinkingLevel) String() string
- func (GenerationConfig_ThinkingConfig_ThinkingLevel) Type() protoreflect.EnumType
- type GenericOperationMetadata
- func (*GenericOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *GenericOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *GenericOperationMetadata) GetPartialFailures() []*status.Status
- func (x *GenericOperationMetadata) GetUpdateTime() *timestamppb.Timestamp
- func (*GenericOperationMetadata) ProtoMessage()
- func (x *GenericOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *GenericOperationMetadata) Reset()
- func (x *GenericOperationMetadata) String() string
- type GenieSource
- type GetAnnotationSpecRequest
- func (*GetAnnotationSpecRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAnnotationSpecRequest) GetName() string
- func (x *GetAnnotationSpecRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*GetAnnotationSpecRequest) ProtoMessage()
- func (x *GetAnnotationSpecRequest) ProtoReflect() protoreflect.Message
- func (x *GetAnnotationSpecRequest) Reset()
- func (x *GetAnnotationSpecRequest) String() string
- type GetArtifactRequest
- func (*GetArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactRequest) GetName() string
- func (*GetArtifactRequest) ProtoMessage()
- func (x *GetArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactRequest) Reset()
- func (x *GetArtifactRequest) String() string
- type GetBatchPredictionJobRequest
- func (*GetBatchPredictionJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBatchPredictionJobRequest) GetName() string
- func (*GetBatchPredictionJobRequest) ProtoMessage()
- func (x *GetBatchPredictionJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetBatchPredictionJobRequest) Reset()
- func (x *GetBatchPredictionJobRequest) String() string
- type GetCachedContentRequest
- func (*GetCachedContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCachedContentRequest) GetName() string
- func (*GetCachedContentRequest) ProtoMessage()
- func (x *GetCachedContentRequest) ProtoReflect() protoreflect.Message
- func (x *GetCachedContentRequest) Reset()
- func (x *GetCachedContentRequest) String() string
- type GetContextRequest
- type GetCustomJobRequest
- func (*GetCustomJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomJobRequest) GetName() string
- func (*GetCustomJobRequest) ProtoMessage()
- func (x *GetCustomJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomJobRequest) Reset()
- func (x *GetCustomJobRequest) String() string
- type GetDataLabelingJobRequest
- func (*GetDataLabelingJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataLabelingJobRequest) GetName() string
- func (*GetDataLabelingJobRequest) ProtoMessage()
- func (x *GetDataLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataLabelingJobRequest) Reset()
- func (x *GetDataLabelingJobRequest) String() string
- type GetDatasetRequest
- func (*GetDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDatasetRequest) GetName() string
- func (x *GetDatasetRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*GetDatasetRequest) ProtoMessage()
- func (x *GetDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *GetDatasetRequest) Reset()
- func (x *GetDatasetRequest) String() string
- type GetDatasetVersionRequest
- func (*GetDatasetVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDatasetVersionRequest) GetName() string
- func (x *GetDatasetVersionRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*GetDatasetVersionRequest) ProtoMessage()
- func (x *GetDatasetVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetDatasetVersionRequest) Reset()
- func (x *GetDatasetVersionRequest) String() string
- type GetDeploymentResourcePoolRequest
- func (*GetDeploymentResourcePoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentResourcePoolRequest) GetName() string
- func (*GetDeploymentResourcePoolRequest) ProtoMessage()
- func (x *GetDeploymentResourcePoolRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentResourcePoolRequest) Reset()
- func (x *GetDeploymentResourcePoolRequest) String() string
- type GetEndpointRequest
- func (*GetEndpointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEndpointRequest) GetName() string
- func (*GetEndpointRequest) ProtoMessage()
- func (x *GetEndpointRequest) ProtoReflect() protoreflect.Message
- func (x *GetEndpointRequest) Reset()
- func (x *GetEndpointRequest) String() string
- type GetEntityTypeRequest
- func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntityTypeRequest) GetName() string
- func (*GetEntityTypeRequest) ProtoMessage()
- func (x *GetEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntityTypeRequest) Reset()
- func (x *GetEntityTypeRequest) String() string
- type GetExecutionRequest
- func (*GetExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionRequest) GetName() string
- func (*GetExecutionRequest) ProtoMessage()
- func (x *GetExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionRequest) Reset()
- func (x *GetExecutionRequest) String() string
- type GetFeatureGroupRequest
- func (*GetFeatureGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeatureGroupRequest) GetName() string
- func (*GetFeatureGroupRequest) ProtoMessage()
- func (x *GetFeatureGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeatureGroupRequest) Reset()
- func (x *GetFeatureGroupRequest) String() string
- type GetFeatureOnlineStoreRequest
- func (*GetFeatureOnlineStoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeatureOnlineStoreRequest) GetName() string
- func (*GetFeatureOnlineStoreRequest) ProtoMessage()
- func (x *GetFeatureOnlineStoreRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeatureOnlineStoreRequest) Reset()
- func (x *GetFeatureOnlineStoreRequest) String() string
- type GetFeatureRequest
- type GetFeatureViewRequest
- func (*GetFeatureViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeatureViewRequest) GetName() string
- func (*GetFeatureViewRequest) ProtoMessage()
- func (x *GetFeatureViewRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeatureViewRequest) Reset()
- func (x *GetFeatureViewRequest) String() string
- type GetFeatureViewSyncRequest
- func (*GetFeatureViewSyncRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeatureViewSyncRequest) GetName() string
- func (*GetFeatureViewSyncRequest) ProtoMessage()
- func (x *GetFeatureViewSyncRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeatureViewSyncRequest) Reset()
- func (x *GetFeatureViewSyncRequest) String() string
- type GetFeaturestoreRequest
- func (*GetFeaturestoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeaturestoreRequest) GetName() string
- func (*GetFeaturestoreRequest) ProtoMessage()
- func (x *GetFeaturestoreRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeaturestoreRequest) Reset()
- func (x *GetFeaturestoreRequest) String() string
- type GetHyperparameterTuningJobRequest
- func (*GetHyperparameterTuningJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetHyperparameterTuningJobRequest) GetName() string
- func (*GetHyperparameterTuningJobRequest) ProtoMessage()
- func (x *GetHyperparameterTuningJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetHyperparameterTuningJobRequest) Reset()
- func (x *GetHyperparameterTuningJobRequest) String() string
- type GetIndexEndpointRequest
- func (*GetIndexEndpointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetIndexEndpointRequest) GetName() string
- func (*GetIndexEndpointRequest) ProtoMessage()
- func (x *GetIndexEndpointRequest) ProtoReflect() protoreflect.Message
- func (x *GetIndexEndpointRequest) Reset()
- func (x *GetIndexEndpointRequest) String() string
- type GetIndexRequest
- type GetMetadataSchemaRequest
- func (*GetMetadataSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetadataSchemaRequest) GetName() string
- func (*GetMetadataSchemaRequest) ProtoMessage()
- func (x *GetMetadataSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *GetMetadataSchemaRequest) Reset()
- func (x *GetMetadataSchemaRequest) String() string
- type GetMetadataStoreRequest
- func (*GetMetadataStoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetadataStoreRequest) GetName() string
- func (*GetMetadataStoreRequest) ProtoMessage()
- func (x *GetMetadataStoreRequest) ProtoReflect() protoreflect.Message
- func (x *GetMetadataStoreRequest) Reset()
- func (x *GetMetadataStoreRequest) String() string
- type GetModelDeploymentMonitoringJobRequest
- func (*GetModelDeploymentMonitoringJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModelDeploymentMonitoringJobRequest) GetName() string
- func (*GetModelDeploymentMonitoringJobRequest) ProtoMessage()
- func (x *GetModelDeploymentMonitoringJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetModelDeploymentMonitoringJobRequest) Reset()
- func (x *GetModelDeploymentMonitoringJobRequest) String() string
- type GetModelEvaluationRequest
- func (*GetModelEvaluationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModelEvaluationRequest) GetName() string
- func (*GetModelEvaluationRequest) ProtoMessage()
- func (x *GetModelEvaluationRequest) ProtoReflect() protoreflect.Message
- func (x *GetModelEvaluationRequest) Reset()
- func (x *GetModelEvaluationRequest) String() string
- type GetModelEvaluationSliceRequest
- func (*GetModelEvaluationSliceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModelEvaluationSliceRequest) GetName() string
- func (*GetModelEvaluationSliceRequest) ProtoMessage()
- func (x *GetModelEvaluationSliceRequest) ProtoReflect() protoreflect.Message
- func (x *GetModelEvaluationSliceRequest) Reset()
- func (x *GetModelEvaluationSliceRequest) String() string
- type GetModelRequest
- type GetNasJobRequest
- type GetNasTrialDetailRequest
- func (*GetNasTrialDetailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNasTrialDetailRequest) GetName() string
- func (*GetNasTrialDetailRequest) ProtoMessage()
- func (x *GetNasTrialDetailRequest) ProtoReflect() protoreflect.Message
- func (x *GetNasTrialDetailRequest) Reset()
- func (x *GetNasTrialDetailRequest) String() string
- type GetNotebookExecutionJobRequest
- func (*GetNotebookExecutionJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNotebookExecutionJobRequest) GetName() string
- func (x *GetNotebookExecutionJobRequest) GetView() NotebookExecutionJobView
- func (*GetNotebookExecutionJobRequest) ProtoMessage()
- func (x *GetNotebookExecutionJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetNotebookExecutionJobRequest) Reset()
- func (x *GetNotebookExecutionJobRequest) String() string
- type GetNotebookRuntimeRequest
- func (*GetNotebookRuntimeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNotebookRuntimeRequest) GetName() string
- func (*GetNotebookRuntimeRequest) ProtoMessage()
- func (x *GetNotebookRuntimeRequest) ProtoReflect() protoreflect.Message
- func (x *GetNotebookRuntimeRequest) Reset()
- func (x *GetNotebookRuntimeRequest) String() string
- type GetNotebookRuntimeTemplateRequest
- func (*GetNotebookRuntimeTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNotebookRuntimeTemplateRequest) GetName() string
- func (*GetNotebookRuntimeTemplateRequest) ProtoMessage()
- func (x *GetNotebookRuntimeTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetNotebookRuntimeTemplateRequest) Reset()
- func (x *GetNotebookRuntimeTemplateRequest) String() string
- type GetPersistentResourceRequest
- func (*GetPersistentResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPersistentResourceRequest) GetName() string
- func (*GetPersistentResourceRequest) ProtoMessage()
- func (x *GetPersistentResourceRequest) ProtoReflect() protoreflect.Message
- func (x *GetPersistentResourceRequest) Reset()
- func (x *GetPersistentResourceRequest) String() string
- type GetPipelineJobRequest
- func (*GetPipelineJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineJobRequest) GetName() string
- func (*GetPipelineJobRequest) ProtoMessage()
- func (x *GetPipelineJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetPipelineJobRequest) Reset()
- func (x *GetPipelineJobRequest) String() string
- type GetPublisherModelRequest
- func (*GetPublisherModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPublisherModelRequest) GetHuggingFaceToken() string
- func (x *GetPublisherModelRequest) GetIsHuggingFaceModel() bool
- func (x *GetPublisherModelRequest) GetLanguageCode() string
- func (x *GetPublisherModelRequest) GetName() string
- func (x *GetPublisherModelRequest) GetView() PublisherModelView
- func (*GetPublisherModelRequest) ProtoMessage()
- func (x *GetPublisherModelRequest) ProtoReflect() protoreflect.Message
- func (x *GetPublisherModelRequest) Reset()
- func (x *GetPublisherModelRequest) String() string
- type GetRagCorpusRequest
- func (*GetRagCorpusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRagCorpusRequest) GetName() string
- func (*GetRagCorpusRequest) ProtoMessage()
- func (x *GetRagCorpusRequest) ProtoReflect() protoreflect.Message
- func (x *GetRagCorpusRequest) Reset()
- func (x *GetRagCorpusRequest) String() string
- type GetRagEngineConfigRequest
- func (*GetRagEngineConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRagEngineConfigRequest) GetName() string
- func (*GetRagEngineConfigRequest) ProtoMessage()
- func (x *GetRagEngineConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetRagEngineConfigRequest) Reset()
- func (x *GetRagEngineConfigRequest) String() string
- type GetRagFileRequest
- type GetReasoningEngineRequest
- func (*GetReasoningEngineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetReasoningEngineRequest) GetName() string
- func (*GetReasoningEngineRequest) ProtoMessage()
- func (x *GetReasoningEngineRequest) ProtoReflect() protoreflect.Message
- func (x *GetReasoningEngineRequest) Reset()
- func (x *GetReasoningEngineRequest) String() string
- type GetScheduleRequest
- func (*GetScheduleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetScheduleRequest) GetName() string
- func (*GetScheduleRequest) ProtoMessage()
- func (x *GetScheduleRequest) ProtoReflect() protoreflect.Message
- func (x *GetScheduleRequest) Reset()
- func (x *GetScheduleRequest) String() string
- type GetSessionRequest
- type GetSpecialistPoolRequest
- func (*GetSpecialistPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSpecialistPoolRequest) GetName() string
- func (*GetSpecialistPoolRequest) ProtoMessage()
- func (x *GetSpecialistPoolRequest) ProtoReflect() protoreflect.Message
- func (x *GetSpecialistPoolRequest) Reset()
- func (x *GetSpecialistPoolRequest) String() string
- type GetStudyRequest
- type GetTensorboardExperimentRequest
- func (*GetTensorboardExperimentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTensorboardExperimentRequest) GetName() string
- func (*GetTensorboardExperimentRequest) ProtoMessage()
- func (x *GetTensorboardExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *GetTensorboardExperimentRequest) Reset()
- func (x *GetTensorboardExperimentRequest) String() string
- type GetTensorboardRequest
- func (*GetTensorboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTensorboardRequest) GetName() string
- func (*GetTensorboardRequest) ProtoMessage()
- func (x *GetTensorboardRequest) ProtoReflect() protoreflect.Message
- func (x *GetTensorboardRequest) Reset()
- func (x *GetTensorboardRequest) String() string
- type GetTensorboardRunRequest
- func (*GetTensorboardRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTensorboardRunRequest) GetName() string
- func (*GetTensorboardRunRequest) ProtoMessage()
- func (x *GetTensorboardRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetTensorboardRunRequest) Reset()
- func (x *GetTensorboardRunRequest) String() string
- type GetTensorboardTimeSeriesRequest
- func (*GetTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTensorboardTimeSeriesRequest) GetName() string
- func (*GetTensorboardTimeSeriesRequest) ProtoMessage()
- func (x *GetTensorboardTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *GetTensorboardTimeSeriesRequest) Reset()
- func (x *GetTensorboardTimeSeriesRequest) String() string
- type GetTrainingPipelineRequest
- func (*GetTrainingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrainingPipelineRequest) GetName() string
- func (*GetTrainingPipelineRequest) ProtoMessage()
- func (x *GetTrainingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *GetTrainingPipelineRequest) Reset()
- func (x *GetTrainingPipelineRequest) String() string
- type GetTrialRequest
- type GetTuningJobRequest
- func (*GetTuningJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTuningJobRequest) GetName() string
- func (*GetTuningJobRequest) ProtoMessage()
- func (x *GetTuningJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetTuningJobRequest) Reset()
- func (x *GetTuningJobRequest) String() string
- type GoogleDriveSource
- func (*GoogleDriveSource) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleDriveSource) GetResourceIds() []*GoogleDriveSource_ResourceId
- func (*GoogleDriveSource) ProtoMessage()
- func (x *GoogleDriveSource) ProtoReflect() protoreflect.Message
- func (x *GoogleDriveSource) Reset()
- func (x *GoogleDriveSource) String() string
- type GoogleDriveSource_ResourceId
- func (*GoogleDriveSource_ResourceId) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleDriveSource_ResourceId) GetResourceId() string
- func (x *GoogleDriveSource_ResourceId) GetResourceType() GoogleDriveSource_ResourceId_ResourceType
- func (*GoogleDriveSource_ResourceId) ProtoMessage()
- func (x *GoogleDriveSource_ResourceId) ProtoReflect() protoreflect.Message
- func (x *GoogleDriveSource_ResourceId) Reset()
- func (x *GoogleDriveSource_ResourceId) String() string
- type GoogleDriveSource_ResourceId_ResourceType
- func (GoogleDriveSource_ResourceId_ResourceType) Descriptor() protoreflect.EnumDescriptor
- func (x GoogleDriveSource_ResourceId_ResourceType) Enum() *GoogleDriveSource_ResourceId_ResourceType
- func (GoogleDriveSource_ResourceId_ResourceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x GoogleDriveSource_ResourceId_ResourceType) Number() protoreflect.EnumNumber
- func (x GoogleDriveSource_ResourceId_ResourceType) String() string
- func (GoogleDriveSource_ResourceId_ResourceType) Type() protoreflect.EnumType
- type GoogleMaps
- type GoogleSearchRetrieval
- func (*GoogleSearchRetrieval) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleSearchRetrieval) GetDynamicRetrievalConfig() *DynamicRetrievalConfig
- func (*GoogleSearchRetrieval) ProtoMessage()
- func (x *GoogleSearchRetrieval) ProtoReflect() protoreflect.Message
- func (x *GoogleSearchRetrieval) Reset()
- func (x *GoogleSearchRetrieval) String() string
- type GroundednessInput
- func (*GroundednessInput) Descriptor() ([]byte, []int)deprecated
- func (x *GroundednessInput) GetInstance() *GroundednessInstance
- func (x *GroundednessInput) GetMetricSpec() *GroundednessSpec
- func (*GroundednessInput) ProtoMessage()
- func (x *GroundednessInput) ProtoReflect() protoreflect.Message
- func (x *GroundednessInput) Reset()
- func (x *GroundednessInput) String() string
- type GroundednessInstance
- func (*GroundednessInstance) Descriptor() ([]byte, []int)deprecated
- func (x *GroundednessInstance) GetContext() string
- func (x *GroundednessInstance) GetPrediction() string
- func (*GroundednessInstance) ProtoMessage()
- func (x *GroundednessInstance) ProtoReflect() protoreflect.Message
- func (x *GroundednessInstance) Reset()
- func (x *GroundednessInstance) String() string
- type GroundednessResult
- func (*GroundednessResult) Descriptor() ([]byte, []int)deprecated
- func (x *GroundednessResult) GetConfidence() float32
- func (x *GroundednessResult) GetExplanation() string
- func (x *GroundednessResult) GetScore() float32
- func (*GroundednessResult) ProtoMessage()
- func (x *GroundednessResult) ProtoReflect() protoreflect.Message
- func (x *GroundednessResult) Reset()
- func (x *GroundednessResult) String() string
- type GroundednessSpec
- type GroundingChunk
- func (*GroundingChunk) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingChunk) GetChunkType() isGroundingChunk_ChunkType
- func (x *GroundingChunk) GetMaps() *GroundingChunk_Maps
- func (x *GroundingChunk) GetRetrievedContext() *GroundingChunk_RetrievedContext
- func (x *GroundingChunk) GetWeb() *GroundingChunk_Web
- func (*GroundingChunk) ProtoMessage()
- func (x *GroundingChunk) ProtoReflect() protoreflect.Message
- func (x *GroundingChunk) Reset()
- func (x *GroundingChunk) String() string
- type GroundingChunk_Maps
- func (*GroundingChunk_Maps) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingChunk_Maps) GetPlaceAnswerSources() *GroundingChunk_Maps_PlaceAnswerSources
- func (x *GroundingChunk_Maps) GetPlaceId() string
- func (x *GroundingChunk_Maps) GetText() string
- func (x *GroundingChunk_Maps) GetTitle() string
- func (x *GroundingChunk_Maps) GetUri() string
- func (*GroundingChunk_Maps) ProtoMessage()
- func (x *GroundingChunk_Maps) ProtoReflect() protoreflect.Message
- func (x *GroundingChunk_Maps) Reset()
- func (x *GroundingChunk_Maps) String() string
- type GroundingChunk_Maps_
- type GroundingChunk_Maps_PlaceAnswerSources
- func (*GroundingChunk_Maps_PlaceAnswerSources) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingChunk_Maps_PlaceAnswerSources) GetReviewSnippets() []*GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet
- func (*GroundingChunk_Maps_PlaceAnswerSources) ProtoMessage()
- func (x *GroundingChunk_Maps_PlaceAnswerSources) ProtoReflect() protoreflect.Message
- func (x *GroundingChunk_Maps_PlaceAnswerSources) Reset()
- func (x *GroundingChunk_Maps_PlaceAnswerSources) String() string
- type GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet
- func (*GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) GetGoogleMapsUri() string
- func (x *GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) GetReviewId() string
- func (x *GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) GetTitle() string
- func (*GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) ProtoMessage()
- func (x *GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) ProtoReflect() protoreflect.Message
- func (x *GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) Reset()
- func (x *GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet) String() string
- type GroundingChunk_RetrievedContext
- func (*GroundingChunk_RetrievedContext) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingChunk_RetrievedContext) GetContextDetails() isGroundingChunk_RetrievedContext_ContextDetails
- func (x *GroundingChunk_RetrievedContext) GetDocumentName() string
- func (x *GroundingChunk_RetrievedContext) GetRagChunk() *RagChunk
- func (x *GroundingChunk_RetrievedContext) GetText() string
- func (x *GroundingChunk_RetrievedContext) GetTitle() string
- func (x *GroundingChunk_RetrievedContext) GetUri() string
- func (*GroundingChunk_RetrievedContext) ProtoMessage()
- func (x *GroundingChunk_RetrievedContext) ProtoReflect() protoreflect.Message
- func (x *GroundingChunk_RetrievedContext) Reset()
- func (x *GroundingChunk_RetrievedContext) String() string
- type GroundingChunk_RetrievedContext_
- type GroundingChunk_RetrievedContext_RagChunk
- type GroundingChunk_Web
- func (*GroundingChunk_Web) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingChunk_Web) GetTitle() string
- func (x *GroundingChunk_Web) GetUri() string
- func (*GroundingChunk_Web) ProtoMessage()
- func (x *GroundingChunk_Web) ProtoReflect() protoreflect.Message
- func (x *GroundingChunk_Web) Reset()
- func (x *GroundingChunk_Web) String() string
- type GroundingChunk_Web_
- type GroundingMetadata
- func (*GroundingMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingMetadata) GetGoogleMapsWidgetContextToken() string
- func (x *GroundingMetadata) GetGroundingChunks() []*GroundingChunk
- func (x *GroundingMetadata) GetGroundingSupports() []*GroundingSupport
- func (x *GroundingMetadata) GetRetrievalMetadata() *RetrievalMetadata
- func (x *GroundingMetadata) GetSearchEntryPoint() *SearchEntryPoint
- func (x *GroundingMetadata) GetSourceFlaggingUris() []*GroundingMetadata_SourceFlaggingUri
- func (x *GroundingMetadata) GetWebSearchQueries() []string
- func (*GroundingMetadata) ProtoMessage()
- func (x *GroundingMetadata) ProtoReflect() protoreflect.Message
- func (x *GroundingMetadata) Reset()
- func (x *GroundingMetadata) String() string
- type GroundingMetadata_SourceFlaggingUri
- func (*GroundingMetadata_SourceFlaggingUri) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingMetadata_SourceFlaggingUri) GetFlagContentUri() string
- func (x *GroundingMetadata_SourceFlaggingUri) GetSourceId() string
- func (*GroundingMetadata_SourceFlaggingUri) ProtoMessage()
- func (x *GroundingMetadata_SourceFlaggingUri) ProtoReflect() protoreflect.Message
- func (x *GroundingMetadata_SourceFlaggingUri) Reset()
- func (x *GroundingMetadata_SourceFlaggingUri) String() string
- type GroundingSupport
- func (*GroundingSupport) Descriptor() ([]byte, []int)deprecated
- func (x *GroundingSupport) GetConfidenceScores() []float32
- func (x *GroundingSupport) GetGroundingChunkIndices() []int32
- func (x *GroundingSupport) GetSegment() *Segment
- func (*GroundingSupport) ProtoMessage()
- func (x *GroundingSupport) ProtoReflect() protoreflect.Message
- func (x *GroundingSupport) Reset()
- func (x *GroundingSupport) String() string
- type HarmCategory
- func (HarmCategory) Descriptor() protoreflect.EnumDescriptor
- func (x HarmCategory) Enum() *HarmCategory
- func (HarmCategory) EnumDescriptor() ([]byte, []int)deprecated
- func (x HarmCategory) Number() protoreflect.EnumNumber
- func (x HarmCategory) String() string
- func (HarmCategory) Type() protoreflect.EnumType
- type HyperparameterTuningJob
- func (*HyperparameterTuningJob) Descriptor() ([]byte, []int)deprecated
- func (x *HyperparameterTuningJob) GetCreateTime() *timestamppb.Timestamp
- func (x *HyperparameterTuningJob) GetDisplayName() string
- func (x *HyperparameterTuningJob) GetEncryptionSpec() *EncryptionSpec
- func (x *HyperparameterTuningJob) GetEndTime() *timestamppb.Timestamp
- func (x *HyperparameterTuningJob) GetError() *status.Status
- func (x *HyperparameterTuningJob) GetLabels() map[string]string
- func (x *HyperparameterTuningJob) GetMaxFailedTrialCount() int32
- func (x *HyperparameterTuningJob) GetMaxTrialCount() int32
- func (x *HyperparameterTuningJob) GetName() string
- func (x *HyperparameterTuningJob) GetParallelTrialCount() int32
- func (x *HyperparameterTuningJob) GetSatisfiesPzi() bool
- func (x *HyperparameterTuningJob) GetSatisfiesPzs() bool
- func (x *HyperparameterTuningJob) GetStartTime() *timestamppb.Timestamp
- func (x *HyperparameterTuningJob) GetState() JobState
- func (x *HyperparameterTuningJob) GetStudySpec() *StudySpec
- func (x *HyperparameterTuningJob) GetTrialJobSpec() *CustomJobSpec
- func (x *HyperparameterTuningJob) GetTrials() []*Trial
- func (x *HyperparameterTuningJob) GetUpdateTime() *timestamppb.Timestamp
- func (*HyperparameterTuningJob) ProtoMessage()
- func (x *HyperparameterTuningJob) ProtoReflect() protoreflect.Message
- func (x *HyperparameterTuningJob) Reset()
- func (x *HyperparameterTuningJob) String() string
- type IdMatcher
- type ImageConfig
- func (*ImageConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ImageConfig) GetAspectRatio() string
- func (x *ImageConfig) GetImageOutputOptions() *ImageConfig_ImageOutputOptions
- func (x *ImageConfig) GetImageSize() string
- func (x *ImageConfig) GetPersonGeneration() ImageConfig_PersonGeneration
- func (*ImageConfig) ProtoMessage()
- func (x *ImageConfig) ProtoReflect() protoreflect.Message
- func (x *ImageConfig) Reset()
- func (x *ImageConfig) String() string
- type ImageConfig_ImageOutputOptions
- func (*ImageConfig_ImageOutputOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ImageConfig_ImageOutputOptions) GetCompressionQuality() int32
- func (x *ImageConfig_ImageOutputOptions) GetMimeType() string
- func (*ImageConfig_ImageOutputOptions) ProtoMessage()
- func (x *ImageConfig_ImageOutputOptions) ProtoReflect() protoreflect.Message
- func (x *ImageConfig_ImageOutputOptions) Reset()
- func (x *ImageConfig_ImageOutputOptions) String() string
- type ImageConfig_PersonGeneration
- func (ImageConfig_PersonGeneration) Descriptor() protoreflect.EnumDescriptor
- func (x ImageConfig_PersonGeneration) Enum() *ImageConfig_PersonGeneration
- func (ImageConfig_PersonGeneration) EnumDescriptor() ([]byte, []int)deprecated
- func (x ImageConfig_PersonGeneration) Number() protoreflect.EnumNumber
- func (x ImageConfig_PersonGeneration) String() string
- func (ImageConfig_PersonGeneration) Type() protoreflect.EnumType
- type ImportDataConfig
- func (*ImportDataConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ImportDataConfig) GetAnnotationLabels() map[string]string
- func (x *ImportDataConfig) GetDataItemLabels() map[string]string
- func (x *ImportDataConfig) GetGcsSource() *GcsSource
- func (x *ImportDataConfig) GetImportSchemaUri() string
- func (x *ImportDataConfig) GetSource() isImportDataConfig_Source
- func (*ImportDataConfig) ProtoMessage()
- func (x *ImportDataConfig) ProtoReflect() protoreflect.Message
- func (x *ImportDataConfig) Reset()
- func (x *ImportDataConfig) String() string
- type ImportDataConfig_GcsSource
- type ImportDataOperationMetadata
- func (*ImportDataOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ImportDataOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*ImportDataOperationMetadata) ProtoMessage()
- func (x *ImportDataOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ImportDataOperationMetadata) Reset()
- func (x *ImportDataOperationMetadata) String() string
- type ImportDataRequest
- func (*ImportDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportDataRequest) GetImportConfigs() []*ImportDataConfig
- func (x *ImportDataRequest) GetName() string
- func (*ImportDataRequest) ProtoMessage()
- func (x *ImportDataRequest) ProtoReflect() protoreflect.Message
- func (x *ImportDataRequest) Reset()
- func (x *ImportDataRequest) String() string
- type ImportDataResponse
- type ImportFeatureValuesOperationMetadata
- func (*ImportFeatureValuesOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ImportFeatureValuesOperationMetadata) GetBlockingOperationIds() []int64
- func (x *ImportFeatureValuesOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *ImportFeatureValuesOperationMetadata) GetImportedEntityCount() int64
- func (x *ImportFeatureValuesOperationMetadata) GetImportedFeatureValueCount() int64
- func (x *ImportFeatureValuesOperationMetadata) GetInvalidRowCount() int64
- func (x *ImportFeatureValuesOperationMetadata) GetSourceUris() []string
- func (x *ImportFeatureValuesOperationMetadata) GetTimestampOutsideRetentionRowsCount() int64
- func (*ImportFeatureValuesOperationMetadata) ProtoMessage()
- func (x *ImportFeatureValuesOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ImportFeatureValuesOperationMetadata) Reset()
- func (x *ImportFeatureValuesOperationMetadata) String() string
- type ImportFeatureValuesRequest
- func (*ImportFeatureValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportFeatureValuesRequest) GetAvroSource() *AvroSource
- func (x *ImportFeatureValuesRequest) GetBigquerySource() *BigQuerySource
- func (x *ImportFeatureValuesRequest) GetCsvSource() *CsvSource
- func (x *ImportFeatureValuesRequest) GetDisableIngestionAnalysis() bool
- func (x *ImportFeatureValuesRequest) GetDisableOnlineServing() bool
- func (x *ImportFeatureValuesRequest) GetEntityIdField() string
- func (x *ImportFeatureValuesRequest) GetEntityType() string
- func (x *ImportFeatureValuesRequest) GetFeatureSpecs() []*ImportFeatureValuesRequest_FeatureSpec
- func (x *ImportFeatureValuesRequest) GetFeatureTime() *timestamppb.Timestamp
- func (x *ImportFeatureValuesRequest) GetFeatureTimeField() string
- func (x *ImportFeatureValuesRequest) GetFeatureTimeSource() isImportFeatureValuesRequest_FeatureTimeSource
- func (x *ImportFeatureValuesRequest) GetSource() isImportFeatureValuesRequest_Source
- func (x *ImportFeatureValuesRequest) GetWorkerCount() int32
- func (*ImportFeatureValuesRequest) ProtoMessage()
- func (x *ImportFeatureValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ImportFeatureValuesRequest) Reset()
- func (x *ImportFeatureValuesRequest) String() string
- type ImportFeatureValuesRequest_AvroSource
- type ImportFeatureValuesRequest_BigquerySource
- type ImportFeatureValuesRequest_CsvSource
- type ImportFeatureValuesRequest_FeatureSpec
- func (*ImportFeatureValuesRequest_FeatureSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ImportFeatureValuesRequest_FeatureSpec) GetId() string
- func (x *ImportFeatureValuesRequest_FeatureSpec) GetSourceField() string
- func (*ImportFeatureValuesRequest_FeatureSpec) ProtoMessage()
- func (x *ImportFeatureValuesRequest_FeatureSpec) ProtoReflect() protoreflect.Message
- func (x *ImportFeatureValuesRequest_FeatureSpec) Reset()
- func (x *ImportFeatureValuesRequest_FeatureSpec) String() string
- type ImportFeatureValuesRequest_FeatureTime
- type ImportFeatureValuesRequest_FeatureTimeField
- type ImportFeatureValuesResponse
- func (*ImportFeatureValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportFeatureValuesResponse) GetImportedEntityCount() int64
- func (x *ImportFeatureValuesResponse) GetImportedFeatureValueCount() int64
- func (x *ImportFeatureValuesResponse) GetInvalidRowCount() int64
- func (x *ImportFeatureValuesResponse) GetTimestampOutsideRetentionRowsCount() int64
- func (*ImportFeatureValuesResponse) ProtoMessage()
- func (x *ImportFeatureValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ImportFeatureValuesResponse) Reset()
- func (x *ImportFeatureValuesResponse) String() string
- type ImportModelEvaluationRequest
- func (*ImportModelEvaluationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportModelEvaluationRequest) GetModelEvaluation() *ModelEvaluation
- func (x *ImportModelEvaluationRequest) GetParent() string
- func (*ImportModelEvaluationRequest) ProtoMessage()
- func (x *ImportModelEvaluationRequest) ProtoReflect() protoreflect.Message
- func (x *ImportModelEvaluationRequest) Reset()
- func (x *ImportModelEvaluationRequest) String() string
- type ImportRagFilesConfig
- func (*ImportRagFilesConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ImportRagFilesConfig) GetGcsSource() *GcsSource
- func (x *ImportRagFilesConfig) GetGoogleDriveSource() *GoogleDriveSource
- func (x *ImportRagFilesConfig) GetImportResultBigquerySink() *BigQueryDestination
- func (x *ImportRagFilesConfig) GetImportResultGcsSink() *GcsDestination
- func (x *ImportRagFilesConfig) GetImportResultSink() isImportRagFilesConfig_ImportResultSink
- func (x *ImportRagFilesConfig) GetImportSource() isImportRagFilesConfig_ImportSource
- func (x *ImportRagFilesConfig) GetJiraSource() *JiraSource
- func (x *ImportRagFilesConfig) GetMaxEmbeddingRequestsPerMin() int32
- func (x *ImportRagFilesConfig) GetPartialFailureBigquerySink() *BigQueryDestinationdeprecated
- func (x *ImportRagFilesConfig) GetPartialFailureGcsSink() *GcsDestinationdeprecated
- func (x *ImportRagFilesConfig) GetPartialFailureSink() isImportRagFilesConfig_PartialFailureSink
- func (x *ImportRagFilesConfig) GetRagFileParsingConfig() *RagFileParsingConfig
- func (x *ImportRagFilesConfig) GetRagFileTransformationConfig() *RagFileTransformationConfig
- func (x *ImportRagFilesConfig) GetRebuildAnnIndex() bool
- func (x *ImportRagFilesConfig) GetSharePointSources() *SharePointSources
- func (x *ImportRagFilesConfig) GetSlackSource() *SlackSource
- func (*ImportRagFilesConfig) ProtoMessage()
- func (x *ImportRagFilesConfig) ProtoReflect() protoreflect.Message
- func (x *ImportRagFilesConfig) Reset()
- func (x *ImportRagFilesConfig) String() string
- type ImportRagFilesConfig_GcsSource
- type ImportRagFilesConfig_GoogleDriveSource
- type ImportRagFilesConfig_ImportResultBigquerySink
- type ImportRagFilesConfig_ImportResultGcsSink
- type ImportRagFilesConfig_JiraSource
- type ImportRagFilesConfig_PartialFailureBigquerySink
- type ImportRagFilesConfig_PartialFailureGcsSink
- type ImportRagFilesConfig_SharePointSources
- type ImportRagFilesConfig_SlackSource
- type ImportRagFilesOperationMetadata
- func (*ImportRagFilesOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ImportRagFilesOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *ImportRagFilesOperationMetadata) GetImportRagFilesConfig() *ImportRagFilesConfig
- func (x *ImportRagFilesOperationMetadata) GetProgressPercentage() int32
- func (x *ImportRagFilesOperationMetadata) GetRagCorpusId() int64
- func (*ImportRagFilesOperationMetadata) ProtoMessage()
- func (x *ImportRagFilesOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ImportRagFilesOperationMetadata) Reset()
- func (x *ImportRagFilesOperationMetadata) String() string
- type ImportRagFilesRequest
- func (*ImportRagFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportRagFilesRequest) GetImportRagFilesConfig() *ImportRagFilesConfig
- func (x *ImportRagFilesRequest) GetParent() string
- func (*ImportRagFilesRequest) ProtoMessage()
- func (x *ImportRagFilesRequest) ProtoReflect() protoreflect.Message
- func (x *ImportRagFilesRequest) Reset()
- func (x *ImportRagFilesRequest) String() string
- type ImportRagFilesResponse
- func (*ImportRagFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportRagFilesResponse) GetFailedRagFilesCount() int64
- func (x *ImportRagFilesResponse) GetImportedRagFilesCount() int64
- func (x *ImportRagFilesResponse) GetPartialFailureSink() isImportRagFilesResponse_PartialFailureSink
- func (x *ImportRagFilesResponse) GetPartialFailuresBigqueryTable() string
- func (x *ImportRagFilesResponse) GetPartialFailuresGcsPath() string
- func (x *ImportRagFilesResponse) GetSkippedRagFilesCount() int64
- func (*ImportRagFilesResponse) ProtoMessage()
- func (x *ImportRagFilesResponse) ProtoReflect() protoreflect.Message
- func (x *ImportRagFilesResponse) Reset()
- func (x *ImportRagFilesResponse) String() string
- type ImportRagFilesResponse_PartialFailuresBigqueryTable
- type ImportRagFilesResponse_PartialFailuresGcsPath
- type Index
- func (*Index) Descriptor() ([]byte, []int)deprecated
- func (x *Index) GetCreateTime() *timestamppb.Timestamp
- func (x *Index) GetDeployedIndexes() []*DeployedIndexRef
- func (x *Index) GetDescription() string
- func (x *Index) GetDisplayName() string
- func (x *Index) GetEncryptionSpec() *EncryptionSpec
- func (x *Index) GetEtag() string
- func (x *Index) GetIndexStats() *IndexStats
- func (x *Index) GetIndexUpdateMethod() Index_IndexUpdateMethod
- func (x *Index) GetLabels() map[string]string
- func (x *Index) GetMetadata() *structpb.Value
- func (x *Index) GetMetadataSchemaUri() string
- func (x *Index) GetName() string
- func (x *Index) GetSatisfiesPzi() bool
- func (x *Index) GetSatisfiesPzs() bool
- func (x *Index) GetUpdateTime() *timestamppb.Timestamp
- func (*Index) ProtoMessage()
- func (x *Index) ProtoReflect() protoreflect.Message
- func (x *Index) Reset()
- func (x *Index) String() string
- type IndexDatapoint
- func (*IndexDatapoint) Descriptor() ([]byte, []int)deprecated
- func (x *IndexDatapoint) GetCrowdingTag() *IndexDatapoint_CrowdingTag
- func (x *IndexDatapoint) GetDatapointId() string
- func (x *IndexDatapoint) GetEmbeddingMetadata() *structpb.Struct
- func (x *IndexDatapoint) GetFeatureVector() []float32
- func (x *IndexDatapoint) GetNumericRestricts() []*IndexDatapoint_NumericRestriction
- func (x *IndexDatapoint) GetRestricts() []*IndexDatapoint_Restriction
- func (x *IndexDatapoint) GetSparseEmbedding() *IndexDatapoint_SparseEmbedding
- func (*IndexDatapoint) ProtoMessage()
- func (x *IndexDatapoint) ProtoReflect() protoreflect.Message
- func (x *IndexDatapoint) Reset()
- func (x *IndexDatapoint) String() string
- type IndexDatapoint_CrowdingTag
- func (*IndexDatapoint_CrowdingTag) Descriptor() ([]byte, []int)deprecated
- func (x *IndexDatapoint_CrowdingTag) GetCrowdingAttribute() string
- func (*IndexDatapoint_CrowdingTag) ProtoMessage()
- func (x *IndexDatapoint_CrowdingTag) ProtoReflect() protoreflect.Message
- func (x *IndexDatapoint_CrowdingTag) Reset()
- func (x *IndexDatapoint_CrowdingTag) String() string
- type IndexDatapoint_NumericRestriction
- func (*IndexDatapoint_NumericRestriction) Descriptor() ([]byte, []int)deprecated
- func (x *IndexDatapoint_NumericRestriction) GetNamespace() string
- func (x *IndexDatapoint_NumericRestriction) GetOp() IndexDatapoint_NumericRestriction_Operator
- func (x *IndexDatapoint_NumericRestriction) GetValue() isIndexDatapoint_NumericRestriction_Value
- func (x *IndexDatapoint_NumericRestriction) GetValueDouble() float64
- func (x *IndexDatapoint_NumericRestriction) GetValueFloat() float32
- func (x *IndexDatapoint_NumericRestriction) GetValueInt() int64
- func (*IndexDatapoint_NumericRestriction) ProtoMessage()
- func (x *IndexDatapoint_NumericRestriction) ProtoReflect() protoreflect.Message
- func (x *IndexDatapoint_NumericRestriction) Reset()
- func (x *IndexDatapoint_NumericRestriction) String() string
- type IndexDatapoint_NumericRestriction_Operator
- func (IndexDatapoint_NumericRestriction_Operator) Descriptor() protoreflect.EnumDescriptor
- func (x IndexDatapoint_NumericRestriction_Operator) Enum() *IndexDatapoint_NumericRestriction_Operator
- func (IndexDatapoint_NumericRestriction_Operator) EnumDescriptor() ([]byte, []int)deprecated
- func (x IndexDatapoint_NumericRestriction_Operator) Number() protoreflect.EnumNumber
- func (x IndexDatapoint_NumericRestriction_Operator) String() string
- func (IndexDatapoint_NumericRestriction_Operator) Type() protoreflect.EnumType
- type IndexDatapoint_NumericRestriction_ValueDouble
- type IndexDatapoint_NumericRestriction_ValueFloat
- type IndexDatapoint_NumericRestriction_ValueInt
- type IndexDatapoint_Restriction
- func (*IndexDatapoint_Restriction) Descriptor() ([]byte, []int)deprecated
- func (x *IndexDatapoint_Restriction) GetAllowList() []string
- func (x *IndexDatapoint_Restriction) GetDenyList() []string
- func (x *IndexDatapoint_Restriction) GetNamespace() string
- func (*IndexDatapoint_Restriction) ProtoMessage()
- func (x *IndexDatapoint_Restriction) ProtoReflect() protoreflect.Message
- func (x *IndexDatapoint_Restriction) Reset()
- func (x *IndexDatapoint_Restriction) String() string
- type IndexDatapoint_SparseEmbedding
- func (*IndexDatapoint_SparseEmbedding) Descriptor() ([]byte, []int)deprecated
- func (x *IndexDatapoint_SparseEmbedding) GetDimensions() []int64
- func (x *IndexDatapoint_SparseEmbedding) GetValues() []float32
- func (*IndexDatapoint_SparseEmbedding) ProtoMessage()
- func (x *IndexDatapoint_SparseEmbedding) ProtoReflect() protoreflect.Message
- func (x *IndexDatapoint_SparseEmbedding) Reset()
- func (x *IndexDatapoint_SparseEmbedding) String() string
- type IndexEndpoint
- func (*IndexEndpoint) Descriptor() ([]byte, []int)deprecated
- func (x *IndexEndpoint) GetCreateTime() *timestamppb.Timestamp
- func (x *IndexEndpoint) GetDeployedIndexes() []*DeployedIndex
- func (x *IndexEndpoint) GetDescription() string
- func (x *IndexEndpoint) GetDisplayName() string
- func (x *IndexEndpoint) GetEnablePrivateServiceConnect() booldeprecated
- func (x *IndexEndpoint) GetEncryptionSpec() *EncryptionSpec
- func (x *IndexEndpoint) GetEtag() string
- func (x *IndexEndpoint) GetLabels() map[string]string
- func (x *IndexEndpoint) GetName() string
- func (x *IndexEndpoint) GetNetwork() string
- func (x *IndexEndpoint) GetPrivateServiceConnectConfig() *PrivateServiceConnectConfig
- func (x *IndexEndpoint) GetPublicEndpointDomainName() string
- func (x *IndexEndpoint) GetPublicEndpointEnabled() bool
- func (x *IndexEndpoint) GetSatisfiesPzi() bool
- func (x *IndexEndpoint) GetSatisfiesPzs() bool
- func (x *IndexEndpoint) GetUpdateTime() *timestamppb.Timestamp
- func (*IndexEndpoint) ProtoMessage()
- func (x *IndexEndpoint) ProtoReflect() protoreflect.Message
- func (x *IndexEndpoint) Reset()
- func (x *IndexEndpoint) String() string
- type IndexEndpointServiceClient
- type IndexEndpointServiceServer
- type IndexPrivateEndpoints
- func (*IndexPrivateEndpoints) Descriptor() ([]byte, []int)deprecated
- func (x *IndexPrivateEndpoints) GetMatchGrpcAddress() string
- func (x *IndexPrivateEndpoints) GetPscAutomatedEndpoints() []*PscAutomatedEndpoints
- func (x *IndexPrivateEndpoints) GetServiceAttachment() string
- func (*IndexPrivateEndpoints) ProtoMessage()
- func (x *IndexPrivateEndpoints) ProtoReflect() protoreflect.Message
- func (x *IndexPrivateEndpoints) Reset()
- func (x *IndexPrivateEndpoints) String() string
- type IndexServiceClient
- type IndexServiceServer
- type IndexStats
- func (*IndexStats) Descriptor() ([]byte, []int)deprecated
- func (x *IndexStats) GetShardsCount() int32
- func (x *IndexStats) GetSparseVectorsCount() int64
- func (x *IndexStats) GetVectorsCount() int64
- func (*IndexStats) ProtoMessage()
- func (x *IndexStats) ProtoReflect() protoreflect.Message
- func (x *IndexStats) Reset()
- func (x *IndexStats) String() string
- type Index_IndexUpdateMethod
- func (Index_IndexUpdateMethod) Descriptor() protoreflect.EnumDescriptor
- func (x Index_IndexUpdateMethod) Enum() *Index_IndexUpdateMethod
- func (Index_IndexUpdateMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x Index_IndexUpdateMethod) Number() protoreflect.EnumNumber
- func (x Index_IndexUpdateMethod) String() string
- func (Index_IndexUpdateMethod) Type() protoreflect.EnumType
- type InputDataConfig
- func (*InputDataConfig) Descriptor() ([]byte, []int)deprecated
- func (x *InputDataConfig) GetAnnotationSchemaUri() string
- func (x *InputDataConfig) GetAnnotationsFilter() string
- func (x *InputDataConfig) GetBigqueryDestination() *BigQueryDestination
- func (x *InputDataConfig) GetDatasetId() string
- func (x *InputDataConfig) GetDestination() isInputDataConfig_Destination
- func (x *InputDataConfig) GetFilterSplit() *FilterSplit
- func (x *InputDataConfig) GetFractionSplit() *FractionSplit
- func (x *InputDataConfig) GetGcsDestination() *GcsDestination
- func (x *InputDataConfig) GetPersistMlUseAssignment() bool
- func (x *InputDataConfig) GetPredefinedSplit() *PredefinedSplit
- func (x *InputDataConfig) GetSavedQueryId() string
- func (x *InputDataConfig) GetSplit() isInputDataConfig_Split
- func (x *InputDataConfig) GetStratifiedSplit() *StratifiedSplit
- func (x *InputDataConfig) GetTimestampSplit() *TimestampSplit
- func (*InputDataConfig) ProtoMessage()
- func (x *InputDataConfig) ProtoReflect() protoreflect.Message
- func (x *InputDataConfig) Reset()
- func (x *InputDataConfig) String() string
- type InputDataConfig_BigqueryDestination
- type InputDataConfig_FilterSplit
- type InputDataConfig_FractionSplit
- type InputDataConfig_GcsDestination
- type InputDataConfig_PredefinedSplit
- type InputDataConfig_StratifiedSplit
- type InputDataConfig_TimestampSplit
- type Int64Array
- type IntegratedGradientsAttribution
- func (*IntegratedGradientsAttribution) Descriptor() ([]byte, []int)deprecated
- func (x *IntegratedGradientsAttribution) GetBlurBaselineConfig() *BlurBaselineConfig
- func (x *IntegratedGradientsAttribution) GetSmoothGradConfig() *SmoothGradConfig
- func (x *IntegratedGradientsAttribution) GetStepCount() int32
- func (*IntegratedGradientsAttribution) ProtoMessage()
- func (x *IntegratedGradientsAttribution) ProtoReflect() protoreflect.Message
- func (x *IntegratedGradientsAttribution) Reset()
- func (x *IntegratedGradientsAttribution) String() string
- type JiraSource
- type JiraSource_JiraQueries
- func (*JiraSource_JiraQueries) Descriptor() ([]byte, []int)deprecated
- func (x *JiraSource_JiraQueries) GetApiKeyConfig() *ApiAuth_ApiKeyConfig
- func (x *JiraSource_JiraQueries) GetCustomQueries() []string
- func (x *JiraSource_JiraQueries) GetEmail() string
- func (x *JiraSource_JiraQueries) GetProjects() []string
- func (x *JiraSource_JiraQueries) GetServerUri() string
- func (*JiraSource_JiraQueries) ProtoMessage()
- func (x *JiraSource_JiraQueries) ProtoReflect() protoreflect.Message
- func (x *JiraSource_JiraQueries) Reset()
- func (x *JiraSource_JiraQueries) String() string
- type JobServiceClient
- type JobServiceServer
- type JobState
- type LLMBasedMetricSpec
- func (*LLMBasedMetricSpec) Descriptor() ([]byte, []int)deprecated
- func (x *LLMBasedMetricSpec) GetAdditionalConfig() *structpb.Struct
- func (x *LLMBasedMetricSpec) GetJudgeAutoraterConfig() *AutoraterConfig
- func (x *LLMBasedMetricSpec) GetMetricPromptTemplate() string
- func (x *LLMBasedMetricSpec) GetPredefinedRubricGenerationSpec() *PredefinedMetricSpec
- func (x *LLMBasedMetricSpec) GetRubricGroupKey() string
- func (x *LLMBasedMetricSpec) GetRubricsSource() isLLMBasedMetricSpec_RubricsSource
- func (x *LLMBasedMetricSpec) GetSystemInstruction() string
- func (*LLMBasedMetricSpec) ProtoMessage()
- func (x *LLMBasedMetricSpec) ProtoReflect() protoreflect.Message
- func (x *LLMBasedMetricSpec) Reset()
- func (x *LLMBasedMetricSpec) String() string
- type LLMBasedMetricSpec_PredefinedRubricGenerationSpec
- type LLMBasedMetricSpec_RubricGroupKey
- type LargeModelReference
- func (*LargeModelReference) Descriptor() ([]byte, []int)deprecated
- func (x *LargeModelReference) GetName() string
- func (*LargeModelReference) ProtoMessage()
- func (x *LargeModelReference) ProtoReflect() protoreflect.Message
- func (x *LargeModelReference) Reset()
- func (x *LargeModelReference) String() string
- type LineageSubgraph
- func (*LineageSubgraph) Descriptor() ([]byte, []int)deprecated
- func (x *LineageSubgraph) GetArtifacts() []*Artifact
- func (x *LineageSubgraph) GetEvents() []*Event
- func (x *LineageSubgraph) GetExecutions() []*Execution
- func (*LineageSubgraph) ProtoMessage()
- func (x *LineageSubgraph) ProtoReflect() protoreflect.Message
- func (x *LineageSubgraph) Reset()
- func (x *LineageSubgraph) String() string
- type ListAnnotationsRequest
- func (*ListAnnotationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAnnotationsRequest) GetFilter() string
- func (x *ListAnnotationsRequest) GetOrderBy() string
- func (x *ListAnnotationsRequest) GetPageSize() int32
- func (x *ListAnnotationsRequest) GetPageToken() string
- func (x *ListAnnotationsRequest) GetParent() string
- func (x *ListAnnotationsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListAnnotationsRequest) ProtoMessage()
- func (x *ListAnnotationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationsRequest) Reset()
- func (x *ListAnnotationsRequest) String() string
- type ListAnnotationsResponse
- func (*ListAnnotationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAnnotationsResponse) GetAnnotations() []*Annotation
- func (x *ListAnnotationsResponse) GetNextPageToken() string
- func (*ListAnnotationsResponse) ProtoMessage()
- func (x *ListAnnotationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationsResponse) Reset()
- func (x *ListAnnotationsResponse) String() string
- type ListArtifactsRequest
- func (*ListArtifactsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListArtifactsRequest) GetFilter() string
- func (x *ListArtifactsRequest) GetOrderBy() string
- func (x *ListArtifactsRequest) GetPageSize() int32
- func (x *ListArtifactsRequest) GetPageToken() string
- func (x *ListArtifactsRequest) GetParent() string
- func (*ListArtifactsRequest) ProtoMessage()
- func (x *ListArtifactsRequest) ProtoReflect() protoreflect.Message
- func (x *ListArtifactsRequest) Reset()
- func (x *ListArtifactsRequest) String() string
- type ListArtifactsResponse
- func (*ListArtifactsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListArtifactsResponse) GetArtifacts() []*Artifact
- func (x *ListArtifactsResponse) GetNextPageToken() string
- func (*ListArtifactsResponse) ProtoMessage()
- func (x *ListArtifactsResponse) ProtoReflect() protoreflect.Message
- func (x *ListArtifactsResponse) Reset()
- func (x *ListArtifactsResponse) String() string
- type ListBatchPredictionJobsRequest
- func (*ListBatchPredictionJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBatchPredictionJobsRequest) GetFilter() string
- func (x *ListBatchPredictionJobsRequest) GetPageSize() int32
- func (x *ListBatchPredictionJobsRequest) GetPageToken() string
- func (x *ListBatchPredictionJobsRequest) GetParent() string
- func (x *ListBatchPredictionJobsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListBatchPredictionJobsRequest) ProtoMessage()
- func (x *ListBatchPredictionJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBatchPredictionJobsRequest) Reset()
- func (x *ListBatchPredictionJobsRequest) String() string
- type ListBatchPredictionJobsResponse
- func (*ListBatchPredictionJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBatchPredictionJobsResponse) GetBatchPredictionJobs() []*BatchPredictionJob
- func (x *ListBatchPredictionJobsResponse) GetNextPageToken() string
- func (*ListBatchPredictionJobsResponse) ProtoMessage()
- func (x *ListBatchPredictionJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBatchPredictionJobsResponse) Reset()
- func (x *ListBatchPredictionJobsResponse) String() string
- type ListCachedContentsRequest
- func (*ListCachedContentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCachedContentsRequest) GetPageSize() int32
- func (x *ListCachedContentsRequest) GetPageToken() string
- func (x *ListCachedContentsRequest) GetParent() string
- func (*ListCachedContentsRequest) ProtoMessage()
- func (x *ListCachedContentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCachedContentsRequest) Reset()
- func (x *ListCachedContentsRequest) String() string
- type ListCachedContentsResponse
- func (*ListCachedContentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCachedContentsResponse) GetCachedContents() []*CachedContent
- func (x *ListCachedContentsResponse) GetNextPageToken() string
- func (*ListCachedContentsResponse) ProtoMessage()
- func (x *ListCachedContentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCachedContentsResponse) Reset()
- func (x *ListCachedContentsResponse) String() string
- type ListContextsRequest
- func (*ListContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListContextsRequest) GetFilter() string
- func (x *ListContextsRequest) GetOrderBy() string
- func (x *ListContextsRequest) GetPageSize() int32
- func (x *ListContextsRequest) GetPageToken() string
- func (x *ListContextsRequest) GetParent() string
- func (*ListContextsRequest) ProtoMessage()
- func (x *ListContextsRequest) ProtoReflect() protoreflect.Message
- func (x *ListContextsRequest) Reset()
- func (x *ListContextsRequest) String() string
- type ListContextsResponse
- func (*ListContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListContextsResponse) GetContexts() []*Context
- func (x *ListContextsResponse) GetNextPageToken() string
- func (*ListContextsResponse) ProtoMessage()
- func (x *ListContextsResponse) ProtoReflect() protoreflect.Message
- func (x *ListContextsResponse) Reset()
- func (x *ListContextsResponse) String() string
- type ListCustomJobsRequest
- func (*ListCustomJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCustomJobsRequest) GetFilter() string
- func (x *ListCustomJobsRequest) GetPageSize() int32
- func (x *ListCustomJobsRequest) GetPageToken() string
- func (x *ListCustomJobsRequest) GetParent() string
- func (x *ListCustomJobsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListCustomJobsRequest) ProtoMessage()
- func (x *ListCustomJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCustomJobsRequest) Reset()
- func (x *ListCustomJobsRequest) String() string
- type ListCustomJobsResponse
- func (*ListCustomJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCustomJobsResponse) GetCustomJobs() []*CustomJob
- func (x *ListCustomJobsResponse) GetNextPageToken() string
- func (*ListCustomJobsResponse) ProtoMessage()
- func (x *ListCustomJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCustomJobsResponse) Reset()
- func (x *ListCustomJobsResponse) String() string
- type ListDataItemsRequest
- func (*ListDataItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataItemsRequest) GetFilter() string
- func (x *ListDataItemsRequest) GetOrderBy() string
- func (x *ListDataItemsRequest) GetPageSize() int32
- func (x *ListDataItemsRequest) GetPageToken() string
- func (x *ListDataItemsRequest) GetParent() string
- func (x *ListDataItemsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListDataItemsRequest) ProtoMessage()
- func (x *ListDataItemsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataItemsRequest) Reset()
- func (x *ListDataItemsRequest) String() string
- type ListDataItemsResponse
- func (*ListDataItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataItemsResponse) GetDataItems() []*DataItem
- func (x *ListDataItemsResponse) GetNextPageToken() string
- func (*ListDataItemsResponse) ProtoMessage()
- func (x *ListDataItemsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataItemsResponse) Reset()
- func (x *ListDataItemsResponse) String() string
- type ListDataLabelingJobsRequest
- func (*ListDataLabelingJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataLabelingJobsRequest) GetFilter() string
- func (x *ListDataLabelingJobsRequest) GetOrderBy() string
- func (x *ListDataLabelingJobsRequest) GetPageSize() int32
- func (x *ListDataLabelingJobsRequest) GetPageToken() string
- func (x *ListDataLabelingJobsRequest) GetParent() string
- func (x *ListDataLabelingJobsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListDataLabelingJobsRequest) ProtoMessage()
- func (x *ListDataLabelingJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataLabelingJobsRequest) Reset()
- func (x *ListDataLabelingJobsRequest) String() string
- type ListDataLabelingJobsResponse
- func (*ListDataLabelingJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataLabelingJobsResponse) GetDataLabelingJobs() []*DataLabelingJob
- func (x *ListDataLabelingJobsResponse) GetNextPageToken() string
- func (*ListDataLabelingJobsResponse) ProtoMessage()
- func (x *ListDataLabelingJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataLabelingJobsResponse) Reset()
- func (x *ListDataLabelingJobsResponse) String() string
- type ListDatasetVersionsRequest
- func (*ListDatasetVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatasetVersionsRequest) GetFilter() string
- func (x *ListDatasetVersionsRequest) GetOrderBy() string
- func (x *ListDatasetVersionsRequest) GetPageSize() int32
- func (x *ListDatasetVersionsRequest) GetPageToken() string
- func (x *ListDatasetVersionsRequest) GetParent() string
- func (x *ListDatasetVersionsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListDatasetVersionsRequest) ProtoMessage()
- func (x *ListDatasetVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDatasetVersionsRequest) Reset()
- func (x *ListDatasetVersionsRequest) String() string
- type ListDatasetVersionsResponse
- func (*ListDatasetVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatasetVersionsResponse) GetDatasetVersions() []*DatasetVersion
- func (x *ListDatasetVersionsResponse) GetNextPageToken() string
- func (*ListDatasetVersionsResponse) ProtoMessage()
- func (x *ListDatasetVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDatasetVersionsResponse) Reset()
- func (x *ListDatasetVersionsResponse) String() string
- type ListDatasetsRequest
- func (*ListDatasetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatasetsRequest) GetFilter() string
- func (x *ListDatasetsRequest) GetOrderBy() string
- func (x *ListDatasetsRequest) GetPageSize() int32
- func (x *ListDatasetsRequest) GetPageToken() string
- func (x *ListDatasetsRequest) GetParent() string
- func (x *ListDatasetsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListDatasetsRequest) ProtoMessage()
- func (x *ListDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDatasetsRequest) Reset()
- func (x *ListDatasetsRequest) String() string
- type ListDatasetsResponse
- func (*ListDatasetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatasetsResponse) GetDatasets() []*Dataset
- func (x *ListDatasetsResponse) GetNextPageToken() string
- func (*ListDatasetsResponse) ProtoMessage()
- func (x *ListDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDatasetsResponse) Reset()
- func (x *ListDatasetsResponse) String() string
- type ListDeploymentResourcePoolsRequest
- func (*ListDeploymentResourcePoolsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeploymentResourcePoolsRequest) GetPageSize() int32
- func (x *ListDeploymentResourcePoolsRequest) GetPageToken() string
- func (x *ListDeploymentResourcePoolsRequest) GetParent() string
- func (*ListDeploymentResourcePoolsRequest) ProtoMessage()
- func (x *ListDeploymentResourcePoolsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentResourcePoolsRequest) Reset()
- func (x *ListDeploymentResourcePoolsRequest) String() string
- type ListDeploymentResourcePoolsResponse
- func (*ListDeploymentResourcePoolsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeploymentResourcePoolsResponse) GetDeploymentResourcePools() []*DeploymentResourcePool
- func (x *ListDeploymentResourcePoolsResponse) GetNextPageToken() string
- func (*ListDeploymentResourcePoolsResponse) ProtoMessage()
- func (x *ListDeploymentResourcePoolsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentResourcePoolsResponse) Reset()
- func (x *ListDeploymentResourcePoolsResponse) String() string
- type ListEndpointsRequest
- func (*ListEndpointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEndpointsRequest) GetFilter() string
- func (x *ListEndpointsRequest) GetOrderBy() string
- func (x *ListEndpointsRequest) GetPageSize() int32
- func (x *ListEndpointsRequest) GetPageToken() string
- func (x *ListEndpointsRequest) GetParent() string
- func (x *ListEndpointsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListEndpointsRequest) ProtoMessage()
- func (x *ListEndpointsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEndpointsRequest) Reset()
- func (x *ListEndpointsRequest) String() string
- type ListEndpointsResponse
- func (*ListEndpointsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEndpointsResponse) GetEndpoints() []*Endpoint
- func (x *ListEndpointsResponse) GetNextPageToken() string
- func (*ListEndpointsResponse) ProtoMessage()
- func (x *ListEndpointsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEndpointsResponse) Reset()
- func (x *ListEndpointsResponse) String() string
- type ListEntityTypesRequest
- func (*ListEntityTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntityTypesRequest) GetFilter() string
- func (x *ListEntityTypesRequest) GetOrderBy() string
- func (x *ListEntityTypesRequest) GetPageSize() int32
- func (x *ListEntityTypesRequest) GetPageToken() string
- func (x *ListEntityTypesRequest) GetParent() string
- func (x *ListEntityTypesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListEntityTypesRequest) ProtoMessage()
- func (x *ListEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntityTypesRequest) Reset()
- func (x *ListEntityTypesRequest) String() string
- type ListEntityTypesResponse
- func (*ListEntityTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntityTypesResponse) GetEntityTypes() []*EntityType
- func (x *ListEntityTypesResponse) GetNextPageToken() string
- func (*ListEntityTypesResponse) ProtoMessage()
- func (x *ListEntityTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntityTypesResponse) Reset()
- func (x *ListEntityTypesResponse) String() string
- type ListEventsRequest
- func (*ListEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventsRequest) GetFilter() string
- func (x *ListEventsRequest) GetOrderBy() string
- func (x *ListEventsRequest) GetPageSize() int32
- func (x *ListEventsRequest) GetPageToken() string
- func (x *ListEventsRequest) GetParent() string
- func (*ListEventsRequest) ProtoMessage()
- func (x *ListEventsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEventsRequest) Reset()
- func (x *ListEventsRequest) String() string
- type ListEventsResponse
- func (*ListEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventsResponse) GetNextPageToken() string
- func (x *ListEventsResponse) GetSessionEvents() []*SessionEvent
- func (*ListEventsResponse) ProtoMessage()
- func (x *ListEventsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEventsResponse) Reset()
- func (x *ListEventsResponse) String() string
- type ListExecutionsRequest
- func (*ListExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionsRequest) GetFilter() string
- func (x *ListExecutionsRequest) GetOrderBy() string
- func (x *ListExecutionsRequest) GetPageSize() int32
- func (x *ListExecutionsRequest) GetPageToken() string
- func (x *ListExecutionsRequest) GetParent() string
- func (*ListExecutionsRequest) ProtoMessage()
- func (x *ListExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExecutionsRequest) Reset()
- func (x *ListExecutionsRequest) String() string
- type ListExecutionsResponse
- func (*ListExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionsResponse) GetExecutions() []*Execution
- func (x *ListExecutionsResponse) GetNextPageToken() string
- func (*ListExecutionsResponse) ProtoMessage()
- func (x *ListExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExecutionsResponse) Reset()
- func (x *ListExecutionsResponse) String() string
- type ListFeatureGroupsRequest
- func (*ListFeatureGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureGroupsRequest) GetFilter() string
- func (x *ListFeatureGroupsRequest) GetOrderBy() string
- func (x *ListFeatureGroupsRequest) GetPageSize() int32
- func (x *ListFeatureGroupsRequest) GetPageToken() string
- func (x *ListFeatureGroupsRequest) GetParent() string
- func (*ListFeatureGroupsRequest) ProtoMessage()
- func (x *ListFeatureGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeatureGroupsRequest) Reset()
- func (x *ListFeatureGroupsRequest) String() string
- type ListFeatureGroupsResponse
- func (*ListFeatureGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureGroupsResponse) GetFeatureGroups() []*FeatureGroup
- func (x *ListFeatureGroupsResponse) GetNextPageToken() string
- func (*ListFeatureGroupsResponse) ProtoMessage()
- func (x *ListFeatureGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeatureGroupsResponse) Reset()
- func (x *ListFeatureGroupsResponse) String() string
- type ListFeatureOnlineStoresRequest
- func (*ListFeatureOnlineStoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureOnlineStoresRequest) GetFilter() string
- func (x *ListFeatureOnlineStoresRequest) GetOrderBy() string
- func (x *ListFeatureOnlineStoresRequest) GetPageSize() int32
- func (x *ListFeatureOnlineStoresRequest) GetPageToken() string
- func (x *ListFeatureOnlineStoresRequest) GetParent() string
- func (*ListFeatureOnlineStoresRequest) ProtoMessage()
- func (x *ListFeatureOnlineStoresRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeatureOnlineStoresRequest) Reset()
- func (x *ListFeatureOnlineStoresRequest) String() string
- type ListFeatureOnlineStoresResponse
- func (*ListFeatureOnlineStoresResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureOnlineStoresResponse) GetFeatureOnlineStores() []*FeatureOnlineStore
- func (x *ListFeatureOnlineStoresResponse) GetNextPageToken() string
- func (*ListFeatureOnlineStoresResponse) ProtoMessage()
- func (x *ListFeatureOnlineStoresResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeatureOnlineStoresResponse) Reset()
- func (x *ListFeatureOnlineStoresResponse) String() string
- type ListFeatureViewSyncsRequest
- func (*ListFeatureViewSyncsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureViewSyncsRequest) GetFilter() string
- func (x *ListFeatureViewSyncsRequest) GetOrderBy() string
- func (x *ListFeatureViewSyncsRequest) GetPageSize() int32
- func (x *ListFeatureViewSyncsRequest) GetPageToken() string
- func (x *ListFeatureViewSyncsRequest) GetParent() string
- func (*ListFeatureViewSyncsRequest) ProtoMessage()
- func (x *ListFeatureViewSyncsRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeatureViewSyncsRequest) Reset()
- func (x *ListFeatureViewSyncsRequest) String() string
- type ListFeatureViewSyncsResponse
- func (*ListFeatureViewSyncsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureViewSyncsResponse) GetFeatureViewSyncs() []*FeatureViewSync
- func (x *ListFeatureViewSyncsResponse) GetNextPageToken() string
- func (*ListFeatureViewSyncsResponse) ProtoMessage()
- func (x *ListFeatureViewSyncsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeatureViewSyncsResponse) Reset()
- func (x *ListFeatureViewSyncsResponse) String() string
- type ListFeatureViewsRequest
- func (*ListFeatureViewsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureViewsRequest) GetFilter() string
- func (x *ListFeatureViewsRequest) GetOrderBy() string
- func (x *ListFeatureViewsRequest) GetPageSize() int32
- func (x *ListFeatureViewsRequest) GetPageToken() string
- func (x *ListFeatureViewsRequest) GetParent() string
- func (*ListFeatureViewsRequest) ProtoMessage()
- func (x *ListFeatureViewsRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeatureViewsRequest) Reset()
- func (x *ListFeatureViewsRequest) String() string
- type ListFeatureViewsResponse
- func (*ListFeatureViewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureViewsResponse) GetFeatureViews() []*FeatureView
- func (x *ListFeatureViewsResponse) GetNextPageToken() string
- func (*ListFeatureViewsResponse) ProtoMessage()
- func (x *ListFeatureViewsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeatureViewsResponse) Reset()
- func (x *ListFeatureViewsResponse) String() string
- type ListFeaturesRequest
- func (*ListFeaturesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeaturesRequest) GetFilter() string
- func (x *ListFeaturesRequest) GetLatestStatsCount() int32
- func (x *ListFeaturesRequest) GetOrderBy() string
- func (x *ListFeaturesRequest) GetPageSize() int32
- func (x *ListFeaturesRequest) GetPageToken() string
- func (x *ListFeaturesRequest) GetParent() string
- func (x *ListFeaturesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListFeaturesRequest) ProtoMessage()
- func (x *ListFeaturesRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeaturesRequest) Reset()
- func (x *ListFeaturesRequest) String() string
- type ListFeaturesResponse
- func (*ListFeaturesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeaturesResponse) GetFeatures() []*Feature
- func (x *ListFeaturesResponse) GetNextPageToken() string
- func (*ListFeaturesResponse) ProtoMessage()
- func (x *ListFeaturesResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeaturesResponse) Reset()
- func (x *ListFeaturesResponse) String() string
- type ListFeaturestoresRequest
- func (*ListFeaturestoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeaturestoresRequest) GetFilter() string
- func (x *ListFeaturestoresRequest) GetOrderBy() string
- func (x *ListFeaturestoresRequest) GetPageSize() int32
- func (x *ListFeaturestoresRequest) GetPageToken() string
- func (x *ListFeaturestoresRequest) GetParent() string
- func (x *ListFeaturestoresRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListFeaturestoresRequest) ProtoMessage()
- func (x *ListFeaturestoresRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeaturestoresRequest) Reset()
- func (x *ListFeaturestoresRequest) String() string
- type ListFeaturestoresResponse
- func (*ListFeaturestoresResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeaturestoresResponse) GetFeaturestores() []*Featurestore
- func (x *ListFeaturestoresResponse) GetNextPageToken() string
- func (*ListFeaturestoresResponse) ProtoMessage()
- func (x *ListFeaturestoresResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeaturestoresResponse) Reset()
- func (x *ListFeaturestoresResponse) String() string
- type ListHyperparameterTuningJobsRequest
- func (*ListHyperparameterTuningJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListHyperparameterTuningJobsRequest) GetFilter() string
- func (x *ListHyperparameterTuningJobsRequest) GetPageSize() int32
- func (x *ListHyperparameterTuningJobsRequest) GetPageToken() string
- func (x *ListHyperparameterTuningJobsRequest) GetParent() string
- func (x *ListHyperparameterTuningJobsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListHyperparameterTuningJobsRequest) ProtoMessage()
- func (x *ListHyperparameterTuningJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListHyperparameterTuningJobsRequest) Reset()
- func (x *ListHyperparameterTuningJobsRequest) String() string
- type ListHyperparameterTuningJobsResponse
- func (*ListHyperparameterTuningJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListHyperparameterTuningJobsResponse) GetHyperparameterTuningJobs() []*HyperparameterTuningJob
- func (x *ListHyperparameterTuningJobsResponse) GetNextPageToken() string
- func (*ListHyperparameterTuningJobsResponse) ProtoMessage()
- func (x *ListHyperparameterTuningJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListHyperparameterTuningJobsResponse) Reset()
- func (x *ListHyperparameterTuningJobsResponse) String() string
- type ListIndexEndpointsRequest
- func (*ListIndexEndpointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListIndexEndpointsRequest) GetFilter() string
- func (x *ListIndexEndpointsRequest) GetPageSize() int32
- func (x *ListIndexEndpointsRequest) GetPageToken() string
- func (x *ListIndexEndpointsRequest) GetParent() string
- func (x *ListIndexEndpointsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListIndexEndpointsRequest) ProtoMessage()
- func (x *ListIndexEndpointsRequest) ProtoReflect() protoreflect.Message
- func (x *ListIndexEndpointsRequest) Reset()
- func (x *ListIndexEndpointsRequest) String() string
- type ListIndexEndpointsResponse
- func (*ListIndexEndpointsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIndexEndpointsResponse) GetIndexEndpoints() []*IndexEndpoint
- func (x *ListIndexEndpointsResponse) GetNextPageToken() string
- func (*ListIndexEndpointsResponse) ProtoMessage()
- func (x *ListIndexEndpointsResponse) ProtoReflect() protoreflect.Message
- func (x *ListIndexEndpointsResponse) Reset()
- func (x *ListIndexEndpointsResponse) String() string
- type ListIndexesRequest
- func (*ListIndexesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListIndexesRequest) GetFilter() string
- func (x *ListIndexesRequest) GetPageSize() int32
- func (x *ListIndexesRequest) GetPageToken() string
- func (x *ListIndexesRequest) GetParent() string
- func (x *ListIndexesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListIndexesRequest) ProtoMessage()
- func (x *ListIndexesRequest) ProtoReflect() protoreflect.Message
- func (x *ListIndexesRequest) Reset()
- func (x *ListIndexesRequest) String() string
- type ListIndexesResponse
- func (*ListIndexesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIndexesResponse) GetIndexes() []*Index
- func (x *ListIndexesResponse) GetNextPageToken() string
- func (*ListIndexesResponse) ProtoMessage()
- func (x *ListIndexesResponse) ProtoReflect() protoreflect.Message
- func (x *ListIndexesResponse) Reset()
- func (x *ListIndexesResponse) String() string
- type ListMetadataSchemasRequest
- func (*ListMetadataSchemasRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetadataSchemasRequest) GetFilter() string
- func (x *ListMetadataSchemasRequest) GetPageSize() int32
- func (x *ListMetadataSchemasRequest) GetPageToken() string
- func (x *ListMetadataSchemasRequest) GetParent() string
- func (*ListMetadataSchemasRequest) ProtoMessage()
- func (x *ListMetadataSchemasRequest) ProtoReflect() protoreflect.Message
- func (x *ListMetadataSchemasRequest) Reset()
- func (x *ListMetadataSchemasRequest) String() string
- type ListMetadataSchemasResponse
- func (*ListMetadataSchemasResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetadataSchemasResponse) GetMetadataSchemas() []*MetadataSchema
- func (x *ListMetadataSchemasResponse) GetNextPageToken() string
- func (*ListMetadataSchemasResponse) ProtoMessage()
- func (x *ListMetadataSchemasResponse) ProtoReflect() protoreflect.Message
- func (x *ListMetadataSchemasResponse) Reset()
- func (x *ListMetadataSchemasResponse) String() string
- type ListMetadataStoresRequest
- func (*ListMetadataStoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetadataStoresRequest) GetPageSize() int32
- func (x *ListMetadataStoresRequest) GetPageToken() string
- func (x *ListMetadataStoresRequest) GetParent() string
- func (*ListMetadataStoresRequest) ProtoMessage()
- func (x *ListMetadataStoresRequest) ProtoReflect() protoreflect.Message
- func (x *ListMetadataStoresRequest) Reset()
- func (x *ListMetadataStoresRequest) String() string
- type ListMetadataStoresResponse
- func (*ListMetadataStoresResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetadataStoresResponse) GetMetadataStores() []*MetadataStore
- func (x *ListMetadataStoresResponse) GetNextPageToken() string
- func (*ListMetadataStoresResponse) ProtoMessage()
- func (x *ListMetadataStoresResponse) ProtoReflect() protoreflect.Message
- func (x *ListMetadataStoresResponse) Reset()
- func (x *ListMetadataStoresResponse) String() string
- type ListModelDeploymentMonitoringJobsRequest
- func (*ListModelDeploymentMonitoringJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelDeploymentMonitoringJobsRequest) GetFilter() string
- func (x *ListModelDeploymentMonitoringJobsRequest) GetPageSize() int32
- func (x *ListModelDeploymentMonitoringJobsRequest) GetPageToken() string
- func (x *ListModelDeploymentMonitoringJobsRequest) GetParent() string
- func (x *ListModelDeploymentMonitoringJobsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListModelDeploymentMonitoringJobsRequest) ProtoMessage()
- func (x *ListModelDeploymentMonitoringJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelDeploymentMonitoringJobsRequest) Reset()
- func (x *ListModelDeploymentMonitoringJobsRequest) String() string
- type ListModelDeploymentMonitoringJobsResponse
- func (*ListModelDeploymentMonitoringJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelDeploymentMonitoringJobsResponse) GetModelDeploymentMonitoringJobs() []*ModelDeploymentMonitoringJob
- func (x *ListModelDeploymentMonitoringJobsResponse) GetNextPageToken() string
- func (*ListModelDeploymentMonitoringJobsResponse) ProtoMessage()
- func (x *ListModelDeploymentMonitoringJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelDeploymentMonitoringJobsResponse) Reset()
- func (x *ListModelDeploymentMonitoringJobsResponse) String() string
- type ListModelEvaluationSlicesRequest
- func (*ListModelEvaluationSlicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelEvaluationSlicesRequest) GetFilter() string
- func (x *ListModelEvaluationSlicesRequest) GetPageSize() int32
- func (x *ListModelEvaluationSlicesRequest) GetPageToken() string
- func (x *ListModelEvaluationSlicesRequest) GetParent() string
- func (x *ListModelEvaluationSlicesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListModelEvaluationSlicesRequest) ProtoMessage()
- func (x *ListModelEvaluationSlicesRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelEvaluationSlicesRequest) Reset()
- func (x *ListModelEvaluationSlicesRequest) String() string
- type ListModelEvaluationSlicesResponse
- func (*ListModelEvaluationSlicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelEvaluationSlicesResponse) GetModelEvaluationSlices() []*ModelEvaluationSlice
- func (x *ListModelEvaluationSlicesResponse) GetNextPageToken() string
- func (*ListModelEvaluationSlicesResponse) ProtoMessage()
- func (x *ListModelEvaluationSlicesResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelEvaluationSlicesResponse) Reset()
- func (x *ListModelEvaluationSlicesResponse) String() string
- type ListModelEvaluationsRequest
- func (*ListModelEvaluationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelEvaluationsRequest) GetFilter() string
- func (x *ListModelEvaluationsRequest) GetPageSize() int32
- func (x *ListModelEvaluationsRequest) GetPageToken() string
- func (x *ListModelEvaluationsRequest) GetParent() string
- func (x *ListModelEvaluationsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListModelEvaluationsRequest) ProtoMessage()
- func (x *ListModelEvaluationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelEvaluationsRequest) Reset()
- func (x *ListModelEvaluationsRequest) String() string
- type ListModelEvaluationsResponse
- func (*ListModelEvaluationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelEvaluationsResponse) GetModelEvaluations() []*ModelEvaluation
- func (x *ListModelEvaluationsResponse) GetNextPageToken() string
- func (*ListModelEvaluationsResponse) ProtoMessage()
- func (x *ListModelEvaluationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelEvaluationsResponse) Reset()
- func (x *ListModelEvaluationsResponse) String() string
- type ListModelVersionCheckpointsRequest
- func (*ListModelVersionCheckpointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelVersionCheckpointsRequest) GetName() string
- func (x *ListModelVersionCheckpointsRequest) GetPageSize() int32
- func (x *ListModelVersionCheckpointsRequest) GetPageToken() string
- func (*ListModelVersionCheckpointsRequest) ProtoMessage()
- func (x *ListModelVersionCheckpointsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelVersionCheckpointsRequest) Reset()
- func (x *ListModelVersionCheckpointsRequest) String() string
- type ListModelVersionCheckpointsResponse
- func (*ListModelVersionCheckpointsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelVersionCheckpointsResponse) GetCheckpoints() []*ModelVersionCheckpoint
- func (x *ListModelVersionCheckpointsResponse) GetNextPageToken() string
- func (*ListModelVersionCheckpointsResponse) ProtoMessage()
- func (x *ListModelVersionCheckpointsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelVersionCheckpointsResponse) Reset()
- func (x *ListModelVersionCheckpointsResponse) String() string
- type ListModelVersionsRequest
- func (*ListModelVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelVersionsRequest) GetFilter() string
- func (x *ListModelVersionsRequest) GetName() string
- func (x *ListModelVersionsRequest) GetOrderBy() string
- func (x *ListModelVersionsRequest) GetPageSize() int32
- func (x *ListModelVersionsRequest) GetPageToken() string
- func (x *ListModelVersionsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListModelVersionsRequest) ProtoMessage()
- func (x *ListModelVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelVersionsRequest) Reset()
- func (x *ListModelVersionsRequest) String() string
- type ListModelVersionsResponse
- func (*ListModelVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelVersionsResponse) GetModels() []*Model
- func (x *ListModelVersionsResponse) GetNextPageToken() string
- func (*ListModelVersionsResponse) ProtoMessage()
- func (x *ListModelVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelVersionsResponse) Reset()
- func (x *ListModelVersionsResponse) String() string
- type ListModelsRequest
- func (*ListModelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelsRequest) GetFilter() string
- func (x *ListModelsRequest) GetOrderBy() string
- func (x *ListModelsRequest) GetPageSize() int32
- func (x *ListModelsRequest) GetPageToken() string
- func (x *ListModelsRequest) GetParent() string
- func (x *ListModelsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListModelsRequest) ProtoMessage()
- func (x *ListModelsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelsRequest) Reset()
- func (x *ListModelsRequest) String() string
- type ListModelsResponse
- func (*ListModelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelsResponse) GetModels() []*Model
- func (x *ListModelsResponse) GetNextPageToken() string
- func (*ListModelsResponse) ProtoMessage()
- func (x *ListModelsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelsResponse) Reset()
- func (x *ListModelsResponse) String() string
- type ListNasJobsRequest
- func (*ListNasJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNasJobsRequest) GetFilter() string
- func (x *ListNasJobsRequest) GetPageSize() int32
- func (x *ListNasJobsRequest) GetPageToken() string
- func (x *ListNasJobsRequest) GetParent() string
- func (x *ListNasJobsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListNasJobsRequest) ProtoMessage()
- func (x *ListNasJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListNasJobsRequest) Reset()
- func (x *ListNasJobsRequest) String() string
- type ListNasJobsResponse
- func (*ListNasJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNasJobsResponse) GetNasJobs() []*NasJob
- func (x *ListNasJobsResponse) GetNextPageToken() string
- func (*ListNasJobsResponse) ProtoMessage()
- func (x *ListNasJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListNasJobsResponse) Reset()
- func (x *ListNasJobsResponse) String() string
- type ListNasTrialDetailsRequest
- func (*ListNasTrialDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNasTrialDetailsRequest) GetPageSize() int32
- func (x *ListNasTrialDetailsRequest) GetPageToken() string
- func (x *ListNasTrialDetailsRequest) GetParent() string
- func (*ListNasTrialDetailsRequest) ProtoMessage()
- func (x *ListNasTrialDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *ListNasTrialDetailsRequest) Reset()
- func (x *ListNasTrialDetailsRequest) String() string
- type ListNasTrialDetailsResponse
- func (*ListNasTrialDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNasTrialDetailsResponse) GetNasTrialDetails() []*NasTrialDetail
- func (x *ListNasTrialDetailsResponse) GetNextPageToken() string
- func (*ListNasTrialDetailsResponse) ProtoMessage()
- func (x *ListNasTrialDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *ListNasTrialDetailsResponse) Reset()
- func (x *ListNasTrialDetailsResponse) String() string
- type ListNotebookExecutionJobsRequest
- func (*ListNotebookExecutionJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookExecutionJobsRequest) GetFilter() string
- func (x *ListNotebookExecutionJobsRequest) GetOrderBy() string
- func (x *ListNotebookExecutionJobsRequest) GetPageSize() int32
- func (x *ListNotebookExecutionJobsRequest) GetPageToken() string
- func (x *ListNotebookExecutionJobsRequest) GetParent() string
- func (x *ListNotebookExecutionJobsRequest) GetView() NotebookExecutionJobView
- func (*ListNotebookExecutionJobsRequest) ProtoMessage()
- func (x *ListNotebookExecutionJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListNotebookExecutionJobsRequest) Reset()
- func (x *ListNotebookExecutionJobsRequest) String() string
- type ListNotebookExecutionJobsResponse
- func (*ListNotebookExecutionJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookExecutionJobsResponse) GetNextPageToken() string
- func (x *ListNotebookExecutionJobsResponse) GetNotebookExecutionJobs() []*NotebookExecutionJob
- func (*ListNotebookExecutionJobsResponse) ProtoMessage()
- func (x *ListNotebookExecutionJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListNotebookExecutionJobsResponse) Reset()
- func (x *ListNotebookExecutionJobsResponse) String() string
- type ListNotebookRuntimeTemplatesRequest
- func (*ListNotebookRuntimeTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookRuntimeTemplatesRequest) GetFilter() string
- func (x *ListNotebookRuntimeTemplatesRequest) GetOrderBy() string
- func (x *ListNotebookRuntimeTemplatesRequest) GetPageSize() int32
- func (x *ListNotebookRuntimeTemplatesRequest) GetPageToken() string
- func (x *ListNotebookRuntimeTemplatesRequest) GetParent() string
- func (x *ListNotebookRuntimeTemplatesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListNotebookRuntimeTemplatesRequest) ProtoMessage()
- func (x *ListNotebookRuntimeTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNotebookRuntimeTemplatesRequest) Reset()
- func (x *ListNotebookRuntimeTemplatesRequest) String() string
- type ListNotebookRuntimeTemplatesResponse
- func (*ListNotebookRuntimeTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookRuntimeTemplatesResponse) GetNextPageToken() string
- func (x *ListNotebookRuntimeTemplatesResponse) GetNotebookRuntimeTemplates() []*NotebookRuntimeTemplate
- func (*ListNotebookRuntimeTemplatesResponse) ProtoMessage()
- func (x *ListNotebookRuntimeTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNotebookRuntimeTemplatesResponse) Reset()
- func (x *ListNotebookRuntimeTemplatesResponse) String() string
- type ListNotebookRuntimesRequest
- func (*ListNotebookRuntimesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookRuntimesRequest) GetFilter() string
- func (x *ListNotebookRuntimesRequest) GetOrderBy() string
- func (x *ListNotebookRuntimesRequest) GetPageSize() int32
- func (x *ListNotebookRuntimesRequest) GetPageToken() string
- func (x *ListNotebookRuntimesRequest) GetParent() string
- func (x *ListNotebookRuntimesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListNotebookRuntimesRequest) ProtoMessage()
- func (x *ListNotebookRuntimesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNotebookRuntimesRequest) Reset()
- func (x *ListNotebookRuntimesRequest) String() string
- type ListNotebookRuntimesResponse
- func (*ListNotebookRuntimesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookRuntimesResponse) GetNextPageToken() string
- func (x *ListNotebookRuntimesResponse) GetNotebookRuntimes() []*NotebookRuntime
- func (*ListNotebookRuntimesResponse) ProtoMessage()
- func (x *ListNotebookRuntimesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNotebookRuntimesResponse) Reset()
- func (x *ListNotebookRuntimesResponse) String() string
- type ListOptimalTrialsRequest
- func (*ListOptimalTrialsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOptimalTrialsRequest) GetParent() string
- func (*ListOptimalTrialsRequest) ProtoMessage()
- func (x *ListOptimalTrialsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOptimalTrialsRequest) Reset()
- func (x *ListOptimalTrialsRequest) String() string
- type ListOptimalTrialsResponse
- func (*ListOptimalTrialsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOptimalTrialsResponse) GetOptimalTrials() []*Trial
- func (*ListOptimalTrialsResponse) ProtoMessage()
- func (x *ListOptimalTrialsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOptimalTrialsResponse) Reset()
- func (x *ListOptimalTrialsResponse) String() string
- type ListPersistentResourcesRequest
- func (*ListPersistentResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPersistentResourcesRequest) GetPageSize() int32
- func (x *ListPersistentResourcesRequest) GetPageToken() string
- func (x *ListPersistentResourcesRequest) GetParent() string
- func (*ListPersistentResourcesRequest) ProtoMessage()
- func (x *ListPersistentResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPersistentResourcesRequest) Reset()
- func (x *ListPersistentResourcesRequest) String() string
- type ListPersistentResourcesResponse
- func (*ListPersistentResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPersistentResourcesResponse) GetNextPageToken() string
- func (x *ListPersistentResourcesResponse) GetPersistentResources() []*PersistentResource
- func (*ListPersistentResourcesResponse) ProtoMessage()
- func (x *ListPersistentResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPersistentResourcesResponse) Reset()
- func (x *ListPersistentResourcesResponse) String() string
- type ListPipelineJobsRequest
- func (*ListPipelineJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineJobsRequest) GetFilter() string
- func (x *ListPipelineJobsRequest) GetOrderBy() string
- func (x *ListPipelineJobsRequest) GetPageSize() int32
- func (x *ListPipelineJobsRequest) GetPageToken() string
- func (x *ListPipelineJobsRequest) GetParent() string
- func (x *ListPipelineJobsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListPipelineJobsRequest) ProtoMessage()
- func (x *ListPipelineJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineJobsRequest) Reset()
- func (x *ListPipelineJobsRequest) String() string
- type ListPipelineJobsResponse
- func (*ListPipelineJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineJobsResponse) GetNextPageToken() string
- func (x *ListPipelineJobsResponse) GetPipelineJobs() []*PipelineJob
- func (*ListPipelineJobsResponse) ProtoMessage()
- func (x *ListPipelineJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineJobsResponse) Reset()
- func (x *ListPipelineJobsResponse) String() string
- type ListRagCorporaRequest
- func (*ListRagCorporaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRagCorporaRequest) GetPageSize() int32
- func (x *ListRagCorporaRequest) GetPageToken() string
- func (x *ListRagCorporaRequest) GetParent() string
- func (*ListRagCorporaRequest) ProtoMessage()
- func (x *ListRagCorporaRequest) ProtoReflect() protoreflect.Message
- func (x *ListRagCorporaRequest) Reset()
- func (x *ListRagCorporaRequest) String() string
- type ListRagCorporaResponse
- func (*ListRagCorporaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRagCorporaResponse) GetNextPageToken() string
- func (x *ListRagCorporaResponse) GetRagCorpora() []*RagCorpus
- func (*ListRagCorporaResponse) ProtoMessage()
- func (x *ListRagCorporaResponse) ProtoReflect() protoreflect.Message
- func (x *ListRagCorporaResponse) Reset()
- func (x *ListRagCorporaResponse) String() string
- type ListRagFilesRequest
- func (*ListRagFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRagFilesRequest) GetPageSize() int32
- func (x *ListRagFilesRequest) GetPageToken() string
- func (x *ListRagFilesRequest) GetParent() string
- func (*ListRagFilesRequest) ProtoMessage()
- func (x *ListRagFilesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRagFilesRequest) Reset()
- func (x *ListRagFilesRequest) String() string
- type ListRagFilesResponse
- func (*ListRagFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRagFilesResponse) GetNextPageToken() string
- func (x *ListRagFilesResponse) GetRagFiles() []*RagFile
- func (*ListRagFilesResponse) ProtoMessage()
- func (x *ListRagFilesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRagFilesResponse) Reset()
- func (x *ListRagFilesResponse) String() string
- type ListReasoningEnginesRequest
- func (*ListReasoningEnginesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListReasoningEnginesRequest) GetFilter() string
- func (x *ListReasoningEnginesRequest) GetPageSize() int32
- func (x *ListReasoningEnginesRequest) GetPageToken() string
- func (x *ListReasoningEnginesRequest) GetParent() string
- func (*ListReasoningEnginesRequest) ProtoMessage()
- func (x *ListReasoningEnginesRequest) ProtoReflect() protoreflect.Message
- func (x *ListReasoningEnginesRequest) Reset()
- func (x *ListReasoningEnginesRequest) String() string
- type ListReasoningEnginesResponse
- func (*ListReasoningEnginesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListReasoningEnginesResponse) GetNextPageToken() string
- func (x *ListReasoningEnginesResponse) GetReasoningEngines() []*ReasoningEngine
- func (*ListReasoningEnginesResponse) ProtoMessage()
- func (x *ListReasoningEnginesResponse) ProtoReflect() protoreflect.Message
- func (x *ListReasoningEnginesResponse) Reset()
- func (x *ListReasoningEnginesResponse) String() string
- type ListSavedQueriesRequest
- func (*ListSavedQueriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSavedQueriesRequest) GetFilter() string
- func (x *ListSavedQueriesRequest) GetOrderBy() string
- func (x *ListSavedQueriesRequest) GetPageSize() int32
- func (x *ListSavedQueriesRequest) GetPageToken() string
- func (x *ListSavedQueriesRequest) GetParent() string
- func (x *ListSavedQueriesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListSavedQueriesRequest) ProtoMessage()
- func (x *ListSavedQueriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListSavedQueriesRequest) Reset()
- func (x *ListSavedQueriesRequest) String() string
- type ListSavedQueriesResponse
- func (*ListSavedQueriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSavedQueriesResponse) GetNextPageToken() string
- func (x *ListSavedQueriesResponse) GetSavedQueries() []*SavedQuery
- func (*ListSavedQueriesResponse) ProtoMessage()
- func (x *ListSavedQueriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListSavedQueriesResponse) Reset()
- func (x *ListSavedQueriesResponse) String() string
- type ListSchedulesRequest
- func (*ListSchedulesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSchedulesRequest) GetFilter() string
- func (x *ListSchedulesRequest) GetOrderBy() string
- func (x *ListSchedulesRequest) GetPageSize() int32
- func (x *ListSchedulesRequest) GetPageToken() string
- func (x *ListSchedulesRequest) GetParent() string
- func (*ListSchedulesRequest) ProtoMessage()
- func (x *ListSchedulesRequest) ProtoReflect() protoreflect.Message
- func (x *ListSchedulesRequest) Reset()
- func (x *ListSchedulesRequest) String() string
- type ListSchedulesResponse
- func (*ListSchedulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSchedulesResponse) GetNextPageToken() string
- func (x *ListSchedulesResponse) GetSchedules() []*Schedule
- func (*ListSchedulesResponse) ProtoMessage()
- func (x *ListSchedulesResponse) ProtoReflect() protoreflect.Message
- func (x *ListSchedulesResponse) Reset()
- func (x *ListSchedulesResponse) String() string
- type ListSessionsRequest
- func (*ListSessionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSessionsRequest) GetFilter() string
- func (x *ListSessionsRequest) GetOrderBy() string
- func (x *ListSessionsRequest) GetPageSize() int32
- func (x *ListSessionsRequest) GetPageToken() string
- func (x *ListSessionsRequest) GetParent() string
- func (*ListSessionsRequest) ProtoMessage()
- func (x *ListSessionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSessionsRequest) Reset()
- func (x *ListSessionsRequest) String() string
- type ListSessionsResponse
- func (*ListSessionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSessionsResponse) GetNextPageToken() string
- func (x *ListSessionsResponse) GetSessions() []*Session
- func (*ListSessionsResponse) ProtoMessage()
- func (x *ListSessionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSessionsResponse) Reset()
- func (x *ListSessionsResponse) String() string
- type ListSpecialistPoolsRequest
- func (*ListSpecialistPoolsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSpecialistPoolsRequest) GetPageSize() int32
- func (x *ListSpecialistPoolsRequest) GetPageToken() string
- func (x *ListSpecialistPoolsRequest) GetParent() string
- func (x *ListSpecialistPoolsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListSpecialistPoolsRequest) ProtoMessage()
- func (x *ListSpecialistPoolsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSpecialistPoolsRequest) Reset()
- func (x *ListSpecialistPoolsRequest) String() string
- type ListSpecialistPoolsResponse
- func (*ListSpecialistPoolsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSpecialistPoolsResponse) GetNextPageToken() string
- func (x *ListSpecialistPoolsResponse) GetSpecialistPools() []*SpecialistPool
- func (*ListSpecialistPoolsResponse) ProtoMessage()
- func (x *ListSpecialistPoolsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSpecialistPoolsResponse) Reset()
- func (x *ListSpecialistPoolsResponse) String() string
- type ListStudiesRequest
- func (*ListStudiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudiesRequest) GetPageSize() int32
- func (x *ListStudiesRequest) GetPageToken() string
- func (x *ListStudiesRequest) GetParent() string
- func (*ListStudiesRequest) ProtoMessage()
- func (x *ListStudiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListStudiesRequest) Reset()
- func (x *ListStudiesRequest) String() string
- type ListStudiesResponse
- func (*ListStudiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudiesResponse) GetNextPageToken() string
- func (x *ListStudiesResponse) GetStudies() []*Study
- func (*ListStudiesResponse) ProtoMessage()
- func (x *ListStudiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListStudiesResponse) Reset()
- func (x *ListStudiesResponse) String() string
- type ListTensorboardExperimentsRequest
- func (*ListTensorboardExperimentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardExperimentsRequest) GetFilter() string
- func (x *ListTensorboardExperimentsRequest) GetOrderBy() string
- func (x *ListTensorboardExperimentsRequest) GetPageSize() int32
- func (x *ListTensorboardExperimentsRequest) GetPageToken() string
- func (x *ListTensorboardExperimentsRequest) GetParent() string
- func (x *ListTensorboardExperimentsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListTensorboardExperimentsRequest) ProtoMessage()
- func (x *ListTensorboardExperimentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardExperimentsRequest) Reset()
- func (x *ListTensorboardExperimentsRequest) String() string
- type ListTensorboardExperimentsResponse
- func (*ListTensorboardExperimentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardExperimentsResponse) GetNextPageToken() string
- func (x *ListTensorboardExperimentsResponse) GetTensorboardExperiments() []*TensorboardExperiment
- func (*ListTensorboardExperimentsResponse) ProtoMessage()
- func (x *ListTensorboardExperimentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardExperimentsResponse) Reset()
- func (x *ListTensorboardExperimentsResponse) String() string
- type ListTensorboardRunsRequest
- func (*ListTensorboardRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardRunsRequest) GetFilter() string
- func (x *ListTensorboardRunsRequest) GetOrderBy() string
- func (x *ListTensorboardRunsRequest) GetPageSize() int32
- func (x *ListTensorboardRunsRequest) GetPageToken() string
- func (x *ListTensorboardRunsRequest) GetParent() string
- func (x *ListTensorboardRunsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListTensorboardRunsRequest) ProtoMessage()
- func (x *ListTensorboardRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardRunsRequest) Reset()
- func (x *ListTensorboardRunsRequest) String() string
- type ListTensorboardRunsResponse
- func (*ListTensorboardRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardRunsResponse) GetNextPageToken() string
- func (x *ListTensorboardRunsResponse) GetTensorboardRuns() []*TensorboardRun
- func (*ListTensorboardRunsResponse) ProtoMessage()
- func (x *ListTensorboardRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardRunsResponse) Reset()
- func (x *ListTensorboardRunsResponse) String() string
- type ListTensorboardTimeSeriesRequest
- func (*ListTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardTimeSeriesRequest) GetFilter() string
- func (x *ListTensorboardTimeSeriesRequest) GetOrderBy() string
- func (x *ListTensorboardTimeSeriesRequest) GetPageSize() int32
- func (x *ListTensorboardTimeSeriesRequest) GetPageToken() string
- func (x *ListTensorboardTimeSeriesRequest) GetParent() string
- func (x *ListTensorboardTimeSeriesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListTensorboardTimeSeriesRequest) ProtoMessage()
- func (x *ListTensorboardTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardTimeSeriesRequest) Reset()
- func (x *ListTensorboardTimeSeriesRequest) String() string
- type ListTensorboardTimeSeriesResponse
- func (*ListTensorboardTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardTimeSeriesResponse) GetNextPageToken() string
- func (x *ListTensorboardTimeSeriesResponse) GetTensorboardTimeSeries() []*TensorboardTimeSeries
- func (*ListTensorboardTimeSeriesResponse) ProtoMessage()
- func (x *ListTensorboardTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardTimeSeriesResponse) Reset()
- func (x *ListTensorboardTimeSeriesResponse) String() string
- type ListTensorboardsRequest
- func (*ListTensorboardsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardsRequest) GetFilter() string
- func (x *ListTensorboardsRequest) GetOrderBy() string
- func (x *ListTensorboardsRequest) GetPageSize() int32
- func (x *ListTensorboardsRequest) GetPageToken() string
- func (x *ListTensorboardsRequest) GetParent() string
- func (x *ListTensorboardsRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListTensorboardsRequest) ProtoMessage()
- func (x *ListTensorboardsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardsRequest) Reset()
- func (x *ListTensorboardsRequest) String() string
- type ListTensorboardsResponse
- func (*ListTensorboardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTensorboardsResponse) GetNextPageToken() string
- func (x *ListTensorboardsResponse) GetTensorboards() []*Tensorboard
- func (*ListTensorboardsResponse) ProtoMessage()
- func (x *ListTensorboardsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTensorboardsResponse) Reset()
- func (x *ListTensorboardsResponse) String() string
- type ListTrainingPipelinesRequest
- func (*ListTrainingPipelinesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTrainingPipelinesRequest) GetFilter() string
- func (x *ListTrainingPipelinesRequest) GetPageSize() int32
- func (x *ListTrainingPipelinesRequest) GetPageToken() string
- func (x *ListTrainingPipelinesRequest) GetParent() string
- func (x *ListTrainingPipelinesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListTrainingPipelinesRequest) ProtoMessage()
- func (x *ListTrainingPipelinesRequest) ProtoReflect() protoreflect.Message
- func (x *ListTrainingPipelinesRequest) Reset()
- func (x *ListTrainingPipelinesRequest) String() string
- type ListTrainingPipelinesResponse
- func (*ListTrainingPipelinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTrainingPipelinesResponse) GetNextPageToken() string
- func (x *ListTrainingPipelinesResponse) GetTrainingPipelines() []*TrainingPipeline
- func (*ListTrainingPipelinesResponse) ProtoMessage()
- func (x *ListTrainingPipelinesResponse) ProtoReflect() protoreflect.Message
- func (x *ListTrainingPipelinesResponse) Reset()
- func (x *ListTrainingPipelinesResponse) String() string
- type ListTrialsRequest
- func (*ListTrialsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTrialsRequest) GetPageSize() int32
- func (x *ListTrialsRequest) GetPageToken() string
- func (x *ListTrialsRequest) GetParent() string
- func (*ListTrialsRequest) ProtoMessage()
- func (x *ListTrialsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTrialsRequest) Reset()
- func (x *ListTrialsRequest) String() string
- type ListTrialsResponse
- func (*ListTrialsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTrialsResponse) GetNextPageToken() string
- func (x *ListTrialsResponse) GetTrials() []*Trial
- func (*ListTrialsResponse) ProtoMessage()
- func (x *ListTrialsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTrialsResponse) Reset()
- func (x *ListTrialsResponse) String() string
- type ListTuningJobsRequest
- func (*ListTuningJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTuningJobsRequest) GetFilter() string
- func (x *ListTuningJobsRequest) GetPageSize() int32
- func (x *ListTuningJobsRequest) GetPageToken() string
- func (x *ListTuningJobsRequest) GetParent() string
- func (*ListTuningJobsRequest) ProtoMessage()
- func (x *ListTuningJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTuningJobsRequest) Reset()
- func (x *ListTuningJobsRequest) String() string
- type ListTuningJobsResponse
- func (*ListTuningJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTuningJobsResponse) GetNextPageToken() string
- func (x *ListTuningJobsResponse) GetTuningJobs() []*TuningJob
- func (*ListTuningJobsResponse) ProtoMessage()
- func (x *ListTuningJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTuningJobsResponse) Reset()
- func (x *ListTuningJobsResponse) String() string
- type LlmUtilityServiceClient
- type LlmUtilityServiceServer
- type LogprobsResult
- func (*LogprobsResult) Descriptor() ([]byte, []int)deprecated
- func (x *LogprobsResult) GetChosenCandidates() []*LogprobsResult_Candidate
- func (x *LogprobsResult) GetTopCandidates() []*LogprobsResult_TopCandidates
- func (*LogprobsResult) ProtoMessage()
- func (x *LogprobsResult) ProtoReflect() protoreflect.Message
- func (x *LogprobsResult) Reset()
- func (x *LogprobsResult) String() string
- type LogprobsResult_Candidate
- func (*LogprobsResult_Candidate) Descriptor() ([]byte, []int)deprecated
- func (x *LogprobsResult_Candidate) GetLogProbability() float32
- func (x *LogprobsResult_Candidate) GetToken() string
- func (x *LogprobsResult_Candidate) GetTokenId() int32
- func (*LogprobsResult_Candidate) ProtoMessage()
- func (x *LogprobsResult_Candidate) ProtoReflect() protoreflect.Message
- func (x *LogprobsResult_Candidate) Reset()
- func (x *LogprobsResult_Candidate) String() string
- type LogprobsResult_TopCandidates
- func (*LogprobsResult_TopCandidates) Descriptor() ([]byte, []int)deprecated
- func (x *LogprobsResult_TopCandidates) GetCandidates() []*LogprobsResult_Candidate
- func (*LogprobsResult_TopCandidates) ProtoMessage()
- func (x *LogprobsResult_TopCandidates) ProtoReflect() protoreflect.Message
- func (x *LogprobsResult_TopCandidates) Reset()
- func (x *LogprobsResult_TopCandidates) String() string
- type LookupStudyRequest
- func (*LookupStudyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookupStudyRequest) GetDisplayName() string
- func (x *LookupStudyRequest) GetParent() string
- func (*LookupStudyRequest) ProtoMessage()
- func (x *LookupStudyRequest) ProtoReflect() protoreflect.Message
- func (x *LookupStudyRequest) Reset()
- func (x *LookupStudyRequest) String() string
- type LustreMount
- func (*LustreMount) Descriptor() ([]byte, []int)deprecated
- func (x *LustreMount) GetFilesystem() string
- func (x *LustreMount) GetInstanceIp() string
- func (x *LustreMount) GetMountPoint() string
- func (x *LustreMount) GetVolumeHandle() string
- func (*LustreMount) ProtoMessage()
- func (x *LustreMount) ProtoReflect() protoreflect.Message
- func (x *LustreMount) Reset()
- func (x *LustreMount) String() string
- type MachineSpec
- func (*MachineSpec) Descriptor() ([]byte, []int)deprecated
- func (x *MachineSpec) GetAcceleratorCount() int32
- func (x *MachineSpec) GetAcceleratorType() AcceleratorType
- func (x *MachineSpec) GetGpuPartitionSize() string
- func (x *MachineSpec) GetMachineType() string
- func (x *MachineSpec) GetReservationAffinity() *ReservationAffinity
- func (x *MachineSpec) GetTpuTopology() string
- func (*MachineSpec) ProtoMessage()
- func (x *MachineSpec) ProtoReflect() protoreflect.Message
- func (x *MachineSpec) Reset()
- func (x *MachineSpec) String() string
- type ManualBatchTuningParameters
- func (*ManualBatchTuningParameters) Descriptor() ([]byte, []int)deprecated
- func (x *ManualBatchTuningParameters) GetBatchSize() int32
- func (*ManualBatchTuningParameters) ProtoMessage()
- func (x *ManualBatchTuningParameters) ProtoReflect() protoreflect.Message
- func (x *ManualBatchTuningParameters) Reset()
- func (x *ManualBatchTuningParameters) String() string
- type MatchServiceClient
- type MatchServiceServer
- type Measurement
- func (*Measurement) Descriptor() ([]byte, []int)deprecated
- func (x *Measurement) GetElapsedDuration() *durationpb.Duration
- func (x *Measurement) GetMetrics() []*Measurement_Metric
- func (x *Measurement) GetStepCount() int64
- func (*Measurement) ProtoMessage()
- func (x *Measurement) ProtoReflect() protoreflect.Message
- func (x *Measurement) Reset()
- func (x *Measurement) String() string
- type Measurement_Metric
- func (*Measurement_Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Measurement_Metric) GetMetricId() string
- func (x *Measurement_Metric) GetValue() float64
- func (*Measurement_Metric) ProtoMessage()
- func (x *Measurement_Metric) ProtoReflect() protoreflect.Message
- func (x *Measurement_Metric) Reset()
- func (x *Measurement_Metric) String() string
- type MergeVersionAliasesRequest
- func (*MergeVersionAliasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MergeVersionAliasesRequest) GetName() string
- func (x *MergeVersionAliasesRequest) GetVersionAliases() []string
- func (*MergeVersionAliasesRequest) ProtoMessage()
- func (x *MergeVersionAliasesRequest) ProtoReflect() protoreflect.Message
- func (x *MergeVersionAliasesRequest) Reset()
- func (x *MergeVersionAliasesRequest) String() string
- type MetadataSchema
- func (*MetadataSchema) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataSchema) GetCreateTime() *timestamppb.Timestamp
- func (x *MetadataSchema) GetDescription() string
- func (x *MetadataSchema) GetName() string
- func (x *MetadataSchema) GetSchema() string
- func (x *MetadataSchema) GetSchemaType() MetadataSchema_MetadataSchemaType
- func (x *MetadataSchema) GetSchemaVersion() string
- func (*MetadataSchema) ProtoMessage()
- func (x *MetadataSchema) ProtoReflect() protoreflect.Message
- func (x *MetadataSchema) Reset()
- func (x *MetadataSchema) String() string
- type MetadataSchema_MetadataSchemaType
- func (MetadataSchema_MetadataSchemaType) Descriptor() protoreflect.EnumDescriptor
- func (x MetadataSchema_MetadataSchemaType) Enum() *MetadataSchema_MetadataSchemaType
- func (MetadataSchema_MetadataSchemaType) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetadataSchema_MetadataSchemaType) Number() protoreflect.EnumNumber
- func (x MetadataSchema_MetadataSchemaType) String() string
- func (MetadataSchema_MetadataSchemaType) Type() protoreflect.EnumType
- type MetadataServiceClient
- type MetadataServiceServer
- type MetadataStore
- func (*MetadataStore) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataStore) GetCreateTime() *timestamppb.Timestamp
- func (x *MetadataStore) GetDataplexConfig() *MetadataStore_DataplexConfig
- func (x *MetadataStore) GetDescription() string
- func (x *MetadataStore) GetEncryptionSpec() *EncryptionSpec
- func (x *MetadataStore) GetName() string
- func (x *MetadataStore) GetState() *MetadataStore_MetadataStoreState
- func (x *MetadataStore) GetUpdateTime() *timestamppb.Timestamp
- func (*MetadataStore) ProtoMessage()
- func (x *MetadataStore) ProtoReflect() protoreflect.Message
- func (x *MetadataStore) Reset()
- func (x *MetadataStore) String() string
- type MetadataStore_DataplexConfig
- func (*MetadataStore_DataplexConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataStore_DataplexConfig) GetEnabledPipelinesLineage() bool
- func (*MetadataStore_DataplexConfig) ProtoMessage()
- func (x *MetadataStore_DataplexConfig) ProtoReflect() protoreflect.Message
- func (x *MetadataStore_DataplexConfig) Reset()
- func (x *MetadataStore_DataplexConfig) String() string
- type MetadataStore_MetadataStoreState
- func (*MetadataStore_MetadataStoreState) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataStore_MetadataStoreState) GetDiskUtilizationBytes() int64
- func (*MetadataStore_MetadataStoreState) ProtoMessage()
- func (x *MetadataStore_MetadataStoreState) ProtoReflect() protoreflect.Message
- func (x *MetadataStore_MetadataStoreState) Reset()
- func (x *MetadataStore_MetadataStoreState) String() string
- type Metric
- func (*Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Metric) GetAggregationMetrics() []Metric_AggregationMetric
- func (x *Metric) GetBleuSpec() *BleuSpec
- func (x *Metric) GetComputationBasedMetricSpec() *ComputationBasedMetricSpec
- func (x *Metric) GetExactMatchSpec() *ExactMatchSpec
- func (x *Metric) GetLlmBasedMetricSpec() *LLMBasedMetricSpec
- func (x *Metric) GetMetricSpec() isMetric_MetricSpec
- func (x *Metric) GetPairwiseMetricSpec() *PairwiseMetricSpec
- func (x *Metric) GetPointwiseMetricSpec() *PointwiseMetricSpec
- func (x *Metric) GetPredefinedMetricSpec() *PredefinedMetricSpec
- func (x *Metric) GetRougeSpec() *RougeSpec
- func (*Metric) ProtoMessage()
- func (x *Metric) ProtoReflect() protoreflect.Message
- func (x *Metric) Reset()
- func (x *Metric) String() string
- type MetricResult
- func (*MetricResult) Descriptor() ([]byte, []int)deprecated
- func (x *MetricResult) GetError() *status.Status
- func (x *MetricResult) GetExplanation() string
- func (x *MetricResult) GetScore() float32
- func (*MetricResult) ProtoMessage()
- func (x *MetricResult) ProtoReflect() protoreflect.Message
- func (x *MetricResult) Reset()
- func (x *MetricResult) String() string
- type Metric_AggregationMetric
- func (Metric_AggregationMetric) Descriptor() protoreflect.EnumDescriptor
- func (x Metric_AggregationMetric) Enum() *Metric_AggregationMetric
- func (Metric_AggregationMetric) EnumDescriptor() ([]byte, []int)deprecated
- func (x Metric_AggregationMetric) Number() protoreflect.EnumNumber
- func (x Metric_AggregationMetric) String() string
- func (Metric_AggregationMetric) Type() protoreflect.EnumType
- type Metric_BleuSpec
- type Metric_ComputationBasedMetricSpec
- type Metric_ExactMatchSpec
- type Metric_LlmBasedMetricSpec
- type Metric_PairwiseMetricSpec
- type Metric_PointwiseMetricSpec
- type Metric_PredefinedMetricSpec
- type Metric_RougeSpec
- type MetricxInput
- func (*MetricxInput) Descriptor() ([]byte, []int)deprecated
- func (x *MetricxInput) GetInstance() *MetricxInstance
- func (x *MetricxInput) GetMetricSpec() *MetricxSpec
- func (*MetricxInput) ProtoMessage()
- func (x *MetricxInput) ProtoReflect() protoreflect.Message
- func (x *MetricxInput) Reset()
- func (x *MetricxInput) String() string
- type MetricxInstance
- func (*MetricxInstance) Descriptor() ([]byte, []int)deprecated
- func (x *MetricxInstance) GetPrediction() string
- func (x *MetricxInstance) GetReference() string
- func (x *MetricxInstance) GetSource() string
- func (*MetricxInstance) ProtoMessage()
- func (x *MetricxInstance) ProtoReflect() protoreflect.Message
- func (x *MetricxInstance) Reset()
- func (x *MetricxInstance) String() string
- type MetricxResult
- type MetricxSpec
- func (*MetricxSpec) Descriptor() ([]byte, []int)deprecated
- func (x *MetricxSpec) GetSourceLanguage() string
- func (x *MetricxSpec) GetTargetLanguage() string
- func (x *MetricxSpec) GetVersion() MetricxSpec_MetricxVersion
- func (*MetricxSpec) ProtoMessage()
- func (x *MetricxSpec) ProtoReflect() protoreflect.Message
- func (x *MetricxSpec) Reset()
- func (x *MetricxSpec) String() string
- type MetricxSpec_MetricxVersion
- func (MetricxSpec_MetricxVersion) Descriptor() protoreflect.EnumDescriptor
- func (x MetricxSpec_MetricxVersion) Enum() *MetricxSpec_MetricxVersion
- func (MetricxSpec_MetricxVersion) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricxSpec_MetricxVersion) Number() protoreflect.EnumNumber
- func (x MetricxSpec_MetricxVersion) String() string
- func (MetricxSpec_MetricxVersion) Type() protoreflect.EnumType
- type MigratableResource
- func (*MigratableResource) Descriptor() ([]byte, []int)deprecated
- func (x *MigratableResource) GetAutomlDataset() *MigratableResource_AutomlDataset
- func (x *MigratableResource) GetAutomlModel() *MigratableResource_AutomlModel
- func (x *MigratableResource) GetDataLabelingDataset() *MigratableResource_DataLabelingDataset
- func (x *MigratableResource) GetLastMigrateTime() *timestamppb.Timestamp
- func (x *MigratableResource) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *MigratableResource) GetMlEngineModelVersion() *MigratableResource_MlEngineModelVersion
- func (x *MigratableResource) GetResource() isMigratableResource_Resource
- func (*MigratableResource) ProtoMessage()
- func (x *MigratableResource) ProtoReflect() protoreflect.Message
- func (x *MigratableResource) Reset()
- func (x *MigratableResource) String() string
- type MigratableResource_AutomlDataset
- func (*MigratableResource_AutomlDataset) Descriptor() ([]byte, []int)deprecated
- func (x *MigratableResource_AutomlDataset) GetDataset() string
- func (x *MigratableResource_AutomlDataset) GetDatasetDisplayName() string
- func (*MigratableResource_AutomlDataset) ProtoMessage()
- func (x *MigratableResource_AutomlDataset) ProtoReflect() protoreflect.Message
- func (x *MigratableResource_AutomlDataset) Reset()
- func (x *MigratableResource_AutomlDataset) String() string
- type MigratableResource_AutomlDataset_
- type MigratableResource_AutomlModel
- func (*MigratableResource_AutomlModel) Descriptor() ([]byte, []int)deprecated
- func (x *MigratableResource_AutomlModel) GetModel() string
- func (x *MigratableResource_AutomlModel) GetModelDisplayName() string
- func (*MigratableResource_AutomlModel) ProtoMessage()
- func (x *MigratableResource_AutomlModel) ProtoReflect() protoreflect.Message
- func (x *MigratableResource_AutomlModel) Reset()
- func (x *MigratableResource_AutomlModel) String() string
- type MigratableResource_AutomlModel_
- type MigratableResource_DataLabelingDataset
- func (*MigratableResource_DataLabelingDataset) Descriptor() ([]byte, []int)deprecated
- func (x *MigratableResource_DataLabelingDataset) GetDataLabelingAnnotatedDatasets() []*MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset
- func (x *MigratableResource_DataLabelingDataset) GetDataset() string
- func (x *MigratableResource_DataLabelingDataset) GetDatasetDisplayName() string
- func (*MigratableResource_DataLabelingDataset) ProtoMessage()
- func (x *MigratableResource_DataLabelingDataset) ProtoReflect() protoreflect.Message
- func (x *MigratableResource_DataLabelingDataset) Reset()
- func (x *MigratableResource_DataLabelingDataset) String() string
- type MigratableResource_DataLabelingDataset_
- type MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset
- func (*MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset) Descriptor() ([]byte, []int)deprecated
- func (x *MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset) GetAnnotatedDataset() string
- func (x *MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset) GetAnnotatedDatasetDisplayName() string
- func (*MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset) ProtoMessage()
- func (x *MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset) ProtoReflect() protoreflect.Message
- func (x *MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset) Reset()
- func (x *MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset) String() string
- type MigratableResource_MlEngineModelVersion
- func (*MigratableResource_MlEngineModelVersion) Descriptor() ([]byte, []int)deprecated
- func (x *MigratableResource_MlEngineModelVersion) GetEndpoint() string
- func (x *MigratableResource_MlEngineModelVersion) GetVersion() string
- func (*MigratableResource_MlEngineModelVersion) ProtoMessage()
- func (x *MigratableResource_MlEngineModelVersion) ProtoReflect() protoreflect.Message
- func (x *MigratableResource_MlEngineModelVersion) Reset()
- func (x *MigratableResource_MlEngineModelVersion) String() string
- type MigratableResource_MlEngineModelVersion_
- type MigrateResourceRequest
- func (*MigrateResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateResourceRequest) GetMigrateAutomlDatasetConfig() *MigrateResourceRequest_MigrateAutomlDatasetConfig
- func (x *MigrateResourceRequest) GetMigrateAutomlModelConfig() *MigrateResourceRequest_MigrateAutomlModelConfig
- func (x *MigrateResourceRequest) GetMigrateDataLabelingDatasetConfig() *MigrateResourceRequest_MigrateDataLabelingDatasetConfig
- func (x *MigrateResourceRequest) GetMigrateMlEngineModelVersionConfig() *MigrateResourceRequest_MigrateMlEngineModelVersionConfig
- func (x *MigrateResourceRequest) GetRequest() isMigrateResourceRequest_Request
- func (*MigrateResourceRequest) ProtoMessage()
- func (x *MigrateResourceRequest) ProtoReflect() protoreflect.Message
- func (x *MigrateResourceRequest) Reset()
- func (x *MigrateResourceRequest) String() string
- type MigrateResourceRequest_MigrateAutomlDatasetConfig
- func (*MigrateResourceRequest_MigrateAutomlDatasetConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateResourceRequest_MigrateAutomlDatasetConfig) GetDataset() string
- func (x *MigrateResourceRequest_MigrateAutomlDatasetConfig) GetDatasetDisplayName() string
- func (*MigrateResourceRequest_MigrateAutomlDatasetConfig) ProtoMessage()
- func (x *MigrateResourceRequest_MigrateAutomlDatasetConfig) ProtoReflect() protoreflect.Message
- func (x *MigrateResourceRequest_MigrateAutomlDatasetConfig) Reset()
- func (x *MigrateResourceRequest_MigrateAutomlDatasetConfig) String() string
- type MigrateResourceRequest_MigrateAutomlDatasetConfig_
- type MigrateResourceRequest_MigrateAutomlModelConfig
- func (*MigrateResourceRequest_MigrateAutomlModelConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateResourceRequest_MigrateAutomlModelConfig) GetModel() string
- func (x *MigrateResourceRequest_MigrateAutomlModelConfig) GetModelDisplayName() string
- func (*MigrateResourceRequest_MigrateAutomlModelConfig) ProtoMessage()
- func (x *MigrateResourceRequest_MigrateAutomlModelConfig) ProtoReflect() protoreflect.Message
- func (x *MigrateResourceRequest_MigrateAutomlModelConfig) Reset()
- func (x *MigrateResourceRequest_MigrateAutomlModelConfig) String() string
- type MigrateResourceRequest_MigrateAutomlModelConfig_
- type MigrateResourceRequest_MigrateDataLabelingDatasetConfig
- func (*MigrateResourceRequest_MigrateDataLabelingDatasetConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig) GetDataset() string
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig) GetDatasetDisplayName() string
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig) GetMigrateDataLabelingAnnotatedDatasetConfigs() ...
- func (*MigrateResourceRequest_MigrateDataLabelingDatasetConfig) ProtoMessage()
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig) ProtoReflect() protoreflect.Message
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig) Reset()
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig) String() string
- type MigrateResourceRequest_MigrateDataLabelingDatasetConfig_
- type MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig
- func (*MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig) GetAnnotatedDataset() string
- func (*MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig) ProtoMessage()
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig) ProtoReflect() protoreflect.Message
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig) Reset()
- func (x *MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig) String() string
- type MigrateResourceRequest_MigrateMlEngineModelVersionConfig
- func (*MigrateResourceRequest_MigrateMlEngineModelVersionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateResourceRequest_MigrateMlEngineModelVersionConfig) GetEndpoint() string
- func (x *MigrateResourceRequest_MigrateMlEngineModelVersionConfig) GetModelDisplayName() string
- func (x *MigrateResourceRequest_MigrateMlEngineModelVersionConfig) GetModelVersion() string
- func (*MigrateResourceRequest_MigrateMlEngineModelVersionConfig) ProtoMessage()
- func (x *MigrateResourceRequest_MigrateMlEngineModelVersionConfig) ProtoReflect() protoreflect.Message
- func (x *MigrateResourceRequest_MigrateMlEngineModelVersionConfig) Reset()
- func (x *MigrateResourceRequest_MigrateMlEngineModelVersionConfig) String() string
- type MigrateResourceRequest_MigrateMlEngineModelVersionConfig_
- type MigrateResourceResponse
- func (*MigrateResourceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateResourceResponse) GetDataset() string
- func (x *MigrateResourceResponse) GetMigratableResource() *MigratableResource
- func (x *MigrateResourceResponse) GetMigratedResource() isMigrateResourceResponse_MigratedResource
- func (x *MigrateResourceResponse) GetModel() string
- func (*MigrateResourceResponse) ProtoMessage()
- func (x *MigrateResourceResponse) ProtoReflect() protoreflect.Message
- func (x *MigrateResourceResponse) Reset()
- func (x *MigrateResourceResponse) String() string
- type MigrateResourceResponse_Dataset
- type MigrateResourceResponse_Model
- type MigrationServiceClient
- type MigrationServiceServer
- type Modality
- type ModalityTokenCount
- func (*ModalityTokenCount) Descriptor() ([]byte, []int)deprecated
- func (x *ModalityTokenCount) GetModality() Modality
- func (x *ModalityTokenCount) GetTokenCount() int32
- func (*ModalityTokenCount) ProtoMessage()
- func (x *ModalityTokenCount) ProtoReflect() protoreflect.Message
- func (x *ModalityTokenCount) Reset()
- func (x *ModalityTokenCount) String() string
- type Model
- func (*Model) Descriptor() ([]byte, []int)deprecated
- func (x *Model) GetArtifactUri() string
- func (x *Model) GetBaseModelSource() *Model_BaseModelSource
- func (x *Model) GetCheckpoints() []*Checkpoint
- func (x *Model) GetContainerSpec() *ModelContainerSpec
- func (x *Model) GetCreateTime() *timestamppb.Timestamp
- func (x *Model) GetDataStats() *Model_DataStats
- func (x *Model) GetDefaultCheckpointId() string
- func (x *Model) GetDeployedModels() []*DeployedModelRef
- func (x *Model) GetDescription() string
- func (x *Model) GetDisplayName() string
- func (x *Model) GetEncryptionSpec() *EncryptionSpec
- func (x *Model) GetEtag() string
- func (x *Model) GetExplanationSpec() *ExplanationSpec
- func (x *Model) GetLabels() map[string]string
- func (x *Model) GetMetadata() *structpb.Value
- func (x *Model) GetMetadataArtifact() string
- func (x *Model) GetMetadataSchemaUri() string
- func (x *Model) GetModelSourceInfo() *ModelSourceInfo
- func (x *Model) GetName() string
- func (x *Model) GetOriginalModelInfo() *Model_OriginalModelInfo
- func (x *Model) GetPipelineJob() string
- func (x *Model) GetPredictSchemata() *PredictSchemata
- func (x *Model) GetSatisfiesPzi() bool
- func (x *Model) GetSatisfiesPzs() bool
- func (x *Model) GetSupportedDeploymentResourcesTypes() []Model_DeploymentResourcesType
- func (x *Model) GetSupportedExportFormats() []*Model_ExportFormat
- func (x *Model) GetSupportedInputStorageFormats() []string
- func (x *Model) GetSupportedOutputStorageFormats() []string
- func (x *Model) GetTrainingPipeline() string
- func (x *Model) GetUpdateTime() *timestamppb.Timestamp
- func (x *Model) GetVersionAliases() []string
- func (x *Model) GetVersionCreateTime() *timestamppb.Timestamp
- func (x *Model) GetVersionDescription() string
- func (x *Model) GetVersionId() string
- func (x *Model) GetVersionUpdateTime() *timestamppb.Timestamp
- func (*Model) ProtoMessage()
- func (x *Model) ProtoReflect() protoreflect.Message
- func (x *Model) Reset()
- func (x *Model) String() string
- type ModelArmorConfig
- func (*ModelArmorConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelArmorConfig) GetPromptTemplateName() string
- func (x *ModelArmorConfig) GetResponseTemplateName() string
- func (*ModelArmorConfig) ProtoMessage()
- func (x *ModelArmorConfig) ProtoReflect() protoreflect.Message
- func (x *ModelArmorConfig) Reset()
- func (x *ModelArmorConfig) String() string
- type ModelContainerSpec
- func (*ModelContainerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ModelContainerSpec) GetArgs() []string
- func (x *ModelContainerSpec) GetCommand() []string
- func (x *ModelContainerSpec) GetDeploymentTimeout() *durationpb.Duration
- func (x *ModelContainerSpec) GetEnv() []*EnvVar
- func (x *ModelContainerSpec) GetGrpcPorts() []*Port
- func (x *ModelContainerSpec) GetHealthProbe() *Probe
- func (x *ModelContainerSpec) GetHealthRoute() string
- func (x *ModelContainerSpec) GetImageUri() string
- func (x *ModelContainerSpec) GetInvokeRoutePrefix() string
- func (x *ModelContainerSpec) GetLivenessProbe() *Probe
- func (x *ModelContainerSpec) GetPorts() []*Port
- func (x *ModelContainerSpec) GetPredictRoute() string
- func (x *ModelContainerSpec) GetSharedMemorySizeMb() int64
- func (x *ModelContainerSpec) GetStartupProbe() *Probe
- func (*ModelContainerSpec) ProtoMessage()
- func (x *ModelContainerSpec) ProtoReflect() protoreflect.Message
- func (x *ModelContainerSpec) Reset()
- func (x *ModelContainerSpec) String() string
- type ModelDeploymentMonitoringBigQueryTable
- func (*ModelDeploymentMonitoringBigQueryTable) Descriptor() ([]byte, []int)deprecated
- func (x *ModelDeploymentMonitoringBigQueryTable) GetBigqueryTablePath() string
- func (x *ModelDeploymentMonitoringBigQueryTable) GetLogSource() ModelDeploymentMonitoringBigQueryTable_LogSource
- func (x *ModelDeploymentMonitoringBigQueryTable) GetLogType() ModelDeploymentMonitoringBigQueryTable_LogType
- func (x *ModelDeploymentMonitoringBigQueryTable) GetRequestResponseLoggingSchemaVersion() string
- func (*ModelDeploymentMonitoringBigQueryTable) ProtoMessage()
- func (x *ModelDeploymentMonitoringBigQueryTable) ProtoReflect() protoreflect.Message
- func (x *ModelDeploymentMonitoringBigQueryTable) Reset()
- func (x *ModelDeploymentMonitoringBigQueryTable) String() string
- type ModelDeploymentMonitoringBigQueryTable_LogSource
- func (ModelDeploymentMonitoringBigQueryTable_LogSource) Descriptor() protoreflect.EnumDescriptor
- func (x ModelDeploymentMonitoringBigQueryTable_LogSource) Enum() *ModelDeploymentMonitoringBigQueryTable_LogSource
- func (ModelDeploymentMonitoringBigQueryTable_LogSource) EnumDescriptor() ([]byte, []int)deprecated
- func (x ModelDeploymentMonitoringBigQueryTable_LogSource) Number() protoreflect.EnumNumber
- func (x ModelDeploymentMonitoringBigQueryTable_LogSource) String() string
- func (ModelDeploymentMonitoringBigQueryTable_LogSource) Type() protoreflect.EnumType
- type ModelDeploymentMonitoringBigQueryTable_LogType
- func (ModelDeploymentMonitoringBigQueryTable_LogType) Descriptor() protoreflect.EnumDescriptor
- func (x ModelDeploymentMonitoringBigQueryTable_LogType) Enum() *ModelDeploymentMonitoringBigQueryTable_LogType
- func (ModelDeploymentMonitoringBigQueryTable_LogType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ModelDeploymentMonitoringBigQueryTable_LogType) Number() protoreflect.EnumNumber
- func (x ModelDeploymentMonitoringBigQueryTable_LogType) String() string
- func (ModelDeploymentMonitoringBigQueryTable_LogType) Type() protoreflect.EnumType
- type ModelDeploymentMonitoringJob
- func (*ModelDeploymentMonitoringJob) Descriptor() ([]byte, []int)deprecated
- func (x *ModelDeploymentMonitoringJob) GetAnalysisInstanceSchemaUri() string
- func (x *ModelDeploymentMonitoringJob) GetBigqueryTables() []*ModelDeploymentMonitoringBigQueryTable
- func (x *ModelDeploymentMonitoringJob) GetCreateTime() *timestamppb.Timestamp
- func (x *ModelDeploymentMonitoringJob) GetDisplayName() string
- func (x *ModelDeploymentMonitoringJob) GetEnableMonitoringPipelineLogs() bool
- func (x *ModelDeploymentMonitoringJob) GetEncryptionSpec() *EncryptionSpec
- func (x *ModelDeploymentMonitoringJob) GetEndpoint() string
- func (x *ModelDeploymentMonitoringJob) GetError() *status.Status
- func (x *ModelDeploymentMonitoringJob) GetLabels() map[string]string
- func (x *ModelDeploymentMonitoringJob) GetLatestMonitoringPipelineMetadata() *ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata
- func (x *ModelDeploymentMonitoringJob) GetLogTtl() *durationpb.Duration
- func (x *ModelDeploymentMonitoringJob) GetLoggingSamplingStrategy() *SamplingStrategy
- func (x *ModelDeploymentMonitoringJob) GetModelDeploymentMonitoringObjectiveConfigs() []*ModelDeploymentMonitoringObjectiveConfig
- func (x *ModelDeploymentMonitoringJob) GetModelDeploymentMonitoringScheduleConfig() *ModelDeploymentMonitoringScheduleConfig
- func (x *ModelDeploymentMonitoringJob) GetModelMonitoringAlertConfig() *ModelMonitoringAlertConfig
- func (x *ModelDeploymentMonitoringJob) GetName() string
- func (x *ModelDeploymentMonitoringJob) GetNextScheduleTime() *timestamppb.Timestamp
- func (x *ModelDeploymentMonitoringJob) GetPredictInstanceSchemaUri() string
- func (x *ModelDeploymentMonitoringJob) GetSamplePredictInstance() *structpb.Value
- func (x *ModelDeploymentMonitoringJob) GetSatisfiesPzi() bool
- func (x *ModelDeploymentMonitoringJob) GetSatisfiesPzs() bool
- func (x *ModelDeploymentMonitoringJob) GetScheduleState() ModelDeploymentMonitoringJob_MonitoringScheduleState
- func (x *ModelDeploymentMonitoringJob) GetState() JobState
- func (x *ModelDeploymentMonitoringJob) GetStatsAnomaliesBaseDirectory() *GcsDestination
- func (x *ModelDeploymentMonitoringJob) GetUpdateTime() *timestamppb.Timestamp
- func (*ModelDeploymentMonitoringJob) ProtoMessage()
- func (x *ModelDeploymentMonitoringJob) ProtoReflect() protoreflect.Message
- func (x *ModelDeploymentMonitoringJob) Reset()
- func (x *ModelDeploymentMonitoringJob) String() string
- type ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata
- func (*ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata) GetRunTime() *timestamppb.Timestamp
- func (x *ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata) GetStatus() *status.Status
- func (*ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata) ProtoMessage()
- func (x *ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata) ProtoReflect() protoreflect.Message
- func (x *ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata) Reset()
- func (x *ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata) String() string
- type ModelDeploymentMonitoringJob_MonitoringScheduleState
- func (ModelDeploymentMonitoringJob_MonitoringScheduleState) Descriptor() protoreflect.EnumDescriptor
- func (x ModelDeploymentMonitoringJob_MonitoringScheduleState) Enum() *ModelDeploymentMonitoringJob_MonitoringScheduleState
- func (ModelDeploymentMonitoringJob_MonitoringScheduleState) EnumDescriptor() ([]byte, []int)deprecated
- func (x ModelDeploymentMonitoringJob_MonitoringScheduleState) Number() protoreflect.EnumNumber
- func (x ModelDeploymentMonitoringJob_MonitoringScheduleState) String() string
- func (ModelDeploymentMonitoringJob_MonitoringScheduleState) Type() protoreflect.EnumType
- type ModelDeploymentMonitoringObjectiveConfig
- func (*ModelDeploymentMonitoringObjectiveConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelDeploymentMonitoringObjectiveConfig) GetDeployedModelId() string
- func (x *ModelDeploymentMonitoringObjectiveConfig) GetObjectiveConfig() *ModelMonitoringObjectiveConfig
- func (*ModelDeploymentMonitoringObjectiveConfig) ProtoMessage()
- func (x *ModelDeploymentMonitoringObjectiveConfig) ProtoReflect() protoreflect.Message
- func (x *ModelDeploymentMonitoringObjectiveConfig) Reset()
- func (x *ModelDeploymentMonitoringObjectiveConfig) String() string
- type ModelDeploymentMonitoringObjectiveType
- func (ModelDeploymentMonitoringObjectiveType) Descriptor() protoreflect.EnumDescriptor
- func (x ModelDeploymentMonitoringObjectiveType) Enum() *ModelDeploymentMonitoringObjectiveType
- func (ModelDeploymentMonitoringObjectiveType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ModelDeploymentMonitoringObjectiveType) Number() protoreflect.EnumNumber
- func (x ModelDeploymentMonitoringObjectiveType) String() string
- func (ModelDeploymentMonitoringObjectiveType) Type() protoreflect.EnumType
- type ModelDeploymentMonitoringScheduleConfig
- func (*ModelDeploymentMonitoringScheduleConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelDeploymentMonitoringScheduleConfig) GetMonitorInterval() *durationpb.Duration
- func (x *ModelDeploymentMonitoringScheduleConfig) GetMonitorWindow() *durationpb.Duration
- func (*ModelDeploymentMonitoringScheduleConfig) ProtoMessage()
- func (x *ModelDeploymentMonitoringScheduleConfig) ProtoReflect() protoreflect.Message
- func (x *ModelDeploymentMonitoringScheduleConfig) Reset()
- func (x *ModelDeploymentMonitoringScheduleConfig) String() string
- type ModelEvaluation
- func (*ModelEvaluation) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluation) GetAnnotationSchemaUri() string
- func (x *ModelEvaluation) GetCreateTime() *timestamppb.Timestamp
- func (x *ModelEvaluation) GetDataItemSchemaUri() string
- func (x *ModelEvaluation) GetDisplayName() string
- func (x *ModelEvaluation) GetExplanationSpecs() []*ModelEvaluation_ModelEvaluationExplanationSpec
- func (x *ModelEvaluation) GetMetadata() *structpb.Value
- func (x *ModelEvaluation) GetMetrics() *structpb.Value
- func (x *ModelEvaluation) GetMetricsSchemaUri() string
- func (x *ModelEvaluation) GetModelExplanation() *ModelExplanation
- func (x *ModelEvaluation) GetName() string
- func (x *ModelEvaluation) GetSliceDimensions() []string
- func (*ModelEvaluation) ProtoMessage()
- func (x *ModelEvaluation) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluation) Reset()
- func (x *ModelEvaluation) String() string
- type ModelEvaluationSlice
- func (*ModelEvaluationSlice) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluationSlice) GetCreateTime() *timestamppb.Timestamp
- func (x *ModelEvaluationSlice) GetMetrics() *structpb.Value
- func (x *ModelEvaluationSlice) GetMetricsSchemaUri() string
- func (x *ModelEvaluationSlice) GetModelExplanation() *ModelExplanation
- func (x *ModelEvaluationSlice) GetName() string
- func (x *ModelEvaluationSlice) GetSlice() *ModelEvaluationSlice_Slice
- func (*ModelEvaluationSlice) ProtoMessage()
- func (x *ModelEvaluationSlice) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluationSlice) Reset()
- func (x *ModelEvaluationSlice) String() string
- type ModelEvaluationSlice_Slice
- func (*ModelEvaluationSlice_Slice) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluationSlice_Slice) GetDimension() string
- func (x *ModelEvaluationSlice_Slice) GetSliceSpec() *ModelEvaluationSlice_Slice_SliceSpec
- func (x *ModelEvaluationSlice_Slice) GetValue() string
- func (*ModelEvaluationSlice_Slice) ProtoMessage()
- func (x *ModelEvaluationSlice_Slice) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluationSlice_Slice) Reset()
- func (x *ModelEvaluationSlice_Slice) String() string
- type ModelEvaluationSlice_Slice_SliceSpec
- func (*ModelEvaluationSlice_Slice_SliceSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluationSlice_Slice_SliceSpec) GetConfigs() map[string]*ModelEvaluationSlice_Slice_SliceSpec_SliceConfig
- func (*ModelEvaluationSlice_Slice_SliceSpec) ProtoMessage()
- func (x *ModelEvaluationSlice_Slice_SliceSpec) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluationSlice_Slice_SliceSpec) Reset()
- func (x *ModelEvaluationSlice_Slice_SliceSpec) String() string
- type ModelEvaluationSlice_Slice_SliceSpec_Range
- func (*ModelEvaluationSlice_Slice_SliceSpec_Range) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Range) GetHigh() float32
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Range) GetLow() float32
- func (*ModelEvaluationSlice_Slice_SliceSpec_Range) ProtoMessage()
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Range) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Range) Reset()
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Range) String() string
- type ModelEvaluationSlice_Slice_SliceSpec_SliceConfig
- func (*ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) GetAllValues() *wrapperspb.BoolValue
- func (x *ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) GetKind() isModelEvaluationSlice_Slice_SliceSpec_SliceConfig_Kind
- func (x *ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) GetRange() *ModelEvaluationSlice_Slice_SliceSpec_Range
- func (x *ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) GetValue() *ModelEvaluationSlice_Slice_SliceSpec_Value
- func (*ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) ProtoMessage()
- func (x *ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) Reset()
- func (x *ModelEvaluationSlice_Slice_SliceSpec_SliceConfig) String() string
- type ModelEvaluationSlice_Slice_SliceSpec_SliceConfig_AllValues
- type ModelEvaluationSlice_Slice_SliceSpec_SliceConfig_Range
- type ModelEvaluationSlice_Slice_SliceSpec_SliceConfig_Value
- type ModelEvaluationSlice_Slice_SliceSpec_Value
- func (*ModelEvaluationSlice_Slice_SliceSpec_Value) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Value) GetFloatValue() float32
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Value) GetKind() isModelEvaluationSlice_Slice_SliceSpec_Value_Kind
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Value) GetStringValue() string
- func (*ModelEvaluationSlice_Slice_SliceSpec_Value) ProtoMessage()
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Value) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Value) Reset()
- func (x *ModelEvaluationSlice_Slice_SliceSpec_Value) String() string
- type ModelEvaluationSlice_Slice_SliceSpec_Value_FloatValue
- type ModelEvaluationSlice_Slice_SliceSpec_Value_StringValue
- type ModelEvaluation_ModelEvaluationExplanationSpec
- func (*ModelEvaluation_ModelEvaluationExplanationSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ModelEvaluation_ModelEvaluationExplanationSpec) GetExplanationSpec() *ExplanationSpec
- func (x *ModelEvaluation_ModelEvaluationExplanationSpec) GetExplanationType() string
- func (*ModelEvaluation_ModelEvaluationExplanationSpec) ProtoMessage()
- func (x *ModelEvaluation_ModelEvaluationExplanationSpec) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluation_ModelEvaluationExplanationSpec) Reset()
- func (x *ModelEvaluation_ModelEvaluationExplanationSpec) String() string
- type ModelExplanation
- func (*ModelExplanation) Descriptor() ([]byte, []int)deprecated
- func (x *ModelExplanation) GetMeanAttributions() []*Attribution
- func (*ModelExplanation) ProtoMessage()
- func (x *ModelExplanation) ProtoReflect() protoreflect.Message
- func (x *ModelExplanation) Reset()
- func (x *ModelExplanation) String() string
- type ModelGardenServiceClient
- type ModelGardenServiceServer
- type ModelGardenSource
- func (*ModelGardenSource) Descriptor() ([]byte, []int)deprecated
- func (x *ModelGardenSource) GetPublicModelName() string
- func (x *ModelGardenSource) GetSkipHfModelCache() bool
- func (x *ModelGardenSource) GetVersionId() string
- func (*ModelGardenSource) ProtoMessage()
- func (x *ModelGardenSource) ProtoReflect() protoreflect.Message
- func (x *ModelGardenSource) Reset()
- func (x *ModelGardenSource) String() string
- type ModelMonitoringAlertConfig
- func (*ModelMonitoringAlertConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringAlertConfig) GetAlert() isModelMonitoringAlertConfig_Alert
- func (x *ModelMonitoringAlertConfig) GetEmailAlertConfig() *ModelMonitoringAlertConfig_EmailAlertConfig
- func (x *ModelMonitoringAlertConfig) GetEnableLogging() bool
- func (x *ModelMonitoringAlertConfig) GetNotificationChannels() []string
- func (*ModelMonitoringAlertConfig) ProtoMessage()
- func (x *ModelMonitoringAlertConfig) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringAlertConfig) Reset()
- func (x *ModelMonitoringAlertConfig) String() string
- type ModelMonitoringAlertConfig_EmailAlertConfig
- func (*ModelMonitoringAlertConfig_EmailAlertConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringAlertConfig_EmailAlertConfig) GetUserEmails() []string
- func (*ModelMonitoringAlertConfig_EmailAlertConfig) ProtoMessage()
- func (x *ModelMonitoringAlertConfig_EmailAlertConfig) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringAlertConfig_EmailAlertConfig) Reset()
- func (x *ModelMonitoringAlertConfig_EmailAlertConfig) String() string
- type ModelMonitoringAlertConfig_EmailAlertConfig_
- type ModelMonitoringObjectiveConfig
- func (*ModelMonitoringObjectiveConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringObjectiveConfig) GetExplanationConfig() *ModelMonitoringObjectiveConfig_ExplanationConfig
- func (x *ModelMonitoringObjectiveConfig) GetPredictionDriftDetectionConfig() *ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig
- func (x *ModelMonitoringObjectiveConfig) GetTrainingDataset() *ModelMonitoringObjectiveConfig_TrainingDataset
- func (x *ModelMonitoringObjectiveConfig) GetTrainingPredictionSkewDetectionConfig() *ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig
- func (*ModelMonitoringObjectiveConfig) ProtoMessage()
- func (x *ModelMonitoringObjectiveConfig) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringObjectiveConfig) Reset()
- func (x *ModelMonitoringObjectiveConfig) String() string
- type ModelMonitoringObjectiveConfig_ExplanationConfig
- func (*ModelMonitoringObjectiveConfig_ExplanationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig) GetEnableFeatureAttributes() bool
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig) GetExplanationBaseline() *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline
- func (*ModelMonitoringObjectiveConfig_ExplanationConfig) ProtoMessage()
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig) Reset()
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig) String() string
- type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline
- func (*ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) GetBigquery() *BigQueryDestination
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) GetDestination() ...
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) GetGcs() *GcsDestination
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) GetPredictionFormat() ...
- func (*ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) ProtoMessage()
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) Reset()
- func (x *ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline) String() string
- type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Bigquery
- type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Gcs
- type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat
- func (ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat) Descriptor() protoreflect.EnumDescriptor
- func (x ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat) Enum() ...
- func (ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat) Number() protoreflect.EnumNumber
- func (x ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat) String() string
- func (ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat) Type() protoreflect.EnumType
- type ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig
- func (*ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) GetAttributionScoreDriftThresholds() map[string]*ThresholdConfig
- func (x *ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) GetDefaultDriftThreshold() *ThresholdConfig
- func (x *ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) GetDriftThresholds() map[string]*ThresholdConfig
- func (*ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) ProtoMessage()
- func (x *ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) Reset()
- func (x *ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig) String() string
- type ModelMonitoringObjectiveConfig_TrainingDataset
- func (*ModelMonitoringObjectiveConfig_TrainingDataset) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) GetBigquerySource() *BigQuerySource
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) GetDataFormat() string
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) GetDataSource() isModelMonitoringObjectiveConfig_TrainingDataset_DataSource
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) GetDataset() string
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) GetGcsSource() *GcsSource
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) GetLoggingSamplingStrategy() *SamplingStrategy
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) GetTargetField() string
- func (*ModelMonitoringObjectiveConfig_TrainingDataset) ProtoMessage()
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) Reset()
- func (x *ModelMonitoringObjectiveConfig_TrainingDataset) String() string
- type ModelMonitoringObjectiveConfig_TrainingDataset_BigquerySource
- type ModelMonitoringObjectiveConfig_TrainingDataset_Dataset
- type ModelMonitoringObjectiveConfig_TrainingDataset_GcsSource
- type ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig
- func (*ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) GetAttributionScoreSkewThresholds() map[string]*ThresholdConfig
- func (x *ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) GetDefaultSkewThreshold() *ThresholdConfig
- func (x *ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) GetSkewThresholds() map[string]*ThresholdConfig
- func (*ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) ProtoMessage()
- func (x *ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) Reset()
- func (x *ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig) String() string
- type ModelMonitoringStatsAnomalies
- func (*ModelMonitoringStatsAnomalies) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringStatsAnomalies) GetAnomalyCount() int32
- func (x *ModelMonitoringStatsAnomalies) GetDeployedModelId() string
- func (x *ModelMonitoringStatsAnomalies) GetFeatureStats() []*ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies
- func (x *ModelMonitoringStatsAnomalies) GetObjective() ModelDeploymentMonitoringObjectiveType
- func (*ModelMonitoringStatsAnomalies) ProtoMessage()
- func (x *ModelMonitoringStatsAnomalies) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringStatsAnomalies) Reset()
- func (x *ModelMonitoringStatsAnomalies) String() string
- type ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies
- func (*ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) Descriptor() ([]byte, []int)deprecated
- func (x *ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) GetFeatureDisplayName() string
- func (x *ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) GetPredictionStats() []*FeatureStatsAnomaly
- func (x *ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) GetThreshold() *ThresholdConfig
- func (x *ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) GetTrainingStats() *FeatureStatsAnomaly
- func (*ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) ProtoMessage()
- func (x *ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) ProtoReflect() protoreflect.Message
- func (x *ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) Reset()
- func (x *ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies) String() string
- type ModelServiceClient
- type ModelServiceServer
- type ModelSourceInfo
- func (*ModelSourceInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ModelSourceInfo) GetCopy() bool
- func (x *ModelSourceInfo) GetSourceType() ModelSourceInfo_ModelSourceType
- func (*ModelSourceInfo) ProtoMessage()
- func (x *ModelSourceInfo) ProtoReflect() protoreflect.Message
- func (x *ModelSourceInfo) Reset()
- func (x *ModelSourceInfo) String() string
- type ModelSourceInfo_ModelSourceType
- func (ModelSourceInfo_ModelSourceType) Descriptor() protoreflect.EnumDescriptor
- func (x ModelSourceInfo_ModelSourceType) Enum() *ModelSourceInfo_ModelSourceType
- func (ModelSourceInfo_ModelSourceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ModelSourceInfo_ModelSourceType) Number() protoreflect.EnumNumber
- func (x ModelSourceInfo_ModelSourceType) String() string
- func (ModelSourceInfo_ModelSourceType) Type() protoreflect.EnumType
- type ModelVersionCheckpoint
- func (*ModelVersionCheckpoint) Descriptor() ([]byte, []int)deprecated
- func (x *ModelVersionCheckpoint) GetCheckpointId() string
- func (x *ModelVersionCheckpoint) GetEpoch() int64
- func (x *ModelVersionCheckpoint) GetStep() int64
- func (*ModelVersionCheckpoint) ProtoMessage()
- func (x *ModelVersionCheckpoint) ProtoReflect() protoreflect.Message
- func (x *ModelVersionCheckpoint) Reset()
- func (x *ModelVersionCheckpoint) String() string
- type Model_BaseModelSource
- func (*Model_BaseModelSource) Descriptor() ([]byte, []int)deprecated
- func (x *Model_BaseModelSource) GetGenieSource() *GenieSource
- func (x *Model_BaseModelSource) GetModelGardenSource() *ModelGardenSource
- func (x *Model_BaseModelSource) GetSource() isModel_BaseModelSource_Source
- func (*Model_BaseModelSource) ProtoMessage()
- func (x *Model_BaseModelSource) ProtoReflect() protoreflect.Message
- func (x *Model_BaseModelSource) Reset()
- func (x *Model_BaseModelSource) String() string
- type Model_BaseModelSource_GenieSource
- type Model_BaseModelSource_ModelGardenSource
- type Model_DataStats
- func (*Model_DataStats) Descriptor() ([]byte, []int)deprecated
- func (x *Model_DataStats) GetTestAnnotationsCount() int64
- func (x *Model_DataStats) GetTestDataItemsCount() int64
- func (x *Model_DataStats) GetTrainingAnnotationsCount() int64
- func (x *Model_DataStats) GetTrainingDataItemsCount() int64
- func (x *Model_DataStats) GetValidationAnnotationsCount() int64
- func (x *Model_DataStats) GetValidationDataItemsCount() int64
- func (*Model_DataStats) ProtoMessage()
- func (x *Model_DataStats) ProtoReflect() protoreflect.Message
- func (x *Model_DataStats) Reset()
- func (x *Model_DataStats) String() string
- type Model_DeploymentResourcesType
- func (Model_DeploymentResourcesType) Descriptor() protoreflect.EnumDescriptor
- func (x Model_DeploymentResourcesType) Enum() *Model_DeploymentResourcesType
- func (Model_DeploymentResourcesType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Model_DeploymentResourcesType) Number() protoreflect.EnumNumber
- func (x Model_DeploymentResourcesType) String() string
- func (Model_DeploymentResourcesType) Type() protoreflect.EnumType
- type Model_ExportFormat
- func (*Model_ExportFormat) Descriptor() ([]byte, []int)deprecated
- func (x *Model_ExportFormat) GetExportableContents() []Model_ExportFormat_ExportableContent
- func (x *Model_ExportFormat) GetId() string
- func (*Model_ExportFormat) ProtoMessage()
- func (x *Model_ExportFormat) ProtoReflect() protoreflect.Message
- func (x *Model_ExportFormat) Reset()
- func (x *Model_ExportFormat) String() string
- type Model_ExportFormat_ExportableContent
- func (Model_ExportFormat_ExportableContent) Descriptor() protoreflect.EnumDescriptor
- func (x Model_ExportFormat_ExportableContent) Enum() *Model_ExportFormat_ExportableContent
- func (Model_ExportFormat_ExportableContent) EnumDescriptor() ([]byte, []int)deprecated
- func (x Model_ExportFormat_ExportableContent) Number() protoreflect.EnumNumber
- func (x Model_ExportFormat_ExportableContent) String() string
- func (Model_ExportFormat_ExportableContent) Type() protoreflect.EnumType
- type Model_OriginalModelInfo
- func (*Model_OriginalModelInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Model_OriginalModelInfo) GetModel() string
- func (*Model_OriginalModelInfo) ProtoMessage()
- func (x *Model_OriginalModelInfo) ProtoReflect() protoreflect.Message
- func (x *Model_OriginalModelInfo) Reset()
- func (x *Model_OriginalModelInfo) String() string
- type MultiSpeakerVoiceConfig
- func (*MultiSpeakerVoiceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MultiSpeakerVoiceConfig) GetSpeakerVoiceConfigs() []*SpeakerVoiceConfig
- func (*MultiSpeakerVoiceConfig) ProtoMessage()
- func (x *MultiSpeakerVoiceConfig) ProtoReflect() protoreflect.Message
- func (x *MultiSpeakerVoiceConfig) Reset()
- func (x *MultiSpeakerVoiceConfig) String() string
- type MutateDeployedIndexOperationMetadata
- func (*MutateDeployedIndexOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *MutateDeployedIndexOperationMetadata) GetDeployedIndexId() string
- func (x *MutateDeployedIndexOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*MutateDeployedIndexOperationMetadata) ProtoMessage()
- func (x *MutateDeployedIndexOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *MutateDeployedIndexOperationMetadata) Reset()
- func (x *MutateDeployedIndexOperationMetadata) String() string
- type MutateDeployedIndexRequest
- func (*MutateDeployedIndexRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MutateDeployedIndexRequest) GetDeployedIndex() *DeployedIndex
- func (x *MutateDeployedIndexRequest) GetIndexEndpoint() string
- func (*MutateDeployedIndexRequest) ProtoMessage()
- func (x *MutateDeployedIndexRequest) ProtoReflect() protoreflect.Message
- func (x *MutateDeployedIndexRequest) Reset()
- func (x *MutateDeployedIndexRequest) String() string
- type MutateDeployedIndexResponse
- func (*MutateDeployedIndexResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MutateDeployedIndexResponse) GetDeployedIndex() *DeployedIndex
- func (*MutateDeployedIndexResponse) ProtoMessage()
- func (x *MutateDeployedIndexResponse) ProtoReflect() protoreflect.Message
- func (x *MutateDeployedIndexResponse) Reset()
- func (x *MutateDeployedIndexResponse) String() string
- type MutateDeployedModelOperationMetadata
- func (*MutateDeployedModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *MutateDeployedModelOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*MutateDeployedModelOperationMetadata) ProtoMessage()
- func (x *MutateDeployedModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *MutateDeployedModelOperationMetadata) Reset()
- func (x *MutateDeployedModelOperationMetadata) String() string
- type MutateDeployedModelRequest
- func (*MutateDeployedModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MutateDeployedModelRequest) GetDeployedModel() *DeployedModel
- func (x *MutateDeployedModelRequest) GetEndpoint() string
- func (x *MutateDeployedModelRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*MutateDeployedModelRequest) ProtoMessage()
- func (x *MutateDeployedModelRequest) ProtoReflect() protoreflect.Message
- func (x *MutateDeployedModelRequest) Reset()
- func (x *MutateDeployedModelRequest) String() string
- type MutateDeployedModelResponse
- func (*MutateDeployedModelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MutateDeployedModelResponse) GetDeployedModel() *DeployedModel
- func (*MutateDeployedModelResponse) ProtoMessage()
- func (x *MutateDeployedModelResponse) ProtoReflect() protoreflect.Message
- func (x *MutateDeployedModelResponse) Reset()
- func (x *MutateDeployedModelResponse) String() string
- type NasJob
- func (*NasJob) Descriptor() ([]byte, []int)deprecated
- func (x *NasJob) GetCreateTime() *timestamppb.Timestamp
- func (x *NasJob) GetDisplayName() string
- func (x *NasJob) GetEnableRestrictedImageTraining() booldeprecated
- func (x *NasJob) GetEncryptionSpec() *EncryptionSpec
- func (x *NasJob) GetEndTime() *timestamppb.Timestamp
- func (x *NasJob) GetError() *status.Status
- func (x *NasJob) GetLabels() map[string]string
- func (x *NasJob) GetName() string
- func (x *NasJob) GetNasJobOutput() *NasJobOutput
- func (x *NasJob) GetNasJobSpec() *NasJobSpec
- func (x *NasJob) GetSatisfiesPzi() bool
- func (x *NasJob) GetSatisfiesPzs() bool
- func (x *NasJob) GetStartTime() *timestamppb.Timestamp
- func (x *NasJob) GetState() JobState
- func (x *NasJob) GetUpdateTime() *timestamppb.Timestamp
- func (*NasJob) ProtoMessage()
- func (x *NasJob) ProtoReflect() protoreflect.Message
- func (x *NasJob) Reset()
- func (x *NasJob) String() string
- type NasJobOutput
- func (*NasJobOutput) Descriptor() ([]byte, []int)deprecated
- func (x *NasJobOutput) GetMultiTrialJobOutput() *NasJobOutput_MultiTrialJobOutput
- func (x *NasJobOutput) GetOutput() isNasJobOutput_Output
- func (*NasJobOutput) ProtoMessage()
- func (x *NasJobOutput) ProtoReflect() protoreflect.Message
- func (x *NasJobOutput) Reset()
- func (x *NasJobOutput) String() string
- type NasJobOutput_MultiTrialJobOutput
- func (*NasJobOutput_MultiTrialJobOutput) Descriptor() ([]byte, []int)deprecated
- func (x *NasJobOutput_MultiTrialJobOutput) GetSearchTrials() []*NasTrial
- func (x *NasJobOutput_MultiTrialJobOutput) GetTrainTrials() []*NasTrial
- func (*NasJobOutput_MultiTrialJobOutput) ProtoMessage()
- func (x *NasJobOutput_MultiTrialJobOutput) ProtoReflect() protoreflect.Message
- func (x *NasJobOutput_MultiTrialJobOutput) Reset()
- func (x *NasJobOutput_MultiTrialJobOutput) String() string
- type NasJobOutput_MultiTrialJobOutput_
- type NasJobSpec
- func (*NasJobSpec) Descriptor() ([]byte, []int)deprecated
- func (x *NasJobSpec) GetMultiTrialAlgorithmSpec() *NasJobSpec_MultiTrialAlgorithmSpec
- func (x *NasJobSpec) GetNasAlgorithmSpec() isNasJobSpec_NasAlgorithmSpec
- func (x *NasJobSpec) GetResumeNasJobId() string
- func (x *NasJobSpec) GetSearchSpaceSpec() string
- func (*NasJobSpec) ProtoMessage()
- func (x *NasJobSpec) ProtoReflect() protoreflect.Message
- func (x *NasJobSpec) Reset()
- func (x *NasJobSpec) String() string
- type NasJobSpec_MultiTrialAlgorithmSpec
- func (*NasJobSpec_MultiTrialAlgorithmSpec) Descriptor() ([]byte, []int)deprecated
- func (x *NasJobSpec_MultiTrialAlgorithmSpec) GetMetric() *NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec
- func (x *NasJobSpec_MultiTrialAlgorithmSpec) GetMultiTrialAlgorithm() NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm
- func (x *NasJobSpec_MultiTrialAlgorithmSpec) GetSearchTrialSpec() *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec
- func (x *NasJobSpec_MultiTrialAlgorithmSpec) GetTrainTrialSpec() *NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec
- func (*NasJobSpec_MultiTrialAlgorithmSpec) ProtoMessage()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec) ProtoReflect() protoreflect.Message
- func (x *NasJobSpec_MultiTrialAlgorithmSpec) Reset()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec) String() string
- type NasJobSpec_MultiTrialAlgorithmSpec_
- type NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec
- func (*NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec) Descriptor() ([]byte, []int)deprecated
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec) GetGoal() NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec) GetMetricId() string
- func (*NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec) ProtoMessage()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec) ProtoReflect() protoreflect.Message
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec) Reset()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec) String() string
- type NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType
- func (NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType) Descriptor() protoreflect.EnumDescriptor
- func (x NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType) Enum() *NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType
- func (NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType) EnumDescriptor() ([]byte, []int)deprecated
- func (x NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType) Number() protoreflect.EnumNumber
- func (x NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType) String() string
- func (NasJobSpec_MultiTrialAlgorithmSpec_MetricSpec_GoalType) Type() protoreflect.EnumType
- type NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm
- func (NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm) Descriptor() protoreflect.EnumDescriptor
- func (x NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm) Enum() *NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm
- func (NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm) EnumDescriptor() ([]byte, []int)deprecated
- func (x NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm) Number() protoreflect.EnumNumber
- func (x NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm) String() string
- func (NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm) Type() protoreflect.EnumType
- type NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec
- func (*NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) Descriptor() ([]byte, []int)deprecated
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) GetMaxFailedTrialCount() int32
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) GetMaxParallelTrialCount() int32
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) GetMaxTrialCount() int32
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) GetSearchTrialJobSpec() *CustomJobSpec
- func (*NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) ProtoMessage()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) ProtoReflect() protoreflect.Message
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) Reset()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_SearchTrialSpec) String() string
- type NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec
- func (*NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) Descriptor() ([]byte, []int)deprecated
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) GetFrequency() int32
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) GetMaxParallelTrialCount() int32
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) GetTrainTrialJobSpec() *CustomJobSpec
- func (*NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) ProtoMessage()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) ProtoReflect() protoreflect.Message
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) Reset()
- func (x *NasJobSpec_MultiTrialAlgorithmSpec_TrainTrialSpec) String() string
- type NasTrial
- func (*NasTrial) Descriptor() ([]byte, []int)deprecated
- func (x *NasTrial) GetEndTime() *timestamppb.Timestamp
- func (x *NasTrial) GetFinalMeasurement() *Measurement
- func (x *NasTrial) GetId() string
- func (x *NasTrial) GetStartTime() *timestamppb.Timestamp
- func (x *NasTrial) GetState() NasTrial_State
- func (*NasTrial) ProtoMessage()
- func (x *NasTrial) ProtoReflect() protoreflect.Message
- func (x *NasTrial) Reset()
- func (x *NasTrial) String() string
- type NasTrialDetail
- func (*NasTrialDetail) Descriptor() ([]byte, []int)deprecated
- func (x *NasTrialDetail) GetName() string
- func (x *NasTrialDetail) GetParameters() string
- func (x *NasTrialDetail) GetSearchTrial() *NasTrial
- func (x *NasTrialDetail) GetTrainTrial() *NasTrial
- func (*NasTrialDetail) ProtoMessage()
- func (x *NasTrialDetail) ProtoReflect() protoreflect.Message
- func (x *NasTrialDetail) Reset()
- func (x *NasTrialDetail) String() string
- type NasTrial_State
- func (NasTrial_State) Descriptor() protoreflect.EnumDescriptor
- func (x NasTrial_State) Enum() *NasTrial_State
- func (NasTrial_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x NasTrial_State) Number() protoreflect.EnumNumber
- func (x NasTrial_State) String() string
- func (NasTrial_State) Type() protoreflect.EnumType
- type NearestNeighborQuery
- func (*NearestNeighborQuery) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborQuery) GetEmbedding() *NearestNeighborQuery_Embedding
- func (x *NearestNeighborQuery) GetEntityId() string
- func (x *NearestNeighborQuery) GetInstance() isNearestNeighborQuery_Instance
- func (x *NearestNeighborQuery) GetNeighborCount() int32
- func (x *NearestNeighborQuery) GetNumericFilters() []*NearestNeighborQuery_NumericFilter
- func (x *NearestNeighborQuery) GetParameters() *NearestNeighborQuery_Parameters
- func (x *NearestNeighborQuery) GetPerCrowdingAttributeNeighborCount() int32
- func (x *NearestNeighborQuery) GetStringFilters() []*NearestNeighborQuery_StringFilter
- func (*NearestNeighborQuery) ProtoMessage()
- func (x *NearestNeighborQuery) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborQuery) Reset()
- func (x *NearestNeighborQuery) String() string
- type NearestNeighborQuery_Embedding
- func (*NearestNeighborQuery_Embedding) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborQuery_Embedding) GetValue() []float32
- func (*NearestNeighborQuery_Embedding) ProtoMessage()
- func (x *NearestNeighborQuery_Embedding) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborQuery_Embedding) Reset()
- func (x *NearestNeighborQuery_Embedding) String() string
- type NearestNeighborQuery_Embedding_
- type NearestNeighborQuery_EntityId
- type NearestNeighborQuery_NumericFilter
- func (*NearestNeighborQuery_NumericFilter) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborQuery_NumericFilter) GetName() string
- func (x *NearestNeighborQuery_NumericFilter) GetOp() NearestNeighborQuery_NumericFilter_Operator
- func (x *NearestNeighborQuery_NumericFilter) GetValue() isNearestNeighborQuery_NumericFilter_Value
- func (x *NearestNeighborQuery_NumericFilter) GetValueDouble() float64
- func (x *NearestNeighborQuery_NumericFilter) GetValueFloat() float32
- func (x *NearestNeighborQuery_NumericFilter) GetValueInt() int64
- func (*NearestNeighborQuery_NumericFilter) ProtoMessage()
- func (x *NearestNeighborQuery_NumericFilter) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborQuery_NumericFilter) Reset()
- func (x *NearestNeighborQuery_NumericFilter) String() string
- type NearestNeighborQuery_NumericFilter_Operator
- func (NearestNeighborQuery_NumericFilter_Operator) Descriptor() protoreflect.EnumDescriptor
- func (x NearestNeighborQuery_NumericFilter_Operator) Enum() *NearestNeighborQuery_NumericFilter_Operator
- func (NearestNeighborQuery_NumericFilter_Operator) EnumDescriptor() ([]byte, []int)deprecated
- func (x NearestNeighborQuery_NumericFilter_Operator) Number() protoreflect.EnumNumber
- func (x NearestNeighborQuery_NumericFilter_Operator) String() string
- func (NearestNeighborQuery_NumericFilter_Operator) Type() protoreflect.EnumType
- type NearestNeighborQuery_NumericFilter_ValueDouble
- type NearestNeighborQuery_NumericFilter_ValueFloat
- type NearestNeighborQuery_NumericFilter_ValueInt
- type NearestNeighborQuery_Parameters
- func (*NearestNeighborQuery_Parameters) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborQuery_Parameters) GetApproximateNeighborCandidates() int32
- func (x *NearestNeighborQuery_Parameters) GetLeafNodesSearchFraction() float64
- func (*NearestNeighborQuery_Parameters) ProtoMessage()
- func (x *NearestNeighborQuery_Parameters) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborQuery_Parameters) Reset()
- func (x *NearestNeighborQuery_Parameters) String() string
- type NearestNeighborQuery_StringFilter
- func (*NearestNeighborQuery_StringFilter) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborQuery_StringFilter) GetAllowTokens() []string
- func (x *NearestNeighborQuery_StringFilter) GetDenyTokens() []string
- func (x *NearestNeighborQuery_StringFilter) GetName() string
- func (*NearestNeighborQuery_StringFilter) ProtoMessage()
- func (x *NearestNeighborQuery_StringFilter) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborQuery_StringFilter) Reset()
- func (x *NearestNeighborQuery_StringFilter) String() string
- type NearestNeighborSearchOperationMetadata
- func (*NearestNeighborSearchOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborSearchOperationMetadata) GetContentValidationStats() []*NearestNeighborSearchOperationMetadata_ContentValidationStats
- func (x *NearestNeighborSearchOperationMetadata) GetDataBytesCount() int64
- func (*NearestNeighborSearchOperationMetadata) ProtoMessage()
- func (x *NearestNeighborSearchOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborSearchOperationMetadata) Reset()
- func (x *NearestNeighborSearchOperationMetadata) String() string
- type NearestNeighborSearchOperationMetadata_ContentValidationStats
- func (*NearestNeighborSearchOperationMetadata_ContentValidationStats) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) GetInvalidRecordCount() int64
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) GetInvalidSparseRecordCount() int64
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) GetPartialErrors() []*NearestNeighborSearchOperationMetadata_RecordError
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) GetSourceGcsUri() string
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) GetValidRecordCount() int64
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) GetValidSparseRecordCount() int64
- func (*NearestNeighborSearchOperationMetadata_ContentValidationStats) ProtoMessage()
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) Reset()
- func (x *NearestNeighborSearchOperationMetadata_ContentValidationStats) String() string
- type NearestNeighborSearchOperationMetadata_RecordError
- func (*NearestNeighborSearchOperationMetadata_RecordError) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighborSearchOperationMetadata_RecordError) GetEmbeddingId() string
- func (x *NearestNeighborSearchOperationMetadata_RecordError) GetErrorMessage() string
- func (x *NearestNeighborSearchOperationMetadata_RecordError) GetErrorType() NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType
- func (x *NearestNeighborSearchOperationMetadata_RecordError) GetRawRecord() string
- func (x *NearestNeighborSearchOperationMetadata_RecordError) GetSourceGcsUri() string
- func (*NearestNeighborSearchOperationMetadata_RecordError) ProtoMessage()
- func (x *NearestNeighborSearchOperationMetadata_RecordError) ProtoReflect() protoreflect.Message
- func (x *NearestNeighborSearchOperationMetadata_RecordError) Reset()
- func (x *NearestNeighborSearchOperationMetadata_RecordError) String() string
- type NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType
- func (NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType) Descriptor() protoreflect.EnumDescriptor
- func (x NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType) Enum() *NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType
- func (NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType) EnumDescriptor() ([]byte, []int)deprecated
- func (x NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType) Number() protoreflect.EnumNumber
- func (x NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType) String() string
- func (NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType) Type() protoreflect.EnumType
- type NearestNeighbors
- func (*NearestNeighbors) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighbors) GetNeighbors() []*NearestNeighbors_Neighbor
- func (*NearestNeighbors) ProtoMessage()
- func (x *NearestNeighbors) ProtoReflect() protoreflect.Message
- func (x *NearestNeighbors) Reset()
- func (x *NearestNeighbors) String() string
- type NearestNeighbors_Neighbor
- func (*NearestNeighbors_Neighbor) Descriptor() ([]byte, []int)deprecated
- func (x *NearestNeighbors_Neighbor) GetDistance() float64
- func (x *NearestNeighbors_Neighbor) GetEntityId() string
- func (x *NearestNeighbors_Neighbor) GetEntityKeyValues() *FetchFeatureValuesResponse
- func (*NearestNeighbors_Neighbor) ProtoMessage()
- func (x *NearestNeighbors_Neighbor) ProtoReflect() protoreflect.Message
- func (x *NearestNeighbors_Neighbor) Reset()
- func (x *NearestNeighbors_Neighbor) String() string
- type Neighbor
- type NetworkSpec
- func (*NetworkSpec) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkSpec) GetEnableInternetAccess() bool
- func (x *NetworkSpec) GetNetwork() string
- func (x *NetworkSpec) GetSubnetwork() string
- func (*NetworkSpec) ProtoMessage()
- func (x *NetworkSpec) ProtoReflect() protoreflect.Message
- func (x *NetworkSpec) Reset()
- func (x *NetworkSpec) String() string
- type NfsMount
- func (*NfsMount) Descriptor() ([]byte, []int)deprecated
- func (x *NfsMount) GetMountPoint() string
- func (x *NfsMount) GetPath() string
- func (x *NfsMount) GetServer() string
- func (*NfsMount) ProtoMessage()
- func (x *NfsMount) ProtoReflect() protoreflect.Message
- func (x *NfsMount) Reset()
- func (x *NfsMount) String() string
- type NotebookEucConfig
- func (*NotebookEucConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookEucConfig) GetBypassActasCheck() bool
- func (x *NotebookEucConfig) GetEucDisabled() bool
- func (*NotebookEucConfig) ProtoMessage()
- func (x *NotebookEucConfig) ProtoReflect() protoreflect.Message
- func (x *NotebookEucConfig) Reset()
- func (x *NotebookEucConfig) String() string
- type NotebookExecutionJob
- func (*NotebookExecutionJob) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookExecutionJob) GetCreateTime() *timestamppb.Timestamp
- func (x *NotebookExecutionJob) GetCustomEnvironmentSpec() *NotebookExecutionJob_CustomEnvironmentSpec
- func (x *NotebookExecutionJob) GetDataformRepositorySource() *NotebookExecutionJob_DataformRepositorySource
- func (x *NotebookExecutionJob) GetDirectNotebookSource() *NotebookExecutionJob_DirectNotebookSource
- func (x *NotebookExecutionJob) GetDisplayName() string
- func (x *NotebookExecutionJob) GetEncryptionSpec() *EncryptionSpec
- func (x *NotebookExecutionJob) GetEnvironmentSpec() isNotebookExecutionJob_EnvironmentSpec
- func (x *NotebookExecutionJob) GetExecutionIdentity() isNotebookExecutionJob_ExecutionIdentity
- func (x *NotebookExecutionJob) GetExecutionSink() isNotebookExecutionJob_ExecutionSink
- func (x *NotebookExecutionJob) GetExecutionTimeout() *durationpb.Duration
- func (x *NotebookExecutionJob) GetExecutionUser() string
- func (x *NotebookExecutionJob) GetGcsNotebookSource() *NotebookExecutionJob_GcsNotebookSource
- func (x *NotebookExecutionJob) GetGcsOutputUri() string
- func (x *NotebookExecutionJob) GetJobState() JobState
- func (x *NotebookExecutionJob) GetKernelName() string
- func (x *NotebookExecutionJob) GetLabels() map[string]string
- func (x *NotebookExecutionJob) GetName() string
- func (x *NotebookExecutionJob) GetNotebookRuntimeTemplateResourceName() string
- func (x *NotebookExecutionJob) GetNotebookSource() isNotebookExecutionJob_NotebookSource
- func (x *NotebookExecutionJob) GetRuntimeEnvironment() isNotebookExecutionJob_RuntimeEnvironment
- func (x *NotebookExecutionJob) GetScheduleResourceName() string
- func (x *NotebookExecutionJob) GetServiceAccount() string
- func (x *NotebookExecutionJob) GetStatus() *status.Status
- func (x *NotebookExecutionJob) GetUpdateTime() *timestamppb.Timestamp
- func (x *NotebookExecutionJob) GetWorkbenchRuntime() *NotebookExecutionJob_WorkbenchRuntime
- func (*NotebookExecutionJob) ProtoMessage()
- func (x *NotebookExecutionJob) ProtoReflect() protoreflect.Message
- func (x *NotebookExecutionJob) Reset()
- func (x *NotebookExecutionJob) String() string
- type NotebookExecutionJobView
- func (NotebookExecutionJobView) Descriptor() protoreflect.EnumDescriptor
- func (x NotebookExecutionJobView) Enum() *NotebookExecutionJobView
- func (NotebookExecutionJobView) EnumDescriptor() ([]byte, []int)deprecated
- func (x NotebookExecutionJobView) Number() protoreflect.EnumNumber
- func (x NotebookExecutionJobView) String() string
- func (NotebookExecutionJobView) Type() protoreflect.EnumType
- type NotebookExecutionJob_CustomEnvironmentSpec
- func (*NotebookExecutionJob_CustomEnvironmentSpec) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookExecutionJob_CustomEnvironmentSpec) GetMachineSpec() *MachineSpec
- func (x *NotebookExecutionJob_CustomEnvironmentSpec) GetNetworkSpec() *NetworkSpec
- func (x *NotebookExecutionJob_CustomEnvironmentSpec) GetPersistentDiskSpec() *PersistentDiskSpec
- func (*NotebookExecutionJob_CustomEnvironmentSpec) ProtoMessage()
- func (x *NotebookExecutionJob_CustomEnvironmentSpec) ProtoReflect() protoreflect.Message
- func (x *NotebookExecutionJob_CustomEnvironmentSpec) Reset()
- func (x *NotebookExecutionJob_CustomEnvironmentSpec) String() string
- type NotebookExecutionJob_CustomEnvironmentSpec_
- type NotebookExecutionJob_DataformRepositorySource
- func (*NotebookExecutionJob_DataformRepositorySource) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookExecutionJob_DataformRepositorySource) GetCommitSha() string
- func (x *NotebookExecutionJob_DataformRepositorySource) GetDataformRepositoryResourceName() string
- func (*NotebookExecutionJob_DataformRepositorySource) ProtoMessage()
- func (x *NotebookExecutionJob_DataformRepositorySource) ProtoReflect() protoreflect.Message
- func (x *NotebookExecutionJob_DataformRepositorySource) Reset()
- func (x *NotebookExecutionJob_DataformRepositorySource) String() string
- type NotebookExecutionJob_DataformRepositorySource_
- type NotebookExecutionJob_DirectNotebookSource
- func (*NotebookExecutionJob_DirectNotebookSource) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookExecutionJob_DirectNotebookSource) GetContent() []byte
- func (*NotebookExecutionJob_DirectNotebookSource) ProtoMessage()
- func (x *NotebookExecutionJob_DirectNotebookSource) ProtoReflect() protoreflect.Message
- func (x *NotebookExecutionJob_DirectNotebookSource) Reset()
- func (x *NotebookExecutionJob_DirectNotebookSource) String() string
- type NotebookExecutionJob_DirectNotebookSource_
- type NotebookExecutionJob_ExecutionUser
- type NotebookExecutionJob_GcsNotebookSource
- func (*NotebookExecutionJob_GcsNotebookSource) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookExecutionJob_GcsNotebookSource) GetGeneration() string
- func (x *NotebookExecutionJob_GcsNotebookSource) GetUri() string
- func (*NotebookExecutionJob_GcsNotebookSource) ProtoMessage()
- func (x *NotebookExecutionJob_GcsNotebookSource) ProtoReflect() protoreflect.Message
- func (x *NotebookExecutionJob_GcsNotebookSource) Reset()
- func (x *NotebookExecutionJob_GcsNotebookSource) String() string
- type NotebookExecutionJob_GcsNotebookSource_
- type NotebookExecutionJob_GcsOutputUri
- type NotebookExecutionJob_NotebookRuntimeTemplateResourceName
- type NotebookExecutionJob_ServiceAccount
- type NotebookExecutionJob_WorkbenchRuntime
- func (*NotebookExecutionJob_WorkbenchRuntime) Descriptor() ([]byte, []int)deprecated
- func (*NotebookExecutionJob_WorkbenchRuntime) ProtoMessage()
- func (x *NotebookExecutionJob_WorkbenchRuntime) ProtoReflect() protoreflect.Message
- func (x *NotebookExecutionJob_WorkbenchRuntime) Reset()
- func (x *NotebookExecutionJob_WorkbenchRuntime) String() string
- type NotebookExecutionJob_WorkbenchRuntime_
- type NotebookIdleShutdownConfig
- func (*NotebookIdleShutdownConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookIdleShutdownConfig) GetIdleShutdownDisabled() bool
- func (x *NotebookIdleShutdownConfig) GetIdleTimeout() *durationpb.Duration
- func (*NotebookIdleShutdownConfig) ProtoMessage()
- func (x *NotebookIdleShutdownConfig) ProtoReflect() protoreflect.Message
- func (x *NotebookIdleShutdownConfig) Reset()
- func (x *NotebookIdleShutdownConfig) String() string
- type NotebookRuntime
- func (*NotebookRuntime) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookRuntime) GetCreateTime() *timestamppb.Timestamp
- func (x *NotebookRuntime) GetDataPersistentDiskSpec() *PersistentDiskSpec
- func (x *NotebookRuntime) GetDescription() string
- func (x *NotebookRuntime) GetDisplayName() string
- func (x *NotebookRuntime) GetEncryptionSpec() *EncryptionSpec
- func (x *NotebookRuntime) GetEucConfig() *NotebookEucConfig
- func (x *NotebookRuntime) GetExpirationTime() *timestamppb.Timestamp
- func (x *NotebookRuntime) GetHealthState() NotebookRuntime_HealthState
- func (x *NotebookRuntime) GetIdleShutdownConfig() *NotebookIdleShutdownConfig
- func (x *NotebookRuntime) GetIsUpgradable() bool
- func (x *NotebookRuntime) GetLabels() map[string]string
- func (x *NotebookRuntime) GetMachineSpec() *MachineSpec
- func (x *NotebookRuntime) GetName() string
- func (x *NotebookRuntime) GetNetworkSpec() *NetworkSpec
- func (x *NotebookRuntime) GetNetworkTags() []string
- func (x *NotebookRuntime) GetNotebookRuntimeTemplateRef() *NotebookRuntimeTemplateRef
- func (x *NotebookRuntime) GetNotebookRuntimeType() NotebookRuntimeType
- func (x *NotebookRuntime) GetProxyUri() string
- func (x *NotebookRuntime) GetRuntimeState() NotebookRuntime_RuntimeState
- func (x *NotebookRuntime) GetRuntimeUser() string
- func (x *NotebookRuntime) GetSatisfiesPzi() bool
- func (x *NotebookRuntime) GetSatisfiesPzs() bool
- func (x *NotebookRuntime) GetServiceAccount() string
- func (x *NotebookRuntime) GetShieldedVmConfig() *ShieldedVmConfig
- func (x *NotebookRuntime) GetSoftwareConfig() *NotebookSoftwareConfig
- func (x *NotebookRuntime) GetUpdateTime() *timestamppb.Timestamp
- func (x *NotebookRuntime) GetVersion() string
- func (*NotebookRuntime) ProtoMessage()
- func (x *NotebookRuntime) ProtoReflect() protoreflect.Message
- func (x *NotebookRuntime) Reset()
- func (x *NotebookRuntime) String() string
- type NotebookRuntimeTemplate
- func (*NotebookRuntimeTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookRuntimeTemplate) GetCreateTime() *timestamppb.Timestamp
- func (x *NotebookRuntimeTemplate) GetDataPersistentDiskSpec() *PersistentDiskSpec
- func (x *NotebookRuntimeTemplate) GetDescription() string
- func (x *NotebookRuntimeTemplate) GetDisplayName() string
- func (x *NotebookRuntimeTemplate) GetEncryptionSpec() *EncryptionSpec
- func (x *NotebookRuntimeTemplate) GetEtag() string
- func (x *NotebookRuntimeTemplate) GetEucConfig() *NotebookEucConfig
- func (x *NotebookRuntimeTemplate) GetIdleShutdownConfig() *NotebookIdleShutdownConfig
- func (x *NotebookRuntimeTemplate) GetIsDefault() booldeprecated
- func (x *NotebookRuntimeTemplate) GetLabels() map[string]string
- func (x *NotebookRuntimeTemplate) GetMachineSpec() *MachineSpec
- func (x *NotebookRuntimeTemplate) GetName() string
- func (x *NotebookRuntimeTemplate) GetNetworkSpec() *NetworkSpec
- func (x *NotebookRuntimeTemplate) GetNetworkTags() []string
- func (x *NotebookRuntimeTemplate) GetNotebookRuntimeType() NotebookRuntimeType
- func (x *NotebookRuntimeTemplate) GetServiceAccount() stringdeprecated
- func (x *NotebookRuntimeTemplate) GetShieldedVmConfig() *ShieldedVmConfig
- func (x *NotebookRuntimeTemplate) GetSoftwareConfig() *NotebookSoftwareConfig
- func (x *NotebookRuntimeTemplate) GetUpdateTime() *timestamppb.Timestamp
- func (*NotebookRuntimeTemplate) ProtoMessage()
- func (x *NotebookRuntimeTemplate) ProtoReflect() protoreflect.Message
- func (x *NotebookRuntimeTemplate) Reset()
- func (x *NotebookRuntimeTemplate) String() string
- type NotebookRuntimeTemplateRef
- func (*NotebookRuntimeTemplateRef) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookRuntimeTemplateRef) GetNotebookRuntimeTemplate() string
- func (*NotebookRuntimeTemplateRef) ProtoMessage()
- func (x *NotebookRuntimeTemplateRef) ProtoReflect() protoreflect.Message
- func (x *NotebookRuntimeTemplateRef) Reset()
- func (x *NotebookRuntimeTemplateRef) String() string
- type NotebookRuntimeType
- func (NotebookRuntimeType) Descriptor() protoreflect.EnumDescriptor
- func (x NotebookRuntimeType) Enum() *NotebookRuntimeType
- func (NotebookRuntimeType) EnumDescriptor() ([]byte, []int)deprecated
- func (x NotebookRuntimeType) Number() protoreflect.EnumNumber
- func (x NotebookRuntimeType) String() string
- func (NotebookRuntimeType) Type() protoreflect.EnumType
- type NotebookRuntime_HealthState
- func (NotebookRuntime_HealthState) Descriptor() protoreflect.EnumDescriptor
- func (x NotebookRuntime_HealthState) Enum() *NotebookRuntime_HealthState
- func (NotebookRuntime_HealthState) EnumDescriptor() ([]byte, []int)deprecated
- func (x NotebookRuntime_HealthState) Number() protoreflect.EnumNumber
- func (x NotebookRuntime_HealthState) String() string
- func (NotebookRuntime_HealthState) Type() protoreflect.EnumType
- type NotebookRuntime_RuntimeState
- func (NotebookRuntime_RuntimeState) Descriptor() protoreflect.EnumDescriptor
- func (x NotebookRuntime_RuntimeState) Enum() *NotebookRuntime_RuntimeState
- func (NotebookRuntime_RuntimeState) EnumDescriptor() ([]byte, []int)deprecated
- func (x NotebookRuntime_RuntimeState) Number() protoreflect.EnumNumber
- func (x NotebookRuntime_RuntimeState) String() string
- func (NotebookRuntime_RuntimeState) Type() protoreflect.EnumType
- type NotebookServiceClient
- type NotebookServiceServer
- type NotebookSoftwareConfig
- func (*NotebookSoftwareConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NotebookSoftwareConfig) GetColabImage() *ColabImage
- func (x *NotebookSoftwareConfig) GetEnv() []*EnvVar
- func (x *NotebookSoftwareConfig) GetPostStartupScriptConfig() *PostStartupScriptConfig
- func (x *NotebookSoftwareConfig) GetRuntimeImage() isNotebookSoftwareConfig_RuntimeImage
- func (*NotebookSoftwareConfig) ProtoMessage()
- func (x *NotebookSoftwareConfig) ProtoReflect() protoreflect.Message
- func (x *NotebookSoftwareConfig) Reset()
- func (x *NotebookSoftwareConfig) String() string
- type NotebookSoftwareConfig_ColabImage
- type OutputConfig
- func (*OutputConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OutputConfig) GetDestination() isOutputConfig_Destination
- func (x *OutputConfig) GetGcsDestination() *GcsDestination
- func (*OutputConfig) ProtoMessage()
- func (x *OutputConfig) ProtoReflect() protoreflect.Message
- func (x *OutputConfig) Reset()
- func (x *OutputConfig) String() string
- type OutputConfig_GcsDestination
- type OutputFieldSpec
- func (*OutputFieldSpec) Descriptor() ([]byte, []int)deprecated
- func (x *OutputFieldSpec) GetFieldName() string
- func (x *OutputFieldSpec) GetFieldType() OutputFieldSpec_FieldType
- func (x *OutputFieldSpec) GetGuidance() string
- func (*OutputFieldSpec) ProtoMessage()
- func (x *OutputFieldSpec) ProtoReflect() protoreflect.Message
- func (x *OutputFieldSpec) Reset()
- func (x *OutputFieldSpec) String() string
- type OutputFieldSpec_FieldType
- func (OutputFieldSpec_FieldType) Descriptor() protoreflect.EnumDescriptor
- func (x OutputFieldSpec_FieldType) Enum() *OutputFieldSpec_FieldType
- func (OutputFieldSpec_FieldType) EnumDescriptor() ([]byte, []int)deprecated
- func (x OutputFieldSpec_FieldType) Number() protoreflect.EnumNumber
- func (x OutputFieldSpec_FieldType) String() string
- func (OutputFieldSpec_FieldType) Type() protoreflect.EnumType
- type OutputInfo
- func (*OutputInfo) Descriptor() ([]byte, []int)deprecated
- func (x *OutputInfo) GetGcsOutputDirectory() string
- func (x *OutputInfo) GetOutputLocation() isOutputInfo_OutputLocation
- func (*OutputInfo) ProtoMessage()
- func (x *OutputInfo) ProtoReflect() protoreflect.Message
- func (x *OutputInfo) Reset()
- func (x *OutputInfo) String() string
- type OutputInfo_GcsOutputDirectory
- type PSCAutomationConfig
- func (*PSCAutomationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PSCAutomationConfig) GetErrorMessage() string
- func (x *PSCAutomationConfig) GetForwardingRule() string
- func (x *PSCAutomationConfig) GetIpAddress() string
- func (x *PSCAutomationConfig) GetNetwork() string
- func (x *PSCAutomationConfig) GetProjectId() string
- func (x *PSCAutomationConfig) GetState() PSCAutomationState
- func (*PSCAutomationConfig) ProtoMessage()
- func (x *PSCAutomationConfig) ProtoReflect() protoreflect.Message
- func (x *PSCAutomationConfig) Reset()
- func (x *PSCAutomationConfig) String() string
- type PSCAutomationState
- func (PSCAutomationState) Descriptor() protoreflect.EnumDescriptor
- func (x PSCAutomationState) Enum() *PSCAutomationState
- func (PSCAutomationState) EnumDescriptor() ([]byte, []int)deprecated
- func (x PSCAutomationState) Number() protoreflect.EnumNumber
- func (x PSCAutomationState) String() string
- func (PSCAutomationState) Type() protoreflect.EnumType
- type PairwiseChoice
- func (PairwiseChoice) Descriptor() protoreflect.EnumDescriptor
- func (x PairwiseChoice) Enum() *PairwiseChoice
- func (PairwiseChoice) EnumDescriptor() ([]byte, []int)deprecated
- func (x PairwiseChoice) Number() protoreflect.EnumNumber
- func (x PairwiseChoice) String() string
- func (PairwiseChoice) Type() protoreflect.EnumType
- type PairwiseMetricInput
- func (*PairwiseMetricInput) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseMetricInput) GetInstance() *PairwiseMetricInstance
- func (x *PairwiseMetricInput) GetMetricSpec() *PairwiseMetricSpec
- func (*PairwiseMetricInput) ProtoMessage()
- func (x *PairwiseMetricInput) ProtoReflect() protoreflect.Message
- func (x *PairwiseMetricInput) Reset()
- func (x *PairwiseMetricInput) String() string
- type PairwiseMetricInstance
- func (*PairwiseMetricInstance) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseMetricInstance) GetContentMapInstance() *ContentMap
- func (x *PairwiseMetricInstance) GetInstance() isPairwiseMetricInstance_Instance
- func (x *PairwiseMetricInstance) GetJsonInstance() string
- func (*PairwiseMetricInstance) ProtoMessage()
- func (x *PairwiseMetricInstance) ProtoReflect() protoreflect.Message
- func (x *PairwiseMetricInstance) Reset()
- func (x *PairwiseMetricInstance) String() string
- type PairwiseMetricInstance_ContentMapInstance
- type PairwiseMetricInstance_JsonInstance
- type PairwiseMetricResult
- func (*PairwiseMetricResult) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseMetricResult) GetCustomOutput() *CustomOutput
- func (x *PairwiseMetricResult) GetExplanation() string
- func (x *PairwiseMetricResult) GetPairwiseChoice() PairwiseChoice
- func (*PairwiseMetricResult) ProtoMessage()
- func (x *PairwiseMetricResult) ProtoReflect() protoreflect.Message
- func (x *PairwiseMetricResult) Reset()
- func (x *PairwiseMetricResult) String() string
- type PairwiseMetricSpec
- func (*PairwiseMetricSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseMetricSpec) GetBaselineResponseFieldName() string
- func (x *PairwiseMetricSpec) GetCandidateResponseFieldName() string
- func (x *PairwiseMetricSpec) GetCustomOutputFormatConfig() *CustomOutputFormatConfig
- func (x *PairwiseMetricSpec) GetMetricPromptTemplate() string
- func (x *PairwiseMetricSpec) GetSystemInstruction() string
- func (*PairwiseMetricSpec) ProtoMessage()
- func (x *PairwiseMetricSpec) ProtoReflect() protoreflect.Message
- func (x *PairwiseMetricSpec) Reset()
- func (x *PairwiseMetricSpec) String() string
- type PairwiseQuestionAnsweringQualityInput
- func (*PairwiseQuestionAnsweringQualityInput) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseQuestionAnsweringQualityInput) GetInstance() *PairwiseQuestionAnsweringQualityInstance
- func (x *PairwiseQuestionAnsweringQualityInput) GetMetricSpec() *PairwiseQuestionAnsweringQualitySpec
- func (*PairwiseQuestionAnsweringQualityInput) ProtoMessage()
- func (x *PairwiseQuestionAnsweringQualityInput) ProtoReflect() protoreflect.Message
- func (x *PairwiseQuestionAnsweringQualityInput) Reset()
- func (x *PairwiseQuestionAnsweringQualityInput) String() string
- type PairwiseQuestionAnsweringQualityInstance
- func (*PairwiseQuestionAnsweringQualityInstance) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseQuestionAnsweringQualityInstance) GetBaselinePrediction() string
- func (x *PairwiseQuestionAnsweringQualityInstance) GetContext() string
- func (x *PairwiseQuestionAnsweringQualityInstance) GetInstruction() string
- func (x *PairwiseQuestionAnsweringQualityInstance) GetPrediction() string
- func (x *PairwiseQuestionAnsweringQualityInstance) GetReference() string
- func (*PairwiseQuestionAnsweringQualityInstance) ProtoMessage()
- func (x *PairwiseQuestionAnsweringQualityInstance) ProtoReflect() protoreflect.Message
- func (x *PairwiseQuestionAnsweringQualityInstance) Reset()
- func (x *PairwiseQuestionAnsweringQualityInstance) String() string
- type PairwiseQuestionAnsweringQualityResult
- func (*PairwiseQuestionAnsweringQualityResult) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseQuestionAnsweringQualityResult) GetConfidence() float32
- func (x *PairwiseQuestionAnsweringQualityResult) GetExplanation() string
- func (x *PairwiseQuestionAnsweringQualityResult) GetPairwiseChoice() PairwiseChoice
- func (*PairwiseQuestionAnsweringQualityResult) ProtoMessage()
- func (x *PairwiseQuestionAnsweringQualityResult) ProtoReflect() protoreflect.Message
- func (x *PairwiseQuestionAnsweringQualityResult) Reset()
- func (x *PairwiseQuestionAnsweringQualityResult) String() string
- type PairwiseQuestionAnsweringQualitySpec
- func (*PairwiseQuestionAnsweringQualitySpec) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseQuestionAnsweringQualitySpec) GetUseReference() bool
- func (x *PairwiseQuestionAnsweringQualitySpec) GetVersion() int32
- func (*PairwiseQuestionAnsweringQualitySpec) ProtoMessage()
- func (x *PairwiseQuestionAnsweringQualitySpec) ProtoReflect() protoreflect.Message
- func (x *PairwiseQuestionAnsweringQualitySpec) Reset()
- func (x *PairwiseQuestionAnsweringQualitySpec) String() string
- type PairwiseSummarizationQualityInput
- func (*PairwiseSummarizationQualityInput) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseSummarizationQualityInput) GetInstance() *PairwiseSummarizationQualityInstance
- func (x *PairwiseSummarizationQualityInput) GetMetricSpec() *PairwiseSummarizationQualitySpec
- func (*PairwiseSummarizationQualityInput) ProtoMessage()
- func (x *PairwiseSummarizationQualityInput) ProtoReflect() protoreflect.Message
- func (x *PairwiseSummarizationQualityInput) Reset()
- func (x *PairwiseSummarizationQualityInput) String() string
- type PairwiseSummarizationQualityInstance
- func (*PairwiseSummarizationQualityInstance) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseSummarizationQualityInstance) GetBaselinePrediction() string
- func (x *PairwiseSummarizationQualityInstance) GetContext() string
- func (x *PairwiseSummarizationQualityInstance) GetInstruction() string
- func (x *PairwiseSummarizationQualityInstance) GetPrediction() string
- func (x *PairwiseSummarizationQualityInstance) GetReference() string
- func (*PairwiseSummarizationQualityInstance) ProtoMessage()
- func (x *PairwiseSummarizationQualityInstance) ProtoReflect() protoreflect.Message
- func (x *PairwiseSummarizationQualityInstance) Reset()
- func (x *PairwiseSummarizationQualityInstance) String() string
- type PairwiseSummarizationQualityResult
- func (*PairwiseSummarizationQualityResult) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseSummarizationQualityResult) GetConfidence() float32
- func (x *PairwiseSummarizationQualityResult) GetExplanation() string
- func (x *PairwiseSummarizationQualityResult) GetPairwiseChoice() PairwiseChoice
- func (*PairwiseSummarizationQualityResult) ProtoMessage()
- func (x *PairwiseSummarizationQualityResult) ProtoReflect() protoreflect.Message
- func (x *PairwiseSummarizationQualityResult) Reset()
- func (x *PairwiseSummarizationQualityResult) String() string
- type PairwiseSummarizationQualitySpec
- func (*PairwiseSummarizationQualitySpec) Descriptor() ([]byte, []int)deprecated
- func (x *PairwiseSummarizationQualitySpec) GetUseReference() bool
- func (x *PairwiseSummarizationQualitySpec) GetVersion() int32
- func (*PairwiseSummarizationQualitySpec) ProtoMessage()
- func (x *PairwiseSummarizationQualitySpec) ProtoReflect() protoreflect.Message
- func (x *PairwiseSummarizationQualitySpec) Reset()
- func (x *PairwiseSummarizationQualitySpec) String() string
- type Part
- func (*Part) Descriptor() ([]byte, []int)deprecated
- func (x *Part) GetCodeExecutionResult() *CodeExecutionResult
- func (x *Part) GetData() isPart_Data
- func (x *Part) GetExecutableCode() *ExecutableCode
- func (x *Part) GetFileData() *FileData
- func (x *Part) GetFunctionCall() *FunctionCall
- func (x *Part) GetFunctionResponse() *FunctionResponse
- func (x *Part) GetInlineData() *Blob
- func (x *Part) GetMediaResolution() *Part_MediaResolution
- func (x *Part) GetMetadata() isPart_Metadata
- func (x *Part) GetText() string
- func (x *Part) GetThought() bool
- func (x *Part) GetThoughtSignature() []byte
- func (x *Part) GetVideoMetadata() *VideoMetadata
- func (*Part) ProtoMessage()
- func (x *Part) ProtoReflect() protoreflect.Message
- func (x *Part) Reset()
- func (x *Part) String() string
- type Part_CodeExecutionResult
- type Part_ExecutableCode
- type Part_FileData
- type Part_FunctionCall
- type Part_FunctionResponse
- type Part_InlineData
- type Part_MediaResolution
- func (*Part_MediaResolution) Descriptor() ([]byte, []int)deprecated
- func (x *Part_MediaResolution) GetLevel() Part_MediaResolution_Level
- func (x *Part_MediaResolution) GetValue() isPart_MediaResolution_Value
- func (*Part_MediaResolution) ProtoMessage()
- func (x *Part_MediaResolution) ProtoReflect() protoreflect.Message
- func (x *Part_MediaResolution) Reset()
- func (x *Part_MediaResolution) String() string
- type Part_MediaResolution_Level
- func (Part_MediaResolution_Level) Descriptor() protoreflect.EnumDescriptor
- func (x Part_MediaResolution_Level) Enum() *Part_MediaResolution_Level
- func (Part_MediaResolution_Level) EnumDescriptor() ([]byte, []int)deprecated
- func (x Part_MediaResolution_Level) Number() protoreflect.EnumNumber
- func (x Part_MediaResolution_Level) String() string
- func (Part_MediaResolution_Level) Type() protoreflect.EnumType
- type Part_MediaResolution_Level_
- type Part_Text
- type Part_VideoMetadata
- type PartialArg
- func (*PartialArg) Descriptor() ([]byte, []int)deprecated
- func (x *PartialArg) GetBoolValue() bool
- func (x *PartialArg) GetDelta() isPartialArg_Delta
- func (x *PartialArg) GetJsonPath() string
- func (x *PartialArg) GetNullValue() structpb.NullValue
- func (x *PartialArg) GetNumberValue() float64
- func (x *PartialArg) GetStringValue() string
- func (x *PartialArg) GetWillContinue() bool
- func (*PartialArg) ProtoMessage()
- func (x *PartialArg) ProtoReflect() protoreflect.Message
- func (x *PartialArg) Reset()
- func (x *PartialArg) String() string
- type PartialArg_BoolValue
- type PartialArg_NullValue
- type PartialArg_NumberValue
- type PartialArg_StringValue
- type PauseModelDeploymentMonitoringJobRequest
- func (*PauseModelDeploymentMonitoringJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PauseModelDeploymentMonitoringJobRequest) GetName() string
- func (*PauseModelDeploymentMonitoringJobRequest) ProtoMessage()
- func (x *PauseModelDeploymentMonitoringJobRequest) ProtoReflect() protoreflect.Message
- func (x *PauseModelDeploymentMonitoringJobRequest) Reset()
- func (x *PauseModelDeploymentMonitoringJobRequest) String() string
- type PauseScheduleRequest
- func (*PauseScheduleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PauseScheduleRequest) GetName() string
- func (*PauseScheduleRequest) ProtoMessage()
- func (x *PauseScheduleRequest) ProtoReflect() protoreflect.Message
- func (x *PauseScheduleRequest) Reset()
- func (x *PauseScheduleRequest) String() string
- type PersistentDiskSpec
- func (*PersistentDiskSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PersistentDiskSpec) GetDiskSizeGb() int64
- func (x *PersistentDiskSpec) GetDiskType() string
- func (*PersistentDiskSpec) ProtoMessage()
- func (x *PersistentDiskSpec) ProtoReflect() protoreflect.Message
- func (x *PersistentDiskSpec) Reset()
- func (x *PersistentDiskSpec) String() string
- type PersistentResource
- func (*PersistentResource) Descriptor() ([]byte, []int)deprecated
- func (x *PersistentResource) GetCreateTime() *timestamppb.Timestamp
- func (x *PersistentResource) GetDisplayName() string
- func (x *PersistentResource) GetEncryptionSpec() *EncryptionSpec
- func (x *PersistentResource) GetError() *status.Status
- func (x *PersistentResource) GetLabels() map[string]string
- func (x *PersistentResource) GetName() string
- func (x *PersistentResource) GetNetwork() string
- func (x *PersistentResource) GetPscInterfaceConfig() *PscInterfaceConfig
- func (x *PersistentResource) GetReservedIpRanges() []string
- func (x *PersistentResource) GetResourcePools() []*ResourcePool
- func (x *PersistentResource) GetResourceRuntime() *ResourceRuntime
- func (x *PersistentResource) GetResourceRuntimeSpec() *ResourceRuntimeSpec
- func (x *PersistentResource) GetStartTime() *timestamppb.Timestamp
- func (x *PersistentResource) GetState() PersistentResource_State
- func (x *PersistentResource) GetUpdateTime() *timestamppb.Timestamp
- func (*PersistentResource) ProtoMessage()
- func (x *PersistentResource) ProtoReflect() protoreflect.Message
- func (x *PersistentResource) Reset()
- func (x *PersistentResource) String() string
- type PersistentResourceServiceClient
- type PersistentResourceServiceServer
- type PersistentResource_State
- func (PersistentResource_State) Descriptor() protoreflect.EnumDescriptor
- func (x PersistentResource_State) Enum() *PersistentResource_State
- func (PersistentResource_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x PersistentResource_State) Number() protoreflect.EnumNumber
- func (x PersistentResource_State) String() string
- func (PersistentResource_State) Type() protoreflect.EnumType
- type PipelineFailurePolicy
- func (PipelineFailurePolicy) Descriptor() protoreflect.EnumDescriptor
- func (x PipelineFailurePolicy) Enum() *PipelineFailurePolicy
- func (PipelineFailurePolicy) EnumDescriptor() ([]byte, []int)deprecated
- func (x PipelineFailurePolicy) Number() protoreflect.EnumNumber
- func (x PipelineFailurePolicy) String() string
- func (PipelineFailurePolicy) Type() protoreflect.EnumType
- type PipelineJob
- func (*PipelineJob) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineJob) GetCreateTime() *timestamppb.Timestamp
- func (x *PipelineJob) GetDisplayName() string
- func (x *PipelineJob) GetEncryptionSpec() *EncryptionSpec
- func (x *PipelineJob) GetEndTime() *timestamppb.Timestamp
- func (x *PipelineJob) GetError() *status.Status
- func (x *PipelineJob) GetJobDetail() *PipelineJobDetail
- func (x *PipelineJob) GetLabels() map[string]string
- func (x *PipelineJob) GetName() string
- func (x *PipelineJob) GetNetwork() string
- func (x *PipelineJob) GetPipelineSpec() *structpb.Struct
- func (x *PipelineJob) GetPreflightValidations() bool
- func (x *PipelineJob) GetPscInterfaceConfig() *PscInterfaceConfig
- func (x *PipelineJob) GetReservedIpRanges() []string
- func (x *PipelineJob) GetRuntimeConfig() *PipelineJob_RuntimeConfig
- func (x *PipelineJob) GetScheduleName() string
- func (x *PipelineJob) GetServiceAccount() string
- func (x *PipelineJob) GetStartTime() *timestamppb.Timestamp
- func (x *PipelineJob) GetState() PipelineState
- func (x *PipelineJob) GetTemplateMetadata() *PipelineTemplateMetadata
- func (x *PipelineJob) GetTemplateUri() string
- func (x *PipelineJob) GetUpdateTime() *timestamppb.Timestamp
- func (*PipelineJob) ProtoMessage()
- func (x *PipelineJob) ProtoReflect() protoreflect.Message
- func (x *PipelineJob) Reset()
- func (x *PipelineJob) String() string
- type PipelineJobDetail
- func (*PipelineJobDetail) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineJobDetail) GetPipelineContext() *Context
- func (x *PipelineJobDetail) GetPipelineRunContext() *Context
- func (x *PipelineJobDetail) GetTaskDetails() []*PipelineTaskDetail
- func (*PipelineJobDetail) ProtoMessage()
- func (x *PipelineJobDetail) ProtoReflect() protoreflect.Message
- func (x *PipelineJobDetail) Reset()
- func (x *PipelineJobDetail) String() string
- type PipelineJob_RuntimeConfig
- func (*PipelineJob_RuntimeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineJob_RuntimeConfig) GetFailurePolicy() PipelineFailurePolicy
- func (x *PipelineJob_RuntimeConfig) GetGcsOutputDirectory() string
- func (x *PipelineJob_RuntimeConfig) GetInputArtifacts() map[string]*PipelineJob_RuntimeConfig_InputArtifact
- func (x *PipelineJob_RuntimeConfig) GetParameterValues() map[string]*structpb.Value
- func (x *PipelineJob_RuntimeConfig) GetParameters() map[string]*Valuedeprecated
- func (*PipelineJob_RuntimeConfig) ProtoMessage()
- func (x *PipelineJob_RuntimeConfig) ProtoReflect() protoreflect.Message
- func (x *PipelineJob_RuntimeConfig) Reset()
- func (x *PipelineJob_RuntimeConfig) String() string
- type PipelineJob_RuntimeConfig_InputArtifact
- func (*PipelineJob_RuntimeConfig_InputArtifact) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineJob_RuntimeConfig_InputArtifact) GetArtifactId() string
- func (x *PipelineJob_RuntimeConfig_InputArtifact) GetKind() isPipelineJob_RuntimeConfig_InputArtifact_Kind
- func (*PipelineJob_RuntimeConfig_InputArtifact) ProtoMessage()
- func (x *PipelineJob_RuntimeConfig_InputArtifact) ProtoReflect() protoreflect.Message
- func (x *PipelineJob_RuntimeConfig_InputArtifact) Reset()
- func (x *PipelineJob_RuntimeConfig_InputArtifact) String() string
- type PipelineJob_RuntimeConfig_InputArtifact_ArtifactId
- type PipelineServiceClient
- type PipelineServiceServer
- type PipelineState
- func (PipelineState) Descriptor() protoreflect.EnumDescriptor
- func (x PipelineState) Enum() *PipelineState
- func (PipelineState) EnumDescriptor() ([]byte, []int)deprecated
- func (x PipelineState) Number() protoreflect.EnumNumber
- func (x PipelineState) String() string
- func (PipelineState) Type() protoreflect.EnumType
- type PipelineTaskDetail
- func (*PipelineTaskDetail) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTaskDetail) GetCreateTime() *timestamppb.Timestamp
- func (x *PipelineTaskDetail) GetEndTime() *timestamppb.Timestamp
- func (x *PipelineTaskDetail) GetError() *status.Status
- func (x *PipelineTaskDetail) GetExecution() *Execution
- func (x *PipelineTaskDetail) GetExecutorDetail() *PipelineTaskExecutorDetail
- func (x *PipelineTaskDetail) GetInputs() map[string]*PipelineTaskDetail_ArtifactList
- func (x *PipelineTaskDetail) GetOutputs() map[string]*PipelineTaskDetail_ArtifactList
- func (x *PipelineTaskDetail) GetParentTaskId() int64
- func (x *PipelineTaskDetail) GetPipelineTaskStatus() []*PipelineTaskDetail_PipelineTaskStatus
- func (x *PipelineTaskDetail) GetStartTime() *timestamppb.Timestamp
- func (x *PipelineTaskDetail) GetState() PipelineTaskDetail_State
- func (x *PipelineTaskDetail) GetTaskId() int64
- func (x *PipelineTaskDetail) GetTaskName() string
- func (x *PipelineTaskDetail) GetTaskUniqueName() string
- func (*PipelineTaskDetail) ProtoMessage()
- func (x *PipelineTaskDetail) ProtoReflect() protoreflect.Message
- func (x *PipelineTaskDetail) Reset()
- func (x *PipelineTaskDetail) String() string
- type PipelineTaskDetail_ArtifactList
- func (*PipelineTaskDetail_ArtifactList) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTaskDetail_ArtifactList) GetArtifacts() []*Artifact
- func (*PipelineTaskDetail_ArtifactList) ProtoMessage()
- func (x *PipelineTaskDetail_ArtifactList) ProtoReflect() protoreflect.Message
- func (x *PipelineTaskDetail_ArtifactList) Reset()
- func (x *PipelineTaskDetail_ArtifactList) String() string
- type PipelineTaskDetail_PipelineTaskStatus
- func (*PipelineTaskDetail_PipelineTaskStatus) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTaskDetail_PipelineTaskStatus) GetError() *status.Status
- func (x *PipelineTaskDetail_PipelineTaskStatus) GetState() PipelineTaskDetail_State
- func (x *PipelineTaskDetail_PipelineTaskStatus) GetUpdateTime() *timestamppb.Timestamp
- func (*PipelineTaskDetail_PipelineTaskStatus) ProtoMessage()
- func (x *PipelineTaskDetail_PipelineTaskStatus) ProtoReflect() protoreflect.Message
- func (x *PipelineTaskDetail_PipelineTaskStatus) Reset()
- func (x *PipelineTaskDetail_PipelineTaskStatus) String() string
- type PipelineTaskDetail_State
- func (PipelineTaskDetail_State) Descriptor() protoreflect.EnumDescriptor
- func (x PipelineTaskDetail_State) Enum() *PipelineTaskDetail_State
- func (PipelineTaskDetail_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x PipelineTaskDetail_State) Number() protoreflect.EnumNumber
- func (x PipelineTaskDetail_State) String() string
- func (PipelineTaskDetail_State) Type() protoreflect.EnumType
- type PipelineTaskExecutorDetail
- func (*PipelineTaskExecutorDetail) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTaskExecutorDetail) GetContainerDetail() *PipelineTaskExecutorDetail_ContainerDetail
- func (x *PipelineTaskExecutorDetail) GetCustomJobDetail() *PipelineTaskExecutorDetail_CustomJobDetail
- func (x *PipelineTaskExecutorDetail) GetDetails() isPipelineTaskExecutorDetail_Details
- func (*PipelineTaskExecutorDetail) ProtoMessage()
- func (x *PipelineTaskExecutorDetail) ProtoReflect() protoreflect.Message
- func (x *PipelineTaskExecutorDetail) Reset()
- func (x *PipelineTaskExecutorDetail) String() string
- type PipelineTaskExecutorDetail_ContainerDetail
- func (*PipelineTaskExecutorDetail_ContainerDetail) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTaskExecutorDetail_ContainerDetail) GetFailedMainJobs() []string
- func (x *PipelineTaskExecutorDetail_ContainerDetail) GetFailedPreCachingCheckJobs() []string
- func (x *PipelineTaskExecutorDetail_ContainerDetail) GetMainJob() string
- func (x *PipelineTaskExecutorDetail_ContainerDetail) GetPreCachingCheckJob() string
- func (*PipelineTaskExecutorDetail_ContainerDetail) ProtoMessage()
- func (x *PipelineTaskExecutorDetail_ContainerDetail) ProtoReflect() protoreflect.Message
- func (x *PipelineTaskExecutorDetail_ContainerDetail) Reset()
- func (x *PipelineTaskExecutorDetail_ContainerDetail) String() string
- type PipelineTaskExecutorDetail_ContainerDetail_
- type PipelineTaskExecutorDetail_CustomJobDetail
- func (*PipelineTaskExecutorDetail_CustomJobDetail) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTaskExecutorDetail_CustomJobDetail) GetFailedJobs() []string
- func (x *PipelineTaskExecutorDetail_CustomJobDetail) GetJob() string
- func (*PipelineTaskExecutorDetail_CustomJobDetail) ProtoMessage()
- func (x *PipelineTaskExecutorDetail_CustomJobDetail) ProtoReflect() protoreflect.Message
- func (x *PipelineTaskExecutorDetail_CustomJobDetail) Reset()
- func (x *PipelineTaskExecutorDetail_CustomJobDetail) String() string
- type PipelineTaskExecutorDetail_CustomJobDetail_
- type PipelineTemplateMetadata
- func (*PipelineTemplateMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTemplateMetadata) GetVersion() string
- func (*PipelineTemplateMetadata) ProtoMessage()
- func (x *PipelineTemplateMetadata) ProtoReflect() protoreflect.Message
- func (x *PipelineTemplateMetadata) Reset()
- func (x *PipelineTemplateMetadata) String() string
- type PointwiseMetricInput
- func (*PointwiseMetricInput) Descriptor() ([]byte, []int)deprecated
- func (x *PointwiseMetricInput) GetInstance() *PointwiseMetricInstance
- func (x *PointwiseMetricInput) GetMetricSpec() *PointwiseMetricSpec
- func (*PointwiseMetricInput) ProtoMessage()
- func (x *PointwiseMetricInput) ProtoReflect() protoreflect.Message
- func (x *PointwiseMetricInput) Reset()
- func (x *PointwiseMetricInput) String() string
- type PointwiseMetricInstance
- func (*PointwiseMetricInstance) Descriptor() ([]byte, []int)deprecated
- func (x *PointwiseMetricInstance) GetContentMapInstance() *ContentMap
- func (x *PointwiseMetricInstance) GetInstance() isPointwiseMetricInstance_Instance
- func (x *PointwiseMetricInstance) GetJsonInstance() string
- func (*PointwiseMetricInstance) ProtoMessage()
- func (x *PointwiseMetricInstance) ProtoReflect() protoreflect.Message
- func (x *PointwiseMetricInstance) Reset()
- func (x *PointwiseMetricInstance) String() string
- type PointwiseMetricInstance_ContentMapInstance
- type PointwiseMetricInstance_JsonInstance
- type PointwiseMetricResult
- func (*PointwiseMetricResult) Descriptor() ([]byte, []int)deprecated
- func (x *PointwiseMetricResult) GetCustomOutput() *CustomOutput
- func (x *PointwiseMetricResult) GetExplanation() string
- func (x *PointwiseMetricResult) GetScore() float32
- func (*PointwiseMetricResult) ProtoMessage()
- func (x *PointwiseMetricResult) ProtoReflect() protoreflect.Message
- func (x *PointwiseMetricResult) Reset()
- func (x *PointwiseMetricResult) String() string
- type PointwiseMetricSpec
- func (*PointwiseMetricSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PointwiseMetricSpec) GetCustomOutputFormatConfig() *CustomOutputFormatConfig
- func (x *PointwiseMetricSpec) GetMetricPromptTemplate() string
- func (x *PointwiseMetricSpec) GetSystemInstruction() string
- func (*PointwiseMetricSpec) ProtoMessage()
- func (x *PointwiseMetricSpec) ProtoReflect() protoreflect.Message
- func (x *PointwiseMetricSpec) Reset()
- func (x *PointwiseMetricSpec) String() string
- type Port
- type PostStartupScriptConfig
- func (*PostStartupScriptConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PostStartupScriptConfig) GetPostStartupScript() string
- func (x *PostStartupScriptConfig) GetPostStartupScriptBehavior() PostStartupScriptConfig_PostStartupScriptBehavior
- func (x *PostStartupScriptConfig) GetPostStartupScriptUrl() string
- func (*PostStartupScriptConfig) ProtoMessage()
- func (x *PostStartupScriptConfig) ProtoReflect() protoreflect.Message
- func (x *PostStartupScriptConfig) Reset()
- func (x *PostStartupScriptConfig) String() string
- type PostStartupScriptConfig_PostStartupScriptBehavior
- func (PostStartupScriptConfig_PostStartupScriptBehavior) Descriptor() protoreflect.EnumDescriptor
- func (x PostStartupScriptConfig_PostStartupScriptBehavior) Enum() *PostStartupScriptConfig_PostStartupScriptBehavior
- func (PostStartupScriptConfig_PostStartupScriptBehavior) EnumDescriptor() ([]byte, []int)deprecated
- func (x PostStartupScriptConfig_PostStartupScriptBehavior) Number() protoreflect.EnumNumber
- func (x PostStartupScriptConfig_PostStartupScriptBehavior) String() string
- func (PostStartupScriptConfig_PostStartupScriptBehavior) Type() protoreflect.EnumType
- type PreTunedModel
- func (*PreTunedModel) Descriptor() ([]byte, []int)deprecated
- func (x *PreTunedModel) GetBaseModel() string
- func (x *PreTunedModel) GetCheckpointId() string
- func (x *PreTunedModel) GetTunedModelName() string
- func (*PreTunedModel) ProtoMessage()
- func (x *PreTunedModel) ProtoReflect() protoreflect.Message
- func (x *PreTunedModel) Reset()
- func (x *PreTunedModel) String() string
- type PrebuiltVoiceConfig
- func (*PrebuiltVoiceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PrebuiltVoiceConfig) GetVoiceName() string
- func (*PrebuiltVoiceConfig) ProtoMessage()
- func (x *PrebuiltVoiceConfig) ProtoReflect() protoreflect.Message
- func (x *PrebuiltVoiceConfig) Reset()
- func (x *PrebuiltVoiceConfig) String() string
- type PredefinedMetricSpec
- func (*PredefinedMetricSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PredefinedMetricSpec) GetMetricSpecName() string
- func (x *PredefinedMetricSpec) GetMetricSpecParameters() *structpb.Struct
- func (*PredefinedMetricSpec) ProtoMessage()
- func (x *PredefinedMetricSpec) ProtoReflect() protoreflect.Message
- func (x *PredefinedMetricSpec) Reset()
- func (x *PredefinedMetricSpec) String() string
- type PredefinedSplit
- type PredictRequest
- func (*PredictRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PredictRequest) GetEndpoint() string
- func (x *PredictRequest) GetInstances() []*structpb.Value
- func (x *PredictRequest) GetLabels() map[string]string
- func (x *PredictRequest) GetParameters() *structpb.Value
- func (*PredictRequest) ProtoMessage()
- func (x *PredictRequest) ProtoReflect() protoreflect.Message
- func (x *PredictRequest) Reset()
- func (x *PredictRequest) String() string
- type PredictRequestResponseLoggingConfig
- func (*PredictRequestResponseLoggingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PredictRequestResponseLoggingConfig) GetBigqueryDestination() *BigQueryDestination
- func (x *PredictRequestResponseLoggingConfig) GetEnabled() bool
- func (x *PredictRequestResponseLoggingConfig) GetSamplingRate() float64
- func (*PredictRequestResponseLoggingConfig) ProtoMessage()
- func (x *PredictRequestResponseLoggingConfig) ProtoReflect() protoreflect.Message
- func (x *PredictRequestResponseLoggingConfig) Reset()
- func (x *PredictRequestResponseLoggingConfig) String() string
- type PredictResponse
- func (*PredictResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PredictResponse) GetDeployedModelId() string
- func (x *PredictResponse) GetMetadata() *structpb.Value
- func (x *PredictResponse) GetModel() string
- func (x *PredictResponse) GetModelDisplayName() string
- func (x *PredictResponse) GetModelVersionId() string
- func (x *PredictResponse) GetPredictions() []*structpb.Value
- func (*PredictResponse) ProtoMessage()
- func (x *PredictResponse) ProtoReflect() protoreflect.Message
- func (x *PredictResponse) Reset()
- func (x *PredictResponse) String() string
- type PredictSchemata
- func (*PredictSchemata) Descriptor() ([]byte, []int)deprecated
- func (x *PredictSchemata) GetInstanceSchemaUri() string
- func (x *PredictSchemata) GetParametersSchemaUri() string
- func (x *PredictSchemata) GetPredictionSchemaUri() string
- func (*PredictSchemata) ProtoMessage()
- func (x *PredictSchemata) ProtoReflect() protoreflect.Message
- func (x *PredictSchemata) Reset()
- func (x *PredictSchemata) String() string
- type PredictionServiceClient
- type PredictionServiceServer
- type PredictionService_ServerStreamingPredictClient
- type PredictionService_ServerStreamingPredictServer
- type PredictionService_StreamDirectPredictClient
- type PredictionService_StreamDirectPredictServer
- type PredictionService_StreamDirectRawPredictClient
- type PredictionService_StreamDirectRawPredictServer
- type PredictionService_StreamGenerateContentClient
- type PredictionService_StreamGenerateContentServer
- type PredictionService_StreamRawPredictClient
- type PredictionService_StreamRawPredictServer
- type PredictionService_StreamingPredictClient
- type PredictionService_StreamingPredictServer
- type PredictionService_StreamingRawPredictClient
- type PredictionService_StreamingRawPredictServer
- type Presets
- type Presets_Modality
- func (Presets_Modality) Descriptor() protoreflect.EnumDescriptor
- func (x Presets_Modality) Enum() *Presets_Modality
- func (Presets_Modality) EnumDescriptor() ([]byte, []int)deprecated
- func (x Presets_Modality) Number() protoreflect.EnumNumber
- func (x Presets_Modality) String() string
- func (Presets_Modality) Type() protoreflect.EnumType
- type Presets_Query
- func (Presets_Query) Descriptor() protoreflect.EnumDescriptor
- func (x Presets_Query) Enum() *Presets_Query
- func (Presets_Query) EnumDescriptor() ([]byte, []int)deprecated
- func (x Presets_Query) Number() protoreflect.EnumNumber
- func (x Presets_Query) String() string
- func (Presets_Query) Type() protoreflect.EnumType
- type PrivateEndpoints
- func (*PrivateEndpoints) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateEndpoints) GetExplainHttpUri() string
- func (x *PrivateEndpoints) GetHealthHttpUri() string
- func (x *PrivateEndpoints) GetPredictHttpUri() string
- func (x *PrivateEndpoints) GetServiceAttachment() string
- func (*PrivateEndpoints) ProtoMessage()
- func (x *PrivateEndpoints) ProtoReflect() protoreflect.Message
- func (x *PrivateEndpoints) Reset()
- func (x *PrivateEndpoints) String() string
- type PrivateServiceConnectConfig
- func (*PrivateServiceConnectConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateServiceConnectConfig) GetEnablePrivateServiceConnect() bool
- func (x *PrivateServiceConnectConfig) GetProjectAllowlist() []string
- func (x *PrivateServiceConnectConfig) GetPscAutomationConfigs() []*PSCAutomationConfig
- func (x *PrivateServiceConnectConfig) GetServiceAttachment() string
- func (*PrivateServiceConnectConfig) ProtoMessage()
- func (x *PrivateServiceConnectConfig) ProtoReflect() protoreflect.Message
- func (x *PrivateServiceConnectConfig) Reset()
- func (x *PrivateServiceConnectConfig) String() string
- type Probe
- func (*Probe) Descriptor() ([]byte, []int)deprecated
- func (x *Probe) GetExec() *Probe_ExecAction
- func (x *Probe) GetFailureThreshold() int32
- func (x *Probe) GetGrpc() *Probe_GrpcAction
- func (x *Probe) GetHttpGet() *Probe_HttpGetAction
- func (x *Probe) GetInitialDelaySeconds() int32
- func (x *Probe) GetPeriodSeconds() int32
- func (x *Probe) GetProbeType() isProbe_ProbeType
- func (x *Probe) GetSuccessThreshold() int32
- func (x *Probe) GetTcpSocket() *Probe_TcpSocketAction
- func (x *Probe) GetTimeoutSeconds() int32
- func (*Probe) ProtoMessage()
- func (x *Probe) ProtoReflect() protoreflect.Message
- func (x *Probe) Reset()
- func (x *Probe) String() string
- type Probe_Exec
- type Probe_ExecAction
- type Probe_Grpc
- type Probe_GrpcAction
- func (*Probe_GrpcAction) Descriptor() ([]byte, []int)deprecated
- func (x *Probe_GrpcAction) GetPort() int32
- func (x *Probe_GrpcAction) GetService() string
- func (*Probe_GrpcAction) ProtoMessage()
- func (x *Probe_GrpcAction) ProtoReflect() protoreflect.Message
- func (x *Probe_GrpcAction) Reset()
- func (x *Probe_GrpcAction) String() string
- type Probe_HttpGet
- type Probe_HttpGetAction
- func (*Probe_HttpGetAction) Descriptor() ([]byte, []int)deprecated
- func (x *Probe_HttpGetAction) GetHost() string
- func (x *Probe_HttpGetAction) GetHttpHeaders() []*Probe_HttpHeader
- func (x *Probe_HttpGetAction) GetPath() string
- func (x *Probe_HttpGetAction) GetPort() int32
- func (x *Probe_HttpGetAction) GetScheme() string
- func (*Probe_HttpGetAction) ProtoMessage()
- func (x *Probe_HttpGetAction) ProtoReflect() protoreflect.Message
- func (x *Probe_HttpGetAction) Reset()
- func (x *Probe_HttpGetAction) String() string
- type Probe_HttpHeader
- func (*Probe_HttpHeader) Descriptor() ([]byte, []int)deprecated
- func (x *Probe_HttpHeader) GetName() string
- func (x *Probe_HttpHeader) GetValue() string
- func (*Probe_HttpHeader) ProtoMessage()
- func (x *Probe_HttpHeader) ProtoReflect() protoreflect.Message
- func (x *Probe_HttpHeader) Reset()
- func (x *Probe_HttpHeader) String() string
- type Probe_TcpSocket
- type Probe_TcpSocketAction
- func (*Probe_TcpSocketAction) Descriptor() ([]byte, []int)deprecated
- func (x *Probe_TcpSocketAction) GetHost() string
- func (x *Probe_TcpSocketAction) GetPort() int32
- func (*Probe_TcpSocketAction) ProtoMessage()
- func (x *Probe_TcpSocketAction) ProtoReflect() protoreflect.Message
- func (x *Probe_TcpSocketAction) Reset()
- func (x *Probe_TcpSocketAction) String() string
- type PscAutomatedEndpoints
- func (*PscAutomatedEndpoints) Descriptor() ([]byte, []int)deprecated
- func (x *PscAutomatedEndpoints) GetMatchAddress() string
- func (x *PscAutomatedEndpoints) GetNetwork() string
- func (x *PscAutomatedEndpoints) GetProjectId() string
- func (*PscAutomatedEndpoints) ProtoMessage()
- func (x *PscAutomatedEndpoints) ProtoReflect() protoreflect.Message
- func (x *PscAutomatedEndpoints) Reset()
- func (x *PscAutomatedEndpoints) String() string
- type PscInterfaceConfig
- func (*PscInterfaceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PscInterfaceConfig) GetDnsPeeringConfigs() []*DnsPeeringConfig
- func (x *PscInterfaceConfig) GetNetworkAttachment() string
- func (*PscInterfaceConfig) ProtoMessage()
- func (x *PscInterfaceConfig) ProtoReflect() protoreflect.Message
- func (x *PscInterfaceConfig) Reset()
- func (x *PscInterfaceConfig) String() string
- type PublisherModel
- func (*PublisherModel) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel) GetFrameworks() []string
- func (x *PublisherModel) GetLaunchStage() PublisherModel_LaunchStage
- func (x *PublisherModel) GetName() string
- func (x *PublisherModel) GetOpenSourceCategory() PublisherModel_OpenSourceCategory
- func (x *PublisherModel) GetPredictSchemata() *PredictSchemata
- func (x *PublisherModel) GetPublisherModelTemplate() string
- func (x *PublisherModel) GetSupportedActions() *PublisherModel_CallToAction
- func (x *PublisherModel) GetVersionId() string
- func (x *PublisherModel) GetVersionState() PublisherModel_VersionState
- func (*PublisherModel) ProtoMessage()
- func (x *PublisherModel) ProtoReflect() protoreflect.Message
- func (x *PublisherModel) Reset()
- func (x *PublisherModel) String() string
- type PublisherModelView
- func (PublisherModelView) Descriptor() protoreflect.EnumDescriptor
- func (x PublisherModelView) Enum() *PublisherModelView
- func (PublisherModelView) EnumDescriptor() ([]byte, []int)deprecated
- func (x PublisherModelView) Number() protoreflect.EnumNumber
- func (x PublisherModelView) String() string
- func (PublisherModelView) Type() protoreflect.EnumType
- type PublisherModel_CallToAction
- func (*PublisherModel_CallToAction) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction) GetCreateApplication() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetDeploy() *PublisherModel_CallToAction_Deploy
- func (x *PublisherModel_CallToAction) GetDeployGke() *PublisherModel_CallToAction_DeployGke
- func (x *PublisherModel_CallToAction) GetOpenEvaluationPipeline() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetOpenFineTuningPipeline() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetOpenFineTuningPipelines() *PublisherModel_CallToAction_OpenFineTuningPipelines
- func (x *PublisherModel_CallToAction) GetOpenGenerationAiStudio() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetOpenGenie() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetOpenNotebook() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetOpenNotebooks() *PublisherModel_CallToAction_OpenNotebooks
- func (x *PublisherModel_CallToAction) GetOpenPromptTuningPipeline() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetRequestAccess() *PublisherModel_CallToAction_RegionalResourceReferences
- func (x *PublisherModel_CallToAction) GetViewRestApi() *PublisherModel_CallToAction_ViewRestApi
- func (*PublisherModel_CallToAction) ProtoMessage()
- func (x *PublisherModel_CallToAction) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction) Reset()
- func (x *PublisherModel_CallToAction) String() string
- type PublisherModel_CallToAction_Deploy
- func (*PublisherModel_CallToAction_Deploy) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction_Deploy) GetArtifactUri() string
- func (x *PublisherModel_CallToAction_Deploy) GetAutomaticResources() *AutomaticResources
- func (x *PublisherModel_CallToAction_Deploy) GetContainerSpec() *ModelContainerSpec
- func (x *PublisherModel_CallToAction_Deploy) GetDedicatedResources() *DedicatedResources
- func (x *PublisherModel_CallToAction_Deploy) GetDeployMetadata() *PublisherModel_CallToAction_Deploy_DeployMetadata
- func (x *PublisherModel_CallToAction_Deploy) GetDeployTaskName() string
- func (x *PublisherModel_CallToAction_Deploy) GetLargeModelReference() *LargeModelReference
- func (x *PublisherModel_CallToAction_Deploy) GetModelDisplayName() string
- func (x *PublisherModel_CallToAction_Deploy) GetPredictionResources() isPublisherModel_CallToAction_Deploy_PredictionResources
- func (x *PublisherModel_CallToAction_Deploy) GetPublicArtifactUri() string
- func (x *PublisherModel_CallToAction_Deploy) GetSharedResources() string
- func (x *PublisherModel_CallToAction_Deploy) GetTitle() string
- func (*PublisherModel_CallToAction_Deploy) ProtoMessage()
- func (x *PublisherModel_CallToAction_Deploy) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction_Deploy) Reset()
- func (x *PublisherModel_CallToAction_Deploy) String() string
- type PublisherModel_CallToAction_DeployGke
- func (*PublisherModel_CallToAction_DeployGke) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction_DeployGke) GetGkeYamlConfigs() []string
- func (*PublisherModel_CallToAction_DeployGke) ProtoMessage()
- func (x *PublisherModel_CallToAction_DeployGke) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction_DeployGke) Reset()
- func (x *PublisherModel_CallToAction_DeployGke) String() string
- type PublisherModel_CallToAction_Deploy_AutomaticResources
- type PublisherModel_CallToAction_Deploy_DedicatedResources
- type PublisherModel_CallToAction_Deploy_DeployMetadata
- func (*PublisherModel_CallToAction_Deploy_DeployMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction_Deploy_DeployMetadata) GetLabels() map[string]string
- func (x *PublisherModel_CallToAction_Deploy_DeployMetadata) GetSampleRequest() string
- func (*PublisherModel_CallToAction_Deploy_DeployMetadata) ProtoMessage()
- func (x *PublisherModel_CallToAction_Deploy_DeployMetadata) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction_Deploy_DeployMetadata) Reset()
- func (x *PublisherModel_CallToAction_Deploy_DeployMetadata) String() string
- type PublisherModel_CallToAction_Deploy_SharedResources
- type PublisherModel_CallToAction_OpenFineTuningPipelines
- func (*PublisherModel_CallToAction_OpenFineTuningPipelines) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction_OpenFineTuningPipelines) GetFineTuningPipelines() []*PublisherModel_CallToAction_RegionalResourceReferences
- func (*PublisherModel_CallToAction_OpenFineTuningPipelines) ProtoMessage()
- func (x *PublisherModel_CallToAction_OpenFineTuningPipelines) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction_OpenFineTuningPipelines) Reset()
- func (x *PublisherModel_CallToAction_OpenFineTuningPipelines) String() string
- type PublisherModel_CallToAction_OpenNotebooks
- func (*PublisherModel_CallToAction_OpenNotebooks) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction_OpenNotebooks) GetNotebooks() []*PublisherModel_CallToAction_RegionalResourceReferences
- func (*PublisherModel_CallToAction_OpenNotebooks) ProtoMessage()
- func (x *PublisherModel_CallToAction_OpenNotebooks) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction_OpenNotebooks) Reset()
- func (x *PublisherModel_CallToAction_OpenNotebooks) String() string
- type PublisherModel_CallToAction_RegionalResourceReferences
- func (*PublisherModel_CallToAction_RegionalResourceReferences) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) GetReferences() map[string]*PublisherModel_ResourceReference
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) GetResourceDescription() string
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) GetResourceTitle() string
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) GetResourceUseCase() string
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) GetTitle() string
- func (*PublisherModel_CallToAction_RegionalResourceReferences) ProtoMessage()
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) Reset()
- func (x *PublisherModel_CallToAction_RegionalResourceReferences) String() string
- type PublisherModel_CallToAction_ViewRestApi
- func (*PublisherModel_CallToAction_ViewRestApi) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_CallToAction_ViewRestApi) GetDocumentations() []*PublisherModel_Documentation
- func (x *PublisherModel_CallToAction_ViewRestApi) GetTitle() string
- func (*PublisherModel_CallToAction_ViewRestApi) ProtoMessage()
- func (x *PublisherModel_CallToAction_ViewRestApi) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_CallToAction_ViewRestApi) Reset()
- func (x *PublisherModel_CallToAction_ViewRestApi) String() string
- type PublisherModel_Documentation
- func (*PublisherModel_Documentation) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_Documentation) GetContent() string
- func (x *PublisherModel_Documentation) GetTitle() string
- func (*PublisherModel_Documentation) ProtoMessage()
- func (x *PublisherModel_Documentation) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_Documentation) Reset()
- func (x *PublisherModel_Documentation) String() string
- type PublisherModel_LaunchStage
- func (PublisherModel_LaunchStage) Descriptor() protoreflect.EnumDescriptor
- func (x PublisherModel_LaunchStage) Enum() *PublisherModel_LaunchStage
- func (PublisherModel_LaunchStage) EnumDescriptor() ([]byte, []int)deprecated
- func (x PublisherModel_LaunchStage) Number() protoreflect.EnumNumber
- func (x PublisherModel_LaunchStage) String() string
- func (PublisherModel_LaunchStage) Type() protoreflect.EnumType
- type PublisherModel_OpenSourceCategory
- func (PublisherModel_OpenSourceCategory) Descriptor() protoreflect.EnumDescriptor
- func (x PublisherModel_OpenSourceCategory) Enum() *PublisherModel_OpenSourceCategory
- func (PublisherModel_OpenSourceCategory) EnumDescriptor() ([]byte, []int)deprecated
- func (x PublisherModel_OpenSourceCategory) Number() protoreflect.EnumNumber
- func (x PublisherModel_OpenSourceCategory) String() string
- func (PublisherModel_OpenSourceCategory) Type() protoreflect.EnumType
- type PublisherModel_ResourceReference
- func (*PublisherModel_ResourceReference) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherModel_ResourceReference) GetDescription() stringdeprecated
- func (x *PublisherModel_ResourceReference) GetReference() isPublisherModel_ResourceReference_Reference
- func (x *PublisherModel_ResourceReference) GetResourceName() string
- func (x *PublisherModel_ResourceReference) GetUri() string
- func (x *PublisherModel_ResourceReference) GetUseCase() stringdeprecated
- func (*PublisherModel_ResourceReference) ProtoMessage()
- func (x *PublisherModel_ResourceReference) ProtoReflect() protoreflect.Message
- func (x *PublisherModel_ResourceReference) Reset()
- func (x *PublisherModel_ResourceReference) String() string
- type PublisherModel_ResourceReference_Description
- type PublisherModel_ResourceReference_ResourceName
- type PublisherModel_ResourceReference_Uri
- type PublisherModel_ResourceReference_UseCase
- type PublisherModel_VersionState
- func (PublisherModel_VersionState) Descriptor() protoreflect.EnumDescriptor
- func (x PublisherModel_VersionState) Enum() *PublisherModel_VersionState
- func (PublisherModel_VersionState) EnumDescriptor() ([]byte, []int)deprecated
- func (x PublisherModel_VersionState) Number() protoreflect.EnumNumber
- func (x PublisherModel_VersionState) String() string
- func (PublisherModel_VersionState) Type() protoreflect.EnumType
- type PurgeArtifactsMetadata
- func (*PurgeArtifactsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeArtifactsMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*PurgeArtifactsMetadata) ProtoMessage()
- func (x *PurgeArtifactsMetadata) ProtoReflect() protoreflect.Message
- func (x *PurgeArtifactsMetadata) Reset()
- func (x *PurgeArtifactsMetadata) String() string
- type PurgeArtifactsRequest
- func (*PurgeArtifactsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeArtifactsRequest) GetFilter() string
- func (x *PurgeArtifactsRequest) GetForce() bool
- func (x *PurgeArtifactsRequest) GetParent() string
- func (*PurgeArtifactsRequest) ProtoMessage()
- func (x *PurgeArtifactsRequest) ProtoReflect() protoreflect.Message
- func (x *PurgeArtifactsRequest) Reset()
- func (x *PurgeArtifactsRequest) String() string
- type PurgeArtifactsResponse
- func (*PurgeArtifactsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeArtifactsResponse) GetPurgeCount() int64
- func (x *PurgeArtifactsResponse) GetPurgeSample() []string
- func (*PurgeArtifactsResponse) ProtoMessage()
- func (x *PurgeArtifactsResponse) ProtoReflect() protoreflect.Message
- func (x *PurgeArtifactsResponse) Reset()
- func (x *PurgeArtifactsResponse) String() string
- type PurgeContextsMetadata
- func (*PurgeContextsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeContextsMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*PurgeContextsMetadata) ProtoMessage()
- func (x *PurgeContextsMetadata) ProtoReflect() protoreflect.Message
- func (x *PurgeContextsMetadata) Reset()
- func (x *PurgeContextsMetadata) String() string
- type PurgeContextsRequest
- func (*PurgeContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeContextsRequest) GetFilter() string
- func (x *PurgeContextsRequest) GetForce() bool
- func (x *PurgeContextsRequest) GetParent() string
- func (*PurgeContextsRequest) ProtoMessage()
- func (x *PurgeContextsRequest) ProtoReflect() protoreflect.Message
- func (x *PurgeContextsRequest) Reset()
- func (x *PurgeContextsRequest) String() string
- type PurgeContextsResponse
- func (*PurgeContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeContextsResponse) GetPurgeCount() int64
- func (x *PurgeContextsResponse) GetPurgeSample() []string
- func (*PurgeContextsResponse) ProtoMessage()
- func (x *PurgeContextsResponse) ProtoReflect() protoreflect.Message
- func (x *PurgeContextsResponse) Reset()
- func (x *PurgeContextsResponse) String() string
- type PurgeExecutionsMetadata
- func (*PurgeExecutionsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeExecutionsMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*PurgeExecutionsMetadata) ProtoMessage()
- func (x *PurgeExecutionsMetadata) ProtoReflect() protoreflect.Message
- func (x *PurgeExecutionsMetadata) Reset()
- func (x *PurgeExecutionsMetadata) String() string
- type PurgeExecutionsRequest
- func (*PurgeExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeExecutionsRequest) GetFilter() string
- func (x *PurgeExecutionsRequest) GetForce() bool
- func (x *PurgeExecutionsRequest) GetParent() string
- func (*PurgeExecutionsRequest) ProtoMessage()
- func (x *PurgeExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *PurgeExecutionsRequest) Reset()
- func (x *PurgeExecutionsRequest) String() string
- type PurgeExecutionsResponse
- func (*PurgeExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PurgeExecutionsResponse) GetPurgeCount() int64
- func (x *PurgeExecutionsResponse) GetPurgeSample() []string
- func (*PurgeExecutionsResponse) ProtoMessage()
- func (x *PurgeExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *PurgeExecutionsResponse) Reset()
- func (x *PurgeExecutionsResponse) String() string
- type PythonPackageSpec
- func (*PythonPackageSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PythonPackageSpec) GetArgs() []string
- func (x *PythonPackageSpec) GetEnv() []*EnvVar
- func (x *PythonPackageSpec) GetExecutorImageUri() string
- func (x *PythonPackageSpec) GetPackageUris() []string
- func (x *PythonPackageSpec) GetPythonModule() string
- func (*PythonPackageSpec) ProtoMessage()
- func (x *PythonPackageSpec) ProtoReflect() protoreflect.Message
- func (x *PythonPackageSpec) Reset()
- func (x *PythonPackageSpec) String() string
- type QueryArtifactLineageSubgraphRequest
- func (*QueryArtifactLineageSubgraphRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryArtifactLineageSubgraphRequest) GetArtifact() string
- func (x *QueryArtifactLineageSubgraphRequest) GetFilter() string
- func (x *QueryArtifactLineageSubgraphRequest) GetMaxHops() int32
- func (*QueryArtifactLineageSubgraphRequest) ProtoMessage()
- func (x *QueryArtifactLineageSubgraphRequest) ProtoReflect() protoreflect.Message
- func (x *QueryArtifactLineageSubgraphRequest) Reset()
- func (x *QueryArtifactLineageSubgraphRequest) String() string
- type QueryContextLineageSubgraphRequest
- func (*QueryContextLineageSubgraphRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryContextLineageSubgraphRequest) GetContext() string
- func (*QueryContextLineageSubgraphRequest) ProtoMessage()
- func (x *QueryContextLineageSubgraphRequest) ProtoReflect() protoreflect.Message
- func (x *QueryContextLineageSubgraphRequest) Reset()
- func (x *QueryContextLineageSubgraphRequest) String() string
- type QueryDeployedModelsRequest
- func (*QueryDeployedModelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDeployedModelsRequest) GetDeploymentResourcePool() string
- func (x *QueryDeployedModelsRequest) GetPageSize() int32
- func (x *QueryDeployedModelsRequest) GetPageToken() string
- func (*QueryDeployedModelsRequest) ProtoMessage()
- func (x *QueryDeployedModelsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryDeployedModelsRequest) Reset()
- func (x *QueryDeployedModelsRequest) String() string
- type QueryDeployedModelsResponse
- func (*QueryDeployedModelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDeployedModelsResponse) GetDeployedModelRefs() []*DeployedModelRef
- func (x *QueryDeployedModelsResponse) GetDeployedModels() []*DeployedModeldeprecated
- func (x *QueryDeployedModelsResponse) GetNextPageToken() string
- func (x *QueryDeployedModelsResponse) GetTotalDeployedModelCount() int32
- func (x *QueryDeployedModelsResponse) GetTotalEndpointCount() int32
- func (*QueryDeployedModelsResponse) ProtoMessage()
- func (x *QueryDeployedModelsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryDeployedModelsResponse) Reset()
- func (x *QueryDeployedModelsResponse) String() string
- type QueryExecutionInputsAndOutputsRequest
- func (*QueryExecutionInputsAndOutputsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryExecutionInputsAndOutputsRequest) GetExecution() string
- func (*QueryExecutionInputsAndOutputsRequest) ProtoMessage()
- func (x *QueryExecutionInputsAndOutputsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryExecutionInputsAndOutputsRequest) Reset()
- func (x *QueryExecutionInputsAndOutputsRequest) String() string
- type QueryReasoningEngineRequest
- func (*QueryReasoningEngineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReasoningEngineRequest) GetClassMethod() string
- func (x *QueryReasoningEngineRequest) GetInput() *structpb.Struct
- func (x *QueryReasoningEngineRequest) GetName() string
- func (*QueryReasoningEngineRequest) ProtoMessage()
- func (x *QueryReasoningEngineRequest) ProtoReflect() protoreflect.Message
- func (x *QueryReasoningEngineRequest) Reset()
- func (x *QueryReasoningEngineRequest) String() string
- type QueryReasoningEngineResponse
- func (*QueryReasoningEngineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReasoningEngineResponse) GetOutput() *structpb.Value
- func (*QueryReasoningEngineResponse) ProtoMessage()
- func (x *QueryReasoningEngineResponse) ProtoReflect() protoreflect.Message
- func (x *QueryReasoningEngineResponse) Reset()
- func (x *QueryReasoningEngineResponse) String() string
- type QuestionAnsweringCorrectnessInput
- func (*QuestionAnsweringCorrectnessInput) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringCorrectnessInput) GetInstance() *QuestionAnsweringCorrectnessInstance
- func (x *QuestionAnsweringCorrectnessInput) GetMetricSpec() *QuestionAnsweringCorrectnessSpec
- func (*QuestionAnsweringCorrectnessInput) ProtoMessage()
- func (x *QuestionAnsweringCorrectnessInput) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringCorrectnessInput) Reset()
- func (x *QuestionAnsweringCorrectnessInput) String() string
- type QuestionAnsweringCorrectnessInstance
- func (*QuestionAnsweringCorrectnessInstance) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringCorrectnessInstance) GetContext() string
- func (x *QuestionAnsweringCorrectnessInstance) GetInstruction() string
- func (x *QuestionAnsweringCorrectnessInstance) GetPrediction() string
- func (x *QuestionAnsweringCorrectnessInstance) GetReference() string
- func (*QuestionAnsweringCorrectnessInstance) ProtoMessage()
- func (x *QuestionAnsweringCorrectnessInstance) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringCorrectnessInstance) Reset()
- func (x *QuestionAnsweringCorrectnessInstance) String() string
- type QuestionAnsweringCorrectnessResult
- func (*QuestionAnsweringCorrectnessResult) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringCorrectnessResult) GetConfidence() float32
- func (x *QuestionAnsweringCorrectnessResult) GetExplanation() string
- func (x *QuestionAnsweringCorrectnessResult) GetScore() float32
- func (*QuestionAnsweringCorrectnessResult) ProtoMessage()
- func (x *QuestionAnsweringCorrectnessResult) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringCorrectnessResult) Reset()
- func (x *QuestionAnsweringCorrectnessResult) String() string
- type QuestionAnsweringCorrectnessSpec
- func (*QuestionAnsweringCorrectnessSpec) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringCorrectnessSpec) GetUseReference() bool
- func (x *QuestionAnsweringCorrectnessSpec) GetVersion() int32
- func (*QuestionAnsweringCorrectnessSpec) ProtoMessage()
- func (x *QuestionAnsweringCorrectnessSpec) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringCorrectnessSpec) Reset()
- func (x *QuestionAnsweringCorrectnessSpec) String() string
- type QuestionAnsweringHelpfulnessInput
- func (*QuestionAnsweringHelpfulnessInput) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringHelpfulnessInput) GetInstance() *QuestionAnsweringHelpfulnessInstance
- func (x *QuestionAnsweringHelpfulnessInput) GetMetricSpec() *QuestionAnsweringHelpfulnessSpec
- func (*QuestionAnsweringHelpfulnessInput) ProtoMessage()
- func (x *QuestionAnsweringHelpfulnessInput) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringHelpfulnessInput) Reset()
- func (x *QuestionAnsweringHelpfulnessInput) String() string
- type QuestionAnsweringHelpfulnessInstance
- func (*QuestionAnsweringHelpfulnessInstance) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringHelpfulnessInstance) GetContext() string
- func (x *QuestionAnsweringHelpfulnessInstance) GetInstruction() string
- func (x *QuestionAnsweringHelpfulnessInstance) GetPrediction() string
- func (x *QuestionAnsweringHelpfulnessInstance) GetReference() string
- func (*QuestionAnsweringHelpfulnessInstance) ProtoMessage()
- func (x *QuestionAnsweringHelpfulnessInstance) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringHelpfulnessInstance) Reset()
- func (x *QuestionAnsweringHelpfulnessInstance) String() string
- type QuestionAnsweringHelpfulnessResult
- func (*QuestionAnsweringHelpfulnessResult) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringHelpfulnessResult) GetConfidence() float32
- func (x *QuestionAnsweringHelpfulnessResult) GetExplanation() string
- func (x *QuestionAnsweringHelpfulnessResult) GetScore() float32
- func (*QuestionAnsweringHelpfulnessResult) ProtoMessage()
- func (x *QuestionAnsweringHelpfulnessResult) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringHelpfulnessResult) Reset()
- func (x *QuestionAnsweringHelpfulnessResult) String() string
- type QuestionAnsweringHelpfulnessSpec
- func (*QuestionAnsweringHelpfulnessSpec) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringHelpfulnessSpec) GetUseReference() bool
- func (x *QuestionAnsweringHelpfulnessSpec) GetVersion() int32
- func (*QuestionAnsweringHelpfulnessSpec) ProtoMessage()
- func (x *QuestionAnsweringHelpfulnessSpec) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringHelpfulnessSpec) Reset()
- func (x *QuestionAnsweringHelpfulnessSpec) String() string
- type QuestionAnsweringQualityInput
- func (*QuestionAnsweringQualityInput) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringQualityInput) GetInstance() *QuestionAnsweringQualityInstance
- func (x *QuestionAnsweringQualityInput) GetMetricSpec() *QuestionAnsweringQualitySpec
- func (*QuestionAnsweringQualityInput) ProtoMessage()
- func (x *QuestionAnsweringQualityInput) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringQualityInput) Reset()
- func (x *QuestionAnsweringQualityInput) String() string
- type QuestionAnsweringQualityInstance
- func (*QuestionAnsweringQualityInstance) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringQualityInstance) GetContext() string
- func (x *QuestionAnsweringQualityInstance) GetInstruction() string
- func (x *QuestionAnsweringQualityInstance) GetPrediction() string
- func (x *QuestionAnsweringQualityInstance) GetReference() string
- func (*QuestionAnsweringQualityInstance) ProtoMessage()
- func (x *QuestionAnsweringQualityInstance) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringQualityInstance) Reset()
- func (x *QuestionAnsweringQualityInstance) String() string
- type QuestionAnsweringQualityResult
- func (*QuestionAnsweringQualityResult) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringQualityResult) GetConfidence() float32
- func (x *QuestionAnsweringQualityResult) GetExplanation() string
- func (x *QuestionAnsweringQualityResult) GetScore() float32
- func (*QuestionAnsweringQualityResult) ProtoMessage()
- func (x *QuestionAnsweringQualityResult) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringQualityResult) Reset()
- func (x *QuestionAnsweringQualityResult) String() string
- type QuestionAnsweringQualitySpec
- func (*QuestionAnsweringQualitySpec) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringQualitySpec) GetUseReference() bool
- func (x *QuestionAnsweringQualitySpec) GetVersion() int32
- func (*QuestionAnsweringQualitySpec) ProtoMessage()
- func (x *QuestionAnsweringQualitySpec) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringQualitySpec) Reset()
- func (x *QuestionAnsweringQualitySpec) String() string
- type QuestionAnsweringRelevanceInput
- func (*QuestionAnsweringRelevanceInput) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringRelevanceInput) GetInstance() *QuestionAnsweringRelevanceInstance
- func (x *QuestionAnsweringRelevanceInput) GetMetricSpec() *QuestionAnsweringRelevanceSpec
- func (*QuestionAnsweringRelevanceInput) ProtoMessage()
- func (x *QuestionAnsweringRelevanceInput) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringRelevanceInput) Reset()
- func (x *QuestionAnsweringRelevanceInput) String() string
- type QuestionAnsweringRelevanceInstance
- func (*QuestionAnsweringRelevanceInstance) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringRelevanceInstance) GetContext() string
- func (x *QuestionAnsweringRelevanceInstance) GetInstruction() string
- func (x *QuestionAnsweringRelevanceInstance) GetPrediction() string
- func (x *QuestionAnsweringRelevanceInstance) GetReference() string
- func (*QuestionAnsweringRelevanceInstance) ProtoMessage()
- func (x *QuestionAnsweringRelevanceInstance) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringRelevanceInstance) Reset()
- func (x *QuestionAnsweringRelevanceInstance) String() string
- type QuestionAnsweringRelevanceResult
- func (*QuestionAnsweringRelevanceResult) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringRelevanceResult) GetConfidence() float32
- func (x *QuestionAnsweringRelevanceResult) GetExplanation() string
- func (x *QuestionAnsweringRelevanceResult) GetScore() float32
- func (*QuestionAnsweringRelevanceResult) ProtoMessage()
- func (x *QuestionAnsweringRelevanceResult) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringRelevanceResult) Reset()
- func (x *QuestionAnsweringRelevanceResult) String() string
- type QuestionAnsweringRelevanceSpec
- func (*QuestionAnsweringRelevanceSpec) Descriptor() ([]byte, []int)deprecated
- func (x *QuestionAnsweringRelevanceSpec) GetUseReference() bool
- func (x *QuestionAnsweringRelevanceSpec) GetVersion() int32
- func (*QuestionAnsweringRelevanceSpec) ProtoMessage()
- func (x *QuestionAnsweringRelevanceSpec) ProtoReflect() protoreflect.Message
- func (x *QuestionAnsweringRelevanceSpec) Reset()
- func (x *QuestionAnsweringRelevanceSpec) String() string
- type RagChunk
- type RagChunk_PageSpan
- func (*RagChunk_PageSpan) Descriptor() ([]byte, []int)deprecated
- func (x *RagChunk_PageSpan) GetFirstPage() int32
- func (x *RagChunk_PageSpan) GetLastPage() int32
- func (*RagChunk_PageSpan) ProtoMessage()
- func (x *RagChunk_PageSpan) ProtoReflect() protoreflect.Message
- func (x *RagChunk_PageSpan) Reset()
- func (x *RagChunk_PageSpan) String() string
- type RagContexts
- type RagContexts_Context
- func (*RagContexts_Context) Descriptor() ([]byte, []int)deprecated
- func (x *RagContexts_Context) GetChunk() *RagChunk
- func (x *RagContexts_Context) GetScore() float64
- func (x *RagContexts_Context) GetSourceDisplayName() string
- func (x *RagContexts_Context) GetSourceUri() string
- func (x *RagContexts_Context) GetText() string
- func (*RagContexts_Context) ProtoMessage()
- func (x *RagContexts_Context) ProtoReflect() protoreflect.Message
- func (x *RagContexts_Context) Reset()
- func (x *RagContexts_Context) String() string
- type RagCorpus
- func (*RagCorpus) Descriptor() ([]byte, []int)deprecated
- func (x *RagCorpus) GetBackendConfig() isRagCorpus_BackendConfig
- func (x *RagCorpus) GetCorpusStatus() *CorpusStatus
- func (x *RagCorpus) GetCreateTime() *timestamppb.Timestamp
- func (x *RagCorpus) GetDescription() string
- func (x *RagCorpus) GetDisplayName() string
- func (x *RagCorpus) GetEncryptionSpec() *EncryptionSpec
- func (x *RagCorpus) GetName() string
- func (x *RagCorpus) GetUpdateTime() *timestamppb.Timestamp
- func (x *RagCorpus) GetVectorDbConfig() *RagVectorDbConfig
- func (x *RagCorpus) GetVertexAiSearchConfig() *VertexAiSearchConfig
- func (*RagCorpus) ProtoMessage()
- func (x *RagCorpus) ProtoReflect() protoreflect.Message
- func (x *RagCorpus) Reset()
- func (x *RagCorpus) String() string
- type RagCorpus_VectorDbConfig
- type RagCorpus_VertexAiSearchConfig
- type RagEmbeddingModelConfig
- func (*RagEmbeddingModelConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagEmbeddingModelConfig) GetModelConfig() isRagEmbeddingModelConfig_ModelConfig
- func (x *RagEmbeddingModelConfig) GetVertexPredictionEndpoint() *RagEmbeddingModelConfig_VertexPredictionEndpoint
- func (*RagEmbeddingModelConfig) ProtoMessage()
- func (x *RagEmbeddingModelConfig) ProtoReflect() protoreflect.Message
- func (x *RagEmbeddingModelConfig) Reset()
- func (x *RagEmbeddingModelConfig) String() string
- type RagEmbeddingModelConfig_VertexPredictionEndpoint
- func (*RagEmbeddingModelConfig_VertexPredictionEndpoint) Descriptor() ([]byte, []int)deprecated
- func (x *RagEmbeddingModelConfig_VertexPredictionEndpoint) GetEndpoint() string
- func (x *RagEmbeddingModelConfig_VertexPredictionEndpoint) GetModel() string
- func (x *RagEmbeddingModelConfig_VertexPredictionEndpoint) GetModelVersionId() string
- func (*RagEmbeddingModelConfig_VertexPredictionEndpoint) ProtoMessage()
- func (x *RagEmbeddingModelConfig_VertexPredictionEndpoint) ProtoReflect() protoreflect.Message
- func (x *RagEmbeddingModelConfig_VertexPredictionEndpoint) Reset()
- func (x *RagEmbeddingModelConfig_VertexPredictionEndpoint) String() string
- type RagEmbeddingModelConfig_VertexPredictionEndpoint_
- type RagEngineConfig
- func (*RagEngineConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagEngineConfig) GetName() string
- func (x *RagEngineConfig) GetRagManagedDbConfig() *RagManagedDbConfig
- func (*RagEngineConfig) ProtoMessage()
- func (x *RagEngineConfig) ProtoReflect() protoreflect.Message
- func (x *RagEngineConfig) Reset()
- func (x *RagEngineConfig) String() string
- type RagFile
- func (*RagFile) Descriptor() ([]byte, []int)deprecated
- func (x *RagFile) GetCreateTime() *timestamppb.Timestamp
- func (x *RagFile) GetDescription() string
- func (x *RagFile) GetDirectUploadSource() *DirectUploadSource
- func (x *RagFile) GetDisplayName() string
- func (x *RagFile) GetFileStatus() *FileStatus
- func (x *RagFile) GetGcsSource() *GcsSource
- func (x *RagFile) GetGoogleDriveSource() *GoogleDriveSource
- func (x *RagFile) GetJiraSource() *JiraSource
- func (x *RagFile) GetName() string
- func (x *RagFile) GetRagFileSource() isRagFile_RagFileSource
- func (x *RagFile) GetSharePointSources() *SharePointSources
- func (x *RagFile) GetSlackSource() *SlackSource
- func (x *RagFile) GetUpdateTime() *timestamppb.Timestamp
- func (*RagFile) ProtoMessage()
- func (x *RagFile) ProtoReflect() protoreflect.Message
- func (x *RagFile) Reset()
- func (x *RagFile) String() string
- type RagFileChunkingConfig
- func (*RagFileChunkingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagFileChunkingConfig) GetChunkingConfig() isRagFileChunkingConfig_ChunkingConfig
- func (x *RagFileChunkingConfig) GetFixedLengthChunking() *RagFileChunkingConfig_FixedLengthChunking
- func (*RagFileChunkingConfig) ProtoMessage()
- func (x *RagFileChunkingConfig) ProtoReflect() protoreflect.Message
- func (x *RagFileChunkingConfig) Reset()
- func (x *RagFileChunkingConfig) String() string
- type RagFileChunkingConfig_FixedLengthChunking
- func (*RagFileChunkingConfig_FixedLengthChunking) Descriptor() ([]byte, []int)deprecated
- func (x *RagFileChunkingConfig_FixedLengthChunking) GetChunkOverlap() int32
- func (x *RagFileChunkingConfig_FixedLengthChunking) GetChunkSize() int32
- func (*RagFileChunkingConfig_FixedLengthChunking) ProtoMessage()
- func (x *RagFileChunkingConfig_FixedLengthChunking) ProtoReflect() protoreflect.Message
- func (x *RagFileChunkingConfig_FixedLengthChunking) Reset()
- func (x *RagFileChunkingConfig_FixedLengthChunking) String() string
- type RagFileChunkingConfig_FixedLengthChunking_
- type RagFileParsingConfig
- func (*RagFileParsingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagFileParsingConfig) GetLayoutParser() *RagFileParsingConfig_LayoutParser
- func (x *RagFileParsingConfig) GetLlmParser() *RagFileParsingConfig_LlmParser
- func (x *RagFileParsingConfig) GetParser() isRagFileParsingConfig_Parser
- func (*RagFileParsingConfig) ProtoMessage()
- func (x *RagFileParsingConfig) ProtoReflect() protoreflect.Message
- func (x *RagFileParsingConfig) Reset()
- func (x *RagFileParsingConfig) String() string
- type RagFileParsingConfig_LayoutParser
- func (*RagFileParsingConfig_LayoutParser) Descriptor() ([]byte, []int)deprecated
- func (x *RagFileParsingConfig_LayoutParser) GetMaxParsingRequestsPerMin() int32
- func (x *RagFileParsingConfig_LayoutParser) GetProcessorName() string
- func (*RagFileParsingConfig_LayoutParser) ProtoMessage()
- func (x *RagFileParsingConfig_LayoutParser) ProtoReflect() protoreflect.Message
- func (x *RagFileParsingConfig_LayoutParser) Reset()
- func (x *RagFileParsingConfig_LayoutParser) String() string
- type RagFileParsingConfig_LayoutParser_
- type RagFileParsingConfig_LlmParser
- func (*RagFileParsingConfig_LlmParser) Descriptor() ([]byte, []int)deprecated
- func (x *RagFileParsingConfig_LlmParser) GetCustomParsingPrompt() string
- func (x *RagFileParsingConfig_LlmParser) GetMaxParsingRequestsPerMin() int32
- func (x *RagFileParsingConfig_LlmParser) GetModelName() string
- func (*RagFileParsingConfig_LlmParser) ProtoMessage()
- func (x *RagFileParsingConfig_LlmParser) ProtoReflect() protoreflect.Message
- func (x *RagFileParsingConfig_LlmParser) Reset()
- func (x *RagFileParsingConfig_LlmParser) String() string
- type RagFileParsingConfig_LlmParser_
- type RagFileTransformationConfig
- func (*RagFileTransformationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagFileTransformationConfig) GetRagFileChunkingConfig() *RagFileChunkingConfig
- func (*RagFileTransformationConfig) ProtoMessage()
- func (x *RagFileTransformationConfig) ProtoReflect() protoreflect.Message
- func (x *RagFileTransformationConfig) Reset()
- func (x *RagFileTransformationConfig) String() string
- type RagFile_DirectUploadSource
- type RagFile_GcsSource
- type RagFile_GoogleDriveSource
- type RagFile_JiraSource
- type RagFile_SharePointSources
- type RagFile_SlackSource
- type RagManagedDbConfig
- func (*RagManagedDbConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagManagedDbConfig) GetBasic() *RagManagedDbConfig_Basic
- func (x *RagManagedDbConfig) GetScaled() *RagManagedDbConfig_Scaled
- func (x *RagManagedDbConfig) GetTier() isRagManagedDbConfig_Tier
- func (x *RagManagedDbConfig) GetUnprovisioned() *RagManagedDbConfig_Unprovisioned
- func (*RagManagedDbConfig) ProtoMessage()
- func (x *RagManagedDbConfig) ProtoReflect() protoreflect.Message
- func (x *RagManagedDbConfig) Reset()
- func (x *RagManagedDbConfig) String() string
- type RagManagedDbConfig_Basic
- type RagManagedDbConfig_Basic_
- type RagManagedDbConfig_Scaled
- type RagManagedDbConfig_Scaled_
- type RagManagedDbConfig_Unprovisioned
- func (*RagManagedDbConfig_Unprovisioned) Descriptor() ([]byte, []int)deprecated
- func (*RagManagedDbConfig_Unprovisioned) ProtoMessage()
- func (x *RagManagedDbConfig_Unprovisioned) ProtoReflect() protoreflect.Message
- func (x *RagManagedDbConfig_Unprovisioned) Reset()
- func (x *RagManagedDbConfig_Unprovisioned) String() string
- type RagManagedDbConfig_Unprovisioned_
- type RagQuery
- func (*RagQuery) Descriptor() ([]byte, []int)deprecated
- func (x *RagQuery) GetQuery() isRagQuery_Query
- func (x *RagQuery) GetRagRetrievalConfig() *RagRetrievalConfig
- func (x *RagQuery) GetText() string
- func (*RagQuery) ProtoMessage()
- func (x *RagQuery) ProtoReflect() protoreflect.Message
- func (x *RagQuery) Reset()
- func (x *RagQuery) String() string
- type RagQuery_Text
- type RagRetrievalConfig
- func (*RagRetrievalConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagRetrievalConfig) GetFilter() *RagRetrievalConfig_Filter
- func (x *RagRetrievalConfig) GetRanking() *RagRetrievalConfig_Ranking
- func (x *RagRetrievalConfig) GetTopK() int32
- func (*RagRetrievalConfig) ProtoMessage()
- func (x *RagRetrievalConfig) ProtoReflect() protoreflect.Message
- func (x *RagRetrievalConfig) Reset()
- func (x *RagRetrievalConfig) String() string
- type RagRetrievalConfig_Filter
- func (*RagRetrievalConfig_Filter) Descriptor() ([]byte, []int)deprecated
- func (x *RagRetrievalConfig_Filter) GetMetadataFilter() string
- func (x *RagRetrievalConfig_Filter) GetVectorDbThreshold() isRagRetrievalConfig_Filter_VectorDbThreshold
- func (x *RagRetrievalConfig_Filter) GetVectorDistanceThreshold() float64
- func (x *RagRetrievalConfig_Filter) GetVectorSimilarityThreshold() float64
- func (*RagRetrievalConfig_Filter) ProtoMessage()
- func (x *RagRetrievalConfig_Filter) ProtoReflect() protoreflect.Message
- func (x *RagRetrievalConfig_Filter) Reset()
- func (x *RagRetrievalConfig_Filter) String() string
- type RagRetrievalConfig_Filter_VectorDistanceThreshold
- type RagRetrievalConfig_Filter_VectorSimilarityThreshold
- type RagRetrievalConfig_Ranking
- func (*RagRetrievalConfig_Ranking) Descriptor() ([]byte, []int)deprecated
- func (x *RagRetrievalConfig_Ranking) GetLlmRanker() *RagRetrievalConfig_Ranking_LlmRanker
- func (x *RagRetrievalConfig_Ranking) GetRankService() *RagRetrievalConfig_Ranking_RankService
- func (x *RagRetrievalConfig_Ranking) GetRankingConfig() isRagRetrievalConfig_Ranking_RankingConfig
- func (*RagRetrievalConfig_Ranking) ProtoMessage()
- func (x *RagRetrievalConfig_Ranking) ProtoReflect() protoreflect.Message
- func (x *RagRetrievalConfig_Ranking) Reset()
- func (x *RagRetrievalConfig_Ranking) String() string
- type RagRetrievalConfig_Ranking_LlmRanker
- func (*RagRetrievalConfig_Ranking_LlmRanker) Descriptor() ([]byte, []int)deprecated
- func (x *RagRetrievalConfig_Ranking_LlmRanker) GetModelName() string
- func (*RagRetrievalConfig_Ranking_LlmRanker) ProtoMessage()
- func (x *RagRetrievalConfig_Ranking_LlmRanker) ProtoReflect() protoreflect.Message
- func (x *RagRetrievalConfig_Ranking_LlmRanker) Reset()
- func (x *RagRetrievalConfig_Ranking_LlmRanker) String() string
- type RagRetrievalConfig_Ranking_LlmRanker_
- type RagRetrievalConfig_Ranking_RankService
- func (*RagRetrievalConfig_Ranking_RankService) Descriptor() ([]byte, []int)deprecated
- func (x *RagRetrievalConfig_Ranking_RankService) GetModelName() string
- func (*RagRetrievalConfig_Ranking_RankService) ProtoMessage()
- func (x *RagRetrievalConfig_Ranking_RankService) ProtoReflect() protoreflect.Message
- func (x *RagRetrievalConfig_Ranking_RankService) Reset()
- func (x *RagRetrievalConfig_Ranking_RankService) String() string
- type RagRetrievalConfig_Ranking_RankService_
- type RagVectorDbConfig
- func (*RagVectorDbConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RagVectorDbConfig) GetApiAuth() *ApiAuth
- func (x *RagVectorDbConfig) GetPinecone() *RagVectorDbConfig_Pinecone
- func (x *RagVectorDbConfig) GetRagEmbeddingModelConfig() *RagEmbeddingModelConfig
- func (x *RagVectorDbConfig) GetRagManagedDb() *RagVectorDbConfig_RagManagedDb
- func (x *RagVectorDbConfig) GetVectorDb() isRagVectorDbConfig_VectorDb
- func (x *RagVectorDbConfig) GetVertexVectorSearch() *RagVectorDbConfig_VertexVectorSearch
- func (*RagVectorDbConfig) ProtoMessage()
- func (x *RagVectorDbConfig) ProtoReflect() protoreflect.Message
- func (x *RagVectorDbConfig) Reset()
- func (x *RagVectorDbConfig) String() string
- type RagVectorDbConfig_Pinecone
- func (*RagVectorDbConfig_Pinecone) Descriptor() ([]byte, []int)deprecated
- func (x *RagVectorDbConfig_Pinecone) GetIndexName() string
- func (*RagVectorDbConfig_Pinecone) ProtoMessage()
- func (x *RagVectorDbConfig_Pinecone) ProtoReflect() protoreflect.Message
- func (x *RagVectorDbConfig_Pinecone) Reset()
- func (x *RagVectorDbConfig_Pinecone) String() string
- type RagVectorDbConfig_Pinecone_
- type RagVectorDbConfig_RagManagedDb
- func (*RagVectorDbConfig_RagManagedDb) Descriptor() ([]byte, []int)deprecated
- func (x *RagVectorDbConfig_RagManagedDb) GetAnn() *RagVectorDbConfig_RagManagedDb_ANN
- func (x *RagVectorDbConfig_RagManagedDb) GetKnn() *RagVectorDbConfig_RagManagedDb_KNN
- func (x *RagVectorDbConfig_RagManagedDb) GetRetrievalStrategy() isRagVectorDbConfig_RagManagedDb_RetrievalStrategy
- func (*RagVectorDbConfig_RagManagedDb) ProtoMessage()
- func (x *RagVectorDbConfig_RagManagedDb) ProtoReflect() protoreflect.Message
- func (x *RagVectorDbConfig_RagManagedDb) Reset()
- func (x *RagVectorDbConfig_RagManagedDb) String() string
- type RagVectorDbConfig_RagManagedDb_
- type RagVectorDbConfig_RagManagedDb_ANN
- func (*RagVectorDbConfig_RagManagedDb_ANN) Descriptor() ([]byte, []int)deprecated
- func (x *RagVectorDbConfig_RagManagedDb_ANN) GetLeafCount() int32
- func (x *RagVectorDbConfig_RagManagedDb_ANN) GetTreeDepth() int32
- func (*RagVectorDbConfig_RagManagedDb_ANN) ProtoMessage()
- func (x *RagVectorDbConfig_RagManagedDb_ANN) ProtoReflect() protoreflect.Message
- func (x *RagVectorDbConfig_RagManagedDb_ANN) Reset()
- func (x *RagVectorDbConfig_RagManagedDb_ANN) String() string
- type RagVectorDbConfig_RagManagedDb_Ann
- type RagVectorDbConfig_RagManagedDb_KNN
- func (*RagVectorDbConfig_RagManagedDb_KNN) Descriptor() ([]byte, []int)deprecated
- func (*RagVectorDbConfig_RagManagedDb_KNN) ProtoMessage()
- func (x *RagVectorDbConfig_RagManagedDb_KNN) ProtoReflect() protoreflect.Message
- func (x *RagVectorDbConfig_RagManagedDb_KNN) Reset()
- func (x *RagVectorDbConfig_RagManagedDb_KNN) String() string
- type RagVectorDbConfig_RagManagedDb_Knn
- type RagVectorDbConfig_VertexVectorSearch
- func (*RagVectorDbConfig_VertexVectorSearch) Descriptor() ([]byte, []int)deprecated
- func (x *RagVectorDbConfig_VertexVectorSearch) GetIndex() string
- func (x *RagVectorDbConfig_VertexVectorSearch) GetIndexEndpoint() string
- func (*RagVectorDbConfig_VertexVectorSearch) ProtoMessage()
- func (x *RagVectorDbConfig_VertexVectorSearch) ProtoReflect() protoreflect.Message
- func (x *RagVectorDbConfig_VertexVectorSearch) Reset()
- func (x *RagVectorDbConfig_VertexVectorSearch) String() string
- type RagVectorDbConfig_VertexVectorSearch_
- type RawOutput
- type RawPredictRequest
- func (*RawPredictRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RawPredictRequest) GetEndpoint() string
- func (x *RawPredictRequest) GetHttpBody() *httpbody.HttpBody
- func (*RawPredictRequest) ProtoMessage()
- func (x *RawPredictRequest) ProtoReflect() protoreflect.Message
- func (x *RawPredictRequest) Reset()
- func (x *RawPredictRequest) String() string
- type RayLogsSpec
- type RayMetricSpec
- type RaySpec
- func (*RaySpec) Descriptor() ([]byte, []int)deprecated
- func (x *RaySpec) GetHeadNodeResourcePoolId() string
- func (x *RaySpec) GetImageUri() string
- func (x *RaySpec) GetRayLogsSpec() *RayLogsSpec
- func (x *RaySpec) GetRayMetricSpec() *RayMetricSpec
- func (x *RaySpec) GetResourcePoolImages() map[string]string
- func (*RaySpec) ProtoMessage()
- func (x *RaySpec) ProtoReflect() protoreflect.Message
- func (x *RaySpec) Reset()
- func (x *RaySpec) String() string
- type ReadFeatureValuesRequest
- func (*ReadFeatureValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFeatureValuesRequest) GetEntityId() string
- func (x *ReadFeatureValuesRequest) GetEntityType() string
- func (x *ReadFeatureValuesRequest) GetFeatureSelector() *FeatureSelector
- func (*ReadFeatureValuesRequest) ProtoMessage()
- func (x *ReadFeatureValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ReadFeatureValuesRequest) Reset()
- func (x *ReadFeatureValuesRequest) String() string
- type ReadFeatureValuesResponse
- func (*ReadFeatureValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFeatureValuesResponse) GetEntityView() *ReadFeatureValuesResponse_EntityView
- func (x *ReadFeatureValuesResponse) GetHeader() *ReadFeatureValuesResponse_Header
- func (*ReadFeatureValuesResponse) ProtoMessage()
- func (x *ReadFeatureValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ReadFeatureValuesResponse) Reset()
- func (x *ReadFeatureValuesResponse) String() string
- type ReadFeatureValuesResponse_EntityView
- func (*ReadFeatureValuesResponse_EntityView) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFeatureValuesResponse_EntityView) GetData() []*ReadFeatureValuesResponse_EntityView_Data
- func (x *ReadFeatureValuesResponse_EntityView) GetEntityId() string
- func (*ReadFeatureValuesResponse_EntityView) ProtoMessage()
- func (x *ReadFeatureValuesResponse_EntityView) ProtoReflect() protoreflect.Message
- func (x *ReadFeatureValuesResponse_EntityView) Reset()
- func (x *ReadFeatureValuesResponse_EntityView) String() string
- type ReadFeatureValuesResponse_EntityView_Data
- func (*ReadFeatureValuesResponse_EntityView_Data) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFeatureValuesResponse_EntityView_Data) GetData() isReadFeatureValuesResponse_EntityView_Data_Data
- func (x *ReadFeatureValuesResponse_EntityView_Data) GetValue() *FeatureValue
- func (x *ReadFeatureValuesResponse_EntityView_Data) GetValues() *FeatureValueList
- func (*ReadFeatureValuesResponse_EntityView_Data) ProtoMessage()
- func (x *ReadFeatureValuesResponse_EntityView_Data) ProtoReflect() protoreflect.Message
- func (x *ReadFeatureValuesResponse_EntityView_Data) Reset()
- func (x *ReadFeatureValuesResponse_EntityView_Data) String() string
- type ReadFeatureValuesResponse_EntityView_Data_Value
- type ReadFeatureValuesResponse_EntityView_Data_Values
- type ReadFeatureValuesResponse_FeatureDescriptor
- func (*ReadFeatureValuesResponse_FeatureDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFeatureValuesResponse_FeatureDescriptor) GetId() string
- func (*ReadFeatureValuesResponse_FeatureDescriptor) ProtoMessage()
- func (x *ReadFeatureValuesResponse_FeatureDescriptor) ProtoReflect() protoreflect.Message
- func (x *ReadFeatureValuesResponse_FeatureDescriptor) Reset()
- func (x *ReadFeatureValuesResponse_FeatureDescriptor) String() string
- type ReadFeatureValuesResponse_Header
- func (*ReadFeatureValuesResponse_Header) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFeatureValuesResponse_Header) GetEntityType() string
- func (x *ReadFeatureValuesResponse_Header) GetFeatureDescriptors() []*ReadFeatureValuesResponse_FeatureDescriptor
- func (*ReadFeatureValuesResponse_Header) ProtoMessage()
- func (x *ReadFeatureValuesResponse_Header) ProtoReflect() protoreflect.Message
- func (x *ReadFeatureValuesResponse_Header) Reset()
- func (x *ReadFeatureValuesResponse_Header) String() string
- type ReadIndexDatapointsRequest
- func (*ReadIndexDatapointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadIndexDatapointsRequest) GetDeployedIndexId() string
- func (x *ReadIndexDatapointsRequest) GetIds() []string
- func (x *ReadIndexDatapointsRequest) GetIndexEndpoint() string
- func (*ReadIndexDatapointsRequest) ProtoMessage()
- func (x *ReadIndexDatapointsRequest) ProtoReflect() protoreflect.Message
- func (x *ReadIndexDatapointsRequest) Reset()
- func (x *ReadIndexDatapointsRequest) String() string
- type ReadIndexDatapointsResponse
- func (*ReadIndexDatapointsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadIndexDatapointsResponse) GetDatapoints() []*IndexDatapoint
- func (*ReadIndexDatapointsResponse) ProtoMessage()
- func (x *ReadIndexDatapointsResponse) ProtoReflect() protoreflect.Message
- func (x *ReadIndexDatapointsResponse) Reset()
- func (x *ReadIndexDatapointsResponse) String() string
- type ReadTensorboardBlobDataRequest
- func (*ReadTensorboardBlobDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardBlobDataRequest) GetBlobIds() []string
- func (x *ReadTensorboardBlobDataRequest) GetTimeSeries() string
- func (*ReadTensorboardBlobDataRequest) ProtoMessage()
- func (x *ReadTensorboardBlobDataRequest) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardBlobDataRequest) Reset()
- func (x *ReadTensorboardBlobDataRequest) String() string
- type ReadTensorboardBlobDataResponse
- func (*ReadTensorboardBlobDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardBlobDataResponse) GetBlobs() []*TensorboardBlob
- func (*ReadTensorboardBlobDataResponse) ProtoMessage()
- func (x *ReadTensorboardBlobDataResponse) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardBlobDataResponse) Reset()
- func (x *ReadTensorboardBlobDataResponse) String() string
- type ReadTensorboardSizeRequest
- func (*ReadTensorboardSizeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardSizeRequest) GetTensorboard() string
- func (*ReadTensorboardSizeRequest) ProtoMessage()
- func (x *ReadTensorboardSizeRequest) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardSizeRequest) Reset()
- func (x *ReadTensorboardSizeRequest) String() string
- type ReadTensorboardSizeResponse
- func (*ReadTensorboardSizeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardSizeResponse) GetStorageSizeByte() int64
- func (*ReadTensorboardSizeResponse) ProtoMessage()
- func (x *ReadTensorboardSizeResponse) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardSizeResponse) Reset()
- func (x *ReadTensorboardSizeResponse) String() string
- type ReadTensorboardTimeSeriesDataRequest
- func (*ReadTensorboardTimeSeriesDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardTimeSeriesDataRequest) GetFilter() string
- func (x *ReadTensorboardTimeSeriesDataRequest) GetMaxDataPoints() int32
- func (x *ReadTensorboardTimeSeriesDataRequest) GetTensorboardTimeSeries() string
- func (*ReadTensorboardTimeSeriesDataRequest) ProtoMessage()
- func (x *ReadTensorboardTimeSeriesDataRequest) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardTimeSeriesDataRequest) Reset()
- func (x *ReadTensorboardTimeSeriesDataRequest) String() string
- type ReadTensorboardTimeSeriesDataResponse
- func (*ReadTensorboardTimeSeriesDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardTimeSeriesDataResponse) GetTimeSeriesData() *TimeSeriesData
- func (*ReadTensorboardTimeSeriesDataResponse) ProtoMessage()
- func (x *ReadTensorboardTimeSeriesDataResponse) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardTimeSeriesDataResponse) Reset()
- func (x *ReadTensorboardTimeSeriesDataResponse) String() string
- type ReadTensorboardUsageRequest
- func (*ReadTensorboardUsageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardUsageRequest) GetTensorboard() string
- func (*ReadTensorboardUsageRequest) ProtoMessage()
- func (x *ReadTensorboardUsageRequest) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardUsageRequest) Reset()
- func (x *ReadTensorboardUsageRequest) String() string
- type ReadTensorboardUsageResponse
- func (*ReadTensorboardUsageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardUsageResponse) GetMonthlyUsageData() map[string]*ReadTensorboardUsageResponse_PerMonthUsageData
- func (*ReadTensorboardUsageResponse) ProtoMessage()
- func (x *ReadTensorboardUsageResponse) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardUsageResponse) Reset()
- func (x *ReadTensorboardUsageResponse) String() string
- type ReadTensorboardUsageResponse_PerMonthUsageData
- func (*ReadTensorboardUsageResponse_PerMonthUsageData) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardUsageResponse_PerMonthUsageData) GetUserUsageData() []*ReadTensorboardUsageResponse_PerUserUsageData
- func (*ReadTensorboardUsageResponse_PerMonthUsageData) ProtoMessage()
- func (x *ReadTensorboardUsageResponse_PerMonthUsageData) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardUsageResponse_PerMonthUsageData) Reset()
- func (x *ReadTensorboardUsageResponse_PerMonthUsageData) String() string
- type ReadTensorboardUsageResponse_PerUserUsageData
- func (*ReadTensorboardUsageResponse_PerUserUsageData) Descriptor() ([]byte, []int)deprecated
- func (x *ReadTensorboardUsageResponse_PerUserUsageData) GetUsername() string
- func (x *ReadTensorboardUsageResponse_PerUserUsageData) GetViewCount() int64
- func (*ReadTensorboardUsageResponse_PerUserUsageData) ProtoMessage()
- func (x *ReadTensorboardUsageResponse_PerUserUsageData) ProtoReflect() protoreflect.Message
- func (x *ReadTensorboardUsageResponse_PerUserUsageData) Reset()
- func (x *ReadTensorboardUsageResponse_PerUserUsageData) String() string
- type ReasoningEngine
- func (*ReasoningEngine) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngine) GetCreateTime() *timestamppb.Timestamp
- func (x *ReasoningEngine) GetDescription() string
- func (x *ReasoningEngine) GetDisplayName() string
- func (x *ReasoningEngine) GetEncryptionSpec() *EncryptionSpec
- func (x *ReasoningEngine) GetEtag() string
- func (x *ReasoningEngine) GetLabels() map[string]string
- func (x *ReasoningEngine) GetName() string
- func (x *ReasoningEngine) GetSpec() *ReasoningEngineSpec
- func (x *ReasoningEngine) GetUpdateTime() *timestamppb.Timestamp
- func (*ReasoningEngine) ProtoMessage()
- func (x *ReasoningEngine) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngine) Reset()
- func (x *ReasoningEngine) String() string
- type ReasoningEngineExecutionServiceClient
- type ReasoningEngineExecutionServiceServer
- type ReasoningEngineExecutionService_StreamQueryReasoningEngineClient
- type ReasoningEngineExecutionService_StreamQueryReasoningEngineServer
- type ReasoningEngineServiceClient
- type ReasoningEngineServiceServer
- type ReasoningEngineSpec
- func (*ReasoningEngineSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec) GetAgentFramework() string
- func (x *ReasoningEngineSpec) GetClassMethods() []*structpb.Struct
- func (x *ReasoningEngineSpec) GetContainerSpec() *ReasoningEngineSpec_ContainerSpec
- func (x *ReasoningEngineSpec) GetDeploymentSource() isReasoningEngineSpec_DeploymentSource
- func (x *ReasoningEngineSpec) GetDeploymentSpec() *ReasoningEngineSpec_DeploymentSpec
- func (x *ReasoningEngineSpec) GetPackageSpec() *ReasoningEngineSpec_PackageSpec
- func (x *ReasoningEngineSpec) GetServiceAccount() string
- func (x *ReasoningEngineSpec) GetSourceCodeSpec() *ReasoningEngineSpec_SourceCodeSpec
- func (*ReasoningEngineSpec) ProtoMessage()
- func (x *ReasoningEngineSpec) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec) Reset()
- func (x *ReasoningEngineSpec) String() string
- type ReasoningEngineSpec_ContainerSpec
- func (*ReasoningEngineSpec_ContainerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_ContainerSpec) GetImageUri() string
- func (*ReasoningEngineSpec_ContainerSpec) ProtoMessage()
- func (x *ReasoningEngineSpec_ContainerSpec) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_ContainerSpec) Reset()
- func (x *ReasoningEngineSpec_ContainerSpec) String() string
- type ReasoningEngineSpec_ContainerSpec_
- type ReasoningEngineSpec_DeploymentSpec
- func (*ReasoningEngineSpec_DeploymentSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_DeploymentSpec) GetContainerConcurrency() int32
- func (x *ReasoningEngineSpec_DeploymentSpec) GetEnv() []*EnvVar
- func (x *ReasoningEngineSpec_DeploymentSpec) GetMaxInstances() int32
- func (x *ReasoningEngineSpec_DeploymentSpec) GetMinInstances() int32
- func (x *ReasoningEngineSpec_DeploymentSpec) GetPscInterfaceConfig() *PscInterfaceConfig
- func (x *ReasoningEngineSpec_DeploymentSpec) GetResourceLimits() map[string]string
- func (x *ReasoningEngineSpec_DeploymentSpec) GetSecretEnv() []*SecretEnvVar
- func (*ReasoningEngineSpec_DeploymentSpec) ProtoMessage()
- func (x *ReasoningEngineSpec_DeploymentSpec) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_DeploymentSpec) Reset()
- func (x *ReasoningEngineSpec_DeploymentSpec) String() string
- type ReasoningEngineSpec_PackageSpec
- func (*ReasoningEngineSpec_PackageSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_PackageSpec) GetDependencyFilesGcsUri() string
- func (x *ReasoningEngineSpec_PackageSpec) GetPickleObjectGcsUri() string
- func (x *ReasoningEngineSpec_PackageSpec) GetPythonVersion() string
- func (x *ReasoningEngineSpec_PackageSpec) GetRequirementsGcsUri() string
- func (*ReasoningEngineSpec_PackageSpec) ProtoMessage()
- func (x *ReasoningEngineSpec_PackageSpec) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_PackageSpec) Reset()
- func (x *ReasoningEngineSpec_PackageSpec) String() string
- type ReasoningEngineSpec_SourceCodeSpec
- func (*ReasoningEngineSpec_SourceCodeSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_SourceCodeSpec) GetDeveloperConnectSource() *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource
- func (x *ReasoningEngineSpec_SourceCodeSpec) GetImageSpec() *ReasoningEngineSpec_SourceCodeSpec_ImageSpec
- func (x *ReasoningEngineSpec_SourceCodeSpec) GetInlineSource() *ReasoningEngineSpec_SourceCodeSpec_InlineSource
- func (x *ReasoningEngineSpec_SourceCodeSpec) GetLanguageSpec() isReasoningEngineSpec_SourceCodeSpec_LanguageSpec
- func (x *ReasoningEngineSpec_SourceCodeSpec) GetPythonSpec() *ReasoningEngineSpec_SourceCodeSpec_PythonSpec
- func (x *ReasoningEngineSpec_SourceCodeSpec) GetSource() isReasoningEngineSpec_SourceCodeSpec_Source
- func (*ReasoningEngineSpec_SourceCodeSpec) ProtoMessage()
- func (x *ReasoningEngineSpec_SourceCodeSpec) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_SourceCodeSpec) Reset()
- func (x *ReasoningEngineSpec_SourceCodeSpec) String() string
- type ReasoningEngineSpec_SourceCodeSpec_
- type ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig
- func (*ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) GetDir() string
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) GetGitRepositoryLink() string
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) GetRevision() string
- func (*ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) ProtoMessage()
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) Reset()
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig) String() string
- type ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource
- func (*ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource) GetConfig() *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectConfig
- func (*ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource) ProtoMessage()
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource) Reset()
- func (x *ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource) String() string
- type ReasoningEngineSpec_SourceCodeSpec_DeveloperConnectSource_
- type ReasoningEngineSpec_SourceCodeSpec_ImageSpec
- func (*ReasoningEngineSpec_SourceCodeSpec_ImageSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_SourceCodeSpec_ImageSpec) GetBuildArgs() map[string]string
- func (*ReasoningEngineSpec_SourceCodeSpec_ImageSpec) ProtoMessage()
- func (x *ReasoningEngineSpec_SourceCodeSpec_ImageSpec) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_SourceCodeSpec_ImageSpec) Reset()
- func (x *ReasoningEngineSpec_SourceCodeSpec_ImageSpec) String() string
- type ReasoningEngineSpec_SourceCodeSpec_ImageSpec_
- type ReasoningEngineSpec_SourceCodeSpec_InlineSource
- func (*ReasoningEngineSpec_SourceCodeSpec_InlineSource) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_SourceCodeSpec_InlineSource) GetSourceArchive() []byte
- func (*ReasoningEngineSpec_SourceCodeSpec_InlineSource) ProtoMessage()
- func (x *ReasoningEngineSpec_SourceCodeSpec_InlineSource) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_SourceCodeSpec_InlineSource) Reset()
- func (x *ReasoningEngineSpec_SourceCodeSpec_InlineSource) String() string
- type ReasoningEngineSpec_SourceCodeSpec_InlineSource_
- type ReasoningEngineSpec_SourceCodeSpec_PythonSpec
- func (*ReasoningEngineSpec_SourceCodeSpec_PythonSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReasoningEngineSpec_SourceCodeSpec_PythonSpec) GetEntrypointModule() string
- func (x *ReasoningEngineSpec_SourceCodeSpec_PythonSpec) GetEntrypointObject() string
- func (x *ReasoningEngineSpec_SourceCodeSpec_PythonSpec) GetRequirementsFile() string
- func (x *ReasoningEngineSpec_SourceCodeSpec_PythonSpec) GetVersion() string
- func (*ReasoningEngineSpec_SourceCodeSpec_PythonSpec) ProtoMessage()
- func (x *ReasoningEngineSpec_SourceCodeSpec_PythonSpec) ProtoReflect() protoreflect.Message
- func (x *ReasoningEngineSpec_SourceCodeSpec_PythonSpec) Reset()
- func (x *ReasoningEngineSpec_SourceCodeSpec_PythonSpec) String() string
- type ReasoningEngineSpec_SourceCodeSpec_PythonSpec_
- type RebaseTunedModelOperationMetadata
- func (*RebaseTunedModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RebaseTunedModelOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*RebaseTunedModelOperationMetadata) ProtoMessage()
- func (x *RebaseTunedModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *RebaseTunedModelOperationMetadata) Reset()
- func (x *RebaseTunedModelOperationMetadata) String() string
- type RebaseTunedModelRequest
- func (*RebaseTunedModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RebaseTunedModelRequest) GetArtifactDestination() *GcsDestination
- func (x *RebaseTunedModelRequest) GetDeployToSameEndpoint() bool
- func (x *RebaseTunedModelRequest) GetParent() string
- func (x *RebaseTunedModelRequest) GetTunedModelRef() *TunedModelRef
- func (x *RebaseTunedModelRequest) GetTuningJob() *TuningJob
- func (*RebaseTunedModelRequest) ProtoMessage()
- func (x *RebaseTunedModelRequest) ProtoReflect() protoreflect.Message
- func (x *RebaseTunedModelRequest) Reset()
- func (x *RebaseTunedModelRequest) String() string
- type RebootPersistentResourceOperationMetadata
- func (*RebootPersistentResourceOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RebootPersistentResourceOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (x *RebootPersistentResourceOperationMetadata) GetProgressMessage() string
- func (*RebootPersistentResourceOperationMetadata) ProtoMessage()
- func (x *RebootPersistentResourceOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *RebootPersistentResourceOperationMetadata) Reset()
- func (x *RebootPersistentResourceOperationMetadata) String() string
- type RebootPersistentResourceRequest
- func (*RebootPersistentResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RebootPersistentResourceRequest) GetName() string
- func (*RebootPersistentResourceRequest) ProtoMessage()
- func (x *RebootPersistentResourceRequest) ProtoReflect() protoreflect.Message
- func (x *RebootPersistentResourceRequest) Reset()
- func (x *RebootPersistentResourceRequest) String() string
- type RemoveContextChildrenRequest
- func (*RemoveContextChildrenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveContextChildrenRequest) GetChildContexts() []string
- func (x *RemoveContextChildrenRequest) GetContext() string
- func (*RemoveContextChildrenRequest) ProtoMessage()
- func (x *RemoveContextChildrenRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveContextChildrenRequest) Reset()
- func (x *RemoveContextChildrenRequest) String() string
- type RemoveContextChildrenResponse
- func (*RemoveContextChildrenResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveContextChildrenResponse) ProtoMessage()
- func (x *RemoveContextChildrenResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveContextChildrenResponse) Reset()
- func (x *RemoveContextChildrenResponse) String() string
- type RemoveDatapointsRequest
- func (*RemoveDatapointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDatapointsRequest) GetDatapointIds() []string
- func (x *RemoveDatapointsRequest) GetIndex() string
- func (*RemoveDatapointsRequest) ProtoMessage()
- func (x *RemoveDatapointsRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveDatapointsRequest) Reset()
- func (x *RemoveDatapointsRequest) String() string
- type RemoveDatapointsResponse
- type ReplicatedVoiceConfig
- func (*ReplicatedVoiceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ReplicatedVoiceConfig) GetMimeType() string
- func (x *ReplicatedVoiceConfig) GetVoiceSampleAudio() []byte
- func (*ReplicatedVoiceConfig) ProtoMessage()
- func (x *ReplicatedVoiceConfig) ProtoReflect() protoreflect.Message
- func (x *ReplicatedVoiceConfig) Reset()
- func (x *ReplicatedVoiceConfig) String() string
- type ReservationAffinity
- func (*ReservationAffinity) Descriptor() ([]byte, []int)deprecated
- func (x *ReservationAffinity) GetKey() string
- func (x *ReservationAffinity) GetReservationAffinityType() ReservationAffinity_Type
- func (x *ReservationAffinity) GetValues() []string
- func (*ReservationAffinity) ProtoMessage()
- func (x *ReservationAffinity) ProtoReflect() protoreflect.Message
- func (x *ReservationAffinity) Reset()
- func (x *ReservationAffinity) String() string
- type ReservationAffinity_Type
- func (ReservationAffinity_Type) Descriptor() protoreflect.EnumDescriptor
- func (x ReservationAffinity_Type) Enum() *ReservationAffinity_Type
- func (ReservationAffinity_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReservationAffinity_Type) Number() protoreflect.EnumNumber
- func (x ReservationAffinity_Type) String() string
- func (ReservationAffinity_Type) Type() protoreflect.EnumType
- type ResourcePool
- func (*ResourcePool) Descriptor() ([]byte, []int)deprecated
- func (x *ResourcePool) GetAutoscalingSpec() *ResourcePool_AutoscalingSpec
- func (x *ResourcePool) GetDiskSpec() *DiskSpec
- func (x *ResourcePool) GetId() string
- func (x *ResourcePool) GetMachineSpec() *MachineSpec
- func (x *ResourcePool) GetReplicaCount() int64
- func (x *ResourcePool) GetUsedReplicaCount() int64
- func (*ResourcePool) ProtoMessage()
- func (x *ResourcePool) ProtoReflect() protoreflect.Message
- func (x *ResourcePool) Reset()
- func (x *ResourcePool) String() string
- type ResourcePool_AutoscalingSpec
- func (*ResourcePool_AutoscalingSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ResourcePool_AutoscalingSpec) GetMaxReplicaCount() int64
- func (x *ResourcePool_AutoscalingSpec) GetMinReplicaCount() int64
- func (*ResourcePool_AutoscalingSpec) ProtoMessage()
- func (x *ResourcePool_AutoscalingSpec) ProtoReflect() protoreflect.Message
- func (x *ResourcePool_AutoscalingSpec) Reset()
- func (x *ResourcePool_AutoscalingSpec) String() string
- type ResourceRuntime
- type ResourceRuntimeSpec
- func (*ResourceRuntimeSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceRuntimeSpec) GetRaySpec() *RaySpec
- func (x *ResourceRuntimeSpec) GetServiceAccountSpec() *ServiceAccountSpec
- func (*ResourceRuntimeSpec) ProtoMessage()
- func (x *ResourceRuntimeSpec) ProtoReflect() protoreflect.Message
- func (x *ResourceRuntimeSpec) Reset()
- func (x *ResourceRuntimeSpec) String() string
- type ResourcesConsumed
- func (*ResourcesConsumed) Descriptor() ([]byte, []int)deprecated
- func (x *ResourcesConsumed) GetReplicaHours() float64
- func (*ResourcesConsumed) ProtoMessage()
- func (x *ResourcesConsumed) ProtoReflect() protoreflect.Message
- func (x *ResourcesConsumed) Reset()
- func (x *ResourcesConsumed) String() string
- type RestoreDatasetVersionOperationMetadata
- func (*RestoreDatasetVersionOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreDatasetVersionOperationMetadata) GetGenericMetadata() *GenericOperationMetadata
- func (*RestoreDatasetVersionOperationMetadata) ProtoMessage()
- func (x *RestoreDatasetVersionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *RestoreDatasetVersionOperationMetadata) Reset()
- func (x *RestoreDatasetVersionOperationMetadata) String() string
- type RestoreDatasetVersionRequest
- func (*RestoreDatasetVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreDatasetVersionRequest) GetName() string
- func (*RestoreDatasetVersionRequest) ProtoMessage()
- func (x *RestoreDatasetVersionRequest) ProtoReflect() protoreflect.Message
- func (x *RestoreDatasetVersionRequest) Reset()
- func (x *RestoreDatasetVersionRequest) String() string
- type ResumeModelDeploymentMonitoringJobRequest
- func (*ResumeModelDeploymentMonitoringJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResumeModelDeploymentMonitoringJobRequest) GetName() string
- func (*ResumeModelDeploymentMonitoringJobRequest) ProtoMessage()
- func (x *ResumeModelDeploymentMonitoringJobRequest) ProtoReflect() protoreflect.Message
- func (x *ResumeModelDeploymentMonitoringJobRequest) Reset()
- func (x *ResumeModelDeploymentMonitoringJobRequest) String() string
- type ResumeScheduleRequest
- func (*ResumeScheduleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResumeScheduleRequest) GetCatchUp() bool
- func (x *ResumeScheduleRequest) GetName() string
- func (*ResumeScheduleRequest) ProtoMessage()
- func (x *ResumeScheduleRequest) ProtoReflect() protoreflect.Message
- func (x *ResumeScheduleRequest) Reset()
- func (x *ResumeScheduleRequest) String() string
- type Retrieval
- func (*Retrieval) Descriptor() ([]byte, []int)deprecated
- func (x *Retrieval) GetDisableAttribution() booldeprecated
- func (x *Retrieval) GetSource() isRetrieval_Source
- func (x *Retrieval) GetVertexAiSearch() *VertexAISearch
- func (x *Retrieval) GetVertexRagStore() *VertexRagStore
- func (*Retrieval) ProtoMessage()
- func (x *Retrieval) ProtoReflect() protoreflect.Message
- func (x *Retrieval) Reset()
- func (x *Retrieval) String() string
- type RetrievalConfig
- func (*RetrievalConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RetrievalConfig) GetLanguageCode() string
- func (x *RetrievalConfig) GetLatLng() *latlng.LatLng
- func (*RetrievalConfig) ProtoMessage()
- func (x *RetrievalConfig) ProtoReflect() protoreflect.Message
- func (x *RetrievalConfig) Reset()
- func (x *RetrievalConfig) String() string
- type RetrievalMetadata
- func (*RetrievalMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RetrievalMetadata) GetGoogleSearchDynamicRetrievalScore() float32
- func (*RetrievalMetadata) ProtoMessage()
- func (x *RetrievalMetadata) ProtoReflect() protoreflect.Message
- func (x *RetrievalMetadata) Reset()
- func (x *RetrievalMetadata) String() string
- type Retrieval_VertexAiSearch
- type Retrieval_VertexRagStore
- type RetrieveContextsRequest
- func (*RetrieveContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RetrieveContextsRequest) GetDataSource() isRetrieveContextsRequest_DataSource
- func (x *RetrieveContextsRequest) GetParent() string
- func (x *RetrieveContextsRequest) GetQuery() *RagQuery
- func (x *RetrieveContextsRequest) GetVertexRagStore() *RetrieveContextsRequest_VertexRagStore
- func (*RetrieveContextsRequest) ProtoMessage()
- func (x *RetrieveContextsRequest) ProtoReflect() protoreflect.Message
- func (x *RetrieveContextsRequest) Reset()
- func (x *RetrieveContextsRequest) String() string
- type RetrieveContextsRequest_VertexRagStore
- func (*RetrieveContextsRequest_VertexRagStore) Descriptor() ([]byte, []int)deprecated
- func (x *RetrieveContextsRequest_VertexRagStore) GetRagResources() []*RetrieveContextsRequest_VertexRagStore_RagResource
- func (x *RetrieveContextsRequest_VertexRagStore) GetVectorDistanceThreshold() float64deprecated
- func (*RetrieveContextsRequest_VertexRagStore) ProtoMessage()
- func (x *RetrieveContextsRequest_VertexRagStore) ProtoReflect() protoreflect.Message
- func (x *RetrieveContextsRequest_VertexRagStore) Reset()
- func (x *RetrieveContextsRequest_VertexRagStore) String() string
- type RetrieveContextsRequest_VertexRagStore_
- type RetrieveContextsRequest_VertexRagStore_RagResource
- func (*RetrieveContextsRequest_VertexRagStore_RagResource) Descriptor() ([]byte, []int)deprecated
- func (x *RetrieveContextsRequest_VertexRagStore_RagResource) GetRagCorpus() string
- func (x *RetrieveContextsRequest_VertexRagStore_RagResource) GetRagFileIds() []string
- func (*RetrieveContextsRequest_VertexRagStore_RagResource) ProtoMessage()
- func (x *RetrieveContextsRequest_VertexRagStore_RagResource) ProtoReflect() protoreflect.Message
- func (x *RetrieveContextsRequest_VertexRagStore_RagResource) Reset()
- func (x *RetrieveContextsRequest_VertexRagStore_RagResource) String() string
- type RetrieveContextsResponse
- func (*RetrieveContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RetrieveContextsResponse) GetContexts() *RagContexts
- func (*RetrieveContextsResponse) ProtoMessage()
- func (x *RetrieveContextsResponse) ProtoReflect() protoreflect.Message
- func (x *RetrieveContextsResponse) Reset()
- func (x *RetrieveContextsResponse) String() string
- type RougeInput
- func (*RougeInput) Descriptor() ([]byte, []int)deprecated
- func (x *RougeInput) GetInstances() []*RougeInstance
- func (x *RougeInput) GetMetricSpec() *RougeSpec
- func (*RougeInput) ProtoMessage()
- func (x *RougeInput) ProtoReflect() protoreflect.Message
- func (x *RougeInput) Reset()
- func (x *RougeInput) String() string
- type RougeInstance
- func (*RougeInstance) Descriptor() ([]byte, []int)deprecated
- func (x *RougeInstance) GetPrediction() string
- func (x *RougeInstance) GetReference() string
- func (*RougeInstance) ProtoMessage()
- func (x *RougeInstance) ProtoReflect() protoreflect.Message
- func (x *RougeInstance) Reset()
- func (x *RougeInstance) String() string
- type RougeMetricValue
- type RougeResults
- type RougeSpec
- func (*RougeSpec) Descriptor() ([]byte, []int)deprecated
- func (x *RougeSpec) GetRougeType() string
- func (x *RougeSpec) GetSplitSummaries() bool
- func (x *RougeSpec) GetUseStemmer() bool
- func (*RougeSpec) ProtoMessage()
- func (x *RougeSpec) ProtoReflect() protoreflect.Message
- func (x *RougeSpec) Reset()
- func (x *RougeSpec) String() string
- type SafetyInput
- func (*SafetyInput) Descriptor() ([]byte, []int)deprecated
- func (x *SafetyInput) GetInstance() *SafetyInstance
- func (x *SafetyInput) GetMetricSpec() *SafetySpec
- func (*SafetyInput) ProtoMessage()
- func (x *SafetyInput) ProtoReflect() protoreflect.Message
- func (x *SafetyInput) Reset()
- func (x *SafetyInput) String() string
- type SafetyInstance
- type SafetyRating
- func (*SafetyRating) Descriptor() ([]byte, []int)deprecated
- func (x *SafetyRating) GetBlocked() bool
- func (x *SafetyRating) GetCategory() HarmCategory
- func (x *SafetyRating) GetProbability() SafetyRating_HarmProbability
- func (x *SafetyRating) GetProbabilityScore() float32
- func (x *SafetyRating) GetSeverity() SafetyRating_HarmSeverity
- func (x *SafetyRating) GetSeverityScore() float32
- func (*SafetyRating) ProtoMessage()
- func (x *SafetyRating) ProtoReflect() protoreflect.Message
- func (x *SafetyRating) Reset()
- func (x *SafetyRating) String() string
- type SafetyRating_HarmProbability
- func (SafetyRating_HarmProbability) Descriptor() protoreflect.EnumDescriptor
- func (x SafetyRating_HarmProbability) Enum() *SafetyRating_HarmProbability
- func (SafetyRating_HarmProbability) EnumDescriptor() ([]byte, []int)deprecated
- func (x SafetyRating_HarmProbability) Number() protoreflect.EnumNumber
- func (x SafetyRating_HarmProbability) String() string
- func (SafetyRating_HarmProbability) Type() protoreflect.EnumType
- type SafetyRating_HarmSeverity
- func (SafetyRating_HarmSeverity) Descriptor() protoreflect.EnumDescriptor
- func (x SafetyRating_HarmSeverity) Enum() *SafetyRating_HarmSeverity
- func (SafetyRating_HarmSeverity) EnumDescriptor() ([]byte, []int)deprecated
- func (x SafetyRating_HarmSeverity) Number() protoreflect.EnumNumber
- func (x SafetyRating_HarmSeverity) String() string
- func (SafetyRating_HarmSeverity) Type() protoreflect.EnumType
- type SafetyResult
- func (*SafetyResult) Descriptor() ([]byte, []int)deprecated
- func (x *SafetyResult) GetConfidence() float32
- func (x *SafetyResult) GetExplanation() string
- func (x *SafetyResult) GetScore() float32
- func (*SafetyResult) ProtoMessage()
- func (x *SafetyResult) ProtoReflect() protoreflect.Message
- func (x *SafetyResult) Reset()
- func (x *SafetyResult) String() string
- type SafetySetting
- func (*SafetySetting) Descriptor() ([]byte, []int)deprecated
- func (x *SafetySetting) GetCategory() HarmCategory
- func (x *SafetySetting) GetMethod() SafetySetting_HarmBlockMethod
- func (x *SafetySetting) GetThreshold() SafetySetting_HarmBlockThreshold
- func (*SafetySetting) ProtoMessage()
- func (x *SafetySetting) ProtoReflect() protoreflect.Message
- func (x *SafetySetting) Reset()
- func (x *SafetySetting) String() string
- type SafetySetting_HarmBlockMethod
- func (SafetySetting_HarmBlockMethod) Descriptor() protoreflect.EnumDescriptor
- func (x SafetySetting_HarmBlockMethod) Enum() *SafetySetting_HarmBlockMethod
- func (SafetySetting_HarmBlockMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x SafetySetting_HarmBlockMethod) Number() protoreflect.EnumNumber
- func (x SafetySetting_HarmBlockMethod) String() string
- func (SafetySetting_HarmBlockMethod) Type() protoreflect.EnumType
- type SafetySetting_HarmBlockThreshold
- func (SafetySetting_HarmBlockThreshold) Descriptor() protoreflect.EnumDescriptor
- func (x SafetySetting_HarmBlockThreshold) Enum() *SafetySetting_HarmBlockThreshold
- func (SafetySetting_HarmBlockThreshold) EnumDescriptor() ([]byte, []int)deprecated
- func (x SafetySetting_HarmBlockThreshold) Number() protoreflect.EnumNumber
- func (x SafetySetting_HarmBlockThreshold) String() string
- func (SafetySetting_HarmBlockThreshold) Type() protoreflect.EnumType
- type SafetySpec
- type SampleConfig
- func (*SampleConfig) Descriptor() ([]byte, []int)deprecated
- func (x *SampleConfig) GetFollowingBatchSamplePercentage() int32
- func (x *SampleConfig) GetFollowingBatchSampleSize() isSampleConfig_FollowingBatchSampleSize
- func (x *SampleConfig) GetInitialBatchSamplePercentage() int32
- func (x *SampleConfig) GetInitialBatchSampleSize() isSampleConfig_InitialBatchSampleSize
- func (x *SampleConfig) GetSampleStrategy() SampleConfig_SampleStrategy
- func (*SampleConfig) ProtoMessage()
- func (x *SampleConfig) ProtoReflect() protoreflect.Message
- func (x *SampleConfig) Reset()
- func (x *SampleConfig) String() string
- type SampleConfig_FollowingBatchSamplePercentage
- type SampleConfig_InitialBatchSamplePercentage
- type SampleConfig_SampleStrategy
- func (SampleConfig_SampleStrategy) Descriptor() protoreflect.EnumDescriptor
- func (x SampleConfig_SampleStrategy) Enum() *SampleConfig_SampleStrategy
- func (SampleConfig_SampleStrategy) EnumDescriptor() ([]byte, []int)deprecated
- func (x SampleConfig_SampleStrategy) Number() protoreflect.EnumNumber
- func (x SampleConfig_SampleStrategy) String() string
- func (SampleConfig_SampleStrategy) Type() protoreflect.EnumType
- type SampledShapleyAttribution
- func (*SampledShapleyAttribution) Descriptor() ([]byte, []int)deprecated
- func (x *SampledShapleyAttribution) GetPathCount() int32
- func (*SampledShapleyAttribution) ProtoMessage()
- func (x *SampledShapleyAttribution) ProtoReflect() protoreflect.Message
- func (x *SampledShapleyAttribution) Reset()
- func (x *SampledShapleyAttribution) String() string
- type SamplingStrategy
- func (*SamplingStrategy) Descriptor() ([]byte, []int)deprecated
- func (x *SamplingStrategy) GetRandomSampleConfig() *SamplingStrategy_RandomSampleConfig
- func (*SamplingStrategy) ProtoMessage()
- func (x *SamplingStrategy) ProtoReflect() protoreflect.Message
- func (x *SamplingStrategy) Reset()
- func (x *SamplingStrategy) String() string
- type SamplingStrategy_RandomSampleConfig
- func (*SamplingStrategy_RandomSampleConfig) Descriptor() ([]byte, []int)deprecated
- func (x *SamplingStrategy_RandomSampleConfig) GetSampleRate() float64
- func (*SamplingStrategy_RandomSampleConfig) ProtoMessage()
- func (x *SamplingStrategy_RandomSampleConfig) ProtoReflect() protoreflect.Message
- func (x *SamplingStrategy_RandomSampleConfig) Reset()
- func (x *SamplingStrategy_RandomSampleConfig) String() string
- type SavedQuery
- func (*SavedQuery) Descriptor() ([]byte, []int)deprecated
- func (x *SavedQuery) GetAnnotationFilter() string
- func (x *SavedQuery) GetAnnotationSpecCount() int32
- func (x *SavedQuery) GetCreateTime() *timestamppb.Timestamp
- func (x *SavedQuery) GetDisplayName() string
- func (x *SavedQuery) GetEtag() string
- func (x *SavedQuery) GetMetadata() *structpb.Value
- func (x *SavedQuery) GetName() string
- func (x *SavedQuery) GetProblemType() string
- func (x *SavedQuery) GetSupportAutomlTraining() bool
- func (x *SavedQuery) GetUpdateTime() *timestamppb.Timestamp
- func (*SavedQuery) ProtoMessage()
- func (x *SavedQuery) ProtoReflect() protoreflect.Message
- func (x *SavedQuery) Reset()
- func (x *SavedQuery) String() string
- type Scalar
- type Schedule
- func (*Schedule) Descriptor() ([]byte, []int)deprecated
- func (x *Schedule) GetAllowQueueing() bool
- func (x *Schedule) GetCatchUp() bool
- func (x *Schedule) GetCreateNotebookExecutionJobRequest() *CreateNotebookExecutionJobRequest
- func (x *Schedule) GetCreatePipelineJobRequest() *CreatePipelineJobRequest
- func (x *Schedule) GetCreateTime() *timestamppb.Timestamp
- func (x *Schedule) GetCron() string
- func (x *Schedule) GetDisplayName() string
- func (x *Schedule) GetEndTime() *timestamppb.Timestamp
- func (x *Schedule) GetLastPauseTime() *timestamppb.Timestamp
- func (x *Schedule) GetLastResumeTime() *timestamppb.Timestamp
- func (x *Schedule) GetLastScheduledRunResponse() *Schedule_RunResponse
- func (x *Schedule) GetMaxConcurrentActiveRunCount() int64
- func (x *Schedule) GetMaxConcurrentRunCount() int64
- func (x *Schedule) GetMaxRunCount() int64
- func (x *Schedule) GetName() string
- func (x *Schedule) GetNextRunTime() *timestamppb.Timestamp
- func (x *Schedule) GetRequest() isSchedule_Request
- func (x *Schedule) GetStartTime() *timestamppb.Timestamp
- func (x *Schedule) GetStartedRunCount() int64
- func (x *Schedule) GetState() Schedule_State
- func (x *Schedule) GetTimeSpecification() isSchedule_TimeSpecification
- func (x *Schedule) GetUpdateTime() *timestamppb.Timestamp
- func (*Schedule) ProtoMessage()
- func (x *Schedule) ProtoReflect() protoreflect.Message
- func (x *Schedule) Reset()
- func (x *Schedule) String() string
- type ScheduleServiceClient
- type ScheduleServiceServer
- type Schedule_CreateNotebookExecutionJobRequest
- type Schedule_CreatePipelineJobRequest
- type Schedule_Cron
- type Schedule_RunResponse
- func (*Schedule_RunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *Schedule_RunResponse) GetRunResponse() string
- func (x *Schedule_RunResponse) GetScheduledRunTime() *timestamppb.Timestamp
- func (*Schedule_RunResponse) ProtoMessage()
- func (x *Schedule_RunResponse) ProtoReflect() protoreflect.Message
- func (x *Schedule_RunResponse) Reset()
- func (x *Schedule_RunResponse) String() string
- type Schedule_State
- func (Schedule_State) Descriptor() protoreflect.EnumDescriptor
- func (x Schedule_State) Enum() *Schedule_State
- func (Schedule_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Schedule_State) Number() protoreflect.EnumNumber
- func (x Schedule_State) String() string
- func (Schedule_State) Type() protoreflect.EnumType
- type Scheduling
- func (*Scheduling) Descriptor() ([]byte, []int)deprecated
- func (x *Scheduling) GetDisableRetries() bool
- func (x *Scheduling) GetMaxWaitDuration() *durationpb.Duration
- func (x *Scheduling) GetRestartJobOnWorkerRestart() bool
- func (x *Scheduling) GetStrategy() Scheduling_Strategy
- func (x *Scheduling) GetTimeout() *durationpb.Duration
- func (*Scheduling) ProtoMessage()
- func (x *Scheduling) ProtoReflect() protoreflect.Message
- func (x *Scheduling) Reset()
- func (x *Scheduling) String() string
- type Scheduling_Strategy
- func (Scheduling_Strategy) Descriptor() protoreflect.EnumDescriptor
- func (x Scheduling_Strategy) Enum() *Scheduling_Strategy
- func (Scheduling_Strategy) EnumDescriptor() ([]byte, []int)deprecated
- func (x Scheduling_Strategy) Number() protoreflect.EnumNumber
- func (x Scheduling_Strategy) String() string
- func (Scheduling_Strategy) Type() protoreflect.EnumType
- type Schema
- func (*Schema) Descriptor() ([]byte, []int)deprecated
- func (x *Schema) GetAdditionalProperties() *structpb.Value
- func (x *Schema) GetAnyOf() []*Schema
- func (x *Schema) GetDefault() *structpb.Value
- func (x *Schema) GetDefs() map[string]*Schema
- func (x *Schema) GetDescription() string
- func (x *Schema) GetEnum() []string
- func (x *Schema) GetExample() *structpb.Value
- func (x *Schema) GetFormat() string
- func (x *Schema) GetItems() *Schema
- func (x *Schema) GetMaxItems() int64
- func (x *Schema) GetMaxLength() int64
- func (x *Schema) GetMaxProperties() int64
- func (x *Schema) GetMaximum() float64
- func (x *Schema) GetMinItems() int64
- func (x *Schema) GetMinLength() int64
- func (x *Schema) GetMinProperties() int64
- func (x *Schema) GetMinimum() float64
- func (x *Schema) GetNullable() bool
- func (x *Schema) GetPattern() string
- func (x *Schema) GetProperties() map[string]*Schema
- func (x *Schema) GetPropertyOrdering() []string
- func (x *Schema) GetRef() string
- func (x *Schema) GetRequired() []string
- func (x *Schema) GetTitle() string
- func (x *Schema) GetType() Type
- func (*Schema) ProtoMessage()
- func (x *Schema) ProtoReflect() protoreflect.Message
- func (x *Schema) Reset()
- func (x *Schema) String() string
- type SearchDataItemsRequest
- func (*SearchDataItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchDataItemsRequest) GetAnnotationFilters() []string
- func (x *SearchDataItemsRequest) GetAnnotationsFilter() stringdeprecated
- func (x *SearchDataItemsRequest) GetAnnotationsLimit() int32
- func (x *SearchDataItemsRequest) GetDataItemFilter() string
- func (x *SearchDataItemsRequest) GetDataLabelingJob() string
- func (x *SearchDataItemsRequest) GetDataset() string
- func (x *SearchDataItemsRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *SearchDataItemsRequest) GetOrder() isSearchDataItemsRequest_Order
- func (x *SearchDataItemsRequest) GetOrderBy() stringdeprecated
- func (x *SearchDataItemsRequest) GetOrderByAnnotation() *SearchDataItemsRequest_OrderByAnnotation
- func (x *SearchDataItemsRequest) GetOrderByDataItem() string
- func (x *SearchDataItemsRequest) GetPageSize() int32
- func (x *SearchDataItemsRequest) GetPageToken() string
- func (x *SearchDataItemsRequest) GetSavedQuery() stringdeprecated
- func (*SearchDataItemsRequest) ProtoMessage()
- func (x *SearchDataItemsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchDataItemsRequest) Reset()
- func (x *SearchDataItemsRequest) String() string
- type SearchDataItemsRequest_OrderByAnnotation
- func (*SearchDataItemsRequest_OrderByAnnotation) Descriptor() ([]byte, []int)deprecated
- func (x *SearchDataItemsRequest_OrderByAnnotation) GetOrderBy() string
- func (x *SearchDataItemsRequest_OrderByAnnotation) GetSavedQuery() string
- func (*SearchDataItemsRequest_OrderByAnnotation) ProtoMessage()
- func (x *SearchDataItemsRequest_OrderByAnnotation) ProtoReflect() protoreflect.Message
- func (x *SearchDataItemsRequest_OrderByAnnotation) Reset()
- func (x *SearchDataItemsRequest_OrderByAnnotation) String() string
- type SearchDataItemsRequest_OrderByAnnotation_
- type SearchDataItemsRequest_OrderByDataItem
- type SearchDataItemsResponse
- func (*SearchDataItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchDataItemsResponse) GetDataItemViews() []*DataItemView
- func (x *SearchDataItemsResponse) GetNextPageToken() string
- func (*SearchDataItemsResponse) ProtoMessage()
- func (x *SearchDataItemsResponse) ProtoReflect() protoreflect.Message