package aiplatform

import "google.golang.org/genproto/googleapis/cloud/aiplatform/v1"

Package aiplatform aliases all exported identifiers in package "cloud.google.com/go/aiplatform/apiv1/aiplatformpb".

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index

Constants

const (
	AcceleratorType_ACCELERATOR_TYPE_UNSPECIFIED                                                       = src.AcceleratorType_ACCELERATOR_TYPE_UNSPECIFIED
	AcceleratorType_NVIDIA_TESLA_A100                                                                  = src.AcceleratorType_NVIDIA_TESLA_A100
	AcceleratorType_NVIDIA_TESLA_K80                                                                   = src.AcceleratorType_NVIDIA_TESLA_K80
	AcceleratorType_NVIDIA_TESLA_P100                                                                  = src.AcceleratorType_NVIDIA_TESLA_P100
	AcceleratorType_NVIDIA_TESLA_P4                                                                    = src.AcceleratorType_NVIDIA_TESLA_P4
	AcceleratorType_NVIDIA_TESLA_T4                                                                    = src.AcceleratorType_NVIDIA_TESLA_T4
	AcceleratorType_NVIDIA_TESLA_V100                                                                  = src.AcceleratorType_NVIDIA_TESLA_V100
	AcceleratorType_TPU_V2                                                                             = src.AcceleratorType_TPU_V2
	AcceleratorType_TPU_V3                                                                             = src.AcceleratorType_TPU_V3
	Artifact_LIVE                                                                                      = src.Artifact_LIVE
	Artifact_PENDING                                                                                   = src.Artifact_PENDING
	Artifact_STATE_UNSPECIFIED                                                                         = src.Artifact_STATE_UNSPECIFIED
	Event_INPUT                                                                                        = src.Event_INPUT
	Event_OUTPUT                                                                                       = src.Event_OUTPUT
	Event_TYPE_UNSPECIFIED                                                                             = src.Event_TYPE_UNSPECIFIED
	ExamplesOverride_DATA_FORMAT_UNSPECIFIED                                                           = src.ExamplesOverride_DATA_FORMAT_UNSPECIFIED
	ExamplesOverride_EMBEDDINGS                                                                        = src.ExamplesOverride_EMBEDDINGS
	ExamplesOverride_INSTANCES                                                                         = src.ExamplesOverride_INSTANCES
	Execution_CACHED                                                                                   = src.Execution_CACHED
	Execution_CANCELLED                                                                                = src.Execution_CANCELLED
	Execution_COMPLETE                                                                                 = src.Execution_COMPLETE
	Execution_FAILED                                                                                   = src.Execution_FAILED
	Execution_NEW                                                                                      = src.Execution_NEW
	Execution_RUNNING                                                                                  = src.Execution_RUNNING
	Execution_STATE_UNSPECIFIED                                                                        = src.Execution_STATE_UNSPECIFIED
	ExplanationMetadata_InputMetadata_BAG_OF_FEATURES                                                  = src.ExplanationMetadata_InputMetadata_BAG_OF_FEATURES
	ExplanationMetadata_InputMetadata_BAG_OF_FEATURES_SPARSE                                           = src.ExplanationMetadata_InputMetadata_BAG_OF_FEATURES_SPARSE
	ExplanationMetadata_InputMetadata_COMBINED_EMBEDDING                                               = src.ExplanationMetadata_InputMetadata_COMBINED_EMBEDDING
	ExplanationMetadata_InputMetadata_CONCAT_EMBEDDING                                                 = src.ExplanationMetadata_InputMetadata_CONCAT_EMBEDDING
	ExplanationMetadata_InputMetadata_ENCODING_UNSPECIFIED                                             = src.ExplanationMetadata_InputMetadata_ENCODING_UNSPECIFIED
	ExplanationMetadata_InputMetadata_IDENTITY                                                         = src.ExplanationMetadata_InputMetadata_IDENTITY
	ExplanationMetadata_InputMetadata_INDICATOR                                                        = src.ExplanationMetadata_InputMetadata_INDICATOR
	ExplanationMetadata_InputMetadata_Visualization_BOTH                                               = src.ExplanationMetadata_InputMetadata_Visualization_BOTH
	ExplanationMetadata_InputMetadata_Visualization_COLOR_MAP_UNSPECIFIED                              = src.ExplanationMetadata_InputMetadata_Visualization_COLOR_MAP_UNSPECIFIED
	ExplanationMetadata_InputMetadata_Visualization_GRAYSCALE                                          = src.ExplanationMetadata_InputMetadata_Visualization_GRAYSCALE
	ExplanationMetadata_InputMetadata_Visualization_GREEN                                              = src.ExplanationMetadata_InputMetadata_Visualization_GREEN
	ExplanationMetadata_InputMetadata_Visualization_MASK_BLACK                                         = src.ExplanationMetadata_InputMetadata_Visualization_MASK_BLACK
	ExplanationMetadata_InputMetadata_Visualization_NEGATIVE                                           = src.ExplanationMetadata_InputMetadata_Visualization_NEGATIVE
	ExplanationMetadata_InputMetadata_Visualization_NONE                                               = src.ExplanationMetadata_InputMetadata_Visualization_NONE
	ExplanationMetadata_InputMetadata_Visualization_ORIGINAL                                           = src.ExplanationMetadata_InputMetadata_Visualization_ORIGINAL
	ExplanationMetadata_InputMetadata_Visualization_OUTLINES                                           = src.ExplanationMetadata_InputMetadata_Visualization_OUTLINES
	ExplanationMetadata_InputMetadata_Visualization_OVERLAY_TYPE_UNSPECIFIED                           = src.ExplanationMetadata_InputMetadata_Visualization_OVERLAY_TYPE_UNSPECIFIED
	ExplanationMetadata_InputMetadata_Visualization_PINK_GREEN                                         = src.ExplanationMetadata_InputMetadata_Visualization_PINK_GREEN
	ExplanationMetadata_InputMetadata_Visualization_PINK_WHITE_GREEN                                   = src.ExplanationMetadata_InputMetadata_Visualization_PINK_WHITE_GREEN
	ExplanationMetadata_InputMetadata_Visualization_PIXELS                                             = src.ExplanationMetadata_InputMetadata_Visualization_PIXELS
	ExplanationMetadata_InputMetadata_Visualization_POLARITY_UNSPECIFIED                               = src.ExplanationMetadata_InputMetadata_Visualization_POLARITY_UNSPECIFIED
	ExplanationMetadata_InputMetadata_Visualization_POSITIVE                                           = src.ExplanationMetadata_InputMetadata_Visualization_POSITIVE
	ExplanationMetadata_InputMetadata_Visualization_RED                                                = src.ExplanationMetadata_InputMetadata_Visualization_RED
	ExplanationMetadata_InputMetadata_Visualization_RED_GREEN                                          = src.ExplanationMetadata_InputMetadata_Visualization_RED_GREEN
	ExplanationMetadata_InputMetadata_Visualization_TYPE_UNSPECIFIED                                   = src.ExplanationMetadata_InputMetadata_Visualization_TYPE_UNSPECIFIED
	ExplanationMetadata_InputMetadata_Visualization_VIRIDIS                                            = src.ExplanationMetadata_InputMetadata_Visualization_VIRIDIS
	Feature_BOOL                                                                                       = src.Feature_BOOL
	Feature_BOOL_ARRAY                                                                                 = src.Feature_BOOL_ARRAY
	Feature_BYTES                                                                                      = src.Feature_BYTES
	Feature_DOUBLE                                                                                     = src.Feature_DOUBLE
	Feature_DOUBLE_ARRAY                                                                               = src.Feature_DOUBLE_ARRAY
	Feature_INT64                                                                                      = src.Feature_INT64
	Feature_INT64_ARRAY                                                                                = src.Feature_INT64_ARRAY
	Feature_MonitoringStatsAnomaly_IMPORT_FEATURE_ANALYSIS                                             = src.Feature_MonitoringStatsAnomaly_IMPORT_FEATURE_ANALYSIS
	Feature_MonitoringStatsAnomaly_OBJECTIVE_UNSPECIFIED                                               = src.Feature_MonitoringStatsAnomaly_OBJECTIVE_UNSPECIFIED
	Feature_MonitoringStatsAnomaly_SNAPSHOT_ANALYSIS                                                   = src.Feature_MonitoringStatsAnomaly_SNAPSHOT_ANALYSIS
	Feature_STRING                                                                                     = src.Feature_STRING
	Feature_STRING_ARRAY                                                                               = src.Feature_STRING_ARRAY
	Feature_VALUE_TYPE_UNSPECIFIED                                                                     = src.Feature_VALUE_TYPE_UNSPECIFIED
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_BASELINE_UNSPECIFIED                           = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_BASELINE_UNSPECIFIED
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_DEFAULT                                        = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_DEFAULT
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_DISABLED                                       = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_DISABLED
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_ENABLED                                        = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_ENABLED
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_LATEST_STATS                                   = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_LATEST_STATS
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_MOST_RECENT_SNAPSHOT_STATS                     = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_MOST_RECENT_SNAPSHOT_STATS
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_PREVIOUS_IMPORT_FEATURES_STATS                 = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_PREVIOUS_IMPORT_FEATURES_STATS
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_STATE_UNSPECIFIED                              = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_STATE_UNSPECIFIED
	Featurestore_STABLE                                                                                = src.Featurestore_STABLE
	Featurestore_STATE_UNSPECIFIED                                                                     = src.Featurestore_STATE_UNSPECIFIED
	Featurestore_UPDATING                                                                              = src.Featurestore_UPDATING
	Index_BATCH_UPDATE                                                                                 = src.Index_BATCH_UPDATE
	Index_INDEX_UPDATE_METHOD_UNSPECIFIED                                                              = src.Index_INDEX_UPDATE_METHOD_UNSPECIFIED
	Index_STREAM_UPDATE                                                                                = src.Index_STREAM_UPDATE
	JobState_JOB_STATE_CANCELLED                                                                       = src.JobState_JOB_STATE_CANCELLED
	JobState_JOB_STATE_CANCELLING                                                                      = src.JobState_JOB_STATE_CANCELLING
	JobState_JOB_STATE_EXPIRED                                                                         = src.JobState_JOB_STATE_EXPIRED
	JobState_JOB_STATE_FAILED                                                                          = src.JobState_JOB_STATE_FAILED
	JobState_JOB_STATE_PAUSED                                                                          = src.JobState_JOB_STATE_PAUSED
	JobState_JOB_STATE_PENDING                                                                         = src.JobState_JOB_STATE_PENDING
	JobState_JOB_STATE_QUEUED                                                                          = src.JobState_JOB_STATE_QUEUED
	JobState_JOB_STATE_RUNNING                                                                         = src.JobState_JOB_STATE_RUNNING
	JobState_JOB_STATE_SUCCEEDED                                                                       = src.JobState_JOB_STATE_SUCCEEDED
	JobState_JOB_STATE_UNSPECIFIED                                                                     = src.JobState_JOB_STATE_UNSPECIFIED
	JobState_JOB_STATE_UPDATING                                                                        = src.JobState_JOB_STATE_UPDATING
	MetadataSchema_ARTIFACT_TYPE                                                                       = src.MetadataSchema_ARTIFACT_TYPE
	MetadataSchema_CONTEXT_TYPE                                                                        = src.MetadataSchema_CONTEXT_TYPE
	MetadataSchema_EXECUTION_TYPE                                                                      = src.MetadataSchema_EXECUTION_TYPE
	MetadataSchema_METADATA_SCHEMA_TYPE_UNSPECIFIED                                                    = src.MetadataSchema_METADATA_SCHEMA_TYPE_UNSPECIFIED
	ModelDeploymentMonitoringBigQueryTable_EXPLAIN                                                     = src.ModelDeploymentMonitoringBigQueryTable_EXPLAIN
	ModelDeploymentMonitoringBigQueryTable_LOG_SOURCE_UNSPECIFIED                                      = src.ModelDeploymentMonitoringBigQueryTable_LOG_SOURCE_UNSPECIFIED
	ModelDeploymentMonitoringBigQueryTable_LOG_TYPE_UNSPECIFIED                                        = src.ModelDeploymentMonitoringBigQueryTable_LOG_TYPE_UNSPECIFIED
	ModelDeploymentMonitoringBigQueryTable_PREDICT                                                     = src.ModelDeploymentMonitoringBigQueryTable_PREDICT
	ModelDeploymentMonitoringBigQueryTable_SERVING                                                     = src.ModelDeploymentMonitoringBigQueryTable_SERVING
	ModelDeploymentMonitoringBigQueryTable_TRAINING                                                    = src.ModelDeploymentMonitoringBigQueryTable_TRAINING
	ModelDeploymentMonitoringJob_MONITORING_SCHEDULE_STATE_UNSPECIFIED                                 = src.ModelDeploymentMonitoringJob_MONITORING_SCHEDULE_STATE_UNSPECIFIED
	ModelDeploymentMonitoringJob_OFFLINE                                                               = src.ModelDeploymentMonitoringJob_OFFLINE
	ModelDeploymentMonitoringJob_PENDING                                                               = src.ModelDeploymentMonitoringJob_PENDING
	ModelDeploymentMonitoringJob_RUNNING                                                               = src.ModelDeploymentMonitoringJob_RUNNING
	ModelDeploymentMonitoringObjectiveType_FEATURE_ATTRIBUTION_DRIFT                                   = src.ModelDeploymentMonitoringObjectiveType_FEATURE_ATTRIBUTION_DRIFT
	ModelDeploymentMonitoringObjectiveType_FEATURE_ATTRIBUTION_SKEW                                    = src.ModelDeploymentMonitoringObjectiveType_FEATURE_ATTRIBUTION_SKEW
	ModelDeploymentMonitoringObjectiveType_MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED      = src.ModelDeploymentMonitoringObjectiveType_MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED
	ModelDeploymentMonitoringObjectiveType_RAW_FEATURE_DRIFT                                           = src.ModelDeploymentMonitoringObjectiveType_RAW_FEATURE_DRIFT
	ModelDeploymentMonitoringObjectiveType_RAW_FEATURE_SKEW                                            = src.ModelDeploymentMonitoringObjectiveType_RAW_FEATURE_SKEW
	ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_BIGQUERY                      = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_BIGQUERY
	ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_JSONL                         = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_JSONL
	ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PREDICTION_FORMAT_UNSPECIFIED = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PREDICTION_FORMAT_UNSPECIFIED
	ModelSourceInfo_AUTOML                                                                             = src.ModelSourceInfo_AUTOML
	ModelSourceInfo_BQML                                                                               = src.ModelSourceInfo_BQML
	ModelSourceInfo_CUSTOM                                                                             = src.ModelSourceInfo_CUSTOM
	ModelSourceInfo_MODEL_SOURCE_TYPE_UNSPECIFIED                                                      = src.ModelSourceInfo_MODEL_SOURCE_TYPE_UNSPECIFIED
	Model_AUTOMATIC_RESOURCES                                                                          = src.Model_AUTOMATIC_RESOURCES
	Model_DEDICATED_RESOURCES                                                                          = src.Model_DEDICATED_RESOURCES
	Model_DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED                                                        = src.Model_DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED
	Model_ExportFormat_ARTIFACT                                                                        = src.Model_ExportFormat_ARTIFACT
	Model_ExportFormat_EXPORTABLE_CONTENT_UNSPECIFIED                                                  = src.Model_ExportFormat_EXPORTABLE_CONTENT_UNSPECIFIED
	Model_ExportFormat_IMAGE                                                                           = src.Model_ExportFormat_IMAGE
	Model_SHARED_RESOURCES                                                                             = src.Model_SHARED_RESOURCES
	NearestNeighborSearchOperationMetadata_RecordError_EMBEDDING_SIZE_MISMATCH                         = src.NearestNeighborSearchOperationMetadata_RecordError_EMBEDDING_SIZE_MISMATCH
	NearestNeighborSearchOperationMetadata_RecordError_EMPTY_LINE                                      = src.NearestNeighborSearchOperationMetadata_RecordError_EMPTY_LINE
	NearestNeighborSearchOperationMetadata_RecordError_ERROR_TYPE_UNSPECIFIED                          = src.NearestNeighborSearchOperationMetadata_RecordError_ERROR_TYPE_UNSPECIFIED
	NearestNeighborSearchOperationMetadata_RecordError_INVALID_AVRO_SYNTAX                             = src.NearestNeighborSearchOperationMetadata_RecordError_INVALID_AVRO_SYNTAX
	NearestNeighborSearchOperationMetadata_RecordError_INVALID_CSV_SYNTAX                              = src.NearestNeighborSearchOperationMetadata_RecordError_INVALID_CSV_SYNTAX
	NearestNeighborSearchOperationMetadata_RecordError_INVALID_EMBEDDING_ID                            = src.NearestNeighborSearchOperationMetadata_RecordError_INVALID_EMBEDDING_ID
	NearestNeighborSearchOperationMetadata_RecordError_INVALID_JSON_SYNTAX                             = src.NearestNeighborSearchOperationMetadata_RecordError_INVALID_JSON_SYNTAX
	NearestNeighborSearchOperationMetadata_RecordError_NAMESPACE_MISSING                               = src.NearestNeighborSearchOperationMetadata_RecordError_NAMESPACE_MISSING
	PipelineFailurePolicy_PIPELINE_FAILURE_POLICY_FAIL_FAST                                            = src.PipelineFailurePolicy_PIPELINE_FAILURE_POLICY_FAIL_FAST
	PipelineFailurePolicy_PIPELINE_FAILURE_POLICY_FAIL_SLOW                                            = src.PipelineFailurePolicy_PIPELINE_FAILURE_POLICY_FAIL_SLOW
	PipelineFailurePolicy_PIPELINE_FAILURE_POLICY_UNSPECIFIED                                          = src.PipelineFailurePolicy_PIPELINE_FAILURE_POLICY_UNSPECIFIED
	PipelineState_PIPELINE_STATE_CANCELLED                                                             = src.PipelineState_PIPELINE_STATE_CANCELLED
	PipelineState_PIPELINE_STATE_CANCELLING                                                            = src.PipelineState_PIPELINE_STATE_CANCELLING
	PipelineState_PIPELINE_STATE_FAILED                                                                = src.PipelineState_PIPELINE_STATE_FAILED
	PipelineState_PIPELINE_STATE_PAUSED                                                                = src.PipelineState_PIPELINE_STATE_PAUSED
	PipelineState_PIPELINE_STATE_PENDING                                                               = src.PipelineState_PIPELINE_STATE_PENDING
	PipelineState_PIPELINE_STATE_QUEUED                                                                = src.PipelineState_PIPELINE_STATE_QUEUED
	PipelineState_PIPELINE_STATE_RUNNING                                                               = src.PipelineState_PIPELINE_STATE_RUNNING
	PipelineState_PIPELINE_STATE_SUCCEEDED                                                             = src.PipelineState_PIPELINE_STATE_SUCCEEDED
	PipelineState_PIPELINE_STATE_UNSPECIFIED                                                           = src.PipelineState_PIPELINE_STATE_UNSPECIFIED
	PipelineTaskDetail_CANCELLED                                                                       = src.PipelineTaskDetail_CANCELLED
	PipelineTaskDetail_CANCELLING                                                                      = src.PipelineTaskDetail_CANCELLING
	PipelineTaskDetail_CANCEL_PENDING                                                                  = src.PipelineTaskDetail_CANCEL_PENDING
	PipelineTaskDetail_FAILED                                                                          = src.PipelineTaskDetail_FAILED
	PipelineTaskDetail_NOT_TRIGGERED                                                                   = src.PipelineTaskDetail_NOT_TRIGGERED
	PipelineTaskDetail_PENDING                                                                         = src.PipelineTaskDetail_PENDING
	PipelineTaskDetail_RUNNING                                                                         = src.PipelineTaskDetail_RUNNING
	PipelineTaskDetail_SKIPPED                                                                         = src.PipelineTaskDetail_SKIPPED
	PipelineTaskDetail_STATE_UNSPECIFIED                                                               = src.PipelineTaskDetail_STATE_UNSPECIFIED
	PipelineTaskDetail_SUCCEEDED                                                                       = src.PipelineTaskDetail_SUCCEEDED
	SampleConfig_SAMPLE_STRATEGY_UNSPECIFIED                                                           = src.SampleConfig_SAMPLE_STRATEGY_UNSPECIFIED
	SampleConfig_UNCERTAINTY                                                                           = src.SampleConfig_UNCERTAINTY
	StudySpec_ALGORITHM_UNSPECIFIED                                                                    = src.StudySpec_ALGORITHM_UNSPECIFIED
	StudySpec_BEST_MEASUREMENT                                                                         = src.StudySpec_BEST_MEASUREMENT
	StudySpec_GRID_SEARCH                                                                              = src.StudySpec_GRID_SEARCH
	StudySpec_HIGH                                                                                     = src.StudySpec_HIGH
	StudySpec_LAST_MEASUREMENT                                                                         = src.StudySpec_LAST_MEASUREMENT
	StudySpec_LOW                                                                                      = src.StudySpec_LOW
	StudySpec_MEASUREMENT_SELECTION_TYPE_UNSPECIFIED                                                   = src.StudySpec_MEASUREMENT_SELECTION_TYPE_UNSPECIFIED
	StudySpec_MetricSpec_GOAL_TYPE_UNSPECIFIED                                                         = src.StudySpec_MetricSpec_GOAL_TYPE_UNSPECIFIED
	StudySpec_MetricSpec_MAXIMIZE                                                                      = src.StudySpec_MetricSpec_MAXIMIZE
	StudySpec_MetricSpec_MINIMIZE                                                                      = src.StudySpec_MetricSpec_MINIMIZE
	StudySpec_OBSERVATION_NOISE_UNSPECIFIED                                                            = src.StudySpec_OBSERVATION_NOISE_UNSPECIFIED
	StudySpec_ParameterSpec_SCALE_TYPE_UNSPECIFIED                                                     = src.StudySpec_ParameterSpec_SCALE_TYPE_UNSPECIFIED
	StudySpec_ParameterSpec_UNIT_LINEAR_SCALE                                                          = src.StudySpec_ParameterSpec_UNIT_LINEAR_SCALE
	StudySpec_ParameterSpec_UNIT_LOG_SCALE                                                             = src.StudySpec_ParameterSpec_UNIT_LOG_SCALE
	StudySpec_ParameterSpec_UNIT_REVERSE_LOG_SCALE                                                     = src.StudySpec_ParameterSpec_UNIT_REVERSE_LOG_SCALE
	StudySpec_RANDOM_SEARCH                                                                            = src.StudySpec_RANDOM_SEARCH
	Study_ACTIVE                                                                                       = src.Study_ACTIVE
	Study_COMPLETED                                                                                    = src.Study_COMPLETED
	Study_INACTIVE                                                                                     = src.Study_INACTIVE
	Study_STATE_UNSPECIFIED                                                                            = src.Study_STATE_UNSPECIFIED
	TensorboardTimeSeries_BLOB_SEQUENCE                                                                = src.TensorboardTimeSeries_BLOB_SEQUENCE
	TensorboardTimeSeries_SCALAR                                                                       = src.TensorboardTimeSeries_SCALAR
	TensorboardTimeSeries_TENSOR                                                                       = src.TensorboardTimeSeries_TENSOR
	TensorboardTimeSeries_VALUE_TYPE_UNSPECIFIED                                                       = src.TensorboardTimeSeries_VALUE_TYPE_UNSPECIFIED
	Trial_ACTIVE                                                                                       = src.Trial_ACTIVE
	Trial_INFEASIBLE                                                                                   = src.Trial_INFEASIBLE
	Trial_REQUESTED                                                                                    = src.Trial_REQUESTED
	Trial_STATE_UNSPECIFIED                                                                            = src.Trial_STATE_UNSPECIFIED
	Trial_STOPPING                                                                                     = src.Trial_STOPPING
	Trial_SUCCEEDED                                                                                    = src.Trial_SUCCEEDED
)

Deprecated: Please use consts in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

Variables

var (
	AcceleratorType_name                                                                        = src.AcceleratorType_name
	AcceleratorType_value                                                                       = src.AcceleratorType_value
	Artifact_State_name                                                                         = src.Artifact_State_name
	Artifact_State_value                                                                        = src.Artifact_State_value
	Event_Type_name                                                                             = src.Event_Type_name
	Event_Type_value                                                                            = src.Event_Type_value
	ExamplesOverride_DataFormat_name                                                            = src.ExamplesOverride_DataFormat_name
	ExamplesOverride_DataFormat_value                                                           = src.ExamplesOverride_DataFormat_value
	Execution_State_name                                                                        = src.Execution_State_name
	Execution_State_value                                                                       = src.Execution_State_value
	ExplanationMetadata_InputMetadata_Encoding_name                                             = src.ExplanationMetadata_InputMetadata_Encoding_name
	ExplanationMetadata_InputMetadata_Encoding_value                                            = src.ExplanationMetadata_InputMetadata_Encoding_value
	ExplanationMetadata_InputMetadata_Visualization_ColorMap_name                               = src.ExplanationMetadata_InputMetadata_Visualization_ColorMap_name
	ExplanationMetadata_InputMetadata_Visualization_ColorMap_value                              = src.ExplanationMetadata_InputMetadata_Visualization_ColorMap_value
	ExplanationMetadata_InputMetadata_Visualization_OverlayType_name                            = src.ExplanationMetadata_InputMetadata_Visualization_OverlayType_name
	ExplanationMetadata_InputMetadata_Visualization_OverlayType_value                           = src.ExplanationMetadata_InputMetadata_Visualization_OverlayType_value
	ExplanationMetadata_InputMetadata_Visualization_Polarity_name                               = src.ExplanationMetadata_InputMetadata_Visualization_Polarity_name
	ExplanationMetadata_InputMetadata_Visualization_Polarity_value                              = src.ExplanationMetadata_InputMetadata_Visualization_Polarity_value
	ExplanationMetadata_InputMetadata_Visualization_Type_name                                   = src.ExplanationMetadata_InputMetadata_Visualization_Type_name
	ExplanationMetadata_InputMetadata_Visualization_Type_value                                  = src.ExplanationMetadata_InputMetadata_Visualization_Type_value
	Feature_MonitoringStatsAnomaly_Objective_name                                               = src.Feature_MonitoringStatsAnomaly_Objective_name
	Feature_MonitoringStatsAnomaly_Objective_value                                              = src.Feature_MonitoringStatsAnomaly_Objective_value
	Feature_ValueType_name                                                                      = src.Feature_ValueType_name
	Feature_ValueType_value                                                                     = src.Feature_ValueType_value
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline_name                           = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline_name
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline_value                          = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline_value
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State_name                              = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State_name
	FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State_value                             = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State_value
	Featurestore_State_name                                                                     = src.Featurestore_State_name
	Featurestore_State_value                                                                    = src.Featurestore_State_value
	File_google_cloud_aiplatform_v1_accelerator_type_proto                                      = src.File_google_cloud_aiplatform_v1_accelerator_type_proto
	File_google_cloud_aiplatform_v1_annotation_proto                                            = src.File_google_cloud_aiplatform_v1_annotation_proto
	File_google_cloud_aiplatform_v1_annotation_spec_proto                                       = src.File_google_cloud_aiplatform_v1_annotation_spec_proto
	File_google_cloud_aiplatform_v1_artifact_proto                                              = src.File_google_cloud_aiplatform_v1_artifact_proto
	File_google_cloud_aiplatform_v1_batch_prediction_job_proto                                  = src.File_google_cloud_aiplatform_v1_batch_prediction_job_proto
	File_google_cloud_aiplatform_v1_completion_stats_proto                                      = src.File_google_cloud_aiplatform_v1_completion_stats_proto
	File_google_cloud_aiplatform_v1_context_proto                                               = src.File_google_cloud_aiplatform_v1_context_proto
	File_google_cloud_aiplatform_v1_custom_job_proto                                            = src.File_google_cloud_aiplatform_v1_custom_job_proto
	File_google_cloud_aiplatform_v1_data_item_proto                                             = src.File_google_cloud_aiplatform_v1_data_item_proto
	File_google_cloud_aiplatform_v1_data_labeling_job_proto                                     = src.File_google_cloud_aiplatform_v1_data_labeling_job_proto
	File_google_cloud_aiplatform_v1_dataset_proto                                               = src.File_google_cloud_aiplatform_v1_dataset_proto
	File_google_cloud_aiplatform_v1_dataset_service_proto                                       = src.File_google_cloud_aiplatform_v1_dataset_service_proto
	File_google_cloud_aiplatform_v1_deployed_index_ref_proto                                    = src.File_google_cloud_aiplatform_v1_deployed_index_ref_proto
	File_google_cloud_aiplatform_v1_deployed_model_ref_proto                                    = src.File_google_cloud_aiplatform_v1_deployed_model_ref_proto
	File_google_cloud_aiplatform_v1_encryption_spec_proto                                       = src.File_google_cloud_aiplatform_v1_encryption_spec_proto
	File_google_cloud_aiplatform_v1_endpoint_proto                                              = src.File_google_cloud_aiplatform_v1_endpoint_proto
	File_google_cloud_aiplatform_v1_endpoint_service_proto                                      = src.File_google_cloud_aiplatform_v1_endpoint_service_proto
	File_google_cloud_aiplatform_v1_entity_type_proto                                           = src.File_google_cloud_aiplatform_v1_entity_type_proto
	File_google_cloud_aiplatform_v1_env_var_proto                                               = src.File_google_cloud_aiplatform_v1_env_var_proto
	File_google_cloud_aiplatform_v1_event_proto                                                 = src.File_google_cloud_aiplatform_v1_event_proto
	File_google_cloud_aiplatform_v1_execution_proto                                             = src.File_google_cloud_aiplatform_v1_execution_proto
	File_google_cloud_aiplatform_v1_explanation_metadata_proto                                  = src.File_google_cloud_aiplatform_v1_explanation_metadata_proto
	File_google_cloud_aiplatform_v1_explanation_proto                                           = src.File_google_cloud_aiplatform_v1_explanation_proto
	File_google_cloud_aiplatform_v1_feature_monitoring_stats_proto                              = src.File_google_cloud_aiplatform_v1_feature_monitoring_stats_proto
	File_google_cloud_aiplatform_v1_feature_proto                                               = src.File_google_cloud_aiplatform_v1_feature_proto
	File_google_cloud_aiplatform_v1_feature_selector_proto                                      = src.File_google_cloud_aiplatform_v1_feature_selector_proto
	File_google_cloud_aiplatform_v1_featurestore_monitoring_proto                               = src.File_google_cloud_aiplatform_v1_featurestore_monitoring_proto
	File_google_cloud_aiplatform_v1_featurestore_online_service_proto                           = src.File_google_cloud_aiplatform_v1_featurestore_online_service_proto
	File_google_cloud_aiplatform_v1_featurestore_proto                                          = src.File_google_cloud_aiplatform_v1_featurestore_proto
	File_google_cloud_aiplatform_v1_featurestore_service_proto                                  = src.File_google_cloud_aiplatform_v1_featurestore_service_proto
	File_google_cloud_aiplatform_v1_hyperparameter_tuning_job_proto                             = src.File_google_cloud_aiplatform_v1_hyperparameter_tuning_job_proto
	File_google_cloud_aiplatform_v1_index_endpoint_proto                                        = src.File_google_cloud_aiplatform_v1_index_endpoint_proto
	File_google_cloud_aiplatform_v1_index_endpoint_service_proto                                = src.File_google_cloud_aiplatform_v1_index_endpoint_service_proto
	File_google_cloud_aiplatform_v1_index_proto                                                 = src.File_google_cloud_aiplatform_v1_index_proto
	File_google_cloud_aiplatform_v1_index_service_proto                                         = src.File_google_cloud_aiplatform_v1_index_service_proto
	File_google_cloud_aiplatform_v1_io_proto                                                    = src.File_google_cloud_aiplatform_v1_io_proto
	File_google_cloud_aiplatform_v1_job_service_proto                                           = src.File_google_cloud_aiplatform_v1_job_service_proto
	File_google_cloud_aiplatform_v1_job_state_proto                                             = src.File_google_cloud_aiplatform_v1_job_state_proto
	File_google_cloud_aiplatform_v1_lineage_subgraph_proto                                      = src.File_google_cloud_aiplatform_v1_lineage_subgraph_proto
	File_google_cloud_aiplatform_v1_machine_resources_proto                                     = src.File_google_cloud_aiplatform_v1_machine_resources_proto
	File_google_cloud_aiplatform_v1_manual_batch_tuning_parameters_proto                        = src.File_google_cloud_aiplatform_v1_manual_batch_tuning_parameters_proto
	File_google_cloud_aiplatform_v1_metadata_schema_proto                                       = src.File_google_cloud_aiplatform_v1_metadata_schema_proto
	File_google_cloud_aiplatform_v1_metadata_service_proto                                      = src.File_google_cloud_aiplatform_v1_metadata_service_proto
	File_google_cloud_aiplatform_v1_metadata_store_proto                                        = src.File_google_cloud_aiplatform_v1_metadata_store_proto
	File_google_cloud_aiplatform_v1_migratable_resource_proto                                   = src.File_google_cloud_aiplatform_v1_migratable_resource_proto
	File_google_cloud_aiplatform_v1_migration_service_proto                                     = src.File_google_cloud_aiplatform_v1_migration_service_proto
	File_google_cloud_aiplatform_v1_model_deployment_monitoring_job_proto                       = src.File_google_cloud_aiplatform_v1_model_deployment_monitoring_job_proto
	File_google_cloud_aiplatform_v1_model_evaluation_proto                                      = src.File_google_cloud_aiplatform_v1_model_evaluation_proto
	File_google_cloud_aiplatform_v1_model_evaluation_slice_proto                                = src.File_google_cloud_aiplatform_v1_model_evaluation_slice_proto
	File_google_cloud_aiplatform_v1_model_monitoring_proto                                      = src.File_google_cloud_aiplatform_v1_model_monitoring_proto
	File_google_cloud_aiplatform_v1_model_proto                                                 = src.File_google_cloud_aiplatform_v1_model_proto
	File_google_cloud_aiplatform_v1_model_service_proto                                         = src.File_google_cloud_aiplatform_v1_model_service_proto
	File_google_cloud_aiplatform_v1_operation_proto                                             = src.File_google_cloud_aiplatform_v1_operation_proto
	File_google_cloud_aiplatform_v1_pipeline_failure_policy_proto                               = src.File_google_cloud_aiplatform_v1_pipeline_failure_policy_proto
	File_google_cloud_aiplatform_v1_pipeline_job_proto                                          = src.File_google_cloud_aiplatform_v1_pipeline_job_proto
	File_google_cloud_aiplatform_v1_pipeline_service_proto                                      = src.File_google_cloud_aiplatform_v1_pipeline_service_proto
	File_google_cloud_aiplatform_v1_pipeline_state_proto                                        = src.File_google_cloud_aiplatform_v1_pipeline_state_proto
	File_google_cloud_aiplatform_v1_prediction_service_proto                                    = src.File_google_cloud_aiplatform_v1_prediction_service_proto
	File_google_cloud_aiplatform_v1_saved_query_proto                                           = src.File_google_cloud_aiplatform_v1_saved_query_proto
	File_google_cloud_aiplatform_v1_specialist_pool_proto                                       = src.File_google_cloud_aiplatform_v1_specialist_pool_proto
	File_google_cloud_aiplatform_v1_specialist_pool_service_proto                               = src.File_google_cloud_aiplatform_v1_specialist_pool_service_proto
	File_google_cloud_aiplatform_v1_study_proto                                                 = src.File_google_cloud_aiplatform_v1_study_proto
	File_google_cloud_aiplatform_v1_tensorboard_data_proto                                      = src.File_google_cloud_aiplatform_v1_tensorboard_data_proto
	File_google_cloud_aiplatform_v1_tensorboard_experiment_proto                                = src.File_google_cloud_aiplatform_v1_tensorboard_experiment_proto
	File_google_cloud_aiplatform_v1_tensorboard_proto                                           = src.File_google_cloud_aiplatform_v1_tensorboard_proto
	File_google_cloud_aiplatform_v1_tensorboard_run_proto                                       = src.File_google_cloud_aiplatform_v1_tensorboard_run_proto
	File_google_cloud_aiplatform_v1_tensorboard_service_proto                                   = src.File_google_cloud_aiplatform_v1_tensorboard_service_proto
	File_google_cloud_aiplatform_v1_tensorboard_time_series_proto                               = src.File_google_cloud_aiplatform_v1_tensorboard_time_series_proto
	File_google_cloud_aiplatform_v1_training_pipeline_proto                                     = src.File_google_cloud_aiplatform_v1_training_pipeline_proto
	File_google_cloud_aiplatform_v1_types_proto                                                 = src.File_google_cloud_aiplatform_v1_types_proto
	File_google_cloud_aiplatform_v1_unmanaged_container_model_proto                             = src.File_google_cloud_aiplatform_v1_unmanaged_container_model_proto
	File_google_cloud_aiplatform_v1_user_action_reference_proto                                 = src.File_google_cloud_aiplatform_v1_user_action_reference_proto
	File_google_cloud_aiplatform_v1_value_proto                                                 = src.File_google_cloud_aiplatform_v1_value_proto
	File_google_cloud_aiplatform_v1_vizier_service_proto                                        = src.File_google_cloud_aiplatform_v1_vizier_service_proto
	Index_IndexUpdateMethod_name                                                                = src.Index_IndexUpdateMethod_name
	Index_IndexUpdateMethod_value                                                               = src.Index_IndexUpdateMethod_value
	JobState_name                                                                               = src.JobState_name
	JobState_value                                                                              = src.JobState_value
	MetadataSchema_MetadataSchemaType_name                                                      = src.MetadataSchema_MetadataSchemaType_name
	MetadataSchema_MetadataSchemaType_value                                                     = src.MetadataSchema_MetadataSchemaType_value
	ModelDeploymentMonitoringBigQueryTable_LogSource_name                                       = src.ModelDeploymentMonitoringBigQueryTable_LogSource_name
	ModelDeploymentMonitoringBigQueryTable_LogSource_value                                      = src.ModelDeploymentMonitoringBigQueryTable_LogSource_value
	ModelDeploymentMonitoringBigQueryTable_LogType_name                                         = src.ModelDeploymentMonitoringBigQueryTable_LogType_name
	ModelDeploymentMonitoringBigQueryTable_LogType_value                                        = src.ModelDeploymentMonitoringBigQueryTable_LogType_value
	ModelDeploymentMonitoringJob_MonitoringScheduleState_name                                   = src.ModelDeploymentMonitoringJob_MonitoringScheduleState_name
	ModelDeploymentMonitoringJob_MonitoringScheduleState_value                                  = src.ModelDeploymentMonitoringJob_MonitoringScheduleState_value
	ModelDeploymentMonitoringObjectiveType_name                                                 = src.ModelDeploymentMonitoringObjectiveType_name
	ModelDeploymentMonitoringObjectiveType_value                                                = src.ModelDeploymentMonitoringObjectiveType_value
	ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat_name  = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat_name
	ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat_value = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat_value
	ModelSourceInfo_ModelSourceType_name                                                        = src.ModelSourceInfo_ModelSourceType_name
	ModelSourceInfo_ModelSourceType_value                                                       = src.ModelSourceInfo_ModelSourceType_value
	Model_DeploymentResourcesType_name                                                          = src.Model_DeploymentResourcesType_name
	Model_DeploymentResourcesType_value                                                         = src.Model_DeploymentResourcesType_value
	Model_ExportFormat_ExportableContent_name                                                   = src.Model_ExportFormat_ExportableContent_name
	Model_ExportFormat_ExportableContent_value                                                  = src.Model_ExportFormat_ExportableContent_value
	NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType_name                     = src.NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType_name
	NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType_value                    = src.NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType_value
	PipelineFailurePolicy_name                                                                  = src.PipelineFailurePolicy_name
	PipelineFailurePolicy_value                                                                 = src.PipelineFailurePolicy_value
	PipelineState_name                                                                          = src.PipelineState_name
	PipelineState_value                                                                         = src.PipelineState_value
	PipelineTaskDetail_State_name                                                               = src.PipelineTaskDetail_State_name
	PipelineTaskDetail_State_value                                                              = src.PipelineTaskDetail_State_value
	SampleConfig_SampleStrategy_name                                                            = src.SampleConfig_SampleStrategy_name
	SampleConfig_SampleStrategy_value                                                           = src.SampleConfig_SampleStrategy_value
	StudySpec_Algorithm_name                                                                    = src.StudySpec_Algorithm_name
	StudySpec_Algorithm_value                                                                   = src.StudySpec_Algorithm_value
	StudySpec_MeasurementSelectionType_name                                                     = src.StudySpec_MeasurementSelectionType_name
	StudySpec_MeasurementSelectionType_value                                                    = src.StudySpec_MeasurementSelectionType_value
	StudySpec_MetricSpec_GoalType_name                                                          = src.StudySpec_MetricSpec_GoalType_name
	StudySpec_MetricSpec_GoalType_value                                                         = src.StudySpec_MetricSpec_GoalType_value
	StudySpec_ObservationNoise_name                                                             = src.StudySpec_ObservationNoise_name
	StudySpec_ObservationNoise_value                                                            = src.StudySpec_ObservationNoise_value
	StudySpec_ParameterSpec_ScaleType_name                                                      = src.StudySpec_ParameterSpec_ScaleType_name
	StudySpec_ParameterSpec_ScaleType_value                                                     = src.StudySpec_ParameterSpec_ScaleType_value
	Study_State_name                                                                            = src.Study_State_name
	Study_State_value                                                                           = src.Study_State_value
	TensorboardTimeSeries_ValueType_name                                                        = src.TensorboardTimeSeries_ValueType_name
	TensorboardTimeSeries_ValueType_value                                                       = src.TensorboardTimeSeries_ValueType_value
	Trial_State_name                                                                            = src.Trial_State_name
	Trial_State_value                                                                           = src.Trial_State_value
)

Deprecated: Please use vars in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

Functions

func RegisterDatasetServiceServer

func RegisterDatasetServiceServer(s *grpc.Server, srv DatasetServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterEndpointServiceServer

func RegisterEndpointServiceServer(s *grpc.Server, srv EndpointServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterFeaturestoreOnlineServingServiceServer

func RegisterFeaturestoreOnlineServingServiceServer(s *grpc.Server, srv FeaturestoreOnlineServingServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterFeaturestoreServiceServer

func RegisterFeaturestoreServiceServer(s *grpc.Server, srv FeaturestoreServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterIndexEndpointServiceServer

func RegisterIndexEndpointServiceServer(s *grpc.Server, srv IndexEndpointServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterIndexServiceServer

func RegisterIndexServiceServer(s *grpc.Server, srv IndexServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterJobServiceServer

func RegisterJobServiceServer(s *grpc.Server, srv JobServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterMetadataServiceServer

func RegisterMetadataServiceServer(s *grpc.Server, srv MetadataServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterMigrationServiceServer

func RegisterMigrationServiceServer(s *grpc.Server, srv MigrationServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterModelServiceServer

func RegisterModelServiceServer(s *grpc.Server, srv ModelServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterPipelineServiceServer

func RegisterPipelineServiceServer(s *grpc.Server, srv PipelineServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterPredictionServiceServer

func RegisterPredictionServiceServer(s *grpc.Server, srv PredictionServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterSpecialistPoolServiceServer

func RegisterSpecialistPoolServiceServer(s *grpc.Server, srv SpecialistPoolServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterTensorboardServiceServer

func RegisterTensorboardServiceServer(s *grpc.Server, srv TensorboardServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func RegisterVizierServiceServer

func RegisterVizierServiceServer(s *grpc.Server, srv VizierServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

Types

type AcceleratorType

type AcceleratorType = src.AcceleratorType

Represents a hardware accelerator type.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ActiveLearningConfig

type ActiveLearningConfig = src.ActiveLearningConfig

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ActiveLearningConfig_MaxDataItemCount

type ActiveLearningConfig_MaxDataItemCount = src.ActiveLearningConfig_MaxDataItemCount

type ActiveLearningConfig_MaxDataItemPercentage

type ActiveLearningConfig_MaxDataItemPercentage = src.ActiveLearningConfig_MaxDataItemPercentage

type AddContextArtifactsAndExecutionsRequest

type AddContextArtifactsAndExecutionsRequest = src.AddContextArtifactsAndExecutionsRequest

Request message for [MetadataService.AddContextArtifactsAndExecutions][google.cloud.aiplatform.v1.MetadataService.AddContextArtifactsAndExecutions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AddContextArtifactsAndExecutionsResponse

type AddContextArtifactsAndExecutionsResponse = src.AddContextArtifactsAndExecutionsResponse

Response message for [MetadataService.AddContextArtifactsAndExecutions][google.cloud.aiplatform.v1.MetadataService.AddContextArtifactsAndExecutions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AddContextChildrenRequest

type AddContextChildrenRequest = src.AddContextChildrenRequest

Request message for [MetadataService.AddContextChildren][google.cloud.aiplatform.v1.MetadataService.AddContextChildren].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AddContextChildrenResponse

type AddContextChildrenResponse = src.AddContextChildrenResponse

Response message for [MetadataService.AddContextChildren][google.cloud.aiplatform.v1.MetadataService.AddContextChildren].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AddExecutionEventsRequest

type AddExecutionEventsRequest = src.AddExecutionEventsRequest

Request message for [MetadataService.AddExecutionEvents][google.cloud.aiplatform.v1.MetadataService.AddExecutionEvents].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AddExecutionEventsResponse

type AddExecutionEventsResponse = src.AddExecutionEventsResponse

Response message for [MetadataService.AddExecutionEvents][google.cloud.aiplatform.v1.MetadataService.AddExecutionEvents].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AddTrialMeasurementRequest

type AddTrialMeasurementRequest = src.AddTrialMeasurementRequest

Request message for [VizierService.AddTrialMeasurement][google.cloud.aiplatform.v1.VizierService.AddTrialMeasurement].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Annotation

type Annotation = src.Annotation

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AnnotationSpec

type AnnotationSpec = src.AnnotationSpec

Identifies a concept with which DataItems may be annotated with.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Artifact

type Artifact = src.Artifact

Instance of a general artifact.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Artifact_State

type Artifact_State = src.Artifact_State

Describes the state of the Artifact.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Attribution

type Attribution = src.Attribution

Attribution that explains a particular prediction output.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AutomaticResources

type AutomaticResources = src.AutomaticResources

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AutoscalingMetricSpec

type AutoscalingMetricSpec = src.AutoscalingMetricSpec

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type AvroSource

type AvroSource = src.AvroSource

The storage details for Avro input content.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchCreateFeaturesOperationMetadata

type BatchCreateFeaturesOperationMetadata = src.BatchCreateFeaturesOperationMetadata

Details of operations that perform batch create Features.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchCreateFeaturesRequest

type BatchCreateFeaturesRequest = src.BatchCreateFeaturesRequest

Request message for [FeaturestoreService.BatchCreateFeatures][google.cloud.aiplatform.v1.FeaturestoreService.BatchCreateFeatures].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchCreateFeaturesResponse

type BatchCreateFeaturesResponse = src.BatchCreateFeaturesResponse

Response message for [FeaturestoreService.BatchCreateFeatures][google.cloud.aiplatform.v1.FeaturestoreService.BatchCreateFeatures].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchCreateTensorboardRunsRequest

type BatchCreateTensorboardRunsRequest = src.BatchCreateTensorboardRunsRequest

Request message for [TensorboardService.BatchCreateTensorboardRuns][google.cloud.aiplatform.v1.TensorboardService.BatchCreateTensorboardRuns].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchCreateTensorboardRunsResponse

type BatchCreateTensorboardRunsResponse = src.BatchCreateTensorboardRunsResponse

Response message for [TensorboardService.BatchCreateTensorboardRuns][google.cloud.aiplatform.v1.TensorboardService.BatchCreateTensorboardRuns].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchCreateTensorboardTimeSeriesRequest

type BatchCreateTensorboardTimeSeriesRequest = src.BatchCreateTensorboardTimeSeriesRequest

Request message for [TensorboardService.BatchCreateTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.BatchCreateTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchCreateTensorboardTimeSeriesResponse

type BatchCreateTensorboardTimeSeriesResponse = src.BatchCreateTensorboardTimeSeriesResponse

Response message for [TensorboardService.BatchCreateTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.BatchCreateTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchDedicatedResources

type BatchDedicatedResources = src.BatchDedicatedResources

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchImportModelEvaluationSlicesRequest

type BatchImportModelEvaluationSlicesRequest = src.BatchImportModelEvaluationSlicesRequest

Request message for [ModelService.BatchImportModelEvaluationSlices][google.cloud.aiplatform.v1.ModelService.BatchImportModelEvaluationSlices]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchImportModelEvaluationSlicesResponse

type BatchImportModelEvaluationSlicesResponse = src.BatchImportModelEvaluationSlicesResponse

Response message for [ModelService.BatchImportModelEvaluationSlices][google.cloud.aiplatform.v1.ModelService.BatchImportModelEvaluationSlices]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchMigrateResourcesOperationMetadata

type BatchMigrateResourcesOperationMetadata = src.BatchMigrateResourcesOperationMetadata

Runtime operation information for [MigrationService.BatchMigrateResources][google.cloud.aiplatform.v1.MigrationService.BatchMigrateResources].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchMigrateResourcesOperationMetadata_PartialResult

type BatchMigrateResourcesOperationMetadata_PartialResult = src.BatchMigrateResourcesOperationMetadata_PartialResult

Represents a partial result in batch migration operation for one MigrateResourceRequest[google.cloud.aiplatform.v1.MigrateResourceRequest].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchMigrateResourcesOperationMetadata_PartialResult_Dataset

type BatchMigrateResourcesOperationMetadata_PartialResult_Dataset = src.BatchMigrateResourcesOperationMetadata_PartialResult_Dataset

type BatchMigrateResourcesOperationMetadata_PartialResult_Error

type BatchMigrateResourcesOperationMetadata_PartialResult_Error = src.BatchMigrateResourcesOperationMetadata_PartialResult_Error

type BatchMigrateResourcesOperationMetadata_PartialResult_Model

type BatchMigrateResourcesOperationMetadata_PartialResult_Model = src.BatchMigrateResourcesOperationMetadata_PartialResult_Model

type BatchMigrateResourcesRequest

type BatchMigrateResourcesRequest = src.BatchMigrateResourcesRequest

Request message for [MigrationService.BatchMigrateResources][google.cloud.aiplatform.v1.MigrationService.BatchMigrateResources].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchMigrateResourcesResponse

type BatchMigrateResourcesResponse = src.BatchMigrateResourcesResponse

Response message for [MigrationService.BatchMigrateResources][google.cloud.aiplatform.v1.MigrationService.BatchMigrateResources].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchPredictionJob

type BatchPredictionJob = src.BatchPredictionJob

A job that uses a Model[google.cloud.aiplatform.v1.BatchPredictionJob.model] to produce predictions on multiple [input instances][google.cloud.aiplatform.v1.BatchPredictionJob.input_config]. If predictions for significant portion of the instances fail, the job may finish without attempting predictions for all remaining instances.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchPredictionJob_InputConfig

type BatchPredictionJob_InputConfig = src.BatchPredictionJob_InputConfig

Configures the input to BatchPredictionJob[google.cloud.aiplatform.v1.BatchPredictionJob]. See [Model.supported_input_storage_formats][google.cloud.aiplatform.v1.Model.supported_input_storage_formats] for Model's supported input formats, and how instances should be expressed via any of them.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchPredictionJob_InputConfig_BigquerySource

type BatchPredictionJob_InputConfig_BigquerySource = src.BatchPredictionJob_InputConfig_BigquerySource

type BatchPredictionJob_InputConfig_GcsSource

type BatchPredictionJob_InputConfig_GcsSource = src.BatchPredictionJob_InputConfig_GcsSource

type BatchPredictionJob_OutputConfig

type BatchPredictionJob_OutputConfig = src.BatchPredictionJob_OutputConfig

Configures the output of BatchPredictionJob[google.cloud.aiplatform.v1.BatchPredictionJob]. See [Model.supported_output_storage_formats][google.cloud.aiplatform.v1.Model.supported_output_storage_formats] for supported output formats, and how predictions are expressed via any of them.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchPredictionJob_OutputConfig_BigqueryDestination

type BatchPredictionJob_OutputConfig_BigqueryDestination = src.BatchPredictionJob_OutputConfig_BigqueryDestination

type BatchPredictionJob_OutputConfig_GcsDestination

type BatchPredictionJob_OutputConfig_GcsDestination = src.BatchPredictionJob_OutputConfig_GcsDestination

type BatchPredictionJob_OutputInfo

type BatchPredictionJob_OutputInfo = src.BatchPredictionJob_OutputInfo

Further describes this job's output. Supplements [output_config][google.cloud.aiplatform.v1.BatchPredictionJob.output_config].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchPredictionJob_OutputInfo_BigqueryOutputDataset

type BatchPredictionJob_OutputInfo_BigqueryOutputDataset = src.BatchPredictionJob_OutputInfo_BigqueryOutputDataset

type BatchPredictionJob_OutputInfo_GcsOutputDirectory

type BatchPredictionJob_OutputInfo_GcsOutputDirectory = src.BatchPredictionJob_OutputInfo_GcsOutputDirectory

type BatchReadFeatureValuesOperationMetadata

type BatchReadFeatureValuesOperationMetadata = src.BatchReadFeatureValuesOperationMetadata

Details of operations that batch reads Feature values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchReadFeatureValuesRequest

type BatchReadFeatureValuesRequest = src.BatchReadFeatureValuesRequest

Request message for [FeaturestoreService.BatchReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.BatchReadFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchReadFeatureValuesRequest_BigqueryReadInstances

type BatchReadFeatureValuesRequest_BigqueryReadInstances = src.BatchReadFeatureValuesRequest_BigqueryReadInstances

type BatchReadFeatureValuesRequest_CsvReadInstances

type BatchReadFeatureValuesRequest_CsvReadInstances = src.BatchReadFeatureValuesRequest_CsvReadInstances

type BatchReadFeatureValuesRequest_EntityTypeSpec

type BatchReadFeatureValuesRequest_EntityTypeSpec = src.BatchReadFeatureValuesRequest_EntityTypeSpec

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchReadFeatureValuesRequest_PassThroughField

type BatchReadFeatureValuesRequest_PassThroughField = src.BatchReadFeatureValuesRequest_PassThroughField

Describe pass-through fields in read_instance source.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchReadFeatureValuesResponse

type BatchReadFeatureValuesResponse = src.BatchReadFeatureValuesResponse

Response message for [FeaturestoreService.BatchReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.BatchReadFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchReadTensorboardTimeSeriesDataRequest

type BatchReadTensorboardTimeSeriesDataRequest = src.BatchReadTensorboardTimeSeriesDataRequest

Request message for [TensorboardService.BatchReadTensorboardTimeSeriesData][google.cloud.aiplatform.v1.TensorboardService.BatchReadTensorboardTimeSeriesData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BatchReadTensorboardTimeSeriesDataResponse

type BatchReadTensorboardTimeSeriesDataResponse = src.BatchReadTensorboardTimeSeriesDataResponse

Response message for [TensorboardService.BatchReadTensorboardTimeSeriesData][google.cloud.aiplatform.v1.TensorboardService.BatchReadTensorboardTimeSeriesData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BigQueryDestination

type BigQueryDestination = src.BigQueryDestination

The BigQuery location for the output content.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BigQuerySource

type BigQuerySource = src.BigQuerySource

The BigQuery location for the input content.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BlurBaselineConfig

type BlurBaselineConfig = src.BlurBaselineConfig

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type BoolArray

type BoolArray = src.BoolArray

A list of boolean values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CancelBatchPredictionJobRequest

type CancelBatchPredictionJobRequest = src.CancelBatchPredictionJobRequest

Request message for [JobService.CancelBatchPredictionJob][google.cloud.aiplatform.v1.JobService.CancelBatchPredictionJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CancelCustomJobRequest

type CancelCustomJobRequest = src.CancelCustomJobRequest

Request message for [JobService.CancelCustomJob][google.cloud.aiplatform.v1.JobService.CancelCustomJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CancelDataLabelingJobRequest

type CancelDataLabelingJobRequest = src.CancelDataLabelingJobRequest

Request message for [JobService.CancelDataLabelingJob][google.cloud.aiplatform.v1.JobService.CancelDataLabelingJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CancelHyperparameterTuningJobRequest

type CancelHyperparameterTuningJobRequest = src.CancelHyperparameterTuningJobRequest

Request message for [JobService.CancelHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.CancelHyperparameterTuningJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CancelPipelineJobRequest

type CancelPipelineJobRequest = src.CancelPipelineJobRequest

Request message for [PipelineService.CancelPipelineJob][google.cloud.aiplatform.v1.PipelineService.CancelPipelineJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CancelTrainingPipelineRequest

type CancelTrainingPipelineRequest = src.CancelTrainingPipelineRequest

Request message for [PipelineService.CancelTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.CancelTrainingPipeline].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CheckTrialEarlyStoppingStateMetatdata

type CheckTrialEarlyStoppingStateMetatdata = src.CheckTrialEarlyStoppingStateMetatdata

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CheckTrialEarlyStoppingStateRequest

type CheckTrialEarlyStoppingStateRequest = src.CheckTrialEarlyStoppingStateRequest

Request message for [VizierService.CheckTrialEarlyStoppingState][google.cloud.aiplatform.v1.VizierService.CheckTrialEarlyStoppingState].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CheckTrialEarlyStoppingStateResponse

type CheckTrialEarlyStoppingStateResponse = src.CheckTrialEarlyStoppingStateResponse

Response message for [VizierService.CheckTrialEarlyStoppingState][google.cloud.aiplatform.v1.VizierService.CheckTrialEarlyStoppingState].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CompleteTrialRequest

type CompleteTrialRequest = src.CompleteTrialRequest

Request message for [VizierService.CompleteTrial][google.cloud.aiplatform.v1.VizierService.CompleteTrial].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CompletionStats

type CompletionStats = src.CompletionStats

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ContainerRegistryDestination

type ContainerRegistryDestination = src.ContainerRegistryDestination

The Container Registry location for the container image.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ContainerSpec

type ContainerSpec = src.ContainerSpec

The spec of a Container.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Context

type Context = src.Context

Instance of a general context.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateArtifactRequest

type CreateArtifactRequest = src.CreateArtifactRequest

Request message for [MetadataService.CreateArtifact][google.cloud.aiplatform.v1.MetadataService.CreateArtifact].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateBatchPredictionJobRequest

type CreateBatchPredictionJobRequest = src.CreateBatchPredictionJobRequest

Request message for [JobService.CreateBatchPredictionJob][google.cloud.aiplatform.v1.JobService.CreateBatchPredictionJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateContextRequest

type CreateContextRequest = src.CreateContextRequest

Request message for [MetadataService.CreateContext][google.cloud.aiplatform.v1.MetadataService.CreateContext].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateCustomJobRequest

type CreateCustomJobRequest = src.CreateCustomJobRequest

Request message for [JobService.CreateCustomJob][google.cloud.aiplatform.v1.JobService.CreateCustomJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateDataLabelingJobRequest

type CreateDataLabelingJobRequest = src.CreateDataLabelingJobRequest

Request message for [JobService.CreateDataLabelingJob][google.cloud.aiplatform.v1.JobService.CreateDataLabelingJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateDatasetOperationMetadata

type CreateDatasetOperationMetadata = src.CreateDatasetOperationMetadata

Runtime operation information for [DatasetService.CreateDataset][google.cloud.aiplatform.v1.DatasetService.CreateDataset].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateDatasetRequest

type CreateDatasetRequest = src.CreateDatasetRequest

Request message for [DatasetService.CreateDataset][google.cloud.aiplatform.v1.DatasetService.CreateDataset].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateEndpointOperationMetadata

type CreateEndpointOperationMetadata = src.CreateEndpointOperationMetadata

Runtime operation information for [EndpointService.CreateEndpoint][google.cloud.aiplatform.v1.EndpointService.CreateEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateEndpointRequest

type CreateEndpointRequest = src.CreateEndpointRequest

Request message for [EndpointService.CreateEndpoint][google.cloud.aiplatform.v1.EndpointService.CreateEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateEntityTypeOperationMetadata

type CreateEntityTypeOperationMetadata = src.CreateEntityTypeOperationMetadata

Details of operations that perform create EntityType.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateEntityTypeRequest

type CreateEntityTypeRequest = src.CreateEntityTypeRequest

Request message for [FeaturestoreService.CreateEntityType][google.cloud.aiplatform.v1.FeaturestoreService.CreateEntityType].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateExecutionRequest

type CreateExecutionRequest = src.CreateExecutionRequest

Request message for [MetadataService.CreateExecution][google.cloud.aiplatform.v1.MetadataService.CreateExecution].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateFeatureOperationMetadata

type CreateFeatureOperationMetadata = src.CreateFeatureOperationMetadata

Details of operations that perform create Feature.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateFeatureRequest

type CreateFeatureRequest = src.CreateFeatureRequest

Request message for [FeaturestoreService.CreateFeature][google.cloud.aiplatform.v1.FeaturestoreService.CreateFeature].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateFeaturestoreOperationMetadata

type CreateFeaturestoreOperationMetadata = src.CreateFeaturestoreOperationMetadata

Details of operations that perform create Featurestore.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateFeaturestoreRequest

type CreateFeaturestoreRequest = src.CreateFeaturestoreRequest

Request message for [FeaturestoreService.CreateFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.CreateFeaturestore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateHyperparameterTuningJobRequest

type CreateHyperparameterTuningJobRequest = src.CreateHyperparameterTuningJobRequest

Request message for [JobService.CreateHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.CreateHyperparameterTuningJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateIndexEndpointOperationMetadata

type CreateIndexEndpointOperationMetadata = src.CreateIndexEndpointOperationMetadata

Runtime operation information for [IndexEndpointService.CreateIndexEndpoint][google.cloud.aiplatform.v1.IndexEndpointService.CreateIndexEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateIndexEndpointRequest

type CreateIndexEndpointRequest = src.CreateIndexEndpointRequest

Request message for [IndexEndpointService.CreateIndexEndpoint][google.cloud.aiplatform.v1.IndexEndpointService.CreateIndexEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateIndexOperationMetadata

type CreateIndexOperationMetadata = src.CreateIndexOperationMetadata

Runtime operation information for [IndexService.CreateIndex][google.cloud.aiplatform.v1.IndexService.CreateIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateIndexRequest

type CreateIndexRequest = src.CreateIndexRequest

Request message for [IndexService.CreateIndex][google.cloud.aiplatform.v1.IndexService.CreateIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateMetadataSchemaRequest

type CreateMetadataSchemaRequest = src.CreateMetadataSchemaRequest

Request message for [MetadataService.CreateMetadataSchema][google.cloud.aiplatform.v1.MetadataService.CreateMetadataSchema].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateMetadataStoreOperationMetadata

type CreateMetadataStoreOperationMetadata = src.CreateMetadataStoreOperationMetadata

Details of operations that perform [MetadataService.CreateMetadataStore][google.cloud.aiplatform.v1.MetadataService.CreateMetadataStore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateMetadataStoreRequest

type CreateMetadataStoreRequest = src.CreateMetadataStoreRequest

Request message for [MetadataService.CreateMetadataStore][google.cloud.aiplatform.v1.MetadataService.CreateMetadataStore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateModelDeploymentMonitoringJobRequest

type CreateModelDeploymentMonitoringJobRequest = src.CreateModelDeploymentMonitoringJobRequest

Request message for [JobService.CreateModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.CreateModelDeploymentMonitoringJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreatePipelineJobRequest

type CreatePipelineJobRequest = src.CreatePipelineJobRequest

Request message for [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateSpecialistPoolOperationMetadata

type CreateSpecialistPoolOperationMetadata = src.CreateSpecialistPoolOperationMetadata

Runtime operation information for [SpecialistPoolService.CreateSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.CreateSpecialistPool].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateSpecialistPoolRequest

type CreateSpecialistPoolRequest = src.CreateSpecialistPoolRequest

Request message for [SpecialistPoolService.CreateSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.CreateSpecialistPool].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateStudyRequest

type CreateStudyRequest = src.CreateStudyRequest

Request message for [VizierService.CreateStudy][google.cloud.aiplatform.v1.VizierService.CreateStudy].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateTensorboardExperimentRequest

type CreateTensorboardExperimentRequest = src.CreateTensorboardExperimentRequest

Request message for [TensorboardService.CreateTensorboardExperiment][google.cloud.aiplatform.v1.TensorboardService.CreateTensorboardExperiment].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateTensorboardOperationMetadata

type CreateTensorboardOperationMetadata = src.CreateTensorboardOperationMetadata

Details of operations that perform create Tensorboard.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateTensorboardRequest

type CreateTensorboardRequest = src.CreateTensorboardRequest

Request message for [TensorboardService.CreateTensorboard][google.cloud.aiplatform.v1.TensorboardService.CreateTensorboard].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateTensorboardRunRequest

type CreateTensorboardRunRequest = src.CreateTensorboardRunRequest

Request message for [TensorboardService.CreateTensorboardRun][google.cloud.aiplatform.v1.TensorboardService.CreateTensorboardRun].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateTensorboardTimeSeriesRequest

type CreateTensorboardTimeSeriesRequest = src.CreateTensorboardTimeSeriesRequest

Request message for [TensorboardService.CreateTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.CreateTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateTrainingPipelineRequest

type CreateTrainingPipelineRequest = src.CreateTrainingPipelineRequest

Request message for [PipelineService.CreateTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.CreateTrainingPipeline].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CreateTrialRequest

type CreateTrialRequest = src.CreateTrialRequest

Request message for [VizierService.CreateTrial][google.cloud.aiplatform.v1.VizierService.CreateTrial].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CsvDestination

type CsvDestination = src.CsvDestination

The storage details for CSV output content.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CsvSource

type CsvSource = src.CsvSource

The storage details for CSV input content.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CustomJob

type CustomJob = src.CustomJob

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type CustomJobSpec

type CustomJobSpec = src.CustomJobSpec

Represents the spec of a CustomJob.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DataItem

type DataItem = src.DataItem

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DataLabelingJob

type DataLabelingJob = src.DataLabelingJob

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Dataset

type Dataset = src.Dataset

A collection of DataItems and Annotations on them.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DatasetServiceClient

type DatasetServiceClient = src.DatasetServiceClient

DatasetServiceClient is the client API for DatasetService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewDatasetServiceClient

func NewDatasetServiceClient(cc grpc.ClientConnInterface) DatasetServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DatasetServiceServer

type DatasetServiceServer = src.DatasetServiceServer

DatasetServiceServer is the server API for DatasetService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DedicatedResources

type DedicatedResources = src.DedicatedResources

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteArtifactRequest

type DeleteArtifactRequest = src.DeleteArtifactRequest

Request message for [MetadataService.DeleteArtifact][google.cloud.aiplatform.v1.MetadataService.DeleteArtifact].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteBatchPredictionJobRequest

type DeleteBatchPredictionJobRequest = src.DeleteBatchPredictionJobRequest

Request message for [JobService.DeleteBatchPredictionJob][google.cloud.aiplatform.v1.JobService.DeleteBatchPredictionJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteContextRequest

type DeleteContextRequest = src.DeleteContextRequest

Request message for [MetadataService.DeleteContext][google.cloud.aiplatform.v1.MetadataService.DeleteContext].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteCustomJobRequest

type DeleteCustomJobRequest = src.DeleteCustomJobRequest

Request message for [JobService.DeleteCustomJob][google.cloud.aiplatform.v1.JobService.DeleteCustomJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteDataLabelingJobRequest

type DeleteDataLabelingJobRequest = src.DeleteDataLabelingJobRequest

Request message for [JobService.DeleteDataLabelingJob][google.cloud.aiplatform.v1.JobService.DeleteDataLabelingJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteDatasetRequest

type DeleteDatasetRequest = src.DeleteDatasetRequest

Request message for [DatasetService.DeleteDataset][google.cloud.aiplatform.v1.DatasetService.DeleteDataset].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteEndpointRequest

type DeleteEndpointRequest = src.DeleteEndpointRequest

Request message for [EndpointService.DeleteEndpoint][google.cloud.aiplatform.v1.EndpointService.DeleteEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteEntityTypeRequest

type DeleteEntityTypeRequest = src.DeleteEntityTypeRequest

Request message for [FeaturestoreService.DeleteEntityTypes][].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteExecutionRequest

type DeleteExecutionRequest = src.DeleteExecutionRequest

Request message for [MetadataService.DeleteExecution][google.cloud.aiplatform.v1.MetadataService.DeleteExecution].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteFeatureRequest

type DeleteFeatureRequest = src.DeleteFeatureRequest

Request message for [FeaturestoreService.DeleteFeature][google.cloud.aiplatform.v1.FeaturestoreService.DeleteFeature].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteFeaturestoreRequest

type DeleteFeaturestoreRequest = src.DeleteFeaturestoreRequest

Request message for [FeaturestoreService.DeleteFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.DeleteFeaturestore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteHyperparameterTuningJobRequest

type DeleteHyperparameterTuningJobRequest = src.DeleteHyperparameterTuningJobRequest

Request message for [JobService.DeleteHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.DeleteHyperparameterTuningJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteIndexEndpointRequest

type DeleteIndexEndpointRequest = src.DeleteIndexEndpointRequest

Request message for [IndexEndpointService.DeleteIndexEndpoint][google.cloud.aiplatform.v1.IndexEndpointService.DeleteIndexEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteIndexRequest

type DeleteIndexRequest = src.DeleteIndexRequest

Request message for [IndexService.DeleteIndex][google.cloud.aiplatform.v1.IndexService.DeleteIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteMetadataStoreOperationMetadata

type DeleteMetadataStoreOperationMetadata = src.DeleteMetadataStoreOperationMetadata

Details of operations that perform [MetadataService.DeleteMetadataStore][google.cloud.aiplatform.v1.MetadataService.DeleteMetadataStore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteMetadataStoreRequest

type DeleteMetadataStoreRequest = src.DeleteMetadataStoreRequest

Request message for [MetadataService.DeleteMetadataStore][google.cloud.aiplatform.v1.MetadataService.DeleteMetadataStore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteModelDeploymentMonitoringJobRequest

type DeleteModelDeploymentMonitoringJobRequest = src.DeleteModelDeploymentMonitoringJobRequest

Request message for [JobService.DeleteModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.DeleteModelDeploymentMonitoringJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteModelRequest

type DeleteModelRequest = src.DeleteModelRequest

Request message for [ModelService.DeleteModel][google.cloud.aiplatform.v1.ModelService.DeleteModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteModelVersionRequest

type DeleteModelVersionRequest = src.DeleteModelVersionRequest

Request message for [ModelService.DeleteModelVersion][google.cloud.aiplatform.v1.ModelService.DeleteModelVersion].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteOperationMetadata

type DeleteOperationMetadata = src.DeleteOperationMetadata

Details of operations that perform deletes of any entities.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeletePipelineJobRequest

type DeletePipelineJobRequest = src.DeletePipelineJobRequest

Request message for [PipelineService.DeletePipelineJob][google.cloud.aiplatform.v1.PipelineService.DeletePipelineJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteSpecialistPoolRequest

type DeleteSpecialistPoolRequest = src.DeleteSpecialistPoolRequest

Request message for [SpecialistPoolService.DeleteSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.DeleteSpecialistPool].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteStudyRequest

type DeleteStudyRequest = src.DeleteStudyRequest

Request message for [VizierService.DeleteStudy][google.cloud.aiplatform.v1.VizierService.DeleteStudy].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteTensorboardExperimentRequest

type DeleteTensorboardExperimentRequest = src.DeleteTensorboardExperimentRequest

Request message for [TensorboardService.DeleteTensorboardExperiment][google.cloud.aiplatform.v1.TensorboardService.DeleteTensorboardExperiment].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteTensorboardRequest

type DeleteTensorboardRequest = src.DeleteTensorboardRequest

Request message for [TensorboardService.DeleteTensorboard][google.cloud.aiplatform.v1.TensorboardService.DeleteTensorboard].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteTensorboardRunRequest

type DeleteTensorboardRunRequest = src.DeleteTensorboardRunRequest

Request message for [TensorboardService.DeleteTensorboardRun][google.cloud.aiplatform.v1.TensorboardService.DeleteTensorboardRun].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteTensorboardTimeSeriesRequest

type DeleteTensorboardTimeSeriesRequest = src.DeleteTensorboardTimeSeriesRequest

Request message for [TensorboardService.DeleteTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.DeleteTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteTrainingPipelineRequest

type DeleteTrainingPipelineRequest = src.DeleteTrainingPipelineRequest

Request message for [PipelineService.DeleteTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.DeleteTrainingPipeline].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeleteTrialRequest

type DeleteTrialRequest = src.DeleteTrialRequest

Request message for [VizierService.DeleteTrial][google.cloud.aiplatform.v1.VizierService.DeleteTrial].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployIndexOperationMetadata

type DeployIndexOperationMetadata = src.DeployIndexOperationMetadata

Runtime operation information for [IndexEndpointService.DeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.DeployIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployIndexRequest

type DeployIndexRequest = src.DeployIndexRequest

Request message for [IndexEndpointService.DeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.DeployIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployIndexResponse

type DeployIndexResponse = src.DeployIndexResponse

Response message for [IndexEndpointService.DeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.DeployIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployModelOperationMetadata

type DeployModelOperationMetadata = src.DeployModelOperationMetadata

Runtime operation information for [EndpointService.DeployModel][google.cloud.aiplatform.v1.EndpointService.DeployModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployModelRequest

type DeployModelRequest = src.DeployModelRequest

Request message for [EndpointService.DeployModel][google.cloud.aiplatform.v1.EndpointService.DeployModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployModelResponse

type DeployModelResponse = src.DeployModelResponse

Response message for [EndpointService.DeployModel][google.cloud.aiplatform.v1.EndpointService.DeployModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployedIndex

type DeployedIndex = src.DeployedIndex

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployedIndexAuthConfig

type DeployedIndexAuthConfig = src.DeployedIndexAuthConfig

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployedIndexAuthConfig_AuthProvider

type DeployedIndexAuthConfig_AuthProvider = src.DeployedIndexAuthConfig_AuthProvider

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployedIndexRef

type DeployedIndexRef = src.DeployedIndexRef

Points to a DeployedIndex.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployedModel

type DeployedModel = src.DeployedModel

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployedModelRef

type DeployedModelRef = src.DeployedModelRef

Points to a DeployedModel.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DeployedModel_AutomaticResources

type DeployedModel_AutomaticResources = src.DeployedModel_AutomaticResources

type DeployedModel_DedicatedResources

type DeployedModel_DedicatedResources = src.DeployedModel_DedicatedResources

type DestinationFeatureSetting

type DestinationFeatureSetting = src.DestinationFeatureSetting

type DiskSpec

type DiskSpec = src.DiskSpec

Represents the spec of disk options.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type DoubleArray

type DoubleArray = src.DoubleArray

A list of double values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type EncryptionSpec

type EncryptionSpec = src.EncryptionSpec

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Endpoint

type Endpoint = src.Endpoint

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type EndpointServiceClient

type EndpointServiceClient = src.EndpointServiceClient

EndpointServiceClient is the client API for EndpointService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewEndpointServiceClient

func NewEndpointServiceClient(cc grpc.ClientConnInterface) EndpointServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type EndpointServiceServer

type EndpointServiceServer = src.EndpointServiceServer

EndpointServiceServer is the server API for EndpointService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type EntityType

type EntityType = src.EntityType

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type EnvVar

type EnvVar = src.EnvVar

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Event

type Event = src.Event

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Event_Type

type Event_Type = src.Event_Type

Describes whether an Event's Artifact is the Execution's input or output.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExamplesOverride

type ExamplesOverride = src.ExamplesOverride

Overrides for example-based explanations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExamplesOverride_DataFormat

type ExamplesOverride_DataFormat = src.ExamplesOverride_DataFormat

Data format enum.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExamplesRestrictionsNamespace

type ExamplesRestrictionsNamespace = src.ExamplesRestrictionsNamespace

Restrictions namespace for example-based explanations overrides.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Execution

type Execution = src.Execution

Instance of a general execution.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Execution_State

type Execution_State = src.Execution_State

Describes the state of the Execution.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplainRequest

type ExplainRequest = src.ExplainRequest

Request message for [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplainResponse

type ExplainResponse = src.ExplainResponse

Response message for [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Explanation

type Explanation = src.Explanation

Explanation of a prediction (provided in [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions]) produced by the Model on a given [instance][google.cloud.aiplatform.v1.ExplainRequest.instances].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata

type ExplanationMetadata = src.ExplanationMetadata

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadataOverride

type ExplanationMetadataOverride = src.ExplanationMetadataOverride

The ExplanationMetadata[google.cloud.aiplatform.v1.ExplanationMetadata] entries that can be overridden at [online explanation][google.cloud.aiplatform.v1.PredictionService.Explain] time.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadataOverride_InputMetadataOverride

type ExplanationMetadataOverride_InputMetadataOverride = src.ExplanationMetadataOverride_InputMetadataOverride

The [input metadata][google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata] entries to be overridden.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata

type ExplanationMetadata_InputMetadata = src.ExplanationMetadata_InputMetadata

Metadata of the input of a feature. Fields other than [InputMetadata.input_baselines][google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata.input_baselines] are applicable only for Models that are using Vertex AI-provided images for Tensorflow.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata_Encoding

type ExplanationMetadata_InputMetadata_Encoding = src.ExplanationMetadata_InputMetadata_Encoding

Defines how a feature is encoded. Defaults to IDENTITY.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata_FeatureValueDomain

type ExplanationMetadata_InputMetadata_FeatureValueDomain = src.ExplanationMetadata_InputMetadata_FeatureValueDomain

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata_Visualization

type ExplanationMetadata_InputMetadata_Visualization = src.ExplanationMetadata_InputMetadata_Visualization

Visualization configurations for image explanation.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata_Visualization_ColorMap

type ExplanationMetadata_InputMetadata_Visualization_ColorMap = src.ExplanationMetadata_InputMetadata_Visualization_ColorMap

The color scheme used for highlighting areas.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata_Visualization_OverlayType

type ExplanationMetadata_InputMetadata_Visualization_OverlayType = src.ExplanationMetadata_InputMetadata_Visualization_OverlayType

How the original image is displayed in the visualization.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata_Visualization_Polarity

type ExplanationMetadata_InputMetadata_Visualization_Polarity = src.ExplanationMetadata_InputMetadata_Visualization_Polarity

Whether to only highlight pixels with positive contributions, negative or both. Defaults to POSITIVE.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_InputMetadata_Visualization_Type

type ExplanationMetadata_InputMetadata_Visualization_Type = src.ExplanationMetadata_InputMetadata_Visualization_Type

Type of the image visualization. Only applicable to [Integrated Gradients attribution][google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_OutputMetadata

type ExplanationMetadata_OutputMetadata = src.ExplanationMetadata_OutputMetadata

Metadata of the prediction output to be explained.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationMetadata_OutputMetadata_DisplayNameMappingKey

type ExplanationMetadata_OutputMetadata_DisplayNameMappingKey = src.ExplanationMetadata_OutputMetadata_DisplayNameMappingKey

type ExplanationMetadata_OutputMetadata_IndexDisplayNameMapping

type ExplanationMetadata_OutputMetadata_IndexDisplayNameMapping = src.ExplanationMetadata_OutputMetadata_IndexDisplayNameMapping

type ExplanationParameters

type ExplanationParameters = src.ExplanationParameters

Parameters to configure explaining for Model's predictions.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationParameters_IntegratedGradientsAttribution

type ExplanationParameters_IntegratedGradientsAttribution = src.ExplanationParameters_IntegratedGradientsAttribution

type ExplanationParameters_SampledShapleyAttribution

type ExplanationParameters_SampledShapleyAttribution = src.ExplanationParameters_SampledShapleyAttribution

type ExplanationParameters_XraiAttribution

type ExplanationParameters_XraiAttribution = src.ExplanationParameters_XraiAttribution

type ExplanationSpec

type ExplanationSpec = src.ExplanationSpec

Specification of Model explanation.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExplanationSpecOverride

type ExplanationSpecOverride = src.ExplanationSpecOverride

The ExplanationSpec[google.cloud.aiplatform.v1.ExplanationSpec] entries that can be overridden at [online explanation][google.cloud.aiplatform.v1.PredictionService.Explain] time.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportDataConfig

type ExportDataConfig = src.ExportDataConfig

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportDataConfig_GcsDestination

type ExportDataConfig_GcsDestination = src.ExportDataConfig_GcsDestination

type ExportDataOperationMetadata

type ExportDataOperationMetadata = src.ExportDataOperationMetadata

Runtime operation information for [DatasetService.ExportData][google.cloud.aiplatform.v1.DatasetService.ExportData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportDataRequest

type ExportDataRequest = src.ExportDataRequest

Request message for [DatasetService.ExportData][google.cloud.aiplatform.v1.DatasetService.ExportData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportDataResponse

type ExportDataResponse = src.ExportDataResponse

Response message for [DatasetService.ExportData][google.cloud.aiplatform.v1.DatasetService.ExportData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportFeatureValuesOperationMetadata

type ExportFeatureValuesOperationMetadata = src.ExportFeatureValuesOperationMetadata

Details of operations that exports Features values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportFeatureValuesRequest

type ExportFeatureValuesRequest = src.ExportFeatureValuesRequest

Request message for [FeaturestoreService.ExportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ExportFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportFeatureValuesRequest_FullExport

type ExportFeatureValuesRequest_FullExport = src.ExportFeatureValuesRequest_FullExport

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportFeatureValuesRequest_FullExport_

type ExportFeatureValuesRequest_FullExport_ = src.ExportFeatureValuesRequest_FullExport_

type ExportFeatureValuesRequest_SnapshotExport

type ExportFeatureValuesRequest_SnapshotExport = src.ExportFeatureValuesRequest_SnapshotExport

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportFeatureValuesRequest_SnapshotExport_

type ExportFeatureValuesRequest_SnapshotExport_ = src.ExportFeatureValuesRequest_SnapshotExport_

type ExportFeatureValuesResponse

type ExportFeatureValuesResponse = src.ExportFeatureValuesResponse

Response message for [FeaturestoreService.ExportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ExportFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportModelOperationMetadata

type ExportModelOperationMetadata = src.ExportModelOperationMetadata

Details of [ModelService.ExportModel][google.cloud.aiplatform.v1.ModelService.ExportModel] operation.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportModelOperationMetadata_OutputInfo

type ExportModelOperationMetadata_OutputInfo = src.ExportModelOperationMetadata_OutputInfo

Further describes the output of the ExportModel. Supplements [ExportModelRequest.OutputConfig][google.cloud.aiplatform.v1.ExportModelRequest.OutputConfig].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportModelRequest

type ExportModelRequest = src.ExportModelRequest

Request message for [ModelService.ExportModel][google.cloud.aiplatform.v1.ModelService.ExportModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportModelRequest_OutputConfig

type ExportModelRequest_OutputConfig = src.ExportModelRequest_OutputConfig

Output configuration for the Model export.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportModelResponse

type ExportModelResponse = src.ExportModelResponse

Response message of [ModelService.ExportModel][google.cloud.aiplatform.v1.ModelService.ExportModel] operation.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportTensorboardTimeSeriesDataRequest

type ExportTensorboardTimeSeriesDataRequest = src.ExportTensorboardTimeSeriesDataRequest

Request message for [TensorboardService.ExportTensorboardTimeSeriesData][google.cloud.aiplatform.v1.TensorboardService.ExportTensorboardTimeSeriesData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ExportTensorboardTimeSeriesDataResponse

type ExportTensorboardTimeSeriesDataResponse = src.ExportTensorboardTimeSeriesDataResponse

Response message for [TensorboardService.ExportTensorboardTimeSeriesData][google.cloud.aiplatform.v1.TensorboardService.ExportTensorboardTimeSeriesData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Feature

type Feature = src.Feature

Feature Metadata information that describes an attribute of an entity type. For example, apple is an entity type, and color is a feature that describes apple.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureNoiseSigma

type FeatureNoiseSigma = src.FeatureNoiseSigma

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureNoiseSigma_NoiseSigmaForFeature

type FeatureNoiseSigma_NoiseSigmaForFeature = src.FeatureNoiseSigma_NoiseSigmaForFeature

Noise sigma for a single feature.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureSelector

type FeatureSelector = src.FeatureSelector

Selector for Features of an EntityType.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureStatsAnomaly

type FeatureStatsAnomaly = src.FeatureStatsAnomaly

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureValue

type FeatureValue = src.FeatureValue

Value for a feature.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureValueDestination

type FeatureValueDestination = src.FeatureValueDestination

A destination location for Feature values and format.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureValueDestination_BigqueryDestination

type FeatureValueDestination_BigqueryDestination = src.FeatureValueDestination_BigqueryDestination

type FeatureValueDestination_CsvDestination

type FeatureValueDestination_CsvDestination = src.FeatureValueDestination_CsvDestination

type FeatureValueDestination_TfrecordDestination

type FeatureValueDestination_TfrecordDestination = src.FeatureValueDestination_TfrecordDestination

type FeatureValueList

type FeatureValueList = src.FeatureValueList

Container for list of values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureValue_BoolArrayValue

type FeatureValue_BoolArrayValue = src.FeatureValue_BoolArrayValue

type FeatureValue_BoolValue

type FeatureValue_BoolValue = src.FeatureValue_BoolValue

type FeatureValue_BytesValue

type FeatureValue_BytesValue = src.FeatureValue_BytesValue

type FeatureValue_DoubleArrayValue

type FeatureValue_DoubleArrayValue = src.FeatureValue_DoubleArrayValue

type FeatureValue_DoubleValue

type FeatureValue_DoubleValue = src.FeatureValue_DoubleValue

type FeatureValue_Int64ArrayValue

type FeatureValue_Int64ArrayValue = src.FeatureValue_Int64ArrayValue

type FeatureValue_Int64Value

type FeatureValue_Int64Value = src.FeatureValue_Int64Value

type FeatureValue_Metadata

type FeatureValue_Metadata = src.FeatureValue_Metadata

Metadata of feature value.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeatureValue_StringArrayValue

type FeatureValue_StringArrayValue = src.FeatureValue_StringArrayValue

type FeatureValue_StringValue

type FeatureValue_StringValue = src.FeatureValue_StringValue

type Feature_MonitoringStatsAnomaly

type Feature_MonitoringStatsAnomaly = src.Feature_MonitoringStatsAnomaly

A list of historical [Snapshot Analysis][FeaturestoreMonitoringConfig.SnapshotAnalysis] or [Import Feature Analysis] [FeaturestoreMonitoringConfig.ImportFeatureAnalysis] stats requested by user, sorted by [FeatureStatsAnomaly.start_time][google.cloud.aiplatform.v1.FeatureStatsAnomaly.start_time] descending.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Feature_MonitoringStatsAnomaly_Objective

type Feature_MonitoringStatsAnomaly_Objective = src.Feature_MonitoringStatsAnomaly_Objective

If the objective in the request is both Import Feature Analysis and Snapshot Analysis, this objective could be one of them. Otherwise, this objective should be the same as the objective in the request.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Feature_ValueType

type Feature_ValueType = src.Feature_ValueType

An enum representing the value type of a feature.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Featurestore

type Featurestore = src.Featurestore

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreMonitoringConfig

type FeaturestoreMonitoringConfig = src.FeaturestoreMonitoringConfig

Configuration of how features in Featurestore are monitored.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis

type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline

type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_Baseline

Defines the baseline to do anomaly detection for feature values imported by each [ImportFeatureValues][] operation.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State

type FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State = src.FeaturestoreMonitoringConfig_ImportFeaturesAnalysis_State

The state defines whether to enable ImportFeature analysis.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreMonitoringConfig_SnapshotAnalysis

type FeaturestoreMonitoringConfig_SnapshotAnalysis = src.FeaturestoreMonitoringConfig_SnapshotAnalysis

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreMonitoringConfig_ThresholdConfig

type FeaturestoreMonitoringConfig_ThresholdConfig = src.FeaturestoreMonitoringConfig_ThresholdConfig

The config for Featurestore Monitoring threshold.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreMonitoringConfig_ThresholdConfig_Value

type FeaturestoreMonitoringConfig_ThresholdConfig_Value = src.FeaturestoreMonitoringConfig_ThresholdConfig_Value

type FeaturestoreOnlineServingServiceClient

type FeaturestoreOnlineServingServiceClient = src.FeaturestoreOnlineServingServiceClient

FeaturestoreOnlineServingServiceClient is the client API for FeaturestoreOnlineServingService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewFeaturestoreOnlineServingServiceClient

func NewFeaturestoreOnlineServingServiceClient(cc grpc.ClientConnInterface) FeaturestoreOnlineServingServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreOnlineServingServiceServer

type FeaturestoreOnlineServingServiceServer = src.FeaturestoreOnlineServingServiceServer

FeaturestoreOnlineServingServiceServer is the server API for FeaturestoreOnlineServingService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreOnlineServingService_StreamingReadFeatureValuesClient

type FeaturestoreOnlineServingService_StreamingReadFeatureValuesClient = src.FeaturestoreOnlineServingService_StreamingReadFeatureValuesClient

type FeaturestoreOnlineServingService_StreamingReadFeatureValuesServer

type FeaturestoreOnlineServingService_StreamingReadFeatureValuesServer = src.FeaturestoreOnlineServingService_StreamingReadFeatureValuesServer

type FeaturestoreServiceClient

type FeaturestoreServiceClient = src.FeaturestoreServiceClient

FeaturestoreServiceClient is the client API for FeaturestoreService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewFeaturestoreServiceClient

func NewFeaturestoreServiceClient(cc grpc.ClientConnInterface) FeaturestoreServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FeaturestoreServiceServer

type FeaturestoreServiceServer = src.FeaturestoreServiceServer

FeaturestoreServiceServer is the server API for FeaturestoreService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Featurestore_OnlineServingConfig

type Featurestore_OnlineServingConfig = src.Featurestore_OnlineServingConfig

OnlineServingConfig specifies the details for provisioning online serving resources.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Featurestore_OnlineServingConfig_Scaling

type Featurestore_OnlineServingConfig_Scaling = src.Featurestore_OnlineServingConfig_Scaling

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Featurestore_State

type Featurestore_State = src.Featurestore_State

Possible states a featurestore can have.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FilterSplit

type FilterSplit = src.FilterSplit

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type FractionSplit

type FractionSplit = src.FractionSplit

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GcsDestination

type GcsDestination = src.GcsDestination

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GcsSource

type GcsSource = src.GcsSource

The Google Cloud Storage location for the input content.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GenericOperationMetadata

type GenericOperationMetadata = src.GenericOperationMetadata

Generic Metadata shared by all operations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetAnnotationSpecRequest

type GetAnnotationSpecRequest = src.GetAnnotationSpecRequest

Request message for [DatasetService.GetAnnotationSpec][google.cloud.aiplatform.v1.DatasetService.GetAnnotationSpec].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetArtifactRequest

type GetArtifactRequest = src.GetArtifactRequest

Request message for [MetadataService.GetArtifact][google.cloud.aiplatform.v1.MetadataService.GetArtifact].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetBatchPredictionJobRequest

type GetBatchPredictionJobRequest = src.GetBatchPredictionJobRequest

Request message for [JobService.GetBatchPredictionJob][google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetContextRequest

type GetContextRequest = src.GetContextRequest

Request message for [MetadataService.GetContext][google.cloud.aiplatform.v1.MetadataService.GetContext].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetCustomJobRequest

type GetCustomJobRequest = src.GetCustomJobRequest

Request message for [JobService.GetCustomJob][google.cloud.aiplatform.v1.JobService.GetCustomJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetDataLabelingJobRequest

type GetDataLabelingJobRequest = src.GetDataLabelingJobRequest

Request message for [JobService.GetDataLabelingJob][google.cloud.aiplatform.v1.JobService.GetDataLabelingJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetDatasetRequest

type GetDatasetRequest = src.GetDatasetRequest

Request message for [DatasetService.GetDataset][google.cloud.aiplatform.v1.DatasetService.GetDataset].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetEndpointRequest

type GetEndpointRequest = src.GetEndpointRequest

Request message for [EndpointService.GetEndpoint][google.cloud.aiplatform.v1.EndpointService.GetEndpoint]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetEntityTypeRequest

type GetEntityTypeRequest = src.GetEntityTypeRequest

Request message for [FeaturestoreService.GetEntityType][google.cloud.aiplatform.v1.FeaturestoreService.GetEntityType].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetExecutionRequest

type GetExecutionRequest = src.GetExecutionRequest

Request message for [MetadataService.GetExecution][google.cloud.aiplatform.v1.MetadataService.GetExecution].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetFeatureRequest

type GetFeatureRequest = src.GetFeatureRequest

Request message for [FeaturestoreService.GetFeature][google.cloud.aiplatform.v1.FeaturestoreService.GetFeature].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetFeaturestoreRequest

type GetFeaturestoreRequest = src.GetFeaturestoreRequest

Request message for [FeaturestoreService.GetFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.GetFeaturestore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetHyperparameterTuningJobRequest

type GetHyperparameterTuningJobRequest = src.GetHyperparameterTuningJobRequest

Request message for [JobService.GetHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.GetHyperparameterTuningJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetIndexEndpointRequest

type GetIndexEndpointRequest = src.GetIndexEndpointRequest

Request message for [IndexEndpointService.GetIndexEndpoint][google.cloud.aiplatform.v1.IndexEndpointService.GetIndexEndpoint]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetIndexRequest

type GetIndexRequest = src.GetIndexRequest

Request message for [IndexService.GetIndex][google.cloud.aiplatform.v1.IndexService.GetIndex]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetMetadataSchemaRequest

type GetMetadataSchemaRequest = src.GetMetadataSchemaRequest

Request message for [MetadataService.GetMetadataSchema][google.cloud.aiplatform.v1.MetadataService.GetMetadataSchema].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetMetadataStoreRequest

type GetMetadataStoreRequest = src.GetMetadataStoreRequest

Request message for [MetadataService.GetMetadataStore][google.cloud.aiplatform.v1.MetadataService.GetMetadataStore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetModelDeploymentMonitoringJobRequest

type GetModelDeploymentMonitoringJobRequest = src.GetModelDeploymentMonitoringJobRequest

Request message for [JobService.GetModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.GetModelDeploymentMonitoringJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetModelEvaluationRequest

type GetModelEvaluationRequest = src.GetModelEvaluationRequest

Request message for [ModelService.GetModelEvaluation][google.cloud.aiplatform.v1.ModelService.GetModelEvaluation].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetModelEvaluationSliceRequest

type GetModelEvaluationSliceRequest = src.GetModelEvaluationSliceRequest

Request message for [ModelService.GetModelEvaluationSlice][google.cloud.aiplatform.v1.ModelService.GetModelEvaluationSlice].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetModelRequest

type GetModelRequest = src.GetModelRequest

Request message for [ModelService.GetModel][google.cloud.aiplatform.v1.ModelService.GetModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetPipelineJobRequest

type GetPipelineJobRequest = src.GetPipelineJobRequest

Request message for [PipelineService.GetPipelineJob][google.cloud.aiplatform.v1.PipelineService.GetPipelineJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetSpecialistPoolRequest

type GetSpecialistPoolRequest = src.GetSpecialistPoolRequest

Request message for [SpecialistPoolService.GetSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.GetSpecialistPool].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetStudyRequest

type GetStudyRequest = src.GetStudyRequest

Request message for [VizierService.GetStudy][google.cloud.aiplatform.v1.VizierService.GetStudy].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetTensorboardExperimentRequest

type GetTensorboardExperimentRequest = src.GetTensorboardExperimentRequest

Request message for [TensorboardService.GetTensorboardExperiment][google.cloud.aiplatform.v1.TensorboardService.GetTensorboardExperiment].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetTensorboardRequest

type GetTensorboardRequest = src.GetTensorboardRequest

Request message for [TensorboardService.GetTensorboard][google.cloud.aiplatform.v1.TensorboardService.GetTensorboard].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetTensorboardRunRequest

type GetTensorboardRunRequest = src.GetTensorboardRunRequest

Request message for [TensorboardService.GetTensorboardRun][google.cloud.aiplatform.v1.TensorboardService.GetTensorboardRun].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetTensorboardTimeSeriesRequest

type GetTensorboardTimeSeriesRequest = src.GetTensorboardTimeSeriesRequest

Request message for [TensorboardService.GetTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.GetTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetTrainingPipelineRequest

type GetTrainingPipelineRequest = src.GetTrainingPipelineRequest

Request message for [PipelineService.GetTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.GetTrainingPipeline].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type GetTrialRequest

type GetTrialRequest = src.GetTrialRequest

Request message for [VizierService.GetTrial][google.cloud.aiplatform.v1.VizierService.GetTrial].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type HyperparameterTuningJob

type HyperparameterTuningJob = src.HyperparameterTuningJob

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IdMatcher

type IdMatcher = src.IdMatcher

Matcher for Features of an EntityType by Feature ID.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportDataConfig

type ImportDataConfig = src.ImportDataConfig

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

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportDataConfig_GcsSource

type ImportDataConfig_GcsSource = src.ImportDataConfig_GcsSource

type ImportDataOperationMetadata

type ImportDataOperationMetadata = src.ImportDataOperationMetadata

Runtime operation information for [DatasetService.ImportData][google.cloud.aiplatform.v1.DatasetService.ImportData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportDataRequest

type ImportDataRequest = src.ImportDataRequest

Request message for [DatasetService.ImportData][google.cloud.aiplatform.v1.DatasetService.ImportData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportDataResponse

type ImportDataResponse = src.ImportDataResponse

Response message for [DatasetService.ImportData][google.cloud.aiplatform.v1.DatasetService.ImportData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportFeatureValuesOperationMetadata

type ImportFeatureValuesOperationMetadata = src.ImportFeatureValuesOperationMetadata

Details of operations that perform import Feature values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportFeatureValuesRequest

type ImportFeatureValuesRequest = src.ImportFeatureValuesRequest

Request message for [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ImportFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportFeatureValuesRequest_AvroSource

type ImportFeatureValuesRequest_AvroSource = src.ImportFeatureValuesRequest_AvroSource

type ImportFeatureValuesRequest_BigquerySource

type ImportFeatureValuesRequest_BigquerySource = src.ImportFeatureValuesRequest_BigquerySource

type ImportFeatureValuesRequest_CsvSource

type ImportFeatureValuesRequest_CsvSource = src.ImportFeatureValuesRequest_CsvSource

type ImportFeatureValuesRequest_FeatureSpec

type ImportFeatureValuesRequest_FeatureSpec = src.ImportFeatureValuesRequest_FeatureSpec

Defines the Feature value(s) to import.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportFeatureValuesRequest_FeatureTime

type ImportFeatureValuesRequest_FeatureTime = src.ImportFeatureValuesRequest_FeatureTime

type ImportFeatureValuesRequest_FeatureTimeField

type ImportFeatureValuesRequest_FeatureTimeField = src.ImportFeatureValuesRequest_FeatureTimeField

type ImportFeatureValuesResponse

type ImportFeatureValuesResponse = src.ImportFeatureValuesResponse

Response message for [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ImportFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ImportModelEvaluationRequest

type ImportModelEvaluationRequest = src.ImportModelEvaluationRequest

Request message for [ModelService.ImportModelEvaluation][google.cloud.aiplatform.v1.ModelService.ImportModelEvaluation]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Index

type Index = src.Index

A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexDatapoint

type IndexDatapoint = src.IndexDatapoint

A datapoint of Index.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexDatapoint_CrowdingTag

type IndexDatapoint_CrowdingTag = src.IndexDatapoint_CrowdingTag

Crowding tag is a constraint on a neighbor list produced by nearest neighbor search requiring that no more than some value k' of the k neighbors returned have the same value of crowding_attribute.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexDatapoint_Restriction

type IndexDatapoint_Restriction = src.IndexDatapoint_Restriction

Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexEndpoint

type IndexEndpoint = src.IndexEndpoint

Indexes are deployed into it. An IndexEndpoint can have multiple DeployedIndexes.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexEndpointServiceClient

type IndexEndpointServiceClient = src.IndexEndpointServiceClient

IndexEndpointServiceClient is the client API for IndexEndpointService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewIndexEndpointServiceClient

func NewIndexEndpointServiceClient(cc grpc.ClientConnInterface) IndexEndpointServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexEndpointServiceServer

type IndexEndpointServiceServer = src.IndexEndpointServiceServer

IndexEndpointServiceServer is the server API for IndexEndpointService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexPrivateEndpoints

type IndexPrivateEndpoints = src.IndexPrivateEndpoints

IndexPrivateEndpoints proto is used to provide paths for users to send requests via private endpoints (e.g. private service access, private service connect). To send request via private service access, use match_grpc_address. To send request via private service connect, use service_attachment.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexServiceClient

type IndexServiceClient = src.IndexServiceClient

IndexServiceClient is the client API for IndexService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewIndexServiceClient

func NewIndexServiceClient(cc grpc.ClientConnInterface) IndexServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexServiceServer

type IndexServiceServer = src.IndexServiceServer

IndexServiceServer is the server API for IndexService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IndexStats

type IndexStats = src.IndexStats

Stats of the Index.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Index_IndexUpdateMethod

type Index_IndexUpdateMethod = src.Index_IndexUpdateMethod

The update method of an Index.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type InputDataConfig

type InputDataConfig = src.InputDataConfig

Specifies Vertex AI owned input data to be used for training, and possibly evaluating, the Model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type InputDataConfig_BigqueryDestination

type InputDataConfig_BigqueryDestination = src.InputDataConfig_BigqueryDestination

type InputDataConfig_FilterSplit

type InputDataConfig_FilterSplit = src.InputDataConfig_FilterSplit

type InputDataConfig_FractionSplit

type InputDataConfig_FractionSplit = src.InputDataConfig_FractionSplit

type InputDataConfig_GcsDestination

type InputDataConfig_GcsDestination = src.InputDataConfig_GcsDestination

type InputDataConfig_PredefinedSplit

type InputDataConfig_PredefinedSplit = src.InputDataConfig_PredefinedSplit

type InputDataConfig_StratifiedSplit

type InputDataConfig_StratifiedSplit = src.InputDataConfig_StratifiedSplit

type InputDataConfig_TimestampSplit

type InputDataConfig_TimestampSplit = src.InputDataConfig_TimestampSplit

type Int64Array

type Int64Array = src.Int64Array

A list of int64 values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type IntegratedGradientsAttribution

type IntegratedGradientsAttribution = src.IntegratedGradientsAttribution

An attribution method that computes the Aumann-Shapley value taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type JobServiceClient

type JobServiceClient = src.JobServiceClient

JobServiceClient is the client API for JobService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewJobServiceClient

func NewJobServiceClient(cc grpc.ClientConnInterface) JobServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type JobServiceServer

type JobServiceServer = src.JobServiceServer

JobServiceServer is the server API for JobService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type JobState

type JobState = src.JobState

Describes the state of a job.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type LineageSubgraph

type LineageSubgraph = src.LineageSubgraph

A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListAnnotationsRequest

type ListAnnotationsRequest = src.ListAnnotationsRequest

Request message for [DatasetService.ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListAnnotationsResponse

type ListAnnotationsResponse = src.ListAnnotationsResponse

Response message for [DatasetService.ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListArtifactsRequest

type ListArtifactsRequest = src.ListArtifactsRequest

Request message for [MetadataService.ListArtifacts][google.cloud.aiplatform.v1.MetadataService.ListArtifacts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListArtifactsResponse

type ListArtifactsResponse = src.ListArtifactsResponse

Response message for [MetadataService.ListArtifacts][google.cloud.aiplatform.v1.MetadataService.ListArtifacts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListBatchPredictionJobsRequest

type ListBatchPredictionJobsRequest = src.ListBatchPredictionJobsRequest

Request message for [JobService.ListBatchPredictionJobs][google.cloud.aiplatform.v1.JobService.ListBatchPredictionJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListBatchPredictionJobsResponse

type ListBatchPredictionJobsResponse = src.ListBatchPredictionJobsResponse

Response message for [JobService.ListBatchPredictionJobs][google.cloud.aiplatform.v1.JobService.ListBatchPredictionJobs]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListContextsRequest

type ListContextsRequest = src.ListContextsRequest

Request message for [MetadataService.ListContexts][google.cloud.aiplatform.v1.MetadataService.ListContexts]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListContextsResponse

type ListContextsResponse = src.ListContextsResponse

Response message for [MetadataService.ListContexts][google.cloud.aiplatform.v1.MetadataService.ListContexts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListCustomJobsRequest

type ListCustomJobsRequest = src.ListCustomJobsRequest

Request message for [JobService.ListCustomJobs][google.cloud.aiplatform.v1.JobService.ListCustomJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListCustomJobsResponse

type ListCustomJobsResponse = src.ListCustomJobsResponse

Response message for [JobService.ListCustomJobs][google.cloud.aiplatform.v1.JobService.ListCustomJobs]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListDataItemsRequest

type ListDataItemsRequest = src.ListDataItemsRequest

Request message for [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListDataItemsResponse

type ListDataItemsResponse = src.ListDataItemsResponse

Response message for [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListDataLabelingJobsRequest

type ListDataLabelingJobsRequest = src.ListDataLabelingJobsRequest

Request message for [JobService.ListDataLabelingJobs][google.cloud.aiplatform.v1.JobService.ListDataLabelingJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListDataLabelingJobsResponse

type ListDataLabelingJobsResponse = src.ListDataLabelingJobsResponse

Response message for [JobService.ListDataLabelingJobs][google.cloud.aiplatform.v1.JobService.ListDataLabelingJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListDatasetsRequest

type ListDatasetsRequest = src.ListDatasetsRequest

Request message for [DatasetService.ListDatasets][google.cloud.aiplatform.v1.DatasetService.ListDatasets].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListDatasetsResponse

type ListDatasetsResponse = src.ListDatasetsResponse

Response message for [DatasetService.ListDatasets][google.cloud.aiplatform.v1.DatasetService.ListDatasets].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListEndpointsRequest

type ListEndpointsRequest = src.ListEndpointsRequest

Request message for [EndpointService.ListEndpoints][google.cloud.aiplatform.v1.EndpointService.ListEndpoints].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListEndpointsResponse

type ListEndpointsResponse = src.ListEndpointsResponse

Response message for [EndpointService.ListEndpoints][google.cloud.aiplatform.v1.EndpointService.ListEndpoints].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListEntityTypesRequest

type ListEntityTypesRequest = src.ListEntityTypesRequest

Request message for [FeaturestoreService.ListEntityTypes][google.cloud.aiplatform.v1.FeaturestoreService.ListEntityTypes].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListEntityTypesResponse

type ListEntityTypesResponse = src.ListEntityTypesResponse

Response message for [FeaturestoreService.ListEntityTypes][google.cloud.aiplatform.v1.FeaturestoreService.ListEntityTypes].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListExecutionsRequest

type ListExecutionsRequest = src.ListExecutionsRequest

Request message for [MetadataService.ListExecutions][google.cloud.aiplatform.v1.MetadataService.ListExecutions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListExecutionsResponse

type ListExecutionsResponse = src.ListExecutionsResponse

Response message for [MetadataService.ListExecutions][google.cloud.aiplatform.v1.MetadataService.ListExecutions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListFeaturesRequest

type ListFeaturesRequest = src.ListFeaturesRequest

Request message for [FeaturestoreService.ListFeatures][google.cloud.aiplatform.v1.FeaturestoreService.ListFeatures].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListFeaturesResponse

type ListFeaturesResponse = src.ListFeaturesResponse

Response message for [FeaturestoreService.ListFeatures][google.cloud.aiplatform.v1.FeaturestoreService.ListFeatures].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListFeaturestoresRequest

type ListFeaturestoresRequest = src.ListFeaturestoresRequest

Request message for [FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListFeaturestoresResponse

type ListFeaturestoresResponse = src.ListFeaturestoresResponse

Response message for [FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListHyperparameterTuningJobsRequest

type ListHyperparameterTuningJobsRequest = src.ListHyperparameterTuningJobsRequest

Request message for [JobService.ListHyperparameterTuningJobs][google.cloud.aiplatform.v1.JobService.ListHyperparameterTuningJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListHyperparameterTuningJobsResponse

type ListHyperparameterTuningJobsResponse = src.ListHyperparameterTuningJobsResponse

Response message for [JobService.ListHyperparameterTuningJobs][google.cloud.aiplatform.v1.JobService.ListHyperparameterTuningJobs]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListIndexEndpointsRequest

type ListIndexEndpointsRequest = src.ListIndexEndpointsRequest

Request message for [IndexEndpointService.ListIndexEndpoints][google.cloud.aiplatform.v1.IndexEndpointService.ListIndexEndpoints].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListIndexEndpointsResponse

type ListIndexEndpointsResponse = src.ListIndexEndpointsResponse

Response message for [IndexEndpointService.ListIndexEndpoints][google.cloud.aiplatform.v1.IndexEndpointService.ListIndexEndpoints].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListIndexesRequest

type ListIndexesRequest = src.ListIndexesRequest

Request message for [IndexService.ListIndexes][google.cloud.aiplatform.v1.IndexService.ListIndexes].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListIndexesResponse

type ListIndexesResponse = src.ListIndexesResponse

Response message for [IndexService.ListIndexes][google.cloud.aiplatform.v1.IndexService.ListIndexes].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListMetadataSchemasRequest

type ListMetadataSchemasRequest = src.ListMetadataSchemasRequest

Request message for [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1.MetadataService.ListMetadataSchemas].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListMetadataSchemasResponse

type ListMetadataSchemasResponse = src.ListMetadataSchemasResponse

Response message for [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1.MetadataService.ListMetadataSchemas].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListMetadataStoresRequest

type ListMetadataStoresRequest = src.ListMetadataStoresRequest

Request message for [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1.MetadataService.ListMetadataStores].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListMetadataStoresResponse

type ListMetadataStoresResponse = src.ListMetadataStoresResponse

Response message for [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1.MetadataService.ListMetadataStores].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelDeploymentMonitoringJobsRequest

type ListModelDeploymentMonitoringJobsRequest = src.ListModelDeploymentMonitoringJobsRequest

Request message for [JobService.ListModelDeploymentMonitoringJobs][google.cloud.aiplatform.v1.JobService.ListModelDeploymentMonitoringJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelDeploymentMonitoringJobsResponse

type ListModelDeploymentMonitoringJobsResponse = src.ListModelDeploymentMonitoringJobsResponse

Response message for [JobService.ListModelDeploymentMonitoringJobs][google.cloud.aiplatform.v1.JobService.ListModelDeploymentMonitoringJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelEvaluationSlicesRequest

type ListModelEvaluationSlicesRequest = src.ListModelEvaluationSlicesRequest

Request message for [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1.ModelService.ListModelEvaluationSlices].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelEvaluationSlicesResponse

type ListModelEvaluationSlicesResponse = src.ListModelEvaluationSlicesResponse

Response message for [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1.ModelService.ListModelEvaluationSlices].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelEvaluationsRequest

type ListModelEvaluationsRequest = src.ListModelEvaluationsRequest

Request message for [ModelService.ListModelEvaluations][google.cloud.aiplatform.v1.ModelService.ListModelEvaluations].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelEvaluationsResponse

type ListModelEvaluationsResponse = src.ListModelEvaluationsResponse

Response message for [ModelService.ListModelEvaluations][google.cloud.aiplatform.v1.ModelService.ListModelEvaluations].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelVersionsRequest

type ListModelVersionsRequest = src.ListModelVersionsRequest

Request message for [ModelService.ListModelVersions][google.cloud.aiplatform.v1.ModelService.ListModelVersions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelVersionsResponse

type ListModelVersionsResponse = src.ListModelVersionsResponse

Response message for [ModelService.ListModelVersions][google.cloud.aiplatform.v1.ModelService.ListModelVersions]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelsRequest

type ListModelsRequest = src.ListModelsRequest

Request message for [ModelService.ListModels][google.cloud.aiplatform.v1.ModelService.ListModels].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListModelsResponse

type ListModelsResponse = src.ListModelsResponse

Response message for [ModelService.ListModels][google.cloud.aiplatform.v1.ModelService.ListModels]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListOptimalTrialsRequest

type ListOptimalTrialsRequest = src.ListOptimalTrialsRequest

Request message for [VizierService.ListOptimalTrials][google.cloud.aiplatform.v1.VizierService.ListOptimalTrials].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListOptimalTrialsResponse

type ListOptimalTrialsResponse = src.ListOptimalTrialsResponse

Response message for [VizierService.ListOptimalTrials][google.cloud.aiplatform.v1.VizierService.ListOptimalTrials].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListPipelineJobsRequest

type ListPipelineJobsRequest = src.ListPipelineJobsRequest

Request message for [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListPipelineJobsResponse

type ListPipelineJobsResponse = src.ListPipelineJobsResponse

Response message for [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListSavedQueriesRequest

type ListSavedQueriesRequest = src.ListSavedQueriesRequest

Request message for [DatasetService.ListSavedQueries][google.cloud.aiplatform.v1.DatasetService.ListSavedQueries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListSavedQueriesResponse

type ListSavedQueriesResponse = src.ListSavedQueriesResponse

Response message for [DatasetService.ListSavedQueries][google.cloud.aiplatform.v1.DatasetService.ListSavedQueries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListSpecialistPoolsRequest

type ListSpecialistPoolsRequest = src.ListSpecialistPoolsRequest

Request message for [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListSpecialistPoolsResponse

type ListSpecialistPoolsResponse = src.ListSpecialistPoolsResponse

Response message for [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListStudiesRequest

type ListStudiesRequest = src.ListStudiesRequest

Request message for [VizierService.ListStudies][google.cloud.aiplatform.v1.VizierService.ListStudies].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListStudiesResponse

type ListStudiesResponse = src.ListStudiesResponse

Response message for [VizierService.ListStudies][google.cloud.aiplatform.v1.VizierService.ListStudies].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardExperimentsRequest

type ListTensorboardExperimentsRequest = src.ListTensorboardExperimentsRequest

Request message for [TensorboardService.ListTensorboardExperiments][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardExperiments].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardExperimentsResponse

type ListTensorboardExperimentsResponse = src.ListTensorboardExperimentsResponse

Response message for [TensorboardService.ListTensorboardExperiments][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardExperiments].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardRunsRequest

type ListTensorboardRunsRequest = src.ListTensorboardRunsRequest

Request message for [TensorboardService.ListTensorboardRuns][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardRuns].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardRunsResponse

type ListTensorboardRunsResponse = src.ListTensorboardRunsResponse

Response message for [TensorboardService.ListTensorboardRuns][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardRuns].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardTimeSeriesRequest

type ListTensorboardTimeSeriesRequest = src.ListTensorboardTimeSeriesRequest

Request message for [TensorboardService.ListTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardTimeSeriesResponse

type ListTensorboardTimeSeriesResponse = src.ListTensorboardTimeSeriesResponse

Response message for [TensorboardService.ListTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardsRequest

type ListTensorboardsRequest = src.ListTensorboardsRequest

Request message for [TensorboardService.ListTensorboards][google.cloud.aiplatform.v1.TensorboardService.ListTensorboards].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTensorboardsResponse

type ListTensorboardsResponse = src.ListTensorboardsResponse

Response message for [TensorboardService.ListTensorboards][google.cloud.aiplatform.v1.TensorboardService.ListTensorboards].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTrainingPipelinesRequest

type ListTrainingPipelinesRequest = src.ListTrainingPipelinesRequest

Request message for [PipelineService.ListTrainingPipelines][google.cloud.aiplatform.v1.PipelineService.ListTrainingPipelines].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTrainingPipelinesResponse

type ListTrainingPipelinesResponse = src.ListTrainingPipelinesResponse

Response message for [PipelineService.ListTrainingPipelines][google.cloud.aiplatform.v1.PipelineService.ListTrainingPipelines]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTrialsRequest

type ListTrialsRequest = src.ListTrialsRequest

Request message for [VizierService.ListTrials][google.cloud.aiplatform.v1.VizierService.ListTrials].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ListTrialsResponse

type ListTrialsResponse = src.ListTrialsResponse

Response message for [VizierService.ListTrials][google.cloud.aiplatform.v1.VizierService.ListTrials].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type LookupStudyRequest

type LookupStudyRequest = src.LookupStudyRequest

Request message for [VizierService.LookupStudy][google.cloud.aiplatform.v1.VizierService.LookupStudy].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MachineSpec

type MachineSpec = src.MachineSpec

Specification of a single machine.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ManualBatchTuningParameters

type ManualBatchTuningParameters = src.ManualBatchTuningParameters

Manual batch tuning parameters.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Measurement

type Measurement = src.Measurement

A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Measurement_Metric

type Measurement_Metric = src.Measurement_Metric

A message representing a metric in the measurement.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MergeVersionAliasesRequest

type MergeVersionAliasesRequest = src.MergeVersionAliasesRequest

Request message for [ModelService.MergeVersionAliases][google.cloud.aiplatform.v1.ModelService.MergeVersionAliases].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MetadataSchema

type MetadataSchema = src.MetadataSchema

Instance of a general MetadataSchema.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MetadataSchema_MetadataSchemaType

type MetadataSchema_MetadataSchemaType = src.MetadataSchema_MetadataSchemaType

Describes the type of the MetadataSchema.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MetadataServiceClient

type MetadataServiceClient = src.MetadataServiceClient

MetadataServiceClient is the client API for MetadataService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewMetadataServiceClient

func NewMetadataServiceClient(cc grpc.ClientConnInterface) MetadataServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MetadataServiceServer

type MetadataServiceServer = src.MetadataServiceServer

MetadataServiceServer is the server API for MetadataService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MetadataStore

type MetadataStore = src.MetadataStore

Instance of a metadata store. Contains a set of metadata that can be queried.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MetadataStore_MetadataStoreState

type MetadataStore_MetadataStoreState = src.MetadataStore_MetadataStoreState

Represents state information for a MetadataStore.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigratableResource

type MigratableResource = src.MigratableResource

Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigratableResource_AutomlDataset

type MigratableResource_AutomlDataset = src.MigratableResource_AutomlDataset

Represents one Dataset in automl.googleapis.com.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigratableResource_AutomlDataset_

type MigratableResource_AutomlDataset_ = src.MigratableResource_AutomlDataset_

type MigratableResource_AutomlModel

type MigratableResource_AutomlModel = src.MigratableResource_AutomlModel

Represents one Model in automl.googleapis.com.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigratableResource_AutomlModel_

type MigratableResource_AutomlModel_ = src.MigratableResource_AutomlModel_

type MigratableResource_DataLabelingDataset

type MigratableResource_DataLabelingDataset = src.MigratableResource_DataLabelingDataset

Represents one Dataset in datalabeling.googleapis.com.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigratableResource_DataLabelingDataset_

type MigratableResource_DataLabelingDataset_ = src.MigratableResource_DataLabelingDataset_

type MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset

type MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset = src.MigratableResource_DataLabelingDataset_DataLabelingAnnotatedDataset

Represents one AnnotatedDataset in datalabeling.googleapis.com.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigratableResource_MlEngineModelVersion

type MigratableResource_MlEngineModelVersion = src.MigratableResource_MlEngineModelVersion

Represents one model Version in ml.googleapis.com.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigratableResource_MlEngineModelVersion_

type MigratableResource_MlEngineModelVersion_ = src.MigratableResource_MlEngineModelVersion_

type MigrateResourceRequest

type MigrateResourceRequest = src.MigrateResourceRequest

Config of migrating one resource from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrateResourceRequest_MigrateAutomlDatasetConfig

type MigrateResourceRequest_MigrateAutomlDatasetConfig = src.MigrateResourceRequest_MigrateAutomlDatasetConfig

Config for migrating Dataset in automl.googleapis.com to Vertex AI's Dataset.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrateResourceRequest_MigrateAutomlDatasetConfig_

type MigrateResourceRequest_MigrateAutomlDatasetConfig_ = src.MigrateResourceRequest_MigrateAutomlDatasetConfig_

type MigrateResourceRequest_MigrateAutomlModelConfig

type MigrateResourceRequest_MigrateAutomlModelConfig = src.MigrateResourceRequest_MigrateAutomlModelConfig

Config for migrating Model in automl.googleapis.com to Vertex AI's Model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrateResourceRequest_MigrateAutomlModelConfig_

type MigrateResourceRequest_MigrateAutomlModelConfig_ = src.MigrateResourceRequest_MigrateAutomlModelConfig_

type MigrateResourceRequest_MigrateDataLabelingDatasetConfig

type MigrateResourceRequest_MigrateDataLabelingDatasetConfig = src.MigrateResourceRequest_MigrateDataLabelingDatasetConfig

Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrateResourceRequest_MigrateDataLabelingDatasetConfig_

type MigrateResourceRequest_MigrateDataLabelingDatasetConfig_ = src.MigrateResourceRequest_MigrateDataLabelingDatasetConfig_

type MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig

type MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig = src.MigrateResourceRequest_MigrateDataLabelingDatasetConfig_MigrateDataLabelingAnnotatedDatasetConfig

Config for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrateResourceRequest_MigrateMlEngineModelVersionConfig

type MigrateResourceRequest_MigrateMlEngineModelVersionConfig = src.MigrateResourceRequest_MigrateMlEngineModelVersionConfig

Config for migrating version in ml.googleapis.com to Vertex AI's Model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrateResourceRequest_MigrateMlEngineModelVersionConfig_

type MigrateResourceRequest_MigrateMlEngineModelVersionConfig_ = src.MigrateResourceRequest_MigrateMlEngineModelVersionConfig_

type MigrateResourceResponse

type MigrateResourceResponse = src.MigrateResourceResponse

Describes a successfully migrated resource.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrateResourceResponse_Dataset

type MigrateResourceResponse_Dataset = src.MigrateResourceResponse_Dataset

type MigrateResourceResponse_Model

type MigrateResourceResponse_Model = src.MigrateResourceResponse_Model

type MigrationServiceClient

type MigrationServiceClient = src.MigrationServiceClient

MigrationServiceClient is the client API for MigrationService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewMigrationServiceClient

func NewMigrationServiceClient(cc grpc.ClientConnInterface) MigrationServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MigrationServiceServer

type MigrationServiceServer = src.MigrationServiceServer

MigrationServiceServer is the server API for MigrationService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Model

type Model = src.Model

A trained machine learning Model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelContainerSpec

type ModelContainerSpec = src.ModelContainerSpec

Specification of a container for serving predictions. Some fields in this message correspond to fields in the [Kubernetes Container v1 core specification](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#container-v1-core).

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringBigQueryTable

type ModelDeploymentMonitoringBigQueryTable = src.ModelDeploymentMonitoringBigQueryTable

ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringBigQueryTable_LogSource

type ModelDeploymentMonitoringBigQueryTable_LogSource = src.ModelDeploymentMonitoringBigQueryTable_LogSource

Indicates where does the log come from.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringBigQueryTable_LogType

type ModelDeploymentMonitoringBigQueryTable_LogType = src.ModelDeploymentMonitoringBigQueryTable_LogType

Indicates what type of traffic does the log belong to.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringJob

type ModelDeploymentMonitoringJob = src.ModelDeploymentMonitoringJob

Represents a job that runs periodically to monitor the deployed models in an endpoint. It will analyze the logged training & prediction data to detect any abnormal behaviors.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata

type ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata = src.ModelDeploymentMonitoringJob_LatestMonitoringPipelineMetadata

All metadata of most recent monitoring pipelines.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringJob_MonitoringScheduleState

type ModelDeploymentMonitoringJob_MonitoringScheduleState = src.ModelDeploymentMonitoringJob_MonitoringScheduleState

The state to Specify the monitoring pipeline.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringObjectiveConfig

type ModelDeploymentMonitoringObjectiveConfig = src.ModelDeploymentMonitoringObjectiveConfig

ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringObjectiveType

type ModelDeploymentMonitoringObjectiveType = src.ModelDeploymentMonitoringObjectiveType

The Model Monitoring Objective types.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelDeploymentMonitoringScheduleConfig

type ModelDeploymentMonitoringScheduleConfig = src.ModelDeploymentMonitoringScheduleConfig

The config for scheduling monitoring job.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelEvaluation

type ModelEvaluation = src.ModelEvaluation

A collection of metrics calculated by comparing Model's predictions on all of the test data against annotations from the test data.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelEvaluationSlice

type ModelEvaluationSlice = src.ModelEvaluationSlice

A collection of metrics calculated by comparing Model's predictions on a slice of the test data against ground truth annotations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelEvaluationSlice_Slice

type ModelEvaluationSlice_Slice = src.ModelEvaluationSlice_Slice

Definition of a slice.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelEvaluation_ModelEvaluationExplanationSpec

type ModelEvaluation_ModelEvaluationExplanationSpec = src.ModelEvaluation_ModelEvaluationExplanationSpec

type ModelExplanation

type ModelExplanation = src.ModelExplanation

Aggregated explanation metrics for a Model over a set of instances.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringAlertConfig

type ModelMonitoringAlertConfig = src.ModelMonitoringAlertConfig

type ModelMonitoringAlertConfig_EmailAlertConfig

type ModelMonitoringAlertConfig_EmailAlertConfig = src.ModelMonitoringAlertConfig_EmailAlertConfig

The config for email alert.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringAlertConfig_EmailAlertConfig_

type ModelMonitoringAlertConfig_EmailAlertConfig_ = src.ModelMonitoringAlertConfig_EmailAlertConfig_

type ModelMonitoringObjectiveConfig

type ModelMonitoringObjectiveConfig = src.ModelMonitoringObjectiveConfig

The objective configuration for model monitoring, including the information needed to detect anomalies for one particular model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringObjectiveConfig_ExplanationConfig

type ModelMonitoringObjectiveConfig_ExplanationConfig = src.ModelMonitoringObjectiveConfig_ExplanationConfig

The config for integrating with Vertex Explainable AI. Only applicable if the Model has explanation_spec populated.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline

Output from BatchPredictionJob[google.cloud.aiplatform.v1.BatchPredictionJob] for Model Monitoring baseline dataset, which can be used to generate baseline attribution scores.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Bigquery

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Bigquery = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Bigquery

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Gcs

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Gcs = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_Gcs

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat

type ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat = src.ModelMonitoringObjectiveConfig_ExplanationConfig_ExplanationBaseline_PredictionFormat

The storage format of the predictions generated BatchPrediction job.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig

type ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig = src.ModelMonitoringObjectiveConfig_PredictionDriftDetectionConfig

The config for Prediction data drift detection.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringObjectiveConfig_TrainingDataset

type ModelMonitoringObjectiveConfig_TrainingDataset = src.ModelMonitoringObjectiveConfig_TrainingDataset

Training Dataset information.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringObjectiveConfig_TrainingDataset_BigquerySource

type ModelMonitoringObjectiveConfig_TrainingDataset_BigquerySource = src.ModelMonitoringObjectiveConfig_TrainingDataset_BigquerySource

type ModelMonitoringObjectiveConfig_TrainingDataset_Dataset

type ModelMonitoringObjectiveConfig_TrainingDataset_Dataset = src.ModelMonitoringObjectiveConfig_TrainingDataset_Dataset

type ModelMonitoringObjectiveConfig_TrainingDataset_GcsSource

type ModelMonitoringObjectiveConfig_TrainingDataset_GcsSource = src.ModelMonitoringObjectiveConfig_TrainingDataset_GcsSource

type ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig

type ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig = src.ModelMonitoringObjectiveConfig_TrainingPredictionSkewDetectionConfig

The config for Training & Prediction data skew detection. It specifies the training dataset sources and the skew detection parameters.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringStatsAnomalies

type ModelMonitoringStatsAnomalies = src.ModelMonitoringStatsAnomalies

Statistics and anomalies generated by Model Monitoring.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies

type ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies = src.ModelMonitoringStatsAnomalies_FeatureHistoricStatsAnomalies

Historical Stats (and Anomalies) for a specific Feature.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelServiceClient

type ModelServiceClient = src.ModelServiceClient

ModelServiceClient is the client API for ModelService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewModelServiceClient

func NewModelServiceClient(cc grpc.ClientConnInterface) ModelServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelServiceServer

type ModelServiceServer = src.ModelServiceServer

ModelServiceServer is the server API for ModelService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelSourceInfo

type ModelSourceInfo = src.ModelSourceInfo

Detail description of the source information of the model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ModelSourceInfo_ModelSourceType

type ModelSourceInfo_ModelSourceType = src.ModelSourceInfo_ModelSourceType

Source of the model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Model_DeploymentResourcesType

type Model_DeploymentResourcesType = src.Model_DeploymentResourcesType

Identifies a type of Model's prediction resources.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Model_ExportFormat

type Model_ExportFormat = src.Model_ExportFormat

Represents export format supported by the Model. All formats export to Google Cloud Storage.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Model_ExportFormat_ExportableContent

type Model_ExportFormat_ExportableContent = src.Model_ExportFormat_ExportableContent

The Model content that can be exported.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MutateDeployedIndexOperationMetadata

type MutateDeployedIndexOperationMetadata = src.MutateDeployedIndexOperationMetadata

Runtime operation information for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1.IndexEndpointService.MutateDeployedIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MutateDeployedIndexRequest

type MutateDeployedIndexRequest = src.MutateDeployedIndexRequest

Request message for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1.IndexEndpointService.MutateDeployedIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type MutateDeployedIndexResponse

type MutateDeployedIndexResponse = src.MutateDeployedIndexResponse

Response message for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1.IndexEndpointService.MutateDeployedIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type NearestNeighborSearchOperationMetadata

type NearestNeighborSearchOperationMetadata = src.NearestNeighborSearchOperationMetadata

Runtime operation metadata with regard to Matching Engine Index.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type NearestNeighborSearchOperationMetadata_ContentValidationStats

type NearestNeighborSearchOperationMetadata_ContentValidationStats = src.NearestNeighborSearchOperationMetadata_ContentValidationStats

type NearestNeighborSearchOperationMetadata_RecordError

type NearestNeighborSearchOperationMetadata_RecordError = src.NearestNeighborSearchOperationMetadata_RecordError

type NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType

type NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType = src.NearestNeighborSearchOperationMetadata_RecordError_RecordErrorType

type Neighbor

type Neighbor = src.Neighbor

Neighbors for example-based explanations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type NfsMount

type NfsMount = src.NfsMount

Represents a mount configuration for Network File System (NFS) to mount.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PauseModelDeploymentMonitoringJobRequest

type PauseModelDeploymentMonitoringJobRequest = src.PauseModelDeploymentMonitoringJobRequest

Request message for [JobService.PauseModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.PauseModelDeploymentMonitoringJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineFailurePolicy

type PipelineFailurePolicy = src.PipelineFailurePolicy

Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineJob

type PipelineJob = src.PipelineJob

An instance of a machine learning PipelineJob.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineJobDetail

type PipelineJobDetail = src.PipelineJobDetail

The runtime detail of PipelineJob.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineJob_RuntimeConfig

type PipelineJob_RuntimeConfig = src.PipelineJob_RuntimeConfig

The runtime config of a PipelineJob.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineJob_RuntimeConfig_InputArtifact

type PipelineJob_RuntimeConfig_InputArtifact = src.PipelineJob_RuntimeConfig_InputArtifact

The type of an input artifact.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineJob_RuntimeConfig_InputArtifact_ArtifactId

type PipelineJob_RuntimeConfig_InputArtifact_ArtifactId = src.PipelineJob_RuntimeConfig_InputArtifact_ArtifactId

type PipelineServiceClient

type PipelineServiceClient = src.PipelineServiceClient

PipelineServiceClient is the client API for PipelineService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewPipelineServiceClient

func NewPipelineServiceClient(cc grpc.ClientConnInterface) PipelineServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineServiceServer

type PipelineServiceServer = src.PipelineServiceServer

PipelineServiceServer is the server API for PipelineService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineState

type PipelineState = src.PipelineState

Describes the state of a pipeline.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskDetail

type PipelineTaskDetail = src.PipelineTaskDetail

The runtime detail of a task execution.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskDetail_ArtifactList

type PipelineTaskDetail_ArtifactList = src.PipelineTaskDetail_ArtifactList

A list of artifact metadata.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskDetail_PipelineTaskStatus

type PipelineTaskDetail_PipelineTaskStatus = src.PipelineTaskDetail_PipelineTaskStatus

A single record of the task status.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskDetail_State

type PipelineTaskDetail_State = src.PipelineTaskDetail_State

Specifies state of TaskExecution

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskExecutorDetail

type PipelineTaskExecutorDetail = src.PipelineTaskExecutorDetail

The runtime detail of a pipeline executor.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskExecutorDetail_ContainerDetail

type PipelineTaskExecutorDetail_ContainerDetail = src.PipelineTaskExecutorDetail_ContainerDetail

The detail of a container execution. It contains the job names of the lifecycle of a container execution.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskExecutorDetail_ContainerDetail_

type PipelineTaskExecutorDetail_ContainerDetail_ = src.PipelineTaskExecutorDetail_ContainerDetail_

type PipelineTaskExecutorDetail_CustomJobDetail

type PipelineTaskExecutorDetail_CustomJobDetail = src.PipelineTaskExecutorDetail_CustomJobDetail

The detailed info for a custom job executor. Deprecated: Do not use.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PipelineTaskExecutorDetail_CustomJobDetail_

type PipelineTaskExecutorDetail_CustomJobDetail_ = src.PipelineTaskExecutorDetail_CustomJobDetail_

type PipelineTemplateMetadata

type PipelineTemplateMetadata = src.PipelineTemplateMetadata

Pipeline template metadata if [PipelineJob.template_uri][google.cloud.aiplatform.v1.PipelineJob.template_uri] is from supported template registry. Currently, the only supported registry is Artifact Registry.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Port

type Port = src.Port

Represents a network port in a container.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PredefinedSplit

type PredefinedSplit = src.PredefinedSplit

Assigns input data to training, validation, and test sets based on the value of a provided key. Supported only for tabular Datasets.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PredictRequest

type PredictRequest = src.PredictRequest

Request message for [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PredictRequestResponseLoggingConfig

type PredictRequestResponseLoggingConfig = src.PredictRequestResponseLoggingConfig

Configuration for logging request-response to a BigQuery table.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PredictResponse

type PredictResponse = src.PredictResponse

Response message for [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PredictSchemata

type PredictSchemata = src.PredictSchemata

Contains the schemata used in Model's predictions and explanations via [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict], [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain] and BatchPredictionJob[google.cloud.aiplatform.v1.BatchPredictionJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PredictionServiceClient

type PredictionServiceClient = src.PredictionServiceClient

PredictionServiceClient is the client API for PredictionService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewPredictionServiceClient

func NewPredictionServiceClient(cc grpc.ClientConnInterface) PredictionServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PredictionServiceServer

type PredictionServiceServer = src.PredictionServiceServer

PredictionServiceServer is the server API for PredictionService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PrivateEndpoints

type PrivateEndpoints = src.PrivateEndpoints

PrivateEndpoints proto is used to provide paths for users to send requests privately. To send request via private service access, use predict_http_uri, explain_http_uri or health_http_uri. To send request via private service connect, use service_attachment.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeArtifactsMetadata

type PurgeArtifactsMetadata = src.PurgeArtifactsMetadata

Details of operations that perform [MetadataService.PurgeArtifacts][google.cloud.aiplatform.v1.MetadataService.PurgeArtifacts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeArtifactsRequest

type PurgeArtifactsRequest = src.PurgeArtifactsRequest

Request message for [MetadataService.PurgeArtifacts][google.cloud.aiplatform.v1.MetadataService.PurgeArtifacts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeArtifactsResponse

type PurgeArtifactsResponse = src.PurgeArtifactsResponse

Response message for [MetadataService.PurgeArtifacts][google.cloud.aiplatform.v1.MetadataService.PurgeArtifacts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeContextsMetadata

type PurgeContextsMetadata = src.PurgeContextsMetadata

Details of operations that perform [MetadataService.PurgeContexts][google.cloud.aiplatform.v1.MetadataService.PurgeContexts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeContextsRequest

type PurgeContextsRequest = src.PurgeContextsRequest

Request message for [MetadataService.PurgeContexts][google.cloud.aiplatform.v1.MetadataService.PurgeContexts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeContextsResponse

type PurgeContextsResponse = src.PurgeContextsResponse

Response message for [MetadataService.PurgeContexts][google.cloud.aiplatform.v1.MetadataService.PurgeContexts].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeExecutionsMetadata

type PurgeExecutionsMetadata = src.PurgeExecutionsMetadata

Details of operations that perform [MetadataService.PurgeExecutions][google.cloud.aiplatform.v1.MetadataService.PurgeExecutions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeExecutionsRequest

type PurgeExecutionsRequest = src.PurgeExecutionsRequest

Request message for [MetadataService.PurgeExecutions][google.cloud.aiplatform.v1.MetadataService.PurgeExecutions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PurgeExecutionsResponse

type PurgeExecutionsResponse = src.PurgeExecutionsResponse

Response message for [MetadataService.PurgeExecutions][google.cloud.aiplatform.v1.MetadataService.PurgeExecutions].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type PythonPackageSpec

type PythonPackageSpec = src.PythonPackageSpec

The spec of a Python packaged code.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type QueryArtifactLineageSubgraphRequest

type QueryArtifactLineageSubgraphRequest = src.QueryArtifactLineageSubgraphRequest

Request message for [MetadataService.QueryArtifactLineageSubgraph][google.cloud.aiplatform.v1.MetadataService.QueryArtifactLineageSubgraph].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type QueryContextLineageSubgraphRequest

type QueryContextLineageSubgraphRequest = src.QueryContextLineageSubgraphRequest

Request message for [MetadataService.QueryContextLineageSubgraph][google.cloud.aiplatform.v1.MetadataService.QueryContextLineageSubgraph].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type QueryExecutionInputsAndOutputsRequest

type QueryExecutionInputsAndOutputsRequest = src.QueryExecutionInputsAndOutputsRequest

Request message for [MetadataService.QueryExecutionInputsAndOutputs][google.cloud.aiplatform.v1.MetadataService.QueryExecutionInputsAndOutputs].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type RawPredictRequest

type RawPredictRequest = src.RawPredictRequest

Request message for [PredictionService.RawPredict][google.cloud.aiplatform.v1.PredictionService.RawPredict].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadFeatureValuesRequest

type ReadFeatureValuesRequest = src.ReadFeatureValuesRequest

Request message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadFeatureValuesResponse

type ReadFeatureValuesResponse = src.ReadFeatureValuesResponse

Response message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadFeatureValuesResponse_EntityView

type ReadFeatureValuesResponse_EntityView = src.ReadFeatureValuesResponse_EntityView

Entity view with Feature values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadFeatureValuesResponse_EntityView_Data

type ReadFeatureValuesResponse_EntityView_Data = src.ReadFeatureValuesResponse_EntityView_Data

Container to hold value(s), successive in time, for one Feature from the request.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadFeatureValuesResponse_EntityView_Data_Value

type ReadFeatureValuesResponse_EntityView_Data_Value = src.ReadFeatureValuesResponse_EntityView_Data_Value

type ReadFeatureValuesResponse_EntityView_Data_Values

type ReadFeatureValuesResponse_EntityView_Data_Values = src.ReadFeatureValuesResponse_EntityView_Data_Values

type ReadFeatureValuesResponse_FeatureDescriptor

type ReadFeatureValuesResponse_FeatureDescriptor = src.ReadFeatureValuesResponse_FeatureDescriptor

Metadata for requested Features.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadFeatureValuesResponse_Header

type ReadFeatureValuesResponse_Header = src.ReadFeatureValuesResponse_Header

Response header with metadata for the requested [ReadFeatureValuesRequest.entity_type][google.cloud.aiplatform.v1.ReadFeatureValuesRequest.entity_type] and Features.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadTensorboardBlobDataRequest

type ReadTensorboardBlobDataRequest = src.ReadTensorboardBlobDataRequest

Request message for [TensorboardService.ReadTensorboardBlobData][google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardBlobData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadTensorboardBlobDataResponse

type ReadTensorboardBlobDataResponse = src.ReadTensorboardBlobDataResponse

Response message for [TensorboardService.ReadTensorboardBlobData][google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardBlobData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadTensorboardTimeSeriesDataRequest

type ReadTensorboardTimeSeriesDataRequest = src.ReadTensorboardTimeSeriesDataRequest

Request message for [TensorboardService.ReadTensorboardTimeSeriesData][google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardTimeSeriesData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ReadTensorboardTimeSeriesDataResponse

type ReadTensorboardTimeSeriesDataResponse = src.ReadTensorboardTimeSeriesDataResponse

Response message for [TensorboardService.ReadTensorboardTimeSeriesData][google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardTimeSeriesData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type RemoveContextChildrenRequest

type RemoveContextChildrenRequest = src.RemoveContextChildrenRequest

Request message for [MetadataService.DeleteContextChildrenRequest][].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type RemoveContextChildrenResponse

type RemoveContextChildrenResponse = src.RemoveContextChildrenResponse

Response message for [MetadataService.RemoveContextChildren][google.cloud.aiplatform.v1.MetadataService.RemoveContextChildren].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type RemoveDatapointsRequest

type RemoveDatapointsRequest = src.RemoveDatapointsRequest

Request message for [IndexService.RemoveDatapoints][google.cloud.aiplatform.v1.IndexService.RemoveDatapoints]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type RemoveDatapointsResponse

type RemoveDatapointsResponse = src.RemoveDatapointsResponse

Response message for [IndexService.RemoveDatapoints][google.cloud.aiplatform.v1.IndexService.RemoveDatapoints]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ResourcesConsumed

type ResourcesConsumed = src.ResourcesConsumed

Statistics information about resource consumption.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ResumeModelDeploymentMonitoringJobRequest

type ResumeModelDeploymentMonitoringJobRequest = src.ResumeModelDeploymentMonitoringJobRequest

Request message for [JobService.ResumeModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.ResumeModelDeploymentMonitoringJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SampleConfig

type SampleConfig = src.SampleConfig

Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SampleConfig_FollowingBatchSamplePercentage

type SampleConfig_FollowingBatchSamplePercentage = src.SampleConfig_FollowingBatchSamplePercentage

type SampleConfig_InitialBatchSamplePercentage

type SampleConfig_InitialBatchSamplePercentage = src.SampleConfig_InitialBatchSamplePercentage

type SampleConfig_SampleStrategy

type SampleConfig_SampleStrategy = src.SampleConfig_SampleStrategy

Sample strategy decides which subset of DataItems should be selected for human labeling in every batch.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SampledShapleyAttribution

type SampledShapleyAttribution = src.SampledShapleyAttribution

An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SamplingStrategy

type SamplingStrategy = src.SamplingStrategy

Sampling Strategy for logging, can be for both training and prediction dataset.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SamplingStrategy_RandomSampleConfig

type SamplingStrategy_RandomSampleConfig = src.SamplingStrategy_RandomSampleConfig

Requests are randomly selected.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SavedQuery

type SavedQuery = src.SavedQuery

A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Scalar

type Scalar = src.Scalar

One point viewable on a scalar metric plot.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Scheduling

type Scheduling = src.Scheduling

All parameters related to queuing and scheduling of custom jobs.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SearchFeaturesRequest

type SearchFeaturesRequest = src.SearchFeaturesRequest

Request message for [FeaturestoreService.SearchFeatures][google.cloud.aiplatform.v1.FeaturestoreService.SearchFeatures].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SearchFeaturesResponse

type SearchFeaturesResponse = src.SearchFeaturesResponse

Response message for [FeaturestoreService.SearchFeatures][google.cloud.aiplatform.v1.FeaturestoreService.SearchFeatures].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SearchMigratableResourcesRequest

type SearchMigratableResourcesRequest = src.SearchMigratableResourcesRequest

Request message for [MigrationService.SearchMigratableResources][google.cloud.aiplatform.v1.MigrationService.SearchMigratableResources].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SearchMigratableResourcesResponse

type SearchMigratableResourcesResponse = src.SearchMigratableResourcesResponse

Response message for [MigrationService.SearchMigratableResources][google.cloud.aiplatform.v1.MigrationService.SearchMigratableResources].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SearchModelDeploymentMonitoringStatsAnomaliesRequest

type SearchModelDeploymentMonitoringStatsAnomaliesRequest = src.SearchModelDeploymentMonitoringStatsAnomaliesRequest

Request message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SearchModelDeploymentMonitoringStatsAnomaliesRequest_StatsAnomaliesObjective

type SearchModelDeploymentMonitoringStatsAnomaliesRequest_StatsAnomaliesObjective = src.SearchModelDeploymentMonitoringStatsAnomaliesRequest_StatsAnomaliesObjective

Stats requested for specific objective.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SearchModelDeploymentMonitoringStatsAnomaliesResponse

type SearchModelDeploymentMonitoringStatsAnomaliesResponse = src.SearchModelDeploymentMonitoringStatsAnomaliesResponse

Response message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SmoothGradConfig

type SmoothGradConfig = src.SmoothGradConfig

Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SmoothGradConfig_FeatureNoiseSigma

type SmoothGradConfig_FeatureNoiseSigma = src.SmoothGradConfig_FeatureNoiseSigma

type SmoothGradConfig_NoiseSigma

type SmoothGradConfig_NoiseSigma = src.SmoothGradConfig_NoiseSigma

type SpecialistPool

type SpecialistPool = src.SpecialistPool

SpecialistPool represents customers' own workforce to work on their data labeling jobs. It includes a group of specialist managers and workers. Managers are responsible for managing the workers in this pool as well as customers' data labeling jobs associated with this pool. Customers create specialist pool as well as start data labeling jobs on Cloud, managers and workers handle the jobs using CrowdCompute console.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SpecialistPoolServiceClient

type SpecialistPoolServiceClient = src.SpecialistPoolServiceClient

SpecialistPoolServiceClient is the client API for SpecialistPoolService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewSpecialistPoolServiceClient

func NewSpecialistPoolServiceClient(cc grpc.ClientConnInterface) SpecialistPoolServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SpecialistPoolServiceServer

type SpecialistPoolServiceServer = src.SpecialistPoolServiceServer

SpecialistPoolServiceServer is the server API for SpecialistPoolService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StopTrialRequest

type StopTrialRequest = src.StopTrialRequest

Request message for [VizierService.StopTrial][google.cloud.aiplatform.v1.VizierService.StopTrial].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StratifiedSplit

type StratifiedSplit = src.StratifiedSplit

Assigns input data to the training, validation, and test sets so that the distribution of values found in the categorical column (as specified by the `key` field) is mirrored within each split. The fraction values determine the relative sizes of the splits. For example, if the specified column has three values, with 50% of the rows having value "A", 25% value "B", and 25% value "C", and the split fractions are specified as 80/10/10, then the training set will constitute 80% of the training data, with about 50% of the training set rows having the value "A" for the specified column, about 25% having the value "B", and about 25% having the value "C". Only the top 500 occurring values are used; any values not in the top 500 values are randomly assigned to a split. If less than three rows contain a specific value, those rows are randomly assigned. Supported only for tabular Datasets.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StreamingReadFeatureValuesRequest

type StreamingReadFeatureValuesRequest = src.StreamingReadFeatureValuesRequest

Request message for [FeaturestoreOnlineServingService.StreamingFeatureValuesRead][].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StringArray

type StringArray = src.StringArray

A list of string values.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Study

type Study = src.Study

A message representing a Study.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec

type StudySpec = src.StudySpec

Represents specification of a Study.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_Algorithm

type StudySpec_Algorithm = src.StudySpec_Algorithm

The available search algorithms for the Study.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ConvexAutomatedStoppingSpec

type StudySpec_ConvexAutomatedStoppingSpec = src.StudySpec_ConvexAutomatedStoppingSpec

Configuration for ConvexAutomatedStoppingSpec. When there are enough completed trials (configured by min_measurement_count), for pending trials with enough measurements and steps, the policy first computes an overestimate of the objective value at max_num_steps according to the slope of the incomplete objective value curve. No prediction can be made if the curve is completely flat. If the overestimation is worse than the best objective value of the completed trials, this pending trial will be early-stopped, but a last measurement will be added to the pending trial with max_num_steps and predicted objective value from the autoregression model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ConvexAutomatedStoppingSpec_

type StudySpec_ConvexAutomatedStoppingSpec_ = src.StudySpec_ConvexAutomatedStoppingSpec_

type StudySpec_DecayCurveAutomatedStoppingSpec

type StudySpec_DecayCurveAutomatedStoppingSpec = src.StudySpec_DecayCurveAutomatedStoppingSpec

The decay curve automated stopping rule builds a Gaussian Process Regressor to predict the final objective value of a Trial based on the already completed Trials and the intermediate measurements of the current Trial. Early stopping is requested for the current Trial if there is very low probability to exceed the optimal value found so far.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_DecayCurveStoppingSpec

type StudySpec_DecayCurveStoppingSpec = src.StudySpec_DecayCurveStoppingSpec

type StudySpec_MeasurementSelectionType

type StudySpec_MeasurementSelectionType = src.StudySpec_MeasurementSelectionType

This indicates which measurement to use if/when the service automatically selects the final measurement from previously reported intermediate measurements. Choose this based on two considerations: A) Do you expect your measurements to monotonically improve? If so, choose LAST_MEASUREMENT. On the other hand, if you're in a situation where your system can "over-train" and you expect the performance to get better for a while but then start declining, choose BEST_MEASUREMENT. B) Are your measurements significantly noisy and/or irreproducible? If so, BEST_MEASUREMENT will tend to be over-optimistic, and it may be better to choose LAST_MEASUREMENT. If both or neither of (A) and (B) apply, it doesn't matter which selection type is chosen.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_MedianAutomatedStoppingSpec

type StudySpec_MedianAutomatedStoppingSpec = src.StudySpec_MedianAutomatedStoppingSpec

The median automated stopping rule stops a pending Trial if the Trial's best objective_value is strictly below the median 'performance' of all completed Trials reported up to the Trial's last measurement. Currently, 'performance' refers to the running average of the objective values reported by the Trial in each measurement.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_MedianAutomatedStoppingSpec_

type StudySpec_MedianAutomatedStoppingSpec_ = src.StudySpec_MedianAutomatedStoppingSpec_

type StudySpec_MetricSpec

type StudySpec_MetricSpec = src.StudySpec_MetricSpec

Represents a metric to optimize.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_MetricSpec_GoalType

type StudySpec_MetricSpec_GoalType = src.StudySpec_MetricSpec_GoalType

The available types of optimization goals.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ObservationNoise

type StudySpec_ObservationNoise = src.StudySpec_ObservationNoise

Describes the noise level of the repeated observations. "Noisy" means that the repeated observations with the same Trial parameters may lead to different metric evaluations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec

type StudySpec_ParameterSpec = src.StudySpec_ParameterSpec

Represents a single parameter to optimize.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_CategoricalValueSpec

type StudySpec_ParameterSpec_CategoricalValueSpec = src.StudySpec_ParameterSpec_CategoricalValueSpec

Value specification for a parameter in `CATEGORICAL` type.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_CategoricalValueSpec_

type StudySpec_ParameterSpec_CategoricalValueSpec_ = src.StudySpec_ParameterSpec_CategoricalValueSpec_

type StudySpec_ParameterSpec_ConditionalParameterSpec

type StudySpec_ParameterSpec_ConditionalParameterSpec = src.StudySpec_ParameterSpec_ConditionalParameterSpec

Represents a parameter spec with condition from its parent parameter.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_ConditionalParameterSpec_CategoricalValueCondition

type StudySpec_ParameterSpec_ConditionalParameterSpec_CategoricalValueCondition = src.StudySpec_ParameterSpec_ConditionalParameterSpec_CategoricalValueCondition

Represents the spec to match categorical values from parent parameter.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_ConditionalParameterSpec_DiscreteValueCondition

type StudySpec_ParameterSpec_ConditionalParameterSpec_DiscreteValueCondition = src.StudySpec_ParameterSpec_ConditionalParameterSpec_DiscreteValueCondition

Represents the spec to match discrete values from parent parameter.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_ConditionalParameterSpec_IntValueCondition

type StudySpec_ParameterSpec_ConditionalParameterSpec_IntValueCondition = src.StudySpec_ParameterSpec_ConditionalParameterSpec_IntValueCondition

Represents the spec to match integer values from parent parameter.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_ConditionalParameterSpec_ParentCategoricalValues

type StudySpec_ParameterSpec_ConditionalParameterSpec_ParentCategoricalValues = src.StudySpec_ParameterSpec_ConditionalParameterSpec_ParentCategoricalValues

type StudySpec_ParameterSpec_ConditionalParameterSpec_ParentDiscreteValues

type StudySpec_ParameterSpec_ConditionalParameterSpec_ParentDiscreteValues = src.StudySpec_ParameterSpec_ConditionalParameterSpec_ParentDiscreteValues

type StudySpec_ParameterSpec_ConditionalParameterSpec_ParentIntValues

type StudySpec_ParameterSpec_ConditionalParameterSpec_ParentIntValues = src.StudySpec_ParameterSpec_ConditionalParameterSpec_ParentIntValues

type StudySpec_ParameterSpec_DiscreteValueSpec

type StudySpec_ParameterSpec_DiscreteValueSpec = src.StudySpec_ParameterSpec_DiscreteValueSpec

Value specification for a parameter in `DISCRETE` type.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_DiscreteValueSpec_

type StudySpec_ParameterSpec_DiscreteValueSpec_ = src.StudySpec_ParameterSpec_DiscreteValueSpec_

type StudySpec_ParameterSpec_DoubleValueSpec

type StudySpec_ParameterSpec_DoubleValueSpec = src.StudySpec_ParameterSpec_DoubleValueSpec

Value specification for a parameter in `DOUBLE` type.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_DoubleValueSpec_

type StudySpec_ParameterSpec_DoubleValueSpec_ = src.StudySpec_ParameterSpec_DoubleValueSpec_

type StudySpec_ParameterSpec_IntegerValueSpec

type StudySpec_ParameterSpec_IntegerValueSpec = src.StudySpec_ParameterSpec_IntegerValueSpec

Value specification for a parameter in `INTEGER` type.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type StudySpec_ParameterSpec_IntegerValueSpec_

type StudySpec_ParameterSpec_IntegerValueSpec_ = src.StudySpec_ParameterSpec_IntegerValueSpec_

type StudySpec_ParameterSpec_ScaleType

type StudySpec_ParameterSpec_ScaleType = src.StudySpec_ParameterSpec_ScaleType

The type of scaling that should be applied to this parameter.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Study_State

type Study_State = src.Study_State

Describes the Study state.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SuggestTrialsMetadata

type SuggestTrialsMetadata = src.SuggestTrialsMetadata

Details of operations that perform Trials suggestion.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SuggestTrialsRequest

type SuggestTrialsRequest = src.SuggestTrialsRequest

Request message for [VizierService.SuggestTrials][google.cloud.aiplatform.v1.VizierService.SuggestTrials].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type SuggestTrialsResponse

type SuggestTrialsResponse = src.SuggestTrialsResponse

Response message for [VizierService.SuggestTrials][google.cloud.aiplatform.v1.VizierService.SuggestTrials].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TFRecordDestination

type TFRecordDestination = src.TFRecordDestination

The storage details for TFRecord output content.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Tensorboard

type Tensorboard = src.Tensorboard

Tensorboard is a physical database that stores users' training metrics. A default Tensorboard is provided in each region of a Google Cloud project. If needed users can also create extra Tensorboards in their projects.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardBlob

type TensorboardBlob = src.TensorboardBlob

One blob (e.g, image, graph) viewable on a blob metric plot.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardBlobSequence

type TensorboardBlobSequence = src.TensorboardBlobSequence

One point viewable on a blob metric plot, but mostly just a wrapper message to work around repeated fields can't be used directly within `oneof` fields.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardExperiment

type TensorboardExperiment = src.TensorboardExperiment

A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardRun

type TensorboardRun = src.TensorboardRun

TensorboardRun maps to a specific execution of a training job with a given set of hyperparameter values, model definition, dataset, etc

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardServiceClient

type TensorboardServiceClient = src.TensorboardServiceClient

TensorboardServiceClient is the client API for TensorboardService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewTensorboardServiceClient

func NewTensorboardServiceClient(cc grpc.ClientConnInterface) TensorboardServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardServiceServer

type TensorboardServiceServer = src.TensorboardServiceServer

TensorboardServiceServer is the server API for TensorboardService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardService_ReadTensorboardBlobDataClient

type TensorboardService_ReadTensorboardBlobDataClient = src.TensorboardService_ReadTensorboardBlobDataClient

type TensorboardService_ReadTensorboardBlobDataServer

type TensorboardService_ReadTensorboardBlobDataServer = src.TensorboardService_ReadTensorboardBlobDataServer

type TensorboardTensor

type TensorboardTensor = src.TensorboardTensor

One point viewable on a tensor metric plot.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardTimeSeries

type TensorboardTimeSeries = src.TensorboardTimeSeries

TensorboardTimeSeries maps to times series produced in training runs

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardTimeSeries_Metadata

type TensorboardTimeSeries_Metadata = src.TensorboardTimeSeries_Metadata

Describes metadata for a TensorboardTimeSeries.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TensorboardTimeSeries_ValueType

type TensorboardTimeSeries_ValueType = src.TensorboardTimeSeries_ValueType

An enum representing the value type of a TensorboardTimeSeries.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ThresholdConfig

type ThresholdConfig = src.ThresholdConfig

The config for feature monitoring threshold.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type ThresholdConfig_Value

type ThresholdConfig_Value = src.ThresholdConfig_Value

type TimeSeriesData

type TimeSeriesData = src.TimeSeriesData

All the data stored in a TensorboardTimeSeries.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TimeSeriesDataPoint

type TimeSeriesDataPoint = src.TimeSeriesDataPoint

A TensorboardTimeSeries data point.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TimeSeriesDataPoint_Blobs

type TimeSeriesDataPoint_Blobs = src.TimeSeriesDataPoint_Blobs

type TimeSeriesDataPoint_Scalar

type TimeSeriesDataPoint_Scalar = src.TimeSeriesDataPoint_Scalar

type TimeSeriesDataPoint_Tensor

type TimeSeriesDataPoint_Tensor = src.TimeSeriesDataPoint_Tensor

type TimestampSplit

type TimestampSplit = src.TimestampSplit

Assigns input data to training, validation, and test sets based on a provided timestamps. The youngest data pieces are assigned to training set, next to validation set, and the oldest to the test set. Supported only for tabular Datasets.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TrainingConfig

type TrainingConfig = src.TrainingConfig

CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type TrainingPipeline

type TrainingPipeline = src.TrainingPipeline

The TrainingPipeline orchestrates tasks associated with training a Model. It always executes the training task, and optionally may also export data from Vertex AI's Dataset which becomes the training input, [upload][google.cloud.aiplatform.v1.ModelService.UploadModel] the Model to Vertex AI, and evaluate the Model.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Trial

type Trial = src.Trial

A message representing a Trial. A Trial contains a unique set of Parameters that has been or will be evaluated, along with the objective metrics got by running the Trial.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Trial_Parameter

type Trial_Parameter = src.Trial_Parameter

A message representing a parameter to be tuned.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Trial_State

type Trial_State = src.Trial_State

Describes a Trial state.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UndeployIndexOperationMetadata

type UndeployIndexOperationMetadata = src.UndeployIndexOperationMetadata

Runtime operation information for [IndexEndpointService.UndeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.UndeployIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UndeployIndexRequest

type UndeployIndexRequest = src.UndeployIndexRequest

Request message for [IndexEndpointService.UndeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.UndeployIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UndeployIndexResponse

type UndeployIndexResponse = src.UndeployIndexResponse

Response message for [IndexEndpointService.UndeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.UndeployIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UndeployModelOperationMetadata

type UndeployModelOperationMetadata = src.UndeployModelOperationMetadata

Runtime operation information for [EndpointService.UndeployModel][google.cloud.aiplatform.v1.EndpointService.UndeployModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UndeployModelRequest

type UndeployModelRequest = src.UndeployModelRequest

Request message for [EndpointService.UndeployModel][google.cloud.aiplatform.v1.EndpointService.UndeployModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UndeployModelResponse

type UndeployModelResponse = src.UndeployModelResponse

Response message for [EndpointService.UndeployModel][google.cloud.aiplatform.v1.EndpointService.UndeployModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedDatasetServiceServer

type UnimplementedDatasetServiceServer = src.UnimplementedDatasetServiceServer

UnimplementedDatasetServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedEndpointServiceServer

type UnimplementedEndpointServiceServer = src.UnimplementedEndpointServiceServer

UnimplementedEndpointServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedFeaturestoreOnlineServingServiceServer

type UnimplementedFeaturestoreOnlineServingServiceServer = src.UnimplementedFeaturestoreOnlineServingServiceServer

UnimplementedFeaturestoreOnlineServingServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedFeaturestoreServiceServer

type UnimplementedFeaturestoreServiceServer = src.UnimplementedFeaturestoreServiceServer

UnimplementedFeaturestoreServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedIndexEndpointServiceServer

type UnimplementedIndexEndpointServiceServer = src.UnimplementedIndexEndpointServiceServer

UnimplementedIndexEndpointServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedIndexServiceServer

type UnimplementedIndexServiceServer = src.UnimplementedIndexServiceServer

UnimplementedIndexServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedJobServiceServer

type UnimplementedJobServiceServer = src.UnimplementedJobServiceServer

UnimplementedJobServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedMetadataServiceServer

type UnimplementedMetadataServiceServer = src.UnimplementedMetadataServiceServer

UnimplementedMetadataServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedMigrationServiceServer

type UnimplementedMigrationServiceServer = src.UnimplementedMigrationServiceServer

UnimplementedMigrationServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedModelServiceServer

type UnimplementedModelServiceServer = src.UnimplementedModelServiceServer

UnimplementedModelServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedPipelineServiceServer

type UnimplementedPipelineServiceServer = src.UnimplementedPipelineServiceServer

UnimplementedPipelineServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedPredictionServiceServer

type UnimplementedPredictionServiceServer = src.UnimplementedPredictionServiceServer

UnimplementedPredictionServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedSpecialistPoolServiceServer

type UnimplementedSpecialistPoolServiceServer = src.UnimplementedSpecialistPoolServiceServer

UnimplementedSpecialistPoolServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedTensorboardServiceServer

type UnimplementedTensorboardServiceServer = src.UnimplementedTensorboardServiceServer

UnimplementedTensorboardServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnimplementedVizierServiceServer

type UnimplementedVizierServiceServer = src.UnimplementedVizierServiceServer

UnimplementedVizierServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UnmanagedContainerModel

type UnmanagedContainerModel = src.UnmanagedContainerModel

Contains model information necessary to perform batch prediction without requiring a full model import.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateArtifactRequest

type UpdateArtifactRequest = src.UpdateArtifactRequest

Request message for [MetadataService.UpdateArtifact][google.cloud.aiplatform.v1.MetadataService.UpdateArtifact].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateContextRequest

type UpdateContextRequest = src.UpdateContextRequest

Request message for [MetadataService.UpdateContext][google.cloud.aiplatform.v1.MetadataService.UpdateContext].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateDatasetRequest

type UpdateDatasetRequest = src.UpdateDatasetRequest

Request message for [DatasetService.UpdateDataset][google.cloud.aiplatform.v1.DatasetService.UpdateDataset].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateEndpointRequest

type UpdateEndpointRequest = src.UpdateEndpointRequest

Request message for [EndpointService.UpdateEndpoint][google.cloud.aiplatform.v1.EndpointService.UpdateEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateEntityTypeRequest

type UpdateEntityTypeRequest = src.UpdateEntityTypeRequest

Request message for [FeaturestoreService.UpdateEntityType][google.cloud.aiplatform.v1.FeaturestoreService.UpdateEntityType].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateExecutionRequest

type UpdateExecutionRequest = src.UpdateExecutionRequest

Request message for [MetadataService.UpdateExecution][google.cloud.aiplatform.v1.MetadataService.UpdateExecution].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateFeatureRequest

type UpdateFeatureRequest = src.UpdateFeatureRequest

Request message for [FeaturestoreService.UpdateFeature][google.cloud.aiplatform.v1.FeaturestoreService.UpdateFeature].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateFeaturestoreOperationMetadata

type UpdateFeaturestoreOperationMetadata = src.UpdateFeaturestoreOperationMetadata

Details of operations that perform update Featurestore.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateFeaturestoreRequest

type UpdateFeaturestoreRequest = src.UpdateFeaturestoreRequest

Request message for [FeaturestoreService.UpdateFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.UpdateFeaturestore].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateIndexEndpointRequest

type UpdateIndexEndpointRequest = src.UpdateIndexEndpointRequest

Request message for [IndexEndpointService.UpdateIndexEndpoint][google.cloud.aiplatform.v1.IndexEndpointService.UpdateIndexEndpoint].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateIndexOperationMetadata

type UpdateIndexOperationMetadata = src.UpdateIndexOperationMetadata

Runtime operation information for [IndexService.UpdateIndex][google.cloud.aiplatform.v1.IndexService.UpdateIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateIndexRequest

type UpdateIndexRequest = src.UpdateIndexRequest

Request message for [IndexService.UpdateIndex][google.cloud.aiplatform.v1.IndexService.UpdateIndex].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateModelDeploymentMonitoringJobOperationMetadata

type UpdateModelDeploymentMonitoringJobOperationMetadata = src.UpdateModelDeploymentMonitoringJobOperationMetadata

Runtime operation information for [JobService.UpdateModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.UpdateModelDeploymentMonitoringJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateModelDeploymentMonitoringJobRequest

type UpdateModelDeploymentMonitoringJobRequest = src.UpdateModelDeploymentMonitoringJobRequest

Request message for [JobService.UpdateModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.UpdateModelDeploymentMonitoringJob].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateModelRequest

type UpdateModelRequest = src.UpdateModelRequest

Request message for [ModelService.UpdateModel][google.cloud.aiplatform.v1.ModelService.UpdateModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateSpecialistPoolOperationMetadata

type UpdateSpecialistPoolOperationMetadata = src.UpdateSpecialistPoolOperationMetadata

Runtime operation metadata for [SpecialistPoolService.UpdateSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.UpdateSpecialistPool].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateSpecialistPoolRequest

type UpdateSpecialistPoolRequest = src.UpdateSpecialistPoolRequest

Request message for [SpecialistPoolService.UpdateSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.UpdateSpecialistPool].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateTensorboardExperimentRequest

type UpdateTensorboardExperimentRequest = src.UpdateTensorboardExperimentRequest

Request message for [TensorboardService.UpdateTensorboardExperiment][google.cloud.aiplatform.v1.TensorboardService.UpdateTensorboardExperiment].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateTensorboardOperationMetadata

type UpdateTensorboardOperationMetadata = src.UpdateTensorboardOperationMetadata

Details of operations that perform update Tensorboard.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateTensorboardRequest

type UpdateTensorboardRequest = src.UpdateTensorboardRequest

Request message for [TensorboardService.UpdateTensorboard][google.cloud.aiplatform.v1.TensorboardService.UpdateTensorboard].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateTensorboardRunRequest

type UpdateTensorboardRunRequest = src.UpdateTensorboardRunRequest

Request message for [TensorboardService.UpdateTensorboardRun][google.cloud.aiplatform.v1.TensorboardService.UpdateTensorboardRun].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpdateTensorboardTimeSeriesRequest

type UpdateTensorboardTimeSeriesRequest = src.UpdateTensorboardTimeSeriesRequest

Request message for [TensorboardService.UpdateTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.UpdateTensorboardTimeSeries].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UploadModelOperationMetadata

type UploadModelOperationMetadata = src.UploadModelOperationMetadata

Details of [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel] operation.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UploadModelRequest

type UploadModelRequest = src.UploadModelRequest

Request message for [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UploadModelResponse

type UploadModelResponse = src.UploadModelResponse

Response message of [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel] operation.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpsertDatapointsRequest

type UpsertDatapointsRequest = src.UpsertDatapointsRequest

Request message for [IndexService.UpsertDatapoints][google.cloud.aiplatform.v1.IndexService.UpsertDatapoints]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UpsertDatapointsResponse

type UpsertDatapointsResponse = src.UpsertDatapointsResponse

Response message for [IndexService.UpsertDatapoints][google.cloud.aiplatform.v1.IndexService.UpsertDatapoints]

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UserActionReference

type UserActionReference = src.UserActionReference

References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type UserActionReference_DataLabelingJob

type UserActionReference_DataLabelingJob = src.UserActionReference_DataLabelingJob

type UserActionReference_Operation

type UserActionReference_Operation = src.UserActionReference_Operation

type Value

type Value = src.Value

Value is the value of the field.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type Value_DoubleValue

type Value_DoubleValue = src.Value_DoubleValue

type Value_IntValue

type Value_IntValue = src.Value_IntValue

type Value_StringValue

type Value_StringValue = src.Value_StringValue

type VizierServiceClient

type VizierServiceClient = src.VizierServiceClient

VizierServiceClient is the client API for VizierService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

func NewVizierServiceClient

func NewVizierServiceClient(cc grpc.ClientConnInterface) VizierServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type VizierServiceServer

type VizierServiceServer = src.VizierServiceServer

VizierServiceServer is the server API for VizierService service.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WorkerPoolSpec

type WorkerPoolSpec = src.WorkerPoolSpec

Represents the spec of a worker pool in a job.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WorkerPoolSpec_ContainerSpec

type WorkerPoolSpec_ContainerSpec = src.WorkerPoolSpec_ContainerSpec

type WorkerPoolSpec_PythonPackageSpec

type WorkerPoolSpec_PythonPackageSpec = src.WorkerPoolSpec_PythonPackageSpec

type WriteFeatureValuesPayload

type WriteFeatureValuesPayload = src.WriteFeatureValuesPayload

Contains Feature values to be written for a specific entity.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WriteFeatureValuesRequest

type WriteFeatureValuesRequest = src.WriteFeatureValuesRequest

Request message for [FeaturestoreOnlineServingService.WriteFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.WriteFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WriteFeatureValuesResponse

type WriteFeatureValuesResponse = src.WriteFeatureValuesResponse

Response message for [FeaturestoreOnlineServingService.WriteFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.WriteFeatureValues].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WriteTensorboardExperimentDataRequest

type WriteTensorboardExperimentDataRequest = src.WriteTensorboardExperimentDataRequest

Request message for [TensorboardService.WriteTensorboardExperimentData][google.cloud.aiplatform.v1.TensorboardService.WriteTensorboardExperimentData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WriteTensorboardExperimentDataResponse

type WriteTensorboardExperimentDataResponse = src.WriteTensorboardExperimentDataResponse

Response message for [TensorboardService.WriteTensorboardExperimentData][google.cloud.aiplatform.v1.TensorboardService.WriteTensorboardExperimentData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WriteTensorboardRunDataRequest

type WriteTensorboardRunDataRequest = src.WriteTensorboardRunDataRequest

Request message for [TensorboardService.WriteTensorboardRunData][google.cloud.aiplatform.v1.TensorboardService.WriteTensorboardRunData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type WriteTensorboardRunDataResponse

type WriteTensorboardRunDataResponse = src.WriteTensorboardRunDataResponse

Response message for [TensorboardService.WriteTensorboardRunData][google.cloud.aiplatform.v1.TensorboardService.WriteTensorboardRunData].

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

type XraiAttribution

type XraiAttribution = src.XraiAttribution

An explanation method that redistributes Integrated Gradients attributions to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 Supported only by image Models.

Deprecated: Please use types in: cloud.google.com/go/aiplatform/apiv1/aiplatformpb

Source Files

alias.go

Directories

PathSynopsis
googleapis/cloud/aiplatform/v1/schema
googleapis/cloud/aiplatform/v1/schema/predict
googleapis/cloud/aiplatform/v1/schema/predict/instance
googleapis/cloud/aiplatform/v1/schema/predict/params
googleapis/cloud/aiplatform/v1/schema/predict/prediction
googleapis/cloud/aiplatform/v1/schema/trainingjob
googleapis/cloud/aiplatform/v1/schema/trainingjob/definition
Version
v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
Published
Feb 19, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
1 hour ago

Tools for package owners.