Documentation
¶
Index ¶
- Variables
- func RegisterAMLServer(s *grpc.Server, srv AMLServer)
- type AMLClient
- type AMLServer
- type BacktestResult
- func (*BacktestResult) Descriptor() ([]byte, []int)deprecated
- func (x *BacktestResult) GetBacktestPeriods() int32
- func (x *BacktestResult) GetCreateTime() *timestamppb.Timestamp
- func (x *BacktestResult) GetDataset() string
- func (x *BacktestResult) GetEndTime() *timestamppb.Timestamp
- func (x *BacktestResult) GetLabels() map[string]string
- func (x *BacktestResult) GetLineOfBusiness() LineOfBusiness
- func (x *BacktestResult) GetModel() string
- func (x *BacktestResult) GetName() string
- func (x *BacktestResult) GetPerformanceTarget() *BacktestResult_PerformanceTarget
- func (x *BacktestResult) GetState() BacktestResult_State
- func (x *BacktestResult) GetUpdateTime() *timestamppb.Timestamp
- func (*BacktestResult) ProtoMessage()
- func (x *BacktestResult) ProtoReflect() protoreflect.Message
- func (x *BacktestResult) Reset()
- func (x *BacktestResult) String() string
- type BacktestResult_PerformanceTarget
- func (*BacktestResult_PerformanceTarget) Descriptor() ([]byte, []int)deprecated
- func (x *BacktestResult_PerformanceTarget) GetPartyInvestigationsPerPeriodHint() int64
- func (*BacktestResult_PerformanceTarget) ProtoMessage()
- func (x *BacktestResult_PerformanceTarget) ProtoReflect() protoreflect.Message
- func (x *BacktestResult_PerformanceTarget) Reset()
- func (x *BacktestResult_PerformanceTarget) String() string
- type BacktestResult_State
- func (BacktestResult_State) Descriptor() protoreflect.EnumDescriptor
- func (x BacktestResult_State) Enum() *BacktestResult_State
- func (BacktestResult_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x BacktestResult_State) Number() protoreflect.EnumNumber
- func (x BacktestResult_State) String() string
- func (BacktestResult_State) Type() protoreflect.EnumType
- type BigQueryDestination
- func (*BigQueryDestination) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryDestination) GetTableUri() string
- func (x *BigQueryDestination) GetWriteDisposition() BigQueryDestination_WriteDisposition
- func (*BigQueryDestination) ProtoMessage()
- func (x *BigQueryDestination) ProtoReflect() protoreflect.Message
- func (x *BigQueryDestination) Reset()
- func (x *BigQueryDestination) String() string
- type BigQueryDestination_WriteDisposition
- func (BigQueryDestination_WriteDisposition) Descriptor() protoreflect.EnumDescriptor
- func (x BigQueryDestination_WriteDisposition) Enum() *BigQueryDestination_WriteDisposition
- func (BigQueryDestination_WriteDisposition) EnumDescriptor() ([]byte, []int)deprecated
- func (x BigQueryDestination_WriteDisposition) Number() protoreflect.EnumNumber
- func (x BigQueryDestination_WriteDisposition) String() string
- func (BigQueryDestination_WriteDisposition) Type() protoreflect.EnumType
- type CreateBacktestResultRequest
- func (*CreateBacktestResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBacktestResultRequest) GetBacktestResult() *BacktestResult
- func (x *CreateBacktestResultRequest) GetBacktestResultId() string
- func (x *CreateBacktestResultRequest) GetParent() string
- func (x *CreateBacktestResultRequest) GetRequestId() string
- func (*CreateBacktestResultRequest) ProtoMessage()
- func (x *CreateBacktestResultRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBacktestResultRequest) Reset()
- func (x *CreateBacktestResultRequest) String() string
- type CreateDatasetRequest
- func (*CreateDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDatasetRequest) GetDataset() *Dataset
- func (x *CreateDatasetRequest) GetDatasetId() string
- func (x *CreateDatasetRequest) GetParent() string
- func (x *CreateDatasetRequest) GetRequestId() string
- func (*CreateDatasetRequest) ProtoMessage()
- func (x *CreateDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDatasetRequest) Reset()
- func (x *CreateDatasetRequest) String() string
- type CreateEngineConfigRequest
- func (*CreateEngineConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEngineConfigRequest) GetEngineConfig() *EngineConfig
- func (x *CreateEngineConfigRequest) GetEngineConfigId() string
- func (x *CreateEngineConfigRequest) GetParent() string
- func (x *CreateEngineConfigRequest) GetRequestId() string
- func (*CreateEngineConfigRequest) ProtoMessage()
- func (x *CreateEngineConfigRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEngineConfigRequest) Reset()
- func (x *CreateEngineConfigRequest) String() string
- type CreateInstanceRequest
- func (*CreateInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInstanceRequest) GetInstance() *Instance
- func (x *CreateInstanceRequest) GetInstanceId() string
- func (x *CreateInstanceRequest) GetParent() string
- func (x *CreateInstanceRequest) GetRequestId() string
- func (*CreateInstanceRequest) ProtoMessage()
- func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateInstanceRequest) Reset()
- func (x *CreateInstanceRequest) String() string
- type CreateModelRequest
- func (*CreateModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateModelRequest) GetModel() *Model
- func (x *CreateModelRequest) GetModelId() string
- func (x *CreateModelRequest) GetParent() string
- func (x *CreateModelRequest) GetRequestId() string
- func (*CreateModelRequest) ProtoMessage()
- func (x *CreateModelRequest) ProtoReflect() protoreflect.Message
- func (x *CreateModelRequest) Reset()
- func (x *CreateModelRequest) String() string
- type CreatePredictionResultRequest
- func (*CreatePredictionResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePredictionResultRequest) GetParent() string
- func (x *CreatePredictionResultRequest) GetPredictionResult() *PredictionResult
- func (x *CreatePredictionResultRequest) GetPredictionResultId() string
- func (x *CreatePredictionResultRequest) GetRequestId() string
- func (*CreatePredictionResultRequest) ProtoMessage()
- func (x *CreatePredictionResultRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePredictionResultRequest) Reset()
- func (x *CreatePredictionResultRequest) String() string
- type Dataset
- func (*Dataset) Descriptor() ([]byte, []int)deprecated
- func (x *Dataset) GetCreateTime() *timestamppb.Timestamp
- func (x *Dataset) GetDateRange() *interval.Interval
- func (x *Dataset) GetLabels() map[string]string
- func (x *Dataset) GetName() string
- func (x *Dataset) GetState() Dataset_State
- func (x *Dataset) GetTableSpecs() map[string]string
- func (x *Dataset) GetTimeZone() *datetime.TimeZone
- 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 Dataset_State
- func (Dataset_State) Descriptor() protoreflect.EnumDescriptor
- func (x Dataset_State) Enum() *Dataset_State
- func (Dataset_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dataset_State) Number() protoreflect.EnumNumber
- func (x Dataset_State) String() string
- func (Dataset_State) Type() protoreflect.EnumType
- type DeleteBacktestResultRequest
- func (*DeleteBacktestResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBacktestResultRequest) GetName() string
- func (x *DeleteBacktestResultRequest) GetRequestId() string
- func (*DeleteBacktestResultRequest) ProtoMessage()
- func (x *DeleteBacktestResultRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBacktestResultRequest) Reset()
- func (x *DeleteBacktestResultRequest) String() string
- type DeleteDatasetRequest
- func (*DeleteDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDatasetRequest) GetName() string
- func (x *DeleteDatasetRequest) GetRequestId() string
- func (*DeleteDatasetRequest) ProtoMessage()
- func (x *DeleteDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDatasetRequest) Reset()
- func (x *DeleteDatasetRequest) String() string
- type DeleteEngineConfigRequest
- func (*DeleteEngineConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEngineConfigRequest) GetName() string
- func (x *DeleteEngineConfigRequest) GetRequestId() string
- func (*DeleteEngineConfigRequest) ProtoMessage()
- func (x *DeleteEngineConfigRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEngineConfigRequest) Reset()
- func (x *DeleteEngineConfigRequest) String() string
- type DeleteInstanceRequest
- func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteInstanceRequest) GetName() string
- func (x *DeleteInstanceRequest) GetRequestId() string
- func (*DeleteInstanceRequest) ProtoMessage()
- func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteInstanceRequest) Reset()
- func (x *DeleteInstanceRequest) String() string
- type DeleteModelRequest
- func (*DeleteModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteModelRequest) GetName() string
- func (x *DeleteModelRequest) GetRequestId() string
- func (*DeleteModelRequest) ProtoMessage()
- func (x *DeleteModelRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteModelRequest) Reset()
- func (x *DeleteModelRequest) String() string
- type DeletePredictionResultRequest
- func (*DeletePredictionResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePredictionResultRequest) GetName() string
- func (x *DeletePredictionResultRequest) GetRequestId() string
- func (*DeletePredictionResultRequest) ProtoMessage()
- func (x *DeletePredictionResultRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePredictionResultRequest) Reset()
- func (x *DeletePredictionResultRequest) String() string
- type EngineConfig
- func (*EngineConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EngineConfig) GetCreateTime() *timestamppb.Timestamp
- func (x *EngineConfig) GetEngineVersion() string
- func (x *EngineConfig) GetHyperparameterSource() *EngineConfig_HyperparameterSource
- func (x *EngineConfig) GetHyperparameterSourceType() EngineConfig_HyperparameterSourceType
- func (x *EngineConfig) GetLabels() map[string]string
- func (x *EngineConfig) GetLineOfBusiness() LineOfBusiness
- func (x *EngineConfig) GetName() string
- func (x *EngineConfig) GetPerformanceTarget() *EngineConfig_PerformanceTarget
- func (x *EngineConfig) GetState() EngineConfig_State
- func (x *EngineConfig) GetTuning() *EngineConfig_Tuning
- func (x *EngineConfig) GetUpdateTime() *timestamppb.Timestamp
- func (*EngineConfig) ProtoMessage()
- func (x *EngineConfig) ProtoReflect() protoreflect.Message
- func (x *EngineConfig) Reset()
- func (x *EngineConfig) String() string
- type EngineConfig_HyperparameterSource
- func (*EngineConfig_HyperparameterSource) Descriptor() ([]byte, []int)deprecated
- func (x *EngineConfig_HyperparameterSource) GetSourceEngineConfig() string
- func (x *EngineConfig_HyperparameterSource) GetSourceEngineVersion() string
- func (*EngineConfig_HyperparameterSource) ProtoMessage()
- func (x *EngineConfig_HyperparameterSource) ProtoReflect() protoreflect.Message
- func (x *EngineConfig_HyperparameterSource) Reset()
- func (x *EngineConfig_HyperparameterSource) String() string
- type EngineConfig_HyperparameterSourceType
- func (EngineConfig_HyperparameterSourceType) Descriptor() protoreflect.EnumDescriptor
- func (x EngineConfig_HyperparameterSourceType) Enum() *EngineConfig_HyperparameterSourceType
- func (EngineConfig_HyperparameterSourceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x EngineConfig_HyperparameterSourceType) Number() protoreflect.EnumNumber
- func (x EngineConfig_HyperparameterSourceType) String() string
- func (EngineConfig_HyperparameterSourceType) Type() protoreflect.EnumType
- type EngineConfig_PerformanceTarget
- func (*EngineConfig_PerformanceTarget) Descriptor() ([]byte, []int)deprecated
- func (x *EngineConfig_PerformanceTarget) GetPartyInvestigationsPerPeriodHint() int64
- func (*EngineConfig_PerformanceTarget) ProtoMessage()
- func (x *EngineConfig_PerformanceTarget) ProtoReflect() protoreflect.Message
- func (x *EngineConfig_PerformanceTarget) Reset()
- func (x *EngineConfig_PerformanceTarget) String() string
- type EngineConfig_State
- func (EngineConfig_State) Descriptor() protoreflect.EnumDescriptor
- func (x EngineConfig_State) Enum() *EngineConfig_State
- func (EngineConfig_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x EngineConfig_State) Number() protoreflect.EnumNumber
- func (x EngineConfig_State) String() string
- func (EngineConfig_State) Type() protoreflect.EnumType
- type EngineConfig_Tuning
- func (*EngineConfig_Tuning) Descriptor() ([]byte, []int)deprecated
- func (x *EngineConfig_Tuning) GetEndTime() *timestamppb.Timestamp
- func (x *EngineConfig_Tuning) GetPrimaryDataset() string
- func (*EngineConfig_Tuning) ProtoMessage()
- func (x *EngineConfig_Tuning) ProtoReflect() protoreflect.Message
- func (x *EngineConfig_Tuning) Reset()
- func (x *EngineConfig_Tuning) String() string
- type EngineVersion
- func (*EngineVersion) Descriptor() ([]byte, []int)deprecated
- func (x *EngineVersion) GetExpectedDecommissionTime() *timestamppb.Timestamp
- func (x *EngineVersion) GetExpectedLimitationStartTime() *timestamppb.Timestamp
- func (x *EngineVersion) GetLineOfBusiness() LineOfBusiness
- func (x *EngineVersion) GetName() string
- func (x *EngineVersion) GetState() EngineVersion_State
- func (*EngineVersion) ProtoMessage()
- func (x *EngineVersion) ProtoReflect() protoreflect.Message
- func (x *EngineVersion) Reset()
- func (x *EngineVersion) String() string
- type EngineVersion_State
- func (EngineVersion_State) Descriptor() protoreflect.EnumDescriptor
- func (x EngineVersion_State) Enum() *EngineVersion_State
- func (EngineVersion_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x EngineVersion_State) Number() protoreflect.EnumNumber
- func (x EngineVersion_State) String() string
- func (EngineVersion_State) Type() protoreflect.EnumType
- type ExportBacktestResultMetadataRequest
- func (*ExportBacktestResultMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportBacktestResultMetadataRequest) GetBacktestResult() string
- func (x *ExportBacktestResultMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
- func (*ExportBacktestResultMetadataRequest) ProtoMessage()
- func (x *ExportBacktestResultMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *ExportBacktestResultMetadataRequest) Reset()
- func (x *ExportBacktestResultMetadataRequest) String() string
- type ExportBacktestResultMetadataResponse
- func (*ExportBacktestResultMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (*ExportBacktestResultMetadataResponse) ProtoMessage()
- func (x *ExportBacktestResultMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *ExportBacktestResultMetadataResponse) Reset()
- func (x *ExportBacktestResultMetadataResponse) String() string
- type ExportEngineConfigMetadataRequest
- func (*ExportEngineConfigMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportEngineConfigMetadataRequest) GetEngineConfig() string
- func (x *ExportEngineConfigMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
- func (*ExportEngineConfigMetadataRequest) ProtoMessage()
- func (x *ExportEngineConfigMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *ExportEngineConfigMetadataRequest) Reset()
- func (x *ExportEngineConfigMetadataRequest) String() string
- type ExportEngineConfigMetadataResponse
- func (*ExportEngineConfigMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (*ExportEngineConfigMetadataResponse) ProtoMessage()
- func (x *ExportEngineConfigMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *ExportEngineConfigMetadataResponse) Reset()
- func (x *ExportEngineConfigMetadataResponse) String() string
- type ExportModelMetadataRequest
- func (*ExportModelMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportModelMetadataRequest) GetModel() string
- func (x *ExportModelMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
- func (*ExportModelMetadataRequest) ProtoMessage()
- func (x *ExportModelMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *ExportModelMetadataRequest) Reset()
- func (x *ExportModelMetadataRequest) String() string
- type ExportModelMetadataResponse
- type ExportPredictionResultMetadataRequest
- func (*ExportPredictionResultMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportPredictionResultMetadataRequest) GetPredictionResult() string
- func (x *ExportPredictionResultMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
- func (*ExportPredictionResultMetadataRequest) ProtoMessage()
- func (x *ExportPredictionResultMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *ExportPredictionResultMetadataRequest) Reset()
- func (x *ExportPredictionResultMetadataRequest) String() string
- type ExportPredictionResultMetadataResponse
- func (*ExportPredictionResultMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (*ExportPredictionResultMetadataResponse) ProtoMessage()
- func (x *ExportPredictionResultMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *ExportPredictionResultMetadataResponse) Reset()
- func (x *ExportPredictionResultMetadataResponse) String() string
- type ExportRegisteredPartiesRequest
- func (*ExportRegisteredPartiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportRegisteredPartiesRequest) GetDataset() *BigQueryDestination
- func (x *ExportRegisteredPartiesRequest) GetLineOfBusiness() LineOfBusiness
- func (x *ExportRegisteredPartiesRequest) GetName() string
- func (*ExportRegisteredPartiesRequest) ProtoMessage()
- func (x *ExportRegisteredPartiesRequest) ProtoReflect() protoreflect.Message
- func (x *ExportRegisteredPartiesRequest) Reset()
- func (x *ExportRegisteredPartiesRequest) String() string
- type ExportRegisteredPartiesResponse
- func (*ExportRegisteredPartiesResponse) Descriptor() ([]byte, []int)deprecated
- func (*ExportRegisteredPartiesResponse) ProtoMessage()
- func (x *ExportRegisteredPartiesResponse) ProtoReflect() protoreflect.Message
- func (x *ExportRegisteredPartiesResponse) Reset()
- func (x *ExportRegisteredPartiesResponse) String() string
- type GetBacktestResultRequest
- func (*GetBacktestResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBacktestResultRequest) GetName() string
- func (*GetBacktestResultRequest) ProtoMessage()
- func (x *GetBacktestResultRequest) ProtoReflect() protoreflect.Message
- func (x *GetBacktestResultRequest) Reset()
- func (x *GetBacktestResultRequest) String() string
- type GetDatasetRequest
- type GetEngineConfigRequest
- func (*GetEngineConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEngineConfigRequest) GetName() string
- func (*GetEngineConfigRequest) ProtoMessage()
- func (x *GetEngineConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetEngineConfigRequest) Reset()
- func (x *GetEngineConfigRequest) String() string
- type GetEngineVersionRequest
- func (*GetEngineVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEngineVersionRequest) GetName() string
- func (*GetEngineVersionRequest) ProtoMessage()
- func (x *GetEngineVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetEngineVersionRequest) Reset()
- func (x *GetEngineVersionRequest) String() string
- type GetInstanceRequest
- func (*GetInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetInstanceRequest) GetName() string
- func (*GetInstanceRequest) ProtoMessage()
- func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *GetInstanceRequest) Reset()
- func (x *GetInstanceRequest) String() string
- type GetModelRequest
- type GetPredictionResultRequest
- func (*GetPredictionResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPredictionResultRequest) GetName() string
- func (*GetPredictionResultRequest) ProtoMessage()
- func (x *GetPredictionResultRequest) ProtoReflect() protoreflect.Message
- func (x *GetPredictionResultRequest) Reset()
- func (x *GetPredictionResultRequest) String() string
- type ImportRegisteredPartiesRequest
- func (*ImportRegisteredPartiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportRegisteredPartiesRequest) GetLineOfBusiness() LineOfBusiness
- func (x *ImportRegisteredPartiesRequest) GetMode() ImportRegisteredPartiesRequest_UpdateMode
- func (x *ImportRegisteredPartiesRequest) GetName() string
- func (x *ImportRegisteredPartiesRequest) GetPartyTables() []string
- func (x *ImportRegisteredPartiesRequest) GetValidateOnly() bool
- func (*ImportRegisteredPartiesRequest) ProtoMessage()
- func (x *ImportRegisteredPartiesRequest) ProtoReflect() protoreflect.Message
- func (x *ImportRegisteredPartiesRequest) Reset()
- func (x *ImportRegisteredPartiesRequest) String() string
- type ImportRegisteredPartiesRequest_UpdateMode
- func (ImportRegisteredPartiesRequest_UpdateMode) Descriptor() protoreflect.EnumDescriptor
- func (x ImportRegisteredPartiesRequest_UpdateMode) Enum() *ImportRegisteredPartiesRequest_UpdateMode
- func (ImportRegisteredPartiesRequest_UpdateMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x ImportRegisteredPartiesRequest_UpdateMode) Number() protoreflect.EnumNumber
- func (x ImportRegisteredPartiesRequest_UpdateMode) String() string
- func (ImportRegisteredPartiesRequest_UpdateMode) Type() protoreflect.EnumType
- type ImportRegisteredPartiesResponse
- func (*ImportRegisteredPartiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportRegisteredPartiesResponse) GetPartiesAdded() int64
- func (x *ImportRegisteredPartiesResponse) GetPartiesDowntiered() int64
- func (x *ImportRegisteredPartiesResponse) GetPartiesFailedToDowntier() int64
- func (x *ImportRegisteredPartiesResponse) GetPartiesFailedToRemove() int64
- func (x *ImportRegisteredPartiesResponse) GetPartiesRemoved() int64
- func (x *ImportRegisteredPartiesResponse) GetPartiesTotal() int64
- func (x *ImportRegisteredPartiesResponse) GetPartiesUptiered() int64
- func (*ImportRegisteredPartiesResponse) ProtoMessage()
- func (x *ImportRegisteredPartiesResponse) ProtoReflect() protoreflect.Message
- func (x *ImportRegisteredPartiesResponse) Reset()
- func (x *ImportRegisteredPartiesResponse) String() string
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetCreateTime() *timestamppb.Timestamp
- func (x *Instance) GetKmsKey() string
- func (x *Instance) GetLabels() map[string]string
- func (x *Instance) GetName() string
- func (x *Instance) GetState() Instance_State
- func (x *Instance) GetUpdateTime() *timestamppb.Timestamp
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- type Instance_State
- func (Instance_State) Descriptor() protoreflect.EnumDescriptor
- func (x Instance_State) Enum() *Instance_State
- func (Instance_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Instance_State) Number() protoreflect.EnumNumber
- func (x Instance_State) String() string
- func (Instance_State) Type() protoreflect.EnumType
- type LineOfBusiness
- func (LineOfBusiness) Descriptor() protoreflect.EnumDescriptor
- func (x LineOfBusiness) Enum() *LineOfBusiness
- func (LineOfBusiness) EnumDescriptor() ([]byte, []int)deprecated
- func (x LineOfBusiness) Number() protoreflect.EnumNumber
- func (x LineOfBusiness) String() string
- func (LineOfBusiness) Type() protoreflect.EnumType
- type ListBacktestResultsRequest
- func (*ListBacktestResultsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBacktestResultsRequest) GetFilter() string
- func (x *ListBacktestResultsRequest) GetOrderBy() string
- func (x *ListBacktestResultsRequest) GetPageSize() int32
- func (x *ListBacktestResultsRequest) GetPageToken() string
- func (x *ListBacktestResultsRequest) GetParent() string
- func (*ListBacktestResultsRequest) ProtoMessage()
- func (x *ListBacktestResultsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBacktestResultsRequest) Reset()
- func (x *ListBacktestResultsRequest) String() string
- type ListBacktestResultsResponse
- func (*ListBacktestResultsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBacktestResultsResponse) GetBacktestResults() []*BacktestResult
- func (x *ListBacktestResultsResponse) GetNextPageToken() string
- func (x *ListBacktestResultsResponse) GetUnreachable() []string
- func (*ListBacktestResultsResponse) ProtoMessage()
- func (x *ListBacktestResultsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBacktestResultsResponse) Reset()
- func (x *ListBacktestResultsResponse) 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 (*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 (x *ListDatasetsResponse) GetUnreachable() []string
- func (*ListDatasetsResponse) ProtoMessage()
- func (x *ListDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDatasetsResponse) Reset()
- func (x *ListDatasetsResponse) String() string
- type ListEngineConfigsRequest
- func (*ListEngineConfigsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEngineConfigsRequest) GetFilter() string
- func (x *ListEngineConfigsRequest) GetOrderBy() string
- func (x *ListEngineConfigsRequest) GetPageSize() int32
- func (x *ListEngineConfigsRequest) GetPageToken() string
- func (x *ListEngineConfigsRequest) GetParent() string
- func (*ListEngineConfigsRequest) ProtoMessage()
- func (x *ListEngineConfigsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEngineConfigsRequest) Reset()
- func (x *ListEngineConfigsRequest) String() string
- type ListEngineConfigsResponse
- func (*ListEngineConfigsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEngineConfigsResponse) GetEngineConfigs() []*EngineConfig
- func (x *ListEngineConfigsResponse) GetNextPageToken() string
- func (x *ListEngineConfigsResponse) GetUnreachable() []string
- func (*ListEngineConfigsResponse) ProtoMessage()
- func (x *ListEngineConfigsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEngineConfigsResponse) Reset()
- func (x *ListEngineConfigsResponse) String() string
- type ListEngineVersionsRequest
- func (*ListEngineVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEngineVersionsRequest) GetFilter() string
- func (x *ListEngineVersionsRequest) GetOrderBy() string
- func (x *ListEngineVersionsRequest) GetPageSize() int32
- func (x *ListEngineVersionsRequest) GetPageToken() string
- func (x *ListEngineVersionsRequest) GetParent() string
- func (*ListEngineVersionsRequest) ProtoMessage()
- func (x *ListEngineVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEngineVersionsRequest) Reset()
- func (x *ListEngineVersionsRequest) String() string
- type ListEngineVersionsResponse
- func (*ListEngineVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEngineVersionsResponse) GetEngineVersions() []*EngineVersion
- func (x *ListEngineVersionsResponse) GetNextPageToken() string
- func (x *ListEngineVersionsResponse) GetUnreachable() []string
- func (*ListEngineVersionsResponse) ProtoMessage()
- func (x *ListEngineVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEngineVersionsResponse) Reset()
- func (x *ListEngineVersionsResponse) String() string
- type ListInstancesRequest
- func (*ListInstancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesRequest) GetFilter() string
- func (x *ListInstancesRequest) GetOrderBy() string
- func (x *ListInstancesRequest) GetPageSize() int32
- func (x *ListInstancesRequest) GetPageToken() string
- func (x *ListInstancesRequest) GetParent() string
- func (*ListInstancesRequest) ProtoMessage()
- func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest) Reset()
- func (x *ListInstancesRequest) String() string
- type ListInstancesResponse
- func (*ListInstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesResponse) GetInstances() []*Instance
- func (x *ListInstancesResponse) GetNextPageToken() string
- func (x *ListInstancesResponse) GetUnreachable() []string
- func (*ListInstancesResponse) ProtoMessage()
- func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
- func (x *ListInstancesResponse) Reset()
- func (x *ListInstancesResponse) 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 (*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 (x *ListModelsResponse) GetUnreachable() []string
- func (*ListModelsResponse) ProtoMessage()
- func (x *ListModelsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelsResponse) Reset()
- func (x *ListModelsResponse) String() string
- type ListPredictionResultsRequest
- func (*ListPredictionResultsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPredictionResultsRequest) GetFilter() string
- func (x *ListPredictionResultsRequest) GetOrderBy() string
- func (x *ListPredictionResultsRequest) GetPageSize() int32
- func (x *ListPredictionResultsRequest) GetPageToken() string
- func (x *ListPredictionResultsRequest) GetParent() string
- func (*ListPredictionResultsRequest) ProtoMessage()
- func (x *ListPredictionResultsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPredictionResultsRequest) Reset()
- func (x *ListPredictionResultsRequest) String() string
- type ListPredictionResultsResponse
- func (*ListPredictionResultsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPredictionResultsResponse) GetNextPageToken() string
- func (x *ListPredictionResultsResponse) GetPredictionResults() []*PredictionResult
- func (x *ListPredictionResultsResponse) GetUnreachable() []string
- func (*ListPredictionResultsResponse) ProtoMessage()
- func (x *ListPredictionResultsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPredictionResultsResponse) Reset()
- func (x *ListPredictionResultsResponse) String() string
- type Model
- func (*Model) Descriptor() ([]byte, []int)deprecated
- func (x *Model) GetCreateTime() *timestamppb.Timestamp
- func (x *Model) GetEndTime() *timestamppb.Timestamp
- func (x *Model) GetEngineConfig() string
- func (x *Model) GetEngineVersion() string
- func (x *Model) GetLabels() map[string]string
- func (x *Model) GetLineOfBusiness() LineOfBusiness
- func (x *Model) GetName() string
- func (x *Model) GetPrimaryDataset() string
- func (x *Model) GetState() Model_State
- func (x *Model) GetUpdateTime() *timestamppb.Timestamp
- func (*Model) ProtoMessage()
- func (x *Model) ProtoReflect() protoreflect.Message
- func (x *Model) Reset()
- func (x *Model) String() string
- type Model_State
- func (Model_State) Descriptor() protoreflect.EnumDescriptor
- func (x Model_State) Enum() *Model_State
- func (Model_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Model_State) Number() protoreflect.EnumNumber
- func (x Model_State) String() string
- func (Model_State) Type() protoreflect.EnumType
- type OperationMetadata
- func (*OperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *OperationMetadata) GetApiVersion() string
- func (x *OperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *OperationMetadata) GetEndTime() *timestamppb.Timestamp
- func (x *OperationMetadata) GetRequestedCancellation() bool
- func (x *OperationMetadata) GetStatusMessage() string
- func (x *OperationMetadata) GetTarget() string
- func (x *OperationMetadata) GetVerb() string
- func (*OperationMetadata) ProtoMessage()
- func (x *OperationMetadata) ProtoReflect() protoreflect.Message
- func (x *OperationMetadata) Reset()
- func (x *OperationMetadata) String() string
- type PredictionResult
- func (*PredictionResult) Descriptor() ([]byte, []int)deprecated
- func (x *PredictionResult) GetCreateTime() *timestamppb.Timestamp
- func (x *PredictionResult) GetDataset() string
- func (x *PredictionResult) GetEndTime() *timestamppb.Timestamp
- func (x *PredictionResult) GetLabels() map[string]string
- func (x *PredictionResult) GetLineOfBusiness() LineOfBusiness
- func (x *PredictionResult) GetModel() string
- func (x *PredictionResult) GetName() string
- func (x *PredictionResult) GetOutputs() *PredictionResult_Outputs
- func (x *PredictionResult) GetPredictionPeriods() int32
- func (x *PredictionResult) GetState() PredictionResult_State
- func (x *PredictionResult) GetUpdateTime() *timestamppb.Timestamp
- func (*PredictionResult) ProtoMessage()
- func (x *PredictionResult) ProtoReflect() protoreflect.Message
- func (x *PredictionResult) Reset()
- func (x *PredictionResult) String() string
- type PredictionResult_Outputs
- func (*PredictionResult_Outputs) Descriptor() ([]byte, []int)deprecated
- func (x *PredictionResult_Outputs) GetExplainabilityDestination() *BigQueryDestination
- func (x *PredictionResult_Outputs) GetPredictionDestination() *BigQueryDestination
- func (*PredictionResult_Outputs) ProtoMessage()
- func (x *PredictionResult_Outputs) ProtoReflect() protoreflect.Message
- func (x *PredictionResult_Outputs) Reset()
- func (x *PredictionResult_Outputs) String() string
- type PredictionResult_State
- func (PredictionResult_State) Descriptor() protoreflect.EnumDescriptor
- func (x PredictionResult_State) Enum() *PredictionResult_State
- func (PredictionResult_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x PredictionResult_State) Number() protoreflect.EnumNumber
- func (x PredictionResult_State) String() string
- func (PredictionResult_State) Type() protoreflect.EnumType
- type UnimplementedAMLServer
- func (*UnimplementedAMLServer) CreateBacktestResult(context.Context, *CreateBacktestResultRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) CreateDataset(context.Context, *CreateDatasetRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) CreateEngineConfig(context.Context, *CreateEngineConfigRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) CreateInstance(context.Context, *CreateInstanceRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) CreateModel(context.Context, *CreateModelRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) CreatePredictionResult(context.Context, *CreatePredictionResultRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) DeleteBacktestResult(context.Context, *DeleteBacktestResultRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) DeleteDataset(context.Context, *DeleteDatasetRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) DeleteEngineConfig(context.Context, *DeleteEngineConfigRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) DeleteModel(context.Context, *DeleteModelRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) DeletePredictionResult(context.Context, *DeletePredictionResultRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) ExportBacktestResultMetadata(context.Context, *ExportBacktestResultMetadataRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) ExportEngineConfigMetadata(context.Context, *ExportEngineConfigMetadataRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) ExportModelMetadata(context.Context, *ExportModelMetadataRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) ExportPredictionResultMetadata(context.Context, *ExportPredictionResultMetadataRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) ExportRegisteredParties(context.Context, *ExportRegisteredPartiesRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) GetBacktestResult(context.Context, *GetBacktestResultRequest) (*BacktestResult, error)
- func (*UnimplementedAMLServer) GetDataset(context.Context, *GetDatasetRequest) (*Dataset, error)
- func (*UnimplementedAMLServer) GetEngineConfig(context.Context, *GetEngineConfigRequest) (*EngineConfig, error)
- func (*UnimplementedAMLServer) GetEngineVersion(context.Context, *GetEngineVersionRequest) (*EngineVersion, error)
- func (*UnimplementedAMLServer) GetInstance(context.Context, *GetInstanceRequest) (*Instance, error)
- func (*UnimplementedAMLServer) GetModel(context.Context, *GetModelRequest) (*Model, error)
- func (*UnimplementedAMLServer) GetPredictionResult(context.Context, *GetPredictionResultRequest) (*PredictionResult, error)
- func (*UnimplementedAMLServer) ImportRegisteredParties(context.Context, *ImportRegisteredPartiesRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) ListBacktestResults(context.Context, *ListBacktestResultsRequest) (*ListBacktestResultsResponse, error)
- func (*UnimplementedAMLServer) ListDatasets(context.Context, *ListDatasetsRequest) (*ListDatasetsResponse, error)
- func (*UnimplementedAMLServer) ListEngineConfigs(context.Context, *ListEngineConfigsRequest) (*ListEngineConfigsResponse, error)
- func (*UnimplementedAMLServer) ListEngineVersions(context.Context, *ListEngineVersionsRequest) (*ListEngineVersionsResponse, error)
- func (*UnimplementedAMLServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
- func (*UnimplementedAMLServer) ListModels(context.Context, *ListModelsRequest) (*ListModelsResponse, error)
- func (*UnimplementedAMLServer) ListPredictionResults(context.Context, *ListPredictionResultsRequest) (*ListPredictionResultsResponse, error)
- func (*UnimplementedAMLServer) UpdateBacktestResult(context.Context, *UpdateBacktestResultRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) UpdateDataset(context.Context, *UpdateDatasetRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) UpdateEngineConfig(context.Context, *UpdateEngineConfigRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) UpdateInstance(context.Context, *UpdateInstanceRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) UpdateModel(context.Context, *UpdateModelRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedAMLServer) UpdatePredictionResult(context.Context, *UpdatePredictionResultRequest) (*longrunningpb.Operation, error)
- type UpdateBacktestResultRequest
- func (*UpdateBacktestResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBacktestResultRequest) GetBacktestResult() *BacktestResult
- func (x *UpdateBacktestResultRequest) GetRequestId() string
- func (x *UpdateBacktestResultRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateBacktestResultRequest) ProtoMessage()
- func (x *UpdateBacktestResultRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBacktestResultRequest) Reset()
- func (x *UpdateBacktestResultRequest) String() string
- type UpdateDatasetRequest
- func (*UpdateDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDatasetRequest) GetDataset() *Dataset
- func (x *UpdateDatasetRequest) GetRequestId() string
- func (x *UpdateDatasetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateDatasetRequest) ProtoMessage()
- func (x *UpdateDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDatasetRequest) Reset()
- func (x *UpdateDatasetRequest) String() string
- type UpdateEngineConfigRequest
- func (*UpdateEngineConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEngineConfigRequest) GetEngineConfig() *EngineConfig
- func (x *UpdateEngineConfigRequest) GetRequestId() string
- func (x *UpdateEngineConfigRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEngineConfigRequest) ProtoMessage()
- func (x *UpdateEngineConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEngineConfigRequest) Reset()
- func (x *UpdateEngineConfigRequest) String() string
- type UpdateInstanceRequest
- func (*UpdateInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInstanceRequest) GetInstance() *Instance
- func (x *UpdateInstanceRequest) GetRequestId() string
- func (x *UpdateInstanceRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateInstanceRequest) ProtoMessage()
- func (x *UpdateInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateInstanceRequest) Reset()
- func (x *UpdateInstanceRequest) String() string
- type UpdateModelRequest
- func (*UpdateModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateModelRequest) GetModel() *Model
- func (x *UpdateModelRequest) GetRequestId() string
- func (x *UpdateModelRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateModelRequest) ProtoMessage()
- func (x *UpdateModelRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateModelRequest) Reset()
- func (x *UpdateModelRequest) String() string
- type UpdatePredictionResultRequest
- func (*UpdatePredictionResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePredictionResultRequest) GetPredictionResult() *PredictionResult
- func (x *UpdatePredictionResultRequest) GetRequestId() string
- func (x *UpdatePredictionResultRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdatePredictionResultRequest) ProtoMessage()
- func (x *UpdatePredictionResultRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePredictionResultRequest) Reset()
- func (x *UpdatePredictionResultRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( BacktestResult_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "CREATING", 2: "ACTIVE", 3: "UPDATING", 4: "DELETING", } BacktestResult_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "CREATING": 1, "ACTIVE": 2, "UPDATING": 3, "DELETING": 4, } )
Enum value maps for BacktestResult_State.
var ( BigQueryDestination_WriteDisposition_name = map[int32]string{ 0: "WRITE_DISPOSITION_UNSPECIFIED", 1: "WRITE_EMPTY", 2: "WRITE_TRUNCATE", } BigQueryDestination_WriteDisposition_value = map[string]int32{ "WRITE_DISPOSITION_UNSPECIFIED": 0, "WRITE_EMPTY": 1, "WRITE_TRUNCATE": 2, } )
Enum value maps for BigQueryDestination_WriteDisposition.
var ( Dataset_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "CREATING", 2: "ACTIVE", 3: "UPDATING", 4: "DELETING", } Dataset_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "CREATING": 1, "ACTIVE": 2, "UPDATING": 3, "DELETING": 4, } )
Enum value maps for Dataset_State.
var ( EngineConfig_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "CREATING", 2: "ACTIVE", 3: "UPDATING", 4: "DELETING", } EngineConfig_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "CREATING": 1, "ACTIVE": 2, "UPDATING": 3, "DELETING": 4, } )
Enum value maps for EngineConfig_State.
var ( EngineConfig_HyperparameterSourceType_name = map[int32]string{ 0: "HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED", 1: "TUNING", 2: "INHERITED", } EngineConfig_HyperparameterSourceType_value = map[string]int32{ "HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED": 0, "TUNING": 1, "INHERITED": 2, } )
Enum value maps for EngineConfig_HyperparameterSourceType.
var ( EngineVersion_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "ACTIVE", 2: "LIMITED", 3: "DECOMMISSIONED", } EngineVersion_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "ACTIVE": 1, "LIMITED": 2, "DECOMMISSIONED": 3, } )
Enum value maps for EngineVersion_State.
var ( Instance_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "CREATING", 2: "ACTIVE", 3: "UPDATING", 4: "DELETING", } Instance_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "CREATING": 1, "ACTIVE": 2, "UPDATING": 3, "DELETING": 4, } )
Enum value maps for Instance_State.
var ( ImportRegisteredPartiesRequest_UpdateMode_name = map[int32]string{ 0: "UPDATE_MODE_UNSPECIFIED", 1: "REPLACE", 2: "APPEND", } ImportRegisteredPartiesRequest_UpdateMode_value = map[string]int32{ "UPDATE_MODE_UNSPECIFIED": 0, "REPLACE": 1, "APPEND": 2, } )
Enum value maps for ImportRegisteredPartiesRequest_UpdateMode.
var ( LineOfBusiness_name = map[int32]string{ 0: "LINE_OF_BUSINESS_UNSPECIFIED", 1: "COMMERCIAL", 2: "RETAIL", } LineOfBusiness_value = map[string]int32{ "LINE_OF_BUSINESS_UNSPECIFIED": 0, "COMMERCIAL": 1, "RETAIL": 2, } )
Enum value maps for LineOfBusiness.
var ( Model_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "CREATING", 2: "ACTIVE", 3: "UPDATING", 4: "DELETING", } Model_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "CREATING": 1, "ACTIVE": 2, "UPDATING": 3, "DELETING": 4, } )
Enum value maps for Model_State.
var ( PredictionResult_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "CREATING", 2: "ACTIVE", 3: "UPDATING", 4: "DELETING", } PredictionResult_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "CREATING": 1, "ACTIVE": 2, "UPDATING": 3, "DELETING": 4, } )
Enum value maps for PredictionResult_State.
var File_google_cloud_financialservices_v1_backtest_result_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_bigquery_destination_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_dataset_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_engine_config_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_engine_version_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_instance_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_line_of_business_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_model_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_prediction_result_proto protoreflect.FileDescriptor
var File_google_cloud_financialservices_v1_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAMLServer ¶
Types ¶
type AMLClient ¶
type AMLClient interface { // Lists instances. ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error) // Gets an instance. GetInstance(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*Instance, error) // Creates an instance. CreateInstance(ctx context.Context, in *CreateInstanceRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates the parameters of a single Instance. UpdateInstance(ctx context.Context, in *UpdateInstanceRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes an instance. DeleteInstance(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Imports the list of registered parties. See // [Create and manage // instances](https://cloud.google.com/financial-services/anti-money-laundering/docs/create-and-manage-instances#import-registered-parties) // for information on the input schema and response for this method. ImportRegisteredParties(ctx context.Context, in *ImportRegisteredPartiesRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Exports the list of registered parties. See // [Create and manage // instances](https://cloud.google.com/financial-services/anti-money-laundering/docs/create-and-manage-instances#export-registered-parties) // for information on the output schema for this method. ExportRegisteredParties(ctx context.Context, in *ExportRegisteredPartiesRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists datasets. ListDatasets(ctx context.Context, in *ListDatasetsRequest, opts ...grpc.CallOption) (*ListDatasetsResponse, error) // Gets a dataset. GetDataset(ctx context.Context, in *GetDatasetRequest, opts ...grpc.CallOption) (*Dataset, error) // Creates a dataset. CreateDataset(ctx context.Context, in *CreateDatasetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates the parameters of a single Dataset. UpdateDataset(ctx context.Context, in *UpdateDatasetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a dataset. DeleteDataset(ctx context.Context, in *DeleteDatasetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists models. ListModels(ctx context.Context, in *ListModelsRequest, opts ...grpc.CallOption) (*ListModelsResponse, error) // Gets a model. GetModel(ctx context.Context, in *GetModelRequest, opts ...grpc.CallOption) (*Model, error) // Creates a model. CreateModel(ctx context.Context, in *CreateModelRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates the parameters of a single Model. UpdateModel(ctx context.Context, in *UpdateModelRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Export governance information for a Model resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#model). ExportModelMetadata(ctx context.Context, in *ExportModelMetadataRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a model. DeleteModel(ctx context.Context, in *DeleteModelRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists engine configs. ListEngineConfigs(ctx context.Context, in *ListEngineConfigsRequest, opts ...grpc.CallOption) (*ListEngineConfigsResponse, error) // Gets an engine config. GetEngineConfig(ctx context.Context, in *GetEngineConfigRequest, opts ...grpc.CallOption) (*EngineConfig, error) // Creates an engine config. CreateEngineConfig(ctx context.Context, in *CreateEngineConfigRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates the parameters of a single EngineConfig. UpdateEngineConfig(ctx context.Context, in *UpdateEngineConfigRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Export governance information for an EngineConfig resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#engine-config). ExportEngineConfigMetadata(ctx context.Context, in *ExportEngineConfigMetadataRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes an engine config. DeleteEngineConfig(ctx context.Context, in *DeleteEngineConfigRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Gets a single EngineVersion. GetEngineVersion(ctx context.Context, in *GetEngineVersionRequest, opts ...grpc.CallOption) (*EngineVersion, error) // Lists EngineVersions for given location. ListEngineVersions(ctx context.Context, in *ListEngineVersionsRequest, opts ...grpc.CallOption) (*ListEngineVersionsResponse, error) // List PredictionResults. ListPredictionResults(ctx context.Context, in *ListPredictionResultsRequest, opts ...grpc.CallOption) (*ListPredictionResultsResponse, error) // Gets a PredictionResult. GetPredictionResult(ctx context.Context, in *GetPredictionResultRequest, opts ...grpc.CallOption) (*PredictionResult, error) // Create a PredictionResult. CreatePredictionResult(ctx context.Context, in *CreatePredictionResultRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates the parameters of a single PredictionResult. UpdatePredictionResult(ctx context.Context, in *UpdatePredictionResultRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Export governance information for a PredictionResult resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#prediction-results). ExportPredictionResultMetadata(ctx context.Context, in *ExportPredictionResultMetadataRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a PredictionResult. DeletePredictionResult(ctx context.Context, in *DeletePredictionResultRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // List BacktestResults. ListBacktestResults(ctx context.Context, in *ListBacktestResultsRequest, opts ...grpc.CallOption) (*ListBacktestResultsResponse, error) // Gets a BacktestResult. GetBacktestResult(ctx context.Context, in *GetBacktestResultRequest, opts ...grpc.CallOption) (*BacktestResult, error) // Create a BacktestResult. CreateBacktestResult(ctx context.Context, in *CreateBacktestResultRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates the parameters of a single BacktestResult. UpdateBacktestResult(ctx context.Context, in *UpdateBacktestResultRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Export governance information for a BacktestResult resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#backtest-results). ExportBacktestResultMetadata(ctx context.Context, in *ExportBacktestResultMetadataRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a BacktestResult. DeleteBacktestResult(ctx context.Context, in *DeleteBacktestResultRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) }
AMLClient is the client API for AML service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAMLClient ¶
func NewAMLClient(cc grpc.ClientConnInterface) AMLClient
type AMLServer ¶
type AMLServer interface { // Lists instances. ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error) // Gets an instance. GetInstance(context.Context, *GetInstanceRequest) (*Instance, error) // Creates an instance. CreateInstance(context.Context, *CreateInstanceRequest) (*longrunningpb.Operation, error) // Updates the parameters of a single Instance. UpdateInstance(context.Context, *UpdateInstanceRequest) (*longrunningpb.Operation, error) // Deletes an instance. DeleteInstance(context.Context, *DeleteInstanceRequest) (*longrunningpb.Operation, error) // Imports the list of registered parties. See // [Create and manage // instances](https://cloud.google.com/financial-services/anti-money-laundering/docs/create-and-manage-instances#import-registered-parties) // for information on the input schema and response for this method. ImportRegisteredParties(context.Context, *ImportRegisteredPartiesRequest) (*longrunningpb.Operation, error) // Exports the list of registered parties. See // [Create and manage // instances](https://cloud.google.com/financial-services/anti-money-laundering/docs/create-and-manage-instances#export-registered-parties) // for information on the output schema for this method. ExportRegisteredParties(context.Context, *ExportRegisteredPartiesRequest) (*longrunningpb.Operation, error) // Lists datasets. ListDatasets(context.Context, *ListDatasetsRequest) (*ListDatasetsResponse, error) // Gets a dataset. GetDataset(context.Context, *GetDatasetRequest) (*Dataset, error) // Creates a dataset. CreateDataset(context.Context, *CreateDatasetRequest) (*longrunningpb.Operation, error) // Updates the parameters of a single Dataset. UpdateDataset(context.Context, *UpdateDatasetRequest) (*longrunningpb.Operation, error) // Deletes a dataset. DeleteDataset(context.Context, *DeleteDatasetRequest) (*longrunningpb.Operation, error) // Lists models. ListModels(context.Context, *ListModelsRequest) (*ListModelsResponse, error) // Gets a model. GetModel(context.Context, *GetModelRequest) (*Model, error) // Creates a model. CreateModel(context.Context, *CreateModelRequest) (*longrunningpb.Operation, error) // Updates the parameters of a single Model. UpdateModel(context.Context, *UpdateModelRequest) (*longrunningpb.Operation, error) // Export governance information for a Model resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#model). ExportModelMetadata(context.Context, *ExportModelMetadataRequest) (*longrunningpb.Operation, error) // Deletes a model. DeleteModel(context.Context, *DeleteModelRequest) (*longrunningpb.Operation, error) // Lists engine configs. ListEngineConfigs(context.Context, *ListEngineConfigsRequest) (*ListEngineConfigsResponse, error) // Gets an engine config. GetEngineConfig(context.Context, *GetEngineConfigRequest) (*EngineConfig, error) // Creates an engine config. CreateEngineConfig(context.Context, *CreateEngineConfigRequest) (*longrunningpb.Operation, error) // Updates the parameters of a single EngineConfig. UpdateEngineConfig(context.Context, *UpdateEngineConfigRequest) (*longrunningpb.Operation, error) // Export governance information for an EngineConfig resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#engine-config). ExportEngineConfigMetadata(context.Context, *ExportEngineConfigMetadataRequest) (*longrunningpb.Operation, error) // Deletes an engine config. DeleteEngineConfig(context.Context, *DeleteEngineConfigRequest) (*longrunningpb.Operation, error) // Gets a single EngineVersion. GetEngineVersion(context.Context, *GetEngineVersionRequest) (*EngineVersion, error) // Lists EngineVersions for given location. ListEngineVersions(context.Context, *ListEngineVersionsRequest) (*ListEngineVersionsResponse, error) // List PredictionResults. ListPredictionResults(context.Context, *ListPredictionResultsRequest) (*ListPredictionResultsResponse, error) // Gets a PredictionResult. GetPredictionResult(context.Context, *GetPredictionResultRequest) (*PredictionResult, error) // Create a PredictionResult. CreatePredictionResult(context.Context, *CreatePredictionResultRequest) (*longrunningpb.Operation, error) // Updates the parameters of a single PredictionResult. UpdatePredictionResult(context.Context, *UpdatePredictionResultRequest) (*longrunningpb.Operation, error) // Export governance information for a PredictionResult resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#prediction-results). ExportPredictionResultMetadata(context.Context, *ExportPredictionResultMetadataRequest) (*longrunningpb.Operation, error) // Deletes a PredictionResult. DeletePredictionResult(context.Context, *DeletePredictionResultRequest) (*longrunningpb.Operation, error) // List BacktestResults. ListBacktestResults(context.Context, *ListBacktestResultsRequest) (*ListBacktestResultsResponse, error) // Gets a BacktestResult. GetBacktestResult(context.Context, *GetBacktestResultRequest) (*BacktestResult, error) // Create a BacktestResult. CreateBacktestResult(context.Context, *CreateBacktestResultRequest) (*longrunningpb.Operation, error) // Updates the parameters of a single BacktestResult. UpdateBacktestResult(context.Context, *UpdateBacktestResultRequest) (*longrunningpb.Operation, error) // Export governance information for a BacktestResult resource. For // information on the exported fields, see // [AML output data // model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#backtest-results). ExportBacktestResultMetadata(context.Context, *ExportBacktestResultMetadataRequest) (*longrunningpb.Operation, error) // Deletes a BacktestResult. DeleteBacktestResult(context.Context, *DeleteBacktestResultRequest) (*longrunningpb.Operation, error) }
AMLServer is the server API for AML service.
type BacktestResult ¶
type BacktestResult struct { // Output only. The resource name of the BacktestResult. // format: // "/projects/{project_num}/locations/{location}/instances/{instance}/backtestResults/{backtest_result}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. The timestamp of creation of this resource. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The timestamp of the most recent update of this resource. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Labels Labels map[string]string `` /* 153-byte string literal not displayed */ // Output only. State of the BacktestResult (creating, active, deleting, etc.) State BacktestResult_State `protobuf:"varint,5,opt,name=state,proto3,enum=google.cloud.financialservices.v1.BacktestResult_State" json:"state,omitempty"` // Required. The resource name of the Dataset to backtest on // Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}" Dataset string `protobuf:"bytes,6,opt,name=dataset,proto3" json:"dataset,omitempty"` // Required. The resource name of the Model to use or to backtest. // Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/models/{model}" Model string `protobuf:"bytes,7,opt,name=model,proto3" json:"model,omitempty"` // Required. End_time specifies the latest time from which labels are used and // from which data is used to generate features for backtesting. End_time // should be no later than the end of the date_range of the primary dataset. EndTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // The number of consecutive months to conduct backtesting for, ending with // the last full month prior to the end_time according to the dataset's // timezone. BacktestPeriods int32 `protobuf:"varint,10,opt,name=backtest_periods,json=backtestPeriods,proto3" json:"backtest_periods,omitempty"` // Required. PerformanceTarget gives information on how the test will be // evaluated. PerformanceTarget *BacktestResult_PerformanceTarget `protobuf:"bytes,11,opt,name=performance_target,json=performanceTarget,proto3" json:"performance_target,omitempty"` // Output only. The line of business (Retail/Commercial) this backtest is for. // Determined by Model, cannot be set by user. LineOfBusiness LineOfBusiness `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
BacktestResult is created to test the performance of a model on a dataset.
func (*BacktestResult) Descriptor
deprecated
func (*BacktestResult) Descriptor() ([]byte, []int)
Deprecated: Use BacktestResult.ProtoReflect.Descriptor instead.
func (*BacktestResult) GetBacktestPeriods ¶
func (x *BacktestResult) GetBacktestPeriods() int32
func (*BacktestResult) GetCreateTime ¶
func (x *BacktestResult) GetCreateTime() *timestamppb.Timestamp
func (*BacktestResult) GetDataset ¶
func (x *BacktestResult) GetDataset() string
func (*BacktestResult) GetEndTime ¶
func (x *BacktestResult) GetEndTime() *timestamppb.Timestamp
func (*BacktestResult) GetLabels ¶
func (x *BacktestResult) GetLabels() map[string]string
func (*BacktestResult) GetLineOfBusiness ¶
func (x *BacktestResult) GetLineOfBusiness() LineOfBusiness
func (*BacktestResult) GetModel ¶
func (x *BacktestResult) GetModel() string
func (*BacktestResult) GetName ¶
func (x *BacktestResult) GetName() string
func (*BacktestResult) GetPerformanceTarget ¶
func (x *BacktestResult) GetPerformanceTarget() *BacktestResult_PerformanceTarget
func (*BacktestResult) GetState ¶
func (x *BacktestResult) GetState() BacktestResult_State
func (*BacktestResult) GetUpdateTime ¶
func (x *BacktestResult) GetUpdateTime() *timestamppb.Timestamp
func (*BacktestResult) ProtoMessage ¶
func (*BacktestResult) ProtoMessage()
func (*BacktestResult) ProtoReflect ¶
func (x *BacktestResult) ProtoReflect() protoreflect.Message
func (*BacktestResult) Reset ¶
func (x *BacktestResult) Reset()
func (*BacktestResult) String ¶
func (x *BacktestResult) String() string
type BacktestResult_PerformanceTarget ¶
type BacktestResult_PerformanceTarget struct { // Required. A number that gives the tuner a hint on the number of parties // from this data that will be investigated per period (monthly). This is // used to control how the model is evaluated. For example, when trying AML // AI for the first time, we recommend setting this to the number of parties // investigated in an average month, based on alerts from your existing // automated alerting system. PartyInvestigationsPerPeriodHint int64 `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
PerformanceTarget gives hints on how to evaluate the performance of a model.
func (*BacktestResult_PerformanceTarget) Descriptor
deprecated
func (*BacktestResult_PerformanceTarget) Descriptor() ([]byte, []int)
Deprecated: Use BacktestResult_PerformanceTarget.ProtoReflect.Descriptor instead.
func (*BacktestResult_PerformanceTarget) GetPartyInvestigationsPerPeriodHint ¶
func (x *BacktestResult_PerformanceTarget) GetPartyInvestigationsPerPeriodHint() int64
func (*BacktestResult_PerformanceTarget) ProtoMessage ¶
func (*BacktestResult_PerformanceTarget) ProtoMessage()
func (*BacktestResult_PerformanceTarget) ProtoReflect ¶
func (x *BacktestResult_PerformanceTarget) ProtoReflect() protoreflect.Message
func (*BacktestResult_PerformanceTarget) Reset ¶
func (x *BacktestResult_PerformanceTarget) Reset()
func (*BacktestResult_PerformanceTarget) String ¶
func (x *BacktestResult_PerformanceTarget) String() string
type BacktestResult_State ¶
type BacktestResult_State int32
The possible states of a resource.
const ( // State is unspecified, should not occur. BacktestResult_STATE_UNSPECIFIED BacktestResult_State = 0 // The resource has not finished being created. BacktestResult_CREATING BacktestResult_State = 1 // The resource is active/ready to be used. BacktestResult_ACTIVE BacktestResult_State = 2 // The resource is in the process of being updated. BacktestResult_UPDATING BacktestResult_State = 3 // The resource is in the process of being deleted. BacktestResult_DELETING BacktestResult_State = 4 )
func (BacktestResult_State) Descriptor ¶
func (BacktestResult_State) Descriptor() protoreflect.EnumDescriptor
func (BacktestResult_State) Enum ¶
func (x BacktestResult_State) Enum() *BacktestResult_State
func (BacktestResult_State) EnumDescriptor
deprecated
func (BacktestResult_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use BacktestResult_State.Descriptor instead.
func (BacktestResult_State) Number ¶
func (x BacktestResult_State) Number() protoreflect.EnumNumber
func (BacktestResult_State) String ¶
func (x BacktestResult_State) String() string
func (BacktestResult_State) Type ¶
func (BacktestResult_State) Type() protoreflect.EnumType
type BigQueryDestination ¶
type BigQueryDestination struct { // Optional. BigQuery URI to a table, must be of the form // bq://projectId.bqDatasetId.tableId. // Note that the BigQuery dataset must already exist. // VPC-SC restrictions apply. TableUri string `protobuf:"bytes,1,opt,name=table_uri,json=tableUri,proto3" json:"table_uri,omitempty"` // Required. Whether or not to overwrite destination table. By default the // table won't be overwritten and an error will be returned if the table // exists and contains data. WriteDisposition BigQueryDestination_WriteDisposition `` /* 186-byte string literal not displayed */ // contains filtered or unexported fields }
BigQueryDestination is a wrapper for BigQuery output information.
func (*BigQueryDestination) Descriptor
deprecated
func (*BigQueryDestination) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryDestination.ProtoReflect.Descriptor instead.
func (*BigQueryDestination) GetTableUri ¶
func (x *BigQueryDestination) GetTableUri() string
func (*BigQueryDestination) GetWriteDisposition ¶
func (x *BigQueryDestination) GetWriteDisposition() BigQueryDestination_WriteDisposition
func (*BigQueryDestination) ProtoMessage ¶
func (*BigQueryDestination) ProtoMessage()
func (*BigQueryDestination) ProtoReflect ¶
func (x *BigQueryDestination) ProtoReflect() protoreflect.Message
func (*BigQueryDestination) Reset ¶
func (x *BigQueryDestination) Reset()
func (*BigQueryDestination) String ¶
func (x *BigQueryDestination) String() string
type BigQueryDestination_WriteDisposition ¶
type BigQueryDestination_WriteDisposition int32
WriteDisposition controls the behavior when the destination table already exists.
const ( // Default behavior is the same as WRITE_EMPTY. BigQueryDestination_WRITE_DISPOSITION_UNSPECIFIED BigQueryDestination_WriteDisposition = 0 // If the table already exists and contains data, an error is returned. BigQueryDestination_WRITE_EMPTY BigQueryDestination_WriteDisposition = 1 // If the table already exists, the data will be overwritten. BigQueryDestination_WRITE_TRUNCATE BigQueryDestination_WriteDisposition = 2 )
func (BigQueryDestination_WriteDisposition) Descriptor ¶
func (BigQueryDestination_WriteDisposition) Descriptor() protoreflect.EnumDescriptor
func (BigQueryDestination_WriteDisposition) Enum ¶
func (x BigQueryDestination_WriteDisposition) Enum() *BigQueryDestination_WriteDisposition
func (BigQueryDestination_WriteDisposition) EnumDescriptor
deprecated
func (BigQueryDestination_WriteDisposition) EnumDescriptor() ([]byte, []int)
Deprecated: Use BigQueryDestination_WriteDisposition.Descriptor instead.
func (BigQueryDestination_WriteDisposition) Number ¶
func (x BigQueryDestination_WriteDisposition) Number() protoreflect.EnumNumber
func (BigQueryDestination_WriteDisposition) String ¶
func (x BigQueryDestination_WriteDisposition) String() string
func (BigQueryDestination_WriteDisposition) Type ¶
func (BigQueryDestination_WriteDisposition) Type() protoreflect.EnumType
type CreateBacktestResultRequest ¶
type CreateBacktestResultRequest struct { // Required. The parent of the BacktestResult is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The resource id of the BacktestResult BacktestResultId string `protobuf:"bytes,2,opt,name=backtest_result_id,json=backtestResultId,proto3" json:"backtest_result_id,omitempty"` // Required. The BacktestResult that will be created. BacktestResult *BacktestResult `protobuf:"bytes,3,opt,name=backtest_result,json=backtestResult,proto3" json:"backtest_result,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for creating a BacktestResult resource.
func (*CreateBacktestResultRequest) Descriptor
deprecated
func (*CreateBacktestResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBacktestResultRequest.ProtoReflect.Descriptor instead.
func (*CreateBacktestResultRequest) GetBacktestResult ¶
func (x *CreateBacktestResultRequest) GetBacktestResult() *BacktestResult
func (*CreateBacktestResultRequest) GetBacktestResultId ¶
func (x *CreateBacktestResultRequest) GetBacktestResultId() string
func (*CreateBacktestResultRequest) GetParent ¶
func (x *CreateBacktestResultRequest) GetParent() string
func (*CreateBacktestResultRequest) GetRequestId ¶
func (x *CreateBacktestResultRequest) GetRequestId() string
func (*CreateBacktestResultRequest) ProtoMessage ¶
func (*CreateBacktestResultRequest) ProtoMessage()
func (*CreateBacktestResultRequest) ProtoReflect ¶
func (x *CreateBacktestResultRequest) ProtoReflect() protoreflect.Message
func (*CreateBacktestResultRequest) Reset ¶
func (x *CreateBacktestResultRequest) Reset()
func (*CreateBacktestResultRequest) String ¶
func (x *CreateBacktestResultRequest) String() string
type CreateDatasetRequest ¶
type CreateDatasetRequest struct { // Required. The parent of the Dataset is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The resource id of the dataset DatasetId string `protobuf:"bytes,2,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"` // Required. The dataset that will be created. Dataset *Dataset `protobuf:"bytes,3,opt,name=dataset,proto3" json:"dataset,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for creating a Dataset resource.
func (*CreateDatasetRequest) Descriptor
deprecated
func (*CreateDatasetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDatasetRequest.ProtoReflect.Descriptor instead.
func (*CreateDatasetRequest) GetDataset ¶
func (x *CreateDatasetRequest) GetDataset() *Dataset
func (*CreateDatasetRequest) GetDatasetId ¶
func (x *CreateDatasetRequest) GetDatasetId() string
func (*CreateDatasetRequest) GetParent ¶
func (x *CreateDatasetRequest) GetParent() string
func (*CreateDatasetRequest) GetRequestId ¶
func (x *CreateDatasetRequest) GetRequestId() string
func (*CreateDatasetRequest) ProtoMessage ¶
func (*CreateDatasetRequest) ProtoMessage()
func (*CreateDatasetRequest) ProtoReflect ¶
func (x *CreateDatasetRequest) ProtoReflect() protoreflect.Message
func (*CreateDatasetRequest) Reset ¶
func (x *CreateDatasetRequest) Reset()
func (*CreateDatasetRequest) String ¶
func (x *CreateDatasetRequest) String() string
type CreateEngineConfigRequest ¶
type CreateEngineConfigRequest struct { // Required. The parent of the EngineConfig is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The resource id of the EngineConfig EngineConfigId string `protobuf:"bytes,2,opt,name=engine_config_id,json=engineConfigId,proto3" json:"engine_config_id,omitempty"` // Required. The EngineConfig that will be created. EngineConfig *EngineConfig `protobuf:"bytes,3,opt,name=engine_config,json=engineConfig,proto3" json:"engine_config,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for creating an EngineConfig resource.
func (*CreateEngineConfigRequest) Descriptor
deprecated
func (*CreateEngineConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEngineConfigRequest.ProtoReflect.Descriptor instead.
func (*CreateEngineConfigRequest) GetEngineConfig ¶
func (x *CreateEngineConfigRequest) GetEngineConfig() *EngineConfig
func (*CreateEngineConfigRequest) GetEngineConfigId ¶
func (x *CreateEngineConfigRequest) GetEngineConfigId() string
func (*CreateEngineConfigRequest) GetParent ¶
func (x *CreateEngineConfigRequest) GetParent() string
func (*CreateEngineConfigRequest) GetRequestId ¶
func (x *CreateEngineConfigRequest) GetRequestId() string
func (*CreateEngineConfigRequest) ProtoMessage ¶
func (*CreateEngineConfigRequest) ProtoMessage()
func (*CreateEngineConfigRequest) ProtoReflect ¶
func (x *CreateEngineConfigRequest) ProtoReflect() protoreflect.Message
func (*CreateEngineConfigRequest) Reset ¶
func (x *CreateEngineConfigRequest) Reset()
func (*CreateEngineConfigRequest) String ¶
func (x *CreateEngineConfigRequest) String() string
type CreateInstanceRequest ¶
type CreateInstanceRequest struct { // Required. The parent of the Instance is the location for that Instance. // Every location has exactly one instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The resource id of the instance. InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // Required. The instance that will be created. Instance *Instance `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for creating a Instance resource.
func (*CreateInstanceRequest) Descriptor
deprecated
func (*CreateInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateInstanceRequest.ProtoReflect.Descriptor instead.
func (*CreateInstanceRequest) GetInstance ¶
func (x *CreateInstanceRequest) GetInstance() *Instance
func (*CreateInstanceRequest) GetInstanceId ¶
func (x *CreateInstanceRequest) GetInstanceId() string
func (*CreateInstanceRequest) GetParent ¶
func (x *CreateInstanceRequest) GetParent() string
func (*CreateInstanceRequest) GetRequestId ¶
func (x *CreateInstanceRequest) GetRequestId() string
func (*CreateInstanceRequest) ProtoMessage ¶
func (*CreateInstanceRequest) ProtoMessage()
func (*CreateInstanceRequest) ProtoReflect ¶
func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message
func (*CreateInstanceRequest) Reset ¶
func (x *CreateInstanceRequest) Reset()
func (*CreateInstanceRequest) String ¶
func (x *CreateInstanceRequest) String() string
type CreateModelRequest ¶
type CreateModelRequest struct { // Required. The parent of the Model is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The resource id of the Model ModelId string `protobuf:"bytes,2,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"` // Required. The Model that will be created. Model *Model `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for creating a Model resource.
func (*CreateModelRequest) Descriptor
deprecated
func (*CreateModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateModelRequest.ProtoReflect.Descriptor instead.
func (*CreateModelRequest) GetModel ¶
func (x *CreateModelRequest) GetModel() *Model
func (*CreateModelRequest) GetModelId ¶
func (x *CreateModelRequest) GetModelId() string
func (*CreateModelRequest) GetParent ¶
func (x *CreateModelRequest) GetParent() string
func (*CreateModelRequest) GetRequestId ¶
func (x *CreateModelRequest) GetRequestId() string
func (*CreateModelRequest) ProtoMessage ¶
func (*CreateModelRequest) ProtoMessage()
func (*CreateModelRequest) ProtoReflect ¶
func (x *CreateModelRequest) ProtoReflect() protoreflect.Message
func (*CreateModelRequest) Reset ¶
func (x *CreateModelRequest) Reset()
func (*CreateModelRequest) String ¶
func (x *CreateModelRequest) String() string
type CreatePredictionResultRequest ¶
type CreatePredictionResultRequest struct { // Required. The parent of the PredictionResult is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The resource id of the PredictionResult PredictionResultId string `protobuf:"bytes,2,opt,name=prediction_result_id,json=predictionResultId,proto3" json:"prediction_result_id,omitempty"` // Required. The PredictionResult that will be created. PredictionResult *PredictionResult `protobuf:"bytes,3,opt,name=prediction_result,json=predictionResult,proto3" json:"prediction_result,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for creating a PredictionResult resource.
func (*CreatePredictionResultRequest) Descriptor
deprecated
func (*CreatePredictionResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePredictionResultRequest.ProtoReflect.Descriptor instead.
func (*CreatePredictionResultRequest) GetParent ¶
func (x *CreatePredictionResultRequest) GetParent() string
func (*CreatePredictionResultRequest) GetPredictionResult ¶
func (x *CreatePredictionResultRequest) GetPredictionResult() *PredictionResult
func (*CreatePredictionResultRequest) GetPredictionResultId ¶
func (x *CreatePredictionResultRequest) GetPredictionResultId() string
func (*CreatePredictionResultRequest) GetRequestId ¶
func (x *CreatePredictionResultRequest) GetRequestId() string
func (*CreatePredictionResultRequest) ProtoMessage ¶
func (*CreatePredictionResultRequest) ProtoMessage()
func (*CreatePredictionResultRequest) ProtoReflect ¶
func (x *CreatePredictionResultRequest) ProtoReflect() protoreflect.Message
func (*CreatePredictionResultRequest) Reset ¶
func (x *CreatePredictionResultRequest) Reset()
func (*CreatePredictionResultRequest) String ¶
func (x *CreatePredictionResultRequest) String() string
type Dataset ¶
type Dataset struct { // Output only. The resource name of the Dataset. // format: // "/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. The timestamp of creation of this resource. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The timestamp of the most recent update of this resource. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Labels Labels map[string]string `` /* 153-byte string literal not displayed */ // Required. The set of BigQuery tables in the dataset. The key should be the // table type and the value should be the BigQuery tables in the format // `bq://{project}.{dataset}.{table}`. // Current table types are: // // - `party` // - `account_party_link` // - `transaction` // - `risk_case_event` // - `party_supplementary_data` TableSpecs map[string]string `` /* 179-byte string literal not displayed */ // Output only. State of the dataset (creating, active, deleting, etc.) State Dataset_State `protobuf:"varint,7,opt,name=state,proto3,enum=google.cloud.financialservices.v1.Dataset_State" json:"state,omitempty"` // Required. Core time window of the dataset. All tables should have complete // data covering this period. DateRange *interval.Interval `protobuf:"bytes,8,opt,name=date_range,json=dateRange,proto3" json:"date_range,omitempty"` // The timezone of the data, default will act as UTC. TimeZone *datetime.TimeZone `protobuf:"bytes,9,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // contains filtered or unexported fields }
The Dataset resource contains summary information about a dataset.
func (*Dataset) Descriptor
deprecated
func (*Dataset) GetCreateTime ¶
func (x *Dataset) GetCreateTime() *timestamppb.Timestamp
func (*Dataset) GetDateRange ¶
func (*Dataset) GetState ¶
func (x *Dataset) GetState() Dataset_State
func (*Dataset) GetTableSpecs ¶
func (*Dataset) GetTimeZone ¶
func (*Dataset) GetUpdateTime ¶
func (x *Dataset) GetUpdateTime() *timestamppb.Timestamp
func (*Dataset) ProtoMessage ¶
func (*Dataset) ProtoMessage()
func (*Dataset) ProtoReflect ¶
func (x *Dataset) ProtoReflect() protoreflect.Message
type Dataset_State ¶
type Dataset_State int32
The possible states of a resource.
const ( // State is unspecified, should not occur. Dataset_STATE_UNSPECIFIED Dataset_State = 0 // The resource has not finished being created. Dataset_CREATING Dataset_State = 1 // The resource is active/ready to be used. Dataset_ACTIVE Dataset_State = 2 // The resource is in the process of being updated. Dataset_UPDATING Dataset_State = 3 // The resource is in the process of being deleted. Dataset_DELETING Dataset_State = 4 )
func (Dataset_State) Descriptor ¶
func (Dataset_State) Descriptor() protoreflect.EnumDescriptor
func (Dataset_State) Enum ¶
func (x Dataset_State) Enum() *Dataset_State
func (Dataset_State) EnumDescriptor
deprecated
func (Dataset_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Dataset_State.Descriptor instead.
func (Dataset_State) Number ¶
func (x Dataset_State) Number() protoreflect.EnumNumber
func (Dataset_State) String ¶
func (x Dataset_State) String() string
func (Dataset_State) Type ¶
func (Dataset_State) Type() protoreflect.EnumType
type DeleteBacktestResultRequest ¶
type DeleteBacktestResultRequest struct { // Required. The resource name of the BacktestResult. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes after the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for deleting a BacktestResult.
func (*DeleteBacktestResultRequest) Descriptor
deprecated
func (*DeleteBacktestResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBacktestResultRequest.ProtoReflect.Descriptor instead.
func (*DeleteBacktestResultRequest) GetName ¶
func (x *DeleteBacktestResultRequest) GetName() string
func (*DeleteBacktestResultRequest) GetRequestId ¶
func (x *DeleteBacktestResultRequest) GetRequestId() string
func (*DeleteBacktestResultRequest) ProtoMessage ¶
func (*DeleteBacktestResultRequest) ProtoMessage()
func (*DeleteBacktestResultRequest) ProtoReflect ¶
func (x *DeleteBacktestResultRequest) ProtoReflect() protoreflect.Message
func (*DeleteBacktestResultRequest) Reset ¶
func (x *DeleteBacktestResultRequest) Reset()
func (*DeleteBacktestResultRequest) String ¶
func (x *DeleteBacktestResultRequest) String() string
type DeleteDatasetRequest ¶
type DeleteDatasetRequest struct { // Required. The resource name of the Dataset. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes after the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for deleting a Dataset.
func (*DeleteDatasetRequest) Descriptor
deprecated
func (*DeleteDatasetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDatasetRequest.ProtoReflect.Descriptor instead.
func (*DeleteDatasetRequest) GetName ¶
func (x *DeleteDatasetRequest) GetName() string
func (*DeleteDatasetRequest) GetRequestId ¶
func (x *DeleteDatasetRequest) GetRequestId() string
func (*DeleteDatasetRequest) ProtoMessage ¶
func (*DeleteDatasetRequest) ProtoMessage()
func (*DeleteDatasetRequest) ProtoReflect ¶
func (x *DeleteDatasetRequest) ProtoReflect() protoreflect.Message
func (*DeleteDatasetRequest) Reset ¶
func (x *DeleteDatasetRequest) Reset()
func (*DeleteDatasetRequest) String ¶
func (x *DeleteDatasetRequest) String() string
type DeleteEngineConfigRequest ¶
type DeleteEngineConfigRequest struct { // Required. The resource name of the EngineConfig. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes after the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for deleting an EngineConfig.
func (*DeleteEngineConfigRequest) Descriptor
deprecated
func (*DeleteEngineConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEngineConfigRequest.ProtoReflect.Descriptor instead.
func (*DeleteEngineConfigRequest) GetName ¶
func (x *DeleteEngineConfigRequest) GetName() string
func (*DeleteEngineConfigRequest) GetRequestId ¶
func (x *DeleteEngineConfigRequest) GetRequestId() string
func (*DeleteEngineConfigRequest) ProtoMessage ¶
func (*DeleteEngineConfigRequest) ProtoMessage()
func (*DeleteEngineConfigRequest) ProtoReflect ¶
func (x *DeleteEngineConfigRequest) ProtoReflect() protoreflect.Message
func (*DeleteEngineConfigRequest) Reset ¶
func (x *DeleteEngineConfigRequest) Reset()
func (*DeleteEngineConfigRequest) String ¶
func (x *DeleteEngineConfigRequest) String() string
type DeleteInstanceRequest ¶
type DeleteInstanceRequest struct { // Required. The resource name of the Instance. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes after the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for deleting a Instance.
func (*DeleteInstanceRequest) Descriptor
deprecated
func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.
func (*DeleteInstanceRequest) GetName ¶
func (x *DeleteInstanceRequest) GetName() string
func (*DeleteInstanceRequest) GetRequestId ¶
func (x *DeleteInstanceRequest) GetRequestId() string
func (*DeleteInstanceRequest) ProtoMessage ¶
func (*DeleteInstanceRequest) ProtoMessage()
func (*DeleteInstanceRequest) ProtoReflect ¶
func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message
func (*DeleteInstanceRequest) Reset ¶
func (x *DeleteInstanceRequest) Reset()
func (*DeleteInstanceRequest) String ¶
func (x *DeleteInstanceRequest) String() string
type DeleteModelRequest ¶
type DeleteModelRequest struct { // Required. The resource name of the Model. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes after the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for deleting a Model.
func (*DeleteModelRequest) Descriptor
deprecated
func (*DeleteModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteModelRequest.ProtoReflect.Descriptor instead.
func (*DeleteModelRequest) GetName ¶
func (x *DeleteModelRequest) GetName() string
func (*DeleteModelRequest) GetRequestId ¶
func (x *DeleteModelRequest) GetRequestId() string
func (*DeleteModelRequest) ProtoMessage ¶
func (*DeleteModelRequest) ProtoMessage()
func (*DeleteModelRequest) ProtoReflect ¶
func (x *DeleteModelRequest) ProtoReflect() protoreflect.Message
func (*DeleteModelRequest) Reset ¶
func (x *DeleteModelRequest) Reset()
func (*DeleteModelRequest) String ¶
func (x *DeleteModelRequest) String() string
type DeletePredictionResultRequest ¶
type DeletePredictionResultRequest struct { // Required. The resource name of the PredictionResult. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes after the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for deleting a PredictionResult.
func (*DeletePredictionResultRequest) Descriptor
deprecated
func (*DeletePredictionResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePredictionResultRequest.ProtoReflect.Descriptor instead.
func (*DeletePredictionResultRequest) GetName ¶
func (x *DeletePredictionResultRequest) GetName() string
func (*DeletePredictionResultRequest) GetRequestId ¶
func (x *DeletePredictionResultRequest) GetRequestId() string
func (*DeletePredictionResultRequest) ProtoMessage ¶
func (*DeletePredictionResultRequest) ProtoMessage()
func (*DeletePredictionResultRequest) ProtoReflect ¶
func (x *DeletePredictionResultRequest) ProtoReflect() protoreflect.Message
func (*DeletePredictionResultRequest) Reset ¶
func (x *DeletePredictionResultRequest) Reset()
func (*DeletePredictionResultRequest) String ¶
func (x *DeletePredictionResultRequest) String() string
type EngineConfig ¶
type EngineConfig struct { // Output only. The resource name of the EngineConfig. // format: // "/projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. The timestamp of creation of this resource. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The timestamp of the most recent update of this resource. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Labels Labels map[string]string `` /* 153-byte string literal not displayed */ // Output only. State of the EngineConfig (creating, active, deleting, etc.) State EngineConfig_State `protobuf:"varint,5,opt,name=state,proto3,enum=google.cloud.financialservices.v1.EngineConfig_State" json:"state,omitempty"` // Required. The resource name of the EngineVersion used in this model tuning. // format: // "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}" EngineVersion string `protobuf:"bytes,6,opt,name=engine_version,json=engineVersion,proto3" json:"engine_version,omitempty"` // Optional. Configuration for tuning in creation of the EngineConfig. // This field is required if `hyperparameter_source.type` is not `INHERITED`, // and output-only otherwise. Tuning *EngineConfig_Tuning `protobuf:"bytes,7,opt,name=tuning,proto3" json:"tuning,omitempty"` // Optional. PerformanceTarget gives information on how the tuning and // training will be evaluated. This field is required if // `hyperparameter_source.type` is not `INHERITED`, and output-only otherwise. PerformanceTarget *EngineConfig_PerformanceTarget `protobuf:"bytes,11,opt,name=performance_target,json=performanceTarget,proto3" json:"performance_target,omitempty"` // Output only. The line of business (Retail/Commercial) this engine config is // used for. Determined by EngineVersion, cannot be set by user. LineOfBusiness LineOfBusiness `` /* 161-byte string literal not displayed */ // Optional. The origin of hyperparameters for the created EngineConfig. The // default is `TUNING`. In this case, the hyperparameters are selected as a // result of a // // tuning run. HyperparameterSourceType EngineConfig_HyperparameterSourceType `` /* 214-byte string literal not displayed */ // Optional. Configuration of hyperparameters source EngineConfig. HyperparameterSource *EngineConfig_HyperparameterSource `protobuf:"bytes,16,opt,name=hyperparameter_source,json=hyperparameterSource,proto3" json:"hyperparameter_source,omitempty"` // contains filtered or unexported fields }
The EngineConfig resource creates the configuration for training a model.
func (*EngineConfig) Descriptor
deprecated
func (*EngineConfig) Descriptor() ([]byte, []int)
Deprecated: Use EngineConfig.ProtoReflect.Descriptor instead.
func (*EngineConfig) GetCreateTime ¶
func (x *EngineConfig) GetCreateTime() *timestamppb.Timestamp
func (*EngineConfig) GetEngineVersion ¶
func (x *EngineConfig) GetEngineVersion() string
func (*EngineConfig) GetHyperparameterSource ¶
func (x *EngineConfig) GetHyperparameterSource() *EngineConfig_HyperparameterSource
func (*EngineConfig) GetHyperparameterSourceType ¶
func (x *EngineConfig) GetHyperparameterSourceType() EngineConfig_HyperparameterSourceType
func (*EngineConfig) GetLabels ¶
func (x *EngineConfig) GetLabels() map[string]string
func (*EngineConfig) GetLineOfBusiness ¶
func (x *EngineConfig) GetLineOfBusiness() LineOfBusiness
func (*EngineConfig) GetName ¶
func (x *EngineConfig) GetName() string
func (*EngineConfig) GetPerformanceTarget ¶
func (x *EngineConfig) GetPerformanceTarget() *EngineConfig_PerformanceTarget
func (*EngineConfig) GetState ¶
func (x *EngineConfig) GetState() EngineConfig_State
func (*EngineConfig) GetTuning ¶
func (x *EngineConfig) GetTuning() *EngineConfig_Tuning
func (*EngineConfig) GetUpdateTime ¶
func (x *EngineConfig) GetUpdateTime() *timestamppb.Timestamp
func (*EngineConfig) ProtoMessage ¶
func (*EngineConfig) ProtoMessage()
func (*EngineConfig) ProtoReflect ¶
func (x *EngineConfig) ProtoReflect() protoreflect.Message
func (*EngineConfig) Reset ¶
func (x *EngineConfig) Reset()
func (*EngineConfig) String ¶
func (x *EngineConfig) String() string
type EngineConfig_HyperparameterSource ¶
type EngineConfig_HyperparameterSource struct { // Required. The resource name of the source EngineConfig whose outputs are // used. Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}" SourceEngineConfig string `protobuf:"bytes,1,opt,name=source_engine_config,json=sourceEngineConfig,proto3" json:"source_engine_config,omitempty"` // Output only. The resource name of the EngineVersion that was used in the // tuning run. Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}" SourceEngineVersion string `protobuf:"bytes,2,opt,name=source_engine_version,json=sourceEngineVersion,proto3" json:"source_engine_version,omitempty"` // contains filtered or unexported fields }
Parameters for bootstrapping an Engine Config with the results of another one.
func (*EngineConfig_HyperparameterSource) Descriptor
deprecated
func (*EngineConfig_HyperparameterSource) Descriptor() ([]byte, []int)
Deprecated: Use EngineConfig_HyperparameterSource.ProtoReflect.Descriptor instead.
func (*EngineConfig_HyperparameterSource) GetSourceEngineConfig ¶
func (x *EngineConfig_HyperparameterSource) GetSourceEngineConfig() string
func (*EngineConfig_HyperparameterSource) GetSourceEngineVersion ¶
func (x *EngineConfig_HyperparameterSource) GetSourceEngineVersion() string
func (*EngineConfig_HyperparameterSource) ProtoMessage ¶
func (*EngineConfig_HyperparameterSource) ProtoMessage()
func (*EngineConfig_HyperparameterSource) ProtoReflect ¶
func (x *EngineConfig_HyperparameterSource) ProtoReflect() protoreflect.Message
func (*EngineConfig_HyperparameterSource) Reset ¶
func (x *EngineConfig_HyperparameterSource) Reset()
func (*EngineConfig_HyperparameterSource) String ¶
func (x *EngineConfig_HyperparameterSource) String() string
type EngineConfig_HyperparameterSourceType ¶
type EngineConfig_HyperparameterSourceType int32
The type of the hyperparameter source.
const ( // Hyperparameter source type is unspecified, defaults to TUNING. EngineConfig_HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED EngineConfig_HyperparameterSourceType = 0 // The EngineConfig creation starts a tuning job which selects the best // hyperparameters. EngineConfig_TUNING EngineConfig_HyperparameterSourceType = 1 // The hyperparameters are inherited from another EngineConfig. EngineConfig_INHERITED EngineConfig_HyperparameterSourceType = 2 )
func (EngineConfig_HyperparameterSourceType) Descriptor ¶
func (EngineConfig_HyperparameterSourceType) Descriptor() protoreflect.EnumDescriptor
func (EngineConfig_HyperparameterSourceType) EnumDescriptor
deprecated
func (EngineConfig_HyperparameterSourceType) EnumDescriptor() ([]byte, []int)
Deprecated: Use EngineConfig_HyperparameterSourceType.Descriptor instead.
func (EngineConfig_HyperparameterSourceType) Number ¶
func (x EngineConfig_HyperparameterSourceType) Number() protoreflect.EnumNumber
func (EngineConfig_HyperparameterSourceType) String ¶
func (x EngineConfig_HyperparameterSourceType) String() string
func (EngineConfig_HyperparameterSourceType) Type ¶
func (EngineConfig_HyperparameterSourceType) Type() protoreflect.EnumType
type EngineConfig_PerformanceTarget ¶
type EngineConfig_PerformanceTarget struct { // Required. A number that gives the tuner a hint on the number of parties // from this data that will be investigated per period (monthly). This is // used to control how the model is evaluated. For example, when trying AML // AI for the first time, we recommend setting this to the number of parties // investigated in an average month, based on alerts from your existing // automated alerting system. PartyInvestigationsPerPeriodHint int64 `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
PerformanceTarget gives hints on how to evaluate the performance of a model.
func (*EngineConfig_PerformanceTarget) Descriptor
deprecated
func (*EngineConfig_PerformanceTarget) Descriptor() ([]byte, []int)
Deprecated: Use EngineConfig_PerformanceTarget.ProtoReflect.Descriptor instead.
func (*EngineConfig_PerformanceTarget) GetPartyInvestigationsPerPeriodHint ¶
func (x *EngineConfig_PerformanceTarget) GetPartyInvestigationsPerPeriodHint() int64
func (*EngineConfig_PerformanceTarget) ProtoMessage ¶
func (*EngineConfig_PerformanceTarget) ProtoMessage()
func (*EngineConfig_PerformanceTarget) ProtoReflect ¶
func (x *EngineConfig_PerformanceTarget) ProtoReflect() protoreflect.Message
func (*EngineConfig_PerformanceTarget) Reset ¶
func (x *EngineConfig_PerformanceTarget) Reset()
func (*EngineConfig_PerformanceTarget) String ¶
func (x *EngineConfig_PerformanceTarget) String() string
type EngineConfig_State ¶
type EngineConfig_State int32
The possible states of a resource.
const ( // State is unspecified, should not occur. EngineConfig_STATE_UNSPECIFIED EngineConfig_State = 0 // The resource has not finished being created. EngineConfig_CREATING EngineConfig_State = 1 // The resource is active/ready to be used. EngineConfig_ACTIVE EngineConfig_State = 2 // The resource is in the process of being updated. EngineConfig_UPDATING EngineConfig_State = 3 // The resource is in the process of being deleted. EngineConfig_DELETING EngineConfig_State = 4 )
func (EngineConfig_State) Descriptor ¶
func (EngineConfig_State) Descriptor() protoreflect.EnumDescriptor
func (EngineConfig_State) Enum ¶
func (x EngineConfig_State) Enum() *EngineConfig_State
func (EngineConfig_State) EnumDescriptor
deprecated
func (EngineConfig_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use EngineConfig_State.Descriptor instead.
func (EngineConfig_State) Number ¶
func (x EngineConfig_State) Number() protoreflect.EnumNumber
func (EngineConfig_State) String ¶
func (x EngineConfig_State) String() string
func (EngineConfig_State) Type ¶
func (EngineConfig_State) Type() protoreflect.EnumType
type EngineConfig_Tuning ¶
type EngineConfig_Tuning struct { // Required. The resource name of the Primary Dataset used in this model // tuning. For information about how primary and auxiliary datasets are // used, refer to the engine version's documentation. Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}" PrimaryDataset string `protobuf:"bytes,1,opt,name=primary_dataset,json=primaryDataset,proto3" json:"primary_dataset,omitempty"` // Required. End_time specifies the latest time from which labels are used // and from which data is used to generate features for tuning. End_time // should be no later than the end of the date_range of the dataset. EndTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // contains filtered or unexported fields }
The parameters needed for the tuning operation, these are used only in tuning and not passed on to training.
func (*EngineConfig_Tuning) Descriptor
deprecated
func (*EngineConfig_Tuning) Descriptor() ([]byte, []int)
Deprecated: Use EngineConfig_Tuning.ProtoReflect.Descriptor instead.
func (*EngineConfig_Tuning) GetEndTime ¶
func (x *EngineConfig_Tuning) GetEndTime() *timestamppb.Timestamp
func (*EngineConfig_Tuning) GetPrimaryDataset ¶
func (x *EngineConfig_Tuning) GetPrimaryDataset() string
func (*EngineConfig_Tuning) ProtoMessage ¶
func (*EngineConfig_Tuning) ProtoMessage()
func (*EngineConfig_Tuning) ProtoReflect ¶
func (x *EngineConfig_Tuning) ProtoReflect() protoreflect.Message
func (*EngineConfig_Tuning) Reset ¶
func (x *EngineConfig_Tuning) Reset()
func (*EngineConfig_Tuning) String ¶
func (x *EngineConfig_Tuning) String() string
type EngineVersion ¶
type EngineVersion struct { // Output only. Identifier. The resource name of the EngineVersion // format: // "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. The state of the version. State EngineVersion_State `protobuf:"varint,2,opt,name=state,proto3,enum=google.cloud.financialservices.v1.EngineVersion_State" json:"state,omitempty"` // Output only. Planned time to stop allowing training/tuning using this // version. Existing trained models can still be used for prediction/backtest. ExpectedLimitationStartTime *timestamppb.Timestamp `` /* 146-byte string literal not displayed */ // Output only. Planned time to stop supporting the version, in addition // to no training or tuning, models trained on this version // can no longer be used for prediction/backtest. ExpectedDecommissionTime *timestamppb.Timestamp `` /* 135-byte string literal not displayed */ // Output only. The line of business (Retail/Commercial) this engine version // is used for. LineOfBusiness LineOfBusiness `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
EngineVersion controls which version of the engine is used to tune, train, and run the model.
func (*EngineVersion) Descriptor
deprecated
func (*EngineVersion) Descriptor() ([]byte, []int)
Deprecated: Use EngineVersion.ProtoReflect.Descriptor instead.
func (*EngineVersion) GetExpectedDecommissionTime ¶
func (x *EngineVersion) GetExpectedDecommissionTime() *timestamppb.Timestamp
func (*EngineVersion) GetExpectedLimitationStartTime ¶
func (x *EngineVersion) GetExpectedLimitationStartTime() *timestamppb.Timestamp
func (*EngineVersion) GetLineOfBusiness ¶
func (x *EngineVersion) GetLineOfBusiness() LineOfBusiness
func (*EngineVersion) GetName ¶
func (x *EngineVersion) GetName() string
func (*EngineVersion) GetState ¶
func (x *EngineVersion) GetState() EngineVersion_State
func (*EngineVersion) ProtoMessage ¶
func (*EngineVersion) ProtoMessage()
func (*EngineVersion) ProtoReflect ¶
func (x *EngineVersion) ProtoReflect() protoreflect.Message
func (*EngineVersion) Reset ¶
func (x *EngineVersion) Reset()
func (*EngineVersion) String ¶
func (x *EngineVersion) String() string
type EngineVersion_State ¶
type EngineVersion_State int32
State determines the lifecycle of a version and the models/engine configs trained with it.
const ( // Default state, should never be used. EngineVersion_STATE_UNSPECIFIED EngineVersion_State = 0 // Version is available for training and inference. EngineVersion_ACTIVE EngineVersion_State = 1 // Models using this version can still be run, but new ones cannot be // trained. EngineVersion_LIMITED EngineVersion_State = 2 // Version is deprecated, listed for informational purposes only. EngineVersion_DECOMMISSIONED EngineVersion_State = 3 )
func (EngineVersion_State) Descriptor ¶
func (EngineVersion_State) Descriptor() protoreflect.EnumDescriptor
func (EngineVersion_State) Enum ¶
func (x EngineVersion_State) Enum() *EngineVersion_State
func (EngineVersion_State) EnumDescriptor
deprecated
func (EngineVersion_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use EngineVersion_State.Descriptor instead.
func (EngineVersion_State) Number ¶
func (x EngineVersion_State) Number() protoreflect.EnumNumber
func (EngineVersion_State) String ¶
func (x EngineVersion_State) String() string
func (EngineVersion_State) Type ¶
func (EngineVersion_State) Type() protoreflect.EnumType
type ExportBacktestResultMetadataRequest ¶
type ExportBacktestResultMetadataRequest struct { // Required. The resource name of the BacktestResult. BacktestResult string `protobuf:"bytes,1,opt,name=backtest_result,json=backtestResult,proto3" json:"backtest_result,omitempty"` // Required. BigQuery output where the metadata will be written. StructuredMetadataDestination *BigQueryDestination `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
Request for exporting BacktestResult metadata.
func (*ExportBacktestResultMetadataRequest) Descriptor
deprecated
func (*ExportBacktestResultMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportBacktestResultMetadataRequest.ProtoReflect.Descriptor instead.
func (*ExportBacktestResultMetadataRequest) GetBacktestResult ¶
func (x *ExportBacktestResultMetadataRequest) GetBacktestResult() string
func (*ExportBacktestResultMetadataRequest) GetStructuredMetadataDestination ¶
func (x *ExportBacktestResultMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
func (*ExportBacktestResultMetadataRequest) ProtoMessage ¶
func (*ExportBacktestResultMetadataRequest) ProtoMessage()
func (*ExportBacktestResultMetadataRequest) ProtoReflect ¶
func (x *ExportBacktestResultMetadataRequest) ProtoReflect() protoreflect.Message
func (*ExportBacktestResultMetadataRequest) Reset ¶
func (x *ExportBacktestResultMetadataRequest) Reset()
func (*ExportBacktestResultMetadataRequest) String ¶
func (x *ExportBacktestResultMetadataRequest) String() string
type ExportBacktestResultMetadataResponse ¶
type ExportBacktestResultMetadataResponse struct {
// contains filtered or unexported fields
}
Response for exporting BacktestResult metadata.
func (*ExportBacktestResultMetadataResponse) Descriptor
deprecated
func (*ExportBacktestResultMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportBacktestResultMetadataResponse.ProtoReflect.Descriptor instead.
func (*ExportBacktestResultMetadataResponse) ProtoMessage ¶
func (*ExportBacktestResultMetadataResponse) ProtoMessage()
func (*ExportBacktestResultMetadataResponse) ProtoReflect ¶
func (x *ExportBacktestResultMetadataResponse) ProtoReflect() protoreflect.Message
func (*ExportBacktestResultMetadataResponse) Reset ¶
func (x *ExportBacktestResultMetadataResponse) Reset()
func (*ExportBacktestResultMetadataResponse) String ¶
func (x *ExportBacktestResultMetadataResponse) String() string
type ExportEngineConfigMetadataRequest ¶
type ExportEngineConfigMetadataRequest struct { // Required. The resource name of the EngineConfig. EngineConfig string `protobuf:"bytes,1,opt,name=engine_config,json=engineConfig,proto3" json:"engine_config,omitempty"` // Required. BigQuery output where the metadata will be written. StructuredMetadataDestination *BigQueryDestination `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
Request for exporting EngineConfig metadata.
func (*ExportEngineConfigMetadataRequest) Descriptor
deprecated
func (*ExportEngineConfigMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportEngineConfigMetadataRequest.ProtoReflect.Descriptor instead.
func (*ExportEngineConfigMetadataRequest) GetEngineConfig ¶
func (x *ExportEngineConfigMetadataRequest) GetEngineConfig() string
func (*ExportEngineConfigMetadataRequest) GetStructuredMetadataDestination ¶
func (x *ExportEngineConfigMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
func (*ExportEngineConfigMetadataRequest) ProtoMessage ¶
func (*ExportEngineConfigMetadataRequest) ProtoMessage()
func (*ExportEngineConfigMetadataRequest) ProtoReflect ¶
func (x *ExportEngineConfigMetadataRequest) ProtoReflect() protoreflect.Message
func (*ExportEngineConfigMetadataRequest) Reset ¶
func (x *ExportEngineConfigMetadataRequest) Reset()
func (*ExportEngineConfigMetadataRequest) String ¶
func (x *ExportEngineConfigMetadataRequest) String() string
type ExportEngineConfigMetadataResponse ¶
type ExportEngineConfigMetadataResponse struct {
// contains filtered or unexported fields
}
Response for exporting EngineConfig metadata.
func (*ExportEngineConfigMetadataResponse) Descriptor
deprecated
func (*ExportEngineConfigMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportEngineConfigMetadataResponse.ProtoReflect.Descriptor instead.
func (*ExportEngineConfigMetadataResponse) ProtoMessage ¶
func (*ExportEngineConfigMetadataResponse) ProtoMessage()
func (*ExportEngineConfigMetadataResponse) ProtoReflect ¶
func (x *ExportEngineConfigMetadataResponse) ProtoReflect() protoreflect.Message
func (*ExportEngineConfigMetadataResponse) Reset ¶
func (x *ExportEngineConfigMetadataResponse) Reset()
func (*ExportEngineConfigMetadataResponse) String ¶
func (x *ExportEngineConfigMetadataResponse) String() string
type ExportModelMetadataRequest ¶
type ExportModelMetadataRequest struct { // Required. The resource name of the Model. Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` // Required. BigQuery output where the metadata will be written. StructuredMetadataDestination *BigQueryDestination `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
Request for exporting Model metadata.
func (*ExportModelMetadataRequest) Descriptor
deprecated
func (*ExportModelMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportModelMetadataRequest.ProtoReflect.Descriptor instead.
func (*ExportModelMetadataRequest) GetModel ¶
func (x *ExportModelMetadataRequest) GetModel() string
func (*ExportModelMetadataRequest) GetStructuredMetadataDestination ¶
func (x *ExportModelMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
func (*ExportModelMetadataRequest) ProtoMessage ¶
func (*ExportModelMetadataRequest) ProtoMessage()
func (*ExportModelMetadataRequest) ProtoReflect ¶
func (x *ExportModelMetadataRequest) ProtoReflect() protoreflect.Message
func (*ExportModelMetadataRequest) Reset ¶
func (x *ExportModelMetadataRequest) Reset()
func (*ExportModelMetadataRequest) String ¶
func (x *ExportModelMetadataRequest) String() string
type ExportModelMetadataResponse ¶
type ExportModelMetadataResponse struct {
// contains filtered or unexported fields
}
Response for exporting Model metadata.
func (*ExportModelMetadataResponse) Descriptor
deprecated
func (*ExportModelMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportModelMetadataResponse.ProtoReflect.Descriptor instead.
func (*ExportModelMetadataResponse) ProtoMessage ¶
func (*ExportModelMetadataResponse) ProtoMessage()
func (*ExportModelMetadataResponse) ProtoReflect ¶
func (x *ExportModelMetadataResponse) ProtoReflect() protoreflect.Message
func (*ExportModelMetadataResponse) Reset ¶
func (x *ExportModelMetadataResponse) Reset()
func (*ExportModelMetadataResponse) String ¶
func (x *ExportModelMetadataResponse) String() string
type ExportPredictionResultMetadataRequest ¶
type ExportPredictionResultMetadataRequest struct { // Required. The resource name of the PredictionResult. PredictionResult string `protobuf:"bytes,1,opt,name=prediction_result,json=predictionResult,proto3" json:"prediction_result,omitempty"` // Required. BigQuery output where the metadata will be written. StructuredMetadataDestination *BigQueryDestination `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
Request for exporting PredictionResult metadata.
func (*ExportPredictionResultMetadataRequest) Descriptor
deprecated
func (*ExportPredictionResultMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportPredictionResultMetadataRequest.ProtoReflect.Descriptor instead.
func (*ExportPredictionResultMetadataRequest) GetPredictionResult ¶
func (x *ExportPredictionResultMetadataRequest) GetPredictionResult() string
func (*ExportPredictionResultMetadataRequest) GetStructuredMetadataDestination ¶
func (x *ExportPredictionResultMetadataRequest) GetStructuredMetadataDestination() *BigQueryDestination
func (*ExportPredictionResultMetadataRequest) ProtoMessage ¶
func (*ExportPredictionResultMetadataRequest) ProtoMessage()
func (*ExportPredictionResultMetadataRequest) ProtoReflect ¶
func (x *ExportPredictionResultMetadataRequest) ProtoReflect() protoreflect.Message
func (*ExportPredictionResultMetadataRequest) Reset ¶
func (x *ExportPredictionResultMetadataRequest) Reset()
func (*ExportPredictionResultMetadataRequest) String ¶
func (x *ExportPredictionResultMetadataRequest) String() string
type ExportPredictionResultMetadataResponse ¶
type ExportPredictionResultMetadataResponse struct {
// contains filtered or unexported fields
}
Response for exporting PredictionResult metadata.
func (*ExportPredictionResultMetadataResponse) Descriptor
deprecated
func (*ExportPredictionResultMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportPredictionResultMetadataResponse.ProtoReflect.Descriptor instead.
func (*ExportPredictionResultMetadataResponse) ProtoMessage ¶
func (*ExportPredictionResultMetadataResponse) ProtoMessage()
func (*ExportPredictionResultMetadataResponse) ProtoReflect ¶
func (x *ExportPredictionResultMetadataResponse) ProtoReflect() protoreflect.Message
func (*ExportPredictionResultMetadataResponse) Reset ¶
func (x *ExportPredictionResultMetadataResponse) Reset()
func (*ExportPredictionResultMetadataResponse) String ¶
func (x *ExportPredictionResultMetadataResponse) String() string
type ExportRegisteredPartiesRequest ¶
type ExportRegisteredPartiesRequest struct { // Required. The full path to the Instance resource in this API. // format: "projects/{project}/locations/{location}/instances/{instance}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The location to output the RegisteredParties. Dataset *BigQueryDestination `protobuf:"bytes,2,opt,name=dataset,proto3" json:"dataset,omitempty"` // Required. LineOfBusiness to get RegisteredParties from. LineOfBusiness LineOfBusiness `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
Request to export a list of currently registered parties.
func (*ExportRegisteredPartiesRequest) Descriptor
deprecated
func (*ExportRegisteredPartiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportRegisteredPartiesRequest.ProtoReflect.Descriptor instead.
func (*ExportRegisteredPartiesRequest) GetDataset ¶
func (x *ExportRegisteredPartiesRequest) GetDataset() *BigQueryDestination
func (*ExportRegisteredPartiesRequest) GetLineOfBusiness ¶
func (x *ExportRegisteredPartiesRequest) GetLineOfBusiness() LineOfBusiness
func (*ExportRegisteredPartiesRequest) GetName ¶
func (x *ExportRegisteredPartiesRequest) GetName() string
func (*ExportRegisteredPartiesRequest) ProtoMessage ¶
func (*ExportRegisteredPartiesRequest) ProtoMessage()
func (*ExportRegisteredPartiesRequest) ProtoReflect ¶
func (x *ExportRegisteredPartiesRequest) ProtoReflect() protoreflect.Message
func (*ExportRegisteredPartiesRequest) Reset ¶
func (x *ExportRegisteredPartiesRequest) Reset()
func (*ExportRegisteredPartiesRequest) String ¶
func (x *ExportRegisteredPartiesRequest) String() string
type ExportRegisteredPartiesResponse ¶
type ExportRegisteredPartiesResponse struct {
// contains filtered or unexported fields
}
Response to export registered parties request.
func (*ExportRegisteredPartiesResponse) Descriptor
deprecated
func (*ExportRegisteredPartiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportRegisteredPartiesResponse.ProtoReflect.Descriptor instead.
func (*ExportRegisteredPartiesResponse) ProtoMessage ¶
func (*ExportRegisteredPartiesResponse) ProtoMessage()
func (*ExportRegisteredPartiesResponse) ProtoReflect ¶
func (x *ExportRegisteredPartiesResponse) ProtoReflect() protoreflect.Message
func (*ExportRegisteredPartiesResponse) Reset ¶
func (x *ExportRegisteredPartiesResponse) Reset()
func (*ExportRegisteredPartiesResponse) String ¶
func (x *ExportRegisteredPartiesResponse) String() string
type GetBacktestResultRequest ¶
type GetBacktestResultRequest struct { // Required. The resource name of the BacktestResult Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for retrieving a specific BacktestResult resource.
func (*GetBacktestResultRequest) Descriptor
deprecated
func (*GetBacktestResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBacktestResultRequest.ProtoReflect.Descriptor instead.
func (*GetBacktestResultRequest) GetName ¶
func (x *GetBacktestResultRequest) GetName() string
func (*GetBacktestResultRequest) ProtoMessage ¶
func (*GetBacktestResultRequest) ProtoMessage()
func (*GetBacktestResultRequest) ProtoReflect ¶
func (x *GetBacktestResultRequest) ProtoReflect() protoreflect.Message
func (*GetBacktestResultRequest) Reset ¶
func (x *GetBacktestResultRequest) Reset()
func (*GetBacktestResultRequest) String ¶
func (x *GetBacktestResultRequest) String() string
type GetDatasetRequest ¶
type GetDatasetRequest struct { // Required. The resource name of the Dataset Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for retrieving a specific Dataset resource.
func (*GetDatasetRequest) Descriptor
deprecated
func (*GetDatasetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDatasetRequest.ProtoReflect.Descriptor instead.
func (*GetDatasetRequest) GetName ¶
func (x *GetDatasetRequest) GetName() string
func (*GetDatasetRequest) ProtoMessage ¶
func (*GetDatasetRequest) ProtoMessage()
func (*GetDatasetRequest) ProtoReflect ¶
func (x *GetDatasetRequest) ProtoReflect() protoreflect.Message
func (*GetDatasetRequest) Reset ¶
func (x *GetDatasetRequest) Reset()
func (*GetDatasetRequest) String ¶
func (x *GetDatasetRequest) String() string
type GetEngineConfigRequest ¶
type GetEngineConfigRequest struct { // Required. The resource name of the EngineConfig Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for retrieving a specific EngineConfig resource.
func (*GetEngineConfigRequest) Descriptor
deprecated
func (*GetEngineConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEngineConfigRequest.ProtoReflect.Descriptor instead.
func (*GetEngineConfigRequest) GetName ¶
func (x *GetEngineConfigRequest) GetName() string
func (*GetEngineConfigRequest) ProtoMessage ¶
func (*GetEngineConfigRequest) ProtoMessage()
func (*GetEngineConfigRequest) ProtoReflect ¶
func (x *GetEngineConfigRequest) ProtoReflect() protoreflect.Message
func (*GetEngineConfigRequest) Reset ¶
func (x *GetEngineConfigRequest) Reset()
func (*GetEngineConfigRequest) String ¶
func (x *GetEngineConfigRequest) String() string
type GetEngineVersionRequest ¶
type GetEngineVersionRequest struct { // Required. The resource name of the EngineVersion Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for retrieving a specific EngineVersion resource.
func (*GetEngineVersionRequest) Descriptor
deprecated
func (*GetEngineVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEngineVersionRequest.ProtoReflect.Descriptor instead.
func (*GetEngineVersionRequest) GetName ¶
func (x *GetEngineVersionRequest) GetName() string
func (*GetEngineVersionRequest) ProtoMessage ¶
func (*GetEngineVersionRequest) ProtoMessage()
func (*GetEngineVersionRequest) ProtoReflect ¶
func (x *GetEngineVersionRequest) ProtoReflect() protoreflect.Message
func (*GetEngineVersionRequest) Reset ¶
func (x *GetEngineVersionRequest) Reset()
func (*GetEngineVersionRequest) String ¶
func (x *GetEngineVersionRequest) String() string
type GetInstanceRequest ¶
type GetInstanceRequest struct { // Required. The resource name of the Instance. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for retrieving a specific Instance resource.
func (*GetInstanceRequest) Descriptor
deprecated
func (*GetInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.
func (*GetInstanceRequest) GetName ¶
func (x *GetInstanceRequest) GetName() string
func (*GetInstanceRequest) ProtoMessage ¶
func (*GetInstanceRequest) ProtoMessage()
func (*GetInstanceRequest) ProtoReflect ¶
func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message
func (*GetInstanceRequest) Reset ¶
func (x *GetInstanceRequest) Reset()
func (*GetInstanceRequest) String ¶
func (x *GetInstanceRequest) String() string
type GetModelRequest ¶
type GetModelRequest struct { // Required. The resource name of the Model Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for retrieving a specific Model resource.
func (*GetModelRequest) Descriptor
deprecated
func (*GetModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModelRequest.ProtoReflect.Descriptor instead.
func (*GetModelRequest) GetName ¶
func (x *GetModelRequest) GetName() string
func (*GetModelRequest) ProtoMessage ¶
func (*GetModelRequest) ProtoMessage()
func (*GetModelRequest) ProtoReflect ¶
func (x *GetModelRequest) ProtoReflect() protoreflect.Message
func (*GetModelRequest) Reset ¶
func (x *GetModelRequest) Reset()
func (*GetModelRequest) String ¶
func (x *GetModelRequest) String() string
type GetPredictionResultRequest ¶
type GetPredictionResultRequest struct { // Required. The resource name of the PredictionResult Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for retrieving a specific PredictionResult resource.
func (*GetPredictionResultRequest) Descriptor
deprecated
func (*GetPredictionResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPredictionResultRequest.ProtoReflect.Descriptor instead.
func (*GetPredictionResultRequest) GetName ¶
func (x *GetPredictionResultRequest) GetName() string
func (*GetPredictionResultRequest) ProtoMessage ¶
func (*GetPredictionResultRequest) ProtoMessage()
func (*GetPredictionResultRequest) ProtoReflect ¶
func (x *GetPredictionResultRequest) ProtoReflect() protoreflect.Message
func (*GetPredictionResultRequest) Reset ¶
func (x *GetPredictionResultRequest) Reset()
func (*GetPredictionResultRequest) String ¶
func (x *GetPredictionResultRequest) String() string
type ImportRegisteredPartiesRequest ¶
type ImportRegisteredPartiesRequest struct { // Required. The full path to the Instance resource in this API. // format: "projects/{project}/locations/{location}/instances/{instance}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. List of BigQuery tables. Union of tables will be taken if there // is more than one table. VPC-SC restrictions apply. format: // "bq://{project}.{bqDatasetID}.{bqTableID}" Use of `datasets` is preferred // over the latter due to its simplicity and the reduced risk of errors // `party_tables` and `datasets` must not be provided at the // same time PartyTables []string `protobuf:"bytes,2,rep,name=party_tables,json=partyTables,proto3" json:"party_tables,omitempty"` // Required. Mode of the request. Mode ImportRegisteredPartiesRequest_UpdateMode `` /* 143-byte string literal not displayed */ // Optional. Is the request will not register the parties, just determine what // woud happen. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // Required. LineOfBusiness for the specified registered parties. LineOfBusiness LineOfBusiness `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
Request for adding/removing registered parties from BigQuery tables specified by the customer.
func (*ImportRegisteredPartiesRequest) Descriptor
deprecated
func (*ImportRegisteredPartiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ImportRegisteredPartiesRequest.ProtoReflect.Descriptor instead.
func (*ImportRegisteredPartiesRequest) GetLineOfBusiness ¶
func (x *ImportRegisteredPartiesRequest) GetLineOfBusiness() LineOfBusiness
func (*ImportRegisteredPartiesRequest) GetMode ¶
func (x *ImportRegisteredPartiesRequest) GetMode() ImportRegisteredPartiesRequest_UpdateMode
func (*ImportRegisteredPartiesRequest) GetName ¶
func (x *ImportRegisteredPartiesRequest) GetName() string
func (*ImportRegisteredPartiesRequest) GetPartyTables ¶
func (x *ImportRegisteredPartiesRequest) GetPartyTables() []string
func (*ImportRegisteredPartiesRequest) GetValidateOnly ¶
func (x *ImportRegisteredPartiesRequest) GetValidateOnly() bool
func (*ImportRegisteredPartiesRequest) ProtoMessage ¶
func (*ImportRegisteredPartiesRequest) ProtoMessage()
func (*ImportRegisteredPartiesRequest) ProtoReflect ¶
func (x *ImportRegisteredPartiesRequest) ProtoReflect() protoreflect.Message
func (*ImportRegisteredPartiesRequest) Reset ¶
func (x *ImportRegisteredPartiesRequest) Reset()
func (*ImportRegisteredPartiesRequest) String ¶
func (x *ImportRegisteredPartiesRequest) String() string
type ImportRegisteredPartiesRequest_UpdateMode ¶
type ImportRegisteredPartiesRequest_UpdateMode int32
UpdateMode controls the behavior for ImportRegisteredParties.
const ( // Default mode. ImportRegisteredPartiesRequest_UPDATE_MODE_UNSPECIFIED ImportRegisteredPartiesRequest_UpdateMode = 0 // Replace parties that are removable in Parties Table with new parties. ImportRegisteredPartiesRequest_REPLACE ImportRegisteredPartiesRequest_UpdateMode = 1 // Add new parties to Parties Table. ImportRegisteredPartiesRequest_APPEND ImportRegisteredPartiesRequest_UpdateMode = 2 )
func (ImportRegisteredPartiesRequest_UpdateMode) Descriptor ¶
func (ImportRegisteredPartiesRequest_UpdateMode) Descriptor() protoreflect.EnumDescriptor
func (ImportRegisteredPartiesRequest_UpdateMode) EnumDescriptor
deprecated
func (ImportRegisteredPartiesRequest_UpdateMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use ImportRegisteredPartiesRequest_UpdateMode.Descriptor instead.
func (ImportRegisteredPartiesRequest_UpdateMode) Number ¶
func (x ImportRegisteredPartiesRequest_UpdateMode) Number() protoreflect.EnumNumber
func (ImportRegisteredPartiesRequest_UpdateMode) String ¶
func (x ImportRegisteredPartiesRequest_UpdateMode) String() string
func (ImportRegisteredPartiesRequest_UpdateMode) Type ¶
func (ImportRegisteredPartiesRequest_UpdateMode) Type() protoreflect.EnumType
type ImportRegisteredPartiesResponse ¶
type ImportRegisteredPartiesResponse struct { // Number of parties added by this operation. PartiesAdded int64 `protobuf:"varint,1,opt,name=parties_added,json=partiesAdded,proto3" json:"parties_added,omitempty"` // Number of parties removed by this operation. PartiesRemoved int64 `protobuf:"varint,2,opt,name=parties_removed,json=partiesRemoved,proto3" json:"parties_removed,omitempty"` // Total number of parties that are registered in this instance, after the // update operation was completed. PartiesTotal int64 `protobuf:"varint,3,opt,name=parties_total,json=partiesTotal,proto3" json:"parties_total,omitempty"` // Number of parties that failed to be removed by this operation. PartiesFailedToRemove int64 `` /* 129-byte string literal not displayed */ PartiesUptiered int64 `protobuf:"varint,5,opt,name=parties_uptiered,json=partiesUptiered,proto3" json:"parties_uptiered,omitempty"` // Total number of parties that are downtiered in this instance PartiesDowntiered int64 `protobuf:"varint,6,opt,name=parties_downtiered,json=partiesDowntiered,proto3" json:"parties_downtiered,omitempty"` // Number of parties that failed to be downtiered PartiesFailedToDowntier int64 `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
Response for adding/removing registered parties from BigQuery tables.
func (*ImportRegisteredPartiesResponse) Descriptor
deprecated
func (*ImportRegisteredPartiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ImportRegisteredPartiesResponse.ProtoReflect.Descriptor instead.
func (*ImportRegisteredPartiesResponse) GetPartiesAdded ¶
func (x *ImportRegisteredPartiesResponse) GetPartiesAdded() int64
func (*ImportRegisteredPartiesResponse) GetPartiesDowntiered ¶
func (x *ImportRegisteredPartiesResponse) GetPartiesDowntiered() int64
func (*ImportRegisteredPartiesResponse) GetPartiesFailedToDowntier ¶
func (x *ImportRegisteredPartiesResponse) GetPartiesFailedToDowntier() int64
func (*ImportRegisteredPartiesResponse) GetPartiesFailedToRemove ¶
func (x *ImportRegisteredPartiesResponse) GetPartiesFailedToRemove() int64
func (*ImportRegisteredPartiesResponse) GetPartiesRemoved ¶
func (x *ImportRegisteredPartiesResponse) GetPartiesRemoved() int64
func (*ImportRegisteredPartiesResponse) GetPartiesTotal ¶
func (x *ImportRegisteredPartiesResponse) GetPartiesTotal() int64
func (*ImportRegisteredPartiesResponse) GetPartiesUptiered ¶
func (x *ImportRegisteredPartiesResponse) GetPartiesUptiered() int64
func (*ImportRegisteredPartiesResponse) ProtoMessage ¶
func (*ImportRegisteredPartiesResponse) ProtoMessage()
func (*ImportRegisteredPartiesResponse) ProtoReflect ¶
func (x *ImportRegisteredPartiesResponse) ProtoReflect() protoreflect.Message
func (*ImportRegisteredPartiesResponse) Reset ¶
func (x *ImportRegisteredPartiesResponse) Reset()
func (*ImportRegisteredPartiesResponse) String ¶
func (x *ImportRegisteredPartiesResponse) String() string
type Instance ¶
type Instance struct { // Output only. The full path to the Instance resource in this API. // format: "projects/{project}/locations/{location}/instances/{instance}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. Timestamp when the Instance was created. // Assigned by the server. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Timestamp when the Instance was last updated. // Assigned by the server. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Output only. State of the instance. // Assigned by the server. State Instance_State `protobuf:"varint,4,opt,name=state,proto3,enum=google.cloud.financialservices.v1.Instance_State" json:"state,omitempty"` // Labels Labels map[string]string `` /* 153-byte string literal not displayed */ // Required. The KMS key name used for CMEK (encryption-at-rest). // format: // "projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}" // VPC-SC restrictions apply. KmsKey string `protobuf:"bytes,6,opt,name=kms_key,json=kmsKey,proto3" json:"kms_key,omitempty"` // contains filtered or unexported fields }
Instance is a container for the rest of API resources. Only resources in the same instance can interact with each other. Child resources inherit the location (data residency) and encryption (CMEK). The location of the provided input and output in requests must match the location of the instance.
func (*Instance) Descriptor
deprecated
func (*Instance) GetCreateTime ¶
func (x *Instance) GetCreateTime() *timestamppb.Timestamp
func (*Instance) GetState ¶
func (x *Instance) GetState() Instance_State
func (*Instance) GetUpdateTime ¶
func (x *Instance) GetUpdateTime() *timestamppb.Timestamp
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
type Instance_State ¶
type Instance_State int32
The Resource State
const ( // State is unspecified, should not occur. Instance_STATE_UNSPECIFIED Instance_State = 0 // The resource has not finished being created. Instance_CREATING Instance_State = 1 // The resource is active/ready to be used. Instance_ACTIVE Instance_State = 2 // The resource is in the process of being updated. Instance_UPDATING Instance_State = 3 // The resource is in the process of being deleted. Instance_DELETING Instance_State = 4 )
func (Instance_State) Descriptor ¶
func (Instance_State) Descriptor() protoreflect.EnumDescriptor
func (Instance_State) Enum ¶
func (x Instance_State) Enum() *Instance_State
func (Instance_State) EnumDescriptor
deprecated
func (Instance_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Instance_State.Descriptor instead.
func (Instance_State) Number ¶
func (x Instance_State) Number() protoreflect.EnumNumber
func (Instance_State) String ¶
func (x Instance_State) String() string
func (Instance_State) Type ¶
func (Instance_State) Type() protoreflect.EnumType
type LineOfBusiness ¶
type LineOfBusiness int32
Indicate which LineOfBusiness a party belongs to.
const ( // An unspecified LineOfBusiness. Do not use. LineOfBusiness_LINE_OF_BUSINESS_UNSPECIFIED LineOfBusiness = 0 // Commercial LineOfBusiness. LineOfBusiness_COMMERCIAL LineOfBusiness = 1 // Retail LineOfBusiness. LineOfBusiness_RETAIL LineOfBusiness = 2 )
func (LineOfBusiness) Descriptor ¶
func (LineOfBusiness) Descriptor() protoreflect.EnumDescriptor
func (LineOfBusiness) Enum ¶
func (x LineOfBusiness) Enum() *LineOfBusiness
func (LineOfBusiness) EnumDescriptor
deprecated
func (LineOfBusiness) EnumDescriptor() ([]byte, []int)
Deprecated: Use LineOfBusiness.Descriptor instead.
func (LineOfBusiness) Number ¶
func (x LineOfBusiness) Number() protoreflect.EnumNumber
func (LineOfBusiness) String ¶
func (x LineOfBusiness) String() string
func (LineOfBusiness) Type ¶
func (LineOfBusiness) Type() protoreflect.EnumType
type ListBacktestResultsRequest ¶
type ListBacktestResultsRequest struct { // Required. The parent of the BacktestResult is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The number of resources to be included in the response. The response // contains a next_page_token, which can be used to retrieve the next page of // resources. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // In case of paginated results, this is the token that was returned in the // previous ListBacktestResultsResponse. It should be copied here to // retrieve the next page of resources. Empty will give the first page of // ListBacktestResultsRequest, and the last page will return an empty // page_token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Specify a filter to narrow search results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Specify a field to use for ordering. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
Request for retrieving a paginated list of BacktestResult resources that meet the specified criteria.
func (*ListBacktestResultsRequest) Descriptor
deprecated
func (*ListBacktestResultsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBacktestResultsRequest.ProtoReflect.Descriptor instead.
func (*ListBacktestResultsRequest) GetFilter ¶
func (x *ListBacktestResultsRequest) GetFilter() string
func (*ListBacktestResultsRequest) GetOrderBy ¶
func (x *ListBacktestResultsRequest) GetOrderBy() string
func (*ListBacktestResultsRequest) GetPageSize ¶
func (x *ListBacktestResultsRequest) GetPageSize() int32
func (*ListBacktestResultsRequest) GetPageToken ¶
func (x *ListBacktestResultsRequest) GetPageToken() string
func (*ListBacktestResultsRequest) GetParent ¶
func (x *ListBacktestResultsRequest) GetParent() string
func (*ListBacktestResultsRequest) ProtoMessage ¶
func (*ListBacktestResultsRequest) ProtoMessage()
func (*ListBacktestResultsRequest) ProtoReflect ¶
func (x *ListBacktestResultsRequest) ProtoReflect() protoreflect.Message
func (*ListBacktestResultsRequest) Reset ¶
func (x *ListBacktestResultsRequest) Reset()
func (*ListBacktestResultsRequest) String ¶
func (x *ListBacktestResultsRequest) String() string
type ListBacktestResultsResponse ¶
type ListBacktestResultsResponse struct { // List of BacktestResult resources BacktestResults []*BacktestResult `protobuf:"bytes,1,rep,name=backtest_results,json=backtestResults,proto3" json:"backtest_results,omitempty"` // This token should be passed to the next ListBacktestResultsRequest to // retrieve the next page of BacktestResults (empty indicates we are // done). NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
Response for retrieving a list of BacktestResults
func (*ListBacktestResultsResponse) Descriptor
deprecated
func (*ListBacktestResultsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBacktestResultsResponse.ProtoReflect.Descriptor instead.
func (*ListBacktestResultsResponse) GetBacktestResults ¶
func (x *ListBacktestResultsResponse) GetBacktestResults() []*BacktestResult
func (*ListBacktestResultsResponse) GetNextPageToken ¶
func (x *ListBacktestResultsResponse) GetNextPageToken() string
func (*ListBacktestResultsResponse) GetUnreachable ¶
func (x *ListBacktestResultsResponse) GetUnreachable() []string
func (*ListBacktestResultsResponse) ProtoMessage ¶
func (*ListBacktestResultsResponse) ProtoMessage()
func (*ListBacktestResultsResponse) ProtoReflect ¶
func (x *ListBacktestResultsResponse) ProtoReflect() protoreflect.Message
func (*ListBacktestResultsResponse) Reset ¶
func (x *ListBacktestResultsResponse) Reset()
func (*ListBacktestResultsResponse) String ¶
func (x *ListBacktestResultsResponse) String() string
type ListDatasetsRequest ¶
type ListDatasetsRequest struct { // Required. The parent of the Dataset is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The number of resources to be included in the response. The response // contains a next_page_token, which can be used to retrieve the next page of // resources. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // In case of paginated results, this is the token that was returned in the // previous ListDatasetResponse. It should be copied here to retrieve the // next page of resources. Empty will give the first page of // ListDatasetRequest, and the last page will return an empty page_token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Specify a filter to narrow search results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Specify a field to use for ordering. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
Request for retrieving a paginated list of Dataset resources that meet the specified criteria.
func (*ListDatasetsRequest) Descriptor
deprecated
func (*ListDatasetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDatasetsRequest.ProtoReflect.Descriptor instead.
func (*ListDatasetsRequest) GetFilter ¶
func (x *ListDatasetsRequest) GetFilter() string
func (*ListDatasetsRequest) GetOrderBy ¶
func (x *ListDatasetsRequest) GetOrderBy() string
func (*ListDatasetsRequest) GetPageSize ¶
func (x *ListDatasetsRequest) GetPageSize() int32
func (*ListDatasetsRequest) GetPageToken ¶
func (x *ListDatasetsRequest) GetPageToken() string
func (*ListDatasetsRequest) GetParent ¶
func (x *ListDatasetsRequest) GetParent() string
func (*ListDatasetsRequest) ProtoMessage ¶
func (*ListDatasetsRequest) ProtoMessage()
func (*ListDatasetsRequest) ProtoReflect ¶
func (x *ListDatasetsRequest) ProtoReflect() protoreflect.Message
func (*ListDatasetsRequest) Reset ¶
func (x *ListDatasetsRequest) Reset()
func (*ListDatasetsRequest) String ¶
func (x *ListDatasetsRequest) String() string
type ListDatasetsResponse ¶
type ListDatasetsResponse struct { // List of Dataset resources Datasets []*Dataset `protobuf:"bytes,1,rep,name=datasets,proto3" json:"datasets,omitempty"` // This token should be passed to the next ListDatasetsRequest to retrieve // the next page of Datasets (empty indicates we are done). NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
Response for retrieving a list of Datasets
func (*ListDatasetsResponse) Descriptor
deprecated
func (*ListDatasetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDatasetsResponse.ProtoReflect.Descriptor instead.
func (*ListDatasetsResponse) GetDatasets ¶
func (x *ListDatasetsResponse) GetDatasets() []*Dataset
func (*ListDatasetsResponse) GetNextPageToken ¶
func (x *ListDatasetsResponse) GetNextPageToken() string
func (*ListDatasetsResponse) GetUnreachable ¶
func (x *ListDatasetsResponse) GetUnreachable() []string
func (*ListDatasetsResponse) ProtoMessage ¶
func (*ListDatasetsResponse) ProtoMessage()
func (*ListDatasetsResponse) ProtoReflect ¶
func (x *ListDatasetsResponse) ProtoReflect() protoreflect.Message
func (*ListDatasetsResponse) Reset ¶
func (x *ListDatasetsResponse) Reset()
func (*ListDatasetsResponse) String ¶
func (x *ListDatasetsResponse) String() string
type ListEngineConfigsRequest ¶
type ListEngineConfigsRequest struct { // Required. The parent of the EngineConfig is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The number of resources to be included in the response. The response // contains a next_page_token, which can be used to retrieve the next page of // resources. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // In case of paginated results, this is the token that was returned in the // previous ListEngineConfigsResponse. It should be copied here to retrieve // the next page of resources. Empty will give the first page of // ListEngineConfigsRequest, and the last page will return an empty // page_token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Specify a filter to narrow search results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Specify a field to use for ordering. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
Request for retrieving a paginated list of EngineConfig resources that meet the specified criteria.
func (*ListEngineConfigsRequest) Descriptor
deprecated
func (*ListEngineConfigsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEngineConfigsRequest.ProtoReflect.Descriptor instead.
func (*ListEngineConfigsRequest) GetFilter ¶
func (x *ListEngineConfigsRequest) GetFilter() string
func (*ListEngineConfigsRequest) GetOrderBy ¶
func (x *ListEngineConfigsRequest) GetOrderBy() string
func (*ListEngineConfigsRequest) GetPageSize ¶
func (x *ListEngineConfigsRequest) GetPageSize() int32
func (*ListEngineConfigsRequest) GetPageToken ¶
func (x *ListEngineConfigsRequest) GetPageToken() string
func (*ListEngineConfigsRequest) GetParent ¶
func (x *ListEngineConfigsRequest) GetParent() string
func (*ListEngineConfigsRequest) ProtoMessage ¶
func (*ListEngineConfigsRequest) ProtoMessage()
func (*ListEngineConfigsRequest) ProtoReflect ¶
func (x *ListEngineConfigsRequest) ProtoReflect() protoreflect.Message
func (*ListEngineConfigsRequest) Reset ¶
func (x *ListEngineConfigsRequest) Reset()
func (*ListEngineConfigsRequest) String ¶
func (x *ListEngineConfigsRequest) String() string
type ListEngineConfigsResponse ¶
type ListEngineConfigsResponse struct { // List of EngineConfig resources EngineConfigs []*EngineConfig `protobuf:"bytes,1,rep,name=engine_configs,json=engineConfigs,proto3" json:"engine_configs,omitempty"` // This token should be passed to the next ListEngineConfigsRequest to // retrieve the next page of EngineConfigs (empty indicates we are done). NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
Response for retrieving a list of EngineConfigs
func (*ListEngineConfigsResponse) Descriptor
deprecated
func (*ListEngineConfigsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEngineConfigsResponse.ProtoReflect.Descriptor instead.
func (*ListEngineConfigsResponse) GetEngineConfigs ¶
func (x *ListEngineConfigsResponse) GetEngineConfigs() []*EngineConfig
func (*ListEngineConfigsResponse) GetNextPageToken ¶
func (x *ListEngineConfigsResponse) GetNextPageToken() string
func (*ListEngineConfigsResponse) GetUnreachable ¶
func (x *ListEngineConfigsResponse) GetUnreachable() []string
func (*ListEngineConfigsResponse) ProtoMessage ¶
func (*ListEngineConfigsResponse) ProtoMessage()
func (*ListEngineConfigsResponse) ProtoReflect ¶
func (x *ListEngineConfigsResponse) ProtoReflect() protoreflect.Message
func (*ListEngineConfigsResponse) Reset ¶
func (x *ListEngineConfigsResponse) Reset()
func (*ListEngineConfigsResponse) String ¶
func (x *ListEngineConfigsResponse) String() string
type ListEngineVersionsRequest ¶
type ListEngineVersionsRequest struct { // Required. The parent of the EngineVersion is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The number of resources to be included in the response. The // response contains a next_page_token, which can be used to retrieve the next // page of resources. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. In case of paginated results, this is the token that was returned // in the previous ListEngineVersionsResponse. It should be copied here to // retrieve the next page of resources. Empty will give the first page of // ListEngineVersionsRequest, and the last page will return an empty // page_token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Specify a filter to narrow search results. // If empty or unset will default to "state!=DEPRECATED", // to view deprecated versions use "state:*" or any other filter. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Specify a field to use for ordering. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
Request for retrieving a paginated list of EngineVersion resources that meet the specified criteria.
func (*ListEngineVersionsRequest) Descriptor
deprecated
func (*ListEngineVersionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEngineVersionsRequest.ProtoReflect.Descriptor instead.
func (*ListEngineVersionsRequest) GetFilter ¶
func (x *ListEngineVersionsRequest) GetFilter() string
func (*ListEngineVersionsRequest) GetOrderBy ¶
func (x *ListEngineVersionsRequest) GetOrderBy() string
func (*ListEngineVersionsRequest) GetPageSize ¶
func (x *ListEngineVersionsRequest) GetPageSize() int32
func (*ListEngineVersionsRequest) GetPageToken ¶
func (x *ListEngineVersionsRequest) GetPageToken() string
func (*ListEngineVersionsRequest) GetParent ¶
func (x *ListEngineVersionsRequest) GetParent() string
func (*ListEngineVersionsRequest) ProtoMessage ¶
func (*ListEngineVersionsRequest) ProtoMessage()
func (*ListEngineVersionsRequest) ProtoReflect ¶
func (x *ListEngineVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListEngineVersionsRequest) Reset ¶
func (x *ListEngineVersionsRequest) Reset()
func (*ListEngineVersionsRequest) String ¶
func (x *ListEngineVersionsRequest) String() string
type ListEngineVersionsResponse ¶
type ListEngineVersionsResponse struct { // List of EngineVersion resources EngineVersions []*EngineVersion `protobuf:"bytes,1,rep,name=engine_versions,json=engineVersions,proto3" json:"engine_versions,omitempty"` // This token should be passed to the next EngineVersionsRequest to retrieve // the next page of EngineVersions (empty indicates we are done). NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
The response to a list call containing the list of engine versions.
func (*ListEngineVersionsResponse) Descriptor
deprecated
func (*ListEngineVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEngineVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListEngineVersionsResponse) GetEngineVersions ¶
func (x *ListEngineVersionsResponse) GetEngineVersions() []*EngineVersion
func (*ListEngineVersionsResponse) GetNextPageToken ¶
func (x *ListEngineVersionsResponse) GetNextPageToken() string
func (*ListEngineVersionsResponse) GetUnreachable ¶
func (x *ListEngineVersionsResponse) GetUnreachable() []string
func (*ListEngineVersionsResponse) ProtoMessage ¶
func (*ListEngineVersionsResponse) ProtoMessage()
func (*ListEngineVersionsResponse) ProtoReflect ¶
func (x *ListEngineVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListEngineVersionsResponse) Reset ¶
func (x *ListEngineVersionsResponse) Reset()
func (*ListEngineVersionsResponse) String ¶
func (x *ListEngineVersionsResponse) String() string
type ListInstancesRequest ¶
type ListInstancesRequest struct { // Required. The parent of the Instance is the location for that Instance. // Every location has exactly one instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The number of resources to be included in the response. The response // contains a next_page_token, which can be used to retrieve the next page of // resources. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // In case of paginated results, this is the token that was returned in the // previous ListInstancesResponse. It should be copied here to retrieve the // next page of resources. This will be empty for the first instance of // ListInstancesRequest. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Specify a filter to narrow search results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Specify a field to use for ordering. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
Request for retrieving a paginated list of Instance resources that meet the specified criteria.
func (*ListInstancesRequest) Descriptor
deprecated
func (*ListInstancesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.
func (*ListInstancesRequest) GetFilter ¶
func (x *ListInstancesRequest) GetFilter() string
func (*ListInstancesRequest) GetOrderBy ¶
func (x *ListInstancesRequest) GetOrderBy() string
func (*ListInstancesRequest) GetPageSize ¶
func (x *ListInstancesRequest) GetPageSize() int32
func (*ListInstancesRequest) GetPageToken ¶
func (x *ListInstancesRequest) GetPageToken() string
func (*ListInstancesRequest) GetParent ¶
func (x *ListInstancesRequest) GetParent() string
func (*ListInstancesRequest) ProtoMessage ¶
func (*ListInstancesRequest) ProtoMessage()
func (*ListInstancesRequest) ProtoReflect ¶
func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
func (*ListInstancesRequest) Reset ¶
func (x *ListInstancesRequest) Reset()
func (*ListInstancesRequest) String ¶
func (x *ListInstancesRequest) String() string
type ListInstancesResponse ¶
type ListInstancesResponse struct { // List of Instance resources Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"` // This token should be passed to the next ListInstancesRequest to retrieve // the next page of Instances. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
Response for retrieving a list of Instances
func (*ListInstancesResponse) Descriptor
deprecated
func (*ListInstancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.
func (*ListInstancesResponse) GetInstances ¶
func (x *ListInstancesResponse) GetInstances() []*Instance
func (*ListInstancesResponse) GetNextPageToken ¶
func (x *ListInstancesResponse) GetNextPageToken() string
func (*ListInstancesResponse) GetUnreachable ¶
func (x *ListInstancesResponse) GetUnreachable() []string
func (*ListInstancesResponse) ProtoMessage ¶
func (*ListInstancesResponse) ProtoMessage()
func (*ListInstancesResponse) ProtoReflect ¶
func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
func (*ListInstancesResponse) Reset ¶
func (x *ListInstancesResponse) Reset()
func (*ListInstancesResponse) String ¶
func (x *ListInstancesResponse) String() string
type ListModelsRequest ¶
type ListModelsRequest struct { // Required. The parent of the Model is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The number of resources to be included in the response. The response // contains a next_page_token, which can be used to retrieve the next page of // resources. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // In case of paginated results, this is the token that was returned in the // previous ListModelsResponse. It should be copied here to retrieve the next // page of resources. Empty will give the first page of ListModelsRequest, and // the last page will return an empty page_token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Specify a filter to narrow search results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Specify a field to use for ordering. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
Request for retrieving a paginated list of Model resources that meet the specified criteria.
func (*ListModelsRequest) Descriptor
deprecated
func (*ListModelsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListModelsRequest.ProtoReflect.Descriptor instead.
func (*ListModelsRequest) GetFilter ¶
func (x *ListModelsRequest) GetFilter() string
func (*ListModelsRequest) GetOrderBy ¶
func (x *ListModelsRequest) GetOrderBy() string
func (*ListModelsRequest) GetPageSize ¶
func (x *ListModelsRequest) GetPageSize() int32
func (*ListModelsRequest) GetPageToken ¶
func (x *ListModelsRequest) GetPageToken() string
func (*ListModelsRequest) GetParent ¶
func (x *ListModelsRequest) GetParent() string
func (*ListModelsRequest) ProtoMessage ¶
func (*ListModelsRequest) ProtoMessage()
func (*ListModelsRequest) ProtoReflect ¶
func (x *ListModelsRequest) ProtoReflect() protoreflect.Message
func (*ListModelsRequest) Reset ¶
func (x *ListModelsRequest) Reset()
func (*ListModelsRequest) String ¶
func (x *ListModelsRequest) String() string
type ListModelsResponse ¶
type ListModelsResponse struct { // List of Model resources Models []*Model `protobuf:"bytes,1,rep,name=models,proto3" json:"models,omitempty"` // This token should be passed to the next ListModelsRequest to // retrieve the next page of Models (empty indicicates we are done). NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
Response for retrieving a list of Models
func (*ListModelsResponse) Descriptor
deprecated
func (*ListModelsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListModelsResponse.ProtoReflect.Descriptor instead.
func (*ListModelsResponse) GetModels ¶
func (x *ListModelsResponse) GetModels() []*Model
func (*ListModelsResponse) GetNextPageToken ¶
func (x *ListModelsResponse) GetNextPageToken() string
func (*ListModelsResponse) GetUnreachable ¶
func (x *ListModelsResponse) GetUnreachable() []string
func (*ListModelsResponse) ProtoMessage ¶
func (*ListModelsResponse) ProtoMessage()
func (*ListModelsResponse) ProtoReflect ¶
func (x *ListModelsResponse) ProtoReflect() protoreflect.Message
func (*ListModelsResponse) Reset ¶
func (x *ListModelsResponse) Reset()
func (*ListModelsResponse) String ¶
func (x *ListModelsResponse) String() string
type ListPredictionResultsRequest ¶
type ListPredictionResultsRequest struct { // Required. The parent of the PredictionResult is the Instance. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The number of resources to be included in the response. The response // contains a next_page_token, which can be used to retrieve the next page of // resources. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // In case of paginated results, this is the token that was returned in the // previous ListPredictionResultsResponse. It should be copied here to // retrieve the next page of resources. Empty will give the first page of // ListPredictionResultsRequest, and the last page will return an empty // page_token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Specify a filter to narrow search results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Specify a field to use for ordering. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
Request for retrieving a paginated list of PredictionResult resources that meet the specified criteria.
func (*ListPredictionResultsRequest) Descriptor
deprecated
func (*ListPredictionResultsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPredictionResultsRequest.ProtoReflect.Descriptor instead.
func (*ListPredictionResultsRequest) GetFilter ¶
func (x *ListPredictionResultsRequest) GetFilter() string
func (*ListPredictionResultsRequest) GetOrderBy ¶
func (x *ListPredictionResultsRequest) GetOrderBy() string
func (*ListPredictionResultsRequest) GetPageSize ¶
func (x *ListPredictionResultsRequest) GetPageSize() int32
func (*ListPredictionResultsRequest) GetPageToken ¶
func (x *ListPredictionResultsRequest) GetPageToken() string
func (*ListPredictionResultsRequest) GetParent ¶
func (x *ListPredictionResultsRequest) GetParent() string
func (*ListPredictionResultsRequest) ProtoMessage ¶
func (*ListPredictionResultsRequest) ProtoMessage()
func (*ListPredictionResultsRequest) ProtoReflect ¶
func (x *ListPredictionResultsRequest) ProtoReflect() protoreflect.Message
func (*ListPredictionResultsRequest) Reset ¶
func (x *ListPredictionResultsRequest) Reset()
func (*ListPredictionResultsRequest) String ¶
func (x *ListPredictionResultsRequest) String() string
type ListPredictionResultsResponse ¶
type ListPredictionResultsResponse struct { // List of PredictionResult resources PredictionResults []*PredictionResult `protobuf:"bytes,1,rep,name=prediction_results,json=predictionResults,proto3" json:"prediction_results,omitempty"` // This token should be passed to the next ListPredictionResultsRequest to // retrieve the next page of PredictionResults (empty indicicates we are // done). NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
Response for retrieving a list of PredictionResults
func (*ListPredictionResultsResponse) Descriptor
deprecated
func (*ListPredictionResultsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPredictionResultsResponse.ProtoReflect.Descriptor instead.
func (*ListPredictionResultsResponse) GetNextPageToken ¶
func (x *ListPredictionResultsResponse) GetNextPageToken() string
func (*ListPredictionResultsResponse) GetPredictionResults ¶
func (x *ListPredictionResultsResponse) GetPredictionResults() []*PredictionResult
func (*ListPredictionResultsResponse) GetUnreachable ¶
func (x *ListPredictionResultsResponse) GetUnreachable() []string
func (*ListPredictionResultsResponse) ProtoMessage ¶
func (*ListPredictionResultsResponse) ProtoMessage()
func (*ListPredictionResultsResponse) ProtoReflect ¶
func (x *ListPredictionResultsResponse) ProtoReflect() protoreflect.Message
func (*ListPredictionResultsResponse) Reset ¶
func (x *ListPredictionResultsResponse) Reset()
func (*ListPredictionResultsResponse) String ¶
func (x *ListPredictionResultsResponse) String() string
type Model ¶
type Model struct { // Output only. The resource name of the Model. // format: // "/projects/{project_num}/locations/{location}/instances/{instance}/models/{model}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. The timestamp of creation of this resource. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The timestamp of the most recent update of this resource. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Labels Labels map[string]string `` /* 153-byte string literal not displayed */ // Output only. State of the model (creating, active, deleting, etc.) State Model_State `protobuf:"varint,5,opt,name=state,proto3,enum=google.cloud.financialservices.v1.Model_State" json:"state,omitempty"` // Output only. The EngineVersion used in training this model. This is output // only, and is determined from the EngineConfig used. EngineVersion string `protobuf:"bytes,6,opt,name=engine_version,json=engineVersion,proto3" json:"engine_version,omitempty"` // Required. The resource name of the EngineConfig the model training will be // based on. Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engineConfig}" EngineConfig string `protobuf:"bytes,7,opt,name=engine_config,json=engineConfig,proto3" json:"engine_config,omitempty"` // Required. The resource name of the Primary Dataset used in this model // training. For information about how primary and auxiliary datasets are // used, refer to the engine version's documentation. Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}" PrimaryDataset string `protobuf:"bytes,8,opt,name=primary_dataset,json=primaryDataset,proto3" json:"primary_dataset,omitempty"` // Required. End_time specifies the latest time from which labels are used and // from which data is used to generate features for training. End_time should // be no later than the end of the date_range of the dataset. EndTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // Output only. The line of business (Retail/Commercial) this model is used // for. Determined by EngineConfig, cannot be set by user. LineOfBusiness LineOfBusiness `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
Model represents a trained model.
func (*Model) Descriptor
deprecated
func (*Model) GetCreateTime ¶
func (x *Model) GetCreateTime() *timestamppb.Timestamp
func (*Model) GetEndTime ¶
func (x *Model) GetEndTime() *timestamppb.Timestamp
func (*Model) GetEngineConfig ¶
func (*Model) GetEngineVersion ¶
func (*Model) GetLineOfBusiness ¶
func (x *Model) GetLineOfBusiness() LineOfBusiness
func (*Model) GetPrimaryDataset ¶
func (*Model) GetState ¶
func (x *Model) GetState() Model_State
func (*Model) GetUpdateTime ¶
func (x *Model) GetUpdateTime() *timestamppb.Timestamp
func (*Model) ProtoMessage ¶
func (*Model) ProtoMessage()
func (*Model) ProtoReflect ¶
func (x *Model) ProtoReflect() protoreflect.Message
type Model_State ¶
type Model_State int32
The possible states of a resource.
const ( // State is unspecified, should not occur. Model_STATE_UNSPECIFIED Model_State = 0 // The resource has not finished being created. Model_CREATING Model_State = 1 // The resource is active/ready to be used. Model_ACTIVE Model_State = 2 // The resource is in the process of being updated. Model_UPDATING Model_State = 3 // The resource is in the process of being deleted. Model_DELETING Model_State = 4 )
func (Model_State) Descriptor ¶
func (Model_State) Descriptor() protoreflect.EnumDescriptor
func (Model_State) Enum ¶
func (x Model_State) Enum() *Model_State
func (Model_State) EnumDescriptor
deprecated
func (Model_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Model_State.Descriptor instead.
func (Model_State) Number ¶
func (x Model_State) Number() protoreflect.EnumNumber
func (Model_State) String ¶
func (x Model_State) String() string
func (Model_State) Type ¶
func (Model_State) Type() protoreflect.EnumType
type OperationMetadata ¶
type OperationMetadata struct { // Output only. The time the operation was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The time the operation finished running. EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // Output only. Server-defined resource path for the target of the operation. // format: "/projects/{project}/..." // VPC-SC restrictions apply. Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` // Output only. Name of the verb executed by the operation. Verb string `protobuf:"bytes,4,opt,name=verb,proto3" json:"verb,omitempty"` // Output only. Human-readable status of the operation, if any. StatusMessage string `protobuf:"bytes,5,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"` // Output only. Identifies whether the user has requested cancellation of the // operation. // // Successfully cancelled operations have a // [google.longrunning.Operation.error][] value with a // [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to // `Code.CANCELLED`. RequestedCancellation bool `protobuf:"varint,6,opt,name=requested_cancellation,json=requestedCancellation,proto3" json:"requested_cancellation,omitempty"` // Output only. API version used to start the operation. ApiVersion string `protobuf:"bytes,7,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"` // contains filtered or unexported fields }
Represents the metadata of the long-running operation.
func (*OperationMetadata) Descriptor
deprecated
func (*OperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use OperationMetadata.ProtoReflect.Descriptor instead.
func (*OperationMetadata) GetApiVersion ¶
func (x *OperationMetadata) GetApiVersion() string
func (*OperationMetadata) GetCreateTime ¶
func (x *OperationMetadata) GetCreateTime() *timestamppb.Timestamp
func (*OperationMetadata) GetEndTime ¶
func (x *OperationMetadata) GetEndTime() *timestamppb.Timestamp
func (*OperationMetadata) GetRequestedCancellation ¶
func (x *OperationMetadata) GetRequestedCancellation() bool
func (*OperationMetadata) GetStatusMessage ¶
func (x *OperationMetadata) GetStatusMessage() string
func (*OperationMetadata) GetTarget ¶
func (x *OperationMetadata) GetTarget() string
func (*OperationMetadata) GetVerb ¶
func (x *OperationMetadata) GetVerb() string
func (*OperationMetadata) ProtoMessage ¶
func (*OperationMetadata) ProtoMessage()
func (*OperationMetadata) ProtoReflect ¶
func (x *OperationMetadata) ProtoReflect() protoreflect.Message
func (*OperationMetadata) Reset ¶
func (x *OperationMetadata) Reset()
func (*OperationMetadata) String ¶
func (x *OperationMetadata) String() string
type PredictionResult ¶
type PredictionResult struct { // Output only. The resource name of the PredictionResult. // format: // "/projects/{project_num}/locations/{location}/instances/{instance}/predictionResults/{prediction_result}" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. The timestamp of creation of this resource. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The timestamp of the most recent update of this resource. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Labels Labels map[string]string `` /* 153-byte string literal not displayed */ // Output only. State of the PredictionResult (creating, active, deleting, // etc.) State PredictionResult_State `` /* 126-byte string literal not displayed */ // Required. The resource name of the Dataset to do predictions on // Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/dataset/{dataset_id}" Dataset string `protobuf:"bytes,6,opt,name=dataset,proto3" json:"dataset,omitempty"` // Required. The resource name of the Model to use to use to make predictions // Format: // "/projects/{project_num}/locations/{location}/instances/{instance}/models/{model}" Model string `protobuf:"bytes,7,opt,name=model,proto3" json:"model,omitempty"` // Required. Specifies the latest time from which data is used to generate // features for predictions. This time should be no later than the end of the // [date_range][google.cloud.financialservices.v1.Dataset.date_range] of the // dataset. EndTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // The number of consecutive months to produce predictions for, ending with // the last full month prior to // [end_time][google.cloud.financialservices.v1.PredictionResult.end_time] // according to the dataset's timezone. PredictionPeriods int32 `protobuf:"varint,10,opt,name=prediction_periods,json=predictionPeriods,proto3" json:"prediction_periods,omitempty"` // Required. Where to write the output of the predictions. Outputs *PredictionResult_Outputs `protobuf:"bytes,11,opt,name=outputs,proto3" json:"outputs,omitempty"` // Output only. The line of business (Retail/Commercial) this prediction is // for. Determined by Model, cannot be set by user. LineOfBusiness LineOfBusiness `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
PredictionResult is the result of using a model to create predictions.
func (*PredictionResult) Descriptor
deprecated
func (*PredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use PredictionResult.ProtoReflect.Descriptor instead.
func (*PredictionResult) GetCreateTime ¶
func (x *PredictionResult) GetCreateTime() *timestamppb.Timestamp
func (*PredictionResult) GetDataset ¶
func (x *PredictionResult) GetDataset() string
func (*PredictionResult) GetEndTime ¶
func (x *PredictionResult) GetEndTime() *timestamppb.Timestamp
func (*PredictionResult) GetLabels ¶
func (x *PredictionResult) GetLabels() map[string]string
func (*PredictionResult) GetLineOfBusiness ¶
func (x *PredictionResult) GetLineOfBusiness() LineOfBusiness
func (*PredictionResult) GetModel ¶
func (x *PredictionResult) GetModel() string
func (*PredictionResult) GetName ¶
func (x *PredictionResult) GetName() string
func (*PredictionResult) GetOutputs ¶
func (x *PredictionResult) GetOutputs() *PredictionResult_Outputs
func (*PredictionResult) GetPredictionPeriods ¶
func (x *PredictionResult) GetPredictionPeriods() int32
func (*PredictionResult) GetState ¶
func (x *PredictionResult) GetState() PredictionResult_State
func (*PredictionResult) GetUpdateTime ¶
func (x *PredictionResult) GetUpdateTime() *timestamppb.Timestamp
func (*PredictionResult) ProtoMessage ¶
func (*PredictionResult) ProtoMessage()
func (*PredictionResult) ProtoReflect ¶
func (x *PredictionResult) ProtoReflect() protoreflect.Message
func (*PredictionResult) Reset ¶
func (x *PredictionResult) Reset()
func (*PredictionResult) String ¶
func (x *PredictionResult) String() string
type PredictionResult_Outputs ¶
type PredictionResult_Outputs struct { // Required. The location to output the predictions. PredictionDestination *BigQueryDestination `protobuf:"bytes,1,opt,name=prediction_destination,json=predictionDestination,proto3" json:"prediction_destination,omitempty"` // The location to output explainability information. If not specified // no explainability data will be output. ExplainabilityDestination *BigQueryDestination `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
Outputs is a list of places where the operation will write results.
func (*PredictionResult_Outputs) Descriptor
deprecated
func (*PredictionResult_Outputs) Descriptor() ([]byte, []int)
Deprecated: Use PredictionResult_Outputs.ProtoReflect.Descriptor instead.
func (*PredictionResult_Outputs) GetExplainabilityDestination ¶
func (x *PredictionResult_Outputs) GetExplainabilityDestination() *BigQueryDestination
func (*PredictionResult_Outputs) GetPredictionDestination ¶
func (x *PredictionResult_Outputs) GetPredictionDestination() *BigQueryDestination
func (*PredictionResult_Outputs) ProtoMessage ¶
func (*PredictionResult_Outputs) ProtoMessage()
func (*PredictionResult_Outputs) ProtoReflect ¶
func (x *PredictionResult_Outputs) ProtoReflect() protoreflect.Message
func (*PredictionResult_Outputs) Reset ¶
func (x *PredictionResult_Outputs) Reset()
func (*PredictionResult_Outputs) String ¶
func (x *PredictionResult_Outputs) String() string
type PredictionResult_State ¶
type PredictionResult_State int32
The possible states of a resource.
const ( // State is unspecified, should not occur. PredictionResult_STATE_UNSPECIFIED PredictionResult_State = 0 // The resource has not finished being created. PredictionResult_CREATING PredictionResult_State = 1 // The resource is active/ready to be used. PredictionResult_ACTIVE PredictionResult_State = 2 // The resource is in the process of being updated. PredictionResult_UPDATING PredictionResult_State = 3 // The resource is in the process of being deleted. PredictionResult_DELETING PredictionResult_State = 4 )
func (PredictionResult_State) Descriptor ¶
func (PredictionResult_State) Descriptor() protoreflect.EnumDescriptor
func (PredictionResult_State) Enum ¶
func (x PredictionResult_State) Enum() *PredictionResult_State
func (PredictionResult_State) EnumDescriptor
deprecated
func (PredictionResult_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use PredictionResult_State.Descriptor instead.
func (PredictionResult_State) Number ¶
func (x PredictionResult_State) Number() protoreflect.EnumNumber
func (PredictionResult_State) String ¶
func (x PredictionResult_State) String() string
func (PredictionResult_State) Type ¶
func (PredictionResult_State) Type() protoreflect.EnumType
type UnimplementedAMLServer ¶
type UnimplementedAMLServer struct { }
UnimplementedAMLServer can be embedded to have forward compatible implementations.
func (*UnimplementedAMLServer) CreateBacktestResult ¶
func (*UnimplementedAMLServer) CreateBacktestResult(context.Context, *CreateBacktestResultRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) CreateDataset ¶
func (*UnimplementedAMLServer) CreateDataset(context.Context, *CreateDatasetRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) CreateEngineConfig ¶
func (*UnimplementedAMLServer) CreateEngineConfig(context.Context, *CreateEngineConfigRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) CreateInstance ¶
func (*UnimplementedAMLServer) CreateInstance(context.Context, *CreateInstanceRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) CreateModel ¶
func (*UnimplementedAMLServer) CreateModel(context.Context, *CreateModelRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) CreatePredictionResult ¶
func (*UnimplementedAMLServer) CreatePredictionResult(context.Context, *CreatePredictionResultRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) DeleteBacktestResult ¶
func (*UnimplementedAMLServer) DeleteBacktestResult(context.Context, *DeleteBacktestResultRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) DeleteDataset ¶
func (*UnimplementedAMLServer) DeleteDataset(context.Context, *DeleteDatasetRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) DeleteEngineConfig ¶
func (*UnimplementedAMLServer) DeleteEngineConfig(context.Context, *DeleteEngineConfigRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) DeleteInstance ¶
func (*UnimplementedAMLServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) DeleteModel ¶
func (*UnimplementedAMLServer) DeleteModel(context.Context, *DeleteModelRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) DeletePredictionResult ¶
func (*UnimplementedAMLServer) DeletePredictionResult(context.Context, *DeletePredictionResultRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) ExportBacktestResultMetadata ¶
func (*UnimplementedAMLServer) ExportBacktestResultMetadata(context.Context, *ExportBacktestResultMetadataRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) ExportEngineConfigMetadata ¶
func (*UnimplementedAMLServer) ExportEngineConfigMetadata(context.Context, *ExportEngineConfigMetadataRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) ExportModelMetadata ¶
func (*UnimplementedAMLServer) ExportModelMetadata(context.Context, *ExportModelMetadataRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) ExportPredictionResultMetadata ¶
func (*UnimplementedAMLServer) ExportPredictionResultMetadata(context.Context, *ExportPredictionResultMetadataRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) ExportRegisteredParties ¶
func (*UnimplementedAMLServer) ExportRegisteredParties(context.Context, *ExportRegisteredPartiesRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) GetBacktestResult ¶
func (*UnimplementedAMLServer) GetBacktestResult(context.Context, *GetBacktestResultRequest) (*BacktestResult, error)
func (*UnimplementedAMLServer) GetDataset ¶
func (*UnimplementedAMLServer) GetDataset(context.Context, *GetDatasetRequest) (*Dataset, error)
func (*UnimplementedAMLServer) GetEngineConfig ¶
func (*UnimplementedAMLServer) GetEngineConfig(context.Context, *GetEngineConfigRequest) (*EngineConfig, error)
func (*UnimplementedAMLServer) GetEngineVersion ¶
func (*UnimplementedAMLServer) GetEngineVersion(context.Context, *GetEngineVersionRequest) (*EngineVersion, error)
func (*UnimplementedAMLServer) GetInstance ¶
func (*UnimplementedAMLServer) GetInstance(context.Context, *GetInstanceRequest) (*Instance, error)
func (*UnimplementedAMLServer) GetModel ¶
func (*UnimplementedAMLServer) GetModel(context.Context, *GetModelRequest) (*Model, error)
func (*UnimplementedAMLServer) GetPredictionResult ¶
func (*UnimplementedAMLServer) GetPredictionResult(context.Context, *GetPredictionResultRequest) (*PredictionResult, error)
func (*UnimplementedAMLServer) ImportRegisteredParties ¶
func (*UnimplementedAMLServer) ImportRegisteredParties(context.Context, *ImportRegisteredPartiesRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) ListBacktestResults ¶
func (*UnimplementedAMLServer) ListBacktestResults(context.Context, *ListBacktestResultsRequest) (*ListBacktestResultsResponse, error)
func (*UnimplementedAMLServer) ListDatasets ¶
func (*UnimplementedAMLServer) ListDatasets(context.Context, *ListDatasetsRequest) (*ListDatasetsResponse, error)
func (*UnimplementedAMLServer) ListEngineConfigs ¶
func (*UnimplementedAMLServer) ListEngineConfigs(context.Context, *ListEngineConfigsRequest) (*ListEngineConfigsResponse, error)
func (*UnimplementedAMLServer) ListEngineVersions ¶
func (*UnimplementedAMLServer) ListEngineVersions(context.Context, *ListEngineVersionsRequest) (*ListEngineVersionsResponse, error)
func (*UnimplementedAMLServer) ListInstances ¶
func (*UnimplementedAMLServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
func (*UnimplementedAMLServer) ListModels ¶
func (*UnimplementedAMLServer) ListModels(context.Context, *ListModelsRequest) (*ListModelsResponse, error)
func (*UnimplementedAMLServer) ListPredictionResults ¶
func (*UnimplementedAMLServer) ListPredictionResults(context.Context, *ListPredictionResultsRequest) (*ListPredictionResultsResponse, error)
func (*UnimplementedAMLServer) UpdateBacktestResult ¶
func (*UnimplementedAMLServer) UpdateBacktestResult(context.Context, *UpdateBacktestResultRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) UpdateDataset ¶
func (*UnimplementedAMLServer) UpdateDataset(context.Context, *UpdateDatasetRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) UpdateEngineConfig ¶
func (*UnimplementedAMLServer) UpdateEngineConfig(context.Context, *UpdateEngineConfigRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) UpdateInstance ¶
func (*UnimplementedAMLServer) UpdateInstance(context.Context, *UpdateInstanceRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) UpdateModel ¶
func (*UnimplementedAMLServer) UpdateModel(context.Context, *UpdateModelRequest) (*longrunningpb.Operation, error)
func (*UnimplementedAMLServer) UpdatePredictionResult ¶
func (*UnimplementedAMLServer) UpdatePredictionResult(context.Context, *UpdatePredictionResultRequest) (*longrunningpb.Operation, error)
type UpdateBacktestResultRequest ¶
type UpdateBacktestResultRequest struct { // Optional. Field mask is used to specify the fields to be overwritten in the // BacktestResult resource by the update. // The fields specified in the update_mask are relative to the resource, not // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. The new value of the BacktestResult fields that will be updated // according to the update_mask. BacktestResult *BacktestResult `protobuf:"bytes,2,opt,name=backtest_result,json=backtestResult,proto3" json:"backtest_result,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for updating a BacktestResult
func (*UpdateBacktestResultRequest) Descriptor
deprecated
func (*UpdateBacktestResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBacktestResultRequest.ProtoReflect.Descriptor instead.
func (*UpdateBacktestResultRequest) GetBacktestResult ¶
func (x *UpdateBacktestResultRequest) GetBacktestResult() *BacktestResult
func (*UpdateBacktestResultRequest) GetRequestId ¶
func (x *UpdateBacktestResultRequest) GetRequestId() string
func (*UpdateBacktestResultRequest) GetUpdateMask ¶
func (x *UpdateBacktestResultRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateBacktestResultRequest) ProtoMessage ¶
func (*UpdateBacktestResultRequest) ProtoMessage()
func (*UpdateBacktestResultRequest) ProtoReflect ¶
func (x *UpdateBacktestResultRequest) ProtoReflect() protoreflect.Message
func (*UpdateBacktestResultRequest) Reset ¶
func (x *UpdateBacktestResultRequest) Reset()
func (*UpdateBacktestResultRequest) String ¶
func (x *UpdateBacktestResultRequest) String() string
type UpdateDatasetRequest ¶
type UpdateDatasetRequest struct { // Optional. Field mask is used to specify the fields to be overwritten in the // Dataset resource by the update. // The fields specified in the update_mask are relative to the resource, not // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. The new value of the dataset fields that will be updated // according to the update_mask. Dataset *Dataset `protobuf:"bytes,2,opt,name=dataset,proto3" json:"dataset,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for updating a Dataset
func (*UpdateDatasetRequest) Descriptor
deprecated
func (*UpdateDatasetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDatasetRequest.ProtoReflect.Descriptor instead.
func (*UpdateDatasetRequest) GetDataset ¶
func (x *UpdateDatasetRequest) GetDataset() *Dataset
func (*UpdateDatasetRequest) GetRequestId ¶
func (x *UpdateDatasetRequest) GetRequestId() string
func (*UpdateDatasetRequest) GetUpdateMask ¶
func (x *UpdateDatasetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDatasetRequest) ProtoMessage ¶
func (*UpdateDatasetRequest) ProtoMessage()
func (*UpdateDatasetRequest) ProtoReflect ¶
func (x *UpdateDatasetRequest) ProtoReflect() protoreflect.Message
func (*UpdateDatasetRequest) Reset ¶
func (x *UpdateDatasetRequest) Reset()
func (*UpdateDatasetRequest) String ¶
func (x *UpdateDatasetRequest) String() string
type UpdateEngineConfigRequest ¶
type UpdateEngineConfigRequest struct { // Optional. Field mask is used to specify the fields to be overwritten in the // EngineConfig resource by the update. // The fields specified in the update_mask are relative to the resource, not // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. The new value of the EngineConfig fields that will be updated // according to the update_mask. EngineConfig *EngineConfig `protobuf:"bytes,2,opt,name=engine_config,json=engineConfig,proto3" json:"engine_config,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for updating an EngineConfig
func (*UpdateEngineConfigRequest) Descriptor
deprecated
func (*UpdateEngineConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEngineConfigRequest.ProtoReflect.Descriptor instead.
func (*UpdateEngineConfigRequest) GetEngineConfig ¶
func (x *UpdateEngineConfigRequest) GetEngineConfig() *EngineConfig
func (*UpdateEngineConfigRequest) GetRequestId ¶
func (x *UpdateEngineConfigRequest) GetRequestId() string
func (*UpdateEngineConfigRequest) GetUpdateMask ¶
func (x *UpdateEngineConfigRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEngineConfigRequest) ProtoMessage ¶
func (*UpdateEngineConfigRequest) ProtoMessage()
func (*UpdateEngineConfigRequest) ProtoReflect ¶
func (x *UpdateEngineConfigRequest) ProtoReflect() protoreflect.Message
func (*UpdateEngineConfigRequest) Reset ¶
func (x *UpdateEngineConfigRequest) Reset()
func (*UpdateEngineConfigRequest) String ¶
func (x *UpdateEngineConfigRequest) String() string
type UpdateInstanceRequest ¶
type UpdateInstanceRequest struct { // Optional. Field mask is used to specify the fields to be overwritten in the // Instance resource by the update. // The fields specified in the update_mask are relative to the resource, not // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. The new value of the instance fields that will be updated // according to the update_mask Instance *Instance `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for updating a Instance
func (*UpdateInstanceRequest) Descriptor
deprecated
func (*UpdateInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceRequest.ProtoReflect.Descriptor instead.
func (*UpdateInstanceRequest) GetInstance ¶
func (x *UpdateInstanceRequest) GetInstance() *Instance
func (*UpdateInstanceRequest) GetRequestId ¶
func (x *UpdateInstanceRequest) GetRequestId() string
func (*UpdateInstanceRequest) GetUpdateMask ¶
func (x *UpdateInstanceRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateInstanceRequest) ProtoMessage ¶
func (*UpdateInstanceRequest) ProtoMessage()
func (*UpdateInstanceRequest) ProtoReflect ¶
func (x *UpdateInstanceRequest) ProtoReflect() protoreflect.Message
func (*UpdateInstanceRequest) Reset ¶
func (x *UpdateInstanceRequest) Reset()
func (*UpdateInstanceRequest) String ¶
func (x *UpdateInstanceRequest) String() string
type UpdateModelRequest ¶
type UpdateModelRequest struct { // Optional. Field mask is used to specify the fields to be overwritten in the // Model resource by the update. // The fields specified in the update_mask are relative to the resource, not // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. The new value of the Model fields that will be updated according // to the update_mask. Model *Model `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for updating a Model
func (*UpdateModelRequest) Descriptor
deprecated
func (*UpdateModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateModelRequest.ProtoReflect.Descriptor instead.
func (*UpdateModelRequest) GetModel ¶
func (x *UpdateModelRequest) GetModel() *Model
func (*UpdateModelRequest) GetRequestId ¶
func (x *UpdateModelRequest) GetRequestId() string
func (*UpdateModelRequest) GetUpdateMask ¶
func (x *UpdateModelRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateModelRequest) ProtoMessage ¶
func (*UpdateModelRequest) ProtoMessage()
func (*UpdateModelRequest) ProtoReflect ¶
func (x *UpdateModelRequest) ProtoReflect() protoreflect.Message
func (*UpdateModelRequest) Reset ¶
func (x *UpdateModelRequest) Reset()
func (*UpdateModelRequest) String ¶
func (x *UpdateModelRequest) String() string
type UpdatePredictionResultRequest ¶
type UpdatePredictionResultRequest struct { // Optional. Field mask is used to specify the fields to be overwritten in the // PredictionResult resource by the update. // The fields specified in the update_mask are relative to the resource, not // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. The new value of the PredictionResult fields that will be updated // according to the update_mask. PredictionResult *PredictionResult `protobuf:"bytes,2,opt,name=prediction_result,json=predictionResult,proto3" json:"prediction_result,omitempty"` // Optional. An optional request ID to identify requests. Specify a unique // request ID so that if you must retry your request, the server will know to // ignore the request if it has already been completed. The server will // guarantee that for at least 60 minutes since the first request. // // For example, consider a situation where you make an initial request and the // request times out. If you make the request again with the same request // ID, the server can check if original operation with the same request ID // was received, and if so, will ignore the second request. This prevents // clients from accidentally creating duplicate commitments. // // The request ID must be a valid UUID with the exception that zero UUID is // not supported (00000000-0000-0000-0000-000000000000). RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Request for updating a PredictionResult
func (*UpdatePredictionResultRequest) Descriptor
deprecated
func (*UpdatePredictionResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePredictionResultRequest.ProtoReflect.Descriptor instead.
func (*UpdatePredictionResultRequest) GetPredictionResult ¶
func (x *UpdatePredictionResultRequest) GetPredictionResult() *PredictionResult
func (*UpdatePredictionResultRequest) GetRequestId ¶
func (x *UpdatePredictionResultRequest) GetRequestId() string
func (*UpdatePredictionResultRequest) GetUpdateMask ¶
func (x *UpdatePredictionResultRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdatePredictionResultRequest) ProtoMessage ¶
func (*UpdatePredictionResultRequest) ProtoMessage()
func (*UpdatePredictionResultRequest) ProtoReflect ¶
func (x *UpdatePredictionResultRequest) ProtoReflect() protoreflect.Message
func (*UpdatePredictionResultRequest) Reset ¶
func (x *UpdatePredictionResultRequest) Reset()
func (*UpdatePredictionResultRequest) String ¶
func (x *UpdatePredictionResultRequest) String() string